* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.law-res-B {
    flex: 0 0 auto;
}.wrapper-segment-E {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}html,body {
    color: #000000;
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1276px;
}.main-train-m {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-team-z {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our-team-z::before {
    z-index: 1;
    content: "";
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(20, 20, 40, 0.75));
    left: 0;
}.our-team-z::after {
    height: 200%;
    opacity: 0.15;
    content: "";
    width: 200%;
    z-index: 2;
    position: absolute;
    background: radial-gradient(circle at center, rgb(141,161,203,0.5), transparent 70%);
    top: -50%;
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
}.our-team-z .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
}.our-team-z .text-drawer-s {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border-left: 3px solid rgb(141,161,203);
    backdrop-filter: blur(10px);
    padding: 45px 50px;
}.our-team-z .text-drawer-s:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team-z .text-drawer-s > div:first-child {
    display: inline-block;
    margin-bottom: 15px;
}.our-team-z .text-drawer-s h5 {
    color: #ffffff;
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}.our-team-z .text-drawer-s h5::after {
    height: 3px;
    transform-origin: left;
    content: "";
    transition: transform 0.4s ease;
    background: rgb(141,161,203);
    width: 60px;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    bottom: 0;
}.our-team-z .text-drawer-s:hover h5::after {
    transform: scaleX(1.5);
}.our-team-z .text-drawer-s > div:nth-child(2) {
    margin-bottom: 25px;
}.our-team-z .text-drawer-s > div:nth-child(2) p {
    font-weight: 600;
    margin: 0;
    font-size: calc(17px * 1.3);
    letter-spacing: 0.5px;
    color: rgb(105,125,167);
}.our-team-z .text-drawer-s ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}.our-team-z .text-drawer-s ol li {
    font-weight: 300;
    color: #ffffff;
    overflow: hidden;
    text-align: justify;
    position: relative;
    padding-left: 0;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}.our-team-z .text-drawer-s ol li::before {
    z-index: -1;
    opacity: 0.05;
    position: absolute;
    width: 200px;
    content: "";
    top: -100px;
    height: 200px;
    background: radial-gradient(circle, rgb(141,161,203,0.5), transparent 70%);
    left: -100px;
    animation: float 20s infinite alternate ease-in-out;
}

@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(100px, 50px);
    }
    50% {
        transform: translate(200px, 0);
    }
    75% {
        transform: translate(100px, -50px);
    }
    100% {
        transform: translate(0, 0);
    }
}


@media (max-width: 1200px) {.our-team-z {
    padding: 100px 0;
}.our-team-z .text-drawer-s {
    padding: 40px 45px;
}
}

@media (max-width: 992px) {.our-team-z {
    padding: 80px 0;
}.our-team-z .text-drawer-s {
    padding: 35px 40px;
    transform: perspective(1000px) rotateY(-1deg);
}.our-team-z .text-drawer-s h5 {
    font-size: calc(21px * 0.95);
}.our-team-z .text-drawer-s > div:nth-child(2) p {
    font-size: calc(17px * 1.2);
}
}

@media (max-width: 768px) {.our-team-z {
    padding: 70px 0;
}.our-team-z .text-drawer-s {
    transform: none;
    padding: 30px 35px;
}.our-team-z .text-drawer-s h5 {
    font-size: calc(21px * 0.9);
}.our-team-z .text-drawer-s > div:nth-child(2) p {
    font-size: calc(17px * 1.1);
}.our-team-z .text-drawer-s ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our-team-z {
    padding: 60px 0;
}.our-team-z .text-drawer-s {
    padding: 25px 30px;
}.our-team-z .text-drawer-s h5 {
    font-size: calc(21px * 0.85);
}.our-team-z .text-drawer-s > div:nth-child(2) p {
    font-size: 17px;
}.our-team-z .text-drawer-s ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.our-team-z .text-drawer-s h5::after {
    width: 50px;
}}.privacy-retreat-U {
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 40px;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    background: #ffffff;
}.privacy-retreat-U:before, .privacy-retreat-U:after {
    opacity: 0.2;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(141,161,203,0.5), rgb(105,125,167,0.5));
    position: absolute;
    content: "";
    transform-origin: center;
    transform: rotate(45deg) translate(-50%, -50%);
}.privacy-retreat-U h1 {
    border-bottom: 2px solid rgb(141,161,203);
    z-index: 1;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    font-size: 40px;
    margin-bottom: 20px;
}.privacy-retreat-U h2 {
    font-size: 35px;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(105,125,167,0.5);
    letter-spacing: 1.5px;
    color: rgb(105,125,167);
}.privacy-retreat-U ul, .privacy-retreat-U ol {
    z-index: 1;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 0;
}.privacy-retreat-U li {
    margin-bottom: 10px;
    counter-increment: list-counter;
    padding-left: 30px;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
}.privacy-retreat-U li:before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    font-size: 15px;
    left: 0;
    font-weight: 700;
    top: 0;
    color: rgb(141,161,203);
}.privacy-retreat-U div {
    padding: 20px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    margin-bottom: 20px;
    line-height: 1.8;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.privacy-retreat-U .container {
    z-index: 1;
    position: relative;
}.privacy-retreat-U h3, .privacy-retreat-U h4, .privacy-retreat-U h5, .privacy-retreat-U h6 {
    position: relative;
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    z-index: 1;
    color: rgb(141,161,203);
}.privacy-retreat-U p, .privacy-retreat-U span {
    margin-bottom: 10px;
    color: #000000;
    z-index: 1;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}.privacy-retreat-U a {
    color: rgb(105,125,167);
    border-bottom: 1px solid rgb(105,125,167);
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-weight: 600;
}.privacy-retreat-U a:hover {
    border-bottom: 1px solid rgb(141,161,203);
    color: rgb(141,161,203);
}.privacy-retreat-U button {
    position: relative;
    border: none;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    z-index: 1;
    padding: 15px 30px;
    background: rgb(141,161,203);
    text-transform: uppercase;
}.privacy-retreat-U button:hover {
    background: rgb(105,125,167);
}

@media only screen and (max-width: 800px) {.privacy-retreat-U {
    padding: 20px;
    width: 95%;
}.privacy-retreat-U h1 {
    font-size: calc(24px - 5px);
}.privacy-retreat-U h2 {
    font-size: calc(24px - 3px);
}.privacy-retreat-U ul, .privacy-retreat-U ol {
    padding-left: 10px;
}.privacy-retreat-U li {
    padding-left: 20px;
}.privacy-retreat-U button {
    padding: 10px 20px;
}}#consentNotification-V {
    display: none;
}#consentNotification-V:checked ~ .cookieNoticeContainer-U {
    opacity: 0;
    visibility: hidden;
}.cookieNoticeContainer-U {
    position: fixed;
    border-top: 3px solid rgb(141,161,203);
    width: 100%;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    background: rgb(105,125,167);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
}.data-consent-N {
    align-items: center;
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    gap: 20px;
    border-radius: 28px;
    display: flex;
    border: 2px dashed rgb(141,161,203);
}.cookieNoticeContainer-U h5 {
    font-weight: 700;
    margin: 0;
    color: rgb(141,161,203);
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1.5px;
}.cookieNoticeContainer-U p {
    line-height: 1.5;
    font-size: 16px;
    position: relative;
    margin: 0;
    color: #ffffff;
}.cookie-comply-K {
    flex-shrink: 0;
    background: rgb(141,161,203,0.5);
    padding: 10px;
    border-radius: 28px;
    margin-right: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}.cookie-comply-K svg {
    fill: rgb(141,161,203);
    height: 60px;
    width: 60px;
}.edu-cookies-l {
    border: 2px solid rgb(141,161,203);
    font-size: 15px;
    min-width: 140px;
    white-space: nowrap;
    line-height: 40px;
    margin-left: 10px;
    text-align: center;
    background: rgb(141,161,203);
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}.edu-cookies-l:hover {
    box-shadow: 0 0 10px rgb(105,125,167);
    background-color: rgb(105,125,167);
}.cookie_button.cookie-overview-T {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(105,125,167);
    color: #ffffff;
}.cookie_button.cookie-overview-T:hover {
    box-shadow: 0 0 10px rgb(105,125,167);
}.cookieNoticeContainer-U p a {
    text-decoration: none;
    color: rgb(141,161,203);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(141,161,203);
}.cookieNoticeContainer-U p a:hover {
    color: rgb(105,125,167);
}
@media only screen and (max-width: 1200px) {.cookieNoticeContainer-U {
    padding: 15px 0;
}.data-consent-N {
    padding: 15px 5%;
}.cookie-comply-K {
    display: none;
}.data-consent-N {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookieNoticeContainer-U h5 {
    margin-bottom: 10px;
    font-size: 19px;
}.cookie-compl-o {
    margin-bottom: 15px;
}.edu-cookies-l {
    margin: 10px 0;
    min-width: 100%;
}}
.service-connect-x {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgba(245, 248, 255, 0.95) 100%);
}.service-connect-x::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(141,161,203,0.5) 0%, transparent 70%);
    left: 0;
    transform: skewY(-3deg);
    position: absolute;
    top: 0;
    z-index: -1;
    transform-origin: top left;
    content: '';
}.service-connect-x::after {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    position: absolute;
    right: -5%;
    content: '';
    height: 60%;
    animation: float 15s infinite ease-in-out;
    width: 30%;
    background: linear-gradient(to right, transparent, rgb(105,125,167,0.5) 70%);
    top: -10%;
}.service-connect-x .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.service-connect-x .feedback-form-b {
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease-out;
    padding: 3rem 2rem;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    background: #ffffff;
}.service-connect-x .feedback-form-b:hover {
    transform: perspective(1000px) rotateY(0deg);
}.service-connect-x h3 {
    color: rgb(141,161,203);
    transform: translateZ(30px);
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 34px;
}.service-connect-x h3::after {
    width: 40%;
    bottom: -10px;
    background: rgb(141,161,203);
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    height: 3px;
    content: '';
}.service-connect-x .feedback-form-b:hover h3::after {
    width: 100%;
}.service-connect-x p {
    max-width: 90%;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 14px;
    transition: transform 0.3s ease-out;
    line-height: 1.7;
}.service-connect-x .feedback-form-b > div:first-of-type p {
    padding-left: 1rem;
    font-style: italic;
    border-left: 3px solid rgb(105,125,167);
}.service-connect-x h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
    font-size: 21px;
    align-items: center;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
}.service-connect-x .learn-ask-L {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    margin: 1.5rem 0 0;
    list-style: none;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 0 0;
}.service-connect-x .learn-ask-L::before {
    content: '';
    background: #ffffff;
    top: -5px;
    left: 0;
    position: absolute;
    height: 10px;
    width: 50px;
}.service-connect-x .learn-ask-L li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.service-connect-x .learn-ask-L li:hover {
    transform: translateX(10px);
}.service-connect-x .get-in-touch-R {
    transition: color 0.3s ease;
    display: flex;
    color: #000000;
    font-size: calc(14px * 0.95);
    text-transform: capitalize;
    align-items: center;
    text-decoration: none;
    gap: 0.75rem;
    font-weight: 600;
}.service-connect-x .get-in-touch-R:hover {
    color: rgb(141,161,203);
}.service-connect-x .get-in-touch-R svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}.service-connect-x .get-in-touch-R:hover svg {
    transform: scale(1.2) rotate(5deg);
}.service-connect-x svg {
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
}.service-connect-x svg path {
    transition: fill 0.3s ease;
}.service-connect-x .get-in-touch-R:hover svg path {
    fill: rgb(141,161,203);
}

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

@media screen and (min-width: 768px) {.service-connect-x .feedback-form-b {
    display: grid;
    gap: 2rem;
    padding: 4rem 3rem;
    grid-template-columns: 1fr 1fr;
}.service-connect-x .feedback-form-b > div:first-of-type {
    grid-column: 1 / -1;
}.service-connect-x .learn-ask-L {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column: 1 / -1;
}.service-connect-x h3 {
    margin-bottom: 2rem;
    font-size: calc(34px * 1.2);
}.service-connect-x p {
    font-size: calc(14px * 1.05);
}
}

@media screen and (min-width: 992px) {.service-connect-x {
    padding: 7rem 0;
}.service-connect-x .feedback-form-b {
    padding: 5rem;
    grid-template-columns: repeat(12, 1fr);
}.service-connect-x .feedback-form-b > div:first-of-type {
    grid-column: 1 / 9;
}.service-connect-x .feedback-form-b > div:nth-of-type(2) {
    grid-column: 9 / 13;
}.service-connect-x .learn-ask-L {
    grid-column: 1 / 13;
    justify-content: flex-start;
    gap: 3rem;
}.service-connect-x h3 {
    transform: translateZ(50px);
    margin-left: -20px;
}
}

@media (hover: hover) {.service-connect-x .feedback-form-b > div:hover p {
    transform: translateX(5px);
}.service-connect-x .get-in-touch-R:active svg {
    transform: scale(0.9);
}
}

@media (prefers-reduced-motion) {.service-connect-x .feedback-form-b,
    .service-connect-x .learn-ask-L li,
    .service-connect-x svg {
    animation: none !important;
    transition: none;
    transform: none !important;
}.service-connect-x::after {
    animation: none;
}}footer {
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
}footer::before {
    backdrop-filter: blur(8px);
    content: "";
    z-index: -1;
    animation: gradientShift 15s ease infinite;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(141,161,203,0.5) 50%, rgb(105,125,167,0.5) 100%);
}.law-res-B {
    padding: 4.5rem 0 2rem;
    position: relative;
}.law-res-B::before {
    content: "";
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(141,161,203) 25%, 
                #ffffff 50%, 
                rgb(105,125,167) 75%, 
                transparent 100%);
    right: 0;
    position: absolute;
    height: 1px;
    animation: shimmer 8s linear infinite;
    top: 0;
}.law-res-B .container {
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative;
}.law-res-B .company_holder {
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
    backdrop-filter: blur(15px);
    padding: 1.5rem;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    flex: 1 1 350px;
}.law-res-B .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(141,161,203,0.5);
    transform: translateY(-5px);
}.law-res-B .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: calc(33px * 0.85);
}.law-res-B .company_holder h3::after {
    background: linear-gradient(to right, rgb(141,161,203), rgb(105,125,167));
    bottom: -8px;
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    transform-origin: left;
    width: 100%;
    transition: transform 0.5s ease;
    transform: scaleX(0.3);
}.law-res-B .company_holder:hover h3::after {
    transform: scaleX(1);
}.law-res-B .webinar-cta-p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    max-width: 450px;
    margin-top: 1rem;
}.law-res-B .guide-section-x {
    position: relative;
    flex: 1 1 450px;
}.law-res-B .header-main-D {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.law-res-B .guide-section-x .header-main-D {
    justify-content: flex-end;
}.law-res-B .header-wrap-L {
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    position: relative;
}.law-res-B .header-wrap-L h5 {
    font-size: 18px;
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
}.law-res-B .header-wrap-L h5::before {
    bottom: -6px;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    position: absolute;
    background: rgb(141,161,203);
    height: 2px;
    left: 0;
}.law-res-B .header-wrap-L:hover h5::before {
    width: 100%;
}.law-res-B .header-wrap-L .header-main-D {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.law-res-B .header-wrap-L a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
}.law-res-B .header-wrap-L a::before {
    left: 0;
    background: linear-gradient(to right, rgb(141,161,203), rgb(105,125,167));
    z-index: -1;
    position: absolute;
    width: 0;
    content: "";
    height: 1px;
    transition: width 0.3s ease;
    bottom: 0;
}.law-res-B .header-wrap-L a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.law-res-B .header-wrap-L a:hover::before {
    width: 100%;
}.quiz-links-t {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    overflow: hidden;
    position: relative;
    padding: 1.5rem 0;
}.quiz-links-t::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(105,125,167) 25%, 
                #ffffff 50%, 
                rgb(141,161,203) 75%, 
                transparent 100%);
    height: 1px;
    top: 0;
    right: 0;
}.quiz-links-t .container {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
}.quiz-links-t .pledge-block-Q {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}.quiz-links-t .pledge-block-Q:hover {
    box-shadow: 0 0 15px rgb(141,161,203,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.law-res-B {
    padding: 3.5rem 0 2rem;
}.law-res-B .container {
    flex-direction: column;
}.law-res-B .company_holder {
    margin-right: 0;
    margin-bottom: 2rem;
    flex: 1 1 100%;
}.law-res-B .guide-section-x {
    flex: 1 1 100%;
}.law-res-B .guide-section-x .header-main-D {
    justify-content: space-between;
}.law-res-B .header-wrap-L {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.law-res-B {
    padding: 3rem 0 1.5rem;
}.law-res-B::before {
    height: 2px;
}.law-res-B .company_holder {
    padding: 1.25rem;
}.law-res-B .header-wrap-L {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.law-res-B .guide-section-x .header-main-D {
    flex-direction: column;
}.quiz-links-t {
    padding: 1.25rem 0;
}.quiz-links-t::before {
    height: 2px;
}
}

@media (max-width: 576px) {.law-res-B {
    padding: 2.5rem 0 1rem;
}.law-res-B .company_holder h3 {
    font-size: calc(33px * 0.75);
}.law-res-B .webinar-cta-p {
    font-size: calc(18px * 0.9);
}.law-res-B .header-wrap-L h5 {
    font-size: calc(18px * 0.9);
}.law-res-B .header-wrap-L a {
    font-size: calc(18px * 0.9);
}.quiz-links-t .pledge-block-Q {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.law-res-B .header-main-D a::after {
    width: 4px;
    height: 4px;
    position: absolute;
    left: -10px;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    background: rgb(141,161,203);
    content: "";
    top: 50%;
    transition: transform 0.3s ease;
}.law-res-B .header-main-D a:hover::after {
    transform: translateY(-50%) scale(1);
}.law-res-B .webinar-cta-p::before {
    left: -10px;
    width: 0;
    position: absolute;
    border: 1px solid transparent;
    top: -10px;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
}.law-res-B .webinar-cta-p::after {
    right: -10px;
    border: 1px solid transparent;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 0;
}.law-res-B .company_holder:hover .webinar-cta-p::before {
    border-top-color: rgb(141,161,203,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(141,161,203,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}.law-res-B .company_holder:hover .webinar-cta-p::after {
    height: calc(100% + 20px);
    border-bottom-color: rgb(105,125,167,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-left-color: rgb(105,125,167,0.5);
    width: calc(100% + 20px);
}.operation-process-x {
    position: relative;
    padding: 170px 0 150px;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgb(105,125,167,0.5) 120%);
    overflow: visible;
}.operation-process-x::before {
    content: '';
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgb(141,161,203,0.5);
    opacity: 0.05;
}.operation-process-x .mentor-network-a {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.operation-process-x .text-drawer-s {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    width: 100%;
}.operation-process-x .text-drawer-s h2 {
    padding: 35px 40px;
    font-size: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 0 auto 80px;
    width: 40%;
    position: relative;
    background: rgb(141,161,203,0.5);
    font-weight: 700;
    color: #ffffff;
    z-index: 4;
    backdrop-filter: blur(10px);
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.operation-process-x .text-drawer-s p {
    color: #ffffff;
    z-index: 3;
    font-size: 18px;
    width: 70%;
    border-radius: 15px;
    padding: 50px 60px;
    position: relative;
    margin: 0 auto;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
}.operation-process-x .text-drawer-s::before {
    content: '';
    width: 2px;
    left: 50%;
    position: absolute;
    z-index: 3;
    background: linear-gradient(to bottom, rgb(141,161,203), transparent);
    height: 60px;
    top: calc(28px * 2 + 70px);
}.operation-process-x .text-drawer-s::after {
    height: 200px;
    position: absolute;
    top: -100px;
    border-radius: 50%;
    content: '';
    background: rgb(141,161,203);
    filter: blur(70px);
    animation: pulse-subtle 15s infinite alternate;
    width: 200px;
    right: 10%;
    opacity: 0.03;
}.operation-process-x .text-drawer-s h2::before {
    position: absolute;
    background: rgb(141,161,203);
    filter: blur(10px);
    width: 140%;
    bottom: -5px;
    opacity: 0.2;
    content: '';
    height: 10px;
    left: -20%;
}.operation-process-x .text-drawer-s h2::after {
    left: 50%;
    bottom: -40px;
    content: '';
    box-shadow: 0 0 15px rgb(141,161,203,0.5);
    position: absolute;
    width: 20px;
    background: rgb(141,161,203);
    height: 20px;
    z-index: 5;
    opacity: 0.7;
    margin-left: -10px;
    border-radius: 50%;
}.operation-process-x .text-drawer-s p::before {
    top: 20px;
    position: absolute;
    height: 1px;
    content: '';
    width: 90%;
    left: 5%;
    background: linear-gradient(90deg, transparent, rgb(141,161,203,0.5), transparent);
    opacity: 0.3;
}.operation-process-x .text-drawer-s p::after {
    background: linear-gradient(90deg, transparent, rgb(141,161,203,0.5), transparent);
    bottom: 20px;
    width: 70%;
    height: 1px;
    left: 15%;
    position: absolute;
    content: '';
    opacity: 0.3;
}.operation-process-x::after {
    z-index: 1;
    opacity: 0.3;
    width: 1px;
    height: 200px;
    background: linear-gradient(to top, rgb(141,161,203,0.5), transparent);
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
}.operation-process-x .mentor-network-a::before {
    background: rgb(141,161,203,0.5);
    height: 2px;
    opacity: 0.2;
    transform-origin: right center;
    width: 250px;
    transform: rotate(30deg);
    top: 40%;
    left: -125px;
    z-index: 0;
    content: '';
    position: absolute;
}.operation-process-x .mentor-network-a::after {
    position: absolute;
    top: 40%;
    transform-origin: left center;
    height: 2px;
    transform: rotate(-30deg);
    opacity: 0.2;
    content: '';
    right: -125px;
    z-index: 0;
    width: 250px;
    background: rgb(141,161,203,0.5);
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.operation-process-x .text-drawer-s h2 {
    width: 50%;
}.operation-process-x .text-drawer-s p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.operation-process-x {
    padding: 140px 0 120px;
}.operation-process-x .text-drawer-s h2 {
    width: 60%;
    margin-bottom: 60px;
    padding: 30px 35px;
}.operation-process-x .text-drawer-s p {
    width: 90%;
    padding: 40px 50px;
}.operation-process-x .text-drawer-s::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.operation-process-x {
    overflow: hidden;
    padding: 120px 0 100px;
}.operation-process-x .text-drawer-s {
    transform: none;
}.operation-process-x .text-drawer-s h2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
    width: 80%;
}.operation-process-x .text-drawer-s p {
    padding: 30px 40px;
    width: 100%;
}.operation-process-x .text-drawer-s::before {
    height: 30px;
}.operation-process-x .text-drawer-s::after,
    .operation-process-x::after,
    .operation-process-x .mentor-network-a::before,
    .operation-process-x .mentor-network-a::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.operation-process-x {
    padding: 100px 0 80px;
}.operation-process-x .text-drawer-s h2 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    width: 100%;
    padding: 25px 30px;
    font-size: calc(28px * 0.8);
}.operation-process-x .text-drawer-s p {
    font-size: calc(18px * 0.9);
    padding: 25px 30px;
}.operation-process-x .text-drawer-s::before {
    height: 20px;
}.operation-process-x .text-drawer-s h2::after {
    height: 15px;
    margin-left: -7.5px;
    width: 15px;
    bottom: -25px;
}}.welcome-section-p {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-height: 100vh;
    padding: 6rem 2rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgb(105,125,167,0.5) 100%);
}.welcome-section-p::before {
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
    opacity: 0.15;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(141,161,203,0.5) 1px, transparent 3px),
    radial-gradient(circle at 30% 70%, rgb(141,161,203,0.5) 1px, transparent 3px),
    radial-gradient(circle at 70% 40%, rgb(141,161,203,0.5) 1px, transparent 3px),
    radial-gradient(circle at 90% 80%, rgb(141,161,203,0.5) 1px, transparent 3px);
    left: 0;
    background-size: 100px 100px;
    z-index: 0;
    right: 0;
}.welcome-section-p .main-title-Z {
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}.welcome-section-p .main-title-Z > div {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.welcome-section-p .main-title-Z > div > div:first-child {
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-100%);
}.welcome-section-p .main-title-Z h3 {
    font-weight: 600;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    position: relative;
    max-width: 90%;
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    border-left: 4px solid rgb(141,161,203);
}.welcome-section-p .main-title-Z .growth-graph-N {
    position: relative;
    border-radius: 8px;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.welcome-section-p .main-title-Z .growth-graph-N::before {
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.7) 100%);
    left: 0;
    content: "";
}.welcome-section-p .main-title-Z .growth-graph-N > div {
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 400px;
    padding: 3rem 2rem;
}.welcome-section-p .main-title-Z .growth-graph-N p {
    position: relative;
    padding-left: 1rem;
    font-size: calc(14px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1rem;
}.welcome-section-p .main-title-Z .growth-graph-N p::before {
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    background: rgb(141,161,203);
    position: absolute;
}.welcome-section-p .title_style_header {
    transform: translateY(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    font-size: 41px;
    margin-top: 0.5rem;
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    position: relative;
}.welcome-section-p .title_style_header::after {
    left: 0;
    position: absolute;
    background: rgb(141,161,203);
    height: 4px;
    border-radius: 2px;
    width: 80px;
    bottom: -10px;
    content: "";
}.welcome-section-p:hover .title_style_header::after {
    width: 120px;
    transition: width 0.4s ease;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.welcome-section-p {
    padding: 8rem 4rem;
}.welcome-section-p .main-title-Z > div {
    align-items: center;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.welcome-section-p .main-title-Z h3 {
    font-size: calc(18px * 1.1);
    padding-left: 2rem;
    margin-bottom: 0;
}.welcome-section-p .main-title-Z .growth-graph-N {
    min-height: 450px;
}.welcome-section-p .main-title-Z .growth-graph-N > div {
    padding: 4rem 3rem;
}.welcome-section-p .title_style_header {
    font-size: calc(41px * 1.2);
}
}

@media (min-width: 1024px) {.welcome-section-p {
    height: 100vh;
    padding: 0;
}.welcome-section-p .main-title-Z > div {
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}.welcome-section-p .main-title-Z h3 {
    max-width: 85%;
    font-size: calc(18px * 1.2);
}.welcome-section-p .main-title-Z .growth-graph-N {
    transition: transform 0.6s ease;
    min-height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
}.welcome-section-p .main-title-Z .growth-graph-N:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome-section-p .main-title-Z .growth-graph-N > div {
    padding: 5rem 4rem;
}.welcome-section-p .title_style_header {
    font-size: calc(41px * 1.4);
}.welcome-section-p .main-title-Z .growth-graph-N p {
    font-size: calc(14px * 1.2);
}
}

@media (max-width: 767px) {.welcome-section-p {
    padding: 4rem 1.5rem;
}.welcome-section-p .main-title-Z h3 {
    max-width: 100%;
    font-size: calc(18px * 0.9);
}.welcome-section-p .main-title-Z .growth-graph-N > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.welcome-section-p .title_style_header {
    font-size: calc(41px * 0.9);
}.welcome-section-p .main-title-Z .growth-graph-N p {
    font-size: 14px;
    max-width: 100%;
}}header {
    position: relative;
    background: linear-gradient(to right, rgb(176,197,239), #ffffff);
    padding: 1.5rem 0;
    z-index: 100;
    box-shadow: 0 5px 15px rgb(141,161,203,0.5);
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .main-teach-S {
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}header .nav-study-O {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    text-decoration: none;
}header .nav-study-O::after {
    opacity: 0.7;
    background: linear-gradient(to right, transparent, rgb(141,161,203), transparent);
    content: '';
    left: 0;
    bottom: -5px;
    position: absolute;
    width: 100%;
    height: 2px;
}header .nav-study-O svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 180px;
}header .nav-study-O:hover svg {
    transform: scale(1.05);
}header .header-wrap-L {
    padding: 0.8rem;
    border-radius: 17px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, rgb(141,161,203,0.5), rgb(105,125,167,0.5));
    gap: 0.5rem;
    flex-wrap: wrap;
}header .top-learning-e {
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}header .top-learning-e:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(141,161,203,0.5);
    background: linear-gradient(135deg, rgb(141,161,203), rgb(105,125,167));
    transform: translateY(-2px);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav-study-O svg {
    width: 160px;
}header .header-wrap-L {
    padding: 0.7rem;
}header .top-learning-e {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main-teach-S {
    gap: 1rem;
}header .nav-study-O svg {
    width: 140px;
}header .header-wrap-L {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top-learning-e {
    font-size: calc(14px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main-teach-S {
    gap: 0.8rem;
}header .nav-study-O svg {
    width: 120px;
}header .header-wrap-L {
    justify-content: flex-start;
    padding: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .header-wrap-L::-webkit-scrollbar {
    height: 3px;
}header .header-wrap-L::-webkit-scrollbar-thumb {
    background: rgb(141,161,203);
    border-radius: 10px;
}header .top-learning-e {
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(14px - 2px);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(141,161,203);
}header .top_plank .edu-learn-Z div svg, header .top_plank .edu-learn-Z div svg path {
    fill: #ffffff;
}header .top_plank .edu-learn-Z div span {
    color: #ffffff;
}header .top_plank .edu-learn-Z {
    padding: 15px 0 10px 0;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 12px;
    display: flex;
    line-height: 21px;
}header .top_plank .edu-learn-Z div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .edu-learn-Z div img, header .top_plank .edu-learn-Z div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.connect-with-us-Z {
    background: rgb(176,197,239);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.connect-with-us-Z::before {
    right: -150px;
    content: "";
    filter: blur(70px);
    z-index: 1;
    background: linear-gradient(45deg, rgb(141,161,203,0.5), rgb(105,125,167,0.5));
    border-radius: 50%;
    height: 400px;
    width: 400px;
    position: absolute;
    top: -150px;
}.connect-with-us-Z::after {
    border-radius: 50%;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(105,125,167,0.5), rgb(141,161,203,0.5));
    width: 300px;
    bottom: -100px;
    position: absolute;
    z-index: 1;
    content: "";
    left: -100px;
    height: 300px;
}.connect-with-us-Z .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}.connect-with-us-Z h2 {
    text-align: center;
    font-size: 31px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.connect-with-us-Z h2::before {
    height: 50px;
    content: "";
    top: -25px;
    width: 50px;
    position: absolute;
    z-index: -1;
    left: calc(50% - 120px);
    background: rgb(141,161,203,0.5);
    border-radius: 50%;
}.connect-with-us-Z h2::after {
    z-index: -1;
    bottom: -15px;
    background: rgb(105,125,167,0.5);
    width: 30px;
    border-radius: 50%;
    height: 30px;
    right: calc(50% - 100px);
    content: "";
    position: absolute;
}.connect-with-us-Z .request-help-X {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
}.connect-with-us-Z .request-help-X::before {
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(141,161,203,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(105,125,167,0.5) 99%
    );
    z-index: 0;
    position: absolute;
    inset: 0;
    pointer-events: none;
}.connect-with-us-Z .image-cell-o {
    min-height: 500px;
    position: relative;
    flex: 0 0 45%;
    transition: transform 0.5s ease;
}.connect-with-us-Z .image-cell-o::before {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.connect-with-us-Z .image-cell-o::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    pointer-events: none;
    bottom: 20px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}.connect-with-us-Z .feedback-support-C {
    padding: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    flex: 0 0 55%;
}.connect-with-us-Z form {
    z-index: 3;
    position: relative;
}.connect-with-us-Z form h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}.connect-with-us-Z form input[type="text"] {
    border-radius: 12px;
    color: #000000;
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 18px 25px;
    font-size: 18px;
    background: rgb(176,197,239);
    border: none;
}.connect-with-us-Z form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(141,161,203), 0.1);
    border: 1px solid transparent;
    background: linear-gradient(rgb(176,197,239), rgb(176,197,239)) padding-box,
                linear-gradient(to right, rgb(141,161,203), rgb(105,125,167)) border-box;
    outline: none;
}.connect-with-us-Z form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.connect-with-us-Z .connect-map-B {
    position: relative;
    margin-bottom: 30px;
}.connect-with-us-Z .connect-map-B input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-with-us-Z .connect-map-B label {
    align-items: center;
    color: #000000;
    cursor: pointer;
    display: flex;
    padding-left: 35px;
    font-size: 13px;
    position: relative;
}.connect-with-us-Z .connect-map-B label::before {
    background: rgb(176,197,239);
    border-radius: 6px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    height: 22px;
    width: 22px;
}.connect-with-us-Z .connect-map-B input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(141,161,203), rgb(105,125,167));
}.connect-with-us-Z .connect-map-B input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
    top: 4px;
    left: 8px;
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    height: 12px;
}.connect-with-us-Z .connect-map-B label a {
    font-weight: 600;
    color: rgb(141,161,203);
    transition: color 0.3s ease;
    text-decoration: none;
}.connect-with-us-Z .connect-map-B label a:hover {
    color: rgb(105,125,167);
}.connect-with-us-Z .reach-query-A {
    width: 100%;
    border: none;
    font-weight: 600;
    padding: 20px;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    transition: all 0.5s ease;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(141,161,203), rgb(105,125,167));
}.connect-with-us-Z .reach-query-A::before {
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(105,125,167), rgb(141,161,203));
    left: 0;
    position: absolute;
    transform: scaleX(0);
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    transform-origin: right;
}.connect-with-us-Z .reach-query-A:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect-with-us-Z svg {
    fill: none;
    width: 24px;
    height: 24px;
    stroke: rgb(141,161,203);
    transition: all 0.3s ease;
    margin-right: 12px;
}.connect-with-us-Z svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(141,161,203);
    stroke-width: 2;
}.connect-with-us-Z svg:hover,
.connect-with-us-Z svg:hover path {
    stroke: rgb(105,125,167);
}

@media (max-width: 1024px) {.connect-with-us-Z {
    padding: 70px 0;
}.connect-with-us-Z .feedback-support-C {
    padding: 45px;
}.connect-with-us-Z .image-cell-o {
    min-height: 450px;
}
}

@media (max-width: 768px) {.connect-with-us-Z {
    padding: 60px 0;
}.connect-with-us-Z h2 {
    margin-bottom: 40px;
}.connect-with-us-Z .request-help-X {
    flex-direction: column;
}.connect-with-us-Z .image-cell-o {
    flex: 0 0 300px;
    min-height: 300px;
    width: 100%;
}.connect-with-us-Z .feedback-support-C {
    padding: 40px 30px;
    flex: 0 0 auto;
}.connect-with-us-Z form h3 {
    margin-bottom: 25px;
}.connect-with-us-Z form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.connect-with-us-Z {
    padding: 50px 0;
}.connect-with-us-Z h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.connect-with-us-Z .image-cell-o {
    min-height: 220px;
}.connect-with-us-Z .feedback-support-C {
    padding: 30px 20px;
}.connect-with-us-Z form h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.connect-with-us-Z form input[type="text"] {
    font-size: calc(18px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.connect-with-us-Z .reach-query-A {
    padding: 16px;
}.connect-with-us-Z .connect-map-B label {
    font-size: calc(13px * 0.95);
}}.user-testimonials-H {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,197,239) 50%, rgb(141,161,203,0.5) 50%);
    padding: 6rem 0;
    position: relative;
}.user-testimonials-H::before {
    background: linear-gradient(45deg, rgb(105,125,167), rgb(141,161,203,0.5));
    right: -5%;
    border-radius: 50%;
    opacity: 0.7;
    width: 200px;
    filter: blur(50px);
    top: -5%;
    content: "";
    height: 200px;
    position: absolute;
    z-index: 0;
}.user-testimonials-H::after {
    z-index: 0;
    position: absolute;
    left: -5%;
    background: linear-gradient(135deg, rgb(141,161,203), rgb(105,125,167,0.5));
    bottom: -5%;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(60px);
    content: "";
    width: 250px;
    height: 250px;
}.user-testimonials-H .container {
    position: relative;
    z-index: 1;
}.user-testimonials-H h2 {
    margin-bottom: 4rem;
    font-size: 30px;
    display: inline-block;
    color: #000000;
    position: relative;
    transform: skewX(-5deg);
    font-weight: 700;
}.user-testimonials-H h2::after {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(105,125,167), transparent);
    width: 70%;
    transform: translateX(15%);
    bottom: -10px;
    height: 4px;
}.user-testimonials-H .feedback-stars-R {
    transform: rotate(-2deg);
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}.user-testimonials-H .client-stories-d {
    padding: 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: #ffffff;
    transform: rotate(2deg);
    transition: all 0.5s ease;
    border-radius: 21px;
    display: flex;
}.user-testimonials-H .client-stories-d:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.user-testimonials-H .client-stories-d:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.user-testimonials-H .client-stories-d:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transform: rotate(0) translateY(-10px) scale(1.05);
}.user-testimonials-H .client-stories-d::before {
    background: linear-gradient(90deg, rgb(105,125,167), rgb(141,161,203));
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 5px;
}.user-testimonials-H .client-stories-d img {
    margin: 0 auto 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 80px;
    width: 80px;
    border: 3px solid #ffffff;
    transition: all 0.5s ease;
    object-fit: cover;
    border-radius: 50%;
    transform: translateY(-20px);
}.user-testimonials-H .client-stories-d:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.user-testimonials-H .client-stories-d p {
    font-size: calc(14px * 1.1);
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 0.5rem;
}.user-testimonials-H .client-stories-d .description {
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    font-style: italic;
    text-align: center;
    position: relative;
}.user-testimonials-H .client-stories-d .description::before {
    z-index: -1;
    font-family: serif;
    left: 0;
    content: "";
    position: absolute;
    font-size: 4rem;
    color: rgb(105,125,167,0.5);
    top: -20px;
}

@media (max-width: 992px) {.user-testimonials-H .feedback-stars-R {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user-testimonials-H {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(176,197,239) 40%, rgb(141,161,203,0.5) 60%);
}.user-testimonials-H h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 3rem;
}.user-testimonials-H .feedback-stars-R {
    transform: rotate(0);
    gap: 2rem;
    grid-template-columns: 1fr;
}.user-testimonials-H .client-stories-d,
    .user-testimonials-H .client-stories-d:nth-child(odd),
    .user-testimonials-H .client-stories-d:nth-child(3n) {
    transform: rotate(0);
}.user-testimonials-H .client-stories-d:hover {
    transform: translateY(-5px);
}}.target-audience-N {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    position: relative;
}.target-audience-N::before {
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(141,161,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(105,125,167,0.5) 0%, transparent 40%);
    opacity: 0.15;
    height: 100%;
}.target-audience-N::after {
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(141,161,203,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(105,125,167,0.5) 49%, transparent 51%);
    content: '';
}.target-audience-N .mentor-network-a {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0 30px;
    z-index: 10;
    position: relative;
}.target-audience-N h3 {
    display: inline-block;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 37px;
    color: #000000;
    position: relative;
    padding: 0 20px;
}.target-audience-N h3::before,
.target-audience-N h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
    height: 2px;
}.target-audience-N h3::before {
    left: -60px;
}.target-audience-N h3::after {
    right: -60px;
}.target-audience-N ul {
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    gap: 40px;
    justify-content: center;
}.target-audience-N ul li {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    display: flex;
    gap: 20px;
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    border-radius: 17px;
    width: calc(33.333% - 27px);
    text-align: left;
    align-items: flex-start;
    min-width: 280px;
}.target-audience-N ul li::before {
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
    content: '';
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    top: 0;
    left: 0;
    height: 5px;
    opacity: 0;
}.target-audience-N ul li::after {
    left: -50px;
    opacity: 0.1;
    content: '';
    background: rgb(141,161,203,0.5);
    height: 100px;
    transition: all 0.6s ease;
    width: 100px;
    bottom: -50px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}.target-audience-N ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.target-audience-N ul li:hover::before {
    opacity: 1;
}.target-audience-N ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.target-audience-N ul li svg {
    height: 50px;
    position: relative;
    transition: all 0.5s ease;
    flex-shrink: 0;
    width: 50px;
}.target-audience-N ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.target-audience-N ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(141,161,203);
}.target-audience-N ul li:hover svg path {
    fill: rgb(105,125,167);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.target-audience-N ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.target-audience-N ul li:nth-child(1) {
    animation-delay: 0.1s;
}.target-audience-N ul li:nth-child(2) {
    animation-delay: 0.25s;
}.target-audience-N ul li:nth-child(3) {
    animation-delay: 0.4s;
}.target-audience-N ul li:nth-child(4) {
    animation-delay: 0.55s;
}.target-audience-N ul li:nth-child(5) {
    animation-delay: 0.7s;
}.target-audience-N ul li:nth-child(6) {
    animation-delay: 0.85s;
}.target-audience-N ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.target-audience-N ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.target-audience-N ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.target-audience-N {
    padding: 90px 0;
}.target-audience-N h3 {
    margin-bottom: 60px;
}.target-audience-N h3::before,
    .target-audience-N h3::after {
    width: 30px;
}.target-audience-N h3::before {
    left: -40px;
}.target-audience-N h3::after {
    right: -40px;
}.target-audience-N ul {
    gap: 30px;
}.target-audience-N ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.target-audience-N ul li {
    width: 100%;
    max-width: 400px;
}.target-audience-N ul li:nth-child(3n+1),
    .target-audience-N ul li:nth-child(3n+2),
    .target-audience-N ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.target-audience-N {
    padding: 70px 0;
}.target-audience-N h3 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
}.target-audience-N h3::before,
    .target-audience-N h3::after {
    display: none;
}.target-audience-N ul {
    gap: 25px;
}.target-audience-N ul li {
    padding: 30px 20px;
}.target-audience-N ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.target-audience-N ul li {
    opacity: 1;
    animation: none;
}.target-audience-N ul li:hover {
    transform: none;
}.target-audience-N ul li:hover svg {
    transform: none;
}}.tariff-plan-p {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(176,197,239), rgba(240, 240, 255, 0.95));
    overflow: hidden;
}.tariff-plan-p::before {
    top: -10%;
    content: "";
    right: -5%;
    position: absolute;
    filter: blur(60px);
    width: 40%;
    height: 70%;
    opacity: 0.4;
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(145deg, rgb(141,161,203,0.5), rgb(105,125,167,0.5));
}.tariff-plan-p::after {
    height: 60%;
    content: "";
    background: linear-gradient(215deg, rgb(105,125,167,0.5), rgb(141,161,203,0.5));
    position: absolute;
    filter: blur(50px);
    left: -5%;
    width: 35%;
    opacity: 0.3;
    z-index: 0;
    bottom: -10%;
    transform: rotate(12deg) skewX(-10deg);
}.tariff-plan-p .container {
    max-width: 1320px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.tariff-plan-p .pricing-block-s {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.tariff-plan-p .pricing-deals-c {
    transform: translateY(30px);
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
}.tariff-plan-p .pricing-deals-c h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
}.tariff-plan-p .pricing-deals-c h2::after {
    content: "";
    border-radius: 10px;
    height: 4px;
    left: 50%;
    width: 80px;
    bottom: -12px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
}.tariff-plan-p .monthly-rate-C {
    line-height: 1.6;
    max-width: 680px;
    margin: 20px auto 0;
    color: #000000;
    font-size: 17px;
}.tariff-plan-p .rate-plans-K {
    grid-template-columns: 1fr;
    display: grid;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
    transform: translateY(40px);
}.tariff-plan-p .pricing-pack-h {
    text-decoration: none;
    backface-visibility: hidden;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.tariff-plan-p .class-deals-U {
    background: #ffffff;
    will-change: transform, box-shadow;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.tariff-plan-p .pricing-pack-h:hover .class-deals-U {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.tariff-plan-p .plan-options-t {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
}.tariff-plan-p .plan-options-t h3 {
    white-space: normal;
    overflow-wrap: break-word;
    font-size: calc(24px + 2px);
    color: #000000;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    word-break: break-word;
}.tariff-plan-p .plan-options-t h3::before {
    top: 5px;
    background: linear-gradient(to bottom, rgb(141,161,203), rgb(105,125,167));
    content: "";
    border-radius: 10px;
    position: absolute;
    height: calc(100% - 10px);
    left: 0;
    width: 4px;
}.tariff-plan-p .fee-plan-v {
    font-weight: 700;
    margin: 5px 0 20px;
    font-size: calc(24px + 4px);
    padding: 8px 15px;
    border-radius: 6px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    position: relative;
    display: inline-block;
    color: rgb(141,161,203);
}.tariff-plan-p .plan-options-t p {
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 10px;
    word-break: break-word;
    color: #000000;
    font-size: 17px;
    margin-top: 5px;
    white-space: normal;
    overflow-wrap: break-word;
}.tariff-plan-p .image-cell-o {
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
}.tariff-plan-p .image-cell-o::after {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    position: absolute;
}.tariff-plan-p .pricing-pack-h:hover .image-cell-o {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.tariff-plan-p .rate-plans-K {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.tariff-plan-p .pricing-block-s {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.tariff-plan-p .pricing-block-s {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.tariff-plan-p .pricing-deals-c {
    align-self: center;
    text-align: left;
    grid-column: 2;
    grid-row: 1;
}.tariff-plan-p .pricing-deals-c h2 {
    display: inline-block;
}.tariff-plan-p .pricing-deals-c h2::after {
    transform: none;
    left: 0;
}.tariff-plan-p .monthly-rate-C {
    margin: 25px 0 0;
}.tariff-plan-p .rate-plans-K {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff-plan-p .rate-plans-K {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.tariff-plan-p .plan-options-t {
    padding: 40px 35px;
}.tariff-plan-p .image-cell-o {
    height: 240px;
}
}

@media (max-width: 767px) {.tariff-plan-p {
    padding: 80px 0;
}.tariff-plan-p .pricing-deals-c {
    margin-bottom: 20px;
}.tariff-plan-p .class-deals-U {
    max-width: 100%;
}.tariff-plan-p .plan-options-t {
    padding: 30px 25px;
}.tariff-plan-p .plan-options-t h3 {
    font-size: calc(24px + 1px);
}.tariff-plan-p .fee-plan-v {
    margin: 0 0 15px;
    font-size: 24px;
}.tariff-plan-p .image-cell-o {
    height: 200px;
}
}

@media (max-width: 480px) {.tariff-plan-p {
    padding: 60px 0;
}.tariff-plan-p .plan-options-t {
    padding: 25px 20px;
}.tariff-plan-p .image-cell-o {
    height: 180px;
}}.program-details-R {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(176,197,239);
    position: relative;
}.program-details-R::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background-size: 60px 60px;
    width: 100%;
}.program-details-R::after {
    background: radial-gradient(circle at center, rgb(141,161,203,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    opacity: 0.15;
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.program-details-R .career-lab-d {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}.program-details-R .text-drawer-s {
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.02);
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 40px;
    z-index: 4;
}.program-details-R .text-drawer-s::before {
    border-radius: 29px;
    mask-composite: exclude;
    content: "";
    background: linear-gradient(135deg, rgb(141,161,203,0.5), transparent 70%, rgb(105,125,167,0.5)) border-box;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0.3;
    top: 0;
    -webkit-mask-composite: xor;
    height: 100%;
    border: 1px solid transparent;
    z-index: -1;
    left: 0;
    width: 100%;
}.program-details-R .text-drawer-s h2 {
    color: #000000;
    padding-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}.program-details-R .text-drawer-s h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
    position: absolute;
    width: 60px;
    border-radius: 10px;
}.program-details-R .text-drawer-s .description {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
}.program-details-R .text-drawer-s .description:last-child {
    margin-bottom: 0;
}.program-details-R .image-cell-o {
    overflow: hidden;
    width: 100%;
    border-radius: 29px;
    height: 500px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
}.program-details-R .image-cell-o::before {
    opacity: 0.3;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(141,161,203,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}.program-details-R .image-cell-o::after {
    content: "";
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 50%, rgb(105,125,167,0.5) 100%);
    opacity: 0.3;
}.program-details-R .career-lab-d::before,
.program-details-R .career-lab-d::after {
    content: "";
    height: 1px;
    width: 200px;
    z-index: 1;
    position: absolute;
    top: 50%;
    opacity: 0.5;
    background-color: rgb(141,161,203,0.5);
}.program-details-R .career-lab-d::before {
    left: -100px;
    transform: rotate(45deg);
}.program-details-R .career-lab-d::after {
    transform: rotate(-45deg);
    right: -100px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.program-details-R .career-lab-d {
    align-items: center;
    grid-template-rows: auto auto auto;
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.program-details-R .text-drawer-s {
    grid-row: 1;
    grid-column: 1 / 3;
    max-width: 100%;
    margin-bottom: 60px;
}.program-details-R .text-drawer-s .description:first-of-type {
    grid-row: 2;
    padding-right: 30px;
    grid-column: 1;
    text-align: right;
}.program-details-R .text-drawer-s .description:last-child {
    grid-row: 2;
    padding-left: 30px;
    grid-column: 2;
    text-align: left;
}.program-details-R .image-cell-o {
    grid-column: 1 / 3;
    max-width: 100%;
    height: 500px;
    grid-row: 3;
    margin-top: 60px;
}.program-details-R .career-lab-d {
    position: relative;
}.program-details-R .career-lab-d::after {
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(141,161,203,0.5) 30%, rgb(141,161,203,0.5) 70%, transparent);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 1px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
}

@media (min-width: 1200px) {.program-details-R .career-lab-d {
    flex-direction: column;
    align-items: center;
    display: flex;
}.program-details-R .text-drawer-s {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.program-details-R .text-drawer-s h2 {
    width: 100%;
}.program-details-R .text-drawer-s .description {
    text-align: left;
    position: relative;
    padding: 0 15px;
    width: calc(50% - 30px);
}.program-details-R .text-drawer-s .description:first-of-type::after {
    background: linear-gradient(to bottom, transparent, rgb(141,161,203,0.5), transparent);
    width: 1px;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}.program-details-R .image-cell-o {
    margin-top: 60px;
    border-radius: calc(29px * 2);
    max-width: 80%;
    height: 450px;
}.program-details-R .career-lab-d::after {
    display: none;
}
}

@media (max-width: 991px) {.program-details-R {
    padding: 80px 0;
}.program-details-R .text-drawer-s {
    padding: 30px;
}.program-details-R .text-drawer-s h2 {
    font-size: calc(38px * 0.9);
}.program-details-R .image-cell-o {
    margin-top: 40px;
    height: 400px;
}.program-details-R .career-lab-d::before,
    .program-details-R .career-lab-d::after {
    width: 150px;
}
}

@media (max-width: 768px) {.program-details-R {
    padding: 60px 0;
}.program-details-R .text-drawer-s {
    padding: 25px 20px;
}.program-details-R .text-drawer-s h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(38px * 0.85);
}.program-details-R .text-drawer-s h2::after {
    width: 50px;
    height: 2px;
}.program-details-R .text-drawer-s .description {
    font-size: calc(17px * 0.95);
}.program-details-R .image-cell-o {
    height: 350px;
    margin-top: 30px;
}.program-details-R .career-lab-d::before,
    .program-details-R .career-lab-d::after {
    display: none;
}
}

@media (max-width: 576px) {.program-details-R {
    padding: 50px 0;
}.program-details-R .text-drawer-s {
    padding: 20px 15px;
}.program-details-R .text-drawer-s h2 {
    padding-bottom: 12px;
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.program-details-R .text-drawer-s h2::after {
    width: 40px;
}.program-details-R .text-drawer-s .description {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}.program-details-R .image-cell-o {
    margin-top: 25px;
    height: 250px;
}}.register-now-f {
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, #ffffff 70%, rgb(141,161,203,0.5) 100%);
    transform-style: preserve-3d;
}.register-now-f::before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -10%;
    width: 120%;
    z-index: 0;
    transform: rotateZ(-5deg) translateZ(-10px);
    background: linear-gradient(45deg, rgb(141,161,203,0.5) 0%, transparent 60%);
    height: 110%;
    top: -5%;
}.register-now-f::after {
    right: 0;
    width: 40%;
    height: 60%;
    content: "";
    background: linear-gradient(210deg, rgb(105,125,167,0.5) 0%, transparent 80%);
    z-index: 0;
    pointer-events: none;
    position: absolute;
    transform: translateZ(-5px);
    bottom: 0;
}.register-now-f .container {
    max-width: 1200px;
    position: relative;
    backdrop-filter: blur(5px);
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    z-index: 1;
    padding: 2rem;
    transform: translateZ(0);
}.register-now-f h2 {
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px);
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    max-width: 90%;
    margin-bottom: 2.5rem;
    position: relative;
}.register-now-f h2::after {
    position: absolute;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(141,161,203) 0%, rgb(105,125,167) 100%);
    left: 0;
    bottom: -0.75rem;
    content: "";
    width: 8rem;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
}.register-now-f .mentor-network-a {
    align-items: center;
    display: flex;
    position: relative;
    margin-top: 2rem;
    transform: translateZ(20px);
    gap: 2.5rem;
}.register-now-f .mentor-network-a::before {
    height: calc(100% + 2rem);
    content: "";
    left: -2rem;
    transform: translateZ(-5px);
    width: calc(100% + 4rem);
    z-index: -1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: -1rem;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    position: absolute;
}.register-now-f svg {
    transform: translateZ(15px) rotate(-5deg);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    height: 4rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 4rem;
}.register-now-f svg:hover {
    transform: translateZ(25px) rotate(0deg) scale(1.1);
}.register-now-f svg path {
    fill: rgb(141,161,203);
    transition: fill 0.3s ease-out;
}.register-now-f svg:hover path {
    fill: rgb(105,125,167);
}.register-now-f .mentor-network-a div {
    flex-grow: 1;
    transform: translateZ(5px);
    position: relative;
}.register-now-f .reach-query-A {
    letter-spacing: 0.5px;
    padding: 0.9rem 2.2rem;
    color: #ffffff;
    display: inline-flex;
    border: none;
    background: linear-gradient(135deg, rgb(141,161,203) 0%, rgb(105,125,167) 100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    justify-content: center;
    font-size: 20px;
    overflow: hidden;
    align-items: center;
}.register-now-f .reach-query-A::before {
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
}.register-now-f .reach-query-A:hover {
    transform: translateZ(10px) scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
}.register-now-f .reach-query-A:hover::before {
    left: 100%;
}.register-now-f .reach-query-A::after {
    transition: all 0.4s ease;
    bottom: 0;
    height: 10px;
    content: "";
    left: 50%;
    position: absolute;
    filter: blur(5px);
    width: 90%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) scaleX(0.9);
    border-radius: 50%;
}.register-now-f .reach-query-A:hover::after {
    width: 95%;
    filter: blur(8px);
    transform: translateX(-50%) scaleX(0.95);
    height: 15px;
}

@media (max-width: 992px) {.register-now-f {
    padding: 4rem 0;
}.register-now-f .container {
    padding: 1.5rem;
}.register-now-f h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.register-now-f .mentor-network-a {
    gap: 2rem;
}.register-now-f svg {
    width: 3.5rem;
    height: 3.5rem;
}
}

@media (max-width: 768px) {.register-now-f {
    padding: 3rem 0;
}.register-now-f .container {
    padding: 1.25rem;
}.register-now-f h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.register-now-f h2::after {
    width: 6rem;
}.register-now-f .mentor-network-a {
    gap: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
}.register-now-f svg {
    width: 3rem;
    height: 3rem;
}.register-now-f .reach-query-A {
    padding: 0.8rem 1.8rem;
    width: 100%;
}
}

@media (max-width: 576px) {.register-now-f {
    padding: 2.5rem 0;
}.register-now-f .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}.register-now-f h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.register-now-f h2::after {
    height: 2px;
    width: 5rem;
}.register-now-f .mentor-network-a {
    margin-top: 1.5rem;
}.register-now-f svg {
    width: 2.5rem;
    height: 2.5rem;
}.register-now-f .reach-query-A {
    padding: 0.7rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}

@media (hover: none) {.register-now-f .reach-query-A:active {
    transform: translateZ(5px) scale(0.95);
}.register-now-f svg:active {
    transform: translateZ(15px) scale(1.1);
}
}

@media (prefers-reduced-motion) {.register-now-f .reach-query-A::before,
  .register-now-f .reach-query-A:hover::before,
  .register-now-f .reach-query-A:hover,
  .register-now-f svg:hover {
    transform: none;
    transition: none;
}}.tyContainer-l {
    align-items: center;
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    justify-content: center;
    min-height: 70vh;
    display: flex;
    background: linear-gradient(135deg, rgb(141,161,203,0.5), rgb(105,125,167,0.5));
}.tyContainer-l::before {
    transform-origin: center;
    top: 0;
    width: 100%;
    position: absolute;
    animation: pulse 15s ease-in-out infinite alternate;
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(141,161,203,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
}.tyContainer-l::after {
    bottom: -5%;
    background: radial-gradient(circle, rgb(105,125,167,0.5) 0%, transparent 70%);
    position: absolute;
    animation: float 20s ease-in-out infinite;
    content: "";
    z-index: 0;
    right: -5%;
    height: 50%;
    width: 50%;
}.tyContainer-l .container {
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
    position: relative;
    width: 100%;
}.tyContainer-l .mentor-network-a {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3.5rem;
}.tyContainer-l .mentor-network-a:hover {
    transform: translateZ(30px) scale(1.02);
}.tyContainer-l .mentor-network-a > div:first-child {
    padding-left: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(141,161,203);
}.tyContainer-l .mentor-network-a > div:first-child::before {
    position: absolute;
    border-radius: 50%;
    left: -15px;
    height: 26px;
    top: 50%;
    animation: pulse 3s infinite alternate;
    content: "";
    width: 26px;
    transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(rgb(141,161,203), 0.5);
    background: rgb(141,161,203);
}.tyContainer-l h5 {
    margin: 0;
    line-height: 1.4;
    color: #000000;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    transform: translateX(0);
}.tyContainer-l .mentor-network-a > div:nth-child(2) {
    transition: transform 0.3s ease;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    position: relative;
    opacity: 0;
}.tyContainer-l .mentor-network-a > div:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(141,161,203), transparent);
    height: 1px;
    width: 70%;
    left: 0;
    content: "";
    top: -10px;
    position: absolute;
}.tyContainer-l a {
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
    transform: translateY(0);
}.tyContainer-l a:hover {
    transform: translateY(-5px);
}.tyContainer-l p {
    position: relative;
    margin: 0;
    padding: 1rem 0;
    color: #000000;
    font-size: 17px;
    hyphens: auto;
    line-height: 1.8;
}.tyContainer-l p::after {
    height: 2px;
    bottom: 0;
    transform: scaleX(0);
    width: 35%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(105,125,167));
    right: 0;
    transform-origin: right;
    position: absolute;
}.tyContainer-l a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

@keyframes slideIn {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

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

@media (min-width: 768px) {.tyContainer-l {
    padding: 8rem 3rem;
}.tyContainer-l .mentor-network-a {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.tyContainer-l h5 {
    font-size: calc(23px * 1.4);
}.tyContainer-l .mentor-network-a > div:first-child::after {
    background: linear-gradient(to bottom, transparent, rgb(141,161,203,0.5), transparent);
    right: -3.5rem;
    top: 50%;
    width: 1px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    height: 80%;
}.tyContainer-l .mentor-network-a > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.tyContainer-l .mentor-network-a {
    gap: 5rem;
    padding: 5rem;
}.tyContainer-l h5 {
    font-size: calc(23px * 1.5);
}.tyContainer-l .mentor-network-a > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.tyContainer-l p {
    font-size: calc(17px * 1.1);
}.tyContainer-l .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.tyContainer-l {
    padding: 4rem 1.5rem;
}.tyContainer-l .mentor-network-a {
    padding: 2.5rem 2rem;
}.tyContainer-l h5 {
    font-size: 23px;
}.tyContainer-l p {
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.tyContainer-l .mentor-network-a:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.tyContainer-l .mentor-network-a,
    .tyContainer-l a,
    .tyContainer-l h5,
    .tyContainer-l::before,
    .tyContainer-l::after {
    animation: none;
    transition: none;
}.tyContainer-l .mentor-network-a > div:first-child::before {
    animation: none;
}.tyContainer-l .mentor-network-a > div:nth-child(2) {
    opacity: 1;
}.tyContainer-l h5 {
    opacity: 1;
}}.instructor-profile-x {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(176,197,239);
}.instructor-profile-x::before {
    background: rgb(141,161,203,0.5);
    right: -100px;
    width: 300px;
    height: 300px;
    top: -100px;
    filter: blur(120px);
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    content: "";
}.instructor-profile-x::after {
    filter: blur(100px);
    left: -80px;
    bottom: -80px;
    z-index: 0;
    content: "";
    height: 250px;
    background: rgb(105,125,167,0.5);
    border-radius: 50%;
    position: absolute;
    width: 250px;
}.instructor-profile-x .client-stories-d {
    z-index: 2;
    max-width: 1100px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    position: relative;
    border-radius: 11px;
    grid-template-columns: 1fr 1.2fr;
    overflow: visible;
    display: grid;
    gap: 0;
    margin: 0 auto;
}.instructor-profile-x .image-cell-o {
    height: 500px;
    position: relative;
    border-radius: 11px 0 0 11px;
    transform: translateX(-30px) translateY(-30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}.instructor-profile-x .image-cell-o::before {
    left: 30px;
    border-radius: 11px;
    width: 100%;
    top: 30px;
    z-index: -1;
    background: rgb(141,161,203,0.5);
    content: "";
    position: absolute;
    height: 100%;
}.instructor-profile-x .exp-items-F {
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.instructor-profile-x .name {
    color: #000000;
    font-size: 43px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}.instructor-profile-x .exp-items-F > div:nth-child(2) {
    position: relative;
    margin-bottom: 2rem;
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(141,161,203);
    padding-bottom: 15px;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 400;
}.instructor-profile-x .exp-items-F > div:nth-child(2)::after {
    left: 0;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: rgb(105,125,167);
}.instructor-profile-x .career-table-b {
    position: relative;
    font-size: calc(17px * 1.1);
    color: #000000;
    line-height: 1.7;
    font-style: italic;
    font-family: Arial, sans-serif;
    font-weight: 300;
}.instructor-profile-x .career-table-b::before {
    content: "";
    top: -2.5rem;
    position: absolute;
    z-index: -1;
    font-family: serif;
    left: -2rem;
    font-size: 5rem;
    color: rgb(105,125,167,0.5);
}.instructor-profile-x .client-stories-d:hover .image-cell-o {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(141,161,203,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.instructor-profile-x .client-stories-d:hover .name {
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

@media (max-width: 992px) {.instructor-profile-x .client-stories-d {
    max-width: 90%;
    grid-template-columns: 1fr;
}.instructor-profile-x .image-cell-o {
    height: 400px;
    transform: translateY(-30px);
    border-radius: 11px 11px 0 0;
}.instructor-profile-x .image-cell-o::before {
    width: 100%;
    left: 0;
    top: 30px;
}.instructor-profile-x .exp-items-F {
    padding: 1rem 2rem 3rem;
}.instructor-profile-x .client-stories-d:hover .image-cell-o {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.instructor-profile-x {
    padding: 4rem 1rem;
}.instructor-profile-x .client-stories-d {
    max-width: 100%;
}.instructor-profile-x .image-cell-o {
    height: 320px;
    transform: translateY(-20px);
}.instructor-profile-x .image-cell-o::before {
    top: 20px;
}.instructor-profile-x .exp-items-F {
    padding: 0.5rem 1.5rem 2.5rem;
}.instructor-profile-x .name {
    font-size: calc(28px);
}.instructor-profile-x .exp-items-F > div:nth-child(2) {
    font-size: 17px;
    letter-spacing: 1px;
}.instructor-profile-x .career-table-b {
    font-size: 17px;
}.instructor-profile-x .client-stories-d:hover .image-cell-o {
    transform: translateY(-25px);
}
}