* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.affiliate-cta-SWTVz {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1132px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-capsule-bGivt {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    height: 100%;
    auto;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Roboto, sans-serif;
}.first-expert-pSHWm {
    flex: 1 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;
}}
.plan-option-BZpQU {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.plan-option-BZpQU::before {
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    position: absolute;
    top: 0;
}.plan-option-BZpQU .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.plan-option-BZpQU .study-rates-JfYXB {
    position: relative;
}.plan-option-BZpQU h2 {
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    font-size: calc(31px * 1.1);
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    animation: fadeSlideUp 0.8s ease-out forwards;
}.plan-option-BZpQU .fee-board-ZiPun {
    transform: translateY(20px);
    opacity: 0;
    margin: 0 auto 50px;
    max-width: 700px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    word-break: break-word;
    position: relative;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    font-size: 13px;
}.plan-option-BZpQU .promo-cost-SpsAJ {
    padding: 0;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    perspective: 1000px;
}.plan-option-BZpQU .promo-cost-SpsAJ li {
    animation-delay: calc(0.2s * var(--li-index, 1));
    opacity: 0;
    transform-style: preserve-3d;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg);
}.plan-option-BZpQU .promo-cost-SpsAJ li:nth-child(1) {
    --li-index: 1;
}.plan-option-BZpQU .promo-cost-SpsAJ li:nth-child(2) {
    --li-index: 2;
}.plan-option-BZpQU .promo-cost-SpsAJ li:nth-child(3) {
    --li-index: 3;
}.plan-option-BZpQU .promo-cost-SpsAJ li:nth-child(4) {
    --li-index: 4;
}.plan-option-BZpQU .payment-pricing-RWEgt {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
}.plan-option-BZpQU .payment-pricing-RWEgt:hover {
    transform: translateY(-10px) scale(1.02);
}.plan-option-BZpQU .package-pricing-QgCJq {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.plan-option-BZpQU .payment-pricing-RWEgt:hover .package-pricing-QgCJq {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(196,192,218), 0.15) 0%, 
        rgba(rgb(196,192,218), 0.05) 100%);
}.plan-option-BZpQU .package-pricing-QgCJq::before {
    position: absolute;
    opacity: 0;
    left: -50%;
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    height: 200%;
    top: -50%;
    transition: opacity 0.6s ease;
    pointer-events: none;
    transform: rotate(30deg);
    width: 200%;
}.plan-option-BZpQU .payment-pricing-RWEgt:hover .package-pricing-QgCJq::before {
    opacity: 1;
}.plan-option-BZpQU .bundle-offer-HdgNO {
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan-option-BZpQU .bundle-offer-HdgNO h4 {
    color: #ffffff;
    font-size: calc(18px * 1.1);
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease;
}.plan-option-BZpQU .payment-pricing-RWEgt:hover .bundle-offer-HdgNO h4 {
    transform: translateY(-2px);
    color: rgb(196,192,218);
}.plan-option-BZpQU .bundle-offer-HdgNO h4::after {
    left: 0;
    position: absolute;
    background: rgb(196,192,218);
    transition: transform 0.4s ease;
    bottom: -10px;
    transform: scaleX(0.7);
    height: 2px;
    content: "";
    width: 50px;
    transform-origin: left;
}.plan-option-BZpQU .payment-pricing-RWEgt:hover .bundle-offer-HdgNO h4::after {
    transform: scaleX(1);
}.plan-option-BZpQU .bundle-offer-HdgNO p {
    font-size: calc(13px * 0.9);
    word-break: break-word;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.7;
}.plan-option-BZpQU .edu-packages-gWqiE {
    padding: 10px 0;
    margin-top: auto;
    font-size: calc(18px * 1.4);
    color: #ffffff;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
}.plan-option-BZpQU .payment-pricing-RWEgt:hover .edu-packages-gWqiE {
    transform: scale(1.05);
    color: rgb(196,192,218);
}.plan-option-BZpQU .edu-packages-gWqiE::before {
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    top: 0;
    content: "";
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.plan-option-BZpQU {
    padding: 100px 0;
}.plan-option-BZpQU .promo-cost-SpsAJ {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan-option-BZpQU .package-pricing-QgCJq {
    padding: 25px;
}
}

@media (max-width: 768px) {.plan-option-BZpQU {
    padding: 80px 0;
}.plan-option-BZpQU h2 {
    font-size: 31px;
    margin-bottom: 20px;
}.plan-option-BZpQU .fee-board-ZiPun {
    font-size: calc(13px * 0.95);
    margin-bottom: 40px;
}.plan-option-BZpQU .promo-cost-SpsAJ {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan-option-BZpQU .package-pricing-QgCJq {
    padding: 25px 20px;
}.plan-option-BZpQU .bundle-offer-HdgNO h4 {
    font-size: 18px;
}.plan-option-BZpQU .bundle-offer-HdgNO p {
    font-size: calc(13px * 0.85);
}.plan-option-BZpQU .edu-packages-gWqiE {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 480px) {.plan-option-BZpQU {
    padding: 60px 0;
}.plan-option-BZpQU h2 {
    font-size: calc(31px * 0.9);
}.plan-option-BZpQU .fee-board-ZiPun {
    font-size: calc(13px * 0.9);
}.plan-option-BZpQU .package-pricing-QgCJq {
    padding: 20px 15px;
}.plan-option-BZpQU .bundle-offer-HdgNO h4 {
    font-size: calc(18px * 0.95);
}.plan-option-BZpQU .bundle-offer-HdgNO p {
    margin-bottom: 20px;
    line-height: 1.6;
}.plan-option-BZpQU .edu-packages-gWqiE {
    font-size: calc(18px * 1.1);
}}.cookieInformationAlert-cdMVJ {
    padding: 15px 20px;
    border-top: 3px solid rgb(196,192,218);
    position: fixed;
    z-index: 1050;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #ffffff;
    font-family: Roboto, sans-serif;
}.user-default-pSgeZ {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}.data-approve-YtMbA {
    flex-shrink: 0;
    margin-right: 15px;
}.data-approve-YtMbA svg {
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
    fill: rgb(196,192,218);
}.cookies-terms-ezALf {
    flex-grow: 1;
    margin-right: 15px;
}.cookies-terms-ezALf h5 {
    font-weight: 700;
    color: rgb(196,192,218);
    margin-bottom: 5px;
    font-size: 24px;
}.cookies-terms-ezALf p {
    margin-bottom: 0;
    font-size: 17px;
    color: #000000;
}.cookie-menu-iLKSM {
    margin-left: 10px;
    font-size: 19px;
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    user-select: none;
    line-height: 1.5;
    border: 1px solid transparent;
    white-space: nowrap;
}.cookie_button.secure-cookies-ImLyn {
    color: #ffffff;
    background-color: rgb(196,192,218);
    border-color: rgb(196,192,218);
}#usageNoticeDialog-bQdUB {
    display: none;
}#usageNoticeDialog-bQdUB:checked ~ .cookieInformationAlert-cdMVJ {
    opacity: 0;
    visibility: hidden;
}.cookie_button.secure-cookies-ImLyn:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.data-policy-sbqKc {
    color: #000000;
    background-color: rgb(163,161,197);
    border-color: rgb(163,161,197);
}.cookie_button.data-policy-sbqKc:hover {
    background-color: rgb(196,192,218);
    border-color: rgb(196,192,218);
    color: #ffffff;
}.cookieInformationAlert-cdMVJ p a {
    color: rgb(196,192,218);
    text-decoration: underline;
}.cookieInformationAlert-cdMVJ p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookies-terms-ezALf h5 {
    font-size: calc(24px - 2px);
}.cookies-terms-ezALf p {
    font-size: calc(17px - 2px);
}.cookie-menu-iLKSM {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.user-default-pSgeZ {
    flex-direction: column;
    align-items: center;
}.data-approve-YtMbA {
    margin-bottom: 10px;
}.cookies-terms-ezALf {
    text-align: center;
    margin-bottom: 15px;
}.cookie-menu-iLKSM {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.learning-profits-RqxPE {
    padding: 80px 0;
    position: relative;
    font-family: Roboto, sans-serif;
    background: radial-gradient(circle at 30% 70%, rgb(225,222,238), #ffffff);
    overflow: hidden;
}.learning-profits-RqxPE::before {
    left: 0;
    content: "";
    opacity: 0.05;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
    width: 100%;
    top: 0;
}.learning-profits-RqxPE::after {
    background: rgb(196,192,218,0.5);
    width: 400px;
    content: "";
    animation: pulse 8s infinite alternate;
    position: absolute;
    filter: blur(80px);
    top: -150px;
    opacity: 0.3;
    border-radius: 50%;
    right: -150px;
    height: 400px;
}@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}

.learning-profits-RqxPE .container {
    margin: 0 auto;
    max-width: 1100px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.learning-profits-RqxPE .mentor-team-jQGdx {
    flex-direction: row-reverse;
    display: flex;
    border-radius: 30px;
    position: relative;
    align-items: center;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
}.learning-profits-RqxPE .img-caption-xigmI {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 0;
    transition: all 0.5s ease;
    position: relative;
    object-fit: cover;
    flex: 0 0 45%;
    transform-origin: right center;
    max-height: 400px;
}.learning-profits-RqxPE .img-caption-xigmI:hover {
    transform: scale(1.03);
}.learning-profits-RqxPE .editorial-box-HliWw {
    flex: 1;
    position: relative;
    padding: 35px;
}.learning-profits-RqxPE h3 {
    display: inline-block;
    color: rgb(196,192,218);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-size: 36px;
}.learning-profits-RqxPE h3::before {
    width: 30px;
    height: 2px;
    background: rgb(163,161,197);
    top: -10px;
    left: 0;
    content: "";
    position: absolute;
}.learning-profits-RqxPE h3::after {
    bottom: -10px;
    height: 2px;
    position: absolute;
    width: 60px;
    background: rgb(196,192,218);
    content: "";
    left: 20px;
}.learning-profits-RqxPE ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.learning-profits-RqxPE li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}.learning-profits-RqxPE li::before {
    transition: height 0.3s ease;
    position: absolute;
    background: linear-gradient(to bottom, rgb(196,192,218), rgb(163,161,197));
    height: 0;
    top: 0;
    left: -3px;
    content: "";
    width: 3px;
}.learning-profits-RqxPE li:hover {
    transform: translateX(5px);
    border-left-color: rgb(163,161,197,0.5);
}.learning-profits-RqxPE li:hover::before {
    height: 100%;
}.learning-profits-RqxPE li p {
    align-items: center;
    display: flex;
    color: #000000;
    gap: 15px;
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
}.learning-profits-RqxPE svg {
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: linear-gradient(to bottom right, rgb(196,192,218,0.5), rgb(163,161,197,0.5));
    height: 22px;
    border-radius: 50%;
    padding: 8px;
    width: 22px;
}.learning-profits-RqxPE svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,192,218);
}.learning-profits-RqxPE li:hover svg {
    background: linear-gradient(to bottom right, rgb(196,192,218), rgb(163,161,197));
    transform: rotate(-15deg);
}.learning-profits-RqxPE li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.learning-profits-RqxPE .mentor-team-jQGdx {
    flex-direction: column;
}.learning-profits-RqxPE .img-caption-xigmI {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    max-height: 300px;
    width: 100%;
}.learning-profits-RqxPE .editorial-box-HliWw {
    width: 100%;
    padding: 30px;
}
}

@media (max-width: 768px) {.learning-profits-RqxPE {
    padding: 60px 0;
}.learning-profits-RqxPE .img-caption-xigmI {
    max-height: 250px;
}.learning-profits-RqxPE h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 576px) {.learning-profits-RqxPE {
    padding: 40px 0;
}.learning-profits-RqxPE .img-caption-xigmI {
    max-height: 200px;
}.learning-profits-RqxPE .editorial-box-HliWw {
    padding: 25px 20px;
}.learning-profits-RqxPE h3 {
    font-size: calc(36px * 0.85);
}.learning-profits-RqxPE li {
    margin-bottom: 10px;
}.learning-profits-RqxPE li p {
    font-size: calc(15px * 0.9);
    padding: 8px 0;
    gap: 10px;
}.learning-profits-RqxPE svg {
    padding: 6px;
    height: 18px;
    width: 18px;
}}.course-program-info-JNZTY {
    overflow: hidden;
    background: rgb(225,222,238);
    position: relative;
    padding: 100px 0;
}.course-program-info-JNZTY::before {
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(196,192,218,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(163,161,197,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    content: "";
}.course-program-info-JNZTY::after {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.2;
    animation: gridMove 20s linear infinite;
}.course-program-info-JNZTY .container {
    position: relative;
    z-index: 1;
}.course-program-info-JNZTY .mentor-team-jQGdx {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}.course-program-info-JNZTY .img-caption-xigmI {
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.course-program-info-JNZTY .img-caption-xigmI::before {
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    mix-blend-mode: multiply;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.course-program-info-JNZTY .master-it-UKANd {
    z-index: 2;
    display: grid;
    width: 100%;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 60% 40%;
    gap: 30px;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    position: relative;
}.course-program-info-JNZTY .main-base-RVUGE {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    display: flex;
    z-index: 10;
    background: #ffffff;
    width: 80px;
    margin-bottom: 20px;
    grid-area: logo;
    height: 80px;
    justify-content: center;
    border-radius: 50%;
    justify-self: center;
    position: relative;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(196,192,218,0.5);
}.course-program-info-JNZTY .main-base-RVUGE::before {
    left: -8px;
    right: -8px;
    border-radius: 50%;
    animation: spin 10s linear infinite;
    bottom: -8px;
    background: conic-gradient(
        from 0deg, 
        rgb(196,192,218,0.5), 
        rgb(163,161,197,0.5), 
        rgb(196,192,218,0.5)
    );
    top: -8px;
    opacity: 0.6;
    position: absolute;
    content: "";
    z-index: -1;
}.course-program-info-JNZTY .main-base-RVUGE::after {
    top: -15px;
    opacity: 0.3;
    left: -15px;
    z-index: -2;
    bottom: -15px;
    animation: pulse 4s ease-in-out infinite;
    border: 1px solid rgb(196,192,218,0.5);
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -15px;
}.course-program-info-JNZTY .main-base-RVUGE:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(196,192,218,0.5);
}.course-program-info-JNZTY .main-base-RVUGE svg {
    width: 45px;
    transition: transform 0.5s ease;
    height: 45px;
}.course-program-info-JNZTY .main-base-RVUGE:hover svg {
    transform: rotate(-10deg);
}.course-program-info-JNZTY .main-base-RVUGE svg path {
    fill: rgb(196,192,218);
    transition: fill 0.3s ease;
}.course-program-info-JNZTY .main-base-RVUGE:hover svg path {
    fill: rgb(163,161,197);
}.course-program-info-JNZTY h3 {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    grid-area: title;
    z-index: 5;
    padding: 30px 40px;
    background: #ffffff;
    transition: all 0.5s ease;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    position: relative;
    border-radius: 0 30px 30px 0;
    margin: 0;
    transform: translateX(-5%);
}.course-program-info-JNZTY h3::before {
    position: absolute;
    bottom: 10px;
    z-index: -1;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    top: 10px;
    content: "";
    border: 1px dashed rgb(196,192,218,0.5);
    right: 10px;
    opacity: 0.5;
    left: 10px;
    border-radius: 0 10px 10px 0;
}.course-program-info-JNZTY h3::after {
    border-radius: 10px;
    left: 40px;
    width: 60px;
    height: 3px;
    transition: width 0.4s ease;
    position: absolute;
    bottom: 15px;
    content: "";
    background: linear-gradient(90deg, rgb(196,192,218), rgb(163,161,197));
}.course-program-info-JNZTY .master-it-UKANd:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.course-program-info-JNZTY .master-it-UKANd:hover h3::after {
    width: 100px;
}.course-program-info-JNZTY p {
    transform: translateX(-10%);
    line-height: 1.8;
    font-size: 17px;
    grid-area: desc;
    color: #000000;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    margin: 0;
    z-index: 4;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 30px 30px 0;
    position: relative;
    transition: all 0.5s ease 0.1s;
    background: #ffffff;
    padding: 35px 40px;
    padding-right: 70px;
}.course-program-info-JNZTY p::before {
    border: 1px dashed rgb(163,161,197,0.5);
    left: 10px;
    top: 10px;
    right: 10px;
    border-radius: 0 10px 10px 0;
    content: "";
    bottom: 10px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    opacity: 0.5;
    z-index: -1;
    position: absolute;
}.course-program-info-JNZTY .master-it-UKANd:hover p {
    transform: translateX(-5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.course-program-info-JNZTY .img-caption-xigmI::after {
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.5;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    content: "";
    mix-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
}.course-program-info-JNZTY .master-it-UKANd::after {
    transform: translateX(15%);
    background-position: center bottom;
    content: "";
    background: inherit;
    z-index: 2;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 100%;
    grid-area: photo2;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.5s ease 0.1s;
    background-size: cover;
    border-radius: 30px 0 0 30px;
}.course-program-info-JNZTY .master-it-UKANd:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.course-program-info-JNZTY .master-it-UKANd:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course-program-info-JNZTY {
    padding: 80px 0;
}.course-program-info-JNZTY .master-it-UKANd {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.course-program-info-JNZTY h3 {
    padding: 25px 35px;
    font-size: calc(30px - 2px);
}.course-program-info-JNZTY p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course-program-info-JNZTY {
    padding: 70px 0;
}.course-program-info-JNZTY .mentor-team-jQGdx {
    min-height: auto;
}.course-program-info-JNZTY .master-it-UKANd {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 250px;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    gap: 20px;
}.course-program-info-JNZTY h3 {
    padding: 25px 30px;
    clip-path: none;
    transform: none;
    border-radius: 30px;
    font-size: calc(30px - 4px);
}.course-program-info-JNZTY h3::before {
    border-radius: 10px;
    clip-path: none;
}.course-program-info-JNZTY p {
    transform: none;
    padding: 25px 30px;
    clip-path: none;
    border-radius: 30px;
}.course-program-info-JNZTY p::before {
    clip-path: none;
    border-radius: 10px;
}.course-program-info-JNZTY .master-it-UKANd::before,
    .course-program-info-JNZTY .master-it-UKANd::after {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    border-radius: 30px;
    transform: none;
}.course-program-info-JNZTY .master-it-UKANd::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-program-info-JNZTY .master-it-UKANd:hover h3,
    .course-program-info-JNZTY .master-it-UKANd:hover p,
    .course-program-info-JNZTY .master-it-UKANd:hover::before,
    .course-program-info-JNZTY .master-it-UKANd:hover::after {
    transform: none;
}.course-program-info-JNZTY .main-base-RVUGE {
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
}.course-program-info-JNZTY .main-base-RVUGE svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 767px) {.course-program-info-JNZTY {
    padding: 60px 0;
}.course-program-info-JNZTY .mentor-team-jQGdx {
    min-height: auto;
}.course-program-info-JNZTY .master-it-UKANd {
    grid-template-rows: auto auto auto 200px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    gap: 15px;
}.course-program-info-JNZTY h3 {
    transform: none;
    clip-path: none;
    border-radius: 30px;
    font-size: calc(30px - 6px);
    padding: 20px 25px;
}.course-program-info-JNZTY h3::before {
    display: none;
}.course-program-info-JNZTY h3::after {
    bottom: 10px;
    left: 25px;
    width: 50px;
    height: 2px;
}.course-program-info-JNZTY p {
    border-radius: 30px;
    transform: none;
    padding: 20px 25px;
    line-height: 1.6;
    clip-path: none;
    font-size: calc(17px - 1px);
}.course-program-info-JNZTY p::before {
    display: none;
}.course-program-info-JNZTY .master-it-UKANd::before {
    border-radius: 30px;
    height: 200px;
    clip-path: none;
    transform: none;
}.course-program-info-JNZTY .master-it-UKANd::after {
    display: none;
}.course-program-info-JNZTY .master-it-UKANd:hover h3,
    .course-program-info-JNZTY .master-it-UKANd:hover p,
    .course-program-info-JNZTY .master-it-UKANd:hover::before {
    transform: none;
}.course-program-info-JNZTY .main-base-RVUGE {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}.course-program-info-JNZTY .main-base-RVUGE::before,
    .course-program-info-JNZTY .main-base-RVUGE::after {
    display: none;
}.course-program-info-JNZTY .main-base-RVUGE svg {
    width: 35px;
    height: 35px;
}}.tySpace-behdg {
    background: linear-gradient(135deg, rgb(196,192,218,0.5) 0%, rgb(225,222,238) 70%);
    perspective: 1000px;
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.tySpace-behdg::before {
    left: 0;
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(196,192,218,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(196,192,218,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(196,192,218,0.5) 31%, transparent 32%);
    background-size: 80px 80px, 60px 60px, 100px 100px;
    height: 100%;
    top: 0;
}.tySpace-behdg .container {
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
}.tySpace-behdg h2 {
    transform: translateZ(40px);
    opacity: 0;
    font-size: 33px;
    font-family: Roboto, sans-serif;
    line-height: 1.3;
    position: relative;
    color: #000000;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    margin-bottom: 3rem;
}.tySpace-behdg h2::after {
    height: 3px;
    width: 80px;
    transform: scaleX(0);
    bottom: -15px;
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    background: rgb(196,192,218);
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.tySpace-behdg .mentor-team-jQGdx {
    transition: transform 0.5s ease;
    border-left: 5px solid rgb(196,192,218);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    background: #ffffff;
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    opacity: 0;
    transform-style: preserve-3d;
}.tySpace-behdg .mentor-team-jQGdx:hover {
    transform: translateZ(25px) rotateY(0deg);
}.tySpace-behdg ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}.tySpace-behdg li {
    padding: 2.5rem;
    position: relative;
}.tySpace-behdg li::before {
    top: -8px;
    right: -8px;
    background: rgb(163,161,197,0.5);
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    z-index: -1;
    border-radius: 50%;
    height: 40px;
    transform: scale(0);
    width: 40px;
    position: absolute;
    content: "";
    opacity: 0.7;
}.tySpace-behdg span {
    position: relative;
    transform: translateZ(10px);
    display: block;
    font-size: 17px;
    color: #000000;
    font-family: Roboto, sans-serif;
    line-height: 1.8;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(40px);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.tySpace-behdg {
    padding: 4rem 1.5rem;
}.tySpace-behdg h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.9);
}.tySpace-behdg .mentor-team-jQGdx {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.tySpace-behdg {
    padding: 3rem 1rem;
}.tySpace-behdg h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.tySpace-behdg .mentor-team-jQGdx {
    transform: translateZ(10px) rotateY(0);
}.tySpace-behdg li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.tySpace-behdg {
    padding: 2.5rem 0.8rem;
}.tySpace-behdg h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.tySpace-behdg h2::after {
    height: 2px;
    width: 60px;
}.tySpace-behdg li {
    padding: 1.5rem;
}.tySpace-behdg span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.info-details-KYbUT {
    position: relative;
    font-family: Roboto, sans-serif;
    color: #000000;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(225,222,238) 0%, rgba(240, 245, 255, 0.9) 100%);
}.info-details-KYbUT::before {
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(rgb(196,192,218,0.5), 0.03) 20px, rgba(rgb(196,192,218,0.5), 0.03) 40px);
    height: 100%;
    z-index: 1;
    content: '';
    left: 0;
    width: 100%;
}.info-details-KYbUT::after {
    transform: rotate(-15deg);
    right: -20%;
    background: radial-gradient(circle, rgba(rgb(163,161,197,0.5), 0.1) 0%, transparent 70%);
    content: '';
    z-index: 0;
    position: absolute;
    width: 70%;
    height: 200%;
    top: -50%;
}.info-details-KYbUT h1 {
    color: rgb(196,192,218);
    z-index: 2;
    text-shadow: 2px 2px 0 rgba(rgb(196,192,218,0.5), 0.1);
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) translateZ(5px);
    font-size: 43px;
    text-align: center;
    margin-bottom: 2.5rem;
}.info-details-KYbUT h1::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(196,192,218), transparent);
}.info-details-KYbUT .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.info-details-KYbUT .connect-section-WbBRd {
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    display: grid;
    gap: 2rem;
    transform-origin: top center;
    transition: transform 0.3s ease-out;
}.info-details-KYbUT .connect-section-WbBRd:hover {
    transform: perspective(1000px) rotateX(0deg);
}.info-details-KYbUT .connect-section-WbBRd > div {
    transform: translateY(5px);
    box-shadow: 0 5px 15px rgba(rgb(196,192,218,0.5), 0.05);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
}.info-details-KYbUT .connect-section-WbBRd > div:hover {
    background: rgba(rgb(255, 255, 255, 0.5), 1);
    box-shadow: 0 8px 20px rgba(rgb(196,192,218,0.5), 0.1);
    transform: translateY(0);
}.info-details-KYbUT .connect-section-WbBRd > div:first-child {
    font-size: 13px;
    padding: 2rem;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(163,161,197);
    line-height: 1.6;
}.info-details-KYbUT .connect-section-WbBRd > div:first-child::before {
    content: '"';
    left: 10px;
    position: absolute;
    top: 0;
    font-family: serif;
    color: rgba(rgb(163,161,197,0.5), 0.2);
    font-size: 4rem;
    line-height: 1;
}.info-details-KYbUT h6 {
    display: flex;
    font-size: 21px;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    align-items: center;
}.info-details-KYbUT h6 svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
}.info-details-KYbUT span {
    color: #000000;
    font-size: calc(13px - 1px);
    line-height: 1.5;
    margin-left: 1.5rem;
    display: block;
}.info-details-KYbUT .assist-form-RTMOg {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.info-details-KYbUT .assist-form-RTMOg > div {
    margin-bottom: 0.5rem;
}.info-details-KYbUT .online-contact-NbFue {
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    padding: 0.5rem 0;
    color: #000000;
    position: relative;
    font-size: calc(13px - 1px);
}.info-details-KYbUT .online-contact-NbFue::before {
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(196,192,218), transparent);
    width: 100%;
    transform: translateX(-100%);
    position: absolute;
    height: 1px;
    transition: transform 0.3s ease;
}.info-details-KYbUT .online-contact-NbFue:hover {
    color: rgb(196,192,218);
    transform: translateX(5px);
}.info-details-KYbUT .online-contact-NbFue:hover::before {
    transform: translateX(0);
}.info-details-KYbUT .online-contact-NbFue svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}.info-details-KYbUT .online-contact-NbFue:hover svg {
    transform: scale(1.1) rotate(5deg);
}.info-details-KYbUT svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}.info-details-KYbUT svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,161,197);
}.info-details-KYbUT .online-contact-NbFue:hover svg path {
    fill: rgb(196,192,218);
}

@media (min-width: 768px) {.info-details-KYbUT {
    padding: 6rem 3rem;
}.info-details-KYbUT .connect-section-WbBRd {
    padding: 3rem;
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.info-details-KYbUT .connect-section-WbBRd > div:first-child {
    grid-column: 1 / -1;
}.info-details-KYbUT h1 {
    margin-bottom: 3.5rem;
    font-size: calc(43px + 0.5rem);
}.info-details-KYbUT .assist-form-RTMOg {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}.info-details-KYbUT .assist-form-RTMOg > div {
    flex: 0 0 calc(50% - 1rem);
}
}

@media (min-width: 992px) {.info-details-KYbUT {
    padding: 8rem 4rem;
}.info-details-KYbUT .connect-section-WbBRd {
    grid-template-columns: 2fr 1fr 1fr;
}.info-details-KYbUT .connect-section-WbBRd > div:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
}.info-details-KYbUT .assist-form-RTMOg {
    flex-direction: column;
}.info-details-KYbUT .assist-form-RTMOg > div {
    flex: 0 0 100%;
}.info-details-KYbUT h1::after {
    width: 120px;
}
}

@media (max-width: 767px) {.info-details-KYbUT {
    padding: 3rem 1.5rem;
}.info-details-KYbUT h1 {
    font-size: calc(43px - 0.2rem);
}.info-details-KYbUT .connect-section-WbBRd {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.info-details-KYbUT .connect-section-WbBRd > div {
    padding: 1.2rem;
}.info-details-KYbUT span {
    margin-left: 1rem;
}
}

@media (hover: none) {.info-details-KYbUT .connect-section-WbBRd,
    .info-details-KYbUT .connect-section-WbBRd:hover {
    transform: none;
}.info-details-KYbUT .connect-section-WbBRd > div:hover {
    box-shadow: 0 5px 15px rgba(rgb(196,192,218,0.5), 0.05);
    transform: none;
}.info-details-KYbUT .online-contact-NbFue:hover {
    transform: none;
}}.potential-learners-oLxEc {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
    background-color: rgb(225,222,238);
}.potential-learners-oLxEc::before,
.potential-learners-oLxEc::after {
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(196,192,218) 50%, 
        transparent 80%);
    width: 1px;
    content: '';
    animation: beamScan 8s infinite ease-out;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
}.potential-learners-oLxEc::before {
    left: 25%;
    animation-delay: 0s;
}.potential-learners-oLxEc::after {
    animation-delay: 4s;
    right: 25%;
}.potential-learners-oLxEc .mentor-team-jQGdx {
    max-width: 1000px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.potential-learners-oLxEc .mentor-team-jQGdx::before,
.potential-learners-oLxEc .mentor-team-jQGdx::after {
    width: 100%;
    position: absolute;
    animation: horizontalBeam 10s infinite ease-out;
    content: '';
    height: 1px;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(163,161,197) 50%, 
        transparent 90%);
    left: 0;
}.potential-learners-oLxEc .mentor-team-jQGdx::before {
    animation-delay: 2s;
    top: 30%;
}.potential-learners-oLxEc .mentor-team-jQGdx::after {
    bottom: 30%;
    animation-delay: 6s;
}.potential-learners-oLxEc h3 {
    letter-spacing: 1px;
    font-size: 38px;
    margin-bottom: 3.5rem;
    color: rgb(196,192,218);
    position: relative;
    text-align: center;
    font-weight: 600;
}.potential-learners-oLxEc h3::after {
    transform: translateX(-50%) scaleX(0.3);
    animation: pulseLine 4s infinite ease-in-out;
    bottom: -15px;
    position: absolute;
    background: rgb(196,192,218);
    content: '';
    opacity: 0.7;
    height: 2px;
    left: 50%;
    width: 100px;
}.potential-learners-oLxEc ul {
    list-style: none;
    flex-direction: column;
    padding: 0;
    display: flex;
    margin: 0;
    gap: 1.2rem;
}.potential-learners-oLxEc ul li {
    overflow: hidden;
    color: #000000;
    font-weight: 400;
    padding: 1.3rem 1.5rem;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    font-size: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.potential-learners-oLxEc ul li::before {
    transition: transform 0.4s ease;
    content: '';
    opacity: 0.5;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    transform-origin: top;
    transform: scaleY(0);
    background: linear-gradient(to bottom, 
        rgb(163,161,197,0.5), 
        rgb(196,192,218,0.5));
    width: 3px;
}.potential-learners-oLxEc ul li::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(196,192,218,0.5) 20%, 
        transparent 80%);
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    z-index: -1;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.5s ease;
    width: 100%;
    opacity: 0;
}.potential-learners-oLxEc ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.potential-learners-oLxEc ul li:hover::before {
    transform: scaleY(1);
}.potential-learners-oLxEc ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.potential-learners-oLxEc ul li svg {
    z-index: 1;
    position: relative;
    flex-shrink: 0;
    height: 28px;
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    width: 28px;
}.potential-learners-oLxEc ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.potential-learners-oLxEc ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(196,192,218);
}.potential-learners-oLxEc ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(163,161,197);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.potential-learners-oLxEc::before :nth-child(1) {
    animation-delay: 1s;
}.potential-learners-oLxEc::before :nth-child(2) {
    animation-delay: 3s;
}.potential-learners-oLxEc::before :nth-child(3) {
    animation-delay: 5s;
}.potential-learners-oLxEc ul::before {
    width: 50px;
    top: 20px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(196,192,218,0.5);
    opacity: 0.2;
    position: absolute;
    right: 20px;
    content: '';
}.potential-learners-oLxEc ul::after {
    content: '';
    border: 1px solid rgb(163,161,197,0.5);
    left: 20px;
    position: absolute;
    bottom: 20px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.2;
    width: 30px;
}

@media (max-width: 992px) {.potential-learners-oLxEc {
    padding: 4rem 0;
}.potential-learners-oLxEc h3 {
    font-size: calc(38px * 0.9);
}.potential-learners-oLxEc ul {
    gap: 1rem;
}.potential-learners-oLxEc ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.potential-learners-oLxEc {
    padding: 3rem 0;
}.potential-learners-oLxEc .mentor-team-jQGdx {
    padding: 0 1.5rem;
}.potential-learners-oLxEc h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2.5rem;
}.potential-learners-oLxEc ul {
    gap: 0.8rem;
}.potential-learners-oLxEc ul li {
    padding: 1rem;
}.potential-learners-oLxEc ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}}.privacy-enclosure-wDGBc {
    max-width: 1200px;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px;
    color: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    background: #ffffff;
}.privacy-enclosure-wDGBc:before, .privacy-enclosure-wDGBc:after {
    background: linear-gradient(45deg, rgb(196,192,218,0.5), rgb(163,161,197,0.5));
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    transform-origin: center;
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    transform: rotate(45deg) translate(-50%, -50%);
}.privacy-enclosure-wDGBc h1 {
    font-size: 45px;
    position: relative;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(196,192,218);
    padding-bottom: 10px;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}.privacy-enclosure-wDGBc h2 {
    padding-bottom: 5px;
    margin-top: 20px;
    border-bottom: 1px solid rgb(163,161,197,0.5);
    position: relative;
    color: rgb(163,161,197);
    font-size: 36px;
    font-weight: 600;
    z-index: 1;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}.privacy-enclosure-wDGBc ul, .privacy-enclosure-wDGBc ol {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    padding-left: 0;
}.privacy-enclosure-wDGBc li {
    line-height: 1.6;
    counter-increment: list-counter;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
}.privacy-enclosure-wDGBc li:before {
    font-weight: 700;
    position: absolute;
    font-size: 16px;
    top: 0;
    content: counter(list-counter, decimal-leading-zero);
    color: rgb(196,192,218);
    left: 0;
}.privacy-enclosure-wDGBc div {
    line-height: 1.8;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 20px;
    z-index: 1;
}.privacy-enclosure-wDGBc .container {
    z-index: 1;
    position: relative;
}.privacy-enclosure-wDGBc h3, .privacy-enclosure-wDGBc h4, .privacy-enclosure-wDGBc h5, .privacy-enclosure-wDGBc h6 {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(196,192,218);
    z-index: 1;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}.privacy-enclosure-wDGBc p, .privacy-enclosure-wDGBc span {
    position: relative;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    z-index: 1;
}.privacy-enclosure-wDGBc a {
    text-decoration: none;
    border-bottom: 1px solid rgb(163,161,197);
    font-weight: 600;
    z-index: 1;
    position: relative;
    color: rgb(163,161,197);
}.privacy-enclosure-wDGBc a:hover {
    border-bottom: 1px solid rgb(196,192,218);
    color: rgb(196,192,218);
}.privacy-enclosure-wDGBc button {
    font-weight: 700;
    border: none;
    border-radius: 10px;
    background: rgb(196,192,218);
    padding: 15px 30px;
    font-size: 16px;
    z-index: 1;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}.privacy-enclosure-wDGBc button:hover {
    background: rgb(163,161,197);
}

@media only screen and (max-width: 800px) {.privacy-enclosure-wDGBc {
    width: 95%;
    padding: 20px;
}.privacy-enclosure-wDGBc h1 {
    font-size: calc(18px - 5px);
}.privacy-enclosure-wDGBc h2 {
    font-size: calc(18px - 3px);
}.privacy-enclosure-wDGBc ul, .privacy-enclosure-wDGBc ol {
    padding-left: 10px;
}.privacy-enclosure-wDGBc li {
    padding-left: 20px;
}.privacy-enclosure-wDGBc button {
    padding: 10px 20px;
}}.user-reviews-WGPVu {
    position: relative;
    background: rgb(225,222,238);
    overflow: hidden;
    padding: 100px 0;
}.user-reviews-WGPVu::before {
    z-index: 1;
    background: rgb(196,192,218,0.5);
    top: -400px;
    filter: blur(100px);
    position: absolute;
    height: 800px;
    content: "";
    border-radius: 50%;
    opacity: 0.2;
    right: -400px;
    width: 800px;
}.user-reviews-WGPVu::after {
    height: 600px;
    bottom: -300px;
    content: "";
    background: rgb(163,161,197,0.5);
    left: -300px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(80px);
    width: 600px;
}.user-reviews-WGPVu .mentor-team-jQGdx {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.user-reviews-WGPVu h4 {
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    margin-bottom: 60px;
    color: #000000;
}.user-reviews-WGPVu h4::after {
    position: absolute;
    background: rgb(196,192,218,0.5);
    height: 60px;
    top: -20px;
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    content: "";
    width: 60px;
    z-index: -1;
    left: -30px;
}.user-reviews-WGPVu .opinion-corner-qvhTO {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    display: grid;
}.user-reviews-WGPVu .opinion-corner-qvhTO::before {
    z-index: 1;
    background: linear-gradient(to right, transparent, rgb(196,192,218,0.5), transparent);
    content: "";
    left: 10%;
    width: 80%;
    top: 50%;
    position: absolute;
    height: 1px;
}.user-reviews-WGPVu .opinion-corner-qvhTO::after {
    z-index: 1;
    top: 10%;
    background: linear-gradient(to bottom, transparent, rgb(163,161,197,0.5), transparent);
    left: 50%;
    height: 80%;
    content: "";
    position: absolute;
    width: 1px;
}.user-reviews-WGPVu .testimonial-space-WPAsH {
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-height: 320px;
    text-align: center;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 40px;
    justify-content: center;
}.user-reviews-WGPVu .testimonial-space-WPAsH:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
}.user-reviews-WGPVu .testimonial-space-WPAsH::before {
    content: "";
    z-index: -1;
    inset: 5px;
    background: #ffffff;
    position: absolute;
    border-radius: inherit;
}.user-reviews-WGPVu .testimonial-space-WPAsH::after {
    position: absolute;
    opacity: 0.7;
    border-radius: inherit;
    z-index: -2;
    background: linear-gradient(135deg, rgb(196,192,218,0.5), rgb(163,161,197,0.5));
    inset: 0;
    content: "";
}.user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}.user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(2n):hover {
    transform: translateY(10px);
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
}.user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(3n) {
    transform: translateY(-20px);
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}.user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(3n):hover {
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
    transform: translateY(-30px);
}.user-reviews-WGPVu .img-caption-xigmI {
    height: 80px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: morphing 10s infinite alternate ease-in-out;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 20px;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    width: 80px;
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.user-reviews-WGPVu .testimonial-space-WPAsH:hover .img-caption-xigmI {
    transform: scale(1.1);
}.user-reviews-WGPVu .testimonial-space-WPAsH span {
    font-weight: 700;
    position: relative;
    display: block;
    font-size: 21px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    color: #000000;
}.user-reviews-WGPVu .testimonial-space-WPAsH span::after {
    height: 2px;
    transform: translateX(-50%);
    width: 30px;
    content: "";
    bottom: -8px;
    position: absolute;
    background: rgb(196,192,218);
    left: 50%;
}.user-reviews-WGPVu .testimonial-space-WPAsH p {
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    position: relative;
    line-height: 1.6;
}

@media (max-width: 767px) {.user-reviews-WGPVu {
    padding: 70px 0;
}.user-reviews-WGPVu h4 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.8);
    text-align: center;
}.user-reviews-WGPVu h4::after {
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}.user-reviews-WGPVu .opinion-corner-qvhTO {
    gap: 50px;
    grid-template-columns: 1fr;
}.user-reviews-WGPVu .opinion-corner-qvhTO::before,
    .user-reviews-WGPVu .opinion-corner-qvhTO::after {
    display: none;
}.user-reviews-WGPVu .testimonial-space-WPAsH,
    .user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(2n),
    .user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(3n) {
    transform: none;
    min-height: 280px;
    padding: 30px;
}.user-reviews-WGPVu .testimonial-space-WPAsH:hover,
    .user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(2n):hover,
    .user-reviews-WGPVu .testimonial-space-WPAsH:nth-child(3n):hover {
    transform: translateY(-10px);
}.user-reviews-WGPVu .img-caption-xigmI {
    width: 70px;
    height: 70px;
}.user-reviews-WGPVu .testimonial-space-WPAsH span {
    font-size: calc(21px * 0.9);
}.user-reviews-WGPVu .testimonial-space-WPAsH p {
    font-size: calc(14px * 0.9);
}}.connect-with-us-lzhEd {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(225,222,238) 0%, rgba(9, 19, 32, 0.9) 100%);
}.connect-with-us-lzhEd::before {
    opacity: 0.05;
    height: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    animation: gridMove 20s linear infinite;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(196,192,218,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(196,192,218,0.5) 11px
    );
    top: 0;
    width: 100%;
}.connect-with-us-lzhEd::after {
    opacity: 0.1;
    position: absolute;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(196,192,218,0.5) 0%, transparent 60%);
    pointer-events: none;
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    content: "";
}.connect-with-us-lzhEd .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.connect-with-us-lzhEd h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    font-size: 29px;
    margin-bottom: 60px;
    font-family: Roboto, sans-serif;
    color: #ffffff;
}.connect-with-us-lzhEd h2::after {
    background: linear-gradient(to right, transparent, rgb(196,192,218), transparent);
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    bottom: 0;
    content: "";
    position: absolute;
    height: 3px;
}.connect-with-us-lzhEd .reach-widget-ZkWUQ {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.connect-with-us-lzhEd .reach-widget-ZkWUQ::before {
    background: linear-gradient(to bottom right, rgb(196,192,218,0.5), transparent);
    opacity: 0.03;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
}.connect-with-us-lzhEd .img-caption-xigmI {
    min-height: 500px;
    position: relative;
    flex: 1;
    transition: transform 0.6s ease;
    transform: scale(1.01);
}.connect-with-us-lzhEd .img-caption-xigmI::after {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    content: "";
}.connect-with-us-lzhEd .support-box-gQBhm {
    flex: 1;
    position: relative;
    padding: 50px;
}.connect-with-us-lzhEd .support-box-gQBhm::before {
    border-top: 2px solid rgb(196,192,218,0.5);
    border-right: 2px solid rgb(196,192,218,0.5);
    content: "";
    position: absolute;
    right: 20px;
    opacity: 0.7;
    height: 50px;
    top: 20px;
    width: 50px;
}.connect-with-us-lzhEd .support-box-gQBhm::after {
    width: 50px;
    position: absolute;
    border-bottom: 2px solid rgb(196,192,218,0.5);
    height: 50px;
    left: 20px;
    border-left: 2px solid rgb(196,192,218,0.5);
    bottom: 20px;
    opacity: 0.7;
    content: "";
}.connect-with-us-lzhEd form {
    width: 100%;
}.connect-with-us-lzhEd form h3 {
    padding-left: 15px;
    font-size: 19px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}.connect-with-us-lzhEd form h3::before {
    transform: translateY(-50%);
    background: rgb(196,192,218);
    width: 5px;
    height: 25px;
    top: 50%;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
}.connect-with-us-lzhEd form input[type="text"] {
    font-family: Roboto, sans-serif;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.connect-with-us-lzhEd form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(196,192,218), 0.2);
    border-color: rgb(196,192,218);
    outline: none;
}.connect-with-us-lzhEd form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect-with-us-lzhEd .help-reach-AjiBK {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}.connect-with-us-lzhEd .help-reach-AjiBK input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-with-us-lzhEd .help-reach-AjiBK label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    padding-left: 35px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.connect-with-us-lzhEd .help-reach-AjiBK label::before {
    height: 22px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    width: 22px;
}.connect-with-us-lzhEd .help-reach-AjiBK input[type="checkbox"]:checked + label::before {
    border-color: rgb(196,192,218);
    background: rgb(196,192,218);
}.connect-with-us-lzhEd .help-reach-AjiBK input[type="checkbox"]:checked + label::after {
    left: 7px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    width: 8px;
    content: "";
    top: 11px;
    height: 4px;
    position: absolute;
    border-left: 2px solid #ffffff;
}.connect-with-us-lzhEd .help-reach-AjiBK label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(196,192,218);
}.connect-with-us-lzhEd .help-reach-AjiBK label a:hover {
    text-decoration: underline;
}.connect-with-us-lzhEd form .reach-query-inDOA {
    z-index: 1;
    font-weight: 600;
    font-size: 17px;
    border: none;
    position: relative;
    border-radius: 10px;
    padding: 15px 35px;
    display: inline-block;
    background: linear-gradient(45deg, rgb(196,192,218), rgb(163,161,197));
    color: #ffffff;
    transition: all 0.4s ease;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    overflow: hidden;
}.connect-with-us-lzhEd form .reach-query-inDOA::before {
    background: linear-gradient(45deg, rgb(163,161,197), rgb(196,192,218));
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    transition: all 0.4s ease;
    left: -100%;
}.connect-with-us-lzhEd form .reach-query-inDOA:hover::before {
    left: 0;
}.connect-with-us-lzhEd form .reach-query-inDOA:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.connect-with-us-lzhEd svg {
    width: 24px;
    height: 24px;
    fill: rgb(196,192,218);
    margin-right: 15px;
}.connect-with-us-lzhEd svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.connect-with-us-lzhEd {
    padding: 80px 0;
}.connect-with-us-lzhEd .reach-widget-ZkWUQ {
    flex-direction: column;
}.connect-with-us-lzhEd .img-caption-xigmI {
    order: 1;
    min-height: 300px;
}.connect-with-us-lzhEd .support-box-gQBhm {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.connect-with-us-lzhEd {
    padding: 60px 0;
}.connect-with-us-lzhEd h2 {
    margin-bottom: 40px;
}.connect-with-us-lzhEd .img-caption-xigmI {
    min-height: 200px;
}.connect-with-us-lzhEd .support-box-gQBhm {
    padding: 30px 20px;
}.connect-with-us-lzhEd form .reach-query-inDOA {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect-with-us-lzhEd {
    padding: 40px 0;
}.connect-with-us-lzhEd h2 {
    font-size: calc(29px * 0.8);
}.connect-with-us-lzhEd form h3 {
    font-size: calc(19px * 0.9);
}.connect-with-us-lzhEd .support-box-gQBhm::before,
    .connect-with-us-lzhEd .support-box-gQBhm::after {
    width: 30px;
    height: 30px;
}}.register-now-ZQwhz {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(163,161,197,0.5), #ffffff 90%);
    overflow: hidden;
}.register-now-ZQwhz::before {
    height: 100%;
    opacity: 0.6;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,161,197,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(196,192,218,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
}.register-now-ZQwhz::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(163,161,197) 40%, rgb(196,192,218) 60%, transparent);
    position: absolute;
    z-index: 1;
    content: "";
    height: 6px;
    bottom: -5px;
}.register-now-ZQwhz .container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0 15px;
}.register-now-ZQwhz h2 {
    font-size: 35px;
    letter-spacing: -0.01em;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    font-family: Roboto, sans-serif;
    text-align: center;
    max-width: 860px;
    transform: translateY(0);
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-weight: 600;
}.register-now-ZQwhz:hover h2 {
    transform: translateY(-5px);
}.register-now-ZQwhz .mentor-team-jQGdx {
    position: relative;
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.8));
    align-items: center;
    display: flex;
    box-shadow: 
        0 10px 25px -5px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    gap: 1.5rem;
    isolation: isolate;
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem 3rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    justify-content: center;
}.register-now-ZQwhz .mentor-team-jQGdx::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(163,161,197,0.5) 49%, rgb(163,161,197,0.5) 51%, transparent 52%);
    content: "";
    top: 0;
    transition: opacity 0.5s ease;
}.register-now-ZQwhz .mentor-team-jQGdx:hover {
    box-shadow: 
        0 20px 35px -10px rgba(0,0,0,0.1),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(2deg);
}.register-now-ZQwhz .mentor-team-jQGdx:hover::before {
    opacity: 0.5;
}.register-now-ZQwhz svg {
    height: 42px;
    transform: translateY(0) rotate(0);
    width: 42px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.register-now-ZQwhz .mentor-team-jQGdx:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}.register-now-ZQwhz svg path {
    fill: rgb(163,161,197);
    transition: fill 0.3s ease;
}.register-now-ZQwhz .mentor-team-jQGdx:hover svg path {
    fill: rgb(196,192,218);
}.register-now-ZQwhz .reach-query-inDOA {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 0.9rem 2rem;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(196,192,218), rgb(163,161,197));
    display: inline-block;
    font-size: 14px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}.register-now-ZQwhz .reach-query-inDOA::before {
    width: 100%;
    height: 100%;
    left: -100%;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
}.register-now-ZQwhz .reach-query-inDOA:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}.register-now-ZQwhz .reach-query-inDOA:hover::before {
    left: 100%;
}.register-now-ZQwhz .reach-query-inDOA:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

@media (max-width: 992px) {.register-now-ZQwhz {
    padding: 4rem 0;
}.register-now-ZQwhz h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.register-now-ZQwhz .mentor-team-jQGdx {
    padding: 1.5rem 2.5rem;
}
}

@media (max-width: 768px) {.register-now-ZQwhz {
    padding: 3.5rem 0;
}.register-now-ZQwhz h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.8rem;
}.register-now-ZQwhz .mentor-team-jQGdx {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 2rem;
}.register-now-ZQwhz svg {
    height: 36px;
    width: 36px;
}.register-now-ZQwhz .reach-query-inDOA {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 576px) {.register-now-ZQwhz {
    padding: 3rem 0;
}.register-now-ZQwhz h2 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.register-now-ZQwhz .mentor-team-jQGdx {
    padding: 1.2rem 1.5rem;
    width: 100%;
}.register-now-ZQwhz .reach-query-inDOA {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.register-now-ZQwhz h2,
    .register-now-ZQwhz svg,
    .register-now-ZQwhz .mentor-team-jQGdx,
    .register-now-ZQwhz .reach-query-inDOA::before {
    transition: none;
}.register-now-ZQwhz:hover h2,
    .register-now-ZQwhz .mentor-team-jQGdx:hover svg,
    .register-now-ZQwhz .mentor-team-jQGdx:hover {
    transform: none;
}.register-now-ZQwhz .reach-query-inDOA:hover::before {
    left: -100%;
}}header {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    width: 100%;
    position: relative;
    background: #ffffff;
    z-index: 100;
}header::before {
    width: 35%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(196,192,218), rgb(163,161,197));
    left: 0;
    z-index: 0;
    height: 100%;
    content: '';
}header .container {
    z-index: 1;
    max-width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}header .top-head-cuhBl {
    display: flex;
    height: 100%;
    align-items: stretch;
}header .nav-sitebar-HQRvU {
    position: relative;
    justify-content: center;
    display: flex;
    text-decoration: none;
    width: 35%;
    padding: 1.2rem 0;
    align-items: center;
}header .nav-sitebar-HQRvU svg {
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
}header .nav-sitebar-HQRvU:hover svg {
    transform: scale(1.05);
}header .head-main-QwROX {
    width: 65%;
    align-items: center;
    display: flex;
    padding: 1.2rem 3%;
    justify-content: flex-start;
    gap: 0.5rem;
    position: relative;
}header .head-main-QwROX::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(196,192,218,0.5), transparent);
    left: 0;
}header .head-prime-shjrv {
    position: relative;
    transition: all 0.3s ease;
    font-family: Roboto, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    z-index: 1;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    color: #000000;
    overflow: hidden;
}header .head-prime-shjrv::before {
    z-index: -1;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(196,192,218,0.5), rgb(163,161,197,0.5));
    opacity: 0;
    border-radius: 10px;
}header .head-prime-shjrv:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}header .head-prime-shjrv:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav-sitebar-HQRvU {
    padding: 1rem 0;
    width: 30%;
}header .nav-sitebar-HQRvU svg {
    width: 130px;
}header .head-main-QwROX {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .head-prime-shjrv {
    padding: 0.5rem 1rem;
    font-size: calc(16px);
}
}

@media (max-width: 767px) {header {
    background: rgb(225,222,238);
}header::before {
    top: 0;
    width: 100%;
    height: auto;
    bottom: 50%;
}header .top-head-cuhBl {
    flex-direction: column;
    align-items: center;
}header .nav-sitebar-HQRvU {
    padding: 0.8rem 0;
    width: 100%;
}header .nav-sitebar-HQRvU svg {
    width: 120px;
}header .head-main-QwROX {
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 95%;
    justify-content: center;
    padding: 0.8rem 0;
}header .head-main-QwROX::before {
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(196,192,218,0.5), transparent);
    height: 1px;
}header .head-prime-shjrv {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .nav-sitebar-HQRvU {
    padding: 0.7rem 0;
}header .nav-sitebar-HQRvU svg {
    width: 110px;
}header .head-main-QwROX {
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
}header .head-main-QwROX::-webkit-scrollbar {
    height: 3px;
}header .head-main-QwROX::-webkit-scrollbar-thumb {
    background: rgb(196,192,218);
    border-radius: 10px;
}header .head-prime-shjrv {
    white-space: nowrap;
    font-size: calc(16px - 1px);
    margin-right: 2px;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
}}.who-we-are-RFzUn {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.who-we-are-RFzUn::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(196,192,218,0.5), rgb(163,161,197,0.5));
    z-index: 1;
    top: 0;
    opacity: 0.85;
    left: 0;
    height: 100%;
}.who-we-are-RFzUn::after {
    border: 25px solid rgb(163,161,197,0.5);
    bottom: -50px;
    width: 250px;
    right: -50px;
    height: 250px;
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    position: absolute;
    content: "";
    transform: rotate(15deg);
}.who-we-are-RFzUn h4 {
    text-align: center;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    letter-spacing: 3px;
    font-size: 19px;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    position: relative;
}.who-we-are-RFzUn .container {
    perspective: 1000px;
    position: relative;
    padding: 0 20px;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.who-we-are-RFzUn .editorial-box-HliWw {
    opacity: 0;
    padding: 50px 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    transform: translateY(20px) rotateX(2deg);
    position: relative;
    overflow: hidden;
    animation: fadeSlideUpRotate 1.2s ease-out 0.5s forwards;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.who-we-are-RFzUn .editorial-box-HliWw::before {
    width: 5px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(196,192,218), rgb(163,161,197));
    height: 100%;
    top: 0;
}.who-we-are-RFzUn .editorial-box-HliWw h6 {
    font-size: calc(16px * 1.5);
    color: #000000;
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    transform: translateX(-10px);
    padding-bottom: 15px;
}.who-we-are-RFzUn .editorial-box-HliWw h6::after {
    background: rgb(163,161,197);
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
    left: 0;
    height: 3px;
    animation: lineGrow 1s ease-out 1.2s forwards;
    content: "";
}.who-we-are-RFzUn .editorial-box-HliWw div {
    position: relative;
}.who-we-are-RFzUn .editorial-box-HliWw span {
    color: #000000;
    column-count: 1;
    line-height: 1.8;
    transform: translateY(20px);
    animation: fadeSlideUp 1s ease-out 1s forwards;
    display: block;
    font-size: 16px;
    opacity: 0;
}

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

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

@keyframes fadeSlideUpRotate {
    from {
        opacity: 0;
        transform: translateY(20px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

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

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

@media (min-width: 768px) {.who-we-are-RFzUn {
    padding: 160px 0 140px;
}.who-we-are-RFzUn h4 {
    margin-bottom: 60px;
}.who-we-are-RFzUn .editorial-box-HliWw {
    padding: 60px 80px;
}.who-we-are-RFzUn .editorial-box-HliWw span {
    column-gap: 40px;
    column-count: 2;
}
}

@media (min-width: 992px) {.who-we-are-RFzUn {
    padding: 180px 0 160px;
}.who-we-are-RFzUn::after {
    height: 350px;
    width: 350px;
}.who-we-are-RFzUn .editorial-box-HliWw {
    margin: 0 auto;
    transform: translateY(20px) rotateX(3deg);
    width: 90%;
    padding: 70px 90px;
}.who-we-are-RFzUn .editorial-box-HliWw h6 {
    font-size: calc(16px * 1.8);
}.who-we-are-RFzUn .editorial-box-HliWw span {
    column-count: 2;
}
}

@media (min-width: 1200px) {.who-we-are-RFzUn .editorial-box-HliWw {
    width: 80%;
}.who-we-are-RFzUn .editorial-box-HliWw::before {
    width: 8px;
}.who-we-are-RFzUn .editorial-box-HliWw h6::after {
    width: 120px;
}
}

@media (max-width: 767px) {.who-we-are-RFzUn {
    padding: 80px 0 60px;
}.who-we-are-RFzUn h4 {
    margin-bottom: 30px;
    font-size: calc(19px * 0.9);
}.who-we-are-RFzUn .editorial-box-HliWw {
    padding: 30px 25px;
}.who-we-are-RFzUn .editorial-box-HliWw h6 {
    margin-bottom: 20px;
    font-size: calc(16px * 1.2);
}.who-we-are-RFzUn .editorial-box-HliWw span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.who-we-are-RFzUn .editorial-box-HliWw:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) scale(1.01);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.who-we-are-RFzUn .editorial-box-HliWw:hover h6 {
    color: rgb(196,192,218);
    transition: color 0.3s ease;
}.who-we-are-RFzUn .editorial-box-HliWw:hover h6::after {
    transition: background 0.3s ease;
    background: rgb(196,192,218);
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(125deg, #000000 0%, rgb(163,161,197) 100%);
    top: 0;
    z-index: 1;
    right: 0;
    content: '';
    left: 0;
    bottom: 0;
    opacity: 0.95;
    position: absolute;
}.affiliate-cta-SWTVz {
    padding: 60px 0;
    position: relative;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    z-index: 2;
}.affiliate-cta-SWTVz .container {
    flex-wrap: wrap;
    display: flex;
}.affiliate-cta-SWTVz .company_holder {
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    border-radius: 23px;
    flex: 0 0 100%;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}.affiliate-cta-SWTVz .company_holder h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 31px;
}.affiliate-cta-SWTVz .gdpr-block-SAwfW {
    border-radius: 10px;
    text-align: center;
    padding: 15px 20px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 80%;
}.affiliate-cta-SWTVz .youtube-chan-MIBXV {
    flex: 0 0 100%;
    margin-top: 20px;
}.affiliate-cta-SWTVz .nav-tutor-dqXfz {
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 30px;
}.affiliate-cta-SWTVz .head-main-QwROX {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 23px;
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    max-width: calc(50% - 30px);
}.affiliate-cta-SWTVz .head-main-QwROX:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.affiliate-cta-SWTVz .head-main-QwROX h5 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.affiliate-cta-SWTVz .head-main-QwROX .nav-tutor-dqXfz {
    flex-direction: column;
    display: flex;
    margin-top: 0;
    gap: 12px;
}.affiliate-cta-SWTVz .head-main-QwROX .nav-tutor-dqXfz a {
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    padding: 8px 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}.affiliate-cta-SWTVz .head-main-QwROX .nav-tutor-dqXfz a:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
}.insta-feed-gbDRq {
    padding: 20px 0;
    z-index: 2;
    margin-top: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}.insta-feed-gbDRq::before {
    content: '';
    right: 20%;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
    height: 1px;
    top: 0;
}.insta-feed-gbDRq .container {
    justify-content: center;
    display: flex;
}.insta-feed-gbDRq .story-spot-hSEWn {
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.affiliate-cta-SWTVz .nav-tutor-dqXfz {
    justify-content: space-between;
}.affiliate-cta-SWTVz .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.affiliate-cta-SWTVz .youtube-chan-MIBXV {
    flex: 0 0 65%;
}.affiliate-cta-SWTVz .container {
    justify-content: space-between;
    align-items: flex-start;
}.affiliate-cta-SWTVz .gdpr-block-SAwfW {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
}

@media (max-width: 767px) {.affiliate-cta-SWTVz .head-main-QwROX {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.affiliate-cta-SWTVz .company_holder {
    padding: 20px 15px;
}.affiliate-cta-SWTVz .gdpr-block-SAwfW {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.affiliate-cta-SWTVz {
    padding: 40px 0;
}.affiliate-cta-SWTVz .company_holder h3 {
    font-size: calc(31px * 0.8);
}.affiliate-cta-SWTVz .head-main-QwROX h5 {
    font-size: calc(22px * 0.9);
}.affiliate-cta-SWTVz .head-main-QwROX .nav-tutor-dqXfz a {
    font-size: calc(15px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    background-size: 20px 20px;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    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);
    height: 100%;
    width: 100%;
    z-index: 1;
}.education-experience-qDfwY {
    background: linear-gradient(135deg, #000000 0%, rgb(225,222,238) 100%);
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}.education-experience-qDfwY::before {
    mix-blend-mode: screen;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 25% 25%, rgb(196,192,218,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(163,161,197,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
}.education-experience-qDfwY .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.education-experience-qDfwY .testimonial-space-WPAsH {
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    grid-template-columns: 35% 1fr;
    position: relative;
    gap: 20px 40px;
    grid-template-rows: auto auto 1fr;
}.education-experience-qDfwY .img-caption-xigmI {
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    position: relative;
    transform: perspective(1000px) rotateY(-8deg);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(196,192,218,0.5);
    z-index: 3;
    grid-area: photo;
    height: 420px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 20px;
}.education-experience-qDfwY .img-caption-xigmI::before {
    inset: 0;
    border-radius: 20px;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    mix-blend-mode: multiply;
    content: "";
}.education-experience-qDfwY .testimonial-space-WPAsH:hover .img-caption-xigmI {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.education-experience-qDfwY .name {
    padding-left: 20px;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 30px;
    transform-origin: left center;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin: 0;
    align-self: end;
    grid-area: name;
    position: relative;
}.education-experience-qDfwY .name::after {
    width: 60px;
    transition: transform 0.5s ease;
    position: absolute;
    background: rgb(196,192,218);
    height: 4px;
    transform: scaleX(0.6);
    content: "";
    left: 20px;
    bottom: -8px;
    transform-origin: left;
}.education-experience-qDfwY .testimonial-space-WPAsH:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.education-experience-qDfwY .testimonial-space-WPAsH:hover .name::after {
    transform: scaleX(1);
}.education-experience-qDfwY .testimonial-space-WPAsH > span:not(.name) {
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
    font-size: 17px;
    margin-top: 5px;
    color: rgb(163,161,197);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 600;
    grid-area: job;
    transform-origin: left center;
    text-transform: uppercase;
    letter-spacing: 1px;
}.education-experience-qDfwY .testimonial-space-WPAsH:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.education-experience-qDfwY .career-progress-GTidV {
    padding: 35px;
    z-index: 2;
    border-radius: 20px;
    margin: 30px 0 0;
    grid-area: quote;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(10px);
    font-size: 12px;
    color: #ffffff;
    transform: translateY(0);
    line-height: 1.7;
    font-weight: 300;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-left: 4px solid rgb(196,192,218);
}.education-experience-qDfwY .career-progress-GTidV::before {
    left: 25px;
    opacity: 0.7;
    content: "";
    color: rgb(196,192,218);
    top: -15px;
    font-size: calc(48px * 2);
    position: absolute;
}.education-experience-qDfwY .testimonial-space-WPAsH:hover .career-progress-GTidV {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.education-experience-qDfwY {
    padding: 80px 0;
}.education-experience-qDfwY .testimonial-space-WPAsH {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "img-caption-xigmI"
      "name"
      "job-area-EPuGS"
      "career-progress-GTidV";
    grid-template-rows: auto auto auto auto;
}.education-experience-qDfwY .img-caption-xigmI {
    height: 320px;
    margin: 0 auto;
    max-width: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
}.education-experience-qDfwY .name,
  .education-experience-qDfwY .testimonial-space-WPAsH > span:not(.name) {
    padding-left: 0;
    text-align: center;
    transform: none;
}.education-experience-qDfwY .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.education-experience-qDfwY .testimonial-space-WPAsH:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education-experience-qDfwY .career-progress-GTidV {
    margin-top: 20px;
}.education-experience-qDfwY .testimonial-space-WPAsH:hover .img-caption-xigmI,
  .education-experience-qDfwY .testimonial-space-WPAsH:hover .name,
  .education-experience-qDfwY .testimonial-space-WPAsH:hover > span:not(.name),
  .education-experience-qDfwY .testimonial-space-WPAsH:hover .career-progress-GTidV {
    transform: none;
}
}

@media (max-width: 576px) {.education-experience-qDfwY {
    padding: 60px 0;
}.education-experience-qDfwY .img-caption-xigmI {
    max-width: 250px;
    height: 250px;
}.education-experience-qDfwY .name {
    font-size: 18px;
}.education-experience-qDfwY .career-progress-GTidV {
    padding: 25px 20px;
    font-size: calc(12px * 0.95);
}}.title-welcome-yoaPp {
    position: relative;
    overflow: hidden;
    background: rgb(225,222,238);
    display: flex;
    min-height: 100vh;
    align-items: center;
    padding: 80px 20px;
}.title-welcome-yoaPp > div {
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.title-welcome-yoaPp::before {
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
    background: linear-gradient(135deg, rgb(196,192,218,0.5) 0%, rgb(163,161,197,0.5) 100%);
    left: 0;
    position: absolute;
}.title-welcome-yoaPp::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: 
    linear-gradient(45deg, rgb(225,222,238) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(225,222,238) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(225,222,238) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(225,222,238) 75%);
    height: 100%;
    background-size: 20px 20px;
    opacity: 0.03;
    content: "";
}.title-welcome-yoaPp .method-innov-yClJg {
    transform: translateX(-5%);
    margin-bottom: 40px;
    animation: slideInLeft 0.8s ease-out forwards;
    position: relative;
}.title-welcome-yoaPp .intro-head-DaQJr {
    display: inline-block;
    font-size: 38px;
    line-height: 1.2;
    padding: 0;
    font-weight: 700;
    color: rgb(196,192,218);
    position: relative;
    margin: 0;
}.title-welcome-yoaPp .intro-head-DaQJr::after {
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(163,161,197) 0%, rgb(163,161,197,0.5) 100%);
    animation: expandLine 1s 0.4s ease forwards;
    left: 0;
    bottom: -10px;
    content: "";
    width: 60%;
}.title-welcome-yoaPp .page-welcome-vwDRu {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: fadeInUp 1s 0.5s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    border-radius: 10px;
}.title-welcome-yoaPp .page-welcome-vwDRu::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.title-welcome-yoaPp .page-welcome-vwDRu > div {
    z-index: 2;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
    justify-content: center;
    position: relative;
    color: #ffffff;
}.title-welcome-yoaPp .page-welcome-vwDRu p {
    position: relative;
    opacity: 0;
    line-height: 1.6;
    padding-left: 20px;
    max-width: 80%;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    transform: translateX(-20px);
    animation: fadeInRight 0.8s 0.8s ease-out forwards;
    font-size: calc(17px * 1.2);
}.title-welcome-yoaPp .page-welcome-vwDRu p::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    background: rgb(163,161,197);
    top: 0;
    left: 0;
}.title-welcome-yoaPp .page-welcome-vwDRu h3 {
    font-size: 23px;
    padding: 20px;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    font-weight: 600;
    animation: fadeInUp 0.8s 1s ease-out forwards;
    opacity: 0;
    border-left: 3px solid rgb(196,192,218);
    max-width: 90%;
}@keyframes slideInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

html {
    cursor: default;
}

@media screen and (max-width: 992px) {.title-welcome-yoaPp {
    padding: 60px 15px;
}.title-welcome-yoaPp .intro-head-DaQJr {
    font-size: calc(38px * 0.9);
}.title-welcome-yoaPp .page-welcome-vwDRu > div {
    min-height: 350px;
    padding: 40px 30px;
}.title-welcome-yoaPp .page-welcome-vwDRu p {
    max-width: 90%;
    font-size: 17px;
}.title-welcome-yoaPp .page-welcome-vwDRu h3 {
    max-width: 100%;
    font-size: calc(23px * 0.9);
}
}

@media screen and (max-width: 768px) {.title-welcome-yoaPp {
    padding: 50px 10px;
}.title-welcome-yoaPp .method-innov-yClJg {
    margin-bottom: 30px;
}.title-welcome-yoaPp .intro-head-DaQJr {
    font-size: calc(38px * 0.8);
}.title-welcome-yoaPp .page-welcome-vwDRu > div {
    min-height: 300px;
    padding: 30px 20px;
}.title-welcome-yoaPp .page-welcome-vwDRu p {
    margin-bottom: 20px;
    max-width: 100%;
}.title-welcome-yoaPp .page-welcome-vwDRu h3 {
    font-size: calc(23px * 0.8);
    padding: 15px;
}
}

@media screen and (max-width: 576px) {.title-welcome-yoaPp {
    padding: 40px 10px;
}.title-welcome-yoaPp .intro-head-DaQJr {
    font-size: calc(38px * 0.7);
}.title-welcome-yoaPp .page-welcome-vwDRu > div {
    padding: 25px 15px;
    min-height: 250px;
}.title-welcome-yoaPp .page-welcome-vwDRu p {
    padding-left: 15px;
    font-size: calc(17px * 0.9);
}.title-welcome-yoaPp .page-welcome-vwDRu h3 {
    padding: 12px;
    font-size: calc(23px * 0.7);
}
}