* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    width: 1219px;
    max-width: 100%;
    margin: auto;
}html,body {
    min-height: 100%;
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-container-JkjVv {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.guide-section-VwPlk {
    flex: 0 0 auto;
}.nav-lesson-HCLPE {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-screen-ijdSy {
    min-height: 600px;
    background: rgb(141,175,194);
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
}.title-screen-ijdSy .knowledge-study-vDLRQ {
    height: 100%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}.title-screen-ijdSy .edu-front-TvxLg {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    perspective: 1000px;
    left: 0;
    perspective-origin: center;
    z-index: 1;
}.title-screen-ijdSy .edu-front-TvxLg::before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        rgb(141,175,194) 0%,
        transparent 30%, 
        transparent 70%, 
        rgb(141,175,194) 100%
    );
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
}.title-screen-ijdSy .edu-front-TvxLg::after {
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, 
        rgb(141,175,194) 0%,
        transparent 30%, 
        transparent 70%, 
        rgb(141,175,194) 100%
    );
    z-index: 3;
    top: 0;
    width: 100%;
}.title-screen-ijdSy .course-hero-cwUFk {
    animation: carousel-3d 25s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    width: 500%;
}.title-screen-ijdSy .page-title-yzqfC {
    backface-visibility: hidden;
    transition: transform 0.5s ease;
    position: relative;
    transform-origin: center;
    height: 100%;
    width: 20%;
    overflow: hidden;
}.title-screen-ijdSy .page-title-yzqfC:nth-child(odd) {
    animation: slide-odd 15s ease-in-out infinite alternate;
}.title-screen-ijdSy .page-title-yzqfC:nth-child(even) {
    animation: slide-even 15s ease-in-out infinite alternate;
}.title-screen-ijdSy .page-title-yzqfC img {
    filter: brightness(0.9) contrast(1.1);
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
    transition: transform 8s ease;
    width: 100%;
}.title-screen-ijdSy .page-title-yzqfC::before {
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    width: 100%;
    z-index: 2;
    mask-size: 20px 20px;
    opacity: 0.4;
    content: '';
    position: absolute;
    mask-image: repeating-conic-gradient(
        from 0deg,
        transparent 0deg 5deg,
        #fff 5deg 10deg
    );
    height: 100%;
}.title-screen-ijdSy .content-zone-bBAcd {
    z-index: 10;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    width: 90%;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding: 3.5rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(141,175,194,0.5);
    transform: translateZ(50px);
    max-width: 600px;
}.title-screen-ijdSy .content-zone-bBAcd::before,
.title-screen-ijdSy .content-zone-bBAcd::after {
    position: absolute;
    left: -25%;
    top: -25%;
    height: 150%;
    animation: rotate-bg 12s linear infinite;
    content: '';
    z-index: -1;
    width: 150%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgb(141,175,194,0.5),
        transparent
    );
}.title-screen-ijdSy .content-zone-bBAcd::after {
    opacity: 0.3;
    animation-direction: reverse;
    filter: blur(15px);
    animation-duration: 15s;
}.title-screen-ijdSy .content-zone-bBAcd h1 {
    padding-left: 25px;
    line-height: 1.3;
    margin-bottom: 1.8rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 43px;
}.title-screen-ijdSy .content-zone-bBAcd h1::before {
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 100%;
    content: '';
    background: rgb(141,175,194);
    position: absolute;
    width: 8px;
}.title-screen-ijdSy .content-zone-bBAcd p {
    margin-bottom: 2.5rem;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.95;
}.title-screen-ijdSy .content-zone-bBAcd .support-links-EtyHg {
    position: relative;
    text-decoration: none;
    background: rgb(141,175,194);
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    padding: 15px 35px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    font-weight: 600;
    align-items: center;
    overflow: hidden;
}.title-screen-ijdSy .content-zone-bBAcd .support-links-EtyHg::before {
    content: '';
    width: 100%;
    z-index: -1;
    background: rgb(114,143,164);
    top: 0;
    position: absolute;
    left: 0;
    transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 0;
}.title-screen-ijdSy .content-zone-bBAcd .support-links-EtyHg::after {
    content: '';
    z-index: -1;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    position: absolute;
    animation: button-shimmer 4s infinite;
}.title-screen-ijdSy .content-zone-bBAcd .support-links-EtyHg:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.title-screen-ijdSy .content-zone-bBAcd .support-links-EtyHg:hover::before {
    height: 100%;
}

@keyframes carousel-3d {
    0%, 18% {
        transform: translateX(0) translateZ(0);
    }
    20%, 38% {
        transform: translateX(-20%) translateZ(0);
    }
    40%, 58% {
        transform: translateX(-40%) translateZ(0);
    }
    60%, 78% {
        transform: translateX(-60%) translateZ(0);
    }
    80%, 98% {
        transform: translateX(-80%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}

@keyframes slide-odd {
    0% {
        transform: scale(1) rotateY(0deg);
    }
    50% {
        transform: scale(1.05) rotateY(3deg);
    }
    100% {
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes slide-even {
    0% {
        transform: scale(1) rotateY(0deg);
    }
    50% {
        transform: scale(1.05) rotateY(-3deg);
    }
    100% {
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes button-shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1200px) {.title-screen-ijdSy .content-zone-bBAcd {
    padding: 3rem;
    max-width: 550px;
}
}

@media (max-width: 992px) {.title-screen-ijdSy {
    min-height: 550px;
    height: auto;
}.title-screen-ijdSy .content-zone-bBAcd {
    max-width: 500px;
    padding: 2.5rem;
}.title-screen-ijdSy .content-zone-bBAcd h1 {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 768px) {.title-screen-ijdSy {
    min-height: 500px;
}.title-screen-ijdSy .edu-front-TvxLg {
    perspective: none;
}.title-screen-ijdSy .edu-front-TvxLg::before {
    background: linear-gradient(to right, 
            #000000 0%, 
            transparent 20%, 
            transparent 80%, 
            #000000 100%
        );
}.title-screen-ijdSy .edu-front-TvxLg::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 20%, 
            transparent 80%, 
            #000000 100%
        );
}.title-screen-ijdSy .content-zone-bBAcd {
    padding: 2rem;
    max-width: 90%;
    text-align: center;
}.title-screen-ijdSy .content-zone-bBAcd h1 {
    padding-left: 0;
}.title-screen-ijdSy .content-zone-bBAcd h1::before {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    bottom: -15px;
}
}

@media (max-width: 576px) {.title-screen-ijdSy {
    min-height: unset;
}.title-screen-ijdSy .content-zone-bBAcd {
    padding: 1.5rem;
}.title-screen-ijdSy .content-zone-bBAcd h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 2rem;
}.title-screen-ijdSy .content-zone-bBAcd p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
}.title-screen-ijdSy .content-zone-bBAcd .support-links-EtyHg {
    padding: 12px 25px;
    width: 100%;
}.title-screen-ijdSy .page-title-yzqfC::before {
    mask-size: 15px 15px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.title-screen-ijdSy {
    min-height: 100vh;
    height: auto;
}.title-screen-ijdSy .content-zone-bBAcd {
    padding: 1.5rem;
    max-width: 500px;
}.title-screen-ijdSy .content-zone-bBAcd h1 {
    margin-bottom: 1.5rem;
}.title-screen-ijdSy .content-zone-bBAcd p {
    margin-bottom: 1.5rem;
}}.connect-form-oCSDb {
    overflow: hidden;
    position: relative;
    background: rgb(169,209,225);
    padding: 100px 0;
}.connect-form-oCSDb::before {
    left: 0;
    width: 100%;
    background-image: linear-gradient(30deg, rgb(114,143,164,0.5) 12%, transparent 12.5%, transparent 87%, rgb(114,143,164,0.5) 87.5%, rgb(114,143,164,0.5)),
                      linear-gradient(150deg, rgb(114,143,164,0.5) 12%, transparent 12.5%, transparent 87%, rgb(114,143,164,0.5) 87.5%, rgb(114,143,164,0.5)),
                      linear-gradient(30deg, rgb(114,143,164,0.5) 12%, transparent 12.5%, transparent 87%, rgb(114,143,164,0.5) 87.5%, rgb(114,143,164,0.5)),
                      linear-gradient(150deg, rgb(114,143,164,0.5) 12%, transparent 12.5%, transparent 87%, rgb(114,143,164,0.5) 87.5%, rgb(114,143,164,0.5)),
                      linear-gradient(60deg, rgb(141,175,194,0.5) 25%, transparent 25.5%, transparent 75%, rgb(141,175,194,0.5) 75%, rgb(141,175,194,0.5)),
                      linear-gradient(60deg, rgb(141,175,194,0.5) 25%, transparent 25.5%, transparent 75%, rgb(141,175,194,0.5) 75%, rgb(141,175,194,0.5));
    top: 0;
    position: absolute;
    opacity: 0.05;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    content: '';
    background-size: 80px 140px;
    height: 100%;
}.connect-form-oCSDb .pic-strip-wrap-VlHLe {
    left: 0;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    height: 90%;
    position: absolute;
    width: 45%;
    top: 5%;
    border-radius: 0 22px 22px 0;
}.connect-form-oCSDb .pic-strip-wrap-VlHLe::after {
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0 22px 22px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    content: '';
    position: absolute;
}.connect-form-oCSDb .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.connect-form-oCSDb h3 {
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: rgb(141,175,194);
    padding: 10px 30px;
    background: #ffffff;
    margin-bottom: 50px;
    position: relative;
}.connect-form-oCSDb .query-inquiry-JSwDg {
    float: right;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    overflow: hidden;
    display: flex;
    border-radius: 22px;
    width: 60%;
    background: #ffffff;
    position: relative;
}.connect-form-oCSDb .query-inquiry-JSwDg::before {
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(141,175,194), rgb(114,143,164));
    top: 0;
    height: 5px;
    left: 0;
}.connect-form-oCSDb .contact-feedback-WQMSF {
    padding: 40px;
}.connect-form-oCSDb form h3 {
    display: block;
    box-shadow: none;
    width: 100%;
    color: #000000;
    background: transparent;
    padding: 0;
    text-align: left;
    border-bottom: 2px solid rgb(114,143,164,0.5);
    border-radius: 0;
    font-size: 23px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}.connect-form-oCSDb input[type="text"],
.connect-form-oCSDb textarea {
    margin-bottom: 20px;
    font-size: 17px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
    border-radius: 10px;
    color: #000000;
    padding: 15px;
    background: rgb(169,209,225);
}.connect-form-oCSDb input[type="text"]:focus,
.connect-form-oCSDb textarea:focus {
    box-shadow: 0 0 0 2px rgb(141,175,194);
    outline: none;
    background: #ffffff;
}.connect-form-oCSDb textarea {
    height: 130px;
    resize: none;
}.connect-form-oCSDb .request-feedback-EQkCG {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.connect-form-oCSDb .request-feedback-EQkCG input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-form-oCSDb .request-feedback-EQkCG label {
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}.connect-form-oCSDb .request-feedback-EQkCG label::before {
    height: 18px;
    content: '';
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgb(141,175,194);
    position: absolute;
    width: 18px;
    left: 0;
}.connect-form-oCSDb .request-feedback-EQkCG input[type="checkbox"]:checked + label::before {
    background: rgb(141,175,194);
}.connect-form-oCSDb .request-feedback-EQkCG input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    height: 9px;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 6px;
    top: 6px;
    position: absolute;
    content: '';
}.connect-form-oCSDb .request-feedback-EQkCG a {
    color: rgb(141,175,194);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect-form-oCSDb .request-feedback-EQkCG a:hover {
    color: rgb(114,143,164);
    text-decoration: underline;
}.connect-form-oCSDb .support-links-EtyHg {
    background-size: 200% auto;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 14px;
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    background: linear-gradient(to right, rgb(141,175,194), rgb(141,175,194));
    border-radius: 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.connect-form-oCSDb .support-links-EtyHg:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(141,175,194,0.5);
}.connect-form-oCSDb .request-links-afbvW {
    padding: 40px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(141,175,194), rgb(114,143,164));
}.connect-form-oCSDb .request-links-afbvW h4 {
    font-size: 23px;
    margin-bottom: 25px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
}.connect-form-oCSDb .request-links-afbvW h4::after {
    position: absolute;
    content: '';
    left: 0;
    background: #ffffff;
    bottom: -8px;
    height: 2px;
    width: 40px;
}.connect-form-oCSDb .help-section-rdHgh {
    padding: 0;
    list-style: none;
    margin: 0;
}.connect-form-oCSDb .help-section-rdHgh li {
    transition: transform 0.3s ease;
    align-items: flex-start;
    display: flex;
    margin-bottom: 20px;
}.connect-form-oCSDb .help-section-rdHgh li:hover {
    transform: translateX(5px);
}.connect-form-oCSDb .help-section-rdHgh svg {
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 3px;
    width: 22px;
    height: 22px;
}.connect-form-oCSDb .help-section-rdHgh svg path {
    fill: #ffffff;
}.connect-form-oCSDb .help-section-rdHgh span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.connect-form-oCSDb .help-section-rdHgh a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect-form-oCSDb .help-section-rdHgh a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media (max-width: 992px) {.connect-form-oCSDb {
    padding: 80px 0;
}.connect-form-oCSDb .pic-strip-wrap-VlHLe {
    display: none;
}.connect-form-oCSDb .query-inquiry-JSwDg {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 650px;
}
}

@media (max-width: 768px) {.connect-form-oCSDb {
    padding: 60px 0;
}.connect-form-oCSDb h3 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.connect-form-oCSDb .contact-feedback-WQMSF,
    .connect-form-oCSDb .request-links-afbvW {
    padding: 30px;
}.connect-form-oCSDb form h3,
    .connect-form-oCSDb .request-links-afbvW h4 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.connect-form-oCSDb {
    padding: 40px 0;
}.connect-form-oCSDb h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.connect-form-oCSDb .contact-feedback-WQMSF,
    .connect-form-oCSDb .request-links-afbvW {
    padding: 25px 20px;
}.connect-form-oCSDb input[type="text"],
    .connect-form-oCSDb textarea {
    padding: 12px;
    margin-bottom: 15px;
}.connect-form-oCSDb textarea {
    height: 110px;
}.connect-form-oCSDb .support-links-EtyHg {
    width: 100%;
}}.appZone-Hbits {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,209,225) 0%, #ffffff 100%);
}.appZone-Hbits::before {
    height: 100%;
    transform: translateX(20%) skewX(-15deg);
    z-index: 1;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(215deg, rgb(141,175,194,0.5) 0%, transparent 70%);
    content: "";
}.appZone-Hbits::after {
    height: 70%;
    content: "";
    z-index: 1;
    transform: rotate(-10deg);
    position: absolute;
    bottom: -5%;
    left: -2%;
    background: linear-gradient(125deg, rgb(114,143,164,0.5) 0%, transparent 80%);
    width: 30%;
}.appZone-Hbits .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.appZone-Hbits h2 {
    margin-bottom: 40px;
    position: relative;
    transform: translateX(-20px);
    max-width: 800px;
    line-height: 1.3;
    font-weight: 700;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    color: #000000;
    font-size: 29px;
    font-family: Arial, sans-serif;
}.appZone-Hbits h2::before {
    position: absolute;
    left: 0;
    width: 80px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    background: rgb(141,175,194);
    height: 4px;
    top: -15px;
}.appZone-Hbits .knowledge-study-vDLRQ {
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    opacity: 0;
    padding: 40px 50px;
    transform-origin: top center;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
}.appZone-Hbits .knowledge-study-vDLRQ::before {
    width: 5px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(141,175,194), rgb(114,143,164));
    top: 0;
    height: 100%;
}.appZone-Hbits .knowledge-study-vDLRQ::after {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    transform: translateX(100%);
    width: 80%;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    top: 0;
}.appZone-Hbits ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appZone-Hbits li {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}.appZone-Hbits li::before {
    background: rgb(141,175,194);
    border-radius: 50%;
    transform: scale(0);
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    left: -30px;
    top: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
}.appZone-Hbits span {
    font-weight: 400;
    display: block;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.appZone-Hbits {
    padding: 90px 0 60px;
}.appZone-Hbits h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.appZone-Hbits .knowledge-study-vDLRQ {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.appZone-Hbits {
    padding: 70px 0 50px;
}.appZone-Hbits::before {
    width: 50%;
}.appZone-Hbits h2 {
    font-size: calc(29px * 0.8);
    max-width: 100%;
}.appZone-Hbits .knowledge-study-vDLRQ {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 576px) {.appZone-Hbits {
    padding: 60px 0 40px;
}.appZone-Hbits::before,
    .appZone-Hbits::after {
    opacity: 0.5;
}.appZone-Hbits .container {
    padding: 0 20px;
}.appZone-Hbits h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.appZone-Hbits h2::before {
    width: 60px;
    top: -10px;
    height: 3px;
}.appZone-Hbits .knowledge-study-vDLRQ {
    transform: none;
    padding: 25px 20px;
}.appZone-Hbits span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.appZone-Hbits li::before {
    left: -20px;
    width: 8px;
    height: 8px;
}}.learning-impact-oTGUz {
    background: linear-gradient(135deg, rgb(169,209,225) 0%, rgba(240, 245, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1200px;
}.learning-impact-oTGUz::before {
    right: -10%;
    height: 70%;
    position: absolute;
    top: -15%;
    transform: rotate(-15deg) skew(5deg);
    filter: blur(40px);
    content: "";
    z-index: 1;
    width: 50%;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(141,175,194,0.5) 0%, transparent 70%);
}.learning-impact-oTGUz::after {
    bottom: -10%;
    height: 60%;
    background: linear-gradient(45deg, rgb(114,143,164,0.5) 0%, transparent 80%);
    filter: blur(30px);
    content: "";
    left: -5%;
    position: absolute;
    opacity: 0.12;
    transform: rotate(12deg) skew(-7deg);
    z-index: 1;
    width: 40%;
}.learning-impact-oTGUz .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.learning-impact-oTGUz .knowledge-study-vDLRQ {
    gap: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    transform-style: preserve-3d;
}.learning-impact-oTGUz .content-zone-bBAcd {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    width: 100%;
    position: relative;
    transform: translateZ(10px);
    border-left: 4px solid rgb(141,175,194);
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
}.learning-impact-oTGUz .content-zone-bBAcd::before {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.4) 100%);
    position: absolute;
}.learning-impact-oTGUz h4 {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin: 0 0 2rem;
    position: relative;
    font-size: 21px;
}.learning-impact-oTGUz h4::after {
    width: 80px;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(141,175,194) 0%, rgb(114,143,164) 100%);
    bottom: -10px;
}.learning-impact-oTGUz .content-zone-bBAcd > div {
    margin-bottom: 1.5rem;
}.learning-impact-oTGUz ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.learning-impact-oTGUz li {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease-out;
}.learning-impact-oTGUz li:hover {
    transform: translateX(8px);
}.learning-impact-oTGUz li p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    line-height: 1.6;
}.learning-impact-oTGUz li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.learning-impact-oTGUz svg {
    width: 24px;
    transition: transform 0.3s ease-out;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    height: 24px;
}.learning-impact-oTGUz li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.learning-impact-oTGUz svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,175,194);
}.learning-impact-oTGUz li:hover svg path {
    fill: rgb(114,143,164);
}.learning-impact-oTGUz .pic-strip-wrap-VlHLe {
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 500px;
    border-radius: 2px;
    height: auto;
    object-fit: cover;
}.learning-impact-oTGUz .pic-strip-wrap-VlHLe:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}

@media (min-width: 768px) {.learning-impact-oTGUz .knowledge-study-vDLRQ {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}.learning-impact-oTGUz .content-zone-bBAcd {
    width: 60%;
    transform: translateZ(20px) translateX(-20px);
    padding: 3rem;
}.learning-impact-oTGUz .pic-strip-wrap-VlHLe {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg) translateZ(50px) translateX(20px);
    width: 35%;
}.learning-impact-oTGUz .content-zone-bBAcd > div {
    gap: 2rem;
    display: flex;
}.learning-impact-oTGUz .content-zone-bBAcd > div > ul {
    flex: 1;
}.learning-impact-oTGUz h4 {
    font-size: calc(21px * 1.1);
}
}

@media (min-width: 992px) {.learning-impact-oTGUz {
    padding: 8rem 0;
}.learning-impact-oTGUz .content-zone-bBAcd {
    width: 55%;
    padding: 3.5rem;
}.learning-impact-oTGUz .pic-strip-wrap-VlHLe {
    width: 40%;
    max-width: 600px;
}.learning-impact-oTGUz h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 2.5rem;
}.learning-impact-oTGUz h4::after {
    width: 100px;
}.learning-impact-oTGUz li p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.learning-impact-oTGUz .knowledge-study-vDLRQ {
    gap: 5rem;
}.learning-impact-oTGUz .content-zone-bBAcd {
    width: 50%;
    padding: 4rem;
}.learning-impact-oTGUz .pic-strip-wrap-VlHLe {
    width: 45%;
}.learning-impact-oTGUz li {
    margin-bottom: 1.5rem;
}.learning-impact-oTGUz h4 {
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 767px) {.learning-impact-oTGUz {
    padding: 4rem 0;
}.learning-impact-oTGUz .content-zone-bBAcd > div {
    flex-direction: column;
}
}

@media (hover: hover) {.learning-impact-oTGUz .content-zone-bBAcd {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}.learning-impact-oTGUz .content-zone-bBAcd:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                    0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px);
}}.offer-selection-TGnBh {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.offer-selection-TGnBh::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}.offer-selection-TGnBh .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.offer-selection-TGnBh .program-fees-XOHhG {
    position: relative;
}.offer-selection-TGnBh h2 {
    color: #ffffff;
    position: relative;
    opacity: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    text-align: center;
    font-size: calc(34px * 1.1);
    margin-bottom: 25px;
    transform: translateY(20px);
}.offer-selection-TGnBh .cost-summary-EAmQS {
    text-align: center;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 15px;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    max-width: 700px;
    opacity: 0;
}.offer-selection-TGnBh .plan-fee-oQiTc {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 25px;
    list-style: none;
    padding: 0;
    display: grid;
}.offer-selection-TGnBh .plan-fee-oQiTc li {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform: translateZ(0) rotateY(5deg);
    transform-style: preserve-3d;
}.offer-selection-TGnBh .plan-fee-oQiTc li:nth-child(1) {
    --li-index: 1;
}.offer-selection-TGnBh .plan-fee-oQiTc li:nth-child(2) {
    --li-index: 2;
}.offer-selection-TGnBh .plan-fee-oQiTc li:nth-child(3) {
    --li-index: 3;
}.offer-selection-TGnBh .plan-fee-oQiTc li:nth-child(4) {
    --li-index: 4;
}.offer-selection-TGnBh .deal-grid-XkKpJ {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    height: 100%;
    text-decoration: none;
}.offer-selection-TGnBh .deal-grid-XkKpJ:hover {
    transform: translateY(-10px) scale(1.02);
}.offer-selection-TGnBh .plan-table-vlqMB {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    transition: all 0.4s ease;
}.offer-selection-TGnBh .deal-grid-XkKpJ:hover .plan-table-vlqMB {
    background: linear-gradient(145deg, 
        rgba(rgb(141,175,194), 0.15) 0%, 
        rgba(rgb(141,175,194), 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
}.offer-selection-TGnBh .plan-table-vlqMB::before {
    pointer-events: none;
    top: -50%;
    height: 200%;
    transition: opacity 0.6s ease;
    opacity: 0;
    content: "";
    transform: rotate(30deg);
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    left: -50%;
    position: absolute;
    width: 200%;
}.offer-selection-TGnBh .deal-grid-XkKpJ:hover .plan-table-vlqMB::before {
    opacity: 1;
}.offer-selection-TGnBh .deal-opts-SBGgE {
    height: 100%;
    display: flex;
    flex-direction: column;
}.offer-selection-TGnBh .deal-opts-SBGgE h4 {
    font-size: calc(21px * 1.1);
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
}.offer-selection-TGnBh .deal-grid-XkKpJ:hover .deal-opts-SBGgE h4 {
    color: rgb(141,175,194);
    transform: translateY(-2px);
}.offer-selection-TGnBh .deal-opts-SBGgE h4::after {
    bottom: -10px;
    content: "";
    position: absolute;
    height: 2px;
    transform: scaleX(0.7);
    transform-origin: left;
    background: rgb(141,175,194);
    width: 50px;
    left: 0;
    transition: transform 0.4s ease;
}.offer-selection-TGnBh .deal-grid-XkKpJ:hover .deal-opts-SBGgE h4::after {
    transform: scaleX(1);
}.offer-selection-TGnBh .deal-opts-SBGgE p {
    font-size: calc(15px * 0.9);
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
    line-height: 1.7;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 25px;
}.offer-selection-TGnBh .pricing-schemes-rZVdG {
    margin-top: auto;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(21px * 1.4);
    color: #ffffff;
    display: inline-block;
    padding: 10px 0;
    font-weight: 700;
    position: relative;
}.offer-selection-TGnBh .deal-grid-XkKpJ:hover .pricing-schemes-rZVdG {
    color: rgb(141,175,194);
    transform: scale(1.05);
}.offer-selection-TGnBh .pricing-schemes-rZVdG::before {
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}

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

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

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

@media (max-width: 1024px) {.offer-selection-TGnBh {
    padding: 100px 0;
}.offer-selection-TGnBh .plan-fee-oQiTc {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.offer-selection-TGnBh .plan-table-vlqMB {
    padding: 25px;
}
}

@media (max-width: 768px) {.offer-selection-TGnBh {
    padding: 80px 0;
}.offer-selection-TGnBh h2 {
    font-size: 34px;
    margin-bottom: 20px;
}.offer-selection-TGnBh .cost-summary-EAmQS {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.offer-selection-TGnBh .plan-fee-oQiTc {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.offer-selection-TGnBh .plan-table-vlqMB {
    padding: 25px 20px;
}.offer-selection-TGnBh .deal-opts-SBGgE h4 {
    font-size: 21px;
}.offer-selection-TGnBh .deal-opts-SBGgE p {
    font-size: calc(15px * 0.85);
}.offer-selection-TGnBh .pricing-schemes-rZVdG {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 480px) {.offer-selection-TGnBh {
    padding: 60px 0;
}.offer-selection-TGnBh h2 {
    font-size: calc(34px * 0.9);
}.offer-selection-TGnBh .cost-summary-EAmQS {
    font-size: calc(15px * 0.9);
}.offer-selection-TGnBh .plan-table-vlqMB {
    padding: 20px 15px;
}.offer-selection-TGnBh .deal-opts-SBGgE h4 {
    font-size: calc(21px * 0.95);
}.offer-selection-TGnBh .deal-opts-SBGgE p {
    line-height: 1.6;
    margin-bottom: 20px;
}.offer-selection-TGnBh .pricing-schemes-rZVdG {
    font-size: calc(21px * 1.1);
}}footer {
    position: relative;
    width: 100%;
}footer .guide-section-VwPlk {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(141,175,194) 100%);
    padding: 80px 0 30px;
}footer .guide-section-VwPlk::before {
    content: '';
    width: 100%;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    left: 0;
    z-index: -1;
}footer .guide-section-VwPlk::after {
    background: linear-gradient(90deg, 
        rgb(141,175,194) 0%, 
        rgb(114,143,164) 50%, 
        rgb(141,175,194) 100%);
    left: 0;
    width: 100%;
    animation: glowBorder 3s infinite linear;
    position: absolute;
    content: '';
    height: 3px;
    top: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .guide-section-VwPlk .container {
    z-index: 2;
    position: relative;
}footer .footer-milestones-HQdDA {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .reach-help-iPnoM {
    justify-content: space-between;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    gap: 30px;
}footer .reach-help-iPnoM::after {
    content: '';
    bottom: 0;
    height: 1px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(114,143,164,0.5) 50%, 
        transparent 100%);
    position: absolute;
}footer .info_item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 200px;
    padding: 15px;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
    flex: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.03);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    font-size: 13px;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
    display: flex;
    font-weight: 400;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    fill: rgb(114,143,164);
    height: 20px;
    flex-shrink: 0;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(114,143,164);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    gap: 40px;
}footer .top-navbar-ywcBH {
    gap: 20px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}footer .top-navbar-ywcBH svg {
    filter: drop-shadow(0 0 5px rgb(141,175,194,0.5));
    max-width: 160px;
    height: auto;
}footer .donate-btn-ijFxY {
    opacity: 0.7;
    max-width: 300px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
}footer .site-navbar-WVtNq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}footer .site-navbar-WVtNq h5 {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 5px;
}footer .site-navbar-WVtNq h5::after {
    bottom: 0;
    background: rgb(114,143,164);
    height: 3px;
    width: 50px;
    left: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
}footer .nav-guide-ndKSX {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}footer .nav-guide-ndKSX a {
    padding-left: 15px;
    opacity: 0.8;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .nav-guide-ndKSX a::before {
    background: rgb(114,143,164);
    transition: all 0.3s ease;
    opacity: 0.7;
    left: 0;
    height: 6px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    content: '';
    top: 50%;
    width: 6px;
}footer .nav-guide-ndKSX a:hover {
    opacity: 1;
    color: rgb(114,143,164);
    transform: translateX(5px);
}footer .nav-guide-ndKSX a:hover::before {
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(114,143,164);
    width: 8px;
}footer .subscribe_holder {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
    gap: 15px;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}footer .subscribe_holder p {
    opacity: 0.8;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 14px 15px;
    outline: none;
    font-size: 13px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(114,143,164,0.5);
    border-color: rgb(114,143,164);
}footer .get-started-WFBsn {
    background: linear-gradient(45deg, rgb(114,143,164) 0%, rgb(141,175,194) 100%);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    color: #ffffff;
}footer .get-started-WFBsn::before {
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    transition: 0.6s;
    height: 100%;
}footer .get-started-WFBsn:hover::before {
    left: 100%;
}footer .get-started-WFBsn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .achieve-cta-xLIfR {
    position: relative;
    padding-top: 30px;
    text-align: center;
}footer .achieve-cta-xLIfR::before {
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(114,143,164,0.5) 50%, 
        transparent 100%);
    left: 0;
    top: 0;
    content: '';
}footer .intern-opp-efPGi {
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

@media (max-width: 992px) {footer .guide-section-VwPlk {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .reach-help-iPnoM {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .guide-section-VwPlk {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .site-navbar-WVtNq {
    gap: 15px;
}footer .reach-help-iPnoM {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .get-started-WFBsn {
    width: 100%;
}
}

@media (max-width: 576px) {footer .guide-section-VwPlk {
    padding: 40px 0 30px;
}footer .top-navbar-ywcBH {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .donate-btn-ijFxY {
    text-align: center;
    margin: 0 auto;
}footer .site-navbar-WVtNq h5 {
    text-align: center;
}footer .site-navbar-WVtNq h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .nav-guide-ndKSX {
    align-items: center;
}footer .nav-guide-ndKSX a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}header {
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgb(141,175,194,0.5);
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    top: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(141,175,194) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}header:before {
    pointer-events: none;
    content: '';
    left: 0;
    animation: shine 8s infinite linear;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(141,175,194,0.5), transparent);
    background-size: 200% 100%;
}header .nav-study-ysPlI {
    width: 100%;
}header .container {
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .site-info-wnTul {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .site-navbar-WVtNq {
    position: relative;
    display: flex;
    gap: 25px;
}header .site-navbar-WVtNq:before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(141,175,194), transparent);
    bottom: -8px;
    position: absolute;
    height: 1px;
    left: 0;
    content: '';
    transform: scaleX(0);
    transition: transform 0.6s ease;
    transform-origin: left;
}header .site-navbar-WVtNq:hover:before {
    transform: scaleX(1);
}header .top-learn-VDjSk {
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    letter-spacing: 0.5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #ffffff;
}header .top-learn-VDjSk:after {
    background: rgb(141,175,194);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
    content: '';
    left: 0;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    transform-origin: right;
}header .top-learn-VDjSk:before {
    height: 4px;
    width: 4px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    left: 50%;
    border-radius: 50%;
    background: rgb(141,175,194);
    opacity: 0;
    content: '';
}header .top-learn-VDjSk:hover {
    color: rgb(141,175,194);
    text-shadow: 0 0 8px rgb(141,175,194,0.5);
}header .top-learn-VDjSk:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .top-learn-VDjSk:hover:before {
    opacity: 1;
}header .top-skill-VOFqw {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    align-items: center;
    display: flex;
}header .top-skill-VOFqw svg {
    width: auto;
    filter: drop-shadow(0 0 4px rgb(141,175,194,0.5));
    transition: transform 0.5s ease;
    height: 40px;
}header .top-skill-VOFqw:hover svg {
    transform: scale(1.05);
}header .top-skill-VOFqw:after {
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    background: rgb(141,175,194);
    transition: width 0.4s ease;
    content: '';
    height: 1px;
    position: absolute;
}header .top-skill-VOFqw:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .site-navbar-WVtNq {
    gap: 15px;
}header .top-learn-VDjSk {
    font-size: calc(17px - 1px);
}header .top-skill-VOFqw svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .site-navbar-WVtNq {
    position: fixed;
    background: #000000;
    right: -100%;
    top: 0;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    width: 80%;
    flex-direction: column;
    max-width: 300px;
    overflow-y: auto;
    gap: 20px;
    height: 100vh;
}header .menu.active {
    right: 0;
}header .top-learn-VDjSk {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(141,175,194,0.5);
    width: 100%;
}header .site-navbar-WVtNq:before {
    display: none;
}header .top-skill-VOFqw {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .top-skill-VOFqw svg {
    height: 30px;
}}.cookieNoticeContainer-TbBdW {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    background: rgb(169,209,225);
    bottom: 0;
    border-top: 3px solid rgb(141,175,194);
    position: fixed;
    width: 100%;
    z-index: 100;
    justify-content: center;
    display: flex;
}.data-comply-KdBab {
    justify-content: space-between;
    max-width: 1200px;
    border-radius: 28px;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    margin: auto;
    display: flex;
    padding: 20px;
    border: 2px solid rgb(141,175,194);
}.digital-cookies-mfIxY {
    flex-shrink: 0;
    margin-right: 20px;
}.digital-cookies-mfIxY svg {
    fill: rgb(141,175,194);
    width: 50px;
    height: 50px;
}.edu-cookie-QOCLG {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}.edu-cookie-QOCLG h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(141,175,194);
    font-size: 23px;
}.edu-cookie-QOCLG p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}.edu-cookie-QOCLG p a {
    color: rgb(141,175,194);
    text-decoration: underline;
}.cookie-all-hTtvj {
    border-radius: 10px;
    min-width: 120px;
    background: rgb(141,175,194);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    flex-shrink: 0;
    text-align: center;
    font-size: 17px;
}.cookie_button.learn-cookies-TriWs {
    margin-right: 10px;
}#cookieModalNotice-wWOhH {
    display: none;
}#cookieModalNotice-wWOhH:checked ~ .cookieNoticeContainer-TbBdW {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.data-comply-KdBab {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.digital-cookies-mfIxY {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie-all-hTtvj {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}
.give-it-a-try-Djhrn {
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(114,143,164,0.5) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.give-it-a-try-Djhrn::before {
    width: 80%;
    right: -20%;
    top: -50%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(-15deg);
    z-index: 1;
    height: 200%;
    background: rgb(141,175,194,0.5);
    content: '';
    position: absolute;
    opacity: 0.1;
}.give-it-a-try-Djhrn::after {
    content: '';
    position: absolute;
    opacity: 0.1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    background: rgb(114,143,164,0.5);
    transform: rotate(15deg);
    width: 60%;
    z-index: 1;
    bottom: -30%;
    height: 150%;
    left: -10%;
}.give-it-a-try-Djhrn .knowledge-study-vDLRQ {
    padding: 0;
    position: relative;
    flex-direction: column;
    z-index: 10;
    align-items: center;
    display: flex;
}.give-it-a-try-Djhrn .container p {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 0 60px 0;
    font-size: 32px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    padding: 40px 60px;
    z-index: 5;
    max-width: 800px;
    background: #ffffff;
    text-align: center;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
}.give-it-a-try-Djhrn .support-links-EtyHg {
    position: relative;
    font-size: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(141,175,194), rgb(114,143,164));
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 50px;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 30px;
    z-index: 5;
}.give-it-a-try-Djhrn .support-links-EtyHg::before {
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(90deg, rgb(114,143,164), rgb(141,175,194));
    z-index: -1;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
}.give-it-a-try-Djhrn .support-links-EtyHg:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.05);
}.give-it-a-try-Djhrn .support-links-EtyHg:hover::before {
    opacity: 1;
}.give-it-a-try-Djhrn .container p::before {
    content: '';
    height: 120%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    position: absolute;
    z-index: -1;
    animation: morph 8s ease-in-out infinite;
    opacity: 0.4;
    width: 140%;
    background: #ffffff;
    top: -10%;
    left: -20%;
}.give-it-a-try-Djhrn .support-links-EtyHg::after {
    top: 0;
    transform: skewX(-15deg);
    height: 100%;
    left: -100px;
    width: 30px;
    content: '';
    animation: shine 6s infinite;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.give-it-a-try-Djhrn {
    padding: 90px 0;
}.give-it-a-try-Djhrn .container p {
    margin-bottom: 50px;
    padding: 35px 50px;
    font-size: calc(24px * 1.2);
}.give-it-a-try-Djhrn .support-links-EtyHg {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.give-it-a-try-Djhrn {
    padding: 70px 0;
}.give-it-a-try-Djhrn .container p {
    padding: 30px 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    font-size: 24px;
    margin-bottom: 40px;
}.give-it-a-try-Djhrn .support-links-EtyHg {
    padding: 15px 35px;
}.give-it-a-try-Djhrn .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.give-it-a-try-Djhrn {
    padding: 50px 0;
}.give-it-a-try-Djhrn .container p {
    border-radius: 30px;
    padding: 25px 30px;
    font-size: calc(12px * 1.2);
    margin-bottom: 30px;
}.give-it-a-try-Djhrn .support-links-EtyHg {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}}.statistics-information-bILkA {
    background-color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.statistics-information-bILkA::before {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgb(114,143,164,0.5) 100%);
    position: absolute;
}.statistics-information-bILkA .container {
    margin: 0 auto;
    grid-template-columns: 300px 1fr;
    position: relative;
    max-width: 1200px;
    gap: 60px;
    display: grid;
    padding: 0;
    z-index: 1;
}.statistics-information-bILkA h2 {
    padding: 0;
    text-align: right;
    align-self: center;
    grid-column: 1;
    height: 100%;
    font-weight: 700;
    grid-row: 1;
    margin: 0;
    font-size: 44px;
    justify-self: center;
    align-items: center;
    writing-mode: vertical-rl;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    transform: rotate(180deg);
    position: relative;
}.statistics-information-bILkA h2::before {
    left: -30px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(141,175,194), transparent);
    height: 100%;
    width: 1px;
    top: 0;
    content: "";
}.statistics-information-bILkA h2::after {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(114,143,164), transparent);
    content: "";
    top: 0;
    height: 100%;
    right: -30px;
    position: absolute;
}.statistics-information-bILkA ul {
    position: relative;
    padding: 0;
    grid-row: 1;
    list-style: none;
    justify-content: center;
    margin: 0;
    align-items: center;
    grid-column: 2;
    flex-wrap: wrap;
    display: flex;
}.statistics-information-bILkA .statistics-pro-zatig {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    flex-direction: column;
    width: 180px;
    transform-style: preserve-3d;
    margin: 20px;
    position: relative;
    transition: transform 0.5s ease;
    perspective: 1000px;
}.statistics-information-bILkA .statistics-pro-zatig::before {
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    content: "";
    border-radius: 50%;
    top: 0;
    background: rgb(141,175,194,0.5);
    transform: scale(0.8) translateZ(-10px);
    height: 100%;
    opacity: 0.1;
    position: absolute;
}.statistics-information-bILkA .statistics-pro-zatig:hover::before {
    transform: scale(1.1) translateZ(-5px);
    opacity: 0.2;
}.statistics-information-bILkA .statistics-pro-zatig p {
    margin: 0 0 10px;
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
}.statistics-information-bILkA .statistics-pro-zatig p::after {
    bottom: -5px;
    background: rgb(141,175,194);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
}.statistics-information-bILkA .statistics-pro-zatig:hover p::after {
    width: 80%;
}.statistics-information-bILkA .statistics-pro-zatig:hover p {
    transform: translateY(-5px);
}.statistics-information-bILkA .statistics-pro-zatig span {
    max-width: 160px;
    text-align: center;
    font-size: 15px;
    transition: transform 0.4s ease;
    color: rgba(0, 0, 0, 0.7);
}.statistics-information-bILkA .statistics-pro-zatig:hover span {
    transform: translateY(5px);
}.statistics-information-bILkA svg {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    opacity: 0.2;
    stroke-width: 1;
    position: absolute;
    stroke: rgb(141,175,194);
    height: 100%;
    transition: stroke-dashoffset 1s ease, opacity 0.5s ease;
    fill: none;
    width: 100%;
    z-index: -1;
}.statistics-information-bILkA svg path {
    stroke: rgb(141,175,194);
    fill: none;
}.statistics-information-bILkA .statistics-pro-zatig:hover svg {
    opacity: 0.4;
    stroke-dashoffset: 0;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:only-child) .statistics-pro-zatig {
    width: 280px;
    height: 280px;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:only-child) .statistics-pro-zatig p {
    font-size: 4rem;
    margin-bottom: 20px;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:only-child) .statistics-pro-zatig span {
    max-width: 240px;
    font-size: calc(15px * 1.2);
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(2):last-child) {
    justify-content: space-around;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(3):last-child) {
    justify-content: space-around;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
    display: grid;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child) {
    display: grid;
    gap: 30px;
    grid-template-areas:
        "a b b"
        "a c d"
        "e e d";
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child) .statistics-pro-zatig:nth-child(1) {
    grid-area: a;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child) .statistics-pro-zatig:nth-child(2) {
    grid-area: b;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child) .statistics-pro-zatig:nth-child(3) {
    grid-area: c;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child) .statistics-pro-zatig:nth-child(4) {
    grid-area: d;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child) .statistics-pro-zatig:nth-child(5) {
    grid-area: e;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: grid;
}

@media screen and (min-width: 1441px) {.statistics-information-bILkA {
    padding: 150px 0;
}.statistics-information-bILkA .container {
    gap: 80px;
    grid-template-columns: 350px 1fr;
}.statistics-information-bILkA h2 {
    font-size: calc(44px * 1.2);
}.statistics-information-bILkA .statistics-pro-zatig {
    margin: 25px;
    height: 200px;
    width: 200px;
}.statistics-information-bILkA .statistics-pro-zatig p {
    font-size: 3.2rem;
}
}

@media screen and (max-width: 1200px) {.statistics-information-bILkA {
    padding: 100px 0;
}.statistics-information-bILkA .container {
    gap: 40px;
    grid-template-columns: 250px 1fr;
}.statistics-information-bILkA h2 {
    font-size: calc(44px * 0.9);
}.statistics-information-bILkA .statistics-pro-zatig {
    margin: 15px;
    height: 160px;
    width: 160px;
}.statistics-information-bILkA .statistics-pro-zatig p {
    font-size: 2.5rem;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 991px) {.statistics-information-bILkA {
    padding: 80px 0;
}.statistics-information-bILkA .container {
    grid-template-rows: auto 1fr;
    gap: 60px;
    grid-template-columns: 1fr;
}.statistics-information-bILkA h2 {
    justify-self: center;
    text-align: center;
    transform: none;
    writing-mode: horizontal-tb;
    height: auto;
    grid-row: 1;
    align-self: start;
    width: 100%;
    grid-column: 1;
}.statistics-information-bILkA h2::before, 
    .statistics-information-bILkA h2::after {
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    bottom: -20px;
    top: auto;
    left: 50%;
}.statistics-information-bILkA h2::before {
    left: calc(50% - 60px);
    width: 50px;
}.statistics-information-bILkA h2::after {
    left: calc(50% + 10px);
    width: 50px;
}.statistics-information-bILkA ul {
    grid-row: 2;
    grid-column: 1;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child) {
    display: grid;
    grid-template-areas:
            "a b"
            "c d"
            "e e";
}
}

@media screen and (max-width: 767px) {.statistics-information-bILkA {
    padding: 70px 0;
}.statistics-information-bILkA .container {
    gap: 40px;
}.statistics-information-bILkA h2 {
    font-size: calc(44px * 0.8);
}.statistics-information-bILkA ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}.statistics-information-bILkA .statistics-pro-zatig {
    width: 220px;
    height: 220px;
    margin: 15px 0;
}.statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(4):last-child),
    .statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(5):last-child),
    .statistics-information-bILkA ul:has(.statistics-pro-zatig:nth-child(n+6):nth-child(-n+10)) {
    align-items: center;
    display: flex;
    flex-direction: column;
}
}

@media screen and (max-width: 480px) {.statistics-information-bILkA {
    padding: 60px 0;
}.statistics-information-bILkA h2 {
    font-size: calc(44px * 0.7);
}.statistics-information-bILkA h2::before, 
    .statistics-information-bILkA h2::after {
    bottom: -15px;
    width: 40px;
}.statistics-information-bILkA h2::before {
    left: calc(50% - 45px);
}.statistics-information-bILkA h2::after {
    left: calc(50% + 5px);
}.statistics-information-bILkA .statistics-pro-zatig {
    margin: 10px 0;
    height: 180px;
    width: 180px;
}.statistics-information-bILkA .statistics-pro-zatig p {
    font-size: 2.2rem;
}.statistics-information-bILkA .statistics-pro-zatig span {
    font-size: calc(15px * 0.9);
}}.who-we-are-EOoNg {
    z-index: 1;
    background: rgb(169,209,225);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.who-we-are-EOoNg::before {
    z-index: -1;
    height: 500px;
    right: -100px;
    background: linear-gradient(135deg, rgb(141,175,194,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate;
    border-radius: 50%;
    content: '';
    top: -100px;
    width: 500px;
    position: absolute;
}.who-we-are-EOoNg::after {
    border-radius: 50%;
    left: -100px;
    bottom: -100px;
    animation: pulse 12s infinite alternate-reverse;
    height: 400px;
    z-index: -1;
    content: '';
    background: linear-gradient(225deg, rgb(114,143,164,0.5) 0%, transparent 70%);
    position: absolute;
    width: 400px;
}@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1) rotate(15deg);
        opacity: 0.7;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
}

.who-we-are-EOoNg .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.who-we-are-EOoNg .knowledge-study-vDLRQ {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 60px;
}.who-we-are-EOoNg h3 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 34px;
    margin-bottom: 40px;
    position: relative;
}.who-we-are-EOoNg h3::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    height: 4px;
    background: linear-gradient(to right, rgb(141,175,194), rgb(114,143,164));
    content: '';
    width: 80px;
}.who-we-are-EOoNg .why-trust-iofla {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    gap: 40px;
    border-radius: 25px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.who-we-are-EOoNg .why-trust-iofla:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.who-we-are-EOoNg .why-trust-iofla span {
    font-size: 21px;
    margin-bottom: 15px;
    color: rgb(141,175,194);
    font-weight: 600;
    display: block;
    grid-column: 1 / 2;
}.who-we-are-EOoNg .why-trust-iofla p {
    line-height: 1.7;
    border-left: 3px solid rgb(114,143,164);
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 0;
    grid-column: 1 / 2;
    color: #000000;
    position: relative;
}.who-we-are-EOoNg .why-trust-iofla .pic-strip-wrap-VlHLe {
    grid-row: 1 / 3;
    border-radius: 25px;
    min-height: 300px;
    height: 100%;
    grid-column: 2 / 3;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
}.who-we-are-EOoNg .why-trust-iofla .pic-strip-wrap-VlHLe::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    content: '';
    top: 0;
    z-index: 1;
    height: 100%;
}.who-we-are-EOoNg .why-trust-iofla .pic-strip-wrap-VlHLe:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-EOoNg .expert-study-Opsnb {
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    display: grid;
    gap: 40px;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
}.who-we-are-EOoNg .expert-study-Opsnb:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.who-we-are-EOoNg .expert-study-Opsnb p {
    grid-column: 1 / 2;
    position: relative;
    font-size: 17px;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 0;
    border-left: 3px solid rgb(141,175,194);
    line-height: 1.7;
}.who-we-are-EOoNg .expert-study-Opsnb .growth-graph-ZkiLH {
    transition: transform 0.5s ease;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 2 / 3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
    min-height: 300px;
    overflow: hidden;
}.who-we-are-EOoNg .expert-study-Opsnb .growth-graph-ZkiLH::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    top: 0;
    height: 100%;
    content: '';
}.who-we-are-EOoNg .expert-study-Opsnb .growth-graph-ZkiLH::after {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    background: radial-gradient(circle at top right, rgb(141,175,194,0.5) 0%, transparent 70%);
}.who-we-are-EOoNg .expert-study-Opsnb .growth-graph-ZkiLH:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-EOoNg .pic-strip-wrap-VlHLe::after {
    border-radius: 50%;
    top: -10px;
    content: '';
    opacity: 0.7;
    position: absolute;
    background: rgb(114,143,164);
    z-index: 2;
    right: -10px;
    width: 60px;
    height: 60px;
    animation: float 3s infinite alternate;
}@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.who-we-are-EOoNg .knowledge-study-vDLRQ::before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    z-index: -1;
    top: 0;
    background: linear-gradient(to bottom, rgb(141,175,194,0.5), transparent);
}.who-we-are-EOoNg .why-trust-iofla::after,
.who-we-are-EOoNg .expert-study-Opsnb::after {
    border: 3px solid rgb(141,175,194);
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    z-index: 3;
}.who-we-are-EOoNg .why-trust-iofla::after {
    bottom: -40px;
}.who-we-are-EOoNg .expert-study-Opsnb::after {
    top: -40px;
}

@media (max-width: 991px) {.who-we-are-EOoNg {
    padding: 60px 0;
}.who-we-are-EOoNg .why-trust-iofla,
    .who-we-are-EOoNg .expert-study-Opsnb {
    gap: 30px;
    grid-template-columns: 1fr;
}.who-we-are-EOoNg .why-trust-iofla span,
    .who-we-are-EOoNg .why-trust-iofla p,
    .who-we-are-EOoNg .expert-study-Opsnb p {
    grid-column: 1 / 2;
}.who-we-are-EOoNg .why-trust-iofla .pic-strip-wrap-VlHLe,
    .who-we-are-EOoNg .expert-study-Opsnb .growth-graph-ZkiLH {
    min-height: 250px;
    grid-row: auto;
    grid-column: 1 / 2;
}.who-we-are-EOoNg .knowledge-study-vDLRQ::before {
    left: 20px;
}.who-we-are-EOoNg .why-trust-iofla::after,
    .who-we-are-EOoNg .expert-study-Opsnb::after {
    transform: none;
    left: 20px;
}
}

@media (max-width: 767px) {.who-we-are-EOoNg {
    padding: 40px 0;
}.who-we-are-EOoNg h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.who-we-are-EOoNg .knowledge-study-vDLRQ {
    gap: 40px;
}.who-we-are-EOoNg .why-trust-iofla,
    .who-we-are-EOoNg .expert-study-Opsnb {
    padding: 20px;
}.who-we-are-EOoNg .why-trust-iofla .pic-strip-wrap-VlHLe,
    .who-we-are-EOoNg .expert-study-Opsnb .growth-graph-ZkiLH {
    min-height: 200px;
}.who-we-are-EOoNg .why-trust-iofla span {
    font-size: calc(21px * 0.9);
}.who-we-are-EOoNg .why-trust-iofla p,
    .who-we-are-EOoNg .expert-study-Opsnb p {
    padding-left: 15px;
    font-size: calc(17px * 0.95);
}.who-we-are-EOoNg::before,
    .who-we-are-EOoNg::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 480px) {.who-we-are-EOoNg {
    padding: 30px 0;
}.who-we-are-EOoNg h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(34px * 0.8);
}.who-we-are-EOoNg h3::after {
    height: 3px;
    width: 60px;
}.who-we-are-EOoNg .knowledge-study-vDLRQ {
    gap: 30px;
}.who-we-are-EOoNg .why-trust-iofla,
    .who-we-are-EOoNg .expert-study-Opsnb {
    padding: 15px;
    gap: 20px;
}.who-we-are-EOoNg .why-trust-iofla .pic-strip-wrap-VlHLe,
    .who-we-are-EOoNg .expert-study-Opsnb .growth-graph-ZkiLH {
    min-height: 180px;
}.who-we-are-EOoNg .why-trust-iofla span {
    margin-bottom: 10px;
}.who-we-are-EOoNg .why-trust-iofla p,
    .who-we-are-EOoNg .expert-study-Opsnb p {
    padding-left: 10px;
}.who-we-are-EOoNg .why-trust-iofla::after,
    .who-we-are-EOoNg .expert-study-Opsnb::after {
    width: 15px;
    height: 15px;
}.who-we-are-EOoNg::before,
    .who-we-are-EOoNg::after {
    width: 150px;
    height: 150px;
}}.teaching-experience-cTiCq {
    background: linear-gradient(180deg, rgb(169,209,225) 0%, rgb(114,143,164,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem 4rem;
}.teaching-experience-cTiCq::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(141,175,194,0.5) 0px,
        rgb(141,175,194,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
}.teaching-experience-cTiCq::after {
    height: 100%;
    right: 0;
    z-index: 1;
    position: absolute;
    width: 50%;
    opacity: 0.1;
    background: #ffffff;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
}.teaching-experience-cTiCq .client-voices-WnsKp {
    max-width: 600px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.teaching-experience-cTiCq .pic-strip-wrap-VlHLe {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    border-radius: 0;
    margin-bottom: -50px;
    width: 200px;
    height: 250px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.5s ease;
    position: relative;
}.teaching-experience-cTiCq .pic-strip-wrap-VlHLe:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.teaching-experience-cTiCq .work-table-NLnIv {
    background: #ffffff;
    flex-direction: column;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    width: 100%;
    align-items: center;
    perspective: 1000px;
    padding: 70px 30px 30px;
    z-index: 2;
    position: relative;
}.teaching-experience-cTiCq .work-table-NLnIv::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    transform: translateZ(-20px);
    top: 0;
    left: 0;
    background: rgb(141,175,194);
}.teaching-experience-cTiCq .name {
    margin-bottom: 0.5rem;
    text-align: center;
    color: rgb(141,175,194);
    font-size: 28px;
    position: relative;
    font-weight: 700;
}.teaching-experience-cTiCq .name::after {
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    position: absolute;
    width: 50px;
    left: 50%;
    height: 3px;
    background: rgb(114,143,164);
}.teaching-experience-cTiCq .work-table-NLnIv > div:nth-child(2) {
    text-align: center;
    font-size: 21px;
    letter-spacing: 2px;
    color: rgb(114,143,164);
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 600;
}.teaching-experience-cTiCq .career-details-pvcar {
    font-size: 14px;
    padding-top: 30px;
    width: 100%;
    position: relative;
    font-weight: 400;
    margin-top: 20px;
    border-top: 1px solid rgb(169,209,225);
    line-height: 1.8;
    color: #000000;
    font-style: italic;
    text-align: center;
}.teaching-experience-cTiCq .career-details-pvcar::before,
.teaching-experience-cTiCq .career-details-pvcar::after {
    width: 30px;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    content: "";
    background: rgb(114,143,164,0.5);
}.teaching-experience-cTiCq .career-details-pvcar::before {
    left: 50%;
    top: -15px;
    transform: translateX(-20px);
}.teaching-experience-cTiCq .career-details-pvcar::after {
    top: -15px;
    transform: translateX(-10px);
    left: 50%;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teaching-experience-cTiCq .work-table-NLnIv:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.teaching-experience-cTiCq {
    padding: 4rem 1rem 3rem;
}.teaching-experience-cTiCq .pic-strip-wrap-VlHLe {
    height: 180px;
    width: 150px;
    margin-bottom: -40px;
}.teaching-experience-cTiCq .work-table-NLnIv {
    padding: 60px 20px 20px;
}}.privacy-nook-wutRU {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(169,209,225) 0%, rgb(169,209,225) 85%, rgb(141,175,194,0.5) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}.privacy-nook-wutRU::before {
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.03;
    content: "";
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgb(169,209,225) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(169,209,225) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(169,209,225) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(169,209,225) 75%);
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
}.privacy-nook-wutRU::after {
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    opacity: 0.05;
    top: -50%;
    transform: scale(1);
    z-index: -1;
    width: 200%;
    height: 200%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(141,175,194,0.5) 0%, transparent 70%);
    left: -50%;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.privacy-nook-wutRU .container {
    padding: 3rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(141,175,194,0.5);
    max-width: 1200px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    margin: 0 auto;
}.privacy-nook-wutRU .container:hover {
    transform: translateY(-5px);
}.privacy-nook-wutRU h1 {
    color: #000000;
    font-size: 47px;
    font-weight: 700;
    padding-bottom: 0.75rem;
    transition: transform 0.3s ease-out;
    margin-bottom: 2rem;
    transform: translateX(0);
    position: relative;
    line-height: 1.2;
}.privacy-nook-wutRU h1::after {
    background: rgb(141,175,194);
    position: absolute;
    bottom: 0;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    width: 60px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    left: 0;
}.privacy-nook-wutRU:hover h1::after {
    transform: scaleX(1.5);
}.privacy-nook-wutRU h2 {
    margin: 2.5rem 0 1.5rem;
    transition: padding 0.3s ease;
    font-size: 38px;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy-nook-wutRU h2::before {
    transform: scaleY(1);
    height: 70%;
    content: "";
    transition: transform 0.3s ease;
    width: 3px;
    position: absolute;
    background: rgb(114,143,164);
    top: 0.25em;
    left: 0;
}.privacy-nook-wutRU h2:hover::before {
    transform: scaleY(1.2);
}.privacy-nook-wutRU h3 {
    font-weight: 600;
    color: #000000;
    margin: 1.75rem 0 1rem;
    font-size: calc(20px + 0.1rem);
    position: relative;
}.privacy-nook-wutRU h4 {
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    font-size: 18px;
}.privacy-nook-wutRU p {
    margin-bottom: 1.25rem;
    font-size: 15px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    max-width: 90ch;
    transition: all 0.3s ease;
    color: #000000;
}.privacy-nook-wutRU span {
    color: rgb(141,175,194);
    transition: color 0.3s ease;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.privacy-nook-wutRU span:hover {
    color: rgb(114,143,164);
}.privacy-nook-wutRU ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.25rem;
}.privacy-nook-wutRU li {
    padding-left: 1.5rem;
    transition: transform 0.2s ease-out;
    font-size: 15px;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.privacy-nook-wutRU li::before {
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    background: rgb(141,175,194,0.5);
    transform: rotate(45deg);
    width: 8px;
    border-radius: 1px;
    left: 0;
    content: "";
    top: 0.7em;
}.privacy-nook-wutRU li:hover::before {
    background: rgb(141,175,194);
    transform: rotate(135deg);
}.privacy-nook-wutRU li:hover {
    transform: translateX(3px);
}.privacy-nook-wutRU div {
    position: relative;
}

@media (max-width: 992px) {.privacy-nook-wutRU {
    padding: 3rem 1.5rem;
}.privacy-nook-wutRU .container {
    padding: 2.5rem 2rem;
}.privacy-nook-wutRU h1 {
    font-size: calc(47px - 0.2rem);
}.privacy-nook-wutRU h2 {
    font-size: calc(38px - 0.15rem);
}
}

@media (max-width: 768px) {.privacy-nook-wutRU {
    padding: 2.5rem 1rem;
}.privacy-nook-wutRU .container {
    padding: 2rem 1.5rem;
}.privacy-nook-wutRU h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px - 0.4rem);
}.privacy-nook-wutRU h2 {
    font-size: calc(38px - 0.3rem);
    margin: 2rem 0 1rem;
}.privacy-nook-wutRU h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: 20px;
}.privacy-nook-wutRU p {
    font-size: calc(15px - 0.05rem);
}.privacy-nook-wutRU ul {
    margin-left: 0.5rem;
}.privacy-nook-wutRU li {
    font-size: calc(15px - 0.05rem);
    padding-left: 1.25rem;
}
}

@media (max-width: 576px) {.privacy-nook-wutRU {
    padding: 2rem 0.75rem;
}.privacy-nook-wutRU .container {
    padding: 1.5rem 1.25rem;
}.privacy-nook-wutRU h1 {
    font-size: calc(47px - 0.6rem);
}.privacy-nook-wutRU h2 {
    font-size: calc(38px - 0.4rem);
    padding-left: 0.75rem;
}.privacy-nook-wutRU h2::before {
    width: 2px;
}.privacy-nook-wutRU li::before {
    height: 6px;
    width: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.privacy-nook-wutRU::after {
    animation: none;
}.privacy-nook-wutRU .container,
    .privacy-nook-wutRU li,
    .privacy-nook-wutRU h1::after,
    .privacy-nook-wutRU h2::before {
    transition: none;
}}.course-features-HmXsq {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(169,209,225) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.course-features-HmXsq::before {
    right: -100px;
    filter: blur(40px);
    top: -100px;
    opacity: 0.3;
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
    transform: translateZ(0);
    background: linear-gradient(45deg, rgb(141,175,194,0.5) 0%, rgb(114,143,164,0.5) 100%);
}.course-features-HmXsq::after {
    animation: morph 20s infinite alternate ease-in-out;
    position: absolute;
    width: 200px;
    bottom: -50px;
    transform: translateZ(0);
    background: linear-gradient(-45deg, rgb(114,143,164,0.5) 0%, rgb(141,175,194,0.5) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(30px);
    content: "";
    left: -50px;
    opacity: 0.2;
    height: 200px;
}.course-features-HmXsq .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.course-features-HmXsq .pro-skills-QNUSI {
    gap: 40px;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}.course-features-HmXsq .pic-strip-wrap-VlHLe {
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}.course-features-HmXsq .pic-strip-wrap-VlHLe::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.course-features-HmXsq .pic-strip-wrap-VlHLe::after {
    width: 200%;
    position: absolute;
    pointer-events: none;
    animation: shimmer 5s infinite linear;
    height: 200%;
    top: -50%;
    transform: rotate(25deg);
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    left: -50%;
    content: "";
}.course-features-HmXsq .content-zone-bBAcd {
    padding: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.course-features-HmXsq .content-zone-bBAcd::before {
    transition: transform 0.4s ease;
    content: "";
    height: 100%;
    width: 4px;
    transform: scaleY(0.7);
    left: 0;
    background: linear-gradient(to bottom, rgb(141,175,194), rgb(114,143,164));
    position: absolute;
    transform-origin: center;
    top: 0;
}.course-features-HmXsq .content-zone-bBAcd:hover::before {
    transform: scaleY(1);
}.course-features-HmXsq h3 {
    color: #000000;
    position: relative;
    margin-bottom: 24px;
    font-size: calc(21px + 0.2rem);
    transform: translateX(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    z-index: 1;
}.course-features-HmXsq h3::after {
    height: 30%;
    content: "";
    top: 50%;
    opacity: 0;
    background: rgb(141,175,194,0.5);
    left: -10px;
    transition: opacity 0.4s ease, left 0.4s ease;
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
    width: 8px;
}.course-features-HmXsq .content-zone-bBAcd:hover h3 {
    transform: translateX(10px);
}.course-features-HmXsq .content-zone-bBAcd:hover h3::after {
    left: -5px;
    opacity: 1;
}.course-features-HmXsq .description {
    position: relative;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.course-features-HmXsq p.description {
    scrollbar-width: thin;
    scrollbar-color: rgb(141,175,194,0.5) rgb(169,209,225);
    padding-right: 15px;
    max-height: 300px;
    display: block;
    overflow-y: auto;
}.course-features-HmXsq p.description::-webkit-scrollbar {
    width: 5px;
}.course-features-HmXsq p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(169,209,225);
}.course-features-HmXsq p.description::-webkit-scrollbar-thumb {
    background-color: rgb(141,175,194,0.5);
    border-radius: 10px;
}.course-features-HmXsq span.description {
    display: none;
}

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

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.course-features-HmXsq .pro-skills-QNUSI {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.course-features-HmXsq .pic-strip-wrap-VlHLe {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course-features-HmXsq .content-zone-bBAcd {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course-features-HmXsq .pic-strip-wrap-VlHLe:hover,
    .course-features-HmXsq .content-zone-bBAcd:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course-features-HmXsq h3 {
    font-size: 32px;
}
}

@media (min-width: 992px) {.course-features-HmXsq {
    padding: 150px 0;
}.course-features-HmXsq .pro-skills-QNUSI {
    gap: 70px;
}.course-features-HmXsq .pic-strip-wrap-VlHLe {
    height: 550px;
}.course-features-HmXsq .content-zone-bBAcd {
    padding: 40px 50px;
}.course-features-HmXsq p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.course-features-HmXsq {
    padding: 80px 0;
}.course-features-HmXsq .container {
    padding: 0 15px;
}.course-features-HmXsq .pic-strip-wrap-VlHLe {
    height: 250px;
}.course-features-HmXsq .content-zone-bBAcd {
    padding: 25px 20px;
}.course-features-HmXsq h3 {
    margin-bottom: 15px;
    font-size: calc(21px - 0.1rem);
}.course-features-HmXsq p.description {
    max-height: 250px;
    font-size: calc(18px - 0.1rem);
}
}