﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.head_topn {
    flex: 1 0 auto;
}.core-containerj {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    height: 100%;
    auto;
}.container {
    max-width: 100%;
    width: 1220px;
    margin: auto;
}::-webkit-scrollbar {
    height: 5px;
    background: linear-gradient(298deg, #ffffff 46%, rgb(255, 255, 255, 0.5) 90%, rgb(208,191,208) 24%, rgb(208,191,208,0.5) 27%, rgb(233,225,233) 12%);
}::-webkit-scrollbar-track {
    margin: 4px 0;
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, rgb(173,152,174,0.5) 25%, transparent 25%), linear-gradient(-45deg, rgb(173,152,174,0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(173,152,174,0.5) 75%), linear-gradient(-45deg, transparent 75%, rgb(173,152,174,0.5) 75%);
    box-shadow: -3px -5px 2px 0px rgba(0, 0, 0, 0.7);
    border-radius: 8%;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    transform: scale(1.05);
    box-shadow: 1px 0px 8px 5px rgba(0, 0, 0, 0.3);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(173,152,174);
    scrollbar-width: thin;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}}

.about_learnI {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.reach_outk {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: rgb(233,225,233);
}.reach_outk::before {
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,191,208,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(173,152,174,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.2;
}.reach_outk::after {
    height: 100%;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.reach_outk .img_display_boxG {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
    right: 0;
    z-index: 1;
    width: 45%;
    height: 95%;
    border-radius: 100px 0 0 100px;
    position: absolute;
}.reach_outk .img_display_boxG::after {
    background: linear-gradient(to right, rgb(208,191,208,0.5), transparent 70%);
    border-radius: 100px 0 0 100px;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
}.reach_outk .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.reach_outk h3 {
    color: #000000;
    position: relative;
    font-size: 38px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
}.reach_outk .feedback_form8 {
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    width: 100%;
}.reach_outk .feedback_form8::before {
    height: 200px;
    position: absolute;
    opacity: 0.05;
    border-radius: 50%;
    left: -100px;
    width: 200px;
    content: '';
    background: rgb(208,191,208,0.5);
    top: -100px;
}.reach_outk .feedback_form8::after {
    bottom: -75px;
    opacity: 0.05;
    background: rgb(173,152,174,0.5);
    border-radius: 50%;
    content: '';
    width: 150px;
    right: -75px;
    height: 150px;
    position: absolute;
}.reach_outk .connect_messageI {
    padding: 50px;
    width: 60%;
    position: relative;
}.reach_outk form h3 {
    margin-bottom: 30px;
    text-align: left;
    color: rgb(208,191,208);
    font-size: 21px;
}.reach_outk form h3::before,
.reach_outk form h3::after {
    display: none;
}.reach_outk input[type="text"],
.reach_outk textarea {
    padding: 15px 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    font-size: 18px;
    border-radius: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.5);
    margin-bottom: 20px;
}.reach_outk input[type="text"]:focus,
.reach_outk textarea:focus {
    box-shadow: 0 0 15px rgb(208,191,208,0.5);
    outline: none;
    border-color: rgb(208,191,208,0.5);
    background: rgba(255, 255, 255, 1);
}.reach_outk textarea {
    height: 140px;
    resize: none;
    border-radius: 20px;
}.reach_outk .inquiry_cardz {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.reach_outk .inquiry_cardz input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_outk .inquiry_cardz label {
    position: relative;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
    font-size: 15px;
}.reach_outk .inquiry_cardz label::before {
    border: 2px solid rgb(208,191,208,0.5);
    height: 22px;
    transition: all 0.3s ease;
    background: #ffffff;
    position: absolute;
    top: 2px;
    content: '';
    border-radius: 50%;
    width: 22px;
    left: 0;
}.reach_outk .inquiry_cardz input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,191,208);
    background: rgb(208,191,208);
}.reach_outk .inquiry_cardz input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    left: 8px;
    top: 6px;
    content: '';
    height: 10px;
}.reach_outk .inquiry_cardz a {
    transition: all 0.3s ease;
    color: rgb(208,191,208);
    text-decoration: none;
}.reach_outk .inquiry_cardz a:hover {
    color: rgb(173,152,174);
}.reach_outk .connect_requestP {
    background: rgb(208,191,208);
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
    position: relative;
    border: none;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 15px 40px;
    overflow: hidden;
    font-size: 17px;
    cursor: pointer;
}.reach_outk .connect_requestP::before {
    background: rgb(173,152,174);
    transition: all 0.5s ease;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    border-radius: 50px;
    z-index: -1;
    transform: translateY(100%);
    width: 100%;
    top: 0;
}.reach_outk .connect_requestP:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(208,191,208,0.5);
}.reach_outk .connect_requestP:hover::before {
    transform: translateY(0);
}.reach_outk .request_listQ {
    justify-content: center;
    top: 50%;
    border-radius: 70px 0 0 70px;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    background: linear-gradient(135deg, rgb(208,191,208), rgb(173,152,174));
    z-index: 3;
    padding: 50px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: absolute;
    width: 40%;
}.reach_outk .request_listQ::before {
    left: 0;
    content: '';
    border-radius: 70px 0 0 70px;
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    height: 100%;
}.reach_outk .request_listQ h4 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}.reach_outk .request_listQ h4::after {
    content: '';
    left: 0;
    background: #ffffff;
    height: 3px;
    position: absolute;
    border-radius: 3px;
    bottom: -10px;
    width: 40px;
}.reach_outk .reach_linksA {
    list-style: none;
    padding: 0;
    margin: 0;
}.reach_outk .reach_linksA li {
    transition: all 0.3s ease;
    display: flex;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 25px;
    align-items: flex-start;
}.reach_outk .reach_linksA li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.reach_outk .reach_linksA svg {
    margin-top: 3px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.reach_outk .reach_linksA li:hover svg {
    transform: scale(1.2);
}.reach_outk .reach_linksA svg path {
    fill: #ffffff;
}.reach_outk .reach_linksA span {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
}.reach_outk .reach_linksA a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.reach_outk .reach_linksA a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.reach_outk .feedback_form8 {
    width: 70%;
}.reach_outk .request_listQ {
    width: 35%;
}
}

@media (max-width: 992px) {.reach_outk .img_display_boxG {
    display: none;
}.reach_outk .container {
    align-items: center;
    display: flex;
    flex-direction: column;
}.reach_outk .feedback_form8 {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}.reach_outk .request_listQ {
    transform: none;
    border-radius: 20px;
    position: relative;
    top: auto;
    margin-top: 30px;
    right: auto;
    width: 100%;
    max-width: 600px;
}.reach_outk .request_listQ::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.reach_outk {
    padding: 70px 0;
}.reach_outk h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.reach_outk .connect_messageI,
    .reach_outk .request_listQ {
    padding: 30px;
}
}

@media (max-width: 576px) {.reach_outk {
    padding: 50px 0;
}.reach_outk h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.reach_outk .connect_messageI,
    .reach_outk .request_listQ {
    padding: 25px 20px;
}.reach_outk input[type="text"],
    .reach_outk textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.reach_outk .connect_requestP {
    padding: 12px;
    width: 100%;
}}.enroll_instantlye {
    overflow: hidden;
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(173,152,174) 0%, rgb(208,191,208) 100%);
    position: relative;
    z-index: 1;
}.enroll_instantlye::before {
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(173,152,174,0.5) 0%, transparent 50%);
}.enroll_instantlye::after {
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(-30deg);
    height: 200%;
    right: -20%;
    top: -50%;
    z-index: -1;
    animation: float 20s infinite alternate ease-in-out;
    width: 70%;
}.enroll_instantlye .container {
    align-items: center;
    gap: 3rem;
    perspective: 1000px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    justify-content: center;
}.enroll_instantlye h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transform: translateZ(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.5px;
}.enroll_instantlye .edu_leadershipx {
    opacity: 0;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    animation: floatIn 1s ease-out 0.3s forwards;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    display: flex;
    transform-style: preserve-3d;
    transform: rotateX(5deg) translateZ(30px);
    padding: 2.5rem 3rem;
}.enroll_instantlye svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    width: 4rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
    height: 4rem;
}.enroll_instantlye svg:hover {
    transform: translateZ(40px) scale(1.1) rotate(15deg);
}.enroll_instantlye svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.enroll_instantlye svg:hover path {
    fill: rgb(173,152,174);
}.enroll_instantlye .edu_leadershipx div {
    position: relative;
    z-index: 2;
    transform: translateZ(30px);
}.enroll_instantlye .connect_requestP {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    isolation: isolate;
    overflow: hidden;
    font-weight: 600;
    padding: 1rem 2.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1),
              0 5px 10px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    font-size: 14px;
    display: inline-block;
    background: #ffffff;
    color: rgb(208,191,208);
}.enroll_instantlye .connect_requestP::before {
    top: 0;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
    width: 100%;
    z-index: -1;
    height: 100%;
    left: -100%;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
}.enroll_instantlye .connect_requestP:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
              0 8px 12px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: rgb(173,152,174);
}.enroll_instantlye .connect_requestP:hover::before {
    left: 100%;
}.enroll_instantlye .connect_requestP:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
              0 3px 8px rgba(0, 0, 0, 0.05);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

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

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

@keyframes floatIn {
  from {
    opacity: 0;
    transform: rotateX(20deg) translateY(50px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: rotateX(5deg) translateY(0) translateZ(30px);
  }
}

@media (max-width: 992px) {.enroll_instantlye {
    padding: 4rem 1.5rem;
}.enroll_instantlye h2 {
    font-size: calc(34px * 0.9);
}.enroll_instantlye .edu_leadershipx {
    transform: rotateX(3deg) translateZ(20px);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 768px) {.enroll_instantlye {
    padding: 3.5rem 1.25rem;
}.enroll_instantlye h2 {
    font-size: calc(34px * 0.8);
}.enroll_instantlye .edu_leadershipx {
    flex-direction: column;
    transform: none;
    gap: 1.5rem;
    padding: 2rem;
}.enroll_instantlye svg {
    height: 3.5rem;
    width: 3.5rem;
}.enroll_instantlye .connect_requestP {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.enroll_instantlye {
    padding: 3rem 1rem;
}.enroll_instantlye h2 {
    font-size: calc(34px * 0.7);
}.enroll_instantlye .edu_leadershipx {
    gap: 1.25rem;
    width: 90%;
    padding: 1.75rem;
}.enroll_instantlye svg {
    width: 3rem;
    height: 3rem;
}.enroll_instantlye .connect_requestP {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.75rem;
}
}

@media (prefers-reduced-motion: reduce) {.enroll_instantlye::before,
  .enroll_instantlye::after,
  .enroll_instantlye h2,
  .enroll_instantlye .edu_leadershipx,
  .enroll_instantlye svg,
  .enroll_instantlye .connect_requestP::before {
    animation: none;
    transition: none;
}.enroll_instantlye .edu_leadershipx {
    opacity: 1;
    transform: none;
}.enroll_instantlye h2 {
    opacity: 1;
    transform: none;
}}.program_resultsd {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,225,233) 100%);
    font-family: Arial, sans-serif;
    padding: 80px 0;
    position: relative;
}.program_resultsd::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(208,191,208,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(173,152,174,0.5) 0%, transparent 30%);
    position: absolute;
    width: 100%;
    opacity: 0.4;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}.program_resultsd::after {
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    animation: movePattern 60s linear infinite;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
}@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.program_resultsd .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.program_resultsd .edu_leadershipx {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    position: relative;
    display: flex;
    background: #ffffff;
    padding: 40px;
    border-radius: 19px;
    overflow: hidden;
    gap: 40px;
    align-items: center;
}.program_resultsd .edu_leadershipx::before {
    background: linear-gradient(90deg, 
    rgb(208,191,208), 
    rgb(173,152,174), 
    rgb(208,191,208));
    height: 8px;
    opacity: 0.7;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    animation: gradientShift 8s linear infinite;
    top: 0;
}@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.program_resultsd .img_display_boxG {
    border-radius: 19px;
    transition: all 0.5s ease;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    flex: 0 0 40%;
    max-width: 450px;
    transform-origin: center;
}.program_resultsd .img_display_boxG:hover {
    transform: scale(1.03);
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}.program_resultsd .description_cardz {
    flex: 1;
    position: relative;
}.program_resultsd h3 {
    font-size: 28px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(208,191,208);
    margin-bottom: 25px;
}.program_resultsd h3::after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(208,191,208), rgb(173,152,174));
    width: 60px;
    transition: width 0.3s ease;
    height: 3px;
}.program_resultsd .description_cardz:hover h3::after {
    width: 120px;
}.program_resultsd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.program_resultsd li {
    transition: all 0.3s ease;
    transform: translateX(0);
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px;
}.program_resultsd li:last-child {
    margin-bottom: 0;
}.program_resultsd li::before {
    height: 100%;
    border-radius: 10px;
    width: 3px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(208,191,208,0.5), rgb(173,152,174,0.5));
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    opacity: 0.5;
}.program_resultsd li:hover {
    transform: translateX(8px);
}.program_resultsd li:hover::before {
    opacity: 1;
    width: 5px;
}.program_resultsd li p {
    padding: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    border-radius: 10px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    font-size: 17px;
    color: #000000;
    margin: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}.program_resultsd li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.program_resultsd svg {
    background: linear-gradient(135deg, rgb(208,191,208,0.5), rgb(173,152,174,0.5));
    height: 24px;
    transition: all 0.3s ease;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    width: 24px;
    padding: 10px;
}.program_resultsd svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.program_resultsd li:hover svg {
    transform: rotate(10deg);
    background: linear-gradient(135deg, rgb(208,191,208), rgb(173,152,174));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.program_resultsd {
    padding: 60px 0;
}.program_resultsd .edu_leadershipx {
    padding: 30px;
    flex-direction: column;
}.program_resultsd .img_display_boxG {
    width: 100%;
    max-width: 450px;
    flex: 0 0 auto;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.program_resultsd {
    padding: 50px 0;
}.program_resultsd h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 576px) {.program_resultsd {
    padding: 40px 0;
}.program_resultsd .edu_leadershipx {
    padding: 25px 20px;
}.program_resultsd h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: calc(28px * 0.85);
}.program_resultsd li {
    margin-bottom: 12px;
}.program_resultsd li p {
    font-size: calc(17px * 1);
    padding: 12px;
    gap: 12px;
}.program_resultsd svg {
    width: 20px;
    border-radius: 10px;
    padding: 8px;
    height: 20px;
}}.modalDataProtection5 {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(208,191,208);
    background: rgb(233,225,233);
}.cookie_resetJ {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}.modalDataProtection5 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.modalDataProtection5 p {
    font-size: 18px;
}.track_edux {
    flex-shrink: 0;
    margin-right: 10px;
}.track_edux svg, .track_edux svg path, .track_edux img {
    height: 100px;
    fill: rgb(208,191,208);
    width: 100px;
}.track_barZ {
    min-width: 120px;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    color: rgb(208,191,208);
    font-size: 24px;
    margin-left: 10px;
    text-align: center;
    border-bottom: 2px solid rgb(208,191,208);
    cursor: pointer;
    line-height: 35px;
}.modalDataProtection5 p a {
    color: rgb(208,191,208);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalDataProtection5 {
    padding: 20px;
}}
#dataProtectionBoxw {
    display: none;
}#dataProtectionBoxw:checked ~ .modalDataProtection5 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.track_edux {
    display: none;
}.cookie_resetJ {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.modalDataProtection5 h5 {
    text-align: center;
}.modalDataProtection5 p {
    text-align: center;
}.consent_trackH {
    margin-bottom: 20px;
}body .core-containerj .track_barZ {
    margin-left: 0;
}}footer {
    width: 100%;
    position: relative;
}.about_learnI {
    position: relative;
    background-color: rgb(208,191,208);
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.about_learnI::before {
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: rgb(208,191,208);
    z-index: 0;
    right: 0;
    width: 60%;
}footer .about_learnI::after {
    position: absolute;
    width: 200px;
    content: "";
    right: 15%;
    background: radial-gradient(circle, rgb(208,191,208), transparent 70%);
    border-radius: 50%;
    top: 50px;
    height: 200px;
    opacity: 0.3;
}footer .cloud_lab1 {
    position: relative;
    z-index: 1;
}footer .assist_teamt {
    margin-bottom: 60px;
    gap: 10px;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    margin-bottom: 10px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transform: skewX(-5deg);
    flex: 0 1 auto;
    margin-right: 10px;
    padding: 15px 25px;
    backdrop-filter: blur(5px);
}footer .info_item:hover {
    background-color: rgb(208,191,208);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    vertical-align: middle;
    fill: #ffffff;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    transform: skewX(5deg);
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    color: #ffffff;
    transform: skewX(5deg);
    text-decoration: none;
}footer .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .head_mentorj {
    position: relative;
    padding-left: 20px;
}footer .head_mentorj::before {
    top: 0;
    position: absolute;
    content: "";
    background-color: rgb(208,191,208);
    left: 0;
    height: 100%;
    width: 5px;
}footer .head_mentorj svg {
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .patent_infou {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
    font-size: 15px;
}footer .header_navbar6 {
    position: relative;
}footer .header_navbar6 h5 {
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    font-size: 23px;
}footer .header_navbar6 h5::after {
    left: 0;
    width: 50px;
    position: absolute;
    height: 3px;
    bottom: 0;
    background-color: rgb(208,191,208);
    content: "";
}footer .header_tutorq {
    gap: 15px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .header_tutorq a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 12px;
    padding-left: 0;
    text-decoration: none;
}footer .header_tutorq a::before {
    opacity: 0;
    position: absolute;
    left: -20px;
    color: rgb(208,191,208);
    transition: all 0.3s ease;
    content: "→";
}footer .header_tutorq a:hover {
    padding-left: 20px;
    color: rgb(208,191,208);
}footer .header_tutorq a:hover::before {
    opacity: 1;
    left: 0;
}footer .subscribe_holder {
    border-left: 5px solid rgb(208,191,208);
    border-radius: 11px;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    width: 100px;
    position: absolute;
    content: "";
    opacity: 0.2;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    z-index: -1;
    height: 100px;
    background-color: rgb(208,191,208);
}footer .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 14px 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(208,191,208);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .updates_texte {
    text-transform: uppercase;
    background-color: rgb(208,191,208);
    font-size: 20px;
    border-radius: 10px;
    border: none;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 14px 20px;
}footer .updates_texte:hover {
    transform: translateX(5px);
    background-color: rgb(173,152,174);
}footer .teach_suppF {
    padding-top: 20px;
    position: relative;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .honor_ctaE {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .header_tutorq {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .updates_texte {
    white-space: nowrap;
}footer .header_tutorq a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .about_learnI::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(208,191,208);
    opacity: 0.7;
    width: 100%;
}
}

@media (max-width: 767px) {footer .about_learnI {
    padding: 60px 0 30px;
}footer .assist_teamt {
    margin-bottom: 40px;
    justify-content: center;
}footer .header_navbar6 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .teach_suppF {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .about_learnI {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .header_tutorq {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .updates_texte {
    padding: 12px 15px;
}}.offer_lista {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.offer_lista::before {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #000000;
    opacity: 0.85;
    z-index: 1;
    left: 0;
    content: "";
}.offer_lista .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}.offer_lista .discount_gridT {
    text-align: center;
}.offer_lista h2 {
    font-size: 28px;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}.offer_lista h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    height: 3px;
    left: 50%;
    width: 80px;
    content: "";
    position: absolute;
    bottom: -10px;
}.offer_lista .study_ratesJ {
    font-size: calc(12px * 1.1);
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 3rem;
    max-width: 800px;
    color: #ffffff;
}.offer_lista .program_rateV {
    display: grid;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 0;
    gap: 1.5rem;
}.offer_lista .program_rateV li {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.offer_lista .access_plansq {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    text-decoration: none;
    display: block;
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
}.offer_lista .access_plansq::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    transform-origin: left;
    transform: scaleX(0);
}.offer_lista .access_plansq:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transform: translateY(-10px);
}.offer_lista .access_plansq:hover::before {
    transform: scaleX(1);
}.offer_lista .price_schemesT {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2.5rem 1.5rem;
}.offer_lista .basic_ratesI {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    color: #ffffff;
}.offer_lista .basic_ratesI h4 {
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: calc(23px * 1.1);
    margin-top: 0;
    font-weight: 700;
}.offer_lista .basic_ratesI h4::after {
    height: 2px;
    bottom: -8px;
    width: 40px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(208,191,208);
}.offer_lista .basic_ratesI p {
    scrollbar-width: thin;
    scrollbar-color: rgb(208,191,208) rgba(255,255,255,0.1);
    overflow-y: auto;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.85;
    font-size: 12px;
    word-wrap: break-word;
    line-height: 1.6;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    max-height: 200px;
}.offer_lista .basic_ratesI p::-webkit-scrollbar {
    width: 4px;
}.offer_lista .basic_ratesI p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.offer_lista .basic_ratesI p::-webkit-scrollbar-thumb {
    background: rgb(208,191,208);
}.offer_lista .study_pricingd {
    color: #ffffff;
    position: relative;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    font-size: calc(23px * 1.2);
    margin-top: auto;
    display: inline-block;
    background: linear-gradient(135deg, rgb(208,191,208), rgb(173,152,174));
    overflow: hidden;
    align-self: flex-start;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.offer_lista .study_pricingd::before {
    transition: all 0.8s ease;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.offer_lista .access_plansq:hover .study_pricingd::before {
    left: 100%;
}

@media (max-width: 992px) {.offer_lista {
    padding: 80px 0;
}.offer_lista .program_rateV {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}.offer_lista .price_schemesT {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.offer_lista {
    padding: 60px 0;
}.offer_lista .program_rateV {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.offer_lista h2 {
    font-size: calc(28px * 0.9);
}.offer_lista .study_ratesJ {
    margin-bottom: 2rem;
    font-size: 12px;
}.offer_lista .basic_ratesI p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.offer_lista {
    padding: 50px 0;
}.offer_lista h2 {
    font-size: calc(28px * 0.8);
}.offer_lista .price_schemesT {
    padding: 1.5rem 1rem;
}.offer_lista .study_pricingd {
    font-size: 23px;
    padding: 0.5rem 1rem;
}
}

@media (hover: none) {.offer_lista .access_plansq:hover {
    transform: none;
}}.gratBoxu {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(173,152,174,0.5) 0%, rgb(208,191,208,0.5) 40%, rgb(233,225,233) 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.gratBoxu::before {
    position: absolute;
    animation: rotateGradient 30s infinite linear;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(208,191,208,0.5) 0%, transparent 70%);
    opacity: 0.2;
    top: -50%;
    content: "";
}.gratBoxu::after {
    pointer-events: none;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(173,152,174,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(173,152,174,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(208,191,208,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(208,191,208,0.5) 0%, transparent 7%);
    inset: 0;
    content: "";
}.gratBoxu .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.gratBoxu .edu_leadershipx {
    background: rgba(255, 255, 255, 0.85);
    gap: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    flex-direction: column;
    transform: translateZ(0);
    display: flex;
    position: relative;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.gratBoxu .edu_leadershipx::before {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    pointer-events: none;
    height: 100%;
    left: -100%;
    animation: shimmer 4s infinite;
    content: "";
    top: 0;
    width: 100%;
}.gratBoxu .edu_leadershipx:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}.gratBoxu .edu_leadershipx > div:first-child {
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    transform: translateX(-2rem);
    opacity: 0;
}.gratBoxu .edu_leadershipx > div:last-child {
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    transform: translateY(2rem);
    position: relative;
    opacity: 0;
}.gratBoxu h5 {
    font-weight: 700;
    padding-bottom: 1rem;
    color: rgb(208,191,208);
    position: relative;
    font-size: calc(18px * 1.1);
    margin-bottom: 1rem;
    display: inline-block;
    letter-spacing: 0.02em;
}.gratBoxu h5::after {
    width: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    left: 0;
    bottom: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.gratBoxu p {
    z-index: 1;
    color: #000000;
    font-size: 13px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    margin: 0;
    line-height: 1.7;
}.gratBoxu a {
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    padding: 1.5rem;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border-radius: 6px;
}.gratBoxu a::before {
    inset: 0;
    z-index: -1;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 100%);
}.gratBoxu a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.gratBoxu a:hover::before {
    opacity: 0.15;
}.gratBoxu a:hover p {
    transform: translateY(-3px);
    color: #000000;
}.gratBoxu a::after {
    background: linear-gradient(90deg, rgb(173,152,174) 0%, rgb(208,191,208) 100%);
    content: "";
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    transform-origin: left;
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    transform: scaleX(0);
}.gratBoxu a:hover::after {
    transform: scaleX(1);
}

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

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.gratBoxu {
    padding: 5rem 0;
}.gratBoxu .edu_leadershipx {
    gap: 2rem;
    padding: 2.5rem;
}.gratBoxu h5 {
    font-size: 18px;
}.gratBoxu p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 767px) {.gratBoxu {
    padding: 4rem 0;
}.gratBoxu .edu_leadershipx {
    gap: 1.5rem;
    padding: 2rem;
}.gratBoxu h5 {
    font-size: calc(18px * 0.9);
}.gratBoxu h5::after {
    height: 2px;
}.gratBoxu a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.gratBoxu {
    padding: 3rem 0;
}.gratBoxu .edu_leadershipx {
    padding: 1.5rem;
    gap: 1.2rem;
}.gratBoxu h5 {
    font-size: calc(18px * 0.85);
    padding-bottom: 0.75rem;
}.gratBoxu p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.gratBoxu a {
    padding: 1rem;
}.gratBoxu a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.gratBoxu .edu_leadershipx:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
}.gratBoxu a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.gratBoxu a:hover p {
    transform: none;
}}.who_we_are8 {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.who_we_are8::before {
    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%);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}.who_we_are8::after {
    right: -5%;
    background: rgb(173,152,174);
    width: 300px;
    top: -5%;
    border-radius: 50% 25% 50% 45%;
    height: 300px;
    filter: blur(120px);
    z-index: 0;
    position: absolute;
    content: "";
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
}.who_we_are8 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.who_we_are8 .description_cardz {
    margin-left: 0;
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.03) 100%
    );
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 900px;
    backdrop-filter: blur(10px);
    padding: 30px 40px 40px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateX(0);
}.who_we_are8 .description_cardz::before {
    top: 0;
    position: absolute;
    height: 0;
    width: 5px;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 0;
    background: rgb(173,152,174);
}.who_we_are8 .description_cardz:hover::before {
    height: 100%;
}.who_we_are8 h1 {
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    font-size: 46px;
    color: #ffffff;
}.who_we_are8 h1::after {
    left: 0;
    content: "";
    bottom: -10px;
    transform-origin: left;
    width: 80px;
    background: rgb(173,152,174);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    transform: scaleX(1);
    height: 3px;
}.who_we_are8 .description_cardz:hover h1::after {
    transform: scaleX(1.5);
}.who_we_are8 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.who_we_are8 ul li {
    margin-bottom: 15px;
}.who_we_are8 ul li h4 {
    font-weight: 600;
    font-size: calc(20px + 2px);
    display: inline-block;
    color: rgb(173,152,174);
    transform: translateY(0);
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.who_we_are8 ul li h4::before {
    opacity: 0;
    width: 8px;
    transition: opacity 0.4s ease, left 0.4s ease;
    position: absolute;
    left: -15px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(173,152,174);
    height: 8px;
}.who_we_are8 .description_cardz:hover ul li h4::before {
    opacity: 1;
    left: -25px;
}.who_we_are8 ul li span {
    color: rgba(255, 255, 255, 0.9);
    column-gap: 40px;
    position: relative;
    transform: translateY(0);
    opacity: 0.9;
    text-align: justify;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    line-height: 1.8;
    column-count: 1;
    font-size: 18px;
}.who_we_are8 .description_cardz:hover ul li span {
    opacity: 1;
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(15px, -15px) rotate(2deg); }
    50% { transform: translate(5px, 10px) rotate(-1deg); }
    75% { transform: translate(-10px, -5px) rotate(1deg); }
}

@media (min-width: 768px) {.who_we_are8 {
    padding: 150px 0;
}.who_we_are8 .description_cardz {
    margin-left: 5%;
    padding: 50px 60px 60px;
    transform: translateX(0);
}.who_we_are8 .description_cardz:hover {
    transform: translateX(10px);
}.who_we_are8 h1 {
    margin-bottom: 50px;
    font-size: calc(46px + 10px);
}.who_we_are8 ul li span {
    column-count: 2;
}
}

@media (min-width: 992px) {.who_we_are8 {
    padding: 180px 0;
}.who_we_are8::after {
    width: 450px;
    height: 450px;
}.who_we_are8 .description_cardz {
    margin-left: 10%;
    padding: 60px 70px 70px;
}.who_we_are8 h1 {
    transform: translateX(-20px);
}.who_we_are8 .description_cardz:hover h1 {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.who_we_are8 {
    padding: 80px 0;
}.who_we_are8 .description_cardz {
    padding: 30px 25px;
}.who_we_are8 h1 {
    margin-bottom: 30px;
    font-size: calc(46px - 4px);
}.who_we_are8 h1::after {
    height: 2px;
    width: 60px;
}.who_we_are8 ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
}.who_we_are8 ul li span {
    line-height: 1.6;
    font-size: calc(18px - 1px);
}}.welcome_board4 {
    justify-content: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(145deg, rgb(233,225,233), rgba(245, 245, 250, 0.95));
    align-items: center;
    display: flex;
}.welcome_board4 > div {
    width: 100%;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.welcome_board4::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    background: 
    linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 80%),
    repeating-linear-gradient(45deg, rgba(rgb(208,191,208,0.5), 0.03) 0px, rgba(rgb(208,191,208,0.5), 0.03) 1px, transparent 1px, transparent 10px);
    top: 0;
}.welcome_board4 .study_studio6 {
    transform: translateZ(0);
    margin-bottom: 2.5rem;
    position: relative;
}.welcome_board4 .fast_skillE {
    transition: transform 0.5s ease-out;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    font-size: calc(41px * 1.2);
    margin: 0;
    padding-bottom: 0.5rem;
    display: inline-block;
}.welcome_board4 .fast_skillE::after {
    border-radius: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    width: 80%;
    content: "";
    height: 4px;
    position: absolute;
    transform-origin: left center;
    bottom: 0;
    transform: scaleX(0.8);
    transition: transform 0.5s ease-out;
}.welcome_board4 .study_studio6:hover .fast_skillE {
    transform: perspective(1000px) translateZ(30px);
}.welcome_board4 .study_studio6:hover .fast_skillE::after {
    transform: scaleX(1);
}.welcome_board4 .start_beginR {
    overflow: hidden;
    margin-top: 2rem;
    color: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 3rem;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.welcome_board4 .start_beginR::before {
    background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0.5));
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
}.welcome_board4 .start_beginR > div {
    grid-template-columns: 1fr;
    display: grid;
    z-index: 2;
    gap: 2rem;
    position: relative;
}.welcome_board4 .start_beginR:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(0deg);
}.welcome_board4 .start_beginR p {
    opacity: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    padding-left: 1.5rem;
    position: relative;
    transform: translateY(20px);
    animation: slideUp 0.7s ease-out 0.3s forwards;
}.welcome_board4 .start_beginR p::before {
    width: 4px;
    border-radius: 2px;
    height: calc(100% - 1rem);
    content: "";
    position: absolute;
    top: 0.5rem;
    background: rgb(208,191,208);
    left: 0;
}.welcome_board4 .start_beginR h3 {
    border-left: 4px solid rgb(173,152,174);
    margin: 1rem 0 0;
    background: rgba(255,255,255,0.1);
    transform: translateY(20px);
    font-size: 19px;
    opacity: 0;
    backdrop-filter: blur(5px);
    font-weight: 600;
    padding: 1.5rem;
    animation: slideUp 0.7s ease-out 0.5s forwards;
    line-height: 1.4;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {.welcome_board4 .start_beginR > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.welcome_board4 .fast_skillE {
    font-size: calc(41px * 1.4);
}.welcome_board4 .start_beginR {
    margin-top: 3rem;
    padding: 4rem;
}
}

@media (max-width: 767px) {.welcome_board4 {
    padding: 3rem 0;
}.welcome_board4 .fast_skillE {
    font-size: calc(41px * 1);
    text-align: center;
}.welcome_board4 .fast_skillE::after {
    left: 10%;
    width: 80%;
}.welcome_board4 .start_beginR {
    margin-top: 1.5rem;
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.welcome_board4 .start_beginR h3 {
    padding: 1rem;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 480px) {.welcome_board4 {
    padding: 2rem 0;
}.welcome_board4 > div {
    padding: 0 1rem;
}.welcome_board4 .start_beginR {
    padding: 1.5rem;
}.welcome_board4 .fast_skillE {
    font-size: calc(41px * 0.85);
}.welcome_board4 .start_beginR p {
    font-size: 13px;
}.welcome_board4 .start_beginR h3 {
    padding: 0.75rem;
    font-size: calc(19px * 0.8);
}}.stay_informedc {
    background: linear-gradient(135deg, rgb(208,191,208,0.5), rgb(173,152,174));
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.stay_informedc::before {
    background: rgb(208,191,208);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    opacity: 0.1;
    top: -100px;
    right: -100px;
    z-index: 1;
    width: 300px;
    animation: float 15s infinite ease-in-out;
    content: "";
    position: absolute;
    height: 300px;
}.stay_informedc::after {
    width: 200px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
    height: 200px;
    content: "";
    background: rgb(173,152,174);
    animation: morph 20s infinite alternate ease-in-out;
    opacity: 0.08;
    left: -50px;
    bottom: -50px;
    position: absolute;
}.stay_informedc .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.stay_informedc .edu_leadershipx {
    padding: 2rem;
    flex-direction: column;
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 0 rgba(255, 255, 255, 0.5) inset,
                0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.stay_informedc .edu_leadershipx:hover {
    transform: perspective(1000px) rotateX(0deg);
}.stay_informedc h4 {
    margin: 0;
    font-size: 19px;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    position: relative;
    transform: translateY(0);
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
}.stay_informedc h4::before {
    top: 0.5rem;
    transform: scaleY(0);
    height: calc(100% - 1rem);
    background: rgb(208,191,208);
    transform-origin: top;
    width: 4px;
    left: 0;
    position: absolute;
    transition: transform 0.4s ease;
    content: "";
}.stay_informedc .edu_leadershipx:hover h4::before {
    transform: scaleY(1);
}.stay_informedc .edu_leadershipx:hover h4 {
    transform: translateY(-5px);
}.stay_informedc .input_holder {
    z-index: 2;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 1rem;
}.stay_informedc .input_holder span {
    flex: 1;
    position: relative;
    min-width: 200px;
}.stay_informedc .input_holder input[type="email"] {
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    color: #000000;
    padding: 1rem 1.5rem;
}.stay_informedc .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb), 0.15);
    border-color: rgb(208,191,208);
    transform: translateY(-2px);
}.stay_informedc .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.stay_informedc .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.stay_informedc .input_holder .updates_texte {
    font-weight: 600;
    padding: 1rem 1.5rem;
    font-size: 20px;
    width: 100%;
    background: rgb(208,191,208);
    border: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.stay_informedc .input_holder .updates_texte::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    left: -100%;
    content: "";
    transition: left 0.5s ease;
    z-index: -1;
    width: 100%;
}.stay_informedc .input_holder .updates_texte:hover {
    background: rgb(208,191,208);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
}.stay_informedc .input_holder .updates_texte:hover::before {
    left: 100%;
}.stay_informedc .input_holder .updates_texte:active {
    transform: translateY(0);
}

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

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

@media screen and (min-width: 768px) {.stay_informedc {
    padding: 5rem 3rem;
}.stay_informedc .edu_leadershipx {
    flex-direction: row;
    padding: 3rem;
    border-radius: 10px;
    align-items: center;
    gap: 3rem;
}.stay_informedc h4 {
    padding-left: 2rem;
    font-size: calc(19px * 1.1);
    flex: 1;
}.stay_informedc h4::before {
    width: 6px;
}.stay_informedc .input_holder {
    flex: 1;
    margin-left: 1rem;
}
}

@media screen and (max-width: 767px) {.stay_informedc {
    padding: 3rem 1.5rem;
}.stay_informedc .edu_leadershipx {
    padding: 1.5rem;
}.stay_informedc h4 {
    padding-bottom: 1.5rem;
    font-size: calc(19px * 0.9);
    padding-left: 0;
    text-align: center;
}.stay_informedc h4::before {
    bottom: 0;
    height: 4px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    top: auto;
}.stay_informedc .edu_leadershipx:hover h4::before {
    transform: translateX(-50%) scaleX(1);
}.stay_informedc .input_holder {
    flex-direction: column;
}.stay_informedc .input_holder span {
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.stay_informedc .edu_leadershipx,
    .stay_informedc h4,
    .stay_informedc h4::before,
    .stay_informedc .input_holder input[type="email"],
    .stay_informedc .input_holder .updates_texte,
    .stay_informedc .input_holder .updates_texte::before {
    animation: none;
    transition: none;
}.stay_informedc::before,
    .stay_informedc::after {
    animation: none;
}}header {
    position: relative;
    background: linear-gradient(120deg, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    padding: 0;
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    margin-top: 0;
    overflow: visible;
}header::before {
    top: 2px;
    position: absolute;
    content: '';
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    right: 2px;
    left: 2px;
    z-index: -1;
}header .main_lead2 {
    position: relative;
    display: flex;
    padding: 1.2rem 3rem;
    align-items: center;
    z-index: 5;
    justify-content: space-between;
}header .head_mentorj {
    flex: 0 0 auto;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
}header .head_mentorj::before {
    right: 3px;
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    content: '';
    top: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    left: 3px;
    z-index: -1;
    bottom: 3px;
}header .head_mentorj:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .nav_tutorw {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
}header .nav_tutorw img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .header_navbar6 {
    z-index: 2;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    list-style: none;
}header .nav_pagebarM {
    position: relative;
    margin: 0 0.5rem;
}header .nav_pagebarM a {
    height: 40px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #ffffff;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    padding: 0 1.2rem;
    text-decoration: none;
    position: relative;
}header .nav_pagebarM a::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}header .nav_pagebarM a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}header .nav_pagebarM a:hover::before {
    left: 100%;
}header .nav_pagebarM::after {
    transition: width 0.3s ease;
    content: '';
    height: 2px;
    left: 50%;
    width: 0;
    bottom: -5px;
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
}header .nav_pagebarM:hover::after {
    width: 80%;
}header .main_lead2::before {
    position: absolute;
    right: 10px;
    border-right: none;
    border-bottom: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    content: '';
}header .main_lead2::after {
    left: 10px;
    border-top: none;
    height: 40px;
    width: 40px;
    bottom: 10px;
    border-left: none;
    content: '';
    position: absolute;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
}header .head_topn {
    z-index: 1;
    position: relative;
    background: rgb(233,225,233);
    margin-top: -15px;
    padding-top: 2rem;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    right: 15px;
    box-shadow: 0 0 10px #ffffff;
    animation: pulse 2s infinite;
    content: '';
    background: #ffffff;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 15px;
    border-radius: 50%;
}

@media (min-width: 1400px) {header .main_lead2 {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_pagebarM {
    margin: 0 0.7rem;
}header .nav_pagebarM a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .main_lead2 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_mentorj {
    margin-bottom: 0;
    margin-right: 0;
}header .header_navbar6 {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .nav_pagebarM a {
    font-size: calc(17px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .main_lead2::before,
    header .main_lead2::after {
    display: none;
}.head_topn {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .main_lead2 {
    padding: 0.8rem 1.5rem;
}header .head_mentorj {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .nav_tutorw img {
    max-height: 35px;
}header .header_navbar6 {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
}header .header_navbar6::-webkit-scrollbar {
    height: 3px;
}header .header_navbar6::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav_pagebarM {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .nav_pagebarM a {
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    height: 32px;
    white-space: nowrap;
    font-size: calc(17px - 2px);
}header .nav_pagebarM::after {
    display: none;
}header::after {
    height: 5px;
    width: 5px;
    top: 10px;
    right: 10px;
}.head_topn {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .main_lead2 {
    padding: 0.7rem 1.2rem;
}header .head_mentorj {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .nav_pagebarM a {
    font-size: calc(17px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.secure_depotR {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: #ffffff;
    padding: 40px;
    line-height: 1.6;
}.secure_depotR h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 47px;
    color: rgb(208,191,208);
    font-weight: 700;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(208,191,208);
    text-align: center;
}.secure_depotR h2 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(173,152,174);
    font-size: 31px;
    margin-top: 30px;
    color: rgb(173,152,174);
    margin-bottom: 15px;
    padding-bottom: 8px;
}.secure_depotR h3, .secure_depotR h4, .secure_depotR h5, .secure_depotR h6 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000000;
    margin-top: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.secure_depotR ul, .secure_depotR ol {
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
    padding: 10px 0;
}.secure_depotR li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
}.secure_depotR section {
    background: #ffffff;
}.secure_depotR p, .secure_depotR span, .secure_depotR div {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.secure_depotR {
    box-shadow: none;
    padding: 20px;
}.secure_depotR h1, .secure_depotR h2 {
    text-align: left;
    border-bottom-width: 1px;
    font-size: calc(18px - 5px);
}.secure_depotR ul, .secure_depotR ol {
    padding: 10px 0;
}.secure_depotR li {
    padding: 5px 0;
}.secure_depotR p, .secure_depotR span, .secure_depotR div {
    padding-bottom: 5px;
}}.academic_experiencel {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(208,191,208,0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.academic_experiencel::before {
    opacity: 0.1;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    background-size: 60px 60px;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(173,152,174,0.5) 49.5%, rgb(173,152,174,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(173,152,174,0.5) 49.5%, rgb(173,152,174,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    z-index: 1;
    height: 100%;
}.academic_experiencel .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.academic_experiencel .edu_testimonialsf {
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    border-left: 4px solid rgb(208,191,208);
    transform: rotateY(-2deg) translateZ(10px);
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding: 2.5rem;
    display: grid;
}.academic_experiencel .edu_testimonialsf:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.academic_experiencel .edu_testimonialsf > div:first-child {
    align-self: start;
    position: relative;
}.academic_experiencel .img_display_boxG {
    width: 200px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    height: 200px;
    transform: translateZ(20px);
}.academic_experiencel .img_display_boxG::after {
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(208,191,208), 0.2) 0%, transparent 100%);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}.academic_experiencel .edu_testimonialsf:hover .img_display_boxG {
    transform: translateZ(30px) scale(1.05);
}.academic_experiencel .edu_testimonialsf > div:nth-child(2) {
    align-self: start;
    transform: translateZ(15px);
}.academic_experiencel .name {
    transition: transform 0.4s ease;
    color: rgb(208,191,208);
    display: inline-block;
    position: relative;
    transform: translateX(0);
    margin-bottom: 0.5rem;
    font-size: calc(20px * 1.1);
    font-weight: 700;
}.academic_experiencel .name::after {
    content: "";
    bottom: -5px;
    width: 0;
    background-color: rgb(173,152,174);
    position: absolute;
    left: 0;
    height: 2px;
    transition: width 0.4s ease-out;
}.academic_experiencel .edu_testimonialsf:hover .name::after {
    width: 100%;
}.academic_experiencel .edu_testimonialsf:hover .name {
    transform: translateX(5px);
}.academic_experiencel .edu_testimonialsf > div:nth-child(2) > div {
    opacity: 0.85;
    margin-bottom: 1rem;
    font-style: italic;
    font-weight: 600;
    font-size: calc(18px * 0.95);
    color: #000000;
}.academic_experiencel .job_timelinef {
    margin: 0;
    position: relative;
    padding-left: 1.5rem;
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.academic_experiencel .job_timelinef::before {
    width: 3px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    position: absolute;
    top: 0;
    height: 100%;
}

@media (min-width: 768px) {.academic_experiencel {
    padding: 7rem 0;
}.academic_experiencel .edu_testimonialsf {
    align-items: start;
    grid-gap: 2.5rem;
    grid-template-columns: 220px 1fr 2fr;
    padding: 3rem;
}.academic_experiencel .img_display_boxG {
    height: 260px;
    width: 220px;
}.academic_experiencel .name {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 1.2);
}.academic_experiencel .job_timelinef {
    font-size: calc(18px * 1.05);
    padding-left: 2rem;
}.academic_experiencel .job_timelinef::before {
    width: 4px;
}
}

@media (min-width: 992px) {.academic_experiencel .container {
    padding: 0 3rem;
}.academic_experiencel .edu_testimonialsf {
    padding: 3.5rem;
    grid-template-columns: 260px 1fr 2.5fr;
    grid-gap: 3rem;
}.academic_experiencel .img_display_boxG {
    width: 260px;
    height: 300px;
}.academic_experiencel .name {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.3);
}.academic_experiencel .edu_testimonialsf > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    font-size: 18px;
}.academic_experiencel .job_timelinef {
    font-size: calc(18px * 1.1);
    line-height: 1.7;
}
}

@media (min-width: 1200px) {.academic_experiencel .edu_testimonialsf {
    grid-template-columns: 300px 1fr 3fr;
    padding: 4rem;
    grid-gap: 3.5rem;
}.academic_experiencel .img_display_boxG {
    height: 350px;
    width: 300px;
}
}

@media (max-width: 767px) {.academic_experiencel .edu_testimonialsf {
    transform: rotateY(0deg) translateZ(0);
    padding: 2rem;
}.academic_experiencel .img_display_boxG {
    height: 180px;
    width: 180px;
    margin: 0 auto 1.5rem;
}.academic_experiencel .edu_testimonialsf > div:first-child {
    justify-content: center;
    display: flex;
}.academic_experiencel .edu_testimonialsf > div:nth-child(2) {
    text-align: center;
}.academic_experiencel .job_timelinef {
    padding-left: 0;
    padding-top: 1.5rem;
}.academic_experiencel .job_timelinef::before {
    left: 50%;
    height: 3px;
    top: 0;
    transform: translateX(-50%);
    width: 60px;
}}.client_feedbackx {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(208,191,208,0.5) 100%);
    overflow: hidden;
}.client_feedbackx::before {
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(173,152,174,0.5);
    top: -30%;
    transform: rotate(-15deg);
    z-index: 1;
    width: 150%;
    left: -25%;
}.client_feedbackx .edu_leadershipx {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.client_feedbackx h4 {
    font-size: 29px;
    transform: skewX(-5deg);
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 50px;
}.client_feedbackx h4::after {
    transform: skewX(15deg);
    position: absolute;
    content: "";
    width: 70%;
    height: 4px;
    left: 0;
    bottom: -10px;
    background: rgb(208,191,208);
}.client_feedbackx .client_views4 {
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client_feedbackx .edu_testimonialsf {
    overflow: hidden;
    transform: translateY(0) rotate(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 25px 25px;
    transition: all 0.4s ease;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
}.client_feedbackx .edu_testimonialsf:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.client_feedbackx .edu_testimonialsf:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.client_feedbackx .edu_testimonialsf:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.client_feedbackx .edu_testimonialsf::before {
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
}.client_feedbackx .edu_testimonialsf::after {
    background: rgb(173,152,174,0.5);
    height: 80px;
    transform: translate(50%, 50%);
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    width: 80px;
}.client_feedbackx .img_display_boxG {
    border-radius: 20% 40% 30% 50%;
    transform: rotate(-5deg);
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
    margin-bottom: 15px;
    width: 80px;
    transition: all 0.4s ease;
}.client_feedbackx .edu_testimonialsf:hover .img_display_boxG {
    transform: rotate(0) scale(1.05);
    border-radius: 30% 50% 40% 30%;
}.client_feedbackx .edu_testimonialsf span {
    display: block;
    font-family: Arial, sans-serif;
    color: rgb(208,191,208);
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: 1;
    font-size: 22px;
}.client_feedbackx .edu_testimonialsf p {
    color: #000000;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-style: italic;
    font-family: Arial, sans-serif;
}

@media (max-width: 767px) {.client_feedbackx {
    padding: 50px 0;
}.client_feedbackx::before {
    left: -50%;
    width: 200%;
    transform: rotate(-10deg);
}.client_feedbackx h4 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.85);
}.client_feedbackx .client_views4 {
    gap: 30px;
    transform: none;
    grid-template-columns: 1fr;
}.client_feedbackx .edu_testimonialsf,
    .client_feedbackx .edu_testimonialsf:nth-child(odd),
    .client_feedbackx .edu_testimonialsf:nth-child(even) {
    padding: 25px 20px 20px;
    transform: none;
}.client_feedbackx .img_display_boxG {
    height: 70px;
    width: 70px;
}}.course_featuresl {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    background-color: #000000;
    justify-content: center;
    position: relative;
}.course_featuresl .new_skillsX {
    left: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 0;
    top: 0;
}.course_featuresl .tech_learnw {
    height: 100%;
    animation: split-carousel 40s linear infinite;
    width: 500%;
    display: flex;
}.course_featuresl .new_skillsX:hover .tech_learnw {
    animation-play-state: paused;
}.course_featuresl .tech_skillsO {
    overflow: hidden;
    flex: 1;
    position: relative;
}.course_featuresl .tech_skillsO:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.course_featuresl .tech_skillsO:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.course_featuresl .tech_skillsO img {
    transform: scale(1.1);
    width: 100%;
    filter: grayscale(0.3) contrast(1.2);
    object-fit: cover;
    height: 100%;
    transition: all 0.7s ease;
}.course_featuresl .tech_skillsO:hover img {
    filter: grayscale(0) contrast(1.3);
    transform: scale(1.05);
}.course_featuresl .container {
    width: 100%;
    z-index: 10;
    max-width: 1200px;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto;
}.course_featuresl .edu_leadershipx {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}.course_featuresl .knowledge_routew {
    max-width: 550px;
    backdrop-filter: blur(10px);
    padding: 3rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgb(208,191,208,0.5);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}.course_featuresl .knowledge_routew::before {
    animation: rotate-background 20s linear infinite;
    position: absolute;
    left: -50%;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(208,191,208,0.5) 90deg,
        transparent 180deg,
        rgb(173,152,174,0.5) 270deg,
        transparent 360deg
    );
    content: "";
    width: 200%;
    opacity: 0.1;
    top: -50%;
    z-index: -1;
}.course_featuresl .knowledge_routew h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}.course_featuresl .knowledge_routew h3::after {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: rgb(208,191,208);
    left: 50%;
    bottom: -10px;
    width: 80px;
    height: 2px;
}.course_featuresl .knowledge_routew p {
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 17px;
}.course_featuresl .knowledge_routew .connect_requestP {
    transition: all 0.4s ease;
    border-radius: 10px;
    position: relative;
    background-color: transparent;
    padding: 0.9rem 2.5rem;
    font-size: 17px;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid rgb(208,191,208);
}.course_featuresl .knowledge_routew .connect_requestP::before {
    left: 50%;
    border-radius: 50%;
    background-color: rgb(208,191,208);
    width: 0;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: width 0.6s ease, height 0.6s ease;
    content: "";
    height: 0;
}.course_featuresl .knowledge_routew .connect_requestP:hover {
    color: #000000;
}.course_featuresl .knowledge_routew .connect_requestP:hover::before {
    height: 300%;
    width: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.course_featuresl .knowledge_routew {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.course_featuresl {
    min-height: 100vh;
}.course_featuresl .tech_learnw {
    animation-duration: 30s;
}.course_featuresl .knowledge_routew {
    padding: 2rem;
    max-width: 90%;
}.course_featuresl .knowledge_routew h3 {
    font-size: calc(33px * 0.85);
}.course_featuresl .tech_skillsO::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.course_featuresl .container {
    padding: 0 1rem;
}.course_featuresl .knowledge_routew {
    max-width: 100%;
    padding: 1.5rem;
}.course_featuresl .knowledge_routew h3 {
    font-size: calc(33px * 0.7);
}.course_featuresl .knowledge_routew .connect_requestP {
    display: block;
    padding: 0.8rem 1.5rem;
    width: 100%;
}.course_featuresl .tech_skillsO img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.course_featuresl .knowledge_routew {
    max-width: 650px;
    padding: 3.5rem;
}.course_featuresl .knowledge_routew h3 {
    font-size: calc(33px * 1.2);
}.course_featuresl .knowledge_routew p {
    font-size: calc(17px * 1.1);
}.course_featuresl .knowledge_routew .connect_requestP {
    padding: 1rem 3rem;
}
}