* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1276px;
    max-width: 100%;
    margin: auto;
}.equity-pledge-mkE {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.panel-container-aDt {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}.main-train-cKk {
    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;
}}
.learning-process-LMW {
    background: linear-gradient(135deg, rgb(208,213,232) 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.learning-process-LMW::before {
    right: -5%;
    z-index: 0;
    animation: floatEffect 15s infinite alternate ease-in-out;
    filter: blur(25px);
    top: -10%;
    opacity: 0.6;
    width: 40%;
    background: linear-gradient(145deg, rgb(162,176,209,0.5) 0%, rgb(115,134,182,0.5) 100%);
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    height: 70%;
    position: absolute;
}.learning-process-LMW::after {
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
    opacity: 0.4;
    background: linear-gradient(215deg, rgb(115,134,182,0.5) 0%, rgb(162,176,209,0.5) 100%);
    bottom: -5%;
    filter: blur(20px);
    height: 30%;
    left: -10%;
    transform: rotate(8deg) skewX(15deg);
    position: absolute;
    width: 60%;
    content: "";
}.learning-process-LMW .container {
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.learning-process-LMW .fast-learn-mzv {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}.learning-process-LMW .fast-learn-mzv > div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: calc(2.5rem + 2vw) calc(2rem + 2vw);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
}.learning-process-LMW .fast-learn-mzv > div:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 25px rgba(0, 0, 0, 0.05);
}.learning-process-LMW h3 {
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.85);
    color: #000000;
}.learning-process-LMW h3::after {
    content: "";
    transition: width 0.3s ease-out;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(162,176,209) 0%, rgb(115,134,182) 100%);
    height: 3px;
    width: 50px;
}.learning-process-LMW .fast-learn-mzv > div:hover h3::after {
    width: 100px;
}.learning-process-LMW p {
    margin-bottom: 0;
    font-size: calc(12px * 1.05);
    line-height: 1.7;
    max-width: 90%;
    color: #000000;
    font-weight: 400;
}.learning-process-LMW p span {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    transform-origin: left center;
}.learning-process-LMW .fast-learn-mzv > div:hover p span {
    transform: scale(1.01);
}

@media (min-width: 768px) {.learning-process-LMW {
    padding: 150px 0;
}.learning-process-LMW .fast-learn-mzv > div {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: calc(3.5rem + 2vw) calc(3rem + 3vw) calc(3.5rem + 2vw) calc(2.5rem + 2vw);
}.learning-process-LMW h3 {
    font-size: 31px;
    margin-bottom: 2rem;
}.learning-process-LMW p {
    max-width: 85%;
    font-size: calc(12px * 1.1);
}
}

@media (min-width: 992px) {.learning-process-LMW .fast-learn-mzv > div {
    padding: calc(4rem + 2vw) calc(4rem + 3vw) calc(4rem + 2vw) calc(3rem + 2vw);
}.learning-process-LMW p {
    max-width: 80%;
}.learning-process-LMW h3 {
    font-size: calc(31px * 1.1);
}.learning-process-LMW::before {
    height: 70%;
    width: 35%;
}.learning-process-LMW::after {
    height: 40%;
    width: 50%;
}}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translate(5px, 10px);
    }
    100% {
        transform: rotate(-10deg) skewX(-10deg) translate(0, 5px);
    }
}.contact-section-leg {
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(115,134,182,0.5) 0%, 
        rgb(162,176,209,0.5) 100%
    );
    overflow: hidden;
    isolation: isolate;
    padding: 6rem 0;
}.contact-section-leg::before {
    z-index: 1;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    height: 200%;
    animation: subtle-pulse 12s infinite alternate;
    top: -50%;
    left: -50%;
    content: '';
    width: 200%;
}.contact-section-leg::after {
    animation: subtle-wave 15s infinite alternate-reverse;
    bottom: -30%;
    content: '';
    z-index: 1;
    position: absolute;
    height: 150%;
    width: 150%;
    right: -30%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
}.contact-section-leg .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto;
}.contact-section-leg h2 {
    font-size: 42px;
    position: relative;
    color: #ffffff;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: 700;
}.contact-section-leg h2::after {
    height: 3px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(162,176,209), 
        transparent
    );
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    bottom: -0.5rem;
}.contact-section-leg .message-request-DVw {
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    align-items: stretch;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.05);
}.contact-section-leg .img-card-wrap-FTj {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact-section-leg .img-card-wrap-FTj::before {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color-dodge;
    content: '';
    background: linear-gradient(
        45deg, 
        rgb(115,134,182,0.5) 0%, 
        rgb(162,176,209,0.5) 100%
    );
    opacity: 0.6;
    height: 100%;
    width: 100%;
}.contact-section-leg .support-query-CzF {
    flex-direction: column;
    padding: 4rem 3rem;
    justify-content: center;
    display: flex;
    flex: 0 0 60%;
}.contact-section-leg .support-query-CzF form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.contact-section-leg .support-query-CzF h3 {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 2rem;
    font-weight: 600;
}.contact-section-leg .support-query-CzF input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    outline: none;
}.contact-section-leg .support-query-CzF input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(162,176,209), 0.3);
    border-color: rgb(162,176,209);
}.contact-section-leg .support-query-CzF .reach-reach-jao {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.contact-section-leg .support-query-CzF .reach-reach-jao input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    position: relative;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    margin-right: 1rem;
}.contact-section-leg .support-query-CzF .reach-reach-jao input[type="checkbox"]:checked {
    border-color: rgb(162,176,209);
    background: rgb(162,176,209);
}.contact-section-leg .support-query-CzF .reach-reach-jao input[type="checkbox"]:checked::after {
    position: absolute;
    content: '✔';
    left: 50%;
    font-size: 0.8rem;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}.contact-section-leg .support-query-CzF .reach-reach-jao label {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
}.contact-section-leg .support-query-CzF .reach-reach-jao a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(162,176,209);
    transition: color 0.3s ease;
}.contact-section-leg .support-query-CzF .reach-reach-jao a:hover {
    text-decoration: underline;
}.contact-section-leg .support-query-CzF .help-block-MVZ {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 1rem;
    cursor: pointer;
    border: none;
    background: rgb(162,176,209);
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact-section-leg .support-query-CzF .help-block-MVZ::before {
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    width: 100%;
    content: '';
    height: 100%;
    transition: all 0.3s ease;
    left: -100%;
    position: absolute;
}.contact-section-leg .support-query-CzF .help-block-MVZ:hover::before {
    left: 100%;
}.contact-section-leg .support-query-CzF .help-block-MVZ:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact-section-leg .message-request-DVw {
    flex-direction: column;
}.contact-section-leg .img-card-wrap-FTj {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-section-leg .support-query-CzF {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-section-leg {
    padding: 3rem 0;
}.contact-section-leg h2 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.8);
}.contact-section-leg .support-query-CzF h3 {
    font-size: calc(36px * 0.9);
}.contact-section-leg .support-query-CzF input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-section-leg .support-query-CzF .reach-reach-jao {
    align-items: flex-start;
}.contact-section-leg .support-query-CzF .reach-reach-jao input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-section-leg .message-request-DVw {
    border-radius: 0;
}.contact-section-leg .img-card-wrap-FTj {
    min-height: 250px;
}.contact-section-leg .support-query-CzF {
    padding: 2rem 1.5rem;
}}.our-background-fzX {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.our-background-fzX::before {
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 32, 63, 0.85), rgba(0, 32, 63, 0.7));
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
}.our-background-fzX::after {
    pointer-events: none;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(162,176,209,0.5), transparent);
    right: -50%;
    z-index: 2;
    height: 200%;
    position: absolute;
    top: -50%;
    width: 100%;
    content: "";
}.our-background-fzX .container {
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.our-background-fzX .paragraph-holder-TaM {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
    padding: 40px 50px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.92);
    border-left: 5px solid rgb(162,176,209);
    max-width: 850px;
}.our-background-fzX .paragraph-holder-TaM:hover {
    transform: translateY(-5px);
}.our-background-fzX .paragraph-holder-TaM::before {
    height: 5px;
    position: absolute;
    width: 100%;
    content: "";
    animation: gradient-shift 8s ease infinite;
    background: linear-gradient(90deg, rgb(162,176,209), rgb(115,134,182), rgb(162,176,209));
    left: 0;
    top: 0;
    background-size: 200% 100%;
}.our-background-fzX h1 {
    font-size: 47px;
    color: rgb(162,176,209);
    font-weight: 700;
    position: relative;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
    transform: translateX(-3px);
}.our-background-fzX h1::after {
    left: 0;
    background: rgb(115,134,182);
    content: "";
    bottom: -10px;
    height: 3px;
    position: absolute;
    width: 80px;
}.our-background-fzX ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.our-background-fzX li {
    margin-bottom: 15px;
}.our-background-fzX h4 {
    font-size: calc(19px + 2px);
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.our-background-fzX h4::after {
    background: linear-gradient(90deg, rgb(115,134,182), transparent);
    left: 0;
    bottom: -5px;
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
}.our-background-fzX span {
    color: #000000;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
    display: block;
    font-size: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
}.our-background-fzX span::first-letter {
    color: rgb(162,176,209);
    font-size: 1.5em;
    font-weight: 600;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 991px) {.our-background-fzX {
    padding: 80px 0;
}.our-background-fzX .paragraph-holder-TaM {
    padding: 35px 40px;
}.our-background-fzX h1 {
    font-size: calc(47px - 4px);
}
}

@media (max-width: 767px) {.our-background-fzX {
    padding: 60px 0;
}.our-background-fzX .paragraph-holder-TaM {
    padding: 30px 25px;
    max-width: 100%;
}.our-background-fzX h1 {
    margin-bottom: 25px;
    font-size: calc(47px - 8px);
}.our-background-fzX h1::after {
    width: 60px;
}.our-background-fzX h4 {
    font-size: 19px;
}.our-background-fzX span {
    line-height: 1.7;
    padding-left: 15px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 575px) {.our-background-fzX {
    padding: 50px 0;
}.our-background-fzX .container {
    padding: 0 20px;
}.our-background-fzX .paragraph-holder-TaM {
    padding: 25px 20px;
}.our-background-fzX h1 {
    margin-bottom: 20px;
    font-size: calc(47px - 10px);
}.our-background-fzX span {
    padding-left: 10px;
}
}

@media (min-width: 1400px) {.our-background-fzX .paragraph-holder-TaM {
    margin-left: 50px;
}.our-background-fzX h1 {
    font-size: calc(47px + 4px);
}
}

@media (hover: hover) {.our-background-fzX .paragraph-holder-TaM:hover::before {
    animation-duration: 3s;
}}.pricing-panel-USL {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.pricing-panel-USL::before {
    top: 0;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
}.pricing-panel-USL .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.promo-cost-Syg {
    position: relative;
}.promo-cost-Syg::before {
    position: absolute;
    animation: pulseGlow 8s infinite alternate;
    height: 200px;
    top: -50px;
    right: -50px;
    width: 200px;
    background: radial-gradient(circle, rgb(162,176,209,0.5) 5%, transparent 70%);
    content: "";
    filter: blur(15px);
}.promo-cost-Syg::after {
    filter: blur(20px);
    width: 300px;
    bottom: -80px;
    animation: pulseGlow 10s infinite alternate-reverse;
    height: 300px;
    position: absolute;
    left: -80px;
    content: "";
    background: radial-gradient(ellipse, rgb(115,134,182,0.5) 5%, transparent 70%);
}.pricing-panel-USL h2 {
    text-align: center;
    font-size: 30px;
    -webkit-background-clip: text !important;
    color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(115,134,182));
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    transition: transform 0.5s ease;
    background-clip: text !important;
    margin-bottom: 20px;
}.pricing-panel-USL .fee-pricing-ZYX {
    max-width: 800px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    transform: perspective(1000px) translateZ(5px);
    text-align: center;
    line-height: 1.6;
    font-size: calc(18px * 1.1);
}.pricing-panel-USL .learn-fees-CcM {
    perspective: 1000px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.pricing-panel-USL .learn-fees-CcM li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.pricing-panel-USL .learn-fees-CcM li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}.pricing-panel-USL .learn-sub-lOP {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px 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);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    display: block;
}.pricing-panel-USL .learn-sub-lOP::before {
    background: radial-gradient(circle at 30% 30%, rgb(162,176,209,0.5), transparent 70%);
    position: absolute;
    opacity: 0;
    height: 100%;
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
    width: 100%;
}.pricing-panel-USL .learn-sub-lOP:hover::before {
    opacity: 0.2;
}.pricing-panel-USL .learn-sub-lOP::after {
    height: 200%;
    transform: rotate(45deg);
    top: -50%;
    z-index: 1;
    width: 200%;
    left: -50%;
    content: "";
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    position: absolute;
}.pricing-panel-USL .learn-sub-lOP:hover::after {
    left: 100%;
    top: 100%;
    opacity: 0.3;
}.pricing-panel-USL .payment-scheme-csX {
    z-index: 2;
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
}.pricing-panel-USL .group-plans-WNZ {
    flex: 1;
    display: flex;
    flex-direction: column;
}.pricing-panel-USL .learn-sub-lOP h4 {
    font-size: calc(23px * 1.1);
    font-weight: 600;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    position: relative;
    padding-bottom: 15px;
    color: rgb(162,176,209);
}.pricing-panel-USL .learn-sub-lOP:hover h4 {
    transform: translateX(5px);
}.pricing-panel-USL .learn-sub-lOP h4::after {
    width: 60px;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(162,176,209), rgb(115,134,182));
    transition: width 0.3s ease;
    bottom: 0;
}.pricing-panel-USL .learn-sub-lOP:hover h4::after {
    width: 100px;
}.pricing-panel-USL .learn-sub-lOP p {
    word-break: normal;
    scrollbar-width: thin;
    flex: 1;
    margin: 0 0 25px;
    line-height: 1.6;
    color: #ffffff;
    overflow-wrap: break-word;
    scrollbar-color: rgb(162,176,209) rgba(255, 255, 255, 0.1);
    max-height: 250px;
    overflow-y: auto;
    font-size: 18px;
}.pricing-panel-USL .learn-sub-lOP p::-webkit-scrollbar {
    width: 6px;
}.pricing-panel-USL .learn-sub-lOP p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing-panel-USL .learn-sub-lOP p::-webkit-scrollbar-thumb {
    background-color: rgb(162,176,209);
    border-radius: 10px;
}.pricing-panel-USL .payment-plans-dtI {
    margin-top: auto;
    align-self: flex-start;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    padding: 10px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgb(162,176,209), rgb(115,134,182));
    font-size: calc(23px * 1.3);
    color: #ffffff;
}.pricing-panel-USL .payment-plans-dtI::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
    transition: left 0.6s ease;
}.pricing-panel-USL .learn-sub-lOP:hover .payment-plans-dtI::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.pricing-panel-USL {
    padding: 80px 0;
}.pricing-panel-USL .learn-fees-CcM {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing-panel-USL h2 {
    font-size: calc(30px * 0.9);
}.pricing-panel-USL .fee-pricing-ZYX {
    margin-bottom: 40px;
    font-size: 18px;
}.pricing-panel-USL .payment-scheme-csX {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing-panel-USL {
    padding: 60px 0;
}.pricing-panel-USL .learn-fees-CcM {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-panel-USL .learn-sub-lOP h4 {
    font-size: 23px;
}.pricing-panel-USL .payment-plans-dtI {
    font-size: calc(23px * 1.1);
}.pricing-panel-USL .learn-fees-CcM li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.pricing-panel-USL {
    padding: 50px 0;
}.pricing-panel-USL h2 {
    font-size: calc(30px * 0.8);
}.pricing-panel-USL .fee-pricing-ZYX {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.pricing-panel-USL .learn-fees-CcM {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-panel-USL .payment-scheme-csX {
    min-height: 300px;
    padding: 20px;
}.pricing-panel-USL .learn-sub-lOP p {
    max-height: 180px;
    font-size: calc(18px * 0.9);
}.pricing-panel-USL .payment-plans-dtI {
    padding: 8px 15px;
}}.analysis-summary-ihn {
    position: relative;
    background: rgb(208,213,232);
    overflow: hidden;
    padding: 120px 0;
    background-image: linear-gradient(135deg, rgb(162,176,209,0.5) 0%, transparent 100%);
}.analysis-summary-ihn::before {
    opacity: 0.05;
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    height: 100%;
    z-index: 1;
}.analysis-summary-ihn::after {
    position: absolute;
    right: 0;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(162,176,209,0.5) 0%, transparent 70%);
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    pointer-events: none;
}.analysis-summary-ihn .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 1200px;
    padding: 0 20px;
    gap: 60px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.analysis-summary-ihn .statistics-value-dxG {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}.analysis-summary-ihn .statistics-value-dxG::before {
    border-radius: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(162,176,209), transparent);
    left: -20px;
    top: 0;
    width: 5px;
    height: 100%;
    position: absolute;
}.analysis-summary-ihn .statistics-pros-WnI {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 20px 30px;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform-origin: left center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}.analysis-summary-ihn .statistics-pros-WnI:nth-child(even) {
    transform: translateX(20px);
}.analysis-summary-ihn .statistics-pros-WnI:hover {
    transform: translateX(10px) scale(1.05);
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.analysis-summary-ihn .statistics-pros-WnI:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}.analysis-summary-ihn .statistics-pros-WnI::after {
    left: 0;
    top: 0;
    transition: width 0.3s ease;
    content: "";
    border-radius: 10px;
    width: 4px;
    background: rgb(162,176,209);
    position: absolute;
    height: 100%;
}.analysis-summary-ihn .statistics-pros-WnI:hover::after {
    width: 8px;
}.analysis-summary-ihn .statistics-pros-WnI h4 {
    color: rgb(162,176,209);
    font-weight: 700;
    margin: 0;
    min-width: 100px;
    font-size: calc(45px * 0.8);
    text-align: left;
}.analysis-summary-ihn .statistics-pros-WnI span {
    flex-grow: 1;
    font-weight: 400;
    color: #000000;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    margin-left: 30px;
}.analysis-summary-ihn .statistics-pros-WnI span::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgb(162,176,209,0.5), transparent);
    content: "";
}.analysis-summary-ihn .program-wins-EJF {
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
    z-index: 2;
}.analysis-summary-ihn .program-wins-EJF::before {
    border-radius: 50%;
    transform: translateY(-50%);
    filter: blur(80px);
    top: 50%;
    height: 300px;
    right: -150px;
    animation: pulse 10s infinite alternate;
    background: rgb(162,176,209,0.5);
    content: "";
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    width: 300px;
}@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: translateY(-50%) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translateY(-50%) scale(1.1);
    }
}

.analysis-summary-ihn .fast-gain-uFa {
    font-weight: 700;
    position: relative;
    font-size: 45px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.2;
}.analysis-summary-ihn .fast-gain-uFa::after {
    content: "";
    position: absolute;
    background: rgb(162,176,209);
    left: 0;
    height: 4px;
    border-radius: 10px;
    bottom: -15px;
    width: 80px;
}.analysis-summary-ihn .key-statistics-EnY {
    font-size: 14px;
    max-width: 90%;
    line-height: 1.8;
    color: #000000;
}.analysis-summary-ihn svg {
    transition: transform 0.3s ease;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}.analysis-summary-ihn svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,176,209);
}.analysis-summary-ihn .statistics-pros-WnI:hover svg {
    transform: scale(1.1) rotate(5deg);
}.analysis-summary-ihn .statistics-pros-WnI:hover svg path {
    fill: rgb(115,134,182);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.analysis-summary-ihn {
    padding: 80px 0;
}.analysis-summary-ihn .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.analysis-summary-ihn .statistics-value-dxG {
    order: 2;
}.analysis-summary-ihn .program-wins-EJF {
    text-align: center;
    align-items: center;
    order: 1;
}.analysis-summary-ihn .fast-gain-uFa::after {
    left: 50%;
    transform: translateX(-50%);
}.analysis-summary-ihn .key-statistics-EnY {
    max-width: 100%;
    text-align: center;
}.analysis-summary-ihn .statistics-value-dxG::before {
    background: linear-gradient(to right, rgb(162,176,209), transparent);
    height: 5px;
    left: 0;
    top: -20px;
    width: 100%;
}.analysis-summary-ihn .program-wins-EJF::before {
    width: 200px;
    right: 50%;
    transform: translate(50%, -50%);
    height: 200px;
}.analysis-summary-ihn .statistics-pros-WnI:nth-child(even) {
    transform: translateX(0);
}.analysis-summary-ihn .statistics-pros-WnI:hover, 
    .analysis-summary-ihn .statistics-pros-WnI:nth-child(even):hover {
    transform: scale(1.02);
}
}

@media (max-width: 576px) {.analysis-summary-ihn {
    padding: 60px 0;
}.analysis-summary-ihn .container {
    padding: 0 15px;
    gap: 40px;
}.analysis-summary-ihn .statistics-pros-WnI {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}.analysis-summary-ihn .statistics-pros-WnI h4 {
    font-size: 33px;
    margin-bottom: 15px;
    min-width: auto;
}.analysis-summary-ihn .statistics-pros-WnI span {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
}.analysis-summary-ihn .statistics-pros-WnI span::before {
    top: -10px;
    height: 1px;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(162,176,209,0.5), transparent);
}.analysis-summary-ihn .fast-gain-uFa {
    margin-bottom: 25px;
    font-size: calc(33px * 1.2);
}.analysis-summary-ihn .key-statistics-EnY {
    font-size: calc(14px * 0.95);
}.analysis-summary-ihn svg {
    margin-right: 0;
    margin-bottom: 15px;
}.analysis-summary-ihn .statistics-pros-WnI::after {
    left: 0;
    height: 4px;
    top: 0;
    width: 100%;
}.analysis-summary-ihn .statistics-pros-WnI:hover::after {
    height: 6px;
    width: 100%;
}}

.analysis-summary-ihn .statistics-pros-WnI h4 {
    -webkit-background-clip: text !important;
    background: linear-gradient(45deg, rgb(162,176,209), rgb(115,134,182));
    display: inline-block;
    background-clip: text !important;
    color: transparent;
}.analysis-summary-ihn .fast-gain-uFa {
    position: relative;
    overflow: hidden;
}.analysis-summary-ihn .fast-gain-uFa::before {
    position: absolute;
    content: '';
    background: rgb(162,176,209);
    right: 0;
    animation: blink 2s infinite;
    top: 0;
    width: 4px;
    height: 100%;
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.analysis-summary-ihn .statistics-pros-WnI:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}.analysis-summary-ihn .statistics-pros-WnI:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}.analysis-summary-ihn .statistics-pros-WnI:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}.analysis-summary-ihn .statistics-pros-WnI:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}.analysis-summary-ihn::before {
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}.learning-impact-NIL {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,213,232) 0%, rgb(162,176,209,0.5) 100%);
}.learning-impact-NIL::before {
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    content: '';
    z-index: 0;
}.learning-impact-NIL::after {
    width: 80%;
    transform: rotate(-30deg);
    height: 160%;
    right: -20%;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgb(115,134,182,0.5) 0%, transparent 70%);
    opacity: 0.3;
    content: '';
    position: absolute;
    top: -30%;
}.learning-impact-NIL .fast-learn-mzv {
    max-width: 1280px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.learning-impact-NIL h2 {
    font-size: 38px;
    margin: 0 0 30px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.learning-impact-NIL h2::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(115,134,182) 0%, transparent 100%);
    content: '';
    bottom: -10px;
    position: absolute;
    height: 3px;
}.learning-impact-NIL .main-train-cKk {
    grid-template-rows: repeat(4, auto);
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 50px;
}.learning-impact-NIL .img-card-wrap-FTj {
    min-height: 600px;
    z-index: 1;
    grid-row: 1 / 5;
    border-radius: 19px;
    overflow: hidden;
    position: relative;
    grid-column: 1 / 8;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.learning-impact-NIL .img-card-wrap-FTj::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(162,176,209,0.5) 0%, transparent 60%);
    width: 100%;
}.learning-impact-NIL .img-card-wrap-FTj::after {
    content: '';
    left: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 30%;
    width: 100%;
    position: absolute;
    bottom: 0;
}.learning-impact-NIL .text_main_holder {
    display: contents;
}.learning-impact-NIL .text_main_holder > div {
    transition: all 0.3s ease;
    z-index: 2;
    padding: 30px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    position: relative;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
    backdrop-filter: blur(10px);
    border-radius: 19px;
}.learning-impact-NIL .text_main_holder > div:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 7 / 13;
}.learning-impact-NIL .text_main_holder > div:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 7 / 13;
}.learning-impact-NIL .text_main_holder > div:nth-child(3) {
    grid-column: 7 / 13;
    grid-row: 3 / 4;
}.learning-impact-NIL .text_main_holder > div:nth-child(4) {
    grid-column: 7 / 13;
    grid-row: 4 / 5;
}.learning-impact-NIL .text_main_holder > div:nth-child(2n) {
    transform: translateX(30px);
}.learning-impact-NIL .text_main_holder > div:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.learning-impact-NIL .text_main_holder > div:nth-child(2n):hover {
    transform: translateX(30px) translateY(-10px);
}.learning-impact-NIL .text_main_holder > div::before {
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(115,134,182,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    border-radius: 19px;
    left: 0;
}.learning-impact-NIL .text_main_holder > div:hover::before {
    opacity: 0.1;
}.learning-impact-NIL .text_main_holder svg {
    width: 45px;
    flex-shrink: 0;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.07);
    padding: 9px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}.learning-impact-NIL .text_main_holder > div:hover svg {
    background: rgb(162,176,209,0.5);
    transform: scale(1.1);
}.learning-impact-NIL .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(115,134,182);
}.learning-impact-NIL .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.learning-impact-NIL .text_main_holder p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 1200px) {.learning-impact-NIL .img-card-wrap-FTj {
    grid-column: 1 / 9;
}.learning-impact-NIL .text_main_holder > div:nth-child(1),
    .learning-impact-NIL .text_main_holder > div:nth-child(2),
    .learning-impact-NIL .text_main_holder > div:nth-child(3),
    .learning-impact-NIL .text_main_holder > div:nth-child(4) {
    grid-column: 8 / 13;
}
}

@media (max-width: 992px) {.learning-impact-NIL .main-train-cKk {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 30px;
}.learning-impact-NIL .img-card-wrap-FTj {
    grid-column: 1;
    min-height: 400px;
    grid-row: 1;
}.learning-impact-NIL .text_main_holder > div:nth-child(1),
    .learning-impact-NIL .text_main_holder > div:nth-child(2),
    .learning-impact-NIL .text_main_holder > div:nth-child(3),
    .learning-impact-NIL .text_main_holder > div:nth-child(4) {
    grid-row: auto;
    grid-column: 1;
}.learning-impact-NIL .text_main_holder > div:nth-child(2n) {
    transform: translateX(0);
}.learning-impact-NIL .text_main_holder > div:nth-child(2n):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.learning-impact-NIL {
    padding: 80px 0;
}.learning-impact-NIL h2 {
    font-size: calc(38px * 0.8);
}.learning-impact-NIL .img-card-wrap-FTj {
    min-height: 350px;
}.learning-impact-NIL .text_main_holder > div {
    padding: 25px;
}
}

@media (max-width: 576px) {.learning-impact-NIL {
    padding: 60px 0;
}.learning-impact-NIL h2 {
    font-size: 29px;
}.learning-impact-NIL .img-card-wrap-FTj {
    min-height: 280px;
}.learning-impact-NIL .text_main_holder > div {
    padding: 20px;
    gap: 15px;
}.learning-impact-NIL .text_main_holder svg {
    height: 38px;
    padding: 7px;
    width: 38px;
}}.title-intro-qah {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(208,213,232) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.title-intro-qah::before {
    z-index: 1;
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0.07;
    content: "";
    width: 70%;
    background: linear-gradient(225deg, rgb(162,176,209,0.5) 0%, transparent 80%);
    transform: translateX(20%) skewX(-15deg);
    pointer-events: none;
    position: absolute;
}.title-intro-qah::after {
    pointer-events: none;
    opacity: 0.15;
    left: -5%;
    border: 2px solid rgb(162,176,209,0.5);
    content: "";
    height: 35%;
    border-radius: 100px;
    transform: rotate(-12deg);
    width: 35%;
    z-index: 1;
    bottom: -5%;
    position: absolute;
}.title-intro-qah .fast-learn-mzv {
    position: relative;
    margin: 0 auto;
    padding: 5rem 2rem;
    max-width: 1440px;
    min-height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 2;
}.title-intro-qah .paragraph-holder-TaM {
    margin-right: 2rem;
    transform: translateY(-2rem);
    position: relative;
    flex: 1;
    max-width: 600px;
}.title-intro-qah h1 {
    position: relative;
    transform: translateX(-0.5rem);
    font-size: calc(39px * 1.2);
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 2rem;
}.title-intro-qah h1::after {
    content: "";
    position: absolute;
    transform-origin: left;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(162,176,209) 0%, rgb(162,176,209,0.5) 100%);
    left: 0;
    width: 5rem;
    height: 0.25rem;
    bottom: -0.8rem;
}.title-intro-qah .intro-title-HWz {
    transform: translateY(0);
    padding: 2.5rem 2.5rem 2rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    position: relative;
    align-items: flex-start;
    backdrop-filter: blur(10px);
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title-intro-qah .intro-title-HWz:hover {
    transform: translateY(-0.5rem);
}.title-intro-qah .intro-title-HWz svg {
    transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.15));
    width: 80px;
    margin-bottom: 1.5rem;
    transform: translateY(0);
}.title-intro-qah .intro-title-HWz:hover svg {
    transform: translateY(-0.25rem) rotate(5deg);
}.title-intro-qah .intro-title-HWz svg g {
    transition: transform 0.5s ease-out;
}.title-intro-qah .intro-title-HWz:hover svg g {
    transform: translate(30.89265,30.89265) scale(0.75);
}.title-intro-qah .intro-title-HWz svg path {
    fill: rgb(162,176,209);
    transition: fill 0.3s ease;
}.title-intro-qah .intro-title-HWz:hover svg path {
    fill: rgb(74,150,148);
}.title-intro-qah .intro-title-HWz svg text {
    transition: letter-spacing 0.4s ease;
    font-family: Arial, sans-serif;
}.title-intro-qah .intro-title-HWz:hover svg text {
    letter-spacing: 0.5px;
}.title-intro-qah .intro-title-HWz p {
    font-size: calc(16px * 1.1);
    margin-bottom: 1rem;
    color: #000000;
    max-width: 95%;
    line-height: 1.6;
    font-weight: 400;
}.title-intro-qah ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 1rem 0 0;
}.title-intro-qah ul li {
    display: flex;
    align-items: center;
}.title-intro-qah .help-block-MVZ {
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 4px 20px -5px rgba(94,170,168,0.4);
    z-index: 1;
    padding: 1rem 2.5rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, rgb(162,176,209) 0%, rgb(74,150,148) 100%);
    font-size: 18px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.title-intro-qah .help-block-MVZ::before {
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(74,150,148) 0%, rgb(162,176,209) 100%);
}.title-intro-qah .help-block-MVZ:hover {
    box-shadow: 0 8px 25px -5px rgba(94,170,168,0.5);
    transform: translateY(-3px);
}.title-intro-qah .help-block-MVZ:hover::before {
    opacity: 1;
}.title-intro-qah .img-card-wrap-FTj {
    height: 600px;
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.2);
    position: relative;
    flex: 1;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 21px;
}.title-intro-qah .img-card-wrap-FTj::before {
    left: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, transparent 65%);
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}.title-intro-qah .img-card-wrap-FTj::after {
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    top: 0;
    backdrop-filter: brightness(1.05);
    left: 0;
    content: "";
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.1);
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@media (min-width: 1600px) {.title-intro-qah .fast-learn-mzv {
    padding: 6rem 3rem;
}.title-intro-qah h1 {
    font-size: calc(39px * 1.4);
}.title-intro-qah .img-card-wrap-FTj {
    height: 650px;
}
}

@media (max-width: 1280px) {.title-intro-qah .fast-learn-mzv {
    padding: 4rem 2rem;
}.title-intro-qah h1 {
    font-size: calc(39px * 1.1);
}.title-intro-qah .img-card-wrap-FTj {
    height: 550px;
}
}

@media (max-width: 992px) {.title-intro-qah .fast-learn-mzv {
    flex-direction: column;
    padding: 4rem 1.5rem;
}.title-intro-qah .paragraph-holder-TaM {
    margin-right: 0;
    transform: translateY(0);
    margin-bottom: 3rem;
    max-width: 100%;
}.title-intro-qah h1 {
    font-size: 39px;
    text-align: center;
    transform: translateX(0);
}.title-intro-qah h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title-intro-qah .intro-title-HWz {
    align-items: center;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}.title-intro-qah .intro-title-HWz p {
    max-width: 100%;
}.title-intro-qah ul {
    justify-content: center;
    width: 100%;
}.title-intro-qah .img-card-wrap-FTj {
    height: 400px;
    width: 100%;
}
}

@media (max-width: 768px) {.title-intro-qah {
    min-height: auto;
}.title-intro-qah .fast-learn-mzv {
    min-height: auto;
    padding: 3rem 1rem;
}.title-intro-qah h1 {
    font-size: calc(30px * 1.1);
    margin-bottom: 1.5rem;
}.title-intro-qah .intro-title-HWz {
    margin-bottom: 2rem;
}.title-intro-qah .intro-title-HWz svg {
    width: 70px;
    height: 70px;
}.title-intro-qah .intro-title-HWz p {
    font-size: 16px;
}.title-intro-qah .help-block-MVZ {
    padding: 0.85rem 2rem;
}.title-intro-qah .img-card-wrap-FTj {
    height: 350px;
}
}

@media (max-width: 576px) {.title-intro-qah::before {
    width: 100%;
    transform: translateX(0) skewX(0);
}.title-intro-qah::after {
    width: 50%;
    height: 50%;
}.title-intro-qah .fast-learn-mzv {
    padding: 2.5rem 1rem;
}.title-intro-qah h1 {
    font-size: 30px;
}.title-intro-qah .intro-title-HWz {
    padding: 1.5rem 1rem;
}.title-intro-qah .intro-title-HWz svg {
    height: 60px;
    width: 60px;
}.title-intro-qah .img-card-wrap-FTj {
    height: 300px;
}
}

@media (max-width: 480px) {.title-intro-qah .img-card-wrap-FTj {
    height: 250px;
}.title-intro-qah .help-block-MVZ {
    padding: 0.75rem 1.75rem;
    font-size: calc(18px * 0.9);
}}footer {
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    width: 100%;
    position: absolute;
    backdrop-filter: blur(8px);
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(162,176,209,0.5) 50%, rgb(115,134,182,0.5) 100%);
    top: 0;
    animation: gradientShift 15s ease infinite;
}.equity-pledge-mkE {
    padding: 4.5rem 0 2rem;
    position: relative;
}.equity-pledge-mkE::before {
    right: 0;
    left: 0;
    animation: shimmer 8s linear infinite;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(162,176,209) 25%, 
                #ffffff 50%, 
                rgb(115,134,182) 75%, 
                transparent 100%);
    position: absolute;
    height: 1px;
    content: "";
    top: 0;
}.equity-pledge-mkE .container {
    flex-wrap: wrap;
    z-index: 1;
    display: flex;
    position: relative;
    justify-content: space-between;
}.equity-pledge-mkE .company_holder {
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    backdrop-filter: blur(15px);
    flex: 1 1 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 17px;
}.equity-pledge-mkE .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(162,176,209,0.5);
    transform: translateY(-5px);
}.equity-pledge-mkE .company_holder h3 {
    font-weight: 700;
    font-size: calc(35px * 0.85);
    position: relative;
    margin-bottom: 1.25rem;
    color: #ffffff;
    display: inline-block;
}.equity-pledge-mkE .company_holder h3::after {
    bottom: -8px;
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    height: 2px;
    transform: scaleX(0.3);
    transform-origin: left;
    background: linear-gradient(to right, rgb(162,176,209), rgb(115,134,182));
    content: "";
    left: 0;
}.equity-pledge-mkE .company_holder:hover h3::after {
    transform: scaleX(1);
}.equity-pledge-mkE .proposal-cta-RFo {
    font-size: 13px;
    max-width: 450px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}.equity-pledge-mkE .diploma-cta-tFT {
    position: relative;
    flex: 1 1 450px;
}.equity-pledge-mkE .nav-sitewrap-bEd {
    gap: 1.5rem;
    flex-wrap: wrap;
    display: flex;
}.equity-pledge-mkE .diploma-cta-tFT .nav-sitewrap-bEd {
    justify-content: flex-end;
}.equity-pledge-mkE .nav-know-Gcf {
    position: relative;
    border-radius: 17px;
    flex: 1 1 200px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    transition: all 0.3s ease;
}.equity-pledge-mkE .nav-know-Gcf h5 {
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: 21px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.equity-pledge-mkE .nav-know-Gcf h5::before {
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    height: 2px;
    bottom: -6px;
    background: rgb(162,176,209);
    position: absolute;
    content: "";
}.equity-pledge-mkE .nav-know-Gcf:hover h5::before {
    width: 100%;
}.equity-pledge-mkE .nav-know-Gcf .nav-sitewrap-bEd {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.equity-pledge-mkE .nav-know-Gcf a {
    border-radius: 10px;
    display: block;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    text-decoration: none;
    position: relative;
    font-size: 13px;
}.equity-pledge-mkE .nav-know-Gcf a::before {
    height: 1px;
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    z-index: -1;
    content: "";
    width: 0;
    left: 0;
    background: linear-gradient(to right, rgb(162,176,209), rgb(115,134,182));
}.equity-pledge-mkE .nav-know-Gcf a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.equity-pledge-mkE .nav-know-Gcf a:hover::before {
    width: 100%;
}.ssl-info-eNl {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
}.ssl-info-eNl::before {
    right: 0;
    position: absolute;
    top: 0;
    height: 1px;
    content: "";
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(115,134,182) 25%, 
                #ffffff 50%, 
                rgb(162,176,209) 75%, 
                transparent 100%);
}.ssl-info-eNl .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}.ssl-info-eNl .mobile-cta-bVm {
    backdrop-filter: blur(5px);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 30px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
}.ssl-info-eNl .mobile-cta-bVm:hover {
    box-shadow: 0 0 15px rgb(162,176,209,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@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) {.equity-pledge-mkE {
    padding: 3.5rem 0 2rem;
}.equity-pledge-mkE .container {
    flex-direction: column;
}.equity-pledge-mkE .company_holder {
    margin-bottom: 2rem;
    flex: 1 1 100%;
    margin-right: 0;
}.equity-pledge-mkE .diploma-cta-tFT {
    flex: 1 1 100%;
}.equity-pledge-mkE .diploma-cta-tFT .nav-sitewrap-bEd {
    justify-content: space-between;
}.equity-pledge-mkE .nav-know-Gcf {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.equity-pledge-mkE {
    padding: 3rem 0 1.5rem;
}.equity-pledge-mkE::before {
    height: 2px;
}.equity-pledge-mkE .company_holder {
    padding: 1.25rem;
}.equity-pledge-mkE .nav-know-Gcf {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.equity-pledge-mkE .diploma-cta-tFT .nav-sitewrap-bEd {
    flex-direction: column;
}.ssl-info-eNl {
    padding: 1.25rem 0;
}.ssl-info-eNl::before {
    height: 2px;
}
}

@media (max-width: 576px) {.equity-pledge-mkE {
    padding: 2.5rem 0 1rem;
}.equity-pledge-mkE .company_holder h3 {
    font-size: calc(35px * 0.75);
}.equity-pledge-mkE .proposal-cta-RFo {
    font-size: calc(13px * 0.9);
}.equity-pledge-mkE .nav-know-Gcf h5 {
    font-size: calc(21px * 0.9);
}.equity-pledge-mkE .nav-know-Gcf a {
    font-size: calc(13px * 0.9);
}.ssl-info-eNl .mobile-cta-bVm {
    font-size: calc(13px * 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);
    }
}

.equity-pledge-mkE .nav-sitewrap-bEd a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    transform: translateY(-50%) scale(0);
    height: 4px;
    transition: transform 0.3s ease;
    background: rgb(162,176,209);
    width: 4px;
    border-radius: 50%;
}.equity-pledge-mkE .nav-sitewrap-bEd a:hover::after {
    transform: translateY(-50%) scale(1);
}.equity-pledge-mkE .proposal-cta-RFo::before {
    height: 0;
    content: "";
    position: absolute;
    border: 1px solid transparent;
    left: -10px;
    top: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
}.equity-pledge-mkE .proposal-cta-RFo::after {
    content: "";
    border: 1px solid transparent;
    height: 0;
    position: absolute;
    right: -10px;
    width: 0;
    bottom: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}.equity-pledge-mkE .company_holder:hover .proposal-cta-RFo::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(162,176,209,0.5);
    border-top-color: rgb(162,176,209,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}.equity-pledge-mkE .company_holder:hover .proposal-cta-RFo::after {
    border-left-color: rgb(115,134,182,0.5);
    border-bottom-color: rgb(115,134,182,0.5);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
}.leadership-profile-aNP {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(208,213,232), rgb(115,134,182,0.5));
}.leadership-profile-aNP::before {
    position: absolute;
    right: -10%;
    height: 80%;
    transform: rotate(-15deg);
    top: -10%;
    animation: float 8s ease-in-out infinite;
    content: "";
    width: 60%;
    background: rgb(162,176,209,0.5);
    z-index: 1;
    border-radius: 22px;
}.leadership-profile-aNP::after {
    border-radius: 22px;
    animation: float 6s ease-in-out infinite reverse;
    height: 60%;
    transform: rotate(20deg);
    width: 40%;
    position: absolute;
    left: -5%;
    bottom: -5%;
    background: rgb(115,134,182,0.5);
    z-index: 1;
    content: "";
}.leadership-profile-aNP .container {
    z-index: 2;
    position: relative;
}.leadership-profile-aNP .review-track-nSB {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 15px;
    background: #ffffff;
    grid-template-columns: 1fr 2fr;
    transform: rotate(-2deg);
    border-radius: 22px;
    display: grid;
    padding: 40px;
}.leadership-profile-aNP .review-track-nSB:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.leadership-profile-aNP .img-card-wrap-FTj {
    transform: rotate(4deg);
    box-shadow: 10px 10px 0 rgb(162,176,209,0.5);
    transition: transform 0.3s ease;
    height: 200px;
    grid-area: photo;
    border-radius: 22px;
}.leadership-profile-aNP .review-track-nSB:hover .img-card-wrap-FTj {
    transform: rotate(0deg) scale(1.05);
}.leadership-profile-aNP .name {
    margin-top: 20px;
    grid-area: name;
    color: #000000;
    font-size: 20px;
    transform: translateX(20px);
    font-weight: 700;
}.leadership-profile-aNP .review-track-nSB span:not(.name) {
    font-size: 18px;
    grid-area: job;
    font-style: italic;
    color: #000000;
    transform: translateX(20px);
}.leadership-profile-aNP .career-story-fJH {
    padding: 20px;
    grid-area: quote;
    color: #000000;
    position: relative;
    border-left: 4px solid rgb(162,176,209);
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgb(208,213,232), transparent);
    line-height: 1.6;
    font-size: 18px;
    margin-top: 20px;
}.leadership-profile-aNP .career-story-fJH::before {
    content: "";
    position: absolute;
    top: -10px;
    font-family: serif;
    left: 10px;
    line-height: 1;
    font-size: calc(39px * 2);
    color: rgb(162,176,209,0.5);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.leadership-profile-aNP {
    padding: 60px 0;
}.leadership-profile-aNP .review-track-nSB {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "img-card-wrap-FTj"
            "name"
            "employee-info-WdN"
            "career-story-fJH";
    padding: 30px 20px;
}.leadership-profile-aNP .img-card-wrap-FTj {
    margin: 0 auto;
    height: 180px;
    width: 80%;
}.leadership-profile-aNP .name,
    .leadership-profile-aNP .review-track-nSB span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.leadership-profile-aNP .career-story-fJH {
    padding: 15px;
}}.course-program-SVc {
    min-height: 100vh;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    overflow: hidden;
    grid-template-rows: 1fr;
    background-color: #000000;
}.course-program-SVc::before {
    opacity: 0.4;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at left bottom, rgb(162,176,209,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(115,134,182,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    content: "";
}.course-program-SVc .knowledge-track-WKh {
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.course-program-SVc .knowledge-track-WKh::after {
    top: 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    left: 0;
}.course-program-SVc .learn-plan-Bcr {
    height: 100%;
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: 500%;
}.course-program-SVc .knowledge-track-WKh:hover .learn-plan-Bcr {
    animation-play-state: paused;
}.course-program-SVc .knowledge-plan-HWg {
    height: 100%;
    width: 20%;
    overflow: hidden;
    position: relative;
}.course-program-SVc .knowledge-plan-HWg img {
    width: 100%;
    height: 100%;
    transition: transform 8s ease;
    object-fit: cover;
    filter: brightness(0.8) saturate(1.2);
    transform: scale(1.1);
}.course-program-SVc .knowledge-plan-HWg:hover img {
    transform: scale(1.2);
}.course-program-SVc .container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 4;
}.course-program-SVc .fast-learn-mzv {
    margin-bottom: 0;
    width: 100%;
}.course-program-SVc .learn-network-vtf {
    display: grid;
    padding: 0 2rem;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
}.course-program-SVc .learn-network-vtf h3 {
    position: relative;
    border-left: 4px solid rgb(162,176,209);
    padding-left: 2rem;
    font-size: 33px;
    grid-column: 1 / 2;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}.course-program-SVc .learn-network-vtf p {
    opacity: 0.7;
    margin: 0;
    font-size: 14px;
    grid-column: 3 / 4;
    color: #ffffff;
    line-height: 1.6;
}.course-program-SVc .learn-network-vtf .help-block-MVZ {
    width: max-content;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    padding: 0.8rem 2rem;
    background-color: transparent;
    border: 2px solid rgb(162,176,209);
    font-weight: 600;
    justify-content: center;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    grid-column: 1 / 4;
    margin: 2rem auto 0;
    position: relative;
    display: flex;
    color: #ffffff;
    border-radius: 10px;
    align-items: center;
}.course-program-SVc .learn-network-vtf .help-block-MVZ::before {
    transition: width 0.4s ease;
    width: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    background: rgb(162,176,209);
    left: 0;
    content: "";
    position: absolute;
}.course-program-SVc .learn-network-vtf .help-block-MVZ:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.course-program-SVc .learn-network-vtf .help-block-MVZ:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.course-program-SVc .knowledge-plan-HWg::before {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    position: absolute;
    left: 0;
    z-index: 2;
}.course-program-SVc .knowledge-plan-HWg::after {
    z-index: 3;
    width: 100%;
    box-shadow: 0 0 8px rgb(162,176,209);
    left: -100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(162,176,209) 50%, 
                transparent 100%);
    animation: moving-line 8s linear infinite;
    position: absolute;
    top: 30%;
    height: 1px;
    content: "";
}.course-program-SVc .knowledge-plan-HWg:nth-child(2)::after {
    animation-delay: 1s;
    top: 60%;
}.course-program-SVc .knowledge-plan-HWg:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}.course-program-SVc .knowledge-plan-HWg:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}.course-program-SVc .knowledge-plan-HWg:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.course-program-SVc .fast-learn-mzv::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    opacity: 0.3;
    bottom: 0;
    height: 1px;
    width: 100%;
}


@media (max-width: 992px) {.course-program-SVc .learn-network-vtf {
    grid-gap: 1.5rem;
    text-align: center;
    grid-template-columns: 1fr;
}.course-program-SVc .learn-network-vtf h3,
    .course-program-SVc .learn-network-vtf span,
    .course-program-SVc .learn-network-vtf p {
    padding: 0;
    grid-column: 1 / 2;
    border: none;
}.course-program-SVc .learn-network-vtf h3 {
    width: fit-content;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(162,176,209);
    margin: 0 auto;
}.course-program-SVc .learn-network-vtf .help-block-MVZ {
    grid-column: 1 / 2;
}.course-program-SVc .fast-learn-mzv {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.course-program-SVc {
    min-height: 100vh;
}.course-program-SVc .knowledge-track-WKh::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course-program-SVc .fast-learn-mzv {
    margin-bottom: 0;
}.course-program-SVc .learn-network-vtf {
    padding: 0 1.5rem;
    grid-gap: 1rem;
}.course-program-SVc .learn-network-vtf h3 {
    font-size: calc(33px * 0.9);
}.course-program-SVc .learn-network-vtf span,
    .course-program-SVc .learn-network-vtf p {
    font-size: calc(14px * 0.9);
}.course-program-SVc .learn-network-vtf .help-block-MVZ {
    width: 100%;
    margin-top: 1.5rem;
}}.cookieInformationAlert-Yjp {
    background: rgb(115,134,182);
    border-top: 2px solid rgb(162,176,209);
    bottom: 0;
    position: fixed;
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}.consent-edu-joW {
    max-width: 1200px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    display: flex;
    padding: 20px 30px;
}.cookieInformationAlert-Yjp h5 {
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
}.cookieInformationAlert-Yjp p {
    font-size: 16px;
    max-width: 500px;
    color: #ffffff;
}.user-dialog-pQz {
    margin-right: 20px;
    flex-shrink: 0;
}.user-dialog-pQz svg, .user-dialog-pQz svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(162,176,209);
    width: 80px;
    height: 80px;
}.user-dialog-pQz:hover svg {
    transform: rotate(10deg);
}.accept-cookies-TAJ {
    border-radius: 20px;
    line-height: 35px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(162,176,209,0.5) 0px 4px 10px 0px;
    background: rgb(162,176,209);
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    margin-left: 20px;
}.cookie_button.cookie-preference-LBD {
    background: rgb(162,176,209);
}.cookie_button.cookie-panel-whJ {
    background: rgb(115,134,182);
}.accept-cookies-TAJ:hover {
    transform: scale(1.05);
    box-shadow: rgb(162,176,209,0.5) 0px 6px 15px 0px;
}.cookieInformationAlert-Yjp p a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(162,176,209);
}.cookieInformationAlert-Yjp p a:hover {
    color: rgb(115,134,182);
}.panel-container-aDt .cookieInformationAlert-Yjp {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
    background: rgb(115,134,182);
}.panel-container-aDt .accept-cookies-TAJ {
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    margin-left: 30px;
    font-size: 15px;
    padding: 10px;
    background: rgb(162,176,209);
    border-radius: 10px;
    font-weight: 400;
}.panel-container-aDt .cookie-ack-mAI h5, .panel-container-aDt .cookie-ack-mAI p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieInformationAlert-Yjp {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user-dialog-pQz {
    display: none;
}.consent-edu-joW {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieInformationAlert-Yjp h5 {
    text-align: center;
}.cookieInformationAlert-Yjp p {
    text-align: center;
}.cookie-ack-mAI {
    margin-bottom: 20px;
    text-align: center;
}.accept-cookies-TAJ {
    width: 100%;
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
}}
#cookieUsageBanner-Lga {
    display: none;
}#cookieUsageBanner-Lga:checked ~ .cookieInformationAlert-Yjp {
    opacity: 0;
    visibility: hidden;
}.service-connect-wrq {
    background: rgb(208,213,232);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.service-connect-wrq::before {
    right: -100px;
    position: absolute;
    z-index: 0;
    content: "";
    filter: blur(60px);
    width: 300px;
    border-radius: 50%;
    height: 300px;
    top: -100px;
    background: linear-gradient(45deg, rgb(162,176,209,0.5), transparent);
}.service-connect-wrq .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    max-width: 1200px;
}.service-connect-wrq .connect-section-hpn {
    padding: 50px;
    border-radius: 18px;
    transition: all 0.4s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    position: relative;
    background: rgb(208,213,232);
}.service-connect-wrq .connect-section-hpn:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
              -15px -15px 30px rgba(255, 255, 255, 0.7);
}.service-connect-wrq h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}.service-connect-wrq h2::after {
    left: 0;
    content: "";
    border-radius: 2px;
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 60px;
    background: linear-gradient(90deg, rgb(162,176,209), transparent);
}.service-connect-wrq p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 18px;
}.service-connect-wrq .send-info-wuD {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
}.service-connect-wrq .instant-help-iVw {
    padding: 15px 25px;
    border-radius: 10px;
    position: relative;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
    color: #000000;
    background: rgb(208,213,232);
    font-size: 18px;
    transition: all 0.3s ease;
}.service-connect-wrq .instant-help-iVw:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    transform: translateY(-3px);
}.service-connect-wrq .instant-help-iVw:active {
    transform: translateY(0);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.service-connect-wrq .instant-help-iVw svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
}.service-connect-wrq .instant-help-iVw:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service-connect-wrq .instant-help-iVw svg path {
    fill: rgb(162,176,209);
    transition: fill 0.3s ease;
}.service-connect-wrq .instant-help-iVw:hover svg path {
    fill: rgb(115,134,182);
}.service-connect-wrq p svg {
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
}.service-connect-wrq p svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,176,209);
}.service-connect-wrq p:nth-last-child(2) {
    padding: 12px 20px;
    align-items: center;
    border-radius: 10px;
    background: rgb(208,213,232);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    display: flex;
    width: fit-content;
}.service-connect-wrq p:nth-last-child(2):hover svg path {
    fill: rgb(115,134,182);
}.service-connect-wrq .connect-section-hpn::before {
    opacity: 0.4;
    top: -30px;
    filter: blur(30px);
    width: 100px;
    height: 100px;
    left: -30px;
    background: rgb(162,176,209,0.5);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    content: "";
}.service-connect-wrq .connect-section-hpn::after {
    background: rgb(115,134,182,0.5);
    opacity: 0.4;
    bottom: -20px;
    border-radius: 50%;
    filter: blur(25px);
    height: 80px;
    position: absolute;
    right: -20px;
    z-index: -1;
    content: "";
    width: 80px;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.service-connect-wrq .instant-help-iVw:nth-child(1) {
    animation: float 5s ease-in-out infinite;
}.service-connect-wrq .instant-help-iVw:nth-child(2) {
    animation-delay: 0.5s;
    animation: float 5s ease-in-out infinite;
}.service-connect-wrq .instant-help-iVw:nth-child(3) {
    animation: float 5s ease-in-out infinite;
    animation-delay: 1s;
}

@media (max-width: 991px) {.service-connect-wrq {
    padding: 60px 0;
}.service-connect-wrq .connect-section-hpn {
    padding: 40px 30px;
}.service-connect-wrq .send-info-wuD {
    gap: 15px;
}.service-connect-wrq .instant-help-iVw {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.service-connect-wrq {
    padding: 50px 0;
}.service-connect-wrq .connect-section-hpn {
    padding: 30px 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.6);
}.service-connect-wrq h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.9);
}.service-connect-wrq p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.service-connect-wrq .send-info-wuD {
    margin-top: 30px;
    gap: 15px;
    flex-direction: column;
}.service-connect-wrq .instant-help-iVw {
    width: 100%;
    padding: 12px 20px;
}.service-connect-wrq .instant-help-iVw svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.service-connect-wrq .connect-section-hpn::before,
  .service-connect-wrq .connect-section-hpn::after {
    display: none;
}.service-connect-wrq .instant-help-iVw:nth-child(n) {
    animation: none;
}}.confidential-cordon-vyT {
    position: relative;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    padding: 60px;
}.confidential-cordon-vyT h1 {
    font-size: 48px;
    margin-bottom: 30px;
    color: rgb(162,176,209);
    grid-column: span 2;
    position: relative;
    z-index: 2;
    font-weight: 700;
}.confidential-cordon-vyT h2 {
    padding-left: 10px;
    margin: 20px 0;
    font-size: 38px;
    border-left: 5px solid rgb(162,176,209);
    z-index: 2;
    font-weight: 600;
    position: relative;
    color: rgb(115,134,182);
}.confidential-cordon-vyT ul,
.confidential-cordon-vyT ol {
    z-index: 2;
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 20px;
}.confidential-cordon-vyT ul {
    list-style-type: disc;
}.confidential-cordon-vyT ol {
    list-style-type: decimal;
}.confidential-cordon-vyT li {
    margin-bottom: 10px;
    color: #000000;
    border-bottom: 1px dashed rgb(115,134,182,0.5);
    padding-bottom: 5px;
    font-size: 12px;
}.confidential-cordon-vyT p {
    font-size: 12px;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.6;
}.confidential-cordon-vyT > div {
    border: 1px solid rgb(162,176,209,0.5);
    padding: 30px;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    background-color: rgb(208,213,232);
}.confidential-cordon-vyT span {
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    color: rgb(115,134,182);
    padding: 5px;
    z-index: 2;
    background: rgb(162,176,209,0.5);
}.confidential-cordon-vyT::before,
.confidential-cordon-vyT::after {
    background: rgb(162,176,209,0.5);
    display: block;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    content: "";
}.confidential-cordon-vyT::before {
    left: -100px;
    height: 200px;
    top: -100px;
    width: 200px;
}.confidential-cordon-vyT::after {
    right: -150px;
    height: 300px;
    bottom: -150px;
    width: 300px;
}

@media only screen and (max-width: 800px) {.confidential-cordon-vyT {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 20px;
}.confidential-cordon-vyT h1 {
    font-size: calc(24px * 0.8);
    grid-column: span 1;
}.confidential-cordon-vyT h2 {
    font-size: calc(24px * 0.8);
}.confidential-cordon-vyT ul,
    .confidential-cordon-vyT ol {
    padding-left: 15px;
}.confidential-cordon-vyT > div {
    padding: 20px;
}.confidential-cordon-vyT::before {
    left: -50px;
    height: 100px;
    top: -50px;
    width: 100px;
}.confidential-cordon-vyT::after {
    bottom: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
}}header {
    background: linear-gradient(135deg, rgb(162,176,209,0.5), rgb(115,134,182,0.5));
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 100;
}header::before {
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    width: 100%;
    content: '';
    top: 0;
}header .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 2%;
}header .nav-teach-aNt {
    background: #ffffff;
    align-items: center;
    border-radius: 25px;
    margin: 1rem 0;
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.5rem 0;
    flex-direction: column;
    overflow: hidden;
}header .nav-teach-aNt::before {
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(162,176,209), rgb(115,134,182));
    position: absolute;
    height: 5px;
}header .nav-tutor-ZQj {
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 0 0 1rem 0;
    position: relative;
}header .nav-tutor-ZQj::after {
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(162,176,209,0.5), rgb(115,134,182,0.5), rgb(162,176,209,0.5), transparent);
    content: '';
    bottom: 0;
    position: absolute;
    left: 20%;
}header .nav-tutor-ZQj svg {
    transition: all 0.3s ease;
    height: auto;
    width: 180px;
}header .nav-tutor-ZQj:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .nav-know-Gcf {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    max-width: 90%;
    display: flex;
    padding: 1rem 2rem 0;
}header .main-pro-Pjv {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    z-index: 1;
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
    background: linear-gradient(to bottom, #ffffff, rgb(208,213,232));
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}header .main-pro-Pjv::before {
    background: linear-gradient(to top, rgb(162,176,209,0.5), transparent);
    content: '';
    z-index: -1;
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    transition: height 0.3s ease;
    bottom: 0;
}header .main-pro-Pjv:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(162,176,209);
    transform: translateY(-3px);
}header .main-pro-Pjv:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .nav-teach-aNt {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .nav-tutor-ZQj {
    padding: 0 0 0.8rem 0;
}header .nav-tutor-ZQj svg {
    width: 160px;
}header .nav-know-Gcf {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .main-pro-Pjv {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .nav-teach-aNt {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .nav-tutor-ZQj {
    padding: 0 0 0.7rem 0;
}header .nav-tutor-ZQj svg {
    width: 140px;
}header .nav-know-Gcf {
    max-width: 95%;
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
}header .main-pro-Pjv {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .nav-teach-aNt {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .nav-tutor-ZQj {
    padding: 0 0 0.6rem 0;
}header .nav-tutor-ZQj svg {
    width: 120px;
}header .nav-know-Gcf {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
}header .nav-know-Gcf::-webkit-scrollbar {
    height: 3px;
}header .nav-know-Gcf::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(162,176,209);
}header .main-pro-Pjv {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.appMessage-cWK {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(162,176,209,0.5), 0.05), rgba(rgb(115,134,182,0.5), 0.1));
}.appMessage-cWK::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(162,176,209,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(115,134,182,0.5), 0.1) 0%, transparent 70%);
    width: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}.appMessage-cWK::after {
    opacity: 0.05;
    position: absolute;
    content: "";
    right: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    background: rgb(162,176,209);
    height: 300px;
    filter: blur(20px);
    animation: floatShape 15s ease-in-out infinite alternate;
    top: -150px;
    z-index: 0;
    width: 300px;
}.appMessage-cWK .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.appMessage-cWK h2 {
    text-align: left;
    font-weight: 600;
    position: relative;
    font-size: 30px;
    transition: transform 0.5s ease-out;
    color: #000000;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
}.appMessage-cWK h2::after {
    background: linear-gradient(90deg, rgb(162,176,209), rgb(115,134,182));
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    transform-origin: left;
    content: "";
    transform: scaleX(0.8);
    height: 4px;
}.appMessage-cWK:hover h2::after {
    transform: scaleX(1);
}.appMessage-cWK .fast-learn-mzv {
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    border-radius: 26px;
    padding: 40px;
    overflow: hidden;
}.appMessage-cWK .fast-learn-mzv::before {
    animation: gradientShift 6s ease infinite;
    position: absolute;
    width: 100%;
    height: 5px;
    background-size: 200% 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(162,176,209), rgb(115,134,182), rgb(162,176,209));
    left: 0;
}.appMessage-cWK ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appMessage-cWK li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding: 10px 0 10px 20px;
}.appMessage-cWK li::before {
    transform: translateY(-50%);
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(162,176,209,0.5), 0.5);
    background: rgb(162,176,209);
    top: 24px;
    left: 0;
    position: absolute;
    height: 8px;
    content: "";
}.appMessage-cWK span {
    line-height: 1.7;
    font-weight: 400;
    position: relative;
    transform: translateY(0);
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.appMessage-cWK span::after {
    transform: scaleX(0.5);
    width: 40%;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(rgb(162,176,209,0.5), 0.3));
    transform-origin: right;
    position: absolute;
    height: 1px;
    opacity: 0;
    right: 0;
    transition: all 0.5s ease;
}.appMessage-cWK .fast-learn-mzv:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.appMessage-cWK .fast-learn-mzv:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 768px) {.appMessage-cWK {
    padding: 150px 0;
}.appMessage-cWK .container {
    padding: 0 60px;
}.appMessage-cWK h2 {
    max-width: 90%;
    font-size: calc(30px * 1.1);
    margin-bottom: 50px;
}.appMessage-cWK .fast-learn-mzv {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.appMessage-cWK .fast-learn-mzv:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appMessage-cWK li {
    padding: 10px 0 10px 30px;
}.appMessage-cWK li::before {
    width: 10px;
    height: 10px;
}.appMessage-cWK span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.appMessage-cWK {
    padding: 80px 0;
}.appMessage-cWK .container {
    padding: 0 20px;
}.appMessage-cWK h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.appMessage-cWK .fast-learn-mzv {
    padding: 30px 20px;
}.appMessage-cWK li {
    padding: 10px 0 10px 15px;
}.appMessage-cWK li::before {
    width: 6px;
    height: 6px;
}.appMessage-cWK span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.appMessage-cWK {
    padding: 60px 0;
}.appMessage-cWK h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.appMessage-cWK .fast-learn-mzv {
    padding: 25px 15px;
}.appMessage-cWK span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.subscribe-to-newsletter-nzT {
    margin: 4rem 0;
    background: linear-gradient(135deg, rgb(162,176,209,0.5), rgb(115,134,182), rgb(162,176,209));
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 3rem 0;
    perspective: 1000px;
}.subscribe-to-newsletter-nzT::before {
    content: '';
    transform: rotate(-15deg);
    position: absolute;
    animation: lightShift 8s ease-in-out infinite alternate;
    width: 200%;
    top: -50%;
    background: linear-gradient(45deg, transparent 20%, rgb(255, 255, 255, 0.5) 25%, transparent 30%);
    left: -50%;
    height: 200%;
    opacity: 0.07;
}.subscribe-to-newsletter-nzT::after {
    width: 100%;
    background: linear-gradient(to top, rgb(162,176,209,0.5) 0%, transparent 100%);
    bottom: 0;
    opacity: 0.2;
    content: '';
    position: absolute;
    transform: skewY(-3deg);
    transform-origin: bottom right;
    height: 40%;
    right: 0;
}.subscribe-to-newsletter-nzT .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.subscribe-to-newsletter-nzT .fast-learn-mzv {
    transition: transform 0.5s ease-out;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateZ(0);
}.subscribe-to-newsletter-nzT .fast-learn-mzv:hover {
    transform: translateZ(20px);
}.subscribe-to-newsletter-nzT h4 {
    font-weight: 600;
    line-height: 1.4;
    transform: translateZ(10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-size: 21px;
    letter-spacing: 0.01em;
    margin: 0;
    color: #ffffff;
}.subscribe-to-newsletter-nzT .input_holder {
    transform: translateZ(15px) translateY(5px);
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 1rem;
}.subscribe-to-newsletter-nzT .input_holder span {
    display: block;
    position: relative;
    width: 100%;
}.subscribe-to-newsletter-nzT .input_holder span::before {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(115,134,182,0.5), rgb(162,176,209,0.5));
    bottom: -3px;
    z-index: -1;
    height: 5px;
    width: 100%;
    filter: blur(3px);
    position: absolute;
    transform-origin: right;
}.subscribe-to-newsletter-nzT .input_holder span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.subscribe-to-newsletter-nzT input[type="email"] {
    transform: translateZ(0);
    background-color: rgba(255,255,255,0.15);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 2px solid rgb(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    width: 100%;
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.subscribe-to-newsletter-nzT input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.subscribe-to-newsletter-nzT input[type="email"]:focus {
    border-color: #ffffff;
    transform: translateZ(5px) translateY(-2px);
    outline: none;
    box-shadow: 0 7px 20px rgba(0,0,0,0.12);
    background-color: rgba(255,255,255,0.25);
}.subscribe-to-newsletter-nzT input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.subscribe-to-newsletter-nzT .email-signup-FhY {
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(115,134,182), rgb(162,176,209));
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
    border: none;
    letter-spacing: 0.03em;
    font-weight: 600;
}.subscribe-to-newsletter-nzT .email-signup-FhY::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(162,176,209), rgb(115,134,182));
    content: '';
    transition: opacity 0.4s ease;
}.subscribe-to-newsletter-nzT .email-signup-FhY:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}.subscribe-to-newsletter-nzT .email-signup-FhY:hover::before {
    opacity: 1;
}.subscribe-to-newsletter-nzT .email-signup-FhY:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

@keyframes lightShift {
    0% {
        transform: rotate(-15deg) translateX(-5%) translateY(2%);
    }
    100% {
        transform: rotate(-12deg) translateX(5%) translateY(-2%);
    }
}

@media (min-width: 768px) {.subscribe-to-newsletter-nzT {
    padding: 4rem 0;
}.subscribe-to-newsletter-nzT .fast-learn-mzv {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.subscribe-to-newsletter-nzT h4 {
    max-width: 90%;
    font-size: calc(21px * 1.1);
    transform: translateZ(25px) translateX(10px);
}.subscribe-to-newsletter-nzT .input_holder {
    transform: translateZ(35px) translateY(0);
    flex-direction: row;
}.subscribe-to-newsletter-nzT input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.subscribe-to-newsletter-nzT .email-signup-FhY {
    white-space: nowrap;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.subscribe-to-newsletter-nzT {
    padding: 5rem 0;
}.subscribe-to-newsletter-nzT::before {
    animation-duration: 12s;
}.subscribe-to-newsletter-nzT .fast-learn-mzv {
    gap: 4rem;
}.subscribe-to-newsletter-nzT h4 {
    max-width: 85%;
    font-size: calc(21px * 1.2);
    transform: translateZ(40px) translateX(20px) rotateY(2deg);
}.subscribe-to-newsletter-nzT .input_holder {
    transform: translateZ(50px) translateY(0) rotateY(-2deg);
}
}

@media (max-width: 767px) {.subscribe-to-newsletter-nzT {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.subscribe-to-newsletter-nzT h4 {
    margin-bottom: 1.5rem;
    text-align: center;
}.subscribe-to-newsletter-nzT .email-signup-FhY {
    width: 100%;
    margin-top: 0.5rem;
}.subscribe-to-newsletter-nzT::before {
    opacity: 0.05;
}
}

@media (hover: none) {.subscribe-to-newsletter-nzT .fast-learn-mzv:hover {
    transform: translateZ(0);
}.subscribe-to-newsletter-nzT input[type="email"]:focus {
    transform: none;
}.subscribe-to-newsletter-nzT .email-signup-FhY:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
}