* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-snap-type: none;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 17px;
    padding: 0px;
}::-webkit-scrollbar-button {
    border-radius: 2px;
    background: rgb(154,151,186);
}::-webkit-scrollbar-track {
    border-radius: 3.2vw;
    background: rgb(154,151,186);
}::-webkit-scrollbar-thumb {
    background: rgb(154,151,186,0.5);
    animation: slide_scrollbar 2.2s ease-out 4;
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(242deg, rgb(255, 255, 255, 0.5) 81%, rgb(154,151,186) 26%, rgb(226,219,230) 98%);
    box-shadow: 3px 2px 11px -1px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 5px 4px -1px rgba(0, 0, 0, 0.1);
    background: rgb(166,104,135,0.5);
}.container {
    width: 1145px;
    margin: auto;
    max-width: 100%;
}.nav-mentor-3 {
    flex: 1 0 auto;
}.wrapper-segment-8 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.sponsor-logo-8 {
    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;
}}
header {
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 0;
    background: rgb(226,219,230);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0;
}header::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(154,151,186), 0.03) 25%, 
        rgba(rgb(154,151,186), 0.05) 50%,
        rgba(rgb(154,151,186), 0.03) 75%,
        transparent 100%
    );
    height: 100%;
}header .nav-learn-4 {
    justify-content: space-between;
    padding: 1.2rem 2rem;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
}header .top-pagewrap-5 {
    position: relative;
    margin-right: 2rem;
    max-width: 180px;
    flex: 0 0 auto;
}header .first-teach-7 {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    position: relative;
}header .first-teach-7:hover {
    transform: translateY(-3px);
}header .first-teach-7 img {
    max-width: 100%;
    display: block;
    height: auto;
    filter: brightness(1.03);
}header .first-teach-7::before {
    transform: scaleX(0.7);
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(154,151,186);
    opacity: 0;
    height: 10px;
    content: '';
    border-radius: 10px;
    left: 0;
    bottom: -15px;
}header .first-teach-7:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .site-header-8 {
    list-style: none;
    padding: 0;
    position: relative;
    flex-wrap: nowrap;
    margin: 0;
    display: flex;
}header .site-header-8::after {
    bottom: -15px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,151,186,0.5), 
        transparent
    );
    height: 1px;
    position: absolute;
    width: 100%;
}header .header-primary-1 {
    margin: 0;
    position: relative;
}header .header-primary-1 a {
    color: #000000;
    padding: 1rem 1.2rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}header .header-primary-1 a::before {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    background: rgb(154,151,186);
    content: '';
    left: 0;
    height: 3px;
    bottom: 0;
}header .header-primary-1 a:hover {
    color: rgb(154,151,186);
}header .header-primary-1 a:hover::before {
    transform: translateX(0);
}header .header-primary-1 a::after {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: rgb(154,151,186,0.5);
    transform: scale(0.8);
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}header .header-primary-1 a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .nav-learn-4::before {
    background: linear-gradient(-90deg, rgb(226,219,230), transparent);
    z-index: -1;
    width: 30%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    content: '';
}header .nav-learn-4::after {
    content: '';
    background: linear-gradient(90deg, rgb(226,219,230), transparent);
    height: 100%;
    top: 0;
    width: 30%;
    left: 0;
    z-index: -1;
    position: absolute;
}header .nav-mentor-3 {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .nav-learn-4 {
    margin: 0 auto;
    max-width: 1300px;
}header .header-primary-1 a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav-learn-4 {
    flex-direction: row;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}header .top-pagewrap-5 {
    margin-right: 0;
    margin-bottom: 0;
}header .site-header-8 {
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 1rem;
}header .header-primary-1 {
    margin-bottom: 0.5rem;
}header .header-primary-1 a {
    font-size: calc(16px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .nav-learn-4 {
    padding: 1rem 1.5rem;
}header .top-pagewrap-5 {
    max-width: 150px;
    flex: 0 0 auto;
}header .site-header-8 {
    overflow-x: auto;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .site-header-8::-webkit-scrollbar {
    height: 3px;
}header .site-header-8::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,151,186,0.5);
}header .header-primary-1 {
    flex: 0 0 auto;
}header .header-primary-1 a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 2px);
}header .site-header-8::after {
    bottom: 0;
}header .first-teach-7::before {
    display: none;
}}.about-this-1 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(154,151,186);
    z-index: 1;
}.about-this-1::before {
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    background: 
        linear-gradient(0deg, rgb(154,151,186) 30%, transparent 70%),
        linear-gradient(90deg, rgb(154,151,186) 0%, transparent 50%, rgb(154,151,186) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    width: 100%;
}.about-this-1::after {
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    position: absolute;
}.about-this-1 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.about-this-1 .learning-dna-5 {
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px;
    overflow: hidden;
    background: rgb(226,219,230);
    display: grid;
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    grid-template-areas: 
        "text photo"
        "logo photo";
    border-radius: 10px;
    position: relative;
}.about-this-1 .learning-dna-5::before {
    width: 1px;
    left: 50%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(154,151,186,0.5), transparent);
    position: absolute;
}.about-this-1 .learning-dna-5::after {
    height: 4px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135), rgb(154,151,186));
    content: "";
}.about-this-1 .mentor-approach-6 {
    flex-direction: column;
    grid-area: photo;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 40px;
}.about-this-1 .mentor-approach-6 .img-rounded-9 {
    height: 350px;
    width: 280px;
    border: 5px solid rgb(154,151,186);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border-radius: 10px;
}.about-this-1 .path-creators-5 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    background: rgb(166,104,135);
    border-radius: 10px;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
}.about-this-1 .knowledge-center-6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}.about-this-1 .learn-experts-3 {
    opacity: 0.9;
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}.about-this-1 .text-placeholder-0 {
    justify-content: center;
    grid-area: text;
    flex-direction: column;
    display: flex;
}.about-this-1 h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 32px;
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
}.about-this-1 h2::after {
    height: 3px;
    width: 80px;
    bottom: -10px;
    position: absolute;
    content: "";
    background: rgb(154,151,186);
    left: 0;
}.about-this-1 p {
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
    color: #000000;
}.about-this-1 .online-mastery-6 {
    align-items: center;
    padding-top: 20px;
    grid-area: logo;
    border-top: 1px solid rgba(rgb(154,151,186), 0.1);
    margin-bottom: 20px;
    display: flex;
}.about-this-1 .online-mastery-6 svg {
    height: 60px;
    width: 60px;
    fill: rgb(154,151,186);
    margin-right: 20px;
}.about-this-1 .online-mastery-6 svg path {
    fill: rgb(154,151,186);
}

@media screen and (max-width: 992px) {.about-this-1 {
    padding: 80px 0;
}.about-this-1 .learning-dna-5 {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "img-rounded-9"
            "text"
            "logo";
    padding: 40px 30px;
    gap: 30px;
}.about-this-1 .learning-dna-5::before {
    background: linear-gradient(to right, transparent, rgb(154,151,186,0.5), transparent);
    height: 1px;
    top: 50%;
    left: 0;
    width: 100%;
}.about-this-1 .mentor-approach-6 {
    border-bottom: 1px solid rgba(rgb(154,151,186), 0.1);
    padding-left: 0;
    padding-bottom: 30px;
}.about-this-1 .text-placeholder-0 {
    text-align: center;
}.about-this-1 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.about-this-1 .online-mastery-6 {
    justify-content: center;
    padding-top: 0;
    border-top: none;
}
}

@media screen and (max-width: 767px) {.about-this-1 {
    padding: 60px 0;
}.about-this-1 .learning-dna-5 {
    padding: 30px 20px;
    gap: 25px;
}.about-this-1 .mentor-approach-6 .img-rounded-9 {
    width: 220px;
    margin-bottom: 30px;
    height: 280px;
}.about-this-1 .path-creators-5 {
    max-width: 220px;
    padding: 15px 20px;
}.about-this-1 h2 {
    font-size: calc(32px * 0.85);
}
}

@media screen and (max-width: 480px) {.about-this-1 {
    padding: 40px 0;
}.about-this-1 .learning-dna-5 {
    gap: 20px;
    padding: 25px 15px;
}.about-this-1 .mentor-approach-6 .img-rounded-9 {
    border-width: 3px;
    margin-bottom: 25px;
    width: 180px;
    height: 230px;
}.about-this-1 .path-creators-5 {
    padding: 12px 15px;
    max-width: 180px;
}.about-this-1 .knowledge-center-6 {
    font-size: calc(23px * 0.9);
}.about-this-1 .learn-experts-3 {
    font-size: calc(15px * 0.9);
}.about-this-1 .online-mastery-6 svg {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}.about-this-1 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
}.about-this-1 p {
    font-size: calc(15px * 0.9);
}}.user-reviews-2 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(226,219,230) 0%, #ffffff 100%);
    padding: 7rem 2rem;
}.user-reviews-2::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(154,151,186,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(166,104,135,0.5) 0%, transparent 30%);
    opacity: 0.3;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}.user-reviews-2::after {
    top: 0;
    opacity: 0.4;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(226,219,230) 80%);
    position: absolute;
    content: "";
}.user-reviews-2 .learning-dna-5 {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.user-reviews-2 h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 6rem;
    font-size: 36px;
    position: relative;
    text-align: center;
}.user-reviews-2 h4::before {
    opacity: 0.3;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    content: "";
    z-index: -1;
    border: 2px solid rgb(154,151,186,0.5);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    position: absolute;
}.user-reviews-2 h4::after {
    border-radius: 50%;
    position: absolute;
    width: 80px;
    opacity: 0.1;
    content: "";
    z-index: -2;
    height: 80px;
    top: 50%;
    left: 50%;
    background: rgb(154,151,186,0.5);
    transform: translate(-50%, -50%);
}.user-reviews-2 .learner-ratings-9 {
    perspective: 1000px;
    margin: 0 -1.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.user-reviews-2 .review-voices-7 {
    transform-style: preserve-3d;
    padding: 2.5rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(166,104,135,0.5);
    width: calc(33.33% - 3rem);
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 20px;
    background: #ffffff;
    transform: translateZ(0);
    position: relative;
    margin: 1.5rem;
}.user-reviews-2 .review-voices-7:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(154,151,186);
    transform: translateZ(30px);
}.user-reviews-2 .review-voices-7::before {
    transition: all 0.5s ease;
    opacity: 0;
    height: 200%;
    left: -50%;
    content: "";
    background: radial-gradient(circle at center, rgb(154,151,186,0.5) 0%, transparent 70%);
    z-index: -1;
    top: -50%;
    position: absolute;
    width: 200%;
}.user-reviews-2 .review-voices-7:hover::before {
    opacity: 0.1;
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.user-reviews-2 .review-voices-7::after {
    opacity: 0.5;
    top: 20px;
    background: rgb(154,151,186,0.5);
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 20px;
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
}.user-reviews-2 .review-voices-7:hover::after {
    transform: scale(1.5);
    opacity: 0.7;
}.user-reviews-2 .review-voices-7 .img-rounded-9 {
    position: relative;
    border: 3px solid #ffffff;
    transition: all 0.5s ease;
    width: 100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateZ(20px);
    margin: 0 auto 1.5rem;
    height: 100px;
}.user-reviews-2 .review-voices-7:hover .img-rounded-9 {
    transform: translateZ(40px) scale(1.1);
}.user-reviews-2 .review-voices-7 .img-rounded-9::before {
    width: calc(100% + 20px);
    transition: all 0.5s ease;
    content: "";
    border: 1px dashed rgb(166,104,135,0.5);
    left: -10px;
    position: absolute;
    opacity: 0;
    animation: spin 30s linear infinite;
    border-radius: 50%;
    height: calc(100% + 20px);
    top: -10px;
}.user-reviews-2 .review-voices-7:hover .img-rounded-9::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.user-reviews-2 .review-voices-7 span {
    margin-bottom: 1rem;
    color: #000000;
    display: block;
    font-weight: 600;
    transition: all 0.4s ease;
    transform: translateZ(10px);
    text-align: center;
    font-size: 16px;
}.user-reviews-2 .review-voices-7:hover span {
    transform: translateZ(25px);
    color: rgb(154,151,186);
}.user-reviews-2 .review-voices-7 p {
    font-size: 14px;
    transition: all 0.4s ease;
    line-height: 1.7;
    color: #000000;
    text-align: center;
    position: relative;
    transform: translateZ(5px);
}.user-reviews-2 .review-voices-7:hover p {
    transform: translateZ(15px);
}.user-reviews-2 .review-voices-7:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.user-reviews-2 .review-voices-7:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: float 7s ease-in-out infinite;
}.user-reviews-2 .review-voices-7:nth-child(3n+3) {
    animation-delay: 0.6s;
    animation: float 8s ease-in-out infinite;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.user-reviews-2 .review-voices-7:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.user-reviews-2 {
    padding: 5rem 1.5rem;
}.user-reviews-2 h4 {
    margin-bottom: 4rem;
    font-size: calc(36px * 0.9);
}.user-reviews-2 .review-voices-7 {
    width: calc(50% - 3rem);
}.user-reviews-2 .review-voices-7:nth-child(3n+1),
    .user-reviews-2 .review-voices-7:nth-child(3n+2),
    .user-reviews-2 .review-voices-7:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.user-reviews-2 {
    padding: 4rem 1rem;
}.user-reviews-2 h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 3rem;
}.user-reviews-2 .review-voices-7 {
    width: 100%;
    margin: 1rem 0;
}.user-reviews-2 .review-voices-7 .img-rounded-9 {
    height: 80px;
    width: 80px;
}.user-reviews-2 .review-voices-7:nth-child(n) {
    animation-name: float-mobile;
}@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}.get-updates-5 {
    background: rgb(226,219,230);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.get-updates-5::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(154,151,186,0.5) 20%, 
        rgb(154,151,186,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(166,104,135,0.5) 80%,
        rgb(166,104,135,0.5) 82%,
        transparent 82%
    );
    opacity: 0.3;
    content: "";
}.get-updates-5 .learning-dna-5 {
    position: relative;
    padding: 0 20px;
    max-width: 800px;
    z-index: 2;
    margin: 0 auto;
}.get-updates-5 .request-section-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 10% 5%;
}.get-updates-5 h3 {
    grid-column: 1 / -1;
    color: #000000;
    line-height: 1.1;
    position: relative;
    margin-bottom: 40px;
    font-size: clamp(20px, 5vw, 44px);
    font-weight: 700;
    max-width: 80%;
}.get-updates-5 h3::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(154,151,186);
}.get-updates-5 .input_holder {
    display: flex;
    position: relative;
    grid-column: 1 / -1;
    align-items: flex-start;
    gap: 20px;
}.get-updates-5 input[type="email"] {
    border: none;
    font-size: 15px;
    color: #000000;
    height: 50px;
    background: transparent;
    flex: 2;
    padding: 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.get-updates-5 input[type="email"]::placeholder {
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #000000;
}.get-updates-5 input[type="email"]:focus {
    outline: none;
    border-color: rgb(154,151,186);
}.get-updates-5 input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.get-updates-5 .sub-status-2 {
    border: 1px solid #000000;
    overflow: hidden;
    flex: 1;
    background: transparent;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 400;
    height: 50px;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
}.get-updates-5 .sub-status-2::before {
    top: 0;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(154,151,186);
    z-index: -1;
    height: 100%;
    width: 0;
    left: 0;
    position: absolute;
    content: "";
}.get-updates-5 .sub-status-2:hover {
    border-color: rgb(154,151,186);
    color: #ffffff;
}.get-updates-5 .sub-status-2:hover::before {
    width: 100%;
}.get-updates-5::after {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    position: absolute;
    left: 20%;
    width: 60%;
    bottom: 60px;
    content: "";
}

@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {.get-updates-5 {
    padding: 80px 0 100px;
}.get-updates-5 .request-section-3 {
    grid-template-columns: 1fr;
    gap: 20px;
}.get-updates-5 h3 {
    margin-bottom: 30px;
    max-width: 100%;
}.get-updates-5 .input_holder {
    flex-direction: column;
}.get-updates-5 input[type="email"],
    .get-updates-5 .sub-status-2 {
    width: 100%;
}.get-updates-5 .sub-status-2 {
    margin-top: 20px;
}.get-updates-5::after {
    bottom: 50px;
    left: 10%;
    width: 80%;
}
}

@media (max-width: 480px) {.get-updates-5 {
    padding: 60px 0 80px;
}.get-updates-5 h3 {
    margin-bottom: 25px;
    font-size: 20px;
}.get-updates-5 input[type="email"] {
    font-size: calc(15px * 0.9);
}.get-updates-5 .sub-status-2 {
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
}.get-updates-5::after {
    bottom: 40px;
}}footer {
    z-index: 1;
    position: relative;
    width: 100%;
}.sponsor-logo-8 {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(166,104,135));
    color: #ffffff;
}.sponsor-logo-8::before {
    position: absolute;
    background: radial-gradient(circle at 10% 20%, rgb(166,104,135,0.5) 0%, transparent 50%);
    bottom: 0;
    left: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    content: "";
}.sponsor-logo-8::after {
    animation: shiftGradient 15s infinite linear;
    left: 0;
    content: "";
    right: 0;
    pointer-events: none;
    bottom: 0;
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(154,151,186,0.5) 70%, transparent 100%);
    position: absolute;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.sponsor-logo-8 .container {
    position: relative;
    z-index: 2;
}footer .program-foot-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .instant-contact-0 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 13px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 25px;
    gap: 20px;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    backdrop-filter: blur(8px);
}footer .instant-contact-0:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}footer .info_item svg {
    margin-right: 12px;
    transition: transform 0.3s ease;
    width: 20px;
    fill: rgb(154,151,186);
    height: 20px;
    filter: drop-shadow(0 0 3px rgb(154,151,186,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-size: 13px;
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
    display: flex;
}footer .info_item a:hover {
    color: rgb(154,151,186);
    text-shadow: 0 0 8px rgb(154,151,186,0.5);
}footer .text_main_holder {
    display: grid;
    margin-top: 20px;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .top-pagewrap-5 {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    display: flex;
}footer .top-pagewrap-5 svg {
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    height: 50px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(154,151,186,0.5));
}footer .top-pagewrap-5:hover svg {
    filter: drop-shadow(0 0 8px rgb(154,151,186));
}footer .tiktok-edu-2 {
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.8;
    max-width: 300px;
    font-size: 15px;
}footer .site-header-8 {
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 25px;
    backdrop-filter: blur(5px);
    transition: box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}footer .site-header-8:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .site-header-8::before {
    top: -2px;
    border-radius: calc(13px + 2px);
    transition: opacity 0.5s ease;
    background: linear-gradient(45deg, rgb(154,151,186), transparent, rgb(166,104,135), transparent);
    opacity: 0;
    left: -2px;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    content: "";
}footer .site-header-8:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .site-header-8 h5 {
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ffffff;
}footer .site-header-8 h5::after {
    height: 2px;
    bottom: -1px;
    content: "";
    background: rgb(154,151,186);
    width: 50px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
}footer .site-header-8:hover h5::after {
    width: 100px;
}footer .top-wrap-0 {
    flex-direction: column;
    gap: 10px;
    display: flex;
    margin-bottom: 25px;
}footer .top-wrap-0 a {
    padding-left: 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(13px - 1px);
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
}footer .top-wrap-0 a::before {
    left: 0;
    width: 6px;
    content: "";
    top: 50%;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform: translateY(-50%) scale(0.8);
    opacity: 0.7;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(154,151,186);
}footer .top-wrap-0 a:hover {
    padding-left: 20px;
    color: rgb(154,151,186);
}footer .top-wrap-0 a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgb(154,151,186), 0 0 10px rgb(154,151,186,0.5);
    background-color: rgb(154,151,186);
}footer .subscribe_holder {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(166,104,135,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px;
    border-radius: 13px;
}footer .subscribe_holder::before {
    position: absolute;
    content: "";
    height: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
    left: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
    width: 200%;
    top: -50%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(154,151,186), transparent);
    position: absolute;
    bottom: -5px;
    content: "";
    left: 0;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}footer .input_holder {
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    width: 100%;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(154,151,186);
    outline: none;
    box-shadow: 0 0 10px rgb(154,151,186,0.5);
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-status-2 {
    position: relative;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    background: rgb(154,151,186);
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 14px 24px;
}footer .sub-status-2::before {
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}footer .sub-status-2:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(166,104,135);
}footer .sub-status-2:hover::before {
    left: 100%;
}footer .mobile-cta-4 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .case-study-0 {
    opacity: 0.7;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #ffffff;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-status-2 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .program-foot-3 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .instant-contact-0 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .sponsor-logo-8 {
    padding: 60px 0 30px;
}footer .instant-contact-0 {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .site-header-8, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .site-header-8 h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .top-wrap-0 a {
    font-size: calc(13px - 2px);
}footer .mobile-cta-4 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .sponsor-logo-8 {
    padding: 40px 0 20px;
}footer .instant-contact-0, footer .site-header-8, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub-status-2 {
    padding: 12px;
}footer .top-pagewrap-5 svg {
    height: 40px;
}footer .tiktok-edu-2 {
    font-size: calc(15px - 1px);
}}.course-methodology-5 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,219,230) 0%, rgb(154,151,186,0.5) 100%);
    z-index: 1;
    padding: 6rem 2rem;
}.course-methodology-5::before {
    opacity: 0.7;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(166,104,135,0.5) 0%, transparent 60%);
}.course-methodology-5::after {
    width: 300px;
    opacity: 0.4;
    filter: blur(60px);
    height: 300px;
    animation: float 20s infinite ease-in-out;
    background: linear-gradient(45deg, rgb(154,151,186,0.5) 0%, rgb(166,104,135) 100%);
    position: absolute;
    right: -50px;
    content: "";
    z-index: -1;
    bottom: -50px;
    transform: rotate(-15deg);
}.course-methodology-5 .learning-dna-5 {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    gap: 2.5rem;
}.course-methodology-5 h2 {
    transform: translateZ(20px);
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    font-size: 30px;
    letter-spacing: 0.02em;
}.course-methodology-5 h2::after {
    transform: scaleX(1);
    left: 0;
    position: absolute;
    content: "";
    transition: transform 0.3s ease-out;
    background: linear-gradient(to right, rgb(154,151,186), rgb(166,104,135));
    transform-origin: left;
    width: 80px;
    bottom: -10px;
    height: 4px;
}.course-methodology-5:hover h2::after {
    transform: scaleX(1.5);
}.course-methodology-5 .text-placeholder-0 {
    transform: translateZ(10px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(154,151,186);
    padding: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}.course-methodology-5 .text-placeholder-0:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateZ(15px) translateY(-5px);
}.course-methodology-5 p {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: #000000;
}

@media (min-width: 768px) {.course-methodology-5 {
    padding: 8rem 3rem;
}.course-methodology-5 .learning-dna-5 {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.course-methodology-5 h2 {
    grid-column: 1;
    margin-bottom: 0;
    font-size: calc(30px * 1.2);
    max-width: 90%;
}.course-methodology-5 .text-placeholder-0 {
    border-left: 5px solid rgb(154,151,186);
    grid-column: 2;
    padding: 3rem;
}
}

@media (min-width: 992px) {.course-methodology-5 {
    padding: 10rem 4rem;
}.course-methodology-5::before {
    background: radial-gradient(circle at 70% 30%, rgb(166,104,135,0.5) 0%, transparent 70%);
}.course-methodology-5 .learning-dna-5 {
    gap: 6rem;
}.course-methodology-5 h2 {
    font-size: calc(30px * 1.4);
    max-width: 80%;
}.course-methodology-5 .text-placeholder-0 {
    padding: 3.5rem;
}.course-methodology-5 p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.course-methodology-5 {
    padding: 4rem 1.5rem;
}.course-methodology-5 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.course-methodology-5 .text-placeholder-0 {
    padding: 2rem;
}.course-methodology-5 p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-20px, -10px);
    }
}.connect-form-6 {
    position: relative;
    background-color: rgb(226,219,230);
    overflow: hidden;
    padding: 100px 0;
}.connect-form-6::before {
    opacity: 0.15;
    left: 0;
    background: linear-gradient(120deg, rgb(154,151,186,0.5) 0%, transparent 75%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}.connect-form-6::after {
    bottom: 0;
    right: 0;
    height: 70%;
    opacity: 0.1;
    width: 70%;
    background: linear-gradient(240deg, rgb(166,104,135,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}.connect-form-6 .container {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.connect-form-6 h2 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    font-size: 34px;
}.connect-form-6 .query-widget-3 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    background: #ffffff;
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 29px;
    display: flex;
    margin-top: 50px;
}.connect-form-6 .img-rounded-9 {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    flex: 0 0 40%;
}.connect-form-6 .img-rounded-9::after {
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
}.connect-form-6 .help-map-1 {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.connect-form-6 .help-map-1::before {
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    position: absolute;
    border-radius: 2.5px;
    content: "";
    left: 0;
    width: 5px;
    height: calc(100% - 80px);
    top: 40px;
}.connect-form-6 form {
    padding-left: 25px;
    width: 100%;
}.connect-form-6 form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 35px;
}.connect-form-6 form input[type="text"] {
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(226,219,230);
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}.connect-form-6 form input[type="text"]:focus {
    background: rgba(rgb(154,151,186), 0.05);
    box-shadow: 0 0 0 2px rgb(154,151,186,0.5);
    outline: none;
}.connect-form-6 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.connect-form-6 .support-request-5 {
    margin: 10px 0 30px;
    display: flex;
    align-items: flex-start;
}.connect-form-6 .support-request-5 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-form-6 .support-request-5 label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.connect-form-6 .support-request-5 label::before {
    transition: all 0.2s ease;
    left: 0;
    height: 22px;
    top: 2px;
    width: 22px;
    content: "";
    position: absolute;
    border: 2px solid rgb(154,151,186,0.5);
    border-radius: 10px;
}.connect-form-6 .support-request-5 input[type="checkbox"]:checked + label::before {
    background-color: rgb(154,151,186);
    border-color: rgb(154,151,186);
}.connect-form-6 .support-request-5 input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(45deg);
    left: 8px;
    top: 9px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 11px;
    border-right: 2px solid #ffffff;
    width: 6px;
}.connect-form-6 .support-request-5 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(154,151,186);
}.connect-form-6 .support-request-5 label a:hover {
    color: rgb(166,104,135);
    text-decoration: underline;
}.connect-form-6 form .feedback-support-1 {
    font-weight: 600;
    border: none;
    font-size: 17px;
    cursor: pointer;
    padding: 15px 35px;
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(154,151,186), rgb(166,104,135));
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
}.connect-form-6 form .feedback-support-1::before {
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    content: "";
    transition: all 0.4s ease;
    top: -10%;
    position: absolute;
    height: 120%;
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
}.connect-form-6 form .feedback-support-1:hover {
    box-shadow: 0 8px 15px rgba(rgb(154,151,186), 0.3);
    transform: translateY(-2px);
}.connect-form-6 form .feedback-support-1:hover::before {
    transform: rotate(45deg) translateX(200%);
}.connect-form-6 svg {
    width: 22px;
    fill: rgb(154,151,186);
    height: 22px;
}.connect-form-6 svg path {
    fill: rgb(154,151,186);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.connect-form-6 .help-map-1 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.connect-form-6 .img-rounded-9 {
    flex: 0 0 100%;
    min-height: 300px;
}.connect-form-6 .help-map-1 {
    flex: 0 0 100%;
}.connect-form-6 .help-map-1::before {
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(154,151,186), rgb(166,104,135));
    left: 40px;
    height: 5px;
    top: 0;
}.connect-form-6 form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.connect-form-6 {
    padding: 70px 0;
}.connect-form-6 .img-rounded-9 {
    min-height: 250px;
}.connect-form-6 .help-map-1 {
    padding: 40px 30px;
}.connect-form-6 .help-map-1::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.connect-form-6 {
    padding: 50px 0;
}.connect-form-6 h2 {
    font-size: calc(34px * 0.8);
}.connect-form-6 .img-rounded-9 {
    min-height: 200px;
}.connect-form-6 .help-map-1 {
    padding: 30px 20px;
}.connect-form-6 .help-map-1::before {
    left: 20px;
    width: calc(100% - 40px);
}.connect-form-6 form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.connect-form-6 form input[type="text"] {
    padding: 15px 20px;
}.connect-form-6 form .feedback-support-1 {
    text-align: center;
    width: 100%;
}}.tyMessage-7 {
    background: linear-gradient(135deg, rgb(226,219,230), rgb(166,104,135,0.5) 120%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.tyMessage-7::before {
    content: "";
    width: 100%;
    opacity: 0.4;
    z-index: 0;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(154,151,186,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
}.tyMessage-7::after {
    content: "";
    animation: float 15s ease-in-out infinite;
    opacity: 0.1;
    width: 40%;
    right: -5%;
    height: 60%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(166,104,135) 0%, transparent 70%);
}.tyMessage-7 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.tyMessage-7 .learning-dna-5 {
    flex-direction: column;
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(166,104,135), 0.05),
              0 5px 10px rgba(rgb(154,151,186), 0.03);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.tyMessage-7 .learning-dna-5:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(166,104,135), 0.07),
              0 10px 15px rgba(rgb(154,151,186), 0.05);
}.tyMessage-7 .learning-dna-5 > div:first-child {
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
    padding-left: 1.5rem;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    margin-bottom: 2rem;
    border-left: 4px solid rgb(154,151,186);
}.tyMessage-7 .learning-dna-5 > div:last-child {
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(20px);
}.tyMessage-7 h5 {
    margin: 0 0 1rem 0;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-weight: 700;
}.tyMessage-7 h5::after {
    left: 0;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    position: absolute;
    background: linear-gradient(90deg, rgb(154,151,186), transparent);
    content: "";
    transform-origin: left;
    bottom: -0.75rem;
    width: 4rem;
    height: 3px;
    transform: scaleX(0);
}.tyMessage-7 p {
    font-size: 15px;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-weight: 400;
}.tyMessage-7 a {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}.tyMessage-7 a::before {
    top: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: -2.5rem;
    width: 0.5rem;
    opacity: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    transform: translateX(-10px);
    position: absolute;
}.tyMessage-7 a:hover {
    transform: translateX(10px);
}.tyMessage-7 a:hover::before {
    transform: translateX(0);
    opacity: 0.7;
}.tyMessage-7 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(154,151,186,0.5);
}

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

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

@keyframes scaleWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.tyMessage-7 {
    padding: 8rem 3rem;
}.tyMessage-7 .learning-dna-5 {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.tyMessage-7 .learning-dna-5 > div:first-child {
    padding-left: 2rem;
    margin-bottom: 3rem;
    border-left-width: 6px;
}.tyMessage-7 h5 {
    font-size: calc(22px * 1.1);
}.tyMessage-7 p {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.tyMessage-7 .learning-dna-5 {
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
}.tyMessage-7 .learning-dna-5 > div:first-child {
    flex: 0 0 40%;
    margin-bottom: 0;
    margin-right: 5rem;
}.tyMessage-7 .learning-dna-5 > div:last-child {
    flex: 0 0 60%;
}.tyMessage-7 h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.tyMessage-7 {
    padding: 4rem 1.5rem;
}.tyMessage-7 .learning-dna-5 {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyMessage-7 h5 {
    font-size: calc(22px * 0.9);
}.tyMessage-7 p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.tyMessage-7 a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.program-information-5 {
    background: linear-gradient(135deg, rgb(226,219,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.program-information-5::before {
    content: "";
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 20% 50%, rgb(154,151,186,0.5) 0%, transparent 50%);
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}.program-information-5::after {
    background: radial-gradient(circle, rgb(166,104,135,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate;
    content: "";
    position: absolute;
    right: -50px;
    border-radius: 50%;
    top: -50px;
    width: 200px;
    z-index: 1;
    height: 200px;
}.program-information-5 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.program-information-5 .learning-dna-5 {
    justify-content: space-between;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    align-items: center;
    display: flex;
    position: relative;
    backdrop-filter: blur(5px);
    gap: 40px;
    border-radius: 28px;
    padding: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(154,151,186,0.5);
    overflow: hidden;
}.program-information-5 .learning-dna-5::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    content: "";
    animation: shine 5s infinite;
    left: -100%;
    width: 100%;
    position: absolute;
    top: 0;
}.program-information-5 .training-plan-7 {
    position: relative;
    flex: 1;
    padding-right: 20px;
}.program-information-5 .training-plan-7::before {
    left: -30px;
    position: absolute;
    width: 60px;
    animation: rotate 25s linear infinite;
    border: 2px solid rgb(154,151,186,0.5);
    height: 60px;
    top: -30px;
    border-radius: 50%;
    z-index: -1;
    content: "";
}.program-information-5 .training-plan-7::after {
    width: 40px;
    border: 1px solid rgb(166,104,135,0.5);
    content: "";
    z-index: -1;
    bottom: -20px;
    position: absolute;
    right: 50px;
    animation: float 8s ease-in-out infinite;
    border-radius: 10px;
    height: 40px;
}.program-information-5 .top-pagewrap-5 {
    max-width: 180px;
    padding: 10px 15px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(226,219,230) 100%);
    position: relative;
    border-radius: 10px;
    height: 60px;
    align-items: center;
    transition: transform 0.3s ease;
    width: 60px;
    display: flex;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    margin-bottom: 20px;
}.program-information-5 .top-pagewrap-5:hover {
    transform: translateY(-5px) translateZ(0);
}.program-information-5 .top-pagewrap-5 svg {
    height: 40px;
    fill: rgb(154,151,186);
    max-width: 100%;
    transition: fill 0.3s ease;
    max-height: 100%;
    width: 40px;
}.program-information-5 .top-pagewrap-5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,151,186);
}.program-information-5 .top-pagewrap-5:hover svg,
.program-information-5 .top-pagewrap-5:hover svg path {
    fill: rgb(166,104,135);
}.program-information-5 h3 {
    font-size: 35px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    color: rgb(154,151,186);
    margin-bottom: 25px;
}.program-information-5 h3::after {
    bottom: 0;
    left: 0;
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(154,151,186), rgb(166,104,135));
}.program-information-5 p {
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}.program-information-5 .img-rounded-9 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 28px;
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    min-height: 400px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}.program-information-5 .img-rounded-9::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}.program-information-5 .img-rounded-9::after {
    height: 200%;
    transform: rotate(25deg);
    width: 200%;
    z-index: 3;
    top: -50%;
    left: -50%;
    animation: shine-effect 6s infinite;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
}.program-information-5 .learning-dna-5:hover .img-rounded-9 {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.program-information-5 {
    padding: 60px 0;
}.program-information-5 .learning-dna-5 {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
}.program-information-5 .training-plan-7 {
    padding-right: 0;
    width: 100%;
}.program-information-5 .img-rounded-9 {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    min-height: 350px;
}.program-information-5 h3 {
    font-size: calc(35px - 4px);
}
}

@media screen and (max-width: 767px) {.program-information-5 {
    padding: 50px 0;
}.program-information-5 .learning-dna-5 {
    padding: 25px;
}.program-information-5 .top-pagewrap-5 {
    height: 50px;
    max-width: 150px;
}.program-information-5 h3 {
    margin-bottom: 15px;
    font-size: calc(35px - 6px);
    padding-bottom: 10px;
}.program-information-5 h3::after {
    height: 2px;
    width: 60px;
}.program-information-5 p {
    font-size: calc(16px - 1px);
    margin-bottom: 20px;
}.program-information-5 .img-rounded-9 {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.program-information-5 {
    padding: 40px 0;
}.program-information-5 .learning-dna-5 {
    gap: 20px;
    padding: 20px;
}.program-information-5 .top-pagewrap-5 {
    height: 40px;
    margin-bottom: 15px;
    max-width: 120px;
}.program-information-5 h3 {
    font-size: calc(35px - 8px);
}.program-information-5 .img-rounded-9 {
    min-height: 250px;
}}.pricing-column-5 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(226,219,230), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 5rem 1rem;
    overflow: hidden;
}.pricing-column-5::before {
    pointer-events: none;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(154,151,186,0.5) 30%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    top: 0;
    height: 100%;
}.pricing-column-5 .container {
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}.pricing-column-5 .rate-packages-7 {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.pricing-column-5 .class-cost-8 {
    max-width: 800px;
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
}.pricing-column-5 .class-cost-8 h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 29px;
    display: inline-block;
    margin-bottom: 1rem;
}.pricing-column-5 .class-cost-8 h2::after {
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
}.pricing-column-5 .learn-packs-9 {
    margin: 0 auto;
    font-size: 12px;
    max-width: 90%;
    color: #000000;
    line-height: 1.6;
}.pricing-column-5 .group-plans-9 {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.pricing-column-5 .member-fees-5 {
    color: #000000;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    overflow: hidden;
    border-radius: 19px;
    transform: translateZ(0) scale(1);
    position: relative;
    opacity: 0;
    background: #ffffff;
    display: block;
}.pricing-column-5 .member-fees-5:nth-child(1) {
    animation-delay: 0.1s;
}.pricing-column-5 .member-fees-5:nth-child(2) {
    animation-delay: 0.2s;
}.pricing-column-5 .member-fees-5:nth-child(3) {
    animation-delay: 0.3s;
}.pricing-column-5 .member-fees-5:nth-child(4) {
    animation-delay: 0.4s;
}.pricing-column-5 .member-fees-5::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
    transform-origin: left;
    transform: scaleX(0);
    top: 0;
}.pricing-column-5 .member-fees-5:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.pricing-column-5 .member-fees-5:hover::before {
    transform: scaleX(1);
}.pricing-column-5 .bundle-rate-7 {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing-column-5 .package-deal-8 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}.pricing-column-5 .package-deal-8 h3 {
    margin: 0 0 1rem;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
}.pricing-column-5 .member-fees-5:hover .package-deal-8 h3 {
    color: rgb(154,151,186);
}.pricing-column-5 .cost-rates-9 {
    font-weight: 700;
    font-size: 2rem;
    color: rgb(154,151,186);
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.pricing-column-5 .cost-rates-9::after {
    left: 0;
    content: "";
    bottom: -8px;
    height: 2px;
    transition: width 0.3s ease;
    background-color: rgb(166,104,135);
    width: 40px;
    position: absolute;
}.pricing-column-5 .member-fees-5:hover .cost-rates-9 {
    transform: translateY(-3px);
}.pricing-column-5 .member-fees-5:hover .cost-rates-9::after {
    width: 80px;
}.pricing-column-5 .package-deal-8 p {
    color: #000000;
    margin: 0;
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(12px - 2px);
}.pricing-column-5 .img-rounded-9 {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
    position: relative;
    overflow: hidden;
}.pricing-column-5 .img-rounded-9::after {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    content: "";
    transition: opacity 0.5s ease;
    bottom: 0;
    opacity: 0.7;
}.pricing-column-5 .member-fees-5:hover .img-rounded-9 {
    transform: scale(1.05);
}.pricing-column-5 .member-fees-5:hover .img-rounded-9::after {
    opacity: 0.4;
}

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

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

@media (min-width: 768px) {.pricing-column-5 {
    padding: 7rem 2rem;
}.pricing-column-5 .rate-packages-7 {
    flex-direction: row;
    align-items: flex-start;
}.pricing-column-5 .class-cost-8 {
    text-align: left;
    margin: 0;
    display: flex;
    padding-right: 2rem;
    flex: 0 0 30%;
    order: 0;
    justify-content: center;
    flex-direction: column;
}.pricing-column-5 .class-cost-8 h2 {
    text-align: left;
}.pricing-column-5 .class-cost-8 h2::after {
    transform: none;
    left: 0;
}.pricing-column-5 .learn-packs-9 {
    margin: 0;
    max-width: 100%;
}.pricing-column-5 .group-plans-9 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.pricing-column-5 .group-plans-9 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing-column-5 {
    padding: 8rem 2rem;
}.pricing-column-5 .class-cost-8 {
    flex: 0 0 25%;
}.pricing-column-5 .group-plans-9 {
    flex: 0 0 75%;
}.pricing-column-5 .package-deal-8 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.pricing-column-5 .member-fees-5 {
    max-width: 400px;
    margin: 0 auto;
}.pricing-column-5 .class-cost-8 h2 {
    font-size: calc(29px * 0.9);
}.pricing-column-5 .learn-packs-9 {
    font-size: calc(12px * 0.95);
}}.learning-outcomes-1 {
    position: relative;
    background: linear-gradient(135deg, rgb(226,219,230) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    perspective: 1000px;
    padding: 100px 0;
}.learning-outcomes-1::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(154,151,186,0.5) 49%, transparent 51%) 0 0 / 40px 40px,
        linear-gradient(-45deg, transparent 48%, rgb(166,104,135,0.5) 49%, transparent 51%) 0 0 / 60px 60px;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.07;
    content: "";
    pointer-events: none;
    z-index: 0;
    width: 100%;
    top: 0;
}.learning-outcomes-1 .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.learning-outcomes-1 .learning-dna-5 {
    flex-direction: column-reverse;
    display: flex;
    gap: 40px;
    transform-style: preserve-3d;
    position: relative;
}.learning-outcomes-1 .text-placeholder-0 {
    transform: translateZ(20px);
    padding: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.learning-outcomes-1 .text-placeholder-0::before {
    position: absolute;
    left: -10px;
    bottom: 40px;
    right: 40px;
    transition: all 0.3s ease-out;
    content: "";
    pointer-events: none;
    border-top: 2px solid rgb(154,151,186);
    transform: translateZ(-5px);
    top: -10px;
    opacity: 0.3;
    border-left: 2px solid rgb(154,151,186);
}.learning-outcomes-1 .text-placeholder-0::after {
    height: 60%;
    right: -15px;
    content: "";
    position: absolute;
    bottom: -15px;
    filter: blur(1px);
    opacity: 0.2;
    transform: translateZ(-10px);
    transition: all 0.3s ease-out;
    width: 60%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(166,104,135,0.5) 0,
            rgb(166,104,135,0.5) 2px,
            transparent 2px,
            transparent 8px
        );
    z-index: -1;
}.learning-outcomes-1 .text-placeholder-0 h4 {
    transform: translateZ(5px);
    letter-spacing: -0.01em;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    line-height: 1.3;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}.learning-outcomes-1 .text-placeholder-0 h4::after {
    content: "";
    bottom: -12px;
    left: 0;
    background: linear-gradient(90deg, rgb(154,151,186), transparent);
    position: absolute;
    height: 3px;
    width: 80px;
    transform: translateZ(5px);
}.learning-outcomes-1 .text-placeholder-0 > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}.learning-outcomes-1 .text-placeholder-0 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.learning-outcomes-1 .text-placeholder-0 li {
    transition: transform 0.3s ease;
    margin-bottom: 14px;
    transform: translateZ(10px);
}.learning-outcomes-1 .text-placeholder-0 li:hover {
    transform: translateZ(15px) translateX(5px);
}.learning-outcomes-1 .text-placeholder-0 li p {
    margin: 0;
    font-size: 18px;
    color: #000000;
    gap: 15px;
    line-height: 1.6;
    align-items: flex-start;
    display: flex;
}.learning-outcomes-1 .text-placeholder-0 li p span:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5));
    height: 44px;
    width: 44px;
    position: relative;
    box-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.1),
        -1px -1px 4px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    flex-shrink: 0;
}.learning-outcomes-1 .text-placeholder-0 li:hover p span:first-child {
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.7));
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.15),
        -2px -2px 6px rgba(255, 255, 255, 1);
}.learning-outcomes-1 svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}.learning-outcomes-1 li:hover svg {
    transform: scale(1.1);
}.learning-outcomes-1 svg path {
    fill: rgb(154,151,186);
    transition: all 0.3s ease;
}.learning-outcomes-1 li:hover svg path {
    fill: rgb(166,104,135);
}.learning-outcomes-1 .text-placeholder-0 li p span:last-child {
    font-size: 18px;
    position: relative;
    font-weight: 400;
    padding-bottom: 4px;
}.learning-outcomes-1 .text-placeholder-0 li p span:last-child::after {
    left: 0;
    width: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    background: rgb(154,151,186,0.5);
    bottom: 0;
    height: 1px;
}.learning-outcomes-1 .text-placeholder-0 li:hover p span:last-child::after {
    width: 100%;
}.learning-outcomes-1 .img-rounded-9 {
    border-radius: 10px;
    transform: translateZ(40px) rotate(-1deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    position: relative;
    width: 100%;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.15),
        -5px -5px 15px rgba(255, 255, 255, 0.8);
    filter: saturate(0.95) contrast(1.05);
    object-fit: cover;
}.learning-outcomes-1 .img-rounded-9:hover {
    filter: saturate(1.1) contrast(1.1);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.18),
        -5px -5px 15px rgba(255, 255, 255, 0.9);
    transform: translateZ(45px) rotate(0deg);
}.learning-outcomes-1 .img-rounded-9::before {
    border-radius: 10px;
    top: 0;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0.2;
    mix-blend-mode: overlay;
    width: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(154,151,186,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(166,104,135,0.5) 100%
    );
    content: "";
}.learning-outcomes-1 .img-rounded-9:hover::before {
    opacity: 0.3;
}

@media (min-width: 768px) {.learning-outcomes-1 {
    padding: 120px 0;
}.learning-outcomes-1 .learning-dna-5 {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.learning-outcomes-1 .text-placeholder-0 {
    flex: 3;
    padding: 50px;
}.learning-outcomes-1 .img-rounded-9 {
    max-width: 450px;
    flex: 2;
}.learning-outcomes-1 .text-placeholder-0 > div {
    gap: 30px;
    flex-direction: row;
}.learning-outcomes-1 .text-placeholder-0 > div > ul {
    flex: 1;
}.learning-outcomes-1 .text-placeholder-0 h4 {
    font-size: calc(21px * 1.2);
}
}

@media (min-width: 992px) {.learning-outcomes-1 {
    padding: 140px 0;
}.learning-outcomes-1 .learning-dna-5 {
    gap: 80px;
}.learning-outcomes-1 .text-placeholder-0 {
    padding: 60px;
}.learning-outcomes-1 .text-placeholder-0 h4 {
    font-size: calc(21px * 1.3);
    margin-bottom: 40px;
}.learning-outcomes-1 .text-placeholder-0 h4::after {
    width: 100px;
}.learning-outcomes-1 .text-placeholder-0 li {
    margin-bottom: 20px;
}.learning-outcomes-1 .img-rounded-9 {
    transform: translateZ(50px) rotate(-2deg);
}.learning-outcomes-1 .img-rounded-9:hover {
    transform: translateZ(60px) rotate(0deg);
}
}

@media (max-width: 767px) {.learning-outcomes-1 {
    padding: 80px 0;
}.learning-outcomes-1 .text-placeholder-0 {
    padding: 30px;
}.learning-outcomes-1 .text-placeholder-0 h4 {
    font-size: 21px;
    margin-bottom: 25px;
}.learning-outcomes-1 .text-placeholder-0 li p {
    gap: 10px;
}.learning-outcomes-1 .text-placeholder-0 li p span:first-child {
    width: 36px;
    height: 36px;
}.learning-outcomes-1 svg {
    width: 16px;
    height: 16px;
}.learning-outcomes-1 .img-rounded-9 {
    transform: translateZ(30px) rotate(-1deg);
}
}

@media (max-width: 480px) {.learning-outcomes-1 {
    padding: 60px 0;
}.learning-outcomes-1 .text-placeholder-0 {
    padding: 25px;
}.learning-outcomes-1 .text-placeholder-0 h4 {
    font-size: calc(21px * 0.9);
}.learning-outcomes-1 .text-placeholder-0 li p span:first-child {
    width: 32px;
    height: 32px;
}.learning-outcomes-1 svg {
    height: 14px;
    width: 14px;
}.learning-outcomes-1 .img-rounded-9 {
    transform: translateZ(20px) rotate(-1deg);
}}.opening-page-2 {
    perspective: 1200px;
    min-height: 600px;
    height: 100vh;
    position: relative;
    width: 100%;
    background-color: rgb(226,219,230);
    overflow: hidden;
}.opening-page-2::before {
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    animation: gridMove 30s infinite linear;
    top: 0;
}.opening-page-2::after {
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    mix-blend-mode: soft-light;
    background: 
        linear-gradient(135deg, rgb(154,151,186,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(166,104,135,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
}.opening-page-2 .learning-dna-5 {
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 3;
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
}.opening-page-2 .course-open-2 {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.opening-page-2 .learn-team-9 {
    width: fit-content;
    height: 100%;
    display: flex;
    animation: carouselSlide 25s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}.opening-page-2 .main-first-2 {
    transform-style: preserve-3d;
    overflow: hidden;
    height: 100%;
    width: 100vw;
    position: relative;
}.opening-page-2 .main-first-2::before {
    left: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
}.opening-page-2 .main-first-2 img {
    object-fit: cover;
    height: 100%;
    animation: zoomPan 20s infinite alternate ease-in-out;
    width: 100%;
    transform-origin: center;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
}.opening-page-2 .text-placeholder-0 {
    animation: textReveal 1.2s ease-out forwards;
    backdrop-filter: blur(10px);
    margin-right: 10%;
    border-radius: 10px;
    padding: 2.5rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-left: auto;
    z-index: 4;
    max-width: 550px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.opening-page-2 .text-placeholder-0::before {
    content: "";
    border-radius: 50%;
    opacity: 0.8;
    background-color: rgb(154,151,186);
    top: 15px;
    position: absolute;
    height: 8px;
    animation: blinkPulse 2s infinite alternate;
    width: 8px;
    right: 15px;
}.opening-page-2 .text-placeholder-0::after {
    position: absolute;
    height: 6px;
    top: 30px;
    background-color: rgb(166,104,135);
    right: 15px;
    opacity: 0.8;
    animation: blinkPulse 3s infinite alternate;
    border-radius: 50%;
    content: "";
    width: 6px;
}.opening-page-2 .text-placeholder-0 h1 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 45px;
    position: relative;
    padding-bottom: 15px;
}.opening-page-2 .text-placeholder-0 h1::before {
    background: linear-gradient(90deg, rgb(154,151,186), transparent);
    position: absolute;
    width: 50px;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
}.opening-page-2 .text-placeholder-0 h1::after {
    background-color: rgb(154,151,186);
    width: 20px;
    left: 55px;
    height: 3px;
    content: "";
    bottom: 0;
    position: absolute;
    animation: pulseWidth 2s infinite alternate;
}.opening-page-2 .text-placeholder-0 p {
    letter-spacing: 0.3px;
    line-height: 1.7;
    font-size: 15px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-bottom: 2.5rem;
}.opening-page-2 .text-placeholder-0 .feedback-support-1 {
    background: linear-gradient(
        90deg,
        rgb(154,151,186) 0%,
        rgb(166,104,135) 100%
    );
    transition: all 0.3s ease;
    font-size: 20px;
    position: relative;
    border: none;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-decoration: none;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
    font-weight: 600;
    padding: 1rem 2.5rem;
}.opening-page-2 .text-placeholder-0 .feedback-support-1::before {
    position: absolute;
    height: 100%;
    content: "";
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: buttonScan 3s infinite;
    z-index: -1;
    top: 0;
}.opening-page-2 .text-placeholder-0 .feedback-support-1:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.opening-page-2 .learning-dna-5::before {
    height: 150px;
    position: absolute;
    animation: rotate 20s linear infinite;
    width: 150px;
    content: "";
    top: 30%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 5%;
    z-index: 2;
    border-radius: 50%;
}.opening-page-2 .learning-dna-5::after {
    width: 150px;
    left: 5%;
    border: 1px dashed rgb(154,151,186,0.5);
    position: absolute;
    top: 30%;
    content: "";
    height: 150px;
    animation: rotate 30s linear infinite reverse;
    z-index: 2;
    border-radius: 50%;
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomPan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    25% {
        transform: scale(1.05) translate(-1%, -1%);
    }
    50% {
        transform: scale(1.08) translate(1%, 0);
    }
    75% {
        transform: scale(1.05) translate(0, 1%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonScan {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blinkPulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulseWidth {
    0% {
        width: 20px;
    }
    100% {
        width: 40px;
    }
}

@media screen and (max-width: 1200px) {.opening-page-2 .text-placeholder-0 {
    max-width: 500px;
    margin-right: 5%;
}.opening-page-2 .learning-dna-5::before,
    .opening-page-2 .learning-dna-5::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.opening-page-2 .learning-dna-5 {
    grid-template-columns: 1fr;
}.opening-page-2 .text-placeholder-0 {
    max-width: 80%;
    padding: 2rem;
    margin: 0 auto;
}.opening-page-2 .text-placeholder-0 h1 {
    font-size: calc(45px * 0.9);
}.opening-page-2 .learning-dna-5::before,
    .opening-page-2 .learning-dna-5::after {
    left: 10%;
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.opening-page-2 {
    height: 100vh;
}.opening-page-2 .text-placeholder-0 {
    max-width: 90%;
    margin-top: 20%;
    padding: 1.8rem;
}.opening-page-2 .text-placeholder-0 h1 {
    font-size: calc(45px * 0.8);
}.opening-page-2 .text-placeholder-0 p {
    font-size: calc(15px * 0.95);
}.opening-page-2 .learning-dna-5::before,
    .opening-page-2 .learning-dna-5::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.opening-page-2 .text-placeholder-0 {
    max-width: 92%;
    margin-top: 25%;
    padding: 1.5rem;
}.opening-page-2 .text-placeholder-0 h1 {
    margin-bottom: 1rem;
    font-size: calc(45px * 0.7);
}.opening-page-2 .text-placeholder-0 p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
}.opening-page-2 .text-placeholder-0 .feedback-support-1 {
    padding: 0.8rem 2rem;
    font-size: calc(20px * 0.9);
}}.privacy-preserve-5 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    background-color: rgb(154,151,186);
    border: 1px solid rgb(166,104,135);
}.privacy-preserve-5 h1, .privacy-preserve-5 h2, .privacy-preserve-5 h3, .privacy-preserve-5 h4, .privacy-preserve-5 h5, .privacy-preserve-5 h6 {
    text-shadow: 0 0 5px rgb(154,151,186);
    color: rgb(166,104,135);
    margin-bottom: 20px;
}.privacy-preserve-5 h1 {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(166,104,135);
}.privacy-preserve-5 h2 {
    padding-bottom: 8px;
    font-weight: 600;
    border-bottom: 1px dashed rgb(166,104,135);
    font-size: 33px;
}.privacy-preserve-5 h3 {
    font-weight: 600;
    font-size: 1.5em;
}.privacy-preserve-5 h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy-preserve-5 h5 {
    font-size: 21px;
    font-weight: 400;
}.privacy-preserve-5 h6 {
    font-size: 19px;
    font-weight: 300;
}.privacy-preserve-5 ul, .privacy-preserve-5 ol {
    padding-left: 20px;
    margin-left: 20px;
}.privacy-preserve-5 ul li, .privacy-preserve-5 ol li {
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
    color: rgb(166,104,135);
    padding-left: 20px;
    line-height: 1.6;
}.privacy-preserve-5 ul li:before {
    content: '➤';
    position: absolute;
    font-size: 1.2em;
    left: 0;
    color: rgb(154,151,186);
}.privacy-preserve-5 p, .privacy-preserve-5 span, .privacy-preserve-5 div {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.privacy-preserve-5 {
    padding: 20px 10px;
}.privacy-preserve-5 h1 {
    font-size: calc(21px - 10%);
}.privacy-preserve-5 h2 {
    font-size: calc(21px - 10%);
}.privacy-preserve-5 p, .privacy-preserve-5 span, .privacy-preserve-5 div {
    font-size: calc(13px - 10%);
}}
.privacy-preserve-5 a {
    color: rgb(154,151,186);
    border-bottom: 1px solid rgb(154,151,186);
    text-decoration: none;
}.privacy-preserve-5 a:hover {
    border-bottom: 1px solid rgb(166,104,135);
    color: rgb(166,104,135);
}.privacy-preserve-5 blockquote {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    border-left: 5px solid rgb(166,104,135);
    padding: 15px 20px;
    font-style: italic;
    color: rgb(166,104,135);
}.privacy-preserve-5 code {
    border-radius: 10px;
    color: #000000;
    background-color: rgb(154,151,186,0.5);
    padding: 2px 6px;
    font-family: monospace;
}.privacy-preserve-5 hr {
    margin: 30px 0;
    background: rgb(154,151,186,0.5);
    border: 0;
    height: 1px;
}.statistical-overview-8 {
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(140deg, rgb(226,219,230) 0%, rgba(rgb(154,151,186,0.5), 0.08) 50%, rgb(226,219,230) 100%);
    position: relative;
}.statistical-overview-8::before {
    content: "";
    left: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(154,151,186,0.5), 0.15) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgba(rgb(154,151,186,0.5), 0.1) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgba(rgb(154,151,186,0.5), 0.12) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgba(rgb(154,151,186,0.5), 0.08) 0%, transparent 7%);
    height: 100%;
    top: 0;
}.statistical-overview-8 h3 {
    opacity: 0;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    z-index: 1;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    position: relative;
}.statistical-overview-8 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.statistical-overview-8 ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    gap: 2rem;
    margin: 0;
}.statistical-overview-8 .class-gains-7 {
    align-items: center;
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.3);
    border-radius: calc(10px * 1.2);
    opacity: 0;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        background 0.4s ease;
    flex-direction: column;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1),
        inset 0 1px 1px rgba(rgb(255, 255, 255, 0.5), 0.8);
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.6) 100%);
    display: flex;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    justify-content: center;
    padding: 2rem 1.5rem;
}.statistical-overview-8 .class-gains-7:nth-child(1) {
    animation-delay: 0.2s;
}.statistical-overview-8 .class-gains-7:nth-child(2) {
    animation-delay: 0.35s;
}.statistical-overview-8 .class-gains-7:nth-child(3) {
    animation-delay: 0.5s;
}.statistical-overview-8 .class-gains-7:nth-child(4) {
    animation-delay: 0.65s;
}.statistical-overview-8 .class-gains-7:nth-child(5) {
    animation-delay: 0.8s;
}.statistical-overview-8 .class-gains-7:nth-child(6) {
    animation-delay: 0.95s;
}.statistical-overview-8 .class-gains-7:nth-child(7) {
    animation-delay: 1.1s;
}.statistical-overview-8 .class-gains-7::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
        rgba(rgb(154,151,186,0.5), 0.15) 0%, 
        rgba(rgb(154,151,186,0.5), 0.05) 100%);
    border-radius: inherit;
    z-index: -1;
    left: -10px;
    opacity: 0;
    right: -10px;
    content: "";
    top: -10px;
    bottom: -10px;
    position: absolute;
}.statistical-overview-8 .class-gains-7:hover {
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.8) 100%);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.25),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.12),
        inset 0 1px 2px rgba(rgb(255, 255, 255, 0.5), 0.9);
}.statistical-overview-8 .class-gains-7:hover::before {
    opacity: 1;
}.statistical-overview-8 .class-gains-7 span {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    font-size: calc(14px * 1.1);
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    z-index: 1;
}.statistical-overview-8 .class-gains-7 p {
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-size: calc(29px * 1.2);
    color: rgb(154,151,186);
    font-weight: 700;
}.statistical-overview-8 .class-gains-7:hover span {
    transform: translateY(-2px);
}.statistical-overview-8 .class-gains-7:hover p {
    transform: scale(1.1);
}.statistical-overview-8 .class-gains-7::after {
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(rgb(154,151,186,0.5), 0.08) 0%, 
        rgba(rgb(154,151,186,0.5), 0.01) 100%);
    opacity: 0;
    width: 50px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: 50px;
    content: "";
    border-radius: 50%;
}.statistical-overview-8 .class-gains-7:hover::after {
    transform: scale(3);
    opacity: 1;
}

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

@media screen and (min-width: 992px) {.statistical-overview-8 {
    padding: 7rem 2rem;
}.statistical-overview-8 h3 {
    margin-bottom: 4rem;
    font-size: calc(29px * 1.2);
}.statistical-overview-8 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.statistical-overview-8 {
    padding: 6rem 2rem;
}.statistical-overview-8 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {.statistical-overview-8 {
    padding: 5rem 1.5rem;
}.statistical-overview-8 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 575px) {.statistical-overview-8 {
    padding: 4rem 1rem;
}.statistical-overview-8 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.statistical-overview-8 ul {
    grid-template-columns: 1fr;
    gap: 1.8rem;
}.statistical-overview-8 .class-gains-7 {
    padding: 1.8rem 1.2rem;
}.statistical-overview-8 .class-gains-7 p {
    font-size: calc(29px * 1.1);
}}.access-now-9 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(226,219,230) 0%, #ffffff 100%);
}.access-now-9::before {
    content: '';
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}.access-now-9::after {
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}.access-now-9 .learning-dna-5 {
    margin: 0 auto;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    z-index: 10;
    display: flex;
    max-width: 800px;
}.access-now-9 .container {
    position: relative;
}.access-now-9 .container p {
    font-size: 32px;
    color: #000000;
    display: inline-block;
    line-height: 1.4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    border-radius: 0 25px 25px 25px;
    z-index: 5;
    position: relative;
    padding: 30px 50px;
    margin: 0 0 50px 0;
    background: #ffffff;
}.access-now-9 .container p::before {
    position: absolute;
    content: '';
    background: rgb(154,151,186);
    top: 0;
    z-index: -1;
    width: 30px;
    height: 30px;
    left: 0;
}.access-now-9 .feedback-support-1 {
    z-index: 5;
    border-radius: 25px 0 25px 25px;
    font-size: 18px;
    padding: 20px 40px;
    align-self: flex-end;
    background: rgb(154,151,186);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s ease;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.access-now-9 .feedback-support-1::before {
    position: absolute;
    width: 30px;
    top: 0;
    z-index: -1;
    content: '';
    background: rgb(166,104,135);
    right: 0;
    height: 30px;
}.access-now-9 .feedback-support-1::after {
    left: 0;
    z-index: -2;
    height: 100%;
    background: rgb(166,104,135);
    transition: transform 0.4s ease;
    top: 0;
    position: absolute;
    transform: translateX(-101%);
    content: '';
    width: 100%;
}.access-now-9 .feedback-support-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.access-now-9 .feedback-support-1:hover::after {
    transform: translateX(0);
}.access-now-9 .learning-dna-5::before {
    height: 60px;
    content: '';
    background: rgb(154,151,186,0.5);
    z-index: -1;
    left: -30px;
    position: absolute;
    transform: translateY(-50%);
    width: 60px;
    border-radius: 50%;
    opacity: 0.2;
    top: 50%;
}.access-now-9 .learning-dna-5::after {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: -1;
    opacity: 0.2;
    content: '';
    background: rgb(166,104,135,0.5);
}

@media (max-width: 991px) {.access-now-9 {
    padding: 90px 0;
}.access-now-9 .container p {
    padding: 25px 40px;
    margin-bottom: 40px;
    font-size: calc(22px * 1.2);
}.access-now-9 .feedback-support-1 {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.access-now-9 {
    padding: 70px 0;
}.access-now-9 .container p {
    margin-bottom: 30px;
    border-radius: 0 10px 10px 10px;
    font-size: 22px;
    padding: 20px 30px;
}.access-now-9 .feedback-support-1 {
    padding: 15px 30px;
    border-radius: 10px 0 10px 10px;
}.access-now-9 .container p::before,
    .access-now-9 .feedback-support-1::before {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.access-now-9 {
    padding: 50px 0;
}.access-now-9 .learning-dna-5 {
    align-items: stretch;
}.access-now-9 .container p {
    margin-bottom: 25px;
    font-size: calc(15px * 1.2);
    padding: 15px 20px;
    width: 100%;
}.access-now-9 .feedback-support-1 {
    padding: 12px 25px;
    font-size: calc(18px * 0.9);
    align-self: flex-start;
}}.leadership-experience-3 {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,219,230) 0%, rgb(154,151,186,0.5) 100%);
    position: relative;
}.leadership-experience-3::before {
    top: -5%;
    background: rgb(166,104,135,0.5);
    width: 30%;
    filter: blur(20px);
    z-index: 0;
    height: 30%;
    position: absolute;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    content: "";
}.leadership-experience-3::after {
    transform: rotate(15deg) translateZ(0);
    left: -5%;
    z-index: 0;
    filter: blur(15px);
    background: rgb(154,151,186,0.5);
    height: 25%;
    position: absolute;
    bottom: -5%;
    content: "";
    width: 25%;
}.leadership-experience-3 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.leadership-experience-3 .review-voices-7 {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.leadership-experience-3 .review-voices-7:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.leadership-experience-3 .review-voices-7 > div:first-child {
    overflow: hidden;
    position: relative;
}.leadership-experience-3 .img-rounded-9 {
    width: 100%;
    height: 300px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}.leadership-experience-3 .review-voices-7:hover .img-rounded-9 {
    transform: scale(1);
}.leadership-experience-3 .review-voices-7 > div:nth-child(2) {
    flex-direction: column;
    position: relative;
    display: flex;
    padding-left: 2rem;
    gap: 0.5rem;
}.leadership-experience-3 .review-voices-7 > div:nth-child(2)::before {
    height: 70%;
    position: absolute;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    top: 50%;
    transform: translateY(-50%);
    content: "";
}.leadership-experience-3 .name {
    font-weight: 700;
    font-size: 24px;
    position: relative;
    margin: 0;
    color: #000000;
    display: inline-block;
}.leadership-experience-3 .name::after {
    background: rgb(154,151,186);
    transition: width 0.4s ease-out;
    position: absolute;
    height: 2px;
    content: "";
    width: 0;
    left: 0;
    bottom: -5px;
}.leadership-experience-3 .review-voices-7:hover .name::after {
    width: 100%;
}.leadership-experience-3 .review-voices-7 > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(13px - 2px);
    opacity: 0.9;
    color: rgb(166,104,135);
}.leadership-experience-3 .review-voices-7 > div:nth-child(3) {
    position: relative;
}.leadership-experience-3 .exp-content-3 {
    font-size: 13px;
    position: relative;
    color: #000000;
    margin: 0;
    background: linear-gradient(to right, rgba(rgb(226,219,230), 0.05), rgba(rgb(226,219,230), 0.02));
    border-left: 3px solid rgb(154,151,186,0.5);
    padding: 1.5rem;
    line-height: 1.7;
}.leadership-experience-3 .exp-content-3::before {
    position: absolute;
    font-size: 5rem;
    left: 0.5rem;
    color: rgb(154,151,186,0.5);
    content: "";
    opacity: 0.2;
    line-height: 1;
    top: -0.5rem;
    font-family: serif;
}

@media (min-width: 768px) {.leadership-experience-3 {
    padding: 8rem 3rem;
}.leadership-experience-3 .review-voices-7 {
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(200px, 300px) 1fr;
    padding: 4rem;
}.leadership-experience-3 .review-voices-7 > div:first-child {
    grid-row: span 2;
}.leadership-experience-3 .img-rounded-9 {
    height: 100%;
}.leadership-experience-3 .review-voices-7 > div:nth-child(2) {
    padding-left: 3rem;
}.leadership-experience-3 .exp-content-3 {
    font-size: calc(13px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.leadership-experience-3 {
    padding: 10rem 4rem;
}.leadership-experience-3 .review-voices-7 {
    padding: 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    gap: 4rem 5rem;
}.leadership-experience-3 .name {
    font-size: calc(24px + 2px);
}.leadership-experience-3 .review-voices-7 > div:nth-child(2) > div {
    font-size: 13px;
}.leadership-experience-3 .exp-content-3 {
    line-height: 1.8;
}.leadership-experience-3 .review-voices-7::after {
    opacity: 0.1;
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(154,151,186,0.5) 50%);
    top: 0;
    width: 150px;
}.leadership-experience-3 .review-voices-7:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.leadership-experience-3 {
    padding: 4rem 1.5rem;
}.leadership-experience-3 .review-voices-7 {
    padding: 2rem;
    gap: 2rem;
}.leadership-experience-3 .img-rounded-9 {
    height: 250px;
}.leadership-experience-3 .name {
    font-size: calc(24px - 1px);
}.leadership-experience-3 .review-voices-7 > div:nth-child(2) > div {
    font-size: calc(13px - 3px);
}.leadership-experience-3 .exp-content-3 {
    font-size: calc(13px - 1px);
    padding: 1rem;
}
}