* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.top-prime-ut8rZ {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1102px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    width: 20px;
    background: rgb(255, 255, 255, 0.5);
    height: 5px;
}::-webkit-scrollbar-track {
    border-radius: 14.8rem;
    box-shadow: inset -1px 3px 12px 7px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    border: 3px solid rgb(171,139,193);
    box-shadow: -1px -5px 13px 7px rgba(0, 0, 0, 0.1);
    background: radial-gradient(circle at bottom left, #ffffff 68%, rgb(255, 255, 255, 0.5) 9%, rgb(171,139,193) 34%, rgb(171,139,193,0.5) 57%, rgb(206,177,217) 17%, rgb(206,177,217,0.5) 68%, rgb(228,215,237) 41%);
    transition: background, border-radius 2.1s ease-in;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(171,139,193);
    box-shadow: 4px 3px 12px 5px rgba(0, 0, 0, 0.4);
    border-color: rgb(228,215,237);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset -5px 0px 11px 6px rgba(0, 0, 0, 0.1);
    background: rgb(206,177,217,0.5);
}* {
    scrollbar-color: rgb(171,139,193) rgb(206,177,217);
}svg {
    width: 30px;
    height: 30px;
}.idea-pool-Tv1e8 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.grid-container-4D1H5 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.prospective-students-7sRaX {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(171,139,193,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.prospective-students-7sRaX::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    background-size: 40px 40px;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    width: 100%;
}.prospective-students-7sRaX::after {
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(206,177,217,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(171,139,193,0.5), 0.2) 0%, transparent 50%);
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
}.prospective-students-7sRaX .skill-sessions-y0uKG {
    padding: 0 2rem;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1100px;
    position: relative;
}.prospective-students-7sRaX h3 {
    padding: 1rem 0;
    color: #ffffff;
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
    font-weight: 600;
    border-radius: 10px 0 0 10px;
    background: rgba(rgb(206,177,217,0.5), 0.2);
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    align-self: flex-end;
    position: relative;
    text-align: right;
    font-size: 38px;
    display: inline-block;
}.prospective-students-7sRaX h3::before {
    top: 0;
    height: 100%;
    width: 10px;
    content: "";
    position: absolute;
    right: 0;
    background: rgb(206,177,217);
}.prospective-students-7sRaX h3::after {
    height: 1px;
    width: 100%;
    bottom: -10px;
    right: 0;
    background: linear-gradient(
        to left,
        rgb(206,177,217),
        transparent
    );
    content: "";
    position: absolute;
}.prospective-students-7sRaX ul {
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-rows: repeat(2, auto);
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.prospective-students-7sRaX li {
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
    display: flex;
    border: 1px solid rgba(#ffffff, 0.1);
}.prospective-students-7sRaX li::before {
    width: 100%;
    height: 4px;
    left: 0;
    content: "";
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(206,177,217,0.5),
        rgb(171,139,193,0.5)
    );
}.prospective-students-7sRaX li::after {
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    height: 30px;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(206,177,217,0.5), 0.2) 50%);
    width: 30px;
    right: 0;
}.prospective-students-7sRaX li:hover {
    transform: translateY(-5px);
    border-color: rgba(rgb(206,177,217,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}.prospective-students-7sRaX li:hover::before,
.prospective-students-7sRaX li:hover::after {
    opacity: 1;
}.prospective-students-7sRaX li svg {
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 32px;
    margin-right: 1.2rem;
    width: 32px;
    top: 2px;
    fill: rgb(171,139,193);
}.prospective-students-7sRaX li svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,139,193);
}.prospective-students-7sRaX li:hover svg {
    transform: scale(1.2);
}.prospective-students-7sRaX li:hover svg path {
    fill: rgb(206,177,217);
}.prospective-students-7sRaX li::before {
    position: absolute;
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    height: 2px;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(171,139,193),
        transparent
    );
    content: "";
    left: 0;
}.prospective-students-7sRaX li {
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
}

@media (min-width: 992px) {.prospective-students-7sRaX ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.prospective-students-7sRaX li:first-child {
    grid-column: 1;
    grid-row: 1;
}.prospective-students-7sRaX li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.prospective-students-7sRaX li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.prospective-students-7sRaX li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.prospective-students-7sRaX li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.prospective-students-7sRaX li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}

@media (max-width: 991px) {.prospective-students-7sRaX {
    padding: 4rem 0;
}.prospective-students-7sRaX h3 {
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.prospective-students-7sRaX ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.prospective-students-7sRaX {
    padding: 3.5rem 0;
}.prospective-students-7sRaX .skill-sessions-y0uKG {
    padding: 0 1.5rem;
}.prospective-students-7sRaX h3 {
    align-self: center;
    font-size: calc(38px * 0.8);
    text-align: center;
    width: auto;
    margin-bottom: 2rem;
    border-radius: 10px;
    padding: 0.6rem 1.5rem;
}.prospective-students-7sRaX h3::before {
    width: 100%;
    top: auto;
    left: 0;
    height: 4px;
    right: 0;
    bottom: 0;
}.prospective-students-7sRaX h3::after {
    display: none;
}.prospective-students-7sRaX ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.prospective-students-7sRaX {
    padding: 3rem 0;
}.prospective-students-7sRaX .skill-sessions-y0uKG {
    padding: 0 1rem;
}.prospective-students-7sRaX h3 {
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.prospective-students-7sRaX li {
    padding: 1.2rem;
}.prospective-students-7sRaX li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}}.modalDataProtection-MXQW7 {
    z-index: 90;
    bottom: 0;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    border-top: 3px solid rgb(206,177,217);
    background: rgb(228,215,237);
    transition: transform 0.3s ease-in-out;
}#cookie-popup-modal-MyK0O {
    display: none;
}#cookie-popup-modal-MyK0O:checked ~ .modalDataProtection-MXQW7 {
    visibility: hidden;
    opacity: 0;
}.modalDataProtection-MXQW7 .container {
    display: flex;
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 1rem;
    max-width: 1140px;
    z-index: 1;
    align-items: center;
    margin: 0 auto;
}.user-choices-dxFtv {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
}.user-choices-dxFtv svg {
    height: 50px;
    width: 50px;
    fill: rgb(206,177,217);
}.cookie-necessary-Ghar5 {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}.cookie-necessary-Ghar5 h5 {
    font-weight: 600;
    color: rgb(206,177,217);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}.cookie-necessary-Ghar5 p {
    font-size: 1rem;
    color: #000000;
}.cookie-list-dPsXu {
    font-weight: 700;
    border-radius: 10px;
    background: rgb(206,177,217);
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    border: none;
}.cookie_button.track-prefs-eiK09 {
    background: rgb(206,177,217);
}.cookie_button.cookie-menu-e1c3t {
    margin-left: 0.5rem;
    background: #000000;
}.cookie-list-dPsXu:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.cookie-menu-e1c3t:hover {
    background: rgb(206,177,217);
}.modalDataProtection-MXQW7 p a {
    text-decoration: underline;
    color: rgb(206,177,217);
    transition: color 0.3s ease;
}.modalDataProtection-MXQW7 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.modalDataProtection-MXQW7 .container {
    align-items: center;
    flex-direction: column;
}.user-choices-dxFtv {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie-necessary-Ghar5 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie-menu-e1c3t {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.landing-page-31lZK {
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(228,215,237), rgb(171,139,193,0.5));
    padding: 4rem 0;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}.landing-page-31lZK > div {
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.landing-page-31lZK .path-impact-5WS9K {
    animation: slideInLeft 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateX(-5%);
}.landing-page-31lZK .start-first-0o7OV {
    margin: 0;
    font-size: 46px;
    color: rgb(206,177,217);
    position: relative;
    line-height: 1.2;
    display: inline-block;
    font-weight: 700;
}.landing-page-31lZK .start-first-0o7OV::after {
    transform-origin: left;
    height: 4px;
    width: 80%;
    content: "";
    bottom: -10px;
    animation: expandWidth 1s 0.5s ease-out forwards;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(206,177,217), transparent);
}.landing-page-31lZK .learn-intro-kt6U8 {
    opacity: 0;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    padding: 2.5rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 13px;
    transform: translateY(20px);
}.landing-page-31lZK .learn-intro-kt6U8::before {
    z-index: -1;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.landing-page-31lZK .learn-intro-kt6U8 > div {
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(3px);
    z-index: 1;
    border-left: 3px solid rgb(206,177,217);
}.landing-page-31lZK .learn-intro-kt6U8 p {
    position: relative;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    max-width: 80%;
    font-size: calc(17px * 1.2);
    color: #ffffff;
}.landing-page-31lZK .learn-intro-kt6U8 p::before {
    left: 0;
    top: 10px;
    background-color: rgb(206,177,217);
    border-radius: 50%;
    position: absolute;
    width: 8px;
    box-shadow: 0 0 10px rgb(206,177,217);
    content: "";
    height: 8px;
}.landing-page-31lZK .learn-intro-kt6U8 h3 {
    font-weight: 600;
    color: #ffffff;
    max-width: 90%;
    position: relative;
    padding-bottom: 1rem;
    line-height: 1.4;
    font-size: 23px;
    margin: 1.5rem 0 0;
}.landing-page-31lZK .learn-intro-kt6U8 h3::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, #ffffff, transparent);
    content: "";
    left: 0;
    height: 1px;
}@keyframes slideInLeft {
  from {
    transform: translateX(-10%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

.landing-page-31lZK::before {
    width: 35%;
    z-index: 1;
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(171,139,193,0.5));
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    top: 0;
}.landing-page-31lZK::after {
    background: linear-gradient(to top, rgb(228,215,237), transparent);
    content: "";
    width: 100%;
    position: absolute;
    height: 100px;
    z-index: 1;
    left: 0;
    bottom: 0;
}

@media (max-width: 992px) {.landing-page-31lZK {
    padding: 3rem 0;
}.landing-page-31lZK .start-first-0o7OV {
    font-size: calc(46px * 0.85);
}.landing-page-31lZK .learn-intro-kt6U8 {
    padding: 2rem;
}.landing-page-31lZK .learn-intro-kt6U8 > div {
    padding: 1.5rem;
}.landing-page-31lZK .learn-intro-kt6U8 p {
    font-size: 17px;
    max-width: 100%;
}.landing-page-31lZK .learn-intro-kt6U8 h3 {
    max-width: 100%;
    font-size: calc(23px * 0.9);
}.landing-page-31lZK::before {
    width: 25%;
}
}

@media (max-width: 768px) {.landing-page-31lZK {
    min-height: auto;
    padding: 2.5rem 0;
}.landing-page-31lZK > div {
    padding: 0 1.5rem;
}.landing-page-31lZK .path-impact-5WS9K {
    margin-bottom: 1.5rem;
}.landing-page-31lZK .start-first-0o7OV {
    font-size: calc(46px * 0.7);
}.landing-page-31lZK .learn-intro-kt6U8 {
    padding: 1.5rem;
}.landing-page-31lZK .learn-intro-kt6U8 > div {
    padding: 1rem;
}.landing-page-31lZK::before {
    width: 20%;
}
}

@media (max-width: 576px) {.landing-page-31lZK {
    padding: 2rem 0;
}.landing-page-31lZK > div {
    padding: 0 1rem;
}.landing-page-31lZK .path-impact-5WS9K {
    margin-bottom: 1rem;
}.landing-page-31lZK .start-first-0o7OV {
    font-size: calc(46px * 0.6);
}.landing-page-31lZK .start-first-0o7OV::after {
    height: 3px;
}.landing-page-31lZK .learn-intro-kt6U8 {
    padding: 1.25rem;
}.landing-page-31lZK .learn-intro-kt6U8 > div {
    border-left-width: 2px;
    padding: 0.75rem;
}.landing-page-31lZK .learn-intro-kt6U8 p {
    margin-bottom: 1rem;
    font-size: calc(17px * 0.9);
    padding-left: 1rem;
}.landing-page-31lZK .learn-intro-kt6U8 h3 {
    margin-top: 1rem;
    font-size: calc(23px * 0.8);
}.landing-page-31lZK::before {
    display: none;
}.landing-page-31lZK::after {
    height: 60px;
}}.pricing-row-item-5YS4j {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing-row-item-5YS4j::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    right: 0;
    top: 0;
    z-index: 1;
    left: 0;
}.pricing-row-item-5YS4j .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.plan-rates-50lEA {
    position: relative;
}.pricing-row-item-5YS4j h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 28px;
    transform: translateY(0);
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    letter-spacing: 0.5px;
}.pricing-row-item-5YS4j h2::after {
    transform: scaleX(1);
    display: block;
    margin: 20px auto 0;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(171,139,193), rgb(206,177,217));
    width: 80px;
    height: 3px;
    content: "";
}.pricing-row-item-5YS4j:hover h2::after {
    transform: scaleX(1.2);
}.pricing-row-item-5YS4j .training-sub-M9LsA {
    max-width: 800px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin: 0 auto 60px;
    font-size: calc(17px + 2px);
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    opacity: 0.9;
}.pricing-row-item-5YS4j .trial-offers-5fl1d {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 30px;
}.pricing-row-item-5YS4j .trial-offers-5fl1d li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.pricing-row-item-5YS4j .trial-offers-5fl1d li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.pricing-row-item-5YS4j .plan-deals-hjFJ4 {
    position: relative;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    text-decoration: none;
    display: block;
}.pricing-row-item-5YS4j .plan-deals-hjFJ4::before {
    top: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(230deg, rgb(171,139,193,0.5) 0%, transparent 80%);
    content: "";
}.pricing-row-item-5YS4j .plan-deals-hjFJ4:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing-row-item-5YS4j .plan-deals-hjFJ4:hover::before {
    opacity: 0.2;
}.pricing-row-item-5YS4j .class-cost-g3lYU {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
}.pricing-row-item-5YS4j .edu-deals-DfeHj {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing-row-item-5YS4j .edu-deals-DfeHj h4 {
    font-weight: 600;
    color: #ffffff;
    font-size: calc(18px + 2px);
    transition: transform 0.3s ease;
    position: relative;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
}.pricing-row-item-5YS4j .edu-deals-DfeHj h4::after {
    position: absolute;
    left: 0;
    background: rgb(206,177,217);
    content: "";
    width: 40px;
    bottom: 0;
    height: 2px;
    transition: width 0.4s ease;
}.pricing-row-item-5YS4j .plan-deals-hjFJ4:hover .edu-deals-DfeHj h4::after {
    width: 60px;
}.pricing-row-item-5YS4j .edu-deals-DfeHj p {
    color: rgba(255,255,255,0.85);
    position: relative;
    margin-bottom: 30px;
    transition: color 0.3s ease;
    flex-grow: 1;
    font-size: 17px;
    line-height: 1.6;
}.pricing-row-item-5YS4j .plan-deals-hjFJ4:hover .edu-deals-DfeHj p {
    color: #ffffff;
}.pricing-row-item-5YS4j .tuition-grid-OMrE9 {
    background-clip: text !important;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(18px + 4px);
    background: linear-gradient(90deg, rgb(171,139,193) 0%, rgb(206,177,217) 100%);
    font-weight: 700;
    margin-top: auto;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding: 10px 0;
    -webkit-background-clip: text !important;
}.pricing-row-item-5YS4j .tuition-grid-OMrE9::before {
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(171,139,193) 0%, transparent 100%);
    height: 1px;
}.pricing-row-item-5YS4j .plan-deals-hjFJ4:hover .tuition-grid-OMrE9 {
    transform: scale(1.05);
}

@media (max-width: 992px) {.pricing-row-item-5YS4j {
    padding: 90px 0;
}.pricing-row-item-5YS4j .trial-offers-5fl1d {
    grid-template-columns: repeat(2, 1fr);
}.pricing-row-item-5YS4j .class-cost-g3lYU {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.pricing-row-item-5YS4j {
    padding: 70px 0;
}.pricing-row-item-5YS4j h2 {
    font-size: calc(28px - 4px);
}.pricing-row-item-5YS4j .training-sub-M9LsA {
    margin-bottom: 40px;
    font-size: 17px;
}.pricing-row-item-5YS4j .trial-offers-5fl1d {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing-row-item-5YS4j .class-cost-g3lYU {
    padding: 25px 20px;
}.pricing-row-item-5YS4j .tuition-grid-OMrE9 {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 480px) {.pricing-row-item-5YS4j {
    padding: 60px 0;
}.pricing-row-item-5YS4j h2 {
    font-size: calc(28px - 6px);
}.pricing-row-item-5YS4j .edu-deals-DfeHj h4 {
    font-size: 18px;
}.pricing-row-item-5YS4j .edu-deals-DfeHj p {
    font-size: calc(17px - 1px);
}}.connect-form-Z7hDk {
    padding: 0;
    position: relative;
}.connect-form-Z7hDk::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(228,215,237);
    height: 100%;
    position: absolute;
    opacity: 0.92;
}.connect-form-Z7hDk .container {
    position: relative;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}.connect-form-Z7hDk .help-query-KJxGF {
    position: relative;
    display: flex;
}.connect-form-Z7hDk .reach-panel-H25zR {
    background-color: rgb(206,177,217);
    flex-direction: column;
    display: flex;
    padding: 80px 50px;
    color: #ffffff;
    width: 40%;
    justify-content: center;
}.connect-form-Z7hDk .reach-panel-H25zR h3 {
    font-size: 35px;
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.connect-form-Z7hDk .reach-panel-H25zR h3::after {
    left: 0;
    background: #ffffff;
    width: 60px;
    position: absolute;
    height: 3px;
    content: '';
    bottom: -15px;
}.connect-form-Z7hDk .reach-panel-H25zR div {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.connect-form-Z7hDk .reach-panel-H25zR div:last-child {
    border-bottom: none;
}.connect-form-Z7hDk .reach-panel-H25zR svg {
    height: 25px;
    margin-right: 20px;
    width: 25px;
}.connect-form-Z7hDk .reach-panel-H25zR svg path {
    fill: #ffffff;
}.connect-form-Z7hDk .reach-panel-H25zR span {
    font-size: 18px;
    color: #ffffff;
}.connect-form-Z7hDk .reach-panel-H25zR a {
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect-form-Z7hDk .reach-panel-H25zR a:hover {
    opacity: 0.8;
}.connect-form-Z7hDk .inquiry-support-PiQTc {
    padding: 100px 50px 100px 100px;
    display: flex;
    width: 60%;
    align-items: center;
    background-color: #ffffff;
}.connect-form-Z7hDk form {
    width: 100%;
}.connect-form-Z7hDk form h3 {
    position: relative;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
}.connect-form-Z7hDk form h3::after {
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 3px;
    background: rgb(206,177,217);
    left: 0;
    content: '';
}.connect-form-Z7hDk form input[type="text"],
.connect-form-Z7hDk form input[type="email"] {
    margin-bottom: 25px;
    color: #000000;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
    width: 100%;
    background: transparent;
}.connect-form-Z7hDk form input[type="text"]:focus,
.connect-form-Z7hDk form input[type="email"]:focus {
    border-bottom-color: rgb(206,177,217);
    outline: none;
}.connect-form-Z7hDk form input::placeholder {
    color: #9e9e9e;
}.connect-form-Z7hDk .request-feedback-hKP9b {
    align-items: flex-start;
    margin: 30px 0;
    display: flex;
}.connect-form-Z7hDk .request-feedback-hKP9b input[type="checkbox"] {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}.connect-form-Z7hDk .request-feedback-hKP9b input[type="checkbox"]:checked {
    border-color: rgb(206,177,217);
    background-color: rgb(206,177,217);
}.connect-form-Z7hDk .request-feedback-hKP9b input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
    top: 2px;
    content: '';
    left: 6px;
    width: 6px;
    border: solid white;
}.connect-form-Z7hDk .request-feedback-hKP9b label {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}.connect-form-Z7hDk .request-feedback-hKP9b a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(206,177,217);
}.connect-form-Z7hDk .request-feedback-hKP9b a:hover {
    color: rgb(171,139,193);
}.connect-form-Z7hDk .message-list-yaTSx {
    cursor: pointer;
    display: inline-block;
    background: rgb(206,177,217);
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: none;
    font-weight: 600;
    padding: 15px 40px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
}.connect-form-Z7hDk .message-list-yaTSx::after {
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    width: 100%;
    background: rgb(171,139,193);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    height: 100%;
    transform-origin: right;
    content: '';
    position: absolute;
}.connect-form-Z7hDk .message-list-yaTSx:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.connect-form-Z7hDk .reach-panel-H25zR {
    padding: 60px 30px;
}.connect-form-Z7hDk .inquiry-support-PiQTc {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.connect-form-Z7hDk .help-query-KJxGF {
    flex-direction: column;
}.connect-form-Z7hDk .reach-panel-H25zR {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.connect-form-Z7hDk .inquiry-support-PiQTc {
    padding: 50px 30px;
    width: 100%;
}.connect-form-Z7hDk .reach-panel-H25zR h3,
    .connect-form-Z7hDk form h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.connect-form-Z7hDk .reach-panel-H25zR,
    .connect-form-Z7hDk .inquiry-support-PiQTc {
    padding: 40px 25px;
}.connect-form-Z7hDk .reach-panel-H25zR h3,
    .connect-form-Z7hDk form h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.connect-form-Z7hDk .reach-panel-H25zR div {
    margin-bottom: 20px;
}.connect-form-Z7hDk .message-list-yaTSx {
    width: 100%;
    padding: 15px 20px;
}}.teaching-process-i0lJy {
    padding: 160px 0;
    overflow: visible;
    background: linear-gradient(170deg, rgb(228,215,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.teaching-process-i0lJy::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    content: '';
    width: 100%;
    background: linear-gradient(45deg, rgb(206,177,217,0.5) 0%, transparent 40%);
}.teaching-process-i0lJy .skill-sessions-y0uKG {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    transform: rotate(-3deg);
}.teaching-process-i0lJy .phrase-holder-2WBz7 {
    margin-left: 5%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 0 28px 28px 0;
    transform: translateX(20px);
    border-left: 4px solid rgb(206,177,217);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    overflow: visible;
    backdrop-filter: blur(10px);
    width: 60%;
    padding: 60px 70px 60px 50px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.teaching-process-i0lJy .phrase-holder-2WBz7:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateX(10px);
}.teaching-process-i0lJy .phrase-holder-2WBz7::before {
    content: '';
    top: -90px;
    background: rgb(206,177,217);
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(40px);
    animation: pulse-glow 8s infinite alternate;
    position: absolute;
    height: 180px;
    z-index: -1;
    right: -90px;
    width: 180px;
}.teaching-process-i0lJy .phrase-holder-2WBz7::after {
    content: '';
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(206,177,217,0.5) 30%, 
        rgb(206,177,217) 50%, 
        rgb(206,177,217,0.5) 70%, 
        transparent 100%
    );
    width: 150%;
    left: -25%;
    position: absolute;
    z-index: 3;
    bottom: -30px;
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2 {
    padding-bottom: 15px;
    font-weight: 700;
    transform: translateX(-40px);
    font-size: 38px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2::before {
    opacity: 0.6;
    border-radius: 10px;
    content: '';
    top: -35px;
    height: 70px;
    left: -35px;
    position: absolute;
    animation: spin-slow 20s linear infinite;
    border: 2px solid rgb(206,177,217,0.5);
    z-index: -1;
    width: 70px;
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2::after {
    position: absolute;
    background: rgb(206,177,217);
    width: 60px;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    border-radius: 10px;
}.teaching-process-i0lJy .phrase-holder-2WBz7 p {
    font-size: 12px;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
    z-index: 2;
}.teaching-process-i0lJy::after {
    content: '';
    opacity: 0.1;
    animation: rotate-float 25s infinite linear;
    width: 180px;
    transform: rotate(30deg);
    border-radius: 28px;
    height: 180px;
    right: 15%;
    position: absolute;
    background: rgb(171,139,193);
    filter: blur(30px);
    bottom: -90px;
}.teaching-process-i0lJy .skill-sessions-y0uKG::before {
    position: absolute;
    border: 1px solid rgb(206,177,217,0.5);
    animation: float-vertical 10s infinite ease-in-out;
    content: '';
    width: 100px;
    height: 100px;
    top: -120px;
    right: 10%;
    opacity: 0.4;
    border-radius: 50%;
}.teaching-process-i0lJy .skill-sessions-y0uKG::after {
    border-radius: 50%;
    background: rgb(206,177,217);
    top: 40%;
    position: absolute;
    left: -40px;
    height: 25px;
    filter: blur(5px);
    width: 25px;
    animation: pulse-subtle 5s infinite;
    content: '';
    opacity: 0.2;
}@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-float {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    25% {
        transform: rotate(120deg) translateY(-20px);
    }
    50% {
        transform: rotate(210deg) translateY(0);
    }
    75% {
        transform: rotate(300deg) translateY(20px);
    }
    100% {
        transform: rotate(390deg) translateY(0);
    }
}

@keyframes float-vertical {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.teaching-process-i0lJy .phrase-holder-2WBz7 p::first-letter {
    color: rgb(206,177,217);
    font-size: 1.5em;
    font-weight: 700;
}.teaching-process-i0lJy .phrase-holder-2WBz7 p::after {
    width: 200px;
    top: 0;
    opacity: 0.3;
    right: -250px;
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(206,177,217,0.5),
        rgb(206,177,217,0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
}

@media screen and (max-width: 1200px) {.teaching-process-i0lJy .phrase-holder-2WBz7::after {
    width: 120%;
    left: -10%;
}.teaching-process-i0lJy .phrase-holder-2WBz7 p::after {
    display: none;
}
}

@media screen and (max-width: 992px) {.teaching-process-i0lJy {
    padding: 120px 0;
}.teaching-process-i0lJy .skill-sessions-y0uKG {
    transform: rotate(-2deg);
}.teaching-process-i0lJy .phrase-holder-2WBz7 {
    width: 70%;
    padding: 50px 40px 50px 40px;
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2 {
    transform: translateX(-30px);
}.teaching-process-i0lJy .phrase-holder-2WBz7::before {
    width: 150px;
    height: 150px;
    right: -75px;
    top: -75px;
}.teaching-process-i0lJy::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
}
}

@media screen and (max-width: 768px) {.teaching-process-i0lJy {
    padding: 90px 0;
    overflow: hidden;
}.teaching-process-i0lJy .skill-sessions-y0uKG {
    transform: none;
}.teaching-process-i0lJy .phrase-holder-2WBz7 {
    padding: 40px 30px;
    transform: none;
    margin-left: 0;
    width: 90%;
    border-radius: 28px;
}.teaching-process-i0lJy .phrase-holder-2WBz7:hover {
    transform: none;
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2 {
    transform: none;
    margin-bottom: 25px;
    font-size: calc(38px * 0.9);
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2::before {
    display: none;
}.teaching-process-i0lJy .phrase-holder-2WBz7::before {
    height: 120px;
    top: -60px;
    right: -60px;
    width: 120px;
}.teaching-process-i0lJy .phrase-holder-2WBz7::after {
    width: 100%;
    left: 0;
    bottom: -20px;
}.teaching-process-i0lJy .skill-sessions-y0uKG::before,
    .teaching-process-i0lJy .skill-sessions-y0uKG::after,
    .teaching-process-i0lJy::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching-process-i0lJy {
    padding: 70px 0;
}.teaching-process-i0lJy .phrase-holder-2WBz7 {
    width: 100%;
    padding: 30px 20px;
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
}.teaching-process-i0lJy .phrase-holder-2WBz7 h2::after {
    width: 50px;
    height: 3px;
}.teaching-process-i0lJy .phrase-holder-2WBz7 p {
    font-size: calc(12px * 0.9);
}.teaching-process-i0lJy .phrase-holder-2WBz7::before {
    width: 80px;
    right: -40px;
    top: -40px;
    height: 80px;
}}.our-story-b8XvL {
    z-index: 1;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}.our-story-b8XvL::before {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.85;
    top: 0;
    background: linear-gradient(135deg, rgb(206,177,217,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: -1;
}.our-story-b8XvL::after {
    border: 2px solid rgb(171,139,193);
    opacity: 0.2;
    width: 250px;
    position: absolute;
    content: "";
    height: 250px;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    transform: rotate(15deg);
}.our-story-b8XvL h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s forwards;
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-align: center;
    font-size: calc(20px * 1.2);
}.our-story-b8XvL h4::after {
    height: 3px;
    background: rgb(171,139,193);
    content: "";
    left: 50%;
    width: 60px;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
}.our-story-b8XvL .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.our-story-b8XvL .phrase-holder-2WBz7 {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards;
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.our-story-b8XvL .phrase-holder-2WBz7::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(206,177,217), rgb(171,139,193));
    content: "";
    top: 0;
}.our-story-b8XvL .phrase-holder-2WBz7 h6 {
    padding-bottom: 15px;
    color: rgb(206,177,217);
    position: relative;
    opacity: 0;
    font-size: calc(21px * 1.3);
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    animation: fadeInRight 0.8s 0.6s forwards;
    font-weight: 700;
    transform: translateX(-10px);
}.our-story-b8XvL .phrase-holder-2WBz7 h6::after {
    background: rgb(171,139,193);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    width: 80px;
}.our-story-b8XvL .phrase-holder-2WBz7 div {
    z-index: 1;
    position: relative;
}.our-story-b8XvL .phrase-holder-2WBz7 span {
    position: relative;
    animation: fadeInUp 0.8s 0.8s forwards;
    display: block;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    opacity: 0;
    font-size: 14px;
}.our-story-b8XvL .phrase-holder-2WBz7::after {
    width: 100px;
    right: 0;
    height: 100px;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(171,139,193,0.5) 50%);
    bottom: 0;
    content: "";
}

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

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

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

@media (max-width: 992px) {.our-story-b8XvL {
    padding: 80px 0 60px;
}.our-story-b8XvL .phrase-holder-2WBz7 {
    padding: 40px 30px;
}.our-story-b8XvL h4 {
    font-size: calc(20px * 1.1);
}.our-story-b8XvL .phrase-holder-2WBz7 h6 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.our-story-b8XvL {
    padding: 60px 0 40px;
}.our-story-b8XvL .phrase-holder-2WBz7 {
    padding: 30px 25px;
}.our-story-b8XvL h4 {
    font-size: 20px;
    margin-bottom: 30px;
}.our-story-b8XvL .phrase-holder-2WBz7 h6 {
    margin-bottom: 15px;
    font-size: 21px;
    padding-bottom: 10px;
}.our-story-b8XvL .phrase-holder-2WBz7 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.our-story-b8XvL::after {
    width: 180px;
    height: 180px;
}
}

@media (max-width: 576px) {.our-story-b8XvL {
    padding: 50px 0 30px;
}.our-story-b8XvL .phrase-holder-2WBz7 {
    padding: 25px 20px;
}.our-story-b8XvL h4 {
    letter-spacing: 2px;
    font-size: calc(20px * 0.9);
}.our-story-b8XvL h4::after {
    bottom: -10px;
    width: 40px;
}.our-story-b8XvL .phrase-holder-2WBz7 h6 {
    font-size: calc(21px * 0.95);
}.our-story-b8XvL .phrase-holder-2WBz7 span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.our-story-b8XvL::after {
    height: 120px;
    bottom: -30px;
    width: 120px;
    right: -30px;
}}.training-benefits-BLsV0 {
    position: relative;
    padding: 80px 0;
    font-family: Arial, sans-serif;
    background: radial-gradient(circle at 30% 70%, rgb(228,215,237), #ffffff);
    overflow: hidden;
}.training-benefits-BLsV0::before {
    height: 100%;
    width: 100%;
    opacity: 0.05;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}.training-benefits-BLsV0::after {
    background: rgb(206,177,217,0.5);
    right: -150px;
    height: 400px;
    animation: pulse 8s infinite alternate;
    position: absolute;
    filter: blur(80px);
    content: "";
    opacity: 0.3;
    top: -150px;
    border-radius: 50%;
    width: 400px;
}@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}

.training-benefits-BLsV0 .container {
    position: relative;
    max-width: 1100px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.training-benefits-BLsV0 .skill-sessions-y0uKG {
    display: flex;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
    border-radius: 22px;
    flex-direction: row-reverse;
    overflow: hidden;
    align-items: center;
}.training-benefits-BLsV0 .thumbnail-zT6WG {
    max-height: 400px;
    z-index: 1;
    border-radius: 0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transform-origin: right center;
    object-fit: cover;
    position: relative;
    flex: 0 0 45%;
    transition: all 0.5s ease;
}.training-benefits-BLsV0 .thumbnail-zT6WG:hover {
    transform: scale(1.03);
}.training-benefits-BLsV0 .phrase-holder-2WBz7 {
    position: relative;
    padding: 35px;
    flex: 1;
}.training-benefits-BLsV0 h3 {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(206,177,217);
    font-size: 31px;
}.training-benefits-BLsV0 h3::before {
    position: absolute;
    top: -10px;
    background: rgb(171,139,193);
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
}.training-benefits-BLsV0 h3::after {
    height: 2px;
    position: absolute;
    bottom: -10px;
    background: rgb(206,177,217);
    left: 20px;
    content: "";
    width: 60px;
}.training-benefits-BLsV0 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.training-benefits-BLsV0 li {
    margin-bottom: 15px;
    padding-left: 15px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}.training-benefits-BLsV0 li::before {
    transition: height 0.3s ease;
    background: linear-gradient(to bottom, rgb(206,177,217), rgb(171,139,193));
    position: absolute;
    width: 3px;
    height: 0;
    top: 0;
    left: -3px;
    content: "";
}.training-benefits-BLsV0 li:hover {
    transform: translateX(5px);
    border-left-color: rgb(171,139,193,0.5);
}.training-benefits-BLsV0 li:hover::before {
    height: 100%;
}.training-benefits-BLsV0 li p {
    padding: 10px 0;
    align-items: center;
    margin: 0;
    color: #000000;
    gap: 15px;
    font-size: 17px;
    display: flex;
}.training-benefits-BLsV0 svg {
    height: 22px;
    padding: 8px;
    border-radius: 50%;
    width: 22px;
    flex-shrink: 0;
    background: linear-gradient(to bottom right, rgb(206,177,217,0.5), rgb(171,139,193,0.5));
    transition: all 0.3s ease;
}.training-benefits-BLsV0 svg path {
    fill: rgb(206,177,217);
    transition: fill 0.3s ease;
}.training-benefits-BLsV0 li:hover svg {
    transform: rotate(-15deg);
    background: linear-gradient(to bottom right, rgb(206,177,217), rgb(171,139,193));
}.training-benefits-BLsV0 li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.training-benefits-BLsV0 .skill-sessions-y0uKG {
    flex-direction: column;
}.training-benefits-BLsV0 .thumbnail-zT6WG {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    flex: 0 0 auto;
}.training-benefits-BLsV0 .phrase-holder-2WBz7 {
    padding: 30px;
    width: 100%;
}
}

@media (max-width: 768px) {.training-benefits-BLsV0 {
    padding: 60px 0;
}.training-benefits-BLsV0 .thumbnail-zT6WG {
    max-height: 250px;
}.training-benefits-BLsV0 h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.training-benefits-BLsV0 {
    padding: 40px 0;
}.training-benefits-BLsV0 .thumbnail-zT6WG {
    max-height: 200px;
}.training-benefits-BLsV0 .phrase-holder-2WBz7 {
    padding: 25px 20px;
}.training-benefits-BLsV0 h3 {
    font-size: calc(31px * 0.85);
}.training-benefits-BLsV0 li {
    margin-bottom: 10px;
}.training-benefits-BLsV0 li p {
    gap: 10px;
    padding: 8px 0;
    font-size: calc(17px * 0.9);
}.training-benefits-BLsV0 svg {
    padding: 6px;
    width: 18px;
    height: 18px;
}}.idea-pool-Tv1e8 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0 2rem;
    background-color: rgb(228,215,237);
    color: #000000;
}.idea-pool-Tv1e8::before {
    background: 
        linear-gradient(135deg, rgb(206,177,217,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(171,139,193,0.5) 0%, transparent 70%);
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    opacity: 0.07;
}.idea-pool-Tv1e8::after {
    content: '';
    position: absolute;
    height: 7px;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(228,215,237) 0%,
        rgb(206,177,217) 35%, 
        rgb(171,139,193) 65%,
        rgb(228,215,237) 100%);
}.idea-pool-Tv1e8 .container {
    position: relative;
    z-index: 2;
}.idea-pool-Tv1e8 .sec-cert-YxsKm {
    display: flex;
    flex-direction: column;
}.idea-pool-Tv1e8 .write-experts-gaQxW {
    padding-bottom: 2rem;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: center;
    margin-bottom: 4rem;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
}.idea-pool-Tv1e8 .write-experts-gaQxW::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(171,139,193,0.5) 50%,
        transparent 100%);
    width: 100%;
    bottom: -1px;
    left: 0;
    height: 1px;
    position: absolute;
    content: '';
}.idea-pool-Tv1e8 .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    width: 25%;
    flex: 0 0 auto;
}.idea-pool-Tv1e8 .info_item::before {
    content: '';
    width: 1px;
    position: absolute;
    transform: translateY(-50%);
    height: 60%;
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
    left: 0;
}.idea-pool-Tv1e8 .info_item:first-child::before {
    display: none;
}.idea-pool-Tv1e8 .info_item p,
.idea-pool-Tv1e8 .info_item a {
    justify-content: center;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: calc(18px - 1px);
    color: #000000;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s ease;
    gap: 0.75rem;
}.idea-pool-Tv1e8 .info_item:hover {
    transform: translateY(-5px);
}.idea-pool-Tv1e8 .info_item:hover p,
.idea-pool-Tv1e8 .info_item:hover a {
    color: rgb(206,177,217);
}.idea-pool-Tv1e8 .info_item svg {
    fill: rgb(206,177,217);
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}.idea-pool-Tv1e8 .info_item:hover svg {
    transform: rotate(10deg);
}.idea-pool-Tv1e8 .text_main_holder {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    position: relative;
}.idea-pool-Tv1e8 .head-master-5WQXP {
    margin-right: auto;
    gap: 1.5rem;
    width: 100%;
    display: flex;
    max-width: 300px;
    flex-direction: column;
}.idea-pool-Tv1e8 .head-master-5WQXP svg {
    max-width: 160px;
    transition: all 0.3s ease;
    height: auto;
}.idea-pool-Tv1e8 .head-master-5WQXP:hover svg {
    transform: scale(1.05);
}.idea-pool-Tv1e8 .desktop-app-mwsLu {
    line-height: 1.6;
    padding-left: 2rem;
    position: relative;
    color: #000000;
    font-size: 14px;
}.idea-pool-Tv1e8 .desktop-app-mwsLu::before {
    background: linear-gradient(to bottom, rgb(206,177,217), rgb(171,139,193));
    border-radius: 2px;
    width: 4px;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}.idea-pool-Tv1e8 .top-mainbar-P5bap {
    gap: 2rem;
    flex: 1;
    flex-direction: column;
    position: relative;
    max-width: 400px;
    display: flex;
    min-width: 240px;
}.idea-pool-Tv1e8 .top-mainbar-P5bap::before {
    top: 0;
    border-radius: 24px;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.02);
    left: 0;
}.idea-pool-Tv1e8 .top-mainbar-P5bap h5 {
    font-weight: 600;
    font-size: 24px;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    color: #000000;
    background: rgba(0, 0, 0, 0.03);
}.idea-pool-Tv1e8 .nav-expert-t4y6n {
    padding: 0 1.5rem;
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.idea-pool-Tv1e8 .nav-expert-t4y6n:first-child {
    position: relative;
}.idea-pool-Tv1e8 .nav-expert-t4y6n a {
    color: #000000;
    padding-left: 1.25rem;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
}.idea-pool-Tv1e8 .nav-expert-t4y6n a::before {
    position: absolute;
    height: 6px;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    background-color: rgb(171,139,193,0.5);
    content: '';
    width: 6px;
    transform: translateY(-50%);
}.idea-pool-Tv1e8 .nav-expert-t4y6n a:hover {
    color: rgb(206,177,217);
    padding-left: 1.5rem;
}.idea-pool-Tv1e8 .nav-expert-t4y6n a:hover::before {
    background-color: rgb(206,177,217);
    width: 8px;
    height: 8px;
}.idea-pool-Tv1e8 .subscribe_holder {
    border-radius: 24px;
    max-width: 400px;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
}.idea-pool-Tv1e8 .subscribe_holder::before {
    border-color: rgb(206,177,217,0.5) transparent transparent transparent;
    left: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    top: 0;
    height: 0;
    position: absolute;
    width: 0;
    border-top-left-radius: 24px;
    content: '';
}.idea-pool-Tv1e8 .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}.idea-pool-Tv1e8 .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.idea-pool-Tv1e8 .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    margin-top: 0.5rem;
    gap: 1rem;
}.idea-pool-Tv1e8 .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 18px;
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
}.idea-pool-Tv1e8 .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(206,177,217,0.5);
    border-color: rgb(206,177,217);
}.idea-pool-Tv1e8 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.idea-pool-Tv1e8 .email-container-cZ6YL {
    z-index: 1;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    overflow: hidden;
    border: none;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(206,177,217) 0%, rgb(171,139,193) 100%);
}.idea-pool-Tv1e8 .email-container-cZ6YL::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(171,139,193) 0%, rgb(206,177,217) 100%);
    left: 0;
    z-index: -1;
}.idea-pool-Tv1e8 .email-container-cZ6YL:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.idea-pool-Tv1e8 .email-container-cZ6YL:hover::before {
    opacity: 1;
}.idea-pool-Tv1e8 .knowl-base-6n7Of {
    text-align: center;
    position: relative;
    margin-top: 4rem;
    padding-top: 2rem;
}.idea-pool-Tv1e8 .knowl-base-6n7Of::before {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 40%;
    height: 1px;
    content: '';
    top: 0;
    left: 30%;
}.idea-pool-Tv1e8 .footer-edu-Do9gM {
    font-size: 14px;
    opacity: 0.8;
    color: #000000;
}

@media (max-width: 1200px) {.idea-pool-Tv1e8 .text_main_holder {
    gap: 2.5rem;
}.idea-pool-Tv1e8 .head-master-5WQXP {
    max-width: 260px;
}.idea-pool-Tv1e8 .top-mainbar-P5bap {
    min-width: 220px;
}
}

@media (max-width: 991px) {.idea-pool-Tv1e8 {
    padding: 4rem 0 2rem;
}.idea-pool-Tv1e8 .info_item {
    width: 50%;
    padding: 1rem;
}.idea-pool-Tv1e8 .info_item:nth-child(3)::before {
    display: none;
}.idea-pool-Tv1e8 .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.idea-pool-Tv1e8 .head-master-5WQXP {
    width: 100%;
    align-items: center;
    max-width: 100%;
    text-align: center;
}.idea-pool-Tv1e8 .desktop-app-mwsLu {
    padding-left: 0;
    max-width: 500px;
    text-align: center;
}.idea-pool-Tv1e8 .desktop-app-mwsLu::before {
    display: none;
}.idea-pool-Tv1e8 .top-mainbar-P5bap {
    width: 100%;
    max-width: 600px;
}.idea-pool-Tv1e8 .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.idea-pool-Tv1e8 {
    padding: 3.5rem 0 1.5rem;
}.idea-pool-Tv1e8 .write-experts-gaQxW {
    margin-bottom: 3rem;
}.idea-pool-Tv1e8 .info_item {
    width: 100%;
}.idea-pool-Tv1e8 .info_item::before {
    display: none;
}.idea-pool-Tv1e8 .nav-expert-t4y6n {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem 1.5rem;
    justify-content: center;
}.idea-pool-Tv1e8 .nav-expert-t4y6n a {
    text-align: center;
    padding: 0.5rem 1rem;
}.idea-pool-Tv1e8 .nav-expert-t4y6n a::before {
    display: none;
}.idea-pool-Tv1e8 .nav-expert-t4y6n a:hover {
    border-radius: 10px;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
}.idea-pool-Tv1e8 .knowl-base-6n7Of {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.idea-pool-Tv1e8 {
    padding: 3rem 0 1.5rem;
}.idea-pool-Tv1e8 .write-experts-gaQxW {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.idea-pool-Tv1e8 .text_main_holder {
    gap: 2.5rem;
}.idea-pool-Tv1e8 .top-mainbar-P5bap {
    padding: 1rem;
}.idea-pool-Tv1e8 .top-mainbar-P5bap h5 {
    text-align: center;
}.idea-pool-Tv1e8 .subscribe_holder {
    padding: 1.5rem;
}.idea-pool-Tv1e8 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.idea-pool-Tv1e8 .knowl-base-6n7Of {
    margin-top: 2.5rem;
}}.teacher-profile-egcLM {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(228,215,237) 0%, #000000 100%);
    padding: 8rem 0;
}.teacher-profile-egcLM::before {
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(206,177,217,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(171,139,193,0.5) 0%, transparent 35%);
    animation: breatheGlow 15s ease-in-out infinite alternate;
    z-index: 1;
    height: 100%;
    filter: blur(70px);
    position: absolute;
    opacity: 0.4;
    content: "";
    top: 0;
    width: 100%;
}.teacher-profile-egcLM .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.teacher-profile-egcLM .learner-voices-Jzaue {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    gap: 30px;
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
    backdrop-filter: blur(15px);
    padding: 3rem;
    border-radius: 24px;
    display: grid;
    grid-template-rows: auto 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: relative;
    min-height: 580px;
}.teacher-profile-egcLM .learner-voices-Jzaue::before {
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent, rgb(206,177,217,0.5), transparent);
    top: 0;
    height: 100%;
    opacity: 0.2;
    background-size: 200% 200%;
    z-index: -1;
    position: absolute;
    animation: shimmerEffect 10s ease-in-out infinite;
    content: "";
}.teacher-profile-egcLM .thumbnail-zT6WG {
    transform: scale(1) rotate(0deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 24px;
    grid-row: 1 / span 2;
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    position: relative;
    grid-column: 2;
    height: 100%;
}.teacher-profile-egcLM .learner-voices-Jzaue:hover .thumbnail-zT6WG {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.teacher-profile-egcLM .thumbnail-zT6WG::before {
    box-sizing: border-box;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
}.teacher-profile-egcLM .name {
    transform: translateX(0);
    grid-column: 1;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 28px;
    grid-row: 1;
    position: relative;
    z-index: 4;
    color: #ffffff;
}.teacher-profile-egcLM .learner-voices-Jzaue:hover .name {
    transform: translateX(10px);
}.teacher-profile-egcLM .name::after {
    transition: width 0.6s ease;
    width: 0;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(206,177,217), rgb(171,139,193));
    content: "";
}.teacher-profile-egcLM .learner-voices-Jzaue:hover .name::after {
    width: 120px;
}.teacher-profile-egcLM .learner-voices-Jzaue span:not(.name) {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    font-size: 18px;
    color: rgb(171,139,193);
    border-radius: 10px;
    margin-top: 4rem;
    z-index: 3;
    grid-row: 1;
    grid-column: 1;
    width: max-content;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}.teacher-profile-egcLM .learner-voices-Jzaue:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.teacher-profile-egcLM .exp-details-SyjoT {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    color: #ffffff;
    grid-row: 2;
    border-left: 4px solid rgb(171,139,193);
    grid-column: 1;
    line-height: 1.8;
    z-index: 2;
    padding: 2rem;
    border-radius: 24px;
    backdrop-filter: blur(10px);
}.teacher-profile-egcLM .learner-voices-Jzaue:hover .exp-details-SyjoT {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.teacher-profile-egcLM .exp-details-SyjoT::before {
    z-index: -1;
    background-size: 200% 200%;
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    animation: shimmerEffect 5s ease-in-out infinite;
    position: absolute;
}.teacher-profile-egcLM .container::after {
    opacity: 0.2;
    left: -200px;
    height: 400px;
    border-radius: 50%;
    width: 400px;
    background: conic-gradient(from 135deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193,0.5) 50%, rgb(206,177,217,0.5) 100%);
    filter: blur(80px);
    bottom: -200px;
    position: absolute;
    animation: rotateGlow 25s linear infinite;
    z-index: -1;
    content: "";
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.teacher-profile-egcLM .learner-voices-Jzaue {
    gap: 20px;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.teacher-profile-egcLM .thumbnail-zT6WG {
    grid-row: 1;
    grid-column: 1;
    height: 350px;
}.teacher-profile-egcLM .name {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
}.teacher-profile-egcLM .learner-voices-Jzaue span:not(.name) {
    margin-top: 3.5rem;
    grid-column: 1;
    grid-row: 2;
}.teacher-profile-egcLM .exp-details-SyjoT {
    grid-column: 1;
    grid-row: 3;
}.teacher-profile-egcLM .learner-voices-Jzaue:hover .name,
    .teacher-profile-egcLM .learner-voices-Jzaue:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher-profile-egcLM {
    padding: 5rem 0;
}.teacher-profile-egcLM .learner-voices-Jzaue {
    padding: 1.5rem;
}.teacher-profile-egcLM .thumbnail-zT6WG {
    height: 250px;
}.teacher-profile-egcLM .name {
    font-size: 18px;
}.teacher-profile-egcLM .learner-voices-Jzaue span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 13px;
}.teacher-profile-egcLM .exp-details-SyjoT {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    padding: 1.5rem;
}}.program-offerings-k2hoc {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(206,177,217,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.program-offerings-k2hoc::before {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(206,177,217,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(171,139,193,0.5) 0%, transparent 40%);
}.program-offerings-k2hoc::after {
    top: 0;
    animation: backgroundShift 30s linear infinite;
    opacity: 0.1;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(206,177,217,0.5) 49%, rgb(206,177,217,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(171,139,193,0.5) 49%, rgb(171,139,193,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    left: 0;
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.program-offerings-k2hoc .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.program-offerings-k2hoc .skill-sessions-y0uKG {
    backdrop-filter: blur(5px);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    position: relative;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(206,177,217,0.5),
                inset 0 0 20px rgb(206,177,217,0.5);
    transition: all 0.5s ease;
    border-radius: 11px;
}.program-offerings-k2hoc .skill-sessions-y0uKG::before {
    content: '';
    opacity: 0.2;
    height: 200px;
    position: absolute;
    top: -100px;
    filter: blur(20px);
    right: -100px;
    animation: pulseLight 8s ease-in-out infinite;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(circle, rgb(206,177,217) 0%, transparent 70%);
}.program-offerings-k2hoc .skill-sessions-y0uKG::after {
    content: '';
    position: absolute;
    animation: pulseLight 8s ease-in-out infinite 4s;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(171,139,193) 0%, transparent 70%);
    bottom: -100px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    left: -100px;
    filter: blur(20px);
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.program-offerings-k2hoc .skill-work-6wQUR {
    z-index: 3;
    justify-content: center;
    padding-right: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
}.program-offerings-k2hoc .head-master-5WQXP {
    position: relative;
    transition: transform 0.5s ease;
    display: inline-block;
    margin-bottom: 25px;
    transform: perspective(1000px) rotateY(5deg);
}.program-offerings-k2hoc .head-master-5WQXP:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program-offerings-k2hoc .head-master-5WQXP svg {
    height: 50px;
    filter: drop-shadow(0 5px 15px rgb(206,177,217,0.5));
    width: 50px;
    transition: all 0.3s ease;
}.program-offerings-k2hoc .head-master-5WQXP svg path {
    fill: rgb(206,177,217);
    transition: fill 0.3s ease;
}.program-offerings-k2hoc .head-master-5WQXP:hover svg path {
    fill: rgb(171,139,193);
}.program-offerings-k2hoc h3 {
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    margin-bottom: 25px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
    font-size: 31px;
    position: relative;
    font-weight: 700;
    backface-visibility: hidden;
}.program-offerings-k2hoc h3::after {
    left: 0;
    height: 3px;
    animation: lineExpand 4s ease-in-out infinite;
    position: absolute;
    content: '';
    border-radius: 10px;
    width: 60px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(206,177,217) 0%, rgb(171,139,193) 100%);
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.program-offerings-k2hoc p {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    z-index: 2;
}.program-offerings-k2hoc .thumbnail-zT6WG {
    transition: all 0.5s ease;
    height: 350px;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    overflow: hidden;
    border-radius: calc(11px * 1.5);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(206,177,217,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.program-offerings-k2hoc .thumbnail-zT6WG:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(206,177,217),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program-offerings-k2hoc .thumbnail-zT6WG::before {
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    height: 100%;
    left: 0;
    width: 100%;
}.program-offerings-k2hoc .thumbnail-zT6WG::after {
    left: 0;
    content: '';
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    opacity: 0.5;
    top: 0;
    z-index: 2;
    height: 100%;
    position: absolute;
    width: 100%;
    animation: scanlines 10s linear infinite;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.program-offerings-k2hoc {
    padding: 60px 0;
}.program-offerings-k2hoc .skill-sessions-y0uKG {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
}.program-offerings-k2hoc .skill-work-6wQUR {
    text-align: center;
    padding-right: 0;
}.program-offerings-k2hoc h3::after {
    transform: translateX(-50%);
    left: 50%;
}.program-offerings-k2hoc .thumbnail-zT6WG {
    min-height: 300px;
}
}

@media (max-width: 767px) {.program-offerings-k2hoc {
    padding: 40px 0;
}.program-offerings-k2hoc .skill-sessions-y0uKG {
    gap: 25px;
    padding: 25px;
}.program-offerings-k2hoc h3 {
    font-size: calc(31px * 0.85);
    margin-bottom: 20px;
}.program-offerings-k2hoc p {
    font-size: calc(14px * 0.95);
}.program-offerings-k2hoc .thumbnail-zT6WG {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}

@media (max-width: 576px) {.program-offerings-k2hoc {
    padding: 30px 0;
}.program-offerings-k2hoc .skill-sessions-y0uKG {
    gap: 20px;
    padding: 20px;
}.program-offerings-k2hoc .head-master-5WQXP {
    margin-bottom: 15px;
}.program-offerings-k2hoc h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(31px * 0.7);
}.program-offerings-k2hoc p {
    font-size: calc(14px * 0.9);
}.program-offerings-k2hoc .thumbnail-zT6WG {
    min-height: 200px;
}}
.user-reviews-juQc8 {
    background: linear-gradient(135deg, rgb(228,215,237) 0%, #ffffff 100%);
    padding: 7rem 2rem;
    overflow: hidden;
    position: relative;
}.user-reviews-juQc8::before {
    opacity: 0.07;
    top: 0;
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    background: 
        linear-gradient(45deg, rgb(206,177,217,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(206,177,217,0.5) 25%, transparent 25%);
}.user-reviews-juQc8 .skill-sessions-y0uKG {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.user-reviews-juQc8 h4 {
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}.user-reviews-juQc8 h4::before {
    height: 3px;
    background: rgb(206,177,217);
    content: "";
    transform: translateX(-50%);
    width: 80px;
    bottom: -15px;
    position: absolute;
    left: 50%;
}.user-reviews-juQc8 h4::after {
    background: rgb(171,139,193);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    width: 40px;
    height: 3px;
    bottom: -22px;
}.user-reviews-juQc8 .reviews-hub-SMzx7 {
    display: flex;
    padding-left: 50px;
    flex-direction: column;
    position: relative;
}.user-reviews-juQc8 .reviews-hub-SMzx7::before {
    background: linear-gradient(to bottom, rgb(206,177,217), rgb(171,139,193));
    left: 24px;
    position: absolute;
    width: 2px;
    content: "";
    bottom: 0;
    z-index: 1;
    top: 0;
}.user-reviews-juQc8 .reviews-hub-SMzx7::after {
    z-index: 2;
    left: 20px;
    content: "";
    width: 10px;
    bottom: 0;
    border-radius: 50%;
    position: absolute;
    background: rgb(171,139,193);
    height: 10px;
}.user-reviews-juQc8 .learner-voices-Jzaue {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    transform: translateX(0);
    width: 100%;
    border-radius: 26px;
    padding: 2rem;
    margin-bottom: 4rem;
}.user-reviews-juQc8 .learner-voices-Jzaue:last-child {
    margin-bottom: 0;
}.user-reviews-juQc8 .learner-voices-Jzaue::before {
    left: -65px;
    z-index: 2;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px rgb(206,177,217,0.5);
    transition: all 0.3s ease;
    width: 16px;
    height: 16px;
    content: "";
    top: 20px;
    position: absolute;
    border-radius: 50%;
    background: rgb(206,177,217);
}.user-reviews-juQc8 .learner-voices-Jzaue::after {
    width: 20px;
    height: 2px;
    z-index: 1;
    left: -15px;
    top: 24px;
    background: rgb(206,177,217,0.5);
    content: "";
    position: absolute;
}.user-reviews-juQc8 .learner-voices-Jzaue:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.user-reviews-juQc8 .learner-voices-Jzaue:hover::before {
    transform: scale(1.2);
    background: rgb(171,139,193);
}.user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even) {
    border-left: 3px solid rgb(206,177,217);
    background: linear-gradient(135deg, #ffffff 0%, rgb(228,215,237) 100%);
    align-self: flex-end;
}.user-reviews-juQc8 .learner-voices-Jzaue:nth-child(odd) {
    background: linear-gradient(135deg, rgb(228,215,237) 0%, #ffffff 100%);
    border-right: 3px solid rgb(171,139,193);
    align-self: flex-start;
}.user-reviews-juQc8 .learner-voices-Jzaue .thumbnail-zT6WG {
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
}.user-reviews-juQc8 .learner-voices-Jzaue:hover .thumbnail-zT6WG {
    border-color: rgb(206,177,217,0.5);
    transform: scale(1.05);
}.user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even) .thumbnail-zT6WG {
    margin-right: 0;
    margin-left: 20px;
    float: right;
}.user-reviews-juQc8 .learner-voices-Jzaue span {
    padding-top: 10px;
    display: block;
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 21px;
    font-weight: 600;
}.user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even) span {
    text-align: right;
}.user-reviews-juQc8 .learner-voices-Jzaue p {
    line-height: 1.6;
    clear: both;
    margin-top: 1rem;
    color: #000000;
    font-size: 13px;
}.user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.user-reviews-juQc8 {
    padding: 5rem 1.5rem;
}.user-reviews-juQc8 h4 {
    font-size: calc(31px * 0.9);
}.user-reviews-juQc8 .learner-voices-Jzaue {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.user-reviews-juQc8 {
    padding: 4rem 1rem;
}.user-reviews-juQc8 .reviews-hub-SMzx7 {
    padding-left: 30px;
}.user-reviews-juQc8 .reviews-hub-SMzx7::before {
    left: 14px;
}.user-reviews-juQc8 .reviews-hub-SMzx7::after {
    left: 10px;
}.user-reviews-juQc8 .learner-voices-Jzaue::before {
    height: 14px;
    left: -45px;
    width: 14px;
}.user-reviews-juQc8 h4 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.8);
}.user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even),
    .user-reviews-juQc8 .learner-voices-Jzaue:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.user-reviews-juQc8 .learner-voices-Jzaue .thumbnail-zT6WG {
    float: none;
    margin: 0 auto 1rem;
}.user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even) .thumbnail-zT6WG {
    float: none;
    margin: 0 auto 1rem;
}.user-reviews-juQc8 .learner-voices-Jzaue span,
    .user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.user-reviews-juQc8 .learner-voices-Jzaue p,
    .user-reviews-juQc8 .learner-voices-Jzaue:nth-child(even) p {
    text-align: center;
}}.thxCard-RLqna {
    position: relative;
    background: linear-gradient(135deg, rgb(206,177,217,0.5), rgb(171,139,193,0.5) 70%);
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
}.thxCard-RLqna::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
}.thxCard-RLqna::after {
    top: -50%;
    opacity: 0.4;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    right: -50%;
    transform: scale(1.5);
    position: absolute;
    content: '';
    background: radial-gradient(circle, rgb(171,139,193,0.5) 0%, transparent 70%);
    z-index: -1;
}.thxCard-RLqna .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.thxCard-RLqna .skill-sessions-y0uKG {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    max-width: 900px;
    z-index: 2;
    backdrop-filter: blur(10px);
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
}.thxCard-RLqna .skill-sessions-y0uKG:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxCard-RLqna .skill-sessions-y0uKG > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thxCard-RLqna .skill-sessions-y0uKG > div:first-child::before {
    height: 60px;
    background: rgb(206,177,217);
    position: absolute;
    left: -3.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    content: '';
}.thxCard-RLqna h5 {
    line-height: 1.4;
    padding-left: 1rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    border-left: 3px solid rgb(171,139,193);
    font-size: 22px;
    margin: 0;
}.thxCard-RLqna a {
    transform-origin: left center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    display: block;
}.thxCard-RLqna a::before {
    width: 100%;
    z-index: -1;
    content: '';
    transition: opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(206,177,217,0.5) 0%, transparent 100%);
    opacity: 0;
    height: 100%;
    position: absolute;
}.thxCard-RLqna a:hover::before {
    opacity: 0.1;
}.thxCard-RLqna p {
    font-size: 17px;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
    line-height: 1.7;
}.thxCard-RLqna a:hover p {
    transform: translateX(5px);
    color: rgb(206,177,217);
}.thxCard-RLqna .skill-sessions-y0uKG > div:last-child {
    padding-top: 2rem;
    position: relative;
}.thxCard-RLqna .skill-sessions-y0uKG > div:last-child::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(206,177,217,0.5), transparent 80%);
    height: 1px;
    top: 0;
    content: '';
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.thxCard-RLqna {
    padding: 4rem 0;
}.thxCard-RLqna .skill-sessions-y0uKG {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.thxCard-RLqna .skill-sessions-y0uKG > div:first-child::before {
    height: 50px;
    left: -2.5rem;
    width: 1rem;
}.thxCard-RLqna h5 {
    font-size: calc(22px - 0.1rem);
}
}

@media (max-width: 768px) {.thxCard-RLqna {
    padding: 3rem 0;
}.thxCard-RLqna .skill-sessions-y0uKG {
    transform: none;
    padding: 2rem;
}.thxCard-RLqna .skill-sessions-y0uKG:hover {
    transform: translateY(-5px);
}.thxCard-RLqna .skill-sessions-y0uKG > div:first-child::before {
    height: 40px;
    left: -2rem;
    width: 0.7rem;
}.thxCard-RLqna h5 {
    font-size: calc(22px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.thxCard-RLqna {
    padding: 2.5rem 0;
}.thxCard-RLqna .container {
    padding: 0 1.5rem;
}.thxCard-RLqna .skill-sessions-y0uKG {
    padding: 1.5rem;
}.thxCard-RLqna .skill-sessions-y0uKG > div:first-child {
    margin-bottom: 1.5rem;
}.thxCard-RLqna .skill-sessions-y0uKG > div:first-child::before {
    height: 30px;
    left: -1.5rem;
    width: 0.5rem;
}.thxCard-RLqna h5 {
    font-size: calc(22px - 0.3rem);
    padding-left: 0.5rem;
}.thxCard-RLqna p {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}.thxCard-RLqna .skill-sessions-y0uKG > div:last-child {
    padding-top: 1.5rem;
}}.privacy-container-86sCg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 50px;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
}.privacy-container-86sCg::before,
.privacy-container-86sCg::after {
    z-index: -1;
    background: rgb(171,139,193,0.5);
    border-radius: 50%;
    position: absolute;
    content: '';
}.privacy-container-86sCg::before {
    top: -50px;
    height: 200px;
    right: -50px;
    width: 200px;
}.privacy-container-86sCg::after {
    width: 300px;
    bottom: -100px;
    height: 300px;
    left: -100px;
}.privacy-container-86sCg h1 {
    border-bottom: 3px dashed rgb(206,177,217);
    font-size: 48px;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(206,177,217);
    margin-bottom: 30px;
    margin-top: 20px;
}.privacy-container-86sCg h2 {
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    padding-left: 20px;
    color: rgb(171,139,193);
    font-size: 28px;
    border-left: 8px double rgb(171,139,193);
}.privacy-container-86sCg h2::before {
    height: 10px;
    left: -15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    content: '';
    background: rgb(206,177,217);
    width: 10px;
    transform: translateY(-50%);
}.privacy-container-86sCg ul {
    padding-left: 20px;
    border-radius: 10px;
    list-style: none;
    background: rgb(171,139,193,0.5);
    margin: 20px 0;
    border: 1px solid rgb(171,139,193,0.5);
}.privacy-container-86sCg ul li {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
}.privacy-container-86sCg ul li::before {
    position: absolute;
    top: 50%;
    content: '•';
    transform: translateY(-50%);
    left: 0;
    font-size: 1.5em;
    color: rgb(206,177,217);
}.privacy-container-86sCg p, .privacy-container-86sCg span, .privacy-container-86sCg div {
    border-left: 4px solid rgb(206,177,217,0.5);
    line-height: 1.8;
    margin-bottom: 20px;
    background: rgb(206,177,217,0.5);
    color: #000000;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
}.privacy-container-86sCg h3, .privacy-container-86sCg h4, .privacy-container-86sCg h5, .privacy-container-86sCg h6 {
    color: rgb(206,177,217);
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 5px solid rgb(206,177,217);
}.privacy-container-86sCg h3::after, .privacy-container-86sCg h4::after, .privacy-container-86sCg h5::after, .privacy-container-86sCg h6::after {
    background: rgb(171,139,193);
    width: 20px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    content: '';
}

@media only screen and (max-width: 800px) {.privacy-container-86sCg {
    padding: 30px;
}.privacy-container-86sCg h1 {
    font-size: calc(24px - 4px);
}.privacy-container-86sCg h2 {
    font-size: calc(24px - 3px);
}.privacy-container-86sCg h3, .privacy-container-86sCg h4, .privacy-container-86sCg h5, .privacy-container-86sCg h6 {
    font-size: calc(24px - 2px);
}.privacy-container-86sCg p, .privacy-container-86sCg span, .privacy-container-86sCg div, .privacy-container-86sCg ul li {
    font-size: calc(14px - 2px);
}}header {
    width: 100%;
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    position: relative;
}header::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 35%;
    content: '';
    background: linear-gradient(135deg, rgb(206,177,217), rgb(171,139,193));
}header .container {
    max-width: 100%;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
}header .header-learn-fFNMT {
    height: 100%;
    align-items: stretch;
    display: flex;
}header .main-header-fTwO5 {
    justify-content: center;
    position: relative;
    text-decoration: none;
    display: flex;
    width: 35%;
    padding: 1.2rem 0;
    align-items: center;
}header .main-header-fTwO5 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    width: 150px;
    height: auto;
}header .main-header-fTwO5:hover svg {
    transform: scale(1.05);
}header .top-mainbar-P5bap {
    display: flex;
    width: 65%;
    align-items: center;
    padding: 1.2rem 3%;
    justify-content: flex-start;
    position: relative;
    gap: 0.5rem;
}header .top-mainbar-P5bap::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(206,177,217,0.5), transparent);
    height: 100%;
    width: 1px;
}header .head-top-tmA8D {
    font-family: Arial, sans-serif;
    position: relative;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    z-index: 1;
    font-weight: 600;
    color: #000000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}header .head-top-tmA8D::before {
    top: 0;
    background: linear-gradient(135deg, rgb(206,177,217,0.5), rgb(171,139,193,0.5));
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    content: '';
    opacity: 0;
    left: 0;
}header .head-top-tmA8D:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .head-top-tmA8D:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .main-header-fTwO5 {
    padding: 1rem 0;
    width: 30%;
}header .main-header-fTwO5 svg {
    width: 130px;
}header .top-mainbar-P5bap {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .head-top-tmA8D {
    font-size: calc(16px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(228,215,237);
}header::before {
    bottom: 50%;
    height: auto;
    width: 100%;
    top: 0;
}header .header-learn-fFNMT {
    flex-direction: column;
    align-items: center;
}header .main-header-fTwO5 {
    padding: 0.8rem 0;
    width: 100%;
}header .main-header-fTwO5 svg {
    width: 120px;
}header .top-mainbar-P5bap {
    flex-wrap: wrap;
    width: 95%;
    gap: 0.6rem;
    justify-content: center;
    padding: 0.8rem 0;
}header .top-mainbar-P5bap::before {
    top: 0;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(206,177,217,0.5), transparent);
    width: 100%;
    height: 1px;
}header .head-top-tmA8D {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .main-header-fTwO5 {
    padding: 0.7rem 0;
}header .main-header-fTwO5 svg {
    width: 110px;
}header .top-mainbar-P5bap {
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
}header .top-mainbar-P5bap::-webkit-scrollbar {
    height: 3px;
}header .top-mainbar-P5bap::-webkit-scrollbar-thumb {
    background: rgb(206,177,217);
    border-radius: 10px;
}header .head-top-tmA8D {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
    font-size: calc(16px - 1px);
}
}