* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.LaZ-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 16px;
    padding: 0px;
    height: 5px;
}::-webkit-scrollbar-track {
    background: rgb(158,152,173,0.5);
    border-radius: 1.5vh;
    margin: 4px 0;
    border: 1px dotted rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 18px;
    background: radial-gradient(ellipse at top left, #ffffff 67%, rgb(255, 255, 255, 0.5) 84%, rgb(158,152,173) 34%, rgb(158,152,173,0.5) 1%, rgb(196,191,208) 54%, rgb(196,191,208,0.5) 94%, rgb(228,225,233) 45%);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px 2px 8px 4px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-color: #ffffff;
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
}.SQD-header-wrap {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1168px;
    margin: auto;
    max-width: 100%;
}.qmY-footer-milestones {
    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;
}}
.Ytp-welcome-section {
    overflow: hidden;
    position: relative;
    align-items: center;
    min-height: 100vh;
    display: flex;
    background-color: rgb(228,225,233);
    justify-content: center;
    width: 100%;
}.Ytp-welcome-section::before {
    background: linear-gradient(135deg, rgb(196,191,208,0.5), rgb(158,152,173,0.5));
    content: "";
    opacity: 0.15;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
}.Ytp-welcome-section::after {
    height: 40%;
    opacity: 0.08;
    width: 40%;
    bottom: -5%;
    animation: floatElement 12s ease-in-out infinite;
    content: "";
    background: rgb(196,191,208);
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 75%);
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
}.Ytp-welcome-section .qKb-course-main {
    perspective: 1000px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    width: 90%;
}.Ytp-welcome-section .WbK-page-front {
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12), 0 12px 24px rgba(0, 0, 0, 0.08);
    justify-content: center;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    padding: 4rem 3rem;
    align-items: flex-start;
}.Ytp-welcome-section .WbK-page-front::before {
    top: 0;
    left: 0;
    background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    backdrop-filter: blur(6px);
}.Ytp-welcome-section .WbK-page-front span {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.5rem 1.25rem;
    transform: skewX(-6deg) translateZ(20px);
    position: relative;
    animation: slideInFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    backdrop-filter: blur(4px);
    max-width: 85%;
    background: linear-gradient(120deg, rgb(196,191,208,0.5), rgb(158,152,173));
    margin-bottom: 1.5rem;
}.Ytp-welcome-section .WbK-page-front h3 {
    transform: skewX(6deg);
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
}.Ytp-welcome-section .WbK-page-front h1 {
    animation-delay: 0.2s;
    font-size: calc(40px * 1.1);
    animation: fadeInUp 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    margin: 0 0 2rem 0;
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    max-width: 90%;
}.Ytp-welcome-section .WbK-page-front h1::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(196,191,208), rgb(158,152,173));
    left: 0;
    height: 4px;
    transform: scaleX(1);
    bottom: -1rem;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 6rem;
}.Ytp-welcome-section .WbK-page-front div div {
    border-left: 4px solid rgb(196,191,208);
    position: relative;
    background: linear-gradient(90deg, rgb(158,152,173,0.5), transparent);
    padding: 1.5rem 2.5rem 1.5rem 2rem;
    max-width: 85%;
    margin-left: 1rem;
    transform: translateX(0) translateZ(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation-delay: 0.4s;
    animation: fadeInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.Ytp-welcome-section .WbK-page-front div div::before {
    border-radius: 50%;
    height: 2rem;
    opacity: 0.15;
    background-color: rgb(196,191,208);
    position: absolute;
    top: 0;
    width: 2rem;
    transform: translateZ(-5px);
    content: "";
    left: -1rem;
}.Ytp-welcome-section .WbK-page-front div div p {
    color: #ffffff;
    font-size: calc(12px * 1.25);
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.3px;
}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px) translateZ(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateZ(10px);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: skewX(-6deg) translateX(-40px) translateZ(20px);
  }
  to {
    opacity: 1;
    transform: skewX(-6deg) translateX(0) translateZ(20px);
  }
}

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

@media (min-width: 1400px) {.Ytp-welcome-section .WbK-page-front {
    padding: 5rem 4rem;
}.Ytp-welcome-section .WbK-page-front h1 {
    max-width: 80%;
    font-size: calc(40px * 1.2);
}.Ytp-welcome-section .WbK-page-front div div {
    max-width: 70%;
}
}

@media (max-width: 991px) {.Ytp-welcome-section .WbK-page-front {
    padding: 3.5rem 2.5rem;
}.Ytp-welcome-section .WbK-page-front h1 {
    font-size: 40px;
    max-width: 100%;
}.Ytp-welcome-section .WbK-page-front span {
    max-width: 90%;
}.Ytp-welcome-section .WbK-page-front div div {
    max-width: 90%;
    margin-left: 0;
}
}

@media (max-width: 767px) {.Ytp-welcome-section .WbK-page-front {
    padding: 3rem 2rem;
}.Ytp-welcome-section .WbK-page-front h1 {
    font-size: calc(40px * 0.85);
}.Ytp-welcome-section .WbK-page-front span {
    margin-bottom: 1.25rem;
    max-width: 100%;
}.Ytp-welcome-section .WbK-page-front div div {
    padding: 1.25rem 1.5rem 1.25rem 1.25rem;
    max-width: 100%;
}.Ytp-welcome-section .WbK-page-front div div p {
    font-size: 12px;
}
}

@media (max-width: 575px) {.Ytp-welcome-section {
    min-height: 90vh;
}.Ytp-welcome-section .WbK-page-front {
    padding: 2.5rem 1.5rem;
}.Ytp-welcome-section .WbK-page-front h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1.5rem;
}.Ytp-welcome-section .WbK-page-front h1::after {
    bottom: -0.75rem;
    width: 4rem;
    height: 3px;
}.Ytp-welcome-section .WbK-page-front h3 {
    font-size: 0.9rem;
}.Ytp-welcome-section .WbK-page-front div div {
    padding: 1rem 1.25rem;
}.Ytp-welcome-section .WbK-page-front div div p {
    font-size: calc(12px * 0.9);
}}.GfW-data-analysis {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
}.GfW-data-analysis::before {
    content: "";
    z-index: 0;
    height: 40%;
    left: -5%;
    top: -10%;
    opacity: 0.15;
    transform: rotate(-15deg);
    width: 40%;
    filter: blur(70px);
    position: absolute;
    background: rgb(196,191,208,0.5);
}.GfW-data-analysis::after {
    transform: rotate(10deg);
    bottom: -10%;
    z-index: 0;
    content: "";
    position: absolute;
    width: 35%;
    right: -5%;
    filter: blur(60px);
    opacity: 0.1;
    background: rgb(158,152,173,0.5);
    height: 35%;
}.GfW-data-analysis .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.GfW-data-analysis h4 {
    opacity: 0.9;
    transform: translateY(0);
    font-size: 19px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    margin-top: 3rem;
}.GfW-data-analysis:hover h4 {
    opacity: 1;
    transform: translateY(-5px);
}.GfW-data-analysis ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
    display: grid;
    margin: 0 0 2rem;
    padding: 0;
}.GfW-data-analysis .jtr-statistics-advantage {
    justify-content: center;
    align-items: center;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    padding: 2rem 1.5rem;
    overflow: hidden;
    transform: translateY(0);
    display: flex;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
}.GfW-data-analysis .jtr-statistics-advantage::before {
    width: 5px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(196,191,208), rgb(158,152,173));
    z-index: 1;
}.GfW-data-analysis .jtr-statistics-advantage:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.03);
}.GfW-data-analysis .jtr-statistics-advantage:hover::before {
    height: 100%;
}.GfW-data-analysis .jtr-statistics-advantage div {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}.GfW-data-analysis .jtr-statistics-advantage p {
    color: rgb(196,191,208);
    line-height: 1;
    position: relative;
    font-size: 3.2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.4s ease;
    font-weight: 700;
    margin: 0 0 0.75rem;
    display: inline-block;
}.GfW-data-analysis .jtr-statistics-advantage p::after {
    position: absolute;
    background: rgb(158,152,173);
    content: "";
    left: 50%;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    bottom: -5px;
}.GfW-data-analysis .jtr-statistics-advantage:hover p {
    color: rgb(158,152,173);
    transform: translateY(-5px) scale(1.05);
}.GfW-data-analysis .jtr-statistics-advantage:hover p::after {
    width: 40%;
}.GfW-data-analysis .jtr-statistics-advantage span {
    display: block;
    font-weight: 400;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    letter-spacing: 0.02em;
    font-size: calc(17px - 0.1rem);
    opacity: 0.9;
    margin-top: 0.5rem;
    color: #000000;
    transform-origin: center;
    line-height: 1.4;
}.GfW-data-analysis .jtr-statistics-advantage:hover span {
    opacity: 1;
    transform: translateY(2px);
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(2n) {
    animation-delay: 0.2s;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(3n) {
    animation-delay: 0.4s;
}

@media screen and (min-width: 768px) {.GfW-data-analysis ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.GfW-data-analysis .jtr-statistics-advantage {
    padding: 2.5rem 1.5rem;
}.GfW-data-analysis .jtr-statistics-advantage p {
    font-size: 3.5rem;
}
}

@media screen and (min-width: 992px) {.GfW-data-analysis {
    padding: 8rem 0;
}.GfW-data-analysis ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.GfW-data-analysis .jtr-statistics-advantage {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
}.GfW-data-analysis h4 {
    margin-top: 4rem;
    font-size: calc(19px + 0.15rem);
}
}

@media screen and (max-width: 767px) {.GfW-data-analysis {
    padding: 4rem 0;
}.GfW-data-analysis ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}.GfW-data-analysis .jtr-statistics-advantage {
    padding: 1.75rem 1rem;
}.GfW-data-analysis .jtr-statistics-advantage p {
    font-size: 2.8rem;
}.GfW-data-analysis .jtr-statistics-advantage span {
    font-size: calc(17px - 0.2rem);
}.GfW-data-analysis h4 {
    margin-top: 2rem;
    font-size: calc(19px - 0.1rem);
}
}

@media screen and (max-width: 480px) {.GfW-data-analysis ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.GfW-data-analysis .jtr-statistics-advantage {
    padding: 1.5rem 1rem;
}}

@keyframes fadeScale {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.GfW-data-analysis .jtr-statistics-advantage {
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.15s);
    animation: fadeScale 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(1) {
    --i: 1;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(2) {
    --i: 2;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(3) {
    --i: 3;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(4) {
    --i: 4;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(5) {
    --i: 5;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(6) {
    --i: 6;
}.GfW-data-analysis .jtr-statistics-advantage:nth-child(7) {
    --i: 7;
}.Vdf-aspiring-learners {
    background-color: rgb(228,225,233);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.Vdf-aspiring-learners::before {
    top: 0;
    z-index: 1;
    background-size: 200px 200px;
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(196,191,208,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(158,152,173,0.5) 75%, transparent 76%);
    position: absolute;
    opacity: 0.3;
    content: '';
    width: 100%;
    height: 100%;
    animation: moveRays 30s linear infinite;
}.Vdf-aspiring-learners::after {
    opacity: 0.2;
    z-index: 1;
    height: 100%;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(196,191,208,0.5) 90%, rgb(196,191,208,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(158,152,173,0.5) 95%, rgb(158,152,173,0.5) 96%, transparent 96%);
    animation: moveRaysVertical 20s linear infinite;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    background-size: 120px 120px;
    left: 0;
}.Vdf-aspiring-learners .TqR-skill-studio {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1000px;
    z-index: 2;
    position: relative;
}.Vdf-aspiring-learners h3 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 3.5rem;
    text-align: center;
    color: rgb(196,191,208);
}.Vdf-aspiring-learners h3::after {
    content: '';
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(196,191,208), transparent);
    position: absolute;
    animation: pulseLight 3s infinite alternate;
    width: 150px;
    transform: translateX(-50%);
    height: 2px;
    bottom: -15px;
}.Vdf-aspiring-learners ul {
    flex-direction: column;
    list-style-type: none;
    gap: 1.5rem;
    padding: 0;
    display: flex;
    margin: 0;
}.Vdf-aspiring-learners li {
    backdrop-filter: blur(5px);
    align-items: center;
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 29px;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgb(196,191,208,0.5);
}.Vdf-aspiring-learners li::before {
    left: 0;
    opacity: 0.1;
    width: 0;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    top: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(90deg, rgb(196,191,208,0.5) 0%, transparent 100%);
    position: absolute;
}.Vdf-aspiring-learners li::after {
    background: linear-gradient(90deg, rgb(196,191,208) 0%, transparent 100%);
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    height: 1px;
    box-shadow: 0 0 10px rgb(196,191,208,0.5);
    content: '';
    bottom: 0;
}.Vdf-aspiring-learners li:hover {
    border-left-color: rgb(196,191,208);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.Vdf-aspiring-learners li:hover::before {
    width: 100%;
}.Vdf-aspiring-learners li svg {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 8px rgb(196,191,208,0.5));
    fill: rgb(196,191,208);
    transition: all 0.4s ease;
}.Vdf-aspiring-learners li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}.Vdf-aspiring-learners li svg path {
    transition: all 0.4s ease;
    fill: rgb(196,191,208);
}.Vdf-aspiring-learners li:hover svg path {
    fill: rgb(158,152,173);
}.Vdf-aspiring-learners li {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}.Vdf-aspiring-learners li:nth-child(1) {
    animation-delay: 0s;
}.Vdf-aspiring-learners li:nth-child(2) {
    animation-delay: 0.1s;
}.Vdf-aspiring-learners li:nth-child(3) {
    animation-delay: 0.2s;
}.Vdf-aspiring-learners li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(196,191,208,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(196,191,208);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(196,191,208,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(196,191,208));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(196,191,208,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.Vdf-aspiring-learners li {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}
}

@media (max-width: 991px) {.Vdf-aspiring-learners {
    padding: 4rem 0;
}.Vdf-aspiring-learners h3 {
    font-size: calc(30px * 0.9);
}.Vdf-aspiring-learners li {
    padding: 1.2rem 1.8rem;
}.Vdf-aspiring-learners li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}

@media (max-width: 767px) {.Vdf-aspiring-learners {
    padding: 3rem 0;
}.Vdf-aspiring-learners h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2.5rem;
}.Vdf-aspiring-learners h3::after {
    width: 120px;
}.Vdf-aspiring-learners li {
    padding: 1rem 1.5rem;
}.Vdf-aspiring-learners li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}}footer {
    width: 100%;
    position: relative;
}.qmY-footer-milestones {
    background-color: rgb(228,225,233);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
    color: #000000;
}.qmY-footer-milestones::before {
    width: 100%;
    position: absolute;
    content: "";
    background: 
        linear-gradient(135deg, rgb(228,225,233) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(228,225,233) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(228,225,233) 25%, transparent 25%),
        linear-gradient(45deg, rgb(228,225,233) 25%, transparent 25%);
    background-color: rgb(196,191,208,0.5);
    top: 0;
    height: 120px;
    background-size: 100px 100px;
    left: 0;
}footer .ufH-footer-social {
    z-index: 1;
    position: relative;
    margin-top: -70px;
}footer .YIK-contact-ask {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px;
    transform: translateY(-30px);
    z-index: 2;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}footer .info_item {
    margin: 10px;
    flex: 1 1 200px;
    border-radius: 10px;
    background-color: rgb(228,225,233);
    transition: all 0.3s ease;
    padding: 10px 15px;
    position: relative;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    content: "";
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 3px;
    position: absolute;
    opacity: 0;
    background-color: rgb(196,191,208);
    border-radius: 3px 0 0 3px;
    left: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    margin-right: 10px;
    fill: rgb(196,191,208);
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    transition: color 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(196,191,208);
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .text_main_holder::before {
    top: -40px;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 20px;
    height: calc(100% + 80px);
}footer .fIj-nav-tutor {
    position: relative;
    padding: 0 30px;
}footer .fIj-nav-tutor::after {
    position: absolute;
    bottom: -15px;
    right: 30px;
    background: linear-gradient(90deg, rgb(196,191,208), transparent);
    content: "";
    left: 30px;
    height: 1px;
}footer .fIj-nav-tutor svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .hSG-abuse-ctrl {
    color: #000000;
    font-size: 16px;
    max-width: 330px;
    line-height: 1.6;
}footer .AEM-main-start {
    margin-right: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    background-color: rgb(228,225,233);
    margin-top: -10px;
    border-radius: 20px;
    position: relative;
    margin-left: 20px;
    z-index: 1;
}footer .AEM-main-start h5 {
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    color: #000000;
}footer .AEM-main-start h5::after {
    position: absolute;
    content: "";
    left: 0;
    background-color: rgb(196,191,208);
    width: 50px;
    bottom: -7px;
    height: 2px;
}footer .ELr-nav-mainbar {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}footer .ELr-nav-mainbar a {
    padding: 8px 0;
    display: inline-block;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}footer .ELr-nav-mainbar a::after {
    width: 0;
    height: 2px;
    content: "";
    left: 0;
    bottom: 5px;
    position: absolute;
    background-color: rgb(196,191,208);
    transition: width 0.3s ease;
}footer .ELr-nav-mainbar a:hover {
    color: rgb(196,191,208);
    transform: translateX(5px);
}footer .ELr-nav-mainbar a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    z-index: 0;
    margin-top: -10px;
    border-radius: 20px;
    background-color: rgb(196,191,208);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-right: 40px;
    margin-left: 40px;
}footer .subscribe_holder::before {
    background-color: rgb(196,191,208);
    z-index: -1;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    content: "";
    right: 30px;
    top: -15px;
    position: absolute;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    transition: background-color 0.3s ease;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .OkD-newsletter-wrap {
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 600;
    background-color: #000000;
    font-size: 14px;
}footer .OkD-newsletter-wrap:hover {
    background-color: rgb(158,152,173);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .cFl-academy-info {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}footer .Vfp-debate-club {
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: inline-block;
    color: #000000;
    padding: 8px 20px;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .ELr-nav-mainbar {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .OkD-newsletter-wrap {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .AEM-main-start {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .qmY-footer-milestones {
    padding: 80px 0 30px;
}footer .YIK-contact-ask {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .AEM-main-start, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .cFl-academy-info {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .qmY-footer-milestones {
    padding: 60px 0 20px;
}footer .YIK-contact-ask {
    margin-bottom: 40px;
    transform: translateY(-20px);
    padding: 15px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .fIj-nav-tutor {
    padding: 0 20px;
}footer .fIj-nav-tutor::after {
    right: 20px;
    left: 20px;
}footer .AEM-main-start h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .ELr-nav-mainbar a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .OkD-newsletter-wrap {
    padding: 12px 15px;
}}.osz-privacy-holdfast {
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 50px;
    background: #ffffff;
    height: auto;
    width: 100%;
}.osz-privacy-holdfast h1 {
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(158,152,173);
    grid-column: span 2;
    margin-bottom: 20px;
    color: rgb(196,191,208);
    font-size: 46px;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
}.osz-privacy-holdfast h2 {
    border-left: 4px solid rgb(196,191,208);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: rgb(158,152,173);
    font-size: 37px;
    padding-left: 10px;
    text-align: left;
    font-weight: 600;
    margin-top: 0;
}.osz-privacy-holdfast h3, .osz-privacy-holdfast h4, .osz-privacy-holdfast h5 {
    font-size: 21px;
    color: #000000;
}.osz-privacy-holdfast ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: square;
}.osz-privacy-holdfast li {
    font-size: 15px;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 10px;
    padding: 10px;
    background: rgb(158,152,173,0.5);
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.osz-privacy-holdfast div {
    border-radius: 17px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    background: rgb(196,191,208,0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 15px;
    font-family: Arial, sans-serif;
}.osz-privacy-holdfast p, .osz-privacy-holdfast span {
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
    font-size: 15px;
}
@media only screen and (max-width: 800px) {.osz-privacy-holdfast {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.osz-privacy-holdfast h1 {
    font-size: calc(21px - 4px);
    margin-bottom: 15px;
}.osz-privacy-holdfast h2 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.osz-privacy-holdfast ul {
    padding-left: 15px;
}.osz-privacy-holdfast li {
    padding: 8px;
    margin-bottom: 8px;
}.osz-privacy-holdfast div {
    padding: 10px;
}}.zaX-contact-form-section {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.zaX-contact-form-section::before {
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}.zaX-contact-form-section::after {
    top: -50%;
    content: "";
    animation: shine 8s linear infinite;
    z-index: 2;
    height: 200%;
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    left: -50%;
    width: 200%;
}.zaX-contact-form-section .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.zaX-contact-form-section .qya-request-info {
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    display: flex;
    padding: 2rem;
    flex-wrap: wrap;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    gap: 2rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.zaX-contact-form-section .qya-request-info::before {
    top: 0;
    width: 200%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(196,191,208), 
        transparent);
    content: "";
    height: 1px;
    left: -50%;
    position: absolute;
}.zaX-contact-form-section .qya-request-info::after {
    width: 200%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,152,173), 
        transparent);
    height: 1px;
    right: -50%;
    position: absolute;
    content: "";
    bottom: 0;
}.zaX-contact-form-section .yKp-inquiry-help {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem;
    background: linear-gradient(135deg, 
        rgb(196,191,208,0.5), 
        rgba(0, 0, 0, 0.2));
    overflow: hidden;
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
    position: relative;
    border-radius: 10px;
}.zaX-contact-form-section .yKp-inquiry-help::before {
    animation: pulse 15s infinite linear;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    width: 200%;
    z-index: -1;
    top: -50%;
    height: 200%;
    content: "";
    left: -50%;
    position: absolute;
}.zaX-contact-form-section .yKp-inquiry-help h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-bottom: 1rem;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}.zaX-contact-form-section .yKp-inquiry-help h3::after {
    left: 0;
    bottom: 0;
    background: rgb(158,152,173);
    box-shadow: 0 0 8px rgb(158,152,173);
    height: 2px;
    position: absolute;
    content: "";
    width: 50px;
}.zaX-contact-form-section .yKp-inquiry-help div {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}.zaX-contact-form-section .yKp-inquiry-help div:hover {
    transform: translateX(5px);
}.zaX-contact-form-section .yKp-inquiry-help div::before {
    transition: height 0.3s ease;
    width: 3px;
    position: absolute;
    content: "";
    top: 50%;
    height: 0;
    left: 0;
    background: rgb(158,152,173);
}.zaX-contact-form-section .yKp-inquiry-help div:hover::before {
    top: 10%;
    height: 80%;
}.zaX-contact-form-section .yKp-inquiry-help div svg {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    margin-right: 15px;
}.zaX-contact-form-section .yKp-inquiry-help div svg path {
    transition: all 0.3s ease;
    fill: rgb(158,152,173);
}.zaX-contact-form-section .yKp-inquiry-help div:hover svg path {
    filter: drop-shadow(0 0 2px rgb(196,191,208));
    fill: rgb(196,191,208);
}.zaX-contact-form-section .yKp-inquiry-help div span {
    color: #ffffff;
    font-size: calc(15px - 2px);
    letter-spacing: 0.5px;
}.zaX-contact-form-section .yKp-inquiry-help div span a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.zaX-contact-form-section .yKp-inquiry-help div span a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    color: rgb(158,152,173);
}.zaX-contact-form-section .cMq-request-list {
    backdrop-filter: blur(8px);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1 1 400px;
}.zaX-contact-form-section .cMq-request-list::before {
    top: -100px;
    position: absolute;
    right: -100px;
    height: 200px;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(196,191,208,0.5) 0%, 
        transparent 70%);
    border-radius: 50%;
    opacity: 0.3;
    width: 200px;
}.zaX-contact-form-section .cMq-request-list form {
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}.zaX-contact-form-section .cMq-request-list h3 {
    font-size: 21px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}.zaX-contact-form-section .cMq-request-list h3::after {
    width: 50px;
    background: rgb(158,152,173);
    left: 50%;
    bottom: -10px;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgb(158,152,173);
    content: "";
}.zaX-contact-form-section .cMq-request-list input[type="text"],
.zaX-contact-form-section .cMq-request-list input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    padding: 12px 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    outline: none;
    color: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}.zaX-contact-form-section .cMq-request-list input[type="text"]:focus,
.zaX-contact-form-section .cMq-request-list input[type="email"]:focus {
    border-color: rgb(196,191,208);
    box-shadow: 0 0 0 2px rgb(196,191,208,0.5);
    background: rgba(0, 0, 0, 0.3);
}.zaX-contact-form-section .cMq-request-list input[type="text"]::placeholder,
.zaX-contact-form-section .cMq-request-list input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    appearance: none;
    position: relative;
    -webkit-appearance: none;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block input[type="checkbox"]:checked {
    border-color: rgb(158,152,173);
    background: rgb(158,152,173);
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block input[type="checkbox"]:checked::before {
    color: #ffffff;
    position: absolute;
    font-size: 12px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    content: "✓";
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block label {
    font-size: calc(15px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block label a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(158,152,173);
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block label a::after {
    left: 0;
    background: rgb(158,152,173);
    height: 1px;
    content: "";
    bottom: -2px;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
}.zaX-contact-form-section .cMq-request-list .uiJ-inquiry-block label a:hover::after {
    width: 100%;
}.zaX-contact-form-section .cMq-request-list .CBN-support-reach {
    border-radius: 10px;
    border: none;
    font-weight: 600;
    overflow: hidden;
    padding: 12px 20px;
    font-size: 15px;
    margin-top: 1rem;
    background: linear-gradient(135deg, 
        rgb(196,191,208), 
        rgb(158,152,173));
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}.zaX-contact-form-section .cMq-request-list .CBN-support-reach::before {
    content: "";
    transition: all 0.6s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: -100%;
}.zaX-contact-form-section .cMq-request-list .CBN-support-reach:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.zaX-contact-form-section .cMq-request-list .CBN-support-reach:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.zaX-contact-form-section {
    padding: 5rem 0;
}.zaX-contact-form-section .qya-request-info {
    flex-direction: column;
    gap: 2rem;
}.zaX-contact-form-section .yKp-inquiry-help,
    .zaX-contact-form-section .cMq-request-list {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.zaX-contact-form-section {
    padding: 4rem 0;
}.zaX-contact-form-section .qya-request-info {
    padding: 1.5rem;
}.zaX-contact-form-section .yKp-inquiry-help,
    .zaX-contact-form-section .cMq-request-list {
    padding: 1.5rem;
}.zaX-contact-form-section .yKp-inquiry-help div svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}.zaX-contact-form-section .yKp-inquiry-help h3,
    .zaX-contact-form-section .cMq-request-list h3 {
    font-size: calc(21px - 2px);
}
}

@media screen and (max-width: 576px) {.zaX-contact-form-section {
    padding: 3rem 0;
}.zaX-contact-form-section .qya-request-info {
    gap: 1.5rem;
    padding: 1rem;
}.zaX-contact-form-section .yKp-inquiry-help,
    .zaX-contact-form-section .cMq-request-list {
    padding: 1rem;
}.zaX-contact-form-section .yKp-inquiry-help div {
    margin-bottom: 1rem;
}.zaX-contact-form-section .cMq-request-list form {
    gap: 1rem;
}.zaX-contact-form-section .cMq-request-list input[type="text"],
    .zaX-contact-form-section .cMq-request-list input[type="email"] {
    padding: 10px 12px;
}.zaX-contact-form-section .cMq-request-list .CBN-support-reach {
    padding: 10px 16px;
}}.mnu-appSpace {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,233), #ffffff);
    position: relative;
    padding: 120px 0;
}.mnu-appSpace::before {
    z-index: 1;
    animation: movePattern 40s linear infinite;
    opacity: 0.2;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(158,152,173,0.5) 49.5%, rgb(158,152,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(158,152,173,0.5) 49.5%, rgb(158,152,173,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    position: absolute;
}.mnu-appSpace::after {
    width: 70%;
    height: 200%;
    transform: rotate(25deg);
    opacity: 0.1;
    content: "";
    z-index: 0;
    top: -50%;
    position: absolute;
    background: linear-gradient(120deg, rgb(196,191,208,0.5) 10%, transparent 80%);
    right: -20%;
}.mnu-appSpace .container {
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
}.mnu-appSpace h2 {
    color: #000000;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    line-height: 1.4;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 600;
    transform: translateZ(20px);
    font-size: 36px;
    margin-bottom: 40px;
}.mnu-appSpace h2::after {
    bottom: -16px;
    background: linear-gradient(90deg, rgb(196,191,208), rgb(158,152,173));
    height: 3px;
    transform-origin: left;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    width: 80px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    left: 0;
}.mnu-appSpace .TqR-skill-studio {
    transform: translateZ(10px) translateY(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    border-left: 4px solid rgb(158,152,173);
    opacity: 0;
    background: #ffffff;
    padding: 35px 40px 30px;
}.mnu-appSpace .TqR-skill-studio::before {
    content: "";
    transform: translateZ(-5px);
    position: absolute;
    top: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(158,152,173,0.5) 30%, transparent 70%);
    width: 100px;
    right: 20px;
    height: 100px;
    opacity: 0.15;
}.mnu-appSpace ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.mnu-appSpace li {
    padding-left: 25px;
    position: relative;
}.mnu-appSpace li::before {
    transform: rotate(45deg);
    animation: pulse 3s infinite;
    top: 8px;
    position: absolute;
    opacity: 0.9;
    height: 8px;
    left: 0;
    background: rgb(196,191,208);
    width: 8px;
    content: "";
}.mnu-appSpace li span {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.mnu-appSpace {
    padding: 100px 0;
}.mnu-appSpace h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 992px) {.mnu-appSpace {
    padding: 80px 0;
}.mnu-appSpace h2 {
    font-size: calc(36px * 0.85);
}.mnu-appSpace::after {
    right: -50%;
    width: 100%;
}.mnu-appSpace .TqR-skill-studio {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.mnu-appSpace {
    padding: 60px 0;
}.mnu-appSpace h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.mnu-appSpace h2::after {
    bottom: -12px;
    width: 60px;
}.mnu-appSpace .TqR-skill-studio {
    padding: 25px 30px 20px;
}.mnu-appSpace li span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.mnu-appSpace {
    padding: 50px 0;
}.mnu-appSpace h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.mnu-appSpace .TqR-skill-studio {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.mnu-appSpace li {
    padding-left: 20px;
}.mnu-appSpace li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.mnu-appSpace li span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.mnu-appSpace::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.mnu-appSpace .TqR-skill-studio:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}.prg-cookieUsagePromptBar {
    z-index: 1000;
    bottom: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(228,225,233);
    border-top: 1px solid rgb(196,191,208);
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    width: 100%;
    position: fixed;
}.prg-cookieUsagePromptBar .NLQ-cookie-panel {
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    flex-shrink: 0;
}.prg-cookieUsagePromptBar .NLQ-cookie-panel svg {
    width: 60px;
    height: 60px;
    fill: rgb(196,191,208);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.prg-cookieUsagePromptBar .mbt-cookie-hide {
    flex-grow: 1;
}.prg-cookieUsagePromptBar .mbt-cookie-hide h5 {
    color: rgb(196,191,208);
    margin-bottom: 6px;
    font-size: 20px;
}.prg-cookieUsagePromptBar .mbt-cookie-hide p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.prg-cookieUsagePromptBar .Qyb-cookie-option {
    font-size: 15px;
    background-color: rgb(196,191,208);
    margin-top: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 15px;
}.prg-cookieUsagePromptBar .Qyb-cookie-option:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.prg-cookieUsagePromptBar .Qyb-cookie-option:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.prg-cookieUsagePromptBar .NLQ-cookie-panel {
    margin-right: 0;
    margin-bottom: 15px;
}.prg-cookieUsagePromptBar .Qyb-cookie-option {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}
#sgO-cookie-message-box {
    display: none;
}#sgO-cookie-message-box:checked ~ .prg-cookieUsagePromptBar {
    opacity: 0;
    visibility: hidden;
}header {
    z-index: 100;
    position: relative;
    background: rgb(158,152,173);
    margin-top: 0;
    padding: 0;
    overflow: visible;
}header::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    position: absolute;
    z-index: 0;
}header::after {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(158,152,173,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(158,152,173,0.5) 50%, transparent 100%);
    height: 100%;
    content: '';
}header .bfF-head-base {
    z-index: 5;
    align-items: center;
    position: relative;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    display: flex;
}header .fIj-nav-tutor {
    transition: all 0.3s ease;
    border-left: 3px solid rgb(196,191,208);
    z-index: 2;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    padding: 0.5rem 0.7rem;
}header .fIj-nav-tutor::before {
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    width: 100%;
    opacity: 0;
    top: 0;
    transform: scaleX(0);
    height: 100%;
    content: '';
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}header .fIj-nav-tutor:hover {
    box-shadow: 5px 0 15px -5px rgb(196,191,208);
    transform: translateX(5px);
}header .fIj-nav-tutor:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .hNu-nav-study {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}header .hNu-nav-study::after {
    height: 10px;
    opacity: 0;
    content: '';
    width: 10px;
    transition: all 0.3s ease;
    position: absolute;
    right: -5px;
    background: rgb(196,191,208);
    bottom: -5px;
}header .hNu-nav-study:hover::after {
    opacity: 1;
}header .hNu-nav-study img {
    max-height: 40px;
    filter: brightness(1.1);
}header .AEM-main-start {
    z-index: 2;
    margin: 0;
    display: flex;
    list-style: none;
    position: relative;
    padding: 0;
}header .AEM-main-start::before {
    transform: translateY(-50%);
    content: '';
    right: -20px;
    position: absolute;
    background: rgb(196,191,208);
    height: 1px;
    top: 50%;
    width: 40px;
}header .TGU-head-info {
    margin: 0 1px;
    position: relative;
}header .TGU-head-info a {
    align-items: center;
    display: flex;
    font-size: 12px;
    border-right: 1px solid transparent;
    z-index: 1;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    height: 45px;
    letter-spacing: 1px;
    padding: 0 1.2rem;
    overflow: hidden;
    border-left: 1px solid transparent;
    font-weight: 600;
    color: #ffffff;
}header .TGU-head-info a::before {
    top: 0;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(196,191,208);
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}header .TGU-head-info a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .TGU-head-info a:hover::before {
    transform: translateX(0);
}header .TGU-head-info a::after {
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    transform-origin: right;
    height: 2px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: rgb(196,191,208);
}header .TGU-head-info a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .TGU-head-info::before {
    background: rgb(196,191,208);
    transition: transform 0.3s ease;
    content: '';
    width: 5px;
    transform: translateY(-50%) scale(0);
    left: -10px;
    position: absolute;
    top: 50%;
    height: 5px;
}header .TGU-head-info:hover::before {
    transform: translateY(-50%) scale(1);
}header .bfF-head-base::before {
    left: 20px;
    content: '';
    top: 20px;
    width: 30px;
    height: 1px;
    position: absolute;
    background: rgb(196,191,208);
}header .bfF-head-base::after {
    position: absolute;
    content: '';
    background: rgb(196,191,208);
    top: 20px;
    left: 20px;
    height: 30px;
    width: 1px;
}.SQD-header-wrap {
    z-index: 1;
    background: rgb(228,225,233);
    padding-top: 2rem;
    position: relative;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .TGU-head-info:last-child::after {
    animation: typingCursor 1s infinite;
    position: absolute;
    font-weight: 700;
    color: rgb(196,191,208);
    right: -10px;
    transform: translateY(-50%);
    top: 50%;
    content: '|';
}

@media (min-width: 1400px) {header .bfF-head-base {
    margin: 0 auto;
    max-width: 1320px;
}header .TGU-head-info {
    margin: 0 2px;
}header .TGU-head-info a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .bfF-head-base {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .fIj-nav-tutor {
    margin-bottom: 0;
    margin-right: 0;
}header .AEM-main-start {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .AEM-main-start::before {
    display: none;
}header .TGU-head-info a {
    padding: 0 1rem;
    font-size: calc(12px - 1px);
    height: 40px;
}header .TGU-head-info::before {
    display: none;
}header .bfF-head-base::before,
    header .bfF-head-base::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .bfF-head-base {
    padding: 0.8rem 1.5rem;
}header .fIj-nav-tutor {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .hNu-nav-study img {
    max-height: 35px;
}header .AEM-main-start {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .AEM-main-start::-webkit-scrollbar {
    height: 3px;
}header .AEM-main-start::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(196,191,208);
}header .TGU-head-info {
    flex: 0 0 auto;
    margin: 0;
}header .TGU-head-info a {
    font-size: calc(12px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 35px;
    letter-spacing: 0.5px;
}header .TGU-head-info:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .bfF-head-base {
    padding: 0.7rem 1.2rem;
}header .fIj-nav-tutor {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .TGU-head-info a {
    height: 32px;
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
}}.ukd-who-we-are {
    padding: 120px 0 80px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.ukd-who-we-are::before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(196,191,208,0.5), rgba(0, 0, 0, 0.5) 85%);
    height: 100%;
    width: 100%;
    position: absolute;
}.ukd-who-we-are::after {
    background: rgb(158,152,173);
    animation: float 15s ease-in-out infinite;
    right: -50px;
    height: 200px;
    transform: rotate(45deg);
    opacity: 0.15;
    top: -50px;
    position: absolute;
    width: 200px;
    content: "";
    z-index: -1;
}.ukd-who-we-are h4 {
    text-align: center;
    transition: transform 0.5s ease;
    position: relative;
    text-transform: uppercase;
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 40px;
    transform: translateY(0);
    font-weight: 700;
}.ukd-who-we-are h4::after {
    left: 50%;
    position: absolute;
    background: rgb(196,191,208);
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 80px;
    bottom: -15px;
}.ukd-who-we-are .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.ukd-who-we-are .aEu-word-box {
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    border-left: 5px solid rgb(196,191,208);
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 40px;
}.ukd-who-we-are .aEu-word-box::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgb(158,152,173,0.5) 49.5%, rgb(158,152,173,0.5) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    content: "";
    opacity: 0.1;
    z-index: -1;
}.ukd-who-we-are .aEu-word-box h6 {
    color: rgb(196,191,208);
    font-size: calc(23px * 1.2);
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1px;
}.ukd-who-we-are .aEu-word-box h6::after {
    background: rgb(158,152,173);
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    width: 60px;
    transition: transform 0.4s ease;
    transform: scaleX(1);
    bottom: 0;
}.ukd-who-we-are .aEu-word-box div {
    position: relative;
}.ukd-who-we-are .aEu-word-box span {
    display: block;
    color: #000000;
    font-size: 13px;
    column-count: 1;
    text-align: justify;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    column-gap: 40px;
}

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

@media screen and (min-width: 768px) {.ukd-who-we-are {
    padding: 150px 0 100px;
}.ukd-who-we-are h4 {
    font-size: calc(38px * 1.2);
    margin-bottom: 60px;
}.ukd-who-we-are h4::after {
    width: 100px;
}.ukd-who-we-are .aEu-word-box {
    padding: 60px 50px;
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) perspective(1000px) rotateY(0);
}.ukd-who-we-are .aEu-word-box:hover {
    transform: translateY(-10px) perspective(1000px) rotateY(2deg);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}.ukd-who-we-are .aEu-word-box h6 {
    font-size: calc(23px * 1.5);
    margin-bottom: 40px;
}.ukd-who-we-are .aEu-word-box span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.ukd-who-we-are {
    padding: 180px 0 120px;
}.ukd-who-we-are::after {
    height: 300px;
    width: 300px;
}.ukd-who-we-are .aEu-word-box {
    margin: 0 auto;
    max-width: 90%;
}.ukd-who-we-are .aEu-word-box span {
    column-count: 2;
    column-gap: 50px;
}.ukd-who-we-are:hover h4 {
    transform: translateY(-10px);
}.ukd-who-we-are .aEu-word-box:hover h6::after {
    transform: scaleX(1.5);
}
}

@media screen and (max-width: 767px) {.ukd-who-we-are {
    padding: 80px 0 60px;
}.ukd-who-we-are h4 {
    margin-bottom: 30px;
    font-size: 38px;
}.ukd-who-we-are .aEu-word-box {
    padding: 30px 25px;
}.ukd-who-we-are .aEu-word-box h6 {
    padding-bottom: 10px;
    font-size: 23px;
    margin-bottom: 20px;
}.ukd-who-we-are .aEu-word-box span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.Gpb-program-details {
    justify-content: center;
    flex-direction: column;
    background-color: rgb(228,225,233);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}.Gpb-program-details .WAL-learn-code {
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.Gpb-program-details .kit-knowledge-path {
    display: flex;
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    width: 500%;
    will-change: transform;
    height: 100%;
}.Gpb-program-details .WAL-learn-code:hover .kit-knowledge-path {
    animation-play-state: paused;
}.Gpb-program-details .brc-job-skills {
    height: 100%;
    overflow: hidden;
    flex: 1;
    position: relative;
    min-width: 20%;
}.Gpb-program-details .brc-job-skills img {
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    transition: transform 1.5s ease;
    width: 100%;
    object-fit: cover;
    transform: scale(1.05);
}.Gpb-program-details .WAL-learn-code:hover .brc-job-skills img {
    transform: scale(1.15);
}.Gpb-program-details .container {
    margin: auto;
    padding: 2rem;
    position: relative;
    align-items: center;
    max-width: 1200px;
    justify-content: center;
    z-index: 4;
    display: flex;
    width: 100%;
}.Gpb-program-details .TqR-skill-studio {
    padding: 0.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(196,191,208,0.5),
                0 0 90px rgb(158,152,173,0.5);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    max-width: 800px;
    animation: glow-pulse 8s ease-in-out infinite alternate;
}.Gpb-program-details .rpU-program-map {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 3rem;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.Gpb-program-details .rpU-program-map::before {
    background: radial-gradient(
        circle at center,
        rgb(196,191,208,0.5) 0%,
        transparent 50%
    );
    z-index: -1;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    opacity: 0.1;
    content: '';
    height: 200%;
    animation: rotate 30s linear infinite;
}.Gpb-program-details .rpU-program-map h3 {
    display: inline-block;
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}.Gpb-program-details .rpU-program-map h3::before,
.Gpb-program-details .rpU-program-map h3::after {
    position: absolute;
    height: 3px;
    content: '';
    bottom: -10px;
    border-radius: 10px;
}.Gpb-program-details .rpU-program-map h3::before {
    right: 50%;
    transition: all 0.6s ease;
    left: 50%;
    background: rgb(196,191,208);
}.Gpb-program-details .rpU-program-map h3::after {
    background: rgb(158,152,173);
    left: 50%;
    transition-delay: 0.2s;
    right: 50%;
    transition: all 0.6s ease;
}.Gpb-program-details .rpU-program-map:hover h3::before {
    right: 50%;
    left: 0;
}.Gpb-program-details .rpU-program-map:hover h3::after {
    right: 0;
    left: 50%;
}.Gpb-program-details .rpU-program-map p {
    opacity: 0.85;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    max-width: 85%;
}.Gpb-program-details .rpU-program-map .CBN-support-reach {
    z-index: 1;
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 1rem 2rem;
    letter-spacing: 2px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-weight: 700;
    background: linear-gradient(
        45deg,
        rgb(196,191,208) 0%,
        rgb(158,152,173) 100%
    );
    text-decoration: none;
}.Gpb-program-details .rpU-program-map .CBN-support-reach::before {
    background: linear-gradient(
        45deg,
        rgb(158,152,173) 0%,
        rgb(196,191,208) 100%
    );
    z-index: -1;
    transition: all 0.6s ease;
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}.Gpb-program-details .rpU-program-map .CBN-support-reach:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.Gpb-program-details .rpU-program-map .CBN-support-reach:hover::before {
    left: 0;
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradient-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(196,191,208,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(158,152,173,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(196,191,208,0.5);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.Gpb-program-details {
    min-height: auto;
    padding: 6rem 0;
}.Gpb-program-details .WAL-learn-code {
    position: relative;
    height: 350px;
    margin-bottom: 0;
}.Gpb-program-details .container {
    padding: 1.5rem;
    margin-top: -100px;
}.Gpb-program-details .TqR-skill-studio {
    max-width: 90%;
}.Gpb-program-details .rpU-program-map {
    padding: 2.5rem;
}.Gpb-program-details .rpU-program-map p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.Gpb-program-details {
    padding: 5rem 0;
}.Gpb-program-details .WAL-learn-code {
    height: 280px;
}.Gpb-program-details .kit-knowledge-path {
    animation-duration: 30s;
}.Gpb-program-details .container {
    padding: 1rem;
    margin-top: -50px;
}.Gpb-program-details .TqR-skill-studio {
    max-width: 100%;
    padding: 0.3rem;
}.Gpb-program-details .rpU-program-map {
    padding: 2rem 1.5rem;
}.Gpb-program-details .rpU-program-map h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.9);
}.Gpb-program-details .rpU-program-map p {
    margin-bottom: 2rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.Gpb-program-details .rpU-program-map .CBN-support-reach {
    padding: 0.8rem 1.5rem;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 480px) {.Gpb-program-details {
    padding: 4rem 0;
}.Gpb-program-details .WAL-learn-code {
    height: 230px;
}.Gpb-program-details .kit-knowledge-path {
    animation-duration: 25s;
}.Gpb-program-details .container {
    margin-top: -30px;
}.Gpb-program-details .rpU-program-map {
    padding: 1.5rem 1rem;
}.Gpb-program-details .rpU-program-map h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.Gpb-program-details .rpU-program-map p {
    margin-bottom: 1.8rem;
    max-width: 100%;
    font-size: calc(13px * 0.8);
}.Gpb-program-details .rpU-program-map .CBN-support-reach {
    padding: 0.7rem 1.3rem;
    width: 90%;
    margin: 0 auto;
}
}

@media (min-width: 1400px) {.Gpb-program-details .container {
    max-width: 1320px;
}.Gpb-program-details .TqR-skill-studio {
    max-width: 900px;
}.Gpb-program-details .rpU-program-map {
    padding: 4rem;
}
}

@media (prefers-reduced-motion) {.Gpb-program-details .kit-knowledge-path,
    .Gpb-program-details .TqR-skill-studio,
    .Gpb-program-details .rpU-program-map::before {
    animation: none;
}.Gpb-program-details .brc-job-skills {
    transition: opacity 0.5s ease;
    opacity: 0.5;
}.Gpb-program-details .brc-job-skills:nth-child(1) {
    opacity: 1;
}}.nlS-customer-opinions {
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
    background: linear-gradient(90deg, rgb(228,225,233) 0%, rgb(196,191,208,0.5) 30%, rgb(228,225,233) 100%);
    perspective: 1000px;
}.nlS-customer-opinions::before {
    width: 80%;
    content: "";
    top: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(196,191,208), transparent);
    box-shadow: 0 0 20px 5px rgb(196,191,208,0.5);
    z-index: 1;
    height: 1px;
    left: 10%;
}.nlS-customer-opinions::after {
    content: "";
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(158,152,173,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    top: 0;
}.nlS-customer-opinions .container {
    position: relative;
    z-index: 2;
}.nlS-customer-opinions h2 {
    font-size: calc(28px * 1.4);
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 4rem;
    perspective: 1000px;
    color: #000000;
}.nlS-customer-opinions h2::before {
    left: 0;
    position: absolute;
    content: "";
    filter: blur(10px);
    width: 100%;
    bottom: -20px;
    height: 20px;
    background: linear-gradient(to right, transparent, rgb(196,191,208,0.5), transparent);
}.nlS-customer-opinions .pIG-client-ratings {
    scrollbar-width: thin;
    scrollbar-color: rgb(196,191,208) rgb(228,225,233);
    padding: 3rem 0;
    scroll-snap-type: x mandatory;
    transform-style: preserve-3d;
    flex-wrap: nowrap;
    display: flex;
    gap: 3rem;
    overflow-x: auto;
}.nlS-customer-opinions .pIG-client-ratings::-webkit-scrollbar {
    height: 8px;
}.nlS-customer-opinions .pIG-client-ratings::-webkit-scrollbar-track {
    background: rgb(228,225,233);
    border-radius: 10px;
}.nlS-customer-opinions .pIG-client-ratings::-webkit-scrollbar-thumb {
    background-color: rgb(196,191,208);
    border-radius: 10px;
}.nlS-customer-opinions .aZV-user-quotes {
    background: #ffffff;
    flex: 0 0 300px;
    align-items: center;
    overflow: hidden;
    scroll-snap-align: center;
    border-radius: 23px;
    flex-direction: column;
    transform: rotateY(10deg) translateZ(0);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform-origin: left center;
    padding: 2rem;
    position: relative;
}.nlS-customer-opinions .aZV-user-quotes:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    z-index: 3;
}.nlS-customer-opinions .aZV-user-quotes::before {
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(196,191,208,0.5) 0%, transparent 70%);
}.nlS-customer-opinions .aZV-user-quotes:hover::before {
    opacity: 0.7;
}.nlS-customer-opinions .aZV-user-quotes img {
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transform: translateY(-30px);
    border: 5px solid #ffffff;
    margin-bottom: 1.5rem;
    object-fit: cover;
    width: 120px;
    height: 120px;
}.nlS-customer-opinions .aZV-user-quotes:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-40px) scale(1.1);
}.nlS-customer-opinions .aZV-user-quotes p {
    text-align: center;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    color: #000000;
    transform: translateY(-10px);
}.nlS-customer-opinions .aZV-user-quotes .description {
    transition: all 0.3s ease;
    font-size: 15px;
    transform: translateY(0);
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 1rem;
    color: #000000;
    opacity: 0.9;
    font-weight: 400;
    line-height: 1.6;
}.nlS-customer-opinions .aZV-user-quotes:hover .description {
    transform: translateY(-5px);
    opacity: 1;
}.nlS-customer-opinions .aZV-user-quotes:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}.nlS-customer-opinions .aZV-user-quotes:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}.nlS-customer-opinions .aZV-user-quotes:nth-child(3n+1)::after {
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.5;
    content: "";
    right: -20px;
    transition: all 0.3s ease;
    bottom: -20px;
    height: 50px;
    width: 50px;
    position: absolute;
    background: rgb(158,152,173,0.5);
}.nlS-customer-opinions .aZV-user-quotes:nth-child(3n+1):hover::after {
    width: 70px;
    height: 70px;
    opacity: 0.7;
}.nlS-customer-opinions .aZV-user-quotes:nth-child(3n+2)::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(196,191,208,0.5);
    width: 40px;
    transition: all 0.3s ease;
    height: 40px;
    content: "";
    opacity: 0.4;
    top: -15px;
    filter: blur(10px);
    right: -15px;
}.nlS-customer-opinions .aZV-user-quotes:nth-child(3n+2):hover::after {
    height: 60px;
    width: 60px;
    opacity: 0.6;
}

@media (max-width: 992px) {.nlS-customer-opinions {
    padding: 6rem 1rem;
}.nlS-customer-opinions h2 {
    margin-bottom: 3rem;
    font-size: calc(28px * 1.2);
}.nlS-customer-opinions .pIG-client-ratings {
    padding: 2.5rem 0;
    gap: 2.5rem;
}.nlS-customer-opinions .aZV-user-quotes {
    padding: 1.8rem;
    flex: 0 0 270px;
}.nlS-customer-opinions .aZV-user-quotes img {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.nlS-customer-opinions {
    padding: 5rem 1rem;
}.nlS-customer-opinions::before {
    display: none;
}.nlS-customer-opinions h2 {
    margin-bottom: 2.5rem;
    font-size: 28px;
}.nlS-customer-opinions .pIG-client-ratings {
    padding: 2rem 0;
    gap: 2rem;
}.nlS-customer-opinions .aZV-user-quotes {
    padding: 1.5rem;
    flex: 0 0 240px;
    transform: rotateY(5deg) translateZ(0) !important;
}.nlS-customer-opinions .aZV-user-quotes:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.nlS-customer-opinions .aZV-user-quotes img {
    height: 90px;
    transform: translateY(-25px);
    width: 90px;
}.nlS-customer-opinions .aZV-user-quotes:hover img {
    transform: translateY(-30px) scale(1.05);
}.nlS-customer-opinions .aZV-user-quotes p {
    font-size: calc(15px * 1.1);
}.nlS-customer-opinions .aZV-user-quotes .description {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 480px) {.nlS-customer-opinions {
    padding: 4rem 0.5rem;
}.nlS-customer-opinions .pIG-client-ratings {
    gap: 1.5rem;
    padding: 1.5rem 0;
}.nlS-customer-opinions .aZV-user-quotes {
    transform: rotateY(0) translateZ(0) !important;
    flex: 0 0 85%;
}.nlS-customer-opinions .aZV-user-quotes:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}.dMt-leadership-experience {
    background: rgb(228,225,233);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.dMt-leadership-experience::before {
    animation: gradientSlide 30s linear infinite;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(196,191,208,0.5) 10%, 
        transparent 11%);
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
    background-size: 150px 100%;
}.dMt-leadership-experience .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 800px;
}.dMt-leadership-experience .aZV-user-quotes {
    position: relative;
    padding: 60px 40px 40px;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.dMt-leadership-experience .aZV-user-quotes:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.dMt-leadership-experience .ZGH-pic-list-wrap {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(196,191,208);
    border-radius: 2px;
    width: 120px;
    height: 120px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    transition: all 0.5s ease;
    top: -60px;
    left: 40px;
}.dMt-leadership-experience .aZV-user-quotes:hover .ZGH-pic-list-wrap {
    transform: rotate(-5deg);
}.dMt-leadership-experience .name {
    color: #000000;
    margin-top: 40px;
    transition: transform 0.5s ease;
    transform: translateX(0);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-left: 0;
    font-size: calc(21px * 1.2);
}.dMt-leadership-experience .aZV-user-quotes:hover .name {
    transform: translateX(10px);
}.dMt-leadership-experience .aZV-user-quotes span:not(.name) {
    margin-top: 5px;
    transition: transform 0.5s ease;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    transform: translateX(0);
    font-weight: 300;
    letter-spacing: 1px;
}.dMt-leadership-experience .aZV-user-quotes:hover span:not(.name) {
    color: rgb(196,191,208);
    transform: translateX(10px);
}.dMt-leadership-experience .ZaJ-work-section {
    font-size: 15px;
    margin-top: 40px;
    padding-left: 0;
    transition: padding 0.5s ease;
    position: relative;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}.dMt-leadership-experience .ZaJ-work-section::before {
    background: rgb(196,191,208);
    transform-origin: right;
    height: 2px;
    transform: scaleX(0);
    top: 15px;
    content: "";
    position: absolute;
    width: 30px;
    transition: transform 0.5s ease;
    left: -40px;
}.dMt-leadership-experience .aZV-user-quotes:hover .ZaJ-work-section {
    padding-left: 20px;
}.dMt-leadership-experience .aZV-user-quotes:hover .ZaJ-work-section::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.dMt-leadership-experience {
    padding: 80px 0;
}.dMt-leadership-experience .aZV-user-quotes {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.dMt-leadership-experience .ZGH-pic-list-wrap {
    height: 100px;
    left: 25px;
    width: 100px;
}.dMt-leadership-experience .name {
    font-size: 21px;
}.dMt-leadership-experience .ZaJ-work-section {
    font-size: calc(15px * 0.95);
}.dMt-leadership-experience .ZaJ-work-section::before {
    left: -25px;
    width: 20px;
}
}