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

html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}


.company-info-zGy {
    background: linear-gradient(135deg, rgb(223,218,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

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

.company-info-zGy h1 {
    opacity: 0;
    margin-bottom: 3rem;
    font-size: 44px;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateX(20px);
    display: inline-block;
}

.company-info-zGy ul {
    gap: 3rem;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    padding: 0;
}

.company-info-zGy .study-guides-tw6::before {
    height: 120px;
    content: "";
    transition: opacity 0.3s;
    width: 120%;
    transform: rotate(-3deg);
    top: -60px;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,173,199,0.5) 0%, transparent 100%);
    left: -10%;
}

.company-info-zGy h4::after {
    content: "";
    background: rgb(191,173,199);
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    left: 0;
    width: 40px;
    position: absolute;
    animation: expandLine 0.5s forwards 1.2s ease-out;
    bottom: -8px;
}

.testimonials-kH8::before {
    height: 100%;
    z-index: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,173,199,0.5) 0,
        rgb(191,173,199,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
}

.testimonials-kH8 .learner-views-fix {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: center;
}

.testimonials-kH8 .opinion-hub-Ohp::before {
    left: 0;
    transition: height 0.5s ease;
    top: 0;
    width: 2px;
    content: "";
    background: rgb(191,173,199);
    height: 0;
    position: absolute;
}

.testimonials-kH8 .img-center-ZAF {
    transform: rotate(-3deg);
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(158,119,177,0.5);
    margin-bottom: 20px;
    position: relative;
    border-radius: 19px;
    width: 80px;
    overflow: hidden;
    height: 80px;
}

.testimonials-kH8 .opinion-hub-Ohp:hover p {
    border-left-color: rgb(191,173,199);
}

.testimonials-kH8 .opinion-hub-Ohp:nth-child(3n+1) {
    transform: translateY(20px);
}

.testimonials-kH8 .opinion-hub-Ohp:nth-child(3n+1):hover {
    transform: translateY(5px);
}

.learning-impact-K83::before {
    width: 300px;
    z-index: 0;
    opacity: 0.4;
    background: rgb(191,173,199,0.5);
    filter: blur(100px);
    top: -50px;
    height: 300px;
    transform: rotate(-15deg);
    position: absolute;
    left: -100px;
    content: "";
}

.learning-impact-K83 h5:hover {
    transform: translateY(-5px);
}

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

.learning-impact-K83 .training-space-5Vu {
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    gap: 40px;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    padding: 40px;
    border-left: 4px solid rgb(191,173,199);
    flex-direction: column;
    position: relative;
}

.learning-impact-K83 .words-container-7Kp li:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.learning-impact-K83 .words-container-7Kp li svg {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 2px;
    width: 24px;
    left: -40px;
    height: 24px;
}

.learning-impact-K83 .words-container-7Kp li:nth-child(odd) {
    padding-left: 45px;
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.1);
}

.learning-impact-K83 .words-container-7Kp li:hover::before {
    width: 100%;
}

.pricing-lineup-9mc::before {
    z-index: 0;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.1;
    border-radius: 10px;
    height: 70%;
    top: -10%;
    right: -5%;
    background: linear-gradient(120deg, rgb(191,173,199,0.5) 20%, rgb(158,119,177,0.5) 80%);
    width: 40%;
}

.pricing-lineup-9mc .study-costs-hV7 {
    text-align: center;
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
}

.pricing-lineup-9mc .cost-plan-bct {
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    font-size: 16px;
    max-width: 800px;
}

.pricing-lineup-9mc .deal-board-chk {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    display: block;
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.pricing-lineup-9mc .rate-choices-mtJ {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 2rem 1.75rem;
    flex: 1;
}

.pricing-lineup-9mc .rate-choices-mtJ .monthly-rate-8M0::after {
    bottom: -0.75rem;
    height: 2px;
    width: 40px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(191,173,199,0.5);
}

.pricing-lineup-9mc .img-center-ZAF::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    width: 100%;
    content: "";
}

.title-opener-UkC {
    background: linear-gradient(135deg, rgb(223,218,225), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    padding: 3rem 1rem;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.title-opener-UkC .learn-expressfast-rwN {
    border-radius: 2px;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    width: 100%;
    max-width: 1200px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    perspective: 1000px;
    transform: translateZ(0);
    z-index: 3;
    transform-style: preserve-3d;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.title-opener-UkC h3 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-size: 23px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
    margin: 0;
}

.title-opener-UkC .learning-corner-vuH::before {
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    rgba(rgb(191,173,199,0.5), 0.5) 100%);
    position: absolute;
}

.title-opener-UkC .learning-corner-vuH p {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 17px;
    font-family: Arial, sans-serif;
}

.title-opener-UkC .title_style_header::before {
    height: 3px;
    left: 0;
    width: 0;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(191,173,199), rgb(158,119,177));
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}

.contact-panel-q29 .img-center-ZAF {
    position: absolute;
    opacity: 0.15;
    left: 0;
    mix-blend-mode: luminosity;
    filter: saturate(0.6) contrast(1.3);
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.contact-panel-q29 h3 {
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(191,173,199,0.5), 0 0 20px rgb(191,173,199,0.5);
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    font-size: 43px;
}

.contact-panel-q29 .connect-links-zrl::before {
    content: "";
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgb(191,173,199), transparent);
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
}

.contact-panel-q29 .query-query-7JQ {
    padding: 50px;
    position: relative;
    z-index: 2;
    flex: 1 1 60%;
}

.contact-panel-q29 .query-query-7JQ input[type="text"],
.contact-panel-q29 .query-query-7JQ textarea {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding: 16px 20px;
    border-radius: 0;
    border: 1px solid rgb(191,173,199,0.5);
    border-left: 3px solid rgb(191,173,199);
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj label {
    font-size: 15px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    line-height: 1.6;
    position: relative;
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    left: 7px;
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    top: 4px;
}

.contact-panel-q29 .query-query-7JQ .request-query-KO3 {
    border: none;
    letter-spacing: 1px;
    font-size: 15px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: rgb(191,173,199);
    font-weight: 600;
    padding: 16px 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    cursor: pointer;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.contact-panel-q29 .message-list-e61 h4::after {
    width: 50px;
    content: "";
    position: absolute;
    background: rgb(158,119,177);
    bottom: -10px;
    box-shadow: 0 0 10px rgb(158,119,177);
    left: 0;
    height: 2px;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li:hover {
    transform: translateX(5px);
    border-color: rgb(158,119,177);
    box-shadow: 0 0 15px rgb(158,119,177,0.5);
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li:hover svg {
    transform: scale(1.1);
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li span {
    color: #ffffff;
    font-size: 13px;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li a:hover {
    color: rgb(158,119,177);
    text-shadow: 0 0 5px rgb(158,119,177,0.5);
}

.leadership-experience-yLt::after {
    content: "";
    top: -50%;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(191,173,199,0.5) 0%,
            transparent 60%
        );
    left: -50%;
    width: 200%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    opacity: 0.2;
    height: 200%;
}

.leadership-experience-yLt .img-center-ZAF {
    transform: rotate(-5deg);
    z-index: 3;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 260px;
    margin-bottom: 30px;
    height: 260px;
}

.leadership-experience-yLt .name {
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(191,173,199) 100%
    );
    text-align: center;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: #000000;
    padding: 0 20px 15px;
    position: relative;
    text-fill-color: transparent;
    z-index: 2;
}

.leadership-experience-yLt .career-record-9nx::before {
    opacity: 0.2;
    position: absolute;
    top: 25px;
    width: 35px;
    background: 
        linear-gradient(45deg, rgb(191,173,199,0.5) 0%, transparent 100%);
    left: 25px;
    content: "";
    height: 35px;
    border-radius: 0 0 10px 0;
}

.leadership-experience-yLt .opinion-hub-Ohp::before {
    transform: translateX(-50%) rotate(45deg);
    height: 300px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    opacity: 0.1;
    background: 
        linear-gradient(
            135deg,
            rgb(191,173,199,0.5) 0%,
            transparent 100%
        );
    content: "";
    left: 50%;
    width: 300px;
    top: -70px;
    position: absolute;
    animation: morphing 15s infinite alternate ease-in-out;
}

.leadership-experience-yLt .opinion-hub-Ohp:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

.stay-updated-oNe::after {
    width: 35%;
    z-index: 1;
    left: -5%;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(191,173,199) 20%, transparent 80%);
    bottom: -5%;
    height: 60%;
    pointer-events: none;
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 80% 100%, 0 90%);
    content: "";
    transform: rotate(10deg) translateZ(0);
}

.stay-updated-oNe h3 {
    color: #000000;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
    font-family: Arial, sans-serif;
    max-width: 90%;
}

.stay-updated-oNe input[type="email"] {
    font-family: Arial, sans-serif;
    background-color: rgba(245, 247, 250, 0.95);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 17px;
    padding: 1rem 1.25rem;
    color: #000000;
}

.stay-updated-oNe .news-panel-oOF:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.stay-updated-oNe .news-panel-oOF:hover::before {
    left: 100%;
}

.stay-updated-oNe .news-panel-oOF:active {
    transform: translateY(-1px);
}

footer .online-tools-o9J {
    position: relative;
    background-color: #2c3e50;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

footer .message-form-p4B {
    display: grid;
    gap: 15px;
    position: relative;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    position: absolute;
    top: 25%;
    width: 6px;
    transition: height 0.3s ease, top 0.3s ease;
    background-color: rgb(191,173,199);
    content: "";
    left: 0;
    height: 50%;
}

footer .info_item a:hover {
    color: rgb(191,173,199);
}

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

footer .nav-train-MIW {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

footer .nav-train-MIW h5 {
    grid-column: 1 / -1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    position: relative;
}

footer .header-main-ehT:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

footer .header-main-ehT a::before {
    position: absolute;
    content: "→";
    right: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.6;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .news-panel-oOF:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(158,119,177);
}

footer .progress-bar-eXx {
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
}

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

.thxPanel-MaL h2 {
    opacity: 0;
    max-width: 80%;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 31px;
    transform: translateY(20px);
}

.thxPanel-MaL .training-space-5Vu::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,173,199,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.03;
}

.thxPanel-MaL .training-space-5Vu li::before {
    transform: scale(0);
    left: 0;
    content: "";
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    height: 8px;
    position: absolute;
    width: 8px;
    border-radius: 50%;
    top: 8px;
    background-color: rgb(191,173,199);
}

header .site-main-4Iq {
    padding: 25px 30px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .site-main-4Iq .header-mentor-iQ7 {
    padding: 5px;
    z-index: 2;
    position: relative;
}

header .site-main-4Iq .header-mentor-iQ7:hover::before {
    opacity: 0.7;
}

header .site-main-4Iq .header-mentor-iQ7:hover .site-core-Y9s {
    transform: scale(1.05);
}

header .site-main-4Iq .header-mentor-iQ7 .site-core-Y9s svg {
    width: auto;
    height: 45px;
}

header .site-main-4Iq .nav-train-MIW::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.1;
    border-radius: 26px;
    position: absolute;
    backdrop-filter: blur(5px);
    height: 100%;
    z-index: -1;
    left: 0;
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    position: absolute;
    width: 150%;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    height: 150%;
    top: 50%;
    z-index: -1;
    opacity: 0;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.privacy-sanctuary-85T {
    gap: 30px;
    margin-bottom: 20px;
    color: #000000;
    flex-direction: column;
    background-color: rgb(191,173,199);
    border: 1px solid rgb(191,173,199);
    padding: 50px;
    display: flex;
    font-family: Arial, sans-serif;
}

.privacy-sanctuary-85T ul,
.privacy-sanctuary-85T ol {
    margin: 20px 0;
    padding: 0 20px;
    list-style-position: inside;
}

.privacy-sanctuary-85T ul {
    list-style-type: square;
}

.privacy-sanctuary-85T > div {
    background-color: rgb(223,218,225);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgb(191,173,199,0.5);
}

.course-program-details-47Y::after {
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    height: 100%;
    position: absolute;
    background-size: 50px 50px;
    top: 0;
    content: "";
    width: 100%;
}

.course-program-details-47Y .words-container-7Kp .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.course-program-details-47Y .words-container-7Kp .description:last-of-type::before {
    background: rgb(158,119,177);
}

.course-program-details-47Y .words-container-7Kp .description::after {
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    position: absolute;
    pointer-events: none;
}

.data-summary-eo6::after {
    width: 100%;
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
}

.data-summary-eo6 .extra-experts-xEl::before {
    top: 0;
    transition: height 0.3s ease;
    height: 60%;
    content: "";
    position: absolute;
    border-radius: 2px;
    left: 0;
    background: linear-gradient(to bottom, rgb(191,173,199), rgb(158,119,177));
    width: 4px;
}

.data-summary-eo6 .extra-experts-xEl:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.data-summary-eo6 .extra-experts-xEl:hover::before {
    height: 80%;
}

.data-summary-eo6 .extra-experts-xEl span {
    max-width: 100%;
    font-size: 14px;
    color: #000000;
}

.data-summary-eo6 .extra-gain-yzE::before {
    right: -3px;
    position: absolute;
    top: -3px;
    animation: borderGlow 6s linear infinite;
    background: linear-gradient(45deg, 
        rgb(191,173,199,0.5),
        rgb(158,119,177,0.5),
        rgb(191,173,199,0.5)
    );
    z-index: -1;
    border-radius: calc(21px + 3px);
    left: -3px;
    content: "";
    bottom: -3px;
    opacity: 0.6;
}

.data-summary-eo6 svg {
    position: absolute;
    fill: rgb(191,173,199);
    height: 20px;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease;
    width: 20px;
    opacity: 0.7;
}

.data-summary-eo6 .top-statistics-7Fk:last-of-type {
    order: 2;
}

.education-framework-jU5::after {
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    height: 100%;
}

.education-framework-jU5 .training-space-5Vu::before {
    content: "";
    animation: rotateBorder 20s linear infinite;
    width: 90%;
    left: 5%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    border: 2px solid rgb(191,173,199,0.5);
    top: 5%;
    height: 90%;
}

.education-framework-jU5 h3::before {
    opacity: 0.2;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(191,173,199,0.5), transparent);
    left: 0;
}

.education-framework-jU5 span::before {
    bottom: 100%;
    content: "";
    width: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgb(158,119,177), transparent);
    height: 30px;
}

.cookie-overlay-dialog-zIo {
    position: fixed;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(191,173,199);
    background: rgb(223,218,225);
    width: 100%;
}

.user-default-S84 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie-overlay-dialog-zIo p a {
    text-decoration: none;
    color: rgb(191,173,199);
}

#cookiePromptModal-Psr:checked ~ .cookie-overlay-dialog-zIo {
    opacity: 0;
    visibility: hidden;
}

.sign-up-now-FZm::before {
    top: 0;
    animation: shimmer 6s infinite linear;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    left: 0;
    height: 100%;
    pointer-events: none;
    transform: translateZ(-10px);
}

.sign-up-now-FZm h6 {
    margin-bottom: 2.5rem;
    font-size: 21px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.5px;
    max-width: 800px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

.sign-up-now-FZm div span::before {
    transform: translateX(-50%);
    transition: all 0.4s ease;
    left: 50%;
    bottom: -8px;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    width: 90%;
    border-radius: 50%;
    filter: blur(6px);
    height: 8px;
    opacity: 0.6;
}

.sign-up-now-FZm .request-query-KO3:hover {
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-2px);
    background: transparent;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.sign-up-now-FZm .request-query-KO3:hover span {
    transform: scale(1.05);
}

.company-info-zGy .study-guides-tw6 div::-webkit-scrollbar {
    width: 4px;
}

.company-info-zGy .study-guides-tw6 div::-webkit-scrollbar-track {
    background: #ffffff;
}

.company-info-zGy .study-guides-tw6 div::-webkit-scrollbar-thumb {
    background: rgb(191,173,199,0.5);
    border-radius: 10px;
}

.company-info-zGy .study-guides-tw6:nth-child(2) div::-webkit-scrollbar-thumb {
    background: rgb(158,119,177,0.5);
}



@media (min-width: 1200px) {.company-info-zGy h1 {
    margin-left: 6rem;
    font-size: calc(44px * 1.2);
}.company-info-zGy .study-guides-tw6 {
    padding: 3.5rem;
}.company-info-zGy .study-guides-tw6 div {
    max-height: 450px;
}}



@media (max-width: 768px) {.testimonials-kH8 {
    padding: 70px 0 90px;
}.testimonials-kH8 .opinion-hub-Ohp {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.testimonials-kH8 .opinion-hub-Ohp:hover {
    transform: translateY(-10px) !important;
}.testimonials-kH8 h4 {
    font-size: calc(43px * 0.8);
}.testimonials-kH8 h4::after {
    left: 10%;
    width: 80%;
    transform: skewX(0);
}}



@media (max-width: 767px) {.learning-impact-K83 {
    padding: 80px 0 100px;
}.learning-impact-K83 h5 {
    padding: 0 15px;
    margin-bottom: 40px;
    font-size: calc(21px * 0.9);
}.learning-impact-K83 .training-space-5Vu {
    padding: 30px 20px;
}.learning-impact-K83 .img-center-ZAF {
    height: 250px;
    margin-bottom: 20px;
}.learning-impact-K83 .words-container-7Kp li {
    margin-bottom: 15px;
}.learning-impact-K83 .words-container-7Kp li p {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {.pricing-lineup-9mc {
    padding: 4rem 0;
}.pricing-lineup-9mc .study-costs-hV7 h2 {
    font-size: calc(28px * 0.9);
}.pricing-lineup-9mc .rate-choices-mtJ h3 {
    font-size: 18px;
}.pricing-lineup-9mc .rate-choices-mtJ .monthly-rate-8M0 {
    font-size: calc(18px * 1.15);
}.pricing-lineup-9mc .img-center-ZAF {
    height: 160px;
}
}



@media (hover: none) {.pricing-lineup-9mc .deal-board-chk:hover {
    transform: none;
}.pricing-lineup-9mc .deal-board-chk:hover .img-center-ZAF {
    transform: none;
}}



@media (max-width: 767px) {.title-opener-UkC .learn-expressfast-rwN {
    padding: 1.5rem;
}.title-opener-UkC .learn-expressfast-rwN > div > div:first-child {
    padding: 1rem;
}.title-opener-UkC h3 {
    font-size: calc(22px * 1.1);
}.title-opener-UkC .learning-corner-vuH {
    min-height: 280px;
}.title-opener-UkC .learning-corner-vuH > div {
    width: 95%;
    padding: 1.5rem;
}.title-opener-UkC .title_style_header {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 992px) {.contact-panel-q29 {
    padding: 70px 0;
}.contact-panel-q29 h3 {
    font-size: calc(43px * 0.8);
}.contact-panel-q29 .connect-links-zrl {
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
    flex-direction: column;
}.contact-panel-q29 .message-list-e61 {
    border-left: none;
    border-top: 1px solid rgb(158,119,177,0.5);
}
}



@media (max-width: 991px) {.leadership-experience-yLt {
    padding: 80px 0;
}.leadership-experience-yLt .img-center-ZAF {
    height: 220px;
    margin-bottom: 25px;
    width: 220px;
}.leadership-experience-yLt .name {
    font-size: calc(38px * 0.9);
    margin-bottom: 12px;
}.leadership-experience-yLt .career-record-9nx {
    padding: 35px 40px;
    width: 85%;
}.leadership-experience-yLt .opinion-hub-Ohp::before,
    .leadership-experience-yLt .opinion-hub-Ohp::after {
    height: 250px;
    width: 250px;
}
}



@media (max-width: 575px) {.leadership-experience-yLt {
    padding: 50px 0;
}.leadership-experience-yLt .img-center-ZAF {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
}.leadership-experience-yLt .img-center-ZAF::before {
    inset: -8px;
    border-radius: 22px;
}.leadership-experience-yLt .img-center-ZAF::after {
    inset: -15px;
    border-radius: 30px;
}.leadership-experience-yLt .name {
    margin-bottom: 8px;
    padding: 0 10px 10px;
    font-size: calc(38px * 0.7);
}.leadership-experience-yLt .name::after {
    height: 2px;
    width: 60px;
}.leadership-experience-yLt .opinion-hub-Ohp span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(23px * 0.85);
}.leadership-experience-yLt .career-record-9nx {
    padding: 25px 20px;
    border-radius: 10px;
    font-size: calc(16px * 0.9);
    width: 100%;
}.leadership-experience-yLt .career-record-9nx::before,
    .leadership-experience-yLt .career-record-9nx::after {
    width: 20px;
    top: 15px;
    height: 20px;
    left: 15px;
}.leadership-experience-yLt .career-record-9nx::after {
    right: 15px;
    bottom: 15px;
}.leadership-experience-yLt .opinion-hub-Ohp::before,
    .leadership-experience-yLt .opinion-hub-Ohp::after {
    height: 150px;
    width: 150px;
}.leadership-experience-yLt .opinion-hub-Ohp:hover span:not(.name) {
    letter-spacing: 2px;
}}



@media (max-width: 576px) {footer .online-tools-o9J {
    padding: 50px 0 20px;
}footer .header-main-ehT {
    padding: 15px;
}footer .nav-train-MIW h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .input_holder input[type="email"],
    footer .news-panel-oOF {
    padding: 12px;
}}



@media (max-width: 480px) {.thxPanel-MaL {
    padding: 2.5rem 0;
}.thxPanel-MaL h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.thxPanel-MaL .training-space-5Vu {
    padding: 1.5rem;
}.thxPanel-MaL h2::after {
    width: 60px;
    bottom: -8px;
    height: 2px;
}}



@media (max-width: 767px) {header .site-main-4Iq {
    padding: 15px 10px;
}header .site-main-4Iq .header-mentor-iQ7 .site-core-Y9s svg {
    height: 40px;
}header .site-main-4Iq .nav-train-MIW {
    padding: 5px;
}header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA a {
    padding: 5px 10px;
    font-size: calc(17px - 2px);
}}



@media (max-width: 991px) {.course-program-details-47Y {
    padding: 80px 0;
}
}



@media (max-width: 767px) {.course-program-details-47Y {
    padding: 60px 0;
}.course-program-details-47Y .words-container-7Kp {
    grid-template-columns: 1fr;
}.course-program-details-47Y .words-container-7Kp h2 {
    font-size: calc(47px * 0.9);
}.course-program-details-47Y .img-center-ZAF {
    height: 350px;
}
}



@media (max-width: 576px) {.data-summary-eo6 {
    padding: 50px 0;
}.data-summary-eo6 .extra-experts-xEl {
    height: auto;
    width: 100%;
    min-height: 130px;
}.data-summary-eo6 .extra-gain-yzE {
    padding: 20px;
}}



@media (max-width: 768px) {.education-framework-jU5 .container {
    padding: 3rem 1.2rem;
}.education-framework-jU5 .training-space-5Vu {
    gap: 2rem;
    padding: 1.5rem 0;
}.education-framework-jU5 h3 {
    font-size: calc(28px * 0.8);
    padding: 0.8rem 1.5rem;
    max-width: 100%;
}.education-framework-jU5 span {
    width: 100%;
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.cookie-overlay-dialog-zIo {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.user-default-S84 {
    display: none;
}.user-safety-m4n {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-overlay-dialog-zIo h5 {
    text-align: center;
}.cookie-overlay-dialog-zIo p {
    text-align: center;
}.consent-learn-RqN {
    margin-bottom: 20px;
}body .wrapper-capsule-pSr .cookie-notice-uKv {
    margin-left: 0;
}}



@media (max-width: 575px) {.sign-up-now-FZm {
    padding: 2.5rem 0.8rem;
}.sign-up-now-FZm h6 {
    font-size: calc(17px + 0.1rem);
    margin-bottom: 1.5rem;
    line-height: 1.4;
}.sign-up-now-FZm .request-query-KO3 {
    padding: 0.7rem 1.5rem;
}.sign-up-now-FZm::before,
    .sign-up-now-FZm::after {
    opacity: 0.4;
}
}



@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-15px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

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



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}



@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

