.wrapper-capsule-pSr {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.container {
    max-width: 100%;
    margin: auto;
    width: 1197px;
}

.company-info-zGy::before {
    left: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(191,173,199,0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    height: 100%;
    top: 0;
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
}

.company-info-zGy h1::after {
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 60%;
    transform: scaleX(0);
    height: 4px;
    animation: expandLine 1s forwards 0.8s ease-out;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(191,173,199) 0%, transparent 100%);
}

.company-info-zGy .study-guides-tw6 {
    overflow: hidden;
    border-radius: 8px;
    opacity: 0;
    animation: fadeUp 1s forwards 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
}

.company-info-zGy h4 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}

.company-info-zGy .study-guides-tw6 div {
    font-size: 12px;
    padding-right: 10px;
    max-height: 300px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    overflow-y: auto;
}

.testimonials-kH8 .training-space-5Vu {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}

.testimonials-kH8 h4::after {
    background: rgb(191,173,199);
    transform: skewX(0);
    height: 10px;
    left: -10%;
    width: 120%;
    content: "";
    position: absolute;
    bottom: -20px;
}

.testimonials-kH8 .opinion-hub-Ohp:hover {
    transform: translateY(-15px);
}

.testimonials-kH8 .opinion-hub-Ohp:hover::before {
    height: 100%;
}

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

.testimonials-kH8 .opinion-hub-Ohp span {
    transition: transform 0.3s ease;
    font-weight: 600;
    padding-left: 15px;
    font-size: calc(16px * 1.1);
    margin: 10px 0;
    transform: translateX(0);
    color: #000000;
    position: relative;
}

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

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

.learning-impact-K83::after {
    content: "";
    opacity: 0.3;
    filter: blur(80px);
    height: 200px;
    transform: rotate(25deg);
    bottom: -40px;
    z-index: 0;
    position: absolute;
    background: rgb(158,119,177,0.5);
    width: 200px;
    right: -60px;
}

.learning-impact-K83 h5::after {
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(191,173,199) 0%, rgb(158,119,177) 100%);
    width: 80px;
    border-radius: 10px;
}

.learning-impact-K83 .training-space-5Vu > div:first-child {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.learning-impact-K83 .training-space-5Vu:hover .img-center-ZAF {
    transform: scale(1.05);
}

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

.learning-impact-K83 .words-container-7Kp ul {
    display: grid;
    margin: 0;
    gap: 20px;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr;
}

.learning-impact-K83 .words-container-7Kp li p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    position: relative;
    font-size: 17px;
    color: #000000;
}

.learning-impact-K83 .words-container-7Kp li:hover svg path {
    fill: rgb(158,119,177);
}

.learning-impact-K83 .words-container-7Kp li:nth-child(even) {
    padding-right: 15px;
    border-right: 2px solid rgba(var(--secondary-color-rgb), 0.1);
}

.pricing-lineup-9mc {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(223,218,225) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.pricing-lineup-9mc .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 2rem;
}

.pricing-lineup-9mc .package-price-k8e {
    display: flex;
    flex-direction: column;
}

.pricing-lineup-9mc .study-costs-hV7 h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.pricing-lineup-9mc .plan-pricing-TeE {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    gap: 2rem;
    order: 2;
}

.pricing-lineup-9mc .deal-board-chk::before {
    width: 100%;
    left: 0;
    height: 5px;
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(191,173,199), rgb(158,119,177));
    transform: translateY(-5px);
    top: 0;
}

.pricing-lineup-9mc .rate-choices-mtJ h3 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(18px * 1.1);
}

.pricing-lineup-9mc .rate-choices-mtJ p {
    word-break: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    line-height: 1.65;
    word-wrap: break-word;
    font-size: 16px;
    color: #000000;
    overflow-wrap: break-word;
}

.pricing-lineup-9mc .deal-board-chk:nth-child(odd) .rate-choices-mtJ::before {
    right: 1rem;
    position: absolute;
    background: rgb(191,173,199,0.5);
    z-index: -1;
    content: "";
    top: 1rem;
    opacity: 0.1;
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
}

.title-opener-UkC::before {
    left: 0;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    top: 0;
}

.title-opener-UkC .learn-expressfast-rwN > div {
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.title-opener-UkC .learn-expressfast-rwN > div > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}

.title-opener-UkC h3::before {
    width: 3px;
    top: 0;
    position: absolute;
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(191,173,199), rgb(158,119,177));
    height: 100%;
    content: "";
    left: 0;
}

.title-opener-UkC .learning-corner-vuH:hover {
    transform: translateZ(40px) scale(1.03);
}

.title-opener-UkC .learning-corner-vuH > div {
    padding: 2.5rem;
    z-index: 2;
    border-left: 4px solid rgb(191,173,199);
    backdrop-filter: blur(5px);
    position: relative;
    transition: transform 0.4s ease-out;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.1);
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 800px;
    width: 90%;
}

.title-opener-UkC .title_style_header {
    font-size: calc(35px * 1.1);
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
    margin: 0;
}

.contact-panel-q29::before {
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(191,173,199,0.5) 0%, transparent 50%, rgb(158,119,177,0.5) 100%);
}

.contact-panel-q29 h3::before {
    left: calc(50% - 100px);
    bottom: -20px;
    content: "";
    box-shadow: 0 0 10px rgb(191,173,199), 0 0 20px rgb(191,173,199);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    width: 200px;
    background: rgb(191,173,199);
    height: 3px;
    position: absolute;
}

.contact-panel-q29 .connect-links-zrl::after {
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(158,119,177), transparent);
    z-index: 3;
    right: 0;
    bottom: 0;
}

.contact-panel-q29 .query-query-7JQ h3 {
    text-transform: uppercase;
    color: rgb(191,173,199);
    text-shadow: none;
    margin-bottom: 30px;
    font-size: 23px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-panel-q29 .query-query-7JQ input[type="text"]:focus,
.contact-panel-q29 .query-query-7JQ textarea:focus {
    border-color: rgb(191,173,199);
    outline: none;
    box-shadow: 0 0 15px rgb(191,173,199,0.5);
    background: rgba(0, 0, 0, 0.5);
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj input[type="checkbox"]:checked + label::before {
    border-color: rgb(191,173,199);
    background: rgb(191,173,199);
    box-shadow: 0 0 10px rgb(191,173,199,0.5);
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj a:hover {
    color: rgb(158,119,177);
    text-shadow: 0 0 5px rgb(158,119,177);
    border-bottom-color: rgb(158,119,177);
}

.contact-panel-q29 .query-query-7JQ .request-query-KO3:hover {
    box-shadow: 0 0 20px rgb(158,119,177,0.5);
    transform: translateY(-2px);
    background: rgb(158,119,177);
}

.contact-panel-q29 .query-query-7JQ .request-query-KO3:hover::before {
    left: 100%;
}

.contact-panel-q29 .message-list-e61 {
    padding: 50px;
    border-left: 1px solid rgb(191,173,199,0.5);
    z-index: 2;
    flex: 1 1 35%;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li::after {
    background: rgb(158,119,177);
    top: 0;
    height: 100%;
    width: 3px;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(158,119,177));
}

.leadership-experience-yLt {
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(223,218,225) 0%,
        rgb(223,218,225) 60%,
        rgb(191,173,199,0.5) 120%
    );
    overflow: hidden;
    padding: 100px 0;
}



.leadership-experience-yLt .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.leadership-experience-yLt .opinion-hub-Ohp {
    overflow: visible;
    position: relative;
    flex-direction: column;
    border-radius: 28px;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
}

.leadership-experience-yLt .img-center-ZAF::before {
    z-index: -1;
    opacity: 0.3;
    inset: -10px;
    background: linear-gradient(
        135deg,
        rgb(191,173,199,0.5) 0%,
        transparent 50%,
        rgb(158,119,177,0.5) 100%
    );
    transform: rotate(5deg);
    border-radius: 30px;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
}

.leadership-experience-yLt .name::after {
    width: 80px;
    left: 50%;
    content: "";
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(191,173,199) 0%,
        rgb(158,119,177) 100%
    );
    border-radius: 3px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}

.leadership-experience-yLt .career-record-9nx {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    text-align: center;
    border-radius: 28px;
    padding: 40px 50px;
    position: relative;
    font-size: 16px;
    line-height: 1.9;
    max-width: 700px;
    width: 80%;
    z-index: 1;
    margin: 0;
    color: #000000;
    background: #ffffff;
}

.leadership-experience-yLt .opinion-hub-Ohp:hover .img-center-ZAF {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}

.leadership-experience-yLt .opinion-hub-Ohp:hover .img-center-ZAF::before {
    transform: rotate(0deg);
    opacity: 0.5;
}

.leadership-experience-yLt .opinion-hub-Ohp:hover .img-center-ZAF::after {
    transform: rotate(5deg);
}

.stay-updated-oNe::before {
    content: "";
    right: -10%;
    opacity: 0.15;
    pointer-events: none;
    height: 70%;
    top: -10%;
    z-index: 1;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    width: 40%;
    background: linear-gradient(225deg, rgb(158,119,177) 10%, transparent 70%);
}

.stay-updated-oNe .training-space-5Vu::before {
    height: 4px;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    animation: gradientMove 8s ease-in-out infinite;
    left: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(191,173,199), rgb(158,119,177), rgb(191,173,199));
}

.stay-updated-oNe .input_holder > div {
    flex: 1;
    position: relative;
}

.stay-updated-oNe input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: color 0.3s ease;
}

.stay-updated-oNe input[type="email"]:focus::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.3);
}

.stay-updated-oNe .news-panel-oOF::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
    content: "";
    left: -100%;
    top: 0;
}

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

footer .online-tools-o9J::before {
    background-size: 60px 60px;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
}

footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

footer .info_item p,
footer .info_item a {
    z-index: 1;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 12px;
    position: relative;
}

footer .header-mentor-iQ7:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .header-mentor-iQ7 svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}

footer .nav-train-MIW h5::after {
    height: 2px;
    background-color: rgb(191,173,199);
    left: 0;
    content: "";
    width: 50px;
    bottom: 0;
    position: absolute;
}

footer .header-main-ehT a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    transition: all 0.3s ease;
    padding: 8px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    text-decoration: none;
}

footer .subscribe_holder h5::after {
    width: 50px;
    content: "";
    bottom: 0;
    position: absolute;
    background-color: rgb(191,173,199);
    left: 0;
    height: 2px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(191,173,199);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .news-panel-oOF {
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    background-color: rgb(191,173,199);
}

.thxPanel-MaL::before {
    transform: perspective(1000px) rotateX(5deg);
    background-image: 
        linear-gradient(90deg, rgb(191,173,199,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(191,173,199,0.5) 1px, transparent 1px);
    width: 100%;
    opacity: 0.07;
    position: absolute;
    background-size: 35px 35px;
    pointer-events: none;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
}

.thxPanel-MaL .training-space-5Vu {
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    padding: 3.5rem;
}

.thxPanel-MaL .training-space-5Vu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thxPanel-MaL .training-space-5Vu span {
    opacity: 0;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    font-family: Arial, sans-serif;
    transform: translateX(10px);
    display: block;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    position: relative;
}

header .site-main-4Iq::after {
    height: 5px;
    position: absolute;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(158,119,177));
    filter: blur(5px);
    content: "";
    bottom: -10px;
    width: 30%;
}

header .site-main-4Iq .header-mentor-iQ7 .site-core-Y9s {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}

header .site-main-4Iq .nav-train-MIW {
    margin: 0;
    position: relative;
    border-radius: 26px;
    display: flex;
    list-style: none;
    padding: 10px;
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA {
    margin: 0 3px;
    position: relative;
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA a::before {
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(191,173,199), rgb(158,119,177));
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(191,173,199), rgb(158,119,177));
}

.privacy-sanctuary-85T h2 {
    border-bottom: 2px solid rgb(191,173,199);
    color: rgb(158,119,177);
    padding-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-size: 30px;
}

.privacy-sanctuary-85T ol {
    list-style-type: decimal;
}

.privacy-sanctuary-85T li {
    font-size: 14px;
    border-bottom: 1px solid rgb(191,173,199,0.5);
    padding-bottom: 5px;
    color: #000000;
    margin-bottom: 10px;
}

.course-program-details-47Y {
    background-color: rgb(158,119,177);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.course-program-details-47Y .container {
    position: relative;
    z-index: 2;
}

.course-program-details-47Y .training-flow-hiz {
    position: relative;
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.course-program-details-47Y .words-container-7Kp {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    order: 2;
}

.course-program-details-47Y .words-container-7Kp h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(191,173,199), rgb(158,119,177));
    content: "";
    width: 100px;
}

.course-program-details-47Y .words-container-7Kp .description::before {
    background: rgb(191,173,199);
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    content: "";
}

.course-program-details-47Y .img-center-ZAF {
    position: relative;
    overflow: hidden;
    order: 1;
    height: 400px;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.data-summary-eo6 {
    background: linear-gradient(to right, rgb(223,218,225), #f0f4f8, rgb(223,218,225));
    z-index: 1;
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}

.data-summary-eo6 .container {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    position: relative;
    gap: 40px;
    padding: 0 20px;
}

.data-summary-eo6 .top-statistics-7Fk {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.data-summary-eo6 .extra-experts-xEl::after {
    width: 100%;
    z-index: -1;
    left: 0;
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
    top: 0;
    position: absolute;
    height: 100%;
    animation: shimmer 5s infinite;
}

.data-summary-eo6 .extra-experts-xEl h4 {
    margin: 0 0 10px;
    transition: color 0.3s ease;
    font-weight: 700;
    color: rgb(191,173,199);
    font-size: calc(35px + 0.25rem);
}

.data-summary-eo6 .statistics-boost-TPJ {
    margin: 0 0 20px;
    color: rgb(191,173,199);
    position: relative;
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
}

.data-summary-eo6 .statistics-boost-TPJ::after {
    bottom: -10px;
    content: "";
    position: absolute;
    border-radius: 3px;
    background: linear-gradient(to right, rgb(191,173,199), rgb(158,119,177));
    height: 3px;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
}

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

.education-framework-jU5 {
    background: rgb(223,218,225);
    overflow: hidden;
    min-height: 65vh;
    position: relative;
}

.education-framework-jU5 .container {
    margin: 0 auto;
    justify-content: center;
    padding: 5rem 2rem;
    max-width: 1100px;
    align-items: center;
    position: relative;
    z-index: 5;
    display: flex;
}

.education-framework-jU5 .training-space-5Vu {
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    max-width: 900px;
    justify-content: center;
    display: flex;
    aspect-ratio: 1/1;
    padding: 0;
    height: 100%;
    position: relative;
    width: 100%;
}

.education-framework-jU5 h3 {
    padding: 1rem 2rem;
    z-index: 2;
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    border-radius: 22px;
    margin: 0 0 1.5rem;
    background: #ffffff;
    color: rgb(191,173,199);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-20px);
    max-width: 70%;
}

.education-framework-jU5 span::after {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(158,119,177,0.5), transparent);
    border-radius: inherit;
    left: 0;
    opacity: 0.2;
}

.user-safety-m4n {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}

.cookie-overlay-dialog-zIo p {
    font-size: 18px;
}

.cookie-notice-uKv {
    cursor: pointer;
    white-space: nowrap;
    line-height: 35px;
    border-bottom: 2px solid rgb(191,173,199);
    text-align: center;
    margin-left: 10px;
    color: rgb(191,173,199);
    flex-shrink: 0;
    font-size: 24px;
    min-width: 120px;
    text-decoration: none;
}

.sign-up-now-FZm::after {
    right: -10%;
    content: "";
    top: -10%;
    filter: blur(20px);
    opacity: 0.6;
    width: 35%;
    background: linear-gradient(135deg, rgb(191,173,199,0.5), transparent);
    transform: rotate(-15deg) translateZ(10px);
    position: absolute;
    height: 120%;
}

.sign-up-now-FZm h6::after {
    height: 3px;
    content: "";
    width: 60px;
    bottom: -15px;
    position: absolute;
    opacity: 0.7;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}

.sign-up-now-FZm div span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}

.sign-up-now-FZm .request-query-KO3 {
    padding: 1rem 2.5rem;
    font-weight: 700;
    display: inline-flex;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: calc(20px + 0.1rem);
    border-radius: 10px;
    border: 2px solid transparent;
    transform: translateZ(0);
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    color: rgb(158,119,177);
}



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



@media (min-width: 768px) {.company-info-zGy {
    padding: 7rem 0;
}.company-info-zGy ul {
    grid-template-columns: repeat(2, 1fr);
}.company-info-zGy h1 {
    margin-left: 2rem;
    font-size: calc(44px * 1.1);
}.company-info-zGy .study-guides-tw6 {
    padding: 3rem;
}.company-info-zGy .study-guides-tw6 div {
    max-height: 350px;
}
}



@media (max-width: 1024px) {.testimonials-kH8 .opinion-hub-Ohp {
    width: calc(50% - 40px);
}.testimonials-kH8 .opinion-hub-Ohp:nth-child(2n+1) {
    transform: translateY(20px);
}.testimonials-kH8 .opinion-hub-Ohp:nth-child(2n+2) {
    transform: translateY(40px);
}.testimonials-kH8 .opinion-hub-Ohp:nth-child(2n+1):hover {
    transform: translateY(5px);
}.testimonials-kH8 .opinion-hub-Ohp:nth-child(2n+2):hover {
    transform: translateY(25px);
}.testimonials-kH8 h4 {
    font-size: calc(43px * 0.9);
}
}



@media (min-width: 992px) {.learning-impact-K83 .training-space-5Vu {
    padding: 70px;
}.learning-impact-K83 .training-space-5Vu > div:first-child {
    width: 45%;
}.learning-impact-K83 .words-container-7Kp {
    padding-left: 50px;
    width: 55%;
}.learning-impact-K83 .img-center-ZAF {
    height: 450px;
}
}



@media (min-width: 992px) {.pricing-lineup-9mc .package-price-k8e {
    flex-direction: row;
}.pricing-lineup-9mc .study-costs-hV7 {
    margin-bottom: 0;
    flex: 0 0 30%;
    padding-left: 3rem;
    display: flex;
    justify-content: center;
    text-align: left;
    order: 2;
    flex-direction: column;
}.pricing-lineup-9mc .study-costs-hV7 h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing-lineup-9mc .study-costs-hV7 h2::after {
    width: 40%;
    left: 0;
    transform: none;
}.pricing-lineup-9mc .cost-plan-bct {
    text-align: left;
    margin: 0;
}.pricing-lineup-9mc .plan-pricing-TeE {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (min-width: 768px) {.title-opener-UkC {
    padding: 5rem 2rem;
}.title-opener-UkC .learn-expressfast-rwN {
    padding: 3rem;
}.title-opener-UkC .learn-expressfast-rwN > div {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title-opener-UkC .learning-corner-vuH {
    min-height: 450px;
}.title-opener-UkC h3 {
    font-size: calc(23px * 1.1);
}.title-opener-UkC .title_style_header {
    font-size: calc(48px * 1.1);
}
}



@media (max-width: 480px) {.title-opener-UkC {
    padding: 2rem 0.75rem;
}.title-opener-UkC .learn-expressfast-rwN {
    padding: 1rem;
}.title-opener-UkC .learn-expressfast-rwN > div {
    gap: 1.5rem;
}.title-opener-UkC h3 {
    font-size: 22px;
}.title-opener-UkC .learning-corner-vuH {
    min-height: 240px;
}.title-opener-UkC .learning-corner-vuH > div {
    padding: 1.25rem;
}.title-opener-UkC .title_style_header {
    font-size: calc(35px * 0.8);
}.title-opener-UkC .learning-corner-vuH p {
    margin-bottom: 1rem;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 576px) {.contact-panel-q29 {
    padding: 50px 0;
}.contact-panel-q29 h3 {
    font-size: calc(43px * 0.5);
    margin-bottom: 35px;
}.contact-panel-q29 h3::before {
    height: 2px;
    width: 100px;
    bottom: -12px;
    left: calc(50% - 50px);
}.contact-panel-q29 .connect-links-zrl {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact-panel-q29 .query-query-7JQ,
    .contact-panel-q29 .message-list-e61 {
    padding: 30px 20px;
}.contact-panel-q29 .query-query-7JQ input[type="text"],
    .contact-panel-q29 .query-query-7JQ textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-panel-q29 .query-query-7JQ .request-block-bDj label {
    font-size: calc(15px * 0.9);
}.contact-panel-q29 .query-query-7JQ .request-query-KO3 {
    padding: 14px 20px;
    width: 100%;
}.contact-panel-q29 .message-list-e61 .support-request-ztT li {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    margin-bottom: 15px;
    padding: 10px;
}}



@media (min-width: 992px) {.stay-updated-oNe {
    padding: 6rem 2rem;
}.stay-updated-oNe .training-space-5Vu {
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
    padding: 4rem 5rem;
}.stay-updated-oNe h3 {
    max-width: 70%;
}.stay-updated-oNe .input_holder {
    max-width: 80%;
}
}



@media (max-width: 767px) {.stay-updated-oNe .training-space-5Vu {
    padding: 2.5rem 1.5rem;
}.stay-updated-oNe h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}.stay-updated-oNe .news-panel-oOF {
    width: 100%;
    margin-top: 0.5rem;
}
}



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



@media (max-width: 767px) {footer .online-tools-o9J {
    padding: 70px 0 30px;
}footer .message-form-p4B {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .header-mentor-iQ7, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav-train-MIW h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .campus-links-PpV {
    margin-top: 40px;
}
}



@media (max-width: 992px) {header .site-main-4Iq {
    flex-direction: column;
    padding: 20px 15px;
}header .site-main-4Iq .header-mentor-iQ7 {
    margin-bottom: 15px;
}header .site-main-4Iq .nav-train-MIW {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA {
    margin: 3px;
}header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA a {
    padding: 6px 12px;
    font-size: calc(17px - 1px);
}
}



@media (min-width: 992px) {.course-program-details-47Y .training-flow-hiz {
    gap: 80px;
}.course-program-details-47Y .img-center-ZAF {
    height: 500px;
}
}



@media (max-width: 992px) {.data-summary-eo6 .extra-experts-xEl {
    width: calc(50% - 10px);
}
}



@media (max-width: 768px) {.data-summary-eo6 {
    padding: 70px 0;
}.data-summary-eo6 .container {
    gap: 30px;
}.data-summary-eo6 .extra-gain-yzE {
    padding: 25px;
}.data-summary-eo6 .statistics-boost-TPJ {
    font-size: calc(35px - 0.25rem);
}
}



@media (min-width: 993px) {.education-framework-jU5 .training-space-5Vu:hover::before,
    .education-framework-jU5 .training-space-5Vu:hover::after {
    animation-play-state: paused;
}.education-framework-jU5 .training-space-5Vu:hover h3,
    .education-framework-jU5 .training-space-5Vu:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}



@media (max-width: 576px) {.education-framework-jU5 .container {
    padding: 2.5rem 1rem;
}.education-framework-jU5 .training-space-5Vu {
    padding: 1rem 0;
    gap: 1.5rem;
}.education-framework-jU5 h3 {
    padding: 0.7rem 1.2rem;
    font-size: calc(28px * 0.7);
}.education-framework-jU5 span {
    padding: 1.2rem;
    font-size: calc(18px * 0.85);
    line-height: 1.6;
}.education-framework-jU5 .training-space-5Vu::before,
    .education-framework-jU5 .training-space-5Vu::after {
    border-width: 1px;
}}



@media (max-width: 991px) {.sign-up-now-FZm {
    padding: 3.5rem 1.5rem;
}.sign-up-now-FZm h6 {
    font-size: calc(17px + 0.1rem);
    margin-bottom: 2rem;
}.sign-up-now-FZm .request-query-KO3 {
    padding: 0.9rem 2.2rem;
}
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



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



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



@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



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



@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}



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

