* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-capsule-32716 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.badge-case-80769 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    color: #000000;
    height: 100%;
}.container {
    width: 1133px;
    margin: auto;
    max-width: 100%;
}.main-site-60491 {
    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-outcomes-30295 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,215,234) 0%, rgba(245, 248, 251, 0.9) 100%);
    padding: 7rem 0;
}.learning-outcomes-30295::before {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    opacity: 0.3;
}.learning-outcomes-30295 .container {
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.learning-outcomes-30295 .digital-education-82741 {
    position: relative;
    gap: 2.5rem;
    flex-direction: column-reverse;
    display: flex;
}.learning-outcomes-30295 .news-item-26815 {
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    border-left: 4px solid rgb(170,184,203);
}.learning-outcomes-30295 .news-item-26815:hover {
    transform: translateY(-5px);
}.learning-outcomes-30295 h4 {
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(19px * 1.15);
    position: relative;
    font-family: Arial, sans-serif;
    padding-bottom: 1rem;
}.learning-outcomes-30295 h4::after {
    height: 3px;
    content: "";
    left: 0;
    background: rgb(170,184,203);
    position: absolute;
    width: 60px;
    border-radius: 10px;
    bottom: 0;
}.learning-outcomes-30295 .news-item-26815 > div {
    margin-bottom: 1.5rem;
}.learning-outcomes-30295 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.learning-outcomes-30295 li {
    margin-bottom: 1.25rem;
    transform: translateX(0);
    transition: transform 0.4s ease;
}.learning-outcomes-30295 li:hover {
    transform: translateX(8px);
}.learning-outcomes-30295 li p {
    align-items: flex-start;
    color: #000000;
    font-size: 18px;
    display: flex;
    margin: 0;
    gap: 1rem;
    line-height: 1.6;
}.learning-outcomes-30295 li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.learning-outcomes-30295 li p span:last-child {
    flex-grow: 1;
}.learning-outcomes-30295 svg {
    height: 22px;
    transition: transform 0.3s ease-out;
    width: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform: scale(1);
}.learning-outcomes-30295 li:hover svg {
    transform: scale(1.15);
}.learning-outcomes-30295 svg path {
    fill: rgb(170,184,203);
    transition: fill 0.3s ease;
}.learning-outcomes-30295 li:hover svg path {
    fill: rgb(135,146,161);
}.learning-outcomes-30295 .img-icon-08793 {
    border-radius: 13px;
    transform: perspective(1000px) rotateY(0);
    height: auto;
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}.learning-outcomes-30295 .digital-education-82741:hover .img-icon-08793 {
    transform: perspective(1000px) rotateY(3deg);
}

@media (min-width: 768px) {.learning-outcomes-30295 .digital-education-82741 {
    flex-direction: row;
    align-items: center;
}.learning-outcomes-30295 .news-item-26815 {
    flex: 1;
    margin-right: -4rem;
    z-index: 2;
    padding: 3rem;
}.learning-outcomes-30295 .img-icon-08793 {
    margin-left: auto;
    max-width: 50%;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    flex: 1;
}.learning-outcomes-30295 .news-item-26815 > div {
    gap: 2rem;
    display: flex;
}.learning-outcomes-30295 .news-item-26815 > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.learning-outcomes-30295 {
    padding: 9rem 0;
}.learning-outcomes-30295 h4 {
    font-size: calc(19px * 1.3);
}.learning-outcomes-30295 .news-item-26815 {
    margin-right: -6rem;
    padding: 4rem;
}.learning-outcomes-30295 .img-icon-08793 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.learning-outcomes-30295 li p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.learning-outcomes-30295 h4 {
    font-size: calc(19px * 1.4);
    max-width: 90%;
}.learning-outcomes-30295 .news-item-26815 {
    padding: 4.5rem;
    margin-right: -8rem;
}.learning-outcomes-30295 svg {
    width: 24px;
    height: 24px;
}.learning-outcomes-30295 .img-icon-08793 {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {.learning-outcomes-30295 {
    padding: 5rem 0;
}.learning-outcomes-30295 .news-item-26815 > div:first-of-type ul {
    margin-bottom: 0;
}.learning-outcomes-30295 .img-icon-08793 {
    object-position: center;
    max-height: 360px;
}}.customer-comments-28910 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,215,234) 0%, rgba(248, 248, 250, 0.97) 100%);
    padding: 5rem 0;
}.customer-comments-28910::before {
    width: 25rem;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    opacity: 0.1;
    content: "";
    background: radial-gradient(circle, rgb(170,184,203,0.5) 0%, transparent 70%);
    z-index: 0;
    filter: blur(50px);
    height: 25rem;
    right: -5%;
}.customer-comments-28910::after {
    content: "";
    filter: blur(40px);
    height: 20rem;
    bottom: -10%;
    left: -5%;
    background: radial-gradient(circle, rgb(135,146,161,0.5) 0%, transparent 70%);
    width: 20rem;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
}.customer-comments-28910 .container {
    z-index: 1;
    position: relative;
}.customer-comments-28910 h2 {
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    font-size: 35px;
    color: #000000;
    position: relative;
    letter-spacing: -0.5px;
    text-align: left;
    font-weight: 700;
}.customer-comments-28910 h2::after {
    bottom: -12px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(170,184,203) 0%, rgb(135,146,161) 100%);
    left: 0;
    width: 120px;
    content: "";
}.customer-comments-28910 .student-ratings-34915 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
    margin: 0;
    gap: 2rem;
    padding: 0;
}.customer-comments-28910 .success-reviews-59602 {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.03), 
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(0);
}.customer-comments-28910 .success-reviews-59602:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.9),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(-10px);
}.customer-comments-28910 .success-reviews-59602::before {
    font-family: serif;
    z-index: 0;
    font-size: 120px;
    opacity: 0.1;
    position: absolute;
    right: 20px;
    line-height: 0.7;
    content: "";
    color: rgb(170,184,203,0.5);
    top: 10px;
}.customer-comments-28910 .success-reviews-59602::after {
    filter: blur(20px);
    bottom: -10px;
    right: -10px;
    background: radial-gradient(circle, rgb(135,146,161,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    width: 100px;
    transition: all 0.5s ease;
    height: 100px;
    opacity: 0.1;
}.customer-comments-28910 .success-reviews-59602:hover::after {
    opacity: 0.15;
    height: 150px;
    width: 150px;
}.customer-comments-28910 .success-reviews-59602 div {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    align-items: center;
    gap: 1rem;
}.customer-comments-28910 .success-reviews-59602 img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), 
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    height: 60px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}.customer-comments-28910 .success-reviews-59602:hover img {
    border-color: rgb(135,146,161,0.5);
    transform: scale(1.05);
}.customer-comments-28910 .success-reviews-59602 h4 {
    margin: 0;
    position: relative;
    font-size: calc(21px * 0.9);
    color: #000000;
    font-weight: 600;
}.customer-comments-28910 .success-reviews-59602 h4::after {
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(170,184,203) 0%, transparent 100%);
    content: "";
    width: 0;
    bottom: -5px;
    position: absolute;
}.customer-comments-28910 .success-reviews-59602:hover h4::after {
    width: 100%;
}.customer-comments-28910 .description {
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    position: relative;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.6;
}.customer-comments-28910 .description::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(170,184,203,0.5), transparent);
    transform: scaleY(0.7);
    width: 3px;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    top: 0;
    left: -10px;
}.customer-comments-28910 .success-reviews-59602:hover .description::before {
    opacity: 0.5;
    transform: scaleY(1);
}.customer-comments-28910 a {
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    display: inline-block;
    background: linear-gradient(135deg, rgb(170,184,203) 0%, rgb(135,146,161) 100%);
    transform: translateY(0);
    padding: 1rem 2rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
    color: #ffffff;
    margin-top: 3rem;
    overflow: hidden;
}.customer-comments-28910 a:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
}.customer-comments-28910 a::before {
    position: absolute;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    content: "";
}.customer-comments-28910 a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.customer-comments-28910 .student-ratings-34915 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer-comments-28910 h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 992px) {.customer-comments-28910 {
    padding: 4rem 0;
}.customer-comments-28910 .student-ratings-34915 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.customer-comments-28910 h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 2.5rem;
}.customer-comments-28910 .success-reviews-59602 {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.customer-comments-28910 {
    padding: 3.5rem 0;
}.customer-comments-28910 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.customer-comments-28910 h2::after {
    bottom: -10px;
    height: 3px;
    width: 100px;
}.customer-comments-28910 .student-ratings-34915 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer-comments-28910 .success-reviews-59602 {
    padding: 1.5rem;
}.customer-comments-28910 .success-reviews-59602 div {
    gap: 0.75rem;
}.customer-comments-28910 .success-reviews-59602 img {
    width: 50px;
    height: 50px;
}.customer-comments-28910 a {
    margin-top: 2rem;
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 576px) {.customer-comments-28910 {
    padding: 3rem 0;
}.customer-comments-28910 h2 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.75rem;
}.customer-comments-28910 .success-reviews-59602 {
    padding: 1.25rem;
}.customer-comments-28910 .success-reviews-59602 img {
    height: 45px;
    width: 45px;
}.customer-comments-28910 .description {
    font-size: calc(16px * 0.95);
}.customer-comments-28910 a {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}}.our-mission-72619 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.our-mission-72619::before {
    content: "";
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    backdrop-filter: blur(3px);
    left: 0;
    background: linear-gradient(135deg, rgb(170,184,203,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    position: absolute;
}.our-mission-72619::after {
    position: absolute;
    width: 80%;
    top: -50%;
    opacity: 0.15;
    background: radial-gradient(ellipse at center, rgb(135,146,161,0.5) 0%, transparent 70%);
    z-index: 2;
    height: 200%;
    animation: glow 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    content: "";
    right: -30%;
}.our-mission-72619 .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
}.our-mission-72619 h2 {
    display: inline-block;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}.our-mission-72619 h2::before {
    background: rgb(135,146,161);
    content: "";
    height: 3px;
    width: 40%;
    left: 0;
    transform-origin: left;
    position: absolute;
    animation: expandLine 1.5s forwards ease-out;
    bottom: -10px;
}.our-mission-72619 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: rgb(255, 255, 255, 0.5);
    transform-origin: left;
    animation: expandWiderLine 2s forwards ease-out;
    height: 1px;
    width: 80%;
}.our-mission-72619 .news-item-26815 {
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    overflow: hidden;
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(135,146,161);
    padding: 30px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}.our-mission-72619 .news-item-26815::before {
    transform: translateX(-100%);
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    top: 0;
    left: 0;
    animation: shimmer 5s infinite;
}.our-mission-72619 .news-item-26815:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}.our-mission-72619 .news-item-26815 > div {
    position: relative;
}.our-mission-72619 .news-item-26815 p {
    font-size: calc(22px * 1.1);
    font-weight: 600;
    transform: translateZ(0);
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.our-mission-72619 .news-item-26815 p::after {
    animation: expandLine 1.5s forwards ease-out 0.5s;
    position: absolute;
    left: 0;
    content: "";
    width: 70px;
    background: rgb(135,146,161);
    bottom: -8px;
    transform-origin: left;
    height: 2px;
}.our-mission-72619 .news-item-26815 div div {
    column-gap: 40px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 0;
    font-size: 14px;
    transition: all 0.5s ease;
    column-count: 1;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}

@media (min-width: 768px) {.our-mission-72619 {
    padding: 150px 0 100px;
}.our-mission-72619 h2 {
    margin-bottom: 60px;
}.our-mission-72619 .news-item-26815 {
    transform: perspective(1200px) rotateY(-1deg);
    padding: 40px 50px;
}.our-mission-72619 .news-item-26815 div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-mission-72619 {
    padding: 180px 0 120px;
}.our-mission-72619 .container {
    padding: 0 30px;
}.our-mission-72619 h2 {
    font-size: calc(30px * 1.1);
}.our-mission-72619 .news-item-26815 {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.our-mission-72619 .news-item-26815 div div {
    column-count: 2;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.our-mission-72619 {
    padding: 90px 0 60px;
}.our-mission-72619 .container {
    padding: 0 15px;
}.our-mission-72619 h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.our-mission-72619 .news-item-26815 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 25px 20px;
}.our-mission-72619 .news-item-26815 p {
    font-size: 22px;
}.our-mission-72619 .news-item-26815 div div {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our-mission-72619 {
    padding: 70px 0 50px;
}.our-mission-72619 .news-item-26815 {
    transform: none;
    padding: 20px 15px;
}.our-mission-72619 h2 {
    font-size: calc(30px * 0.85);
}.our-mission-72619 .news-item-26815 p {
    font-size: calc(22px * 0.9);
}.our-mission-72619 .news-item-26815 div div {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}header {
    padding: 1.5rem 0;
    overflow: visible;
    position: relative;
    z-index: 1000;
    background: linear-gradient(to right, rgb(135,146,161,0.5), rgb(170,184,203));
}header::before {
    width: 100%;
    content: '';
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
    left: 0;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .top-train-41683 {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}header .head-lesson-89015 {
    text-decoration: none;
    justify-content: center;
    display: flex;
    padding: 1rem;
    position: relative;
    z-index: 2;
    align-items: center;
}header .head-lesson-89015::after {
    background: #ffffff;
    left: 50%;
    bottom: 0;
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    width: 50%;
    opacity: 0.6;
    transition: width 0.3s ease, opacity 0.3s ease;
    content: '';
}header .head-lesson-89015:hover::after {
    opacity: 1;
    width: 80%;
}header .head-lesson-89015 svg {
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(170,184,203,0.5));
    width: 220px;
}header .head-lesson-89015:hover svg {
    transform: translateY(-5px);
}header .main-class-20713 {
    gap: 0.8rem;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    max-width: 800px;
    padding: 0.6rem 1rem;
    justify-content: center;
    backdrop-filter: blur(5px);
    border-radius: 12px;
}header .main-class-20713::before {
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    left: 0;
    width: 100%;
    top: 0;
    border-radius: 12px;
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
}header .top-main-26957 {
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    position: relative;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}header .top-main-26957::before {
    z-index: -1;
    border-radius: 10px;
    transform: translateY(100%) scale(0.8);
    top: 0;
    width: 100%;
    background: #ffffff;
    content: '';
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    opacity: 0;
}header .top-main-26957:hover {
    color: rgb(170,184,203);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .top-main-26957:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-train-41683 {
    gap: 1.2rem;
}header .head-lesson-89015 svg {
    width: 180px;
}header .main-class-20713 {
    padding: 0.5rem;
    gap: 0.6rem;
}header .top-main-26957 {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top-train-41683 {
    gap: 1rem;
}header .head-lesson-89015 svg {
    width: 150px;
}header .main-class-20713 {
    padding: 0.4rem;
    gap: 0.4rem;
}header .top-main-26957 {
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top-train-41683 {
    gap: 0.8rem;
}header .head-lesson-89015 svg {
    width: 140px;
}header .main-class-20713 {
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .main-class-20713::-webkit-scrollbar {
    height: 3px;
}header .main-class-20713::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .top-main-26957 {
    font-size: calc(18px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.sign-up-for-updates-40239 {
    padding: 5rem 3rem 7rem;
    position: relative;
    margin: 5rem 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(205,215,234) 0%, rgb(170,184,203,0.5) 100%);
}.sign-up-for-updates-40239::before {
    position: absolute;
    top: -30%;
    animation: wave 15s infinite alternate;
    opacity: 0.4;
    background: rgb(135,146,161,0.5);
    left: -10%;
    content: "";
    height: 200%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 80%;
    transform: rotate(30deg);
}.sign-up-for-updates-40239::after {
    width: 80%;
    content: "";
    height: 60%;
    z-index: 1;
    bottom: -10%;
    transform: rotate(-15deg);
    background: rgb(170,184,203,0.5);
    filter: blur(8px);
    opacity: 0.3;
    position: absolute;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    right: -10%;
    animation: float 12s infinite alternate;
}.sign-up-for-updates-40239 .digital-education-82741 {
    align-items: center;
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
}.sign-up-for-updates-40239 p {
    font-size: 34px;
    line-height: 1.4;
    max-width: 80%;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    opacity: 0.9;
}.sign-up-for-updates-40239 p::after {
    background: rgb(135,146,161);
    height: 3px;
    border-radius: 3px;
    width: 3rem;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -1.5rem;
    transform: translateX(-50%);
}.sign-up-for-updates-40239 .input_holder {
    gap: 1.5rem;
    max-width: 600px;
    display: flex;
    transform: rotate(-2deg);
    flex-direction: column;
    position: relative;
    width: 100%;
}.sign-up-for-updates-40239 .sub-season-64829 {
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
    padding: 1.5rem;
    border-radius: 30px;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    transform: translateY(0);
}.sign-up-for-updates-40239 .sub-season-64829:focus {
    transform: translateY(-5px);
    outline: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.sign-up-for-updates-40239 .sub-season-64829::placeholder {
    color: #000000;
    opacity: 0.6;
}.sign-up-for-updates-40239 .updates-form-70516 {
    border-radius: 30px;
    font-weight: 600;
    padding: 1.2rem 3rem;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, rgb(170,184,203) 0%, rgb(135,146,161) 100%);
    transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
    border: none;
    overflow: hidden;
    align-self: flex-end;
    transform: rotate(2deg) translateY(0);
    font-size: 20px;
    color: #ffffff;
}.sign-up-for-updates-40239 .updates-form-70516::before {
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgb(135,146,161) 0%, rgb(170,184,203) 100%);
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
}.sign-up-for-updates-40239 .updates-form-70516:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg) translateY(-5px);
}.sign-up-for-updates-40239 .updates-form-70516:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.sign-up-for-updates-40239 {
    padding: 4rem 1.5rem 5rem;
}.sign-up-for-updates-40239 p {
    font-size: 24px;
    max-width: 100%;
}.sign-up-for-updates-40239 .input_holder {
    transform: none;
}.sign-up-for-updates-40239 .updates-form-70516 {
    align-self: center;
    width: 100%;
    transform: none;
}.sign-up-for-updates-40239 .updates-form-70516:hover {
    transform: translateY(-5px);
}}.launch-now-43512 {
    transform-style: preserve-3d;
    position: relative;
    background: linear-gradient(135deg, rgb(135,146,161) 0%, rgb(170,184,203) 100%);
    perspective: 1000px;
    overflow: hidden;
    padding: 80px 0;
}.launch-now-43512::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 10px
  );
    height: 100%;
}.launch-now-43512::after {
    position: absolute;
    background: radial-gradient(circle, rgb(135,146,161,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
    bottom: -50px;
    right: -50px;
    content: "";
    height: 300px;
    z-index: 0;
    border-radius: 50%;
}.launch-now-43512 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    grid-gap: 40px;
    display: grid;
    transform: translateZ(0);
    padding: 0 15px;
    grid-template-columns: 1fr;
}.launch-now-43512 h2 {
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: slideInText 0.8s 0.2s forwards ease-out;
    transform: translateX(-20px);
    line-height: 1.3;
    font-size: 34px;
    color: #ffffff;
    opacity: 0;
}.launch-now-43512 .digital-education-82741 {
    padding: 30px 40px;
    opacity: 0;
    animation: slideInHolder 0.8s 0.4s forwards ease-out;
    display: flex;
    position: relative;
    transform: translateX(-20px) rotateY(-5deg);
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
}.launch-now-43512 .digital-education-82741::before {
    top: 0;
    background: rgb(135,146,161);
    transform: scaleY(0);
    transform-origin: bottom;
    animation: growVertical 0.6s 1s forwards ease-out;
    position: absolute;
    width: 5px;
    content: "";
    left: 0;
    height: 100%;
}.launch-now-43512 svg {
    width: 48px;
    height: 48px;
    margin-right: 30px;
    transform: translateY(10px) scale(1);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.launch-now-43512 svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,146,161);
}.launch-now-43512 .digital-education-82741:hover svg {
    transform: translateY(0) scale(1.1) rotate(5deg);
}.launch-now-43512 .digital-education-82741:hover svg path {
    fill: rgb(170,184,203);
}.launch-now-43512 .digital-education-82741 div {
    flex-grow: 1;
}.launch-now-43512 .help-map-38274 {
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px 30px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(135,146,161) 0%, rgb(170,184,203) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
}.launch-now-43512 .help-map-38274::before {
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: left 0.7s ease;
}.launch-now-43512 .help-map-38274::after {
    left: 0;
    transform-origin: right;
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
    content: "";
    background: #ffffff;
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease;
}.launch-now-43512 .help-map-38274:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.launch-now-43512 .help-map-38274:hover::before {
    left: 100%;
}.launch-now-43512 .help-map-38274:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

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

@keyframes slideInHolder {
  0% {
    transform: translateX(-20px) rotateY(-5deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes growVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.launch-now-43512 {
    padding: 100px 0;
}.launch-now-43512 .container {
    grid-gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.launch-now-43512 h2 {
    transform: translateX(-30px);
    font-size: calc(34px * 1.1);
}.launch-now-43512 .digital-education-82741 {
    padding: 40px 50px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.launch-now-43512 {
    padding: 120px 0;
}.launch-now-43512::before {
    background-size: 20px 20px;
}.launch-now-43512 .container {
    grid-gap: 80px;
}.launch-now-43512 h2 {
    line-height: 1.2;
    font-size: calc(34px * 1.2);
}.launch-now-43512 .digital-education-82741 {
    padding: 50px 60px;
}.launch-now-43512 svg {
    width: 60px;
    height: 60px;
    margin-right: 40px;
}.launch-now-43512 .help-map-38274 {
    font-size: calc(14px * 1.1);
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.launch-now-43512 {
    padding: 60px 0;
}.launch-now-43512 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.launch-now-43512 .digital-education-82741 {
    flex-direction: column;
    padding: 25px 30px;
    align-items: flex-start;
}.launch-now-43512 svg {
    margin-right: 0;
    margin-bottom: 20px;
}.launch-now-43512 .help-map-38274 {
    font-size: calc(14px * 0.9);
    width: 100%;
    padding: 12px 24px;
    text-align: center;
}}.contact-form-section-41708 {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.contact-form-section-41708::before {
    content: '';
    background-color: rgb(205,215,234);
    z-index: -1;
    inset: 0;
    opacity: 0.9;
    position: absolute;
}.contact-form-section-41708 .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.contact-form-section-41708 .feedback-section-70932 {
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    display: flex;
    background: #ffffff;
}.contact-form-section-41708 .query-map-42091 {
    background: rgb(135,146,161);
    position: relative;
    padding: 0;
}.contact-form-section-41708 .query-map-42091 h3 {
    padding: 30px;
    text-align: center;
    font-size: 37px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    background: rgb(135,146,161);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact-form-section-41708 .query-map-42091 div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 40px;
    position: relative;
    transition: background-color 0.3s ease;
}.contact-form-section-41708 .query-map-42091 div:hover {
    background-color: rgb(170,184,203);
}.contact-form-section-41708 .query-map-42091 div:last-child {
    border-bottom: none;
}.contact-form-section-41708 .query-map-42091 div svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}.contact-form-section-41708 .query-map-42091 div svg path {
    fill: #ffffff;
}.contact-form-section-41708 .query-map-42091 div span {
    color: #ffffff;
    font-size: 17px;
}.contact-form-section-41708 .query-map-42091 div span a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.contact-form-section-41708 .query-map-42091 div span a:hover {
    opacity: 0.8;
}.contact-form-section-41708 .request-widget-01698 {
    padding: 50px;
    background-color: #ffffff;
}.contact-form-section-41708 .request-widget-01698 h3 {
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}.contact-form-section-41708 .request-widget-01698 h3::after {
    position: absolute;
    background-color: rgb(135,146,161);
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 80px;
    bottom: -10px;
    content: '';
}.contact-form-section-41708 .request-widget-01698 form {
    width: 100%;
}.contact-form-section-41708 .request-widget-01698 input[type="text"],
.contact-form-section-41708 .request-widget-01698 input[type="email"] {
    color: #000000;
    font-size: 17px;
    border-bottom: 2px solid rgb(205,215,234);
    margin-bottom: 25px;
    transition: border-color 0.3s ease;
    border: none;
    border-radius: 0;
    height: 55px;
    width: 100%;
    background-color: #ffffff;
    padding: 0 20px;
}.contact-form-section-41708 .request-widget-01698 input[type="text"]:focus,
.contact-form-section-41708 .request-widget-01698 input[type="email"]:focus {
    outline: none;
    border-color: rgb(135,146,161);
}.contact-form-section-41708 .request-widget-01698 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-form-section-41708 .request-widget-01698 .inquiry-grid-64578 {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-form-section-41708 .request-widget-01698 .inquiry-grid-64578 input[type="checkbox"] {
    border: 2px solid rgb(205,215,234);
    height: 22px;
    cursor: pointer;
    width: 22px;
    margin-top: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
    -webkit-appearance: none;
    margin-right: 10px;
    appearance: none;
    position: relative;
}.contact-form-section-41708 .request-widget-01698 .inquiry-grid-64578 input[type="checkbox"]:checked {
    background-color: rgb(135,146,161);
    border-color: rgb(135,146,161);
}.contact-form-section-41708 .request-widget-01698 .inquiry-grid-64578 input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%);
    font-size: 14px;
    position: absolute;
    top: 50%;
    content: '✓';
    color: #ffffff;
    left: 50%;
}.contact-form-section-41708 .request-widget-01698 .inquiry-grid-64578 label {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}.contact-form-section-41708 .request-widget-01698 .inquiry-grid-64578 label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(135,146,161);
}.contact-form-section-41708 .request-widget-01698 .inquiry-grid-64578 label a:hover {
    color: rgb(170,184,203);
}.contact-form-section-41708 .request-widget-01698 .help-map-38274 {
    position: relative;
    border-radius: 0;
    width: 100%;
    background-color: rgb(135,146,161);
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
    font-weight: 600;
    height: 55px;
    overflow: hidden;
    color: #ffffff;
    font-size: 19px;
}.contact-form-section-41708 .request-widget-01698 .help-map-38274::before {
    content: '';
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
}.contact-form-section-41708 .request-widget-01698 .help-map-38274:hover {
    background-color: rgb(170,184,203);
}.contact-form-section-41708 .request-widget-01698 .help-map-38274:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact-form-section-41708 .feedback-section-70932 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact-form-section-41708 .query-map-42091 {
    flex-direction: column;
    border-radius: 0 12px 12px 0;
    display: flex;
}.contact-form-section-41708 .request-widget-01698 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 12px 0 0 12px;
}.contact-form-section-41708 .query-map-42091 h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.contact-form-section-41708 .query-map-42091 div {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    flex: 1;
}.contact-form-section-41708 .query-map-42091 div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact-form-section-41708 .query-map-42091 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact-form-section-41708 .query-map-42091 h3 {
    grid-column: 1 / -1;
}.contact-form-section-41708 .query-map-42091 div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact-form-section-41708 .query-map-42091 div:nth-child(2n) {
    border-right: none;
}.contact-form-section-41708 .query-map-42091 div:nth-last-child(1),
    .contact-form-section-41708 .query-map-42091 div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact-form-section-41708 {
    padding: 60px 0;
}.contact-form-section-41708 .request-widget-01698 {
    padding: 40px 25px;
}.contact-form-section-41708 .query-map-42091 h3 {
    padding: 25px 20px;
    font-size: calc(18px + 2px);
}.contact-form-section-41708 .query-map-42091 div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact-form-section-41708 {
    padding: 40px 0;
}.contact-form-section-41708 .request-widget-01698 {
    padding: 30px 20px;
}.contact-form-section-41708 .request-widget-01698 h3 {
    font-size: 18px;
}.contact-form-section-41708 .query-map-42091 h3 {
    font-size: 18px;
    padding: 20px 15px;
}.contact-form-section-41708 .query-map-42091 div {
    padding: 15px 20px;
}.contact-form-section-41708 .query-map-42091 div svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}}.confidential-cell-95068 {
    position: relative;
    background-color: var(--section-bg-color, #f8f9fa);
    overflow: hidden;
    padding: 5rem 0;
}.confidential-cell-95068::before {
    left: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    content: "";
    width: 100%;
}.confidential-cell-95068::after {
    content: "";
    width: 40%;
    transform: rotate(-15deg);
    top: -10%;
    z-index: 0;
    height: 70%;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    right: -5%;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    position: absolute;
}.confidential-cell-95068 .container {
    z-index: 1;
    margin: 0 auto;
    transform: translateZ(0);
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
}.confidential-cell-95068 h1 {
    margin-bottom: 2rem;
    position: relative;
    font-size: var(--h1-font-size, 2.5rem);
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-bold, 700);
    letter-spacing: -0.02em;
    transform: translateX(-10px);
}.confidential-cell-95068 h1::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    content: "";
    width: 80px;
    bottom: -12px;
    height: 4px;
    transform-origin: left center;
    animation: scaleWidth 0.8s ease-out forwards;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.confidential-cell-95068 h2 {
    font-weight: var(--font-weight-semibold, 600);
    border-left: 3px solid var(--primary-color, #4154f1);
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-left: 16px;
    font-size: var(--h2-font-size, 1.8rem);
    color: var(--dark-color, #252525);
}.confidential-cell-95068 h3 {
    position: relative;
    color: var(--dark-color, #252525);
    border-left: 2px solid var(--secondary-color, #4655fa);
    margin: 2.5rem 0 1.25rem;
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 14px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
}.confidential-cell-95068 h4 {
    border-left: 1px solid var(--secondary-color, #4655fa);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    padding-left: 12px;
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    color: var(--dark-color, #252525);
    margin: 2rem 0 1rem;
}.confidential-cell-95068 p {
    color: var(--p-color, #444444);
    position: relative;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    max-width: 90%;
    line-height: 1.7;
}.confidential-cell-95068 strong {
    font-weight: var(--font-weight-semibold, 600);
    display: inline-block;
    color: var(--dark-color, #252525);
    position: relative;
}.confidential-cell-95068 strong::after {
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    height: 2px;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.confidential-cell-95068 ul {
    position: relative;
    padding-left: 20px;
    margin: 1.5rem 0 2rem 1rem;
}.confidential-cell-95068 ul::before {
    border-radius: var(--border-radius-small, 3px);
    width: 3px;
    top: 0;
    height: 100%;
    left: -20px;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    position: absolute;
    content: "";
}.confidential-cell-95068 li {
    padding-left: 8px;
    color: var(--p-color, #444444);
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
    font-size: var(--p-font-size, 1rem);
}.confidential-cell-95068 li::before {
    top: 0.7em;
    background-color: var(--primary-color, #4154f1);
    content: "";
    width: 8px;
    left: -18px;
    border-radius: 1px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
}.confidential-cell-95068 span {
    padding: 1.5rem;
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    line-height: 1.7;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    color: var(--p-color, #444444);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    transform: translateX(8px);
    display: block;
    padding: 0.5rem 0 1.5rem;
}

@media (min-width: 992px) {.confidential-cell-95068 {
    padding: 6rem 0;
}.confidential-cell-95068 .container {
    padding: 0 40px;
}.confidential-cell-95068 h1 {
    transform: translateX(-15px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    margin-bottom: 3rem;
}.confidential-cell-95068 h1::after {
    height: 5px;
    width: 120px;
    bottom: -15px;
}.confidential-cell-95068 h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    padding-left: 20px;
    margin: 4rem 0 2rem;
}.confidential-cell-95068 p {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    max-width: 85%;
    line-height: 1.75;
}.confidential-cell-95068 ul {
    margin: 2rem 0 2.5rem 2rem;
}.confidential-cell-95068 li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.confidential-cell-95068 span {
    transform: translateX(15px);
    transition: transform 0.3s ease;
    padding: 2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.confidential-cell-95068 span:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 767px) {.confidential-cell-95068 {
    padding: 3rem 0;
}.confidential-cell-95068::after {
    top: -5%;
    right: -25%;
    width: 70%;
    height: 40%;
}.confidential-cell-95068 .container {
    padding: 0 15px;
}.confidential-cell-95068 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
}.confidential-cell-95068 h1::after {
    width: 60px;
}.confidential-cell-95068 h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
}.confidential-cell-95068 h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.confidential-cell-95068 h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.confidential-cell-95068 p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    max-width: 100%;
}.confidential-cell-95068 ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.confidential-cell-95068 li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.confidential-cell-95068 span {
    transform: translateX(0);
    padding: 1rem;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}
}

@media (max-width: 480px) {.confidential-cell-95068 {
    padding: 2rem 0;
}.confidential-cell-95068 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.confidential-cell-95068 h2 {
    margin: 2rem 0 1rem;
    padding-left: 12px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
}.confidential-cell-95068 h3 {
    padding-left: 10px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.confidential-cell-95068 h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.confidential-cell-95068 p, .confidential-cell-95068 li, .confidential-cell-95068 span {
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
    line-height: 1.6;
}.confidential-cell-95068 span {
    padding: 0.875rem;
}}.tyMessage-46358 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(205,215,234) 0%, rgb(135,146,161,0.5) 100%);
    overflow: hidden;
    position: relative;
}.tyMessage-46358::before {
    height: 100%;
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,184,203,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(135,146,161,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
}.tyMessage-46358::after {
    transform: rotate(25deg);
    position: absolute;
    width: 100%;
    opacity: 0.05;
    background: rgb(255, 255, 255, 0.5);
    content: "";
    z-index: 0;
    top: -50%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    right: -50%;
}.tyMessage-46358 .container {
    z-index: 2;
    max-width: 1200px;
    transform: translateZ(0);
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
}.tyMessage-46358 h2 {
    font-size: 35px;
    margin-bottom: 3rem;
    animation: slide-up 0.8s ease-out forwards;
    text-align: left;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    opacity: 0;
    max-width: 90%;
    padding-left: 1.5rem;
    color: #000000;
    border-left: 5px solid rgb(170,184,203);
    transform: translateY(30px);
}.tyMessage-46358 .digital-education-82741 {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    position: relative;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    transform: translateY(30px);
    border: 1px solid rgba(0, 0, 0, 0.05);
}.tyMessage-46358 .digital-education-82741::before {
    top: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(170,184,203) 0%, rgb(135,146,161) 100%);
    width: 100%;
    position: absolute;
    content: "";
}.tyMessage-46358 ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}.tyMessage-46358 li {
    padding: 0.5rem 0;
    position: relative;
}.tyMessage-46358 li::before {
    position: absolute;
    height: 100%;
    transform-origin: top;
    opacity: 0;
    width: 3px;
    content: "";
    background: rgb(170,184,203,0.5);
    transform: scaleY(0);
    left: -1.5rem;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    top: 0;
}.tyMessage-46358 li span {
    position: relative;
    line-height: 1.8;
    padding-left: 0.5rem;
    opacity: 0;
    color: #000000;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    font-size: 15px;
    transform: translateX(20px);
    display: block;
    text-align: left;
    font-family: Arial, sans-serif;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

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

.tyMessage-46358 .digital-education-82741:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
}

@media (max-width: 991px) {.tyMessage-46358 {
    padding: 4rem 1.5rem;
}.tyMessage-46358 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.tyMessage-46358 .digital-education-82741 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tyMessage-46358 {
    padding: 3rem 1rem;
}.tyMessage-46358 h2 {
    font-size: calc(35px * 0.8);
    border-left: 3px solid rgb(170,184,203);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.tyMessage-46358 .digital-education-82741 {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.tyMessage-46358 li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.tyMessage-46358 {
    padding: 2rem 0.8rem;
}.tyMessage-46358 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.2rem;
}.tyMessage-46358 .digital-education-82741 {
    padding: 1.2rem;
}.tyMessage-46358 li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.tyMessage-46358 .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.tyMessage-46358 h2 {
    max-width: 80%;
    margin-left: 3rem;
}.tyMessage-46358 .digital-education-82741 {
    margin-left: auto;
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
}.tyMessage-46358 .digital-education-82741:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.tyMessage-46358 .digital-education-82741 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.education-history-45187 {
    background: linear-gradient(
        125deg,
        rgb(205,215,234) 0%,
        rgb(205,215,234) 60%,
        rgb(170,184,203,0.5) 120%
    );
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.education-history-45187::before {
    position: absolute;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(170,184,203,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(170,184,203,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(170,184,203,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(170,184,203,0.5) 75%);
    left: 0;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.03;
    content: "";
}.education-history-45187::after {
    height: 200%;
    opacity: 0.2;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(170,184,203,0.5) 0%,
            transparent 60%
        );
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    top: -50%;
    left: -50%;
    content: "";
    width: 200%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.education-history-45187 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.education-history-45187 .success-reviews-59602 {
    padding: 0;
    background: transparent;
    flex-direction: column;
    position: relative;
    align-items: center;
    border-radius: 22px;
    overflow: visible;
    display: flex;
}.education-history-45187 .img-icon-08793 {
    height: 260px;
    width: 260px;
    z-index: 3;
    margin-bottom: 30px;
    position: relative;
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-5deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.education-history-45187 .img-icon-08793::before {
    content: "";
    transform: rotate(5deg);
    transition: all 0.5s ease;
    position: absolute;
    inset: -10px;
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        rgb(170,184,203,0.5) 0%,
        transparent 50%,
        rgb(135,146,161,0.5) 100%
    );
    z-index: -1;
    border-radius: 30px;
}.education-history-45187 .img-icon-08793::after {
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(170,184,203,0.5) 10px,
            rgb(170,184,203,0.5) 11px
        );
    z-index: -2;
    opacity: 0.05;
    inset: -20px;
    border-radius: 40px;
    transform: rotate(10deg);
    content: "";
    position: absolute;
}.education-history-45187 .name {
    -webkit-background-clip: text !important;
    position: relative;
    z-index: 2;
    padding: 0 20px 15px;
    margin-bottom: 15px;
    text-align: center;
    background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(170,184,203) 100%
    );
    font-size: 42px;
    color: #000000;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}.education-history-45187 .name::after {
    width: 80px;
    background: linear-gradient(
        to right,
        rgb(170,184,203) 0%,
        rgb(135,146,161) 100%
    );
    content: "";
    height: 3px;
    border-radius: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
}.education-history-45187 .success-reviews-59602 span:not(.name) {
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
    z-index: 2;
    opacity: 0.8;
    position: relative;
    color: rgb(135,146,161);
    font-size: 23px;
    font-weight: 600;
}.education-history-45187 .emp-details-81076 {
    color: #000000;
    width: 80%;
    margin: 0;
    text-align: center;
    line-height: 1.9;
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    font-size: 13px;
    z-index: 1;
}.education-history-45187 .emp-details-81076::before {
    content: "";
    height: 35px;
    left: 25px;
    position: absolute;
    width: 35px;
    opacity: 0.2;
    border-radius: 0 0 10px 0;
    top: 25px;
    background: 
        linear-gradient(45deg, rgb(170,184,203,0.5) 0%, transparent 100%);
}.education-history-45187 .emp-details-81076::after {
    content: "";
    width: 35px;
    opacity: 0.2;
    background: 
        linear-gradient(225deg, rgb(135,146,161,0.5) 0%, transparent 100%);
    height: 35px;
    right: 25px;
    bottom: 25px;
    position: absolute;
    border-radius: 0 0 0 10px;
}.education-history-45187 .success-reviews-59602::before {
    opacity: 0.1;
    height: 300px;
    top: -70px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    width: 300px;
    background: 
        linear-gradient(
            135deg,
            rgb(170,184,203,0.5) 0%,
            transparent 100%
        );
    content: "";
    animation: morphing 15s infinite alternate ease-in-out;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.education-history-45187 .success-reviews-59602::after {
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    top: -50px;
    left: 50%;
    opacity: 0.08;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(135,146,161,0.5) 100%
        );
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    z-index: 0;
    width: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    content: "";
    height: 350px;
}.education-history-45187 .success-reviews-59602:hover .img-icon-08793 {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.education-history-45187 .success-reviews-59602:hover .img-icon-08793::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.education-history-45187 .success-reviews-59602:hover .img-icon-08793::after {
    transform: rotate(5deg);
}.education-history-45187 .success-reviews-59602:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.education-history-45187 {
    padding: 80px 0;
}.education-history-45187 .img-icon-08793 {
    height: 220px;
    width: 220px;
    margin-bottom: 25px;
}.education-history-45187 .name {
    margin-bottom: 12px;
    font-size: calc(42px * 0.9);
}.education-history-45187 .emp-details-81076 {
    padding: 35px 40px;
    width: 85%;
}.education-history-45187 .success-reviews-59602::before,
    .education-history-45187 .success-reviews-59602::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.education-history-45187 {
    padding: 60px 0;
}.education-history-45187 .img-icon-08793 {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.education-history-45187 .name {
    padding: 0 15px 12px;
    margin-bottom: 10px;
    font-size: calc(42px * 0.8);
}.education-history-45187 .success-reviews-59602 span:not(.name) {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(23px * 0.9);
}.education-history-45187 .emp-details-81076 {
    font-size: calc(13px * 0.95);
    width: 90%;
    padding: 30px 35px;
}.education-history-45187 .emp-details-81076::before,
    .education-history-45187 .emp-details-81076::after {
    height: 25px;
    width: 25px;
}.education-history-45187 .success-reviews-59602::before,
    .education-history-45187 .success-reviews-59602::after {
    width: 200px;
    height: 200px;
}.education-history-45187 .success-reviews-59602:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.education-history-45187 {
    padding: 50px 0;
}.education-history-45187 .img-icon-08793 {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
}.education-history-45187 .img-icon-08793::before {
    border-radius: 22px;
    inset: -8px;
}.education-history-45187 .img-icon-08793::after {
    inset: -15px;
    border-radius: 30px;
}.education-history-45187 .name {
    padding: 0 10px 10px;
    font-size: calc(42px * 0.7);
    margin-bottom: 8px;
}.education-history-45187 .name::after {
    height: 2px;
    width: 60px;
}.education-history-45187 .success-reviews-59602 span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(23px * 0.85);
    margin-bottom: 25px;
}.education-history-45187 .emp-details-81076 {
    border-radius: 10px;
    width: 100%;
    padding: 25px 20px;
    font-size: calc(13px * 0.9);
}.education-history-45187 .emp-details-81076::before,
    .education-history-45187 .emp-details-81076::after {
    left: 15px;
    height: 20px;
    top: 15px;
    width: 20px;
}.education-history-45187 .emp-details-81076::after {
    bottom: 15px;
    right: 15px;
}.education-history-45187 .success-reviews-59602::before,
    .education-history-45187 .success-reviews-59602::after {
    height: 150px;
    width: 150px;
}.education-history-45187 .success-reviews-59602:hover span:not(.name) {
    letter-spacing: 2px;
}}.title-screen-16842 {
    display: flex;
    background: linear-gradient(135deg, rgb(205,215,234) 0%, rgb(135,146,161,0.5) 100%);
    align-items: center;
    min-height: 100vh;
    padding: 120px 40px;
    overflow: hidden;
    justify-content: center;
    position: relative;
}.title-screen-16842::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(170,184,203,0.5) 0,
    rgb(170,184,203,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    opacity: 0.05;
    left: 0;
    position: absolute;
    content: "";
}.title-screen-16842 > div {
    width: 100%;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    position: relative;
    max-width: 1200px;
}.title-screen-16842 .start-front-16542 {
    color: rgb(170,184,203);
    margin-bottom: 24px;
    transform: translateX(-5px);
    font-weight: 700;
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    opacity: 0;
    font-size: clamp(2.5rem, 5vw, 48px);
    line-height: 1.2;
}.title-screen-16842 .start-front-16542::after {
    bottom: -12px;
    width: 80px;
    transform-origin: left;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    animation: growLine 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    background: rgb(170,184,203);
}.title-screen-16842 p {
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
    transform: translateY(20px);
    animation: fadeUp 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    max-width: 600px;
    opacity: 0;
    font-size: clamp(1rem, 1.2vw, 18px);
}.title-screen-16842 .page-front-39764 {
    opacity: 0;
    height: 0;
    animation: fadeUp 1.2s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding-bottom: 56.25%;
    transform: translateY(30px);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    width: 100%;
}.title-screen-16842 .study-programs-02947 {
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.title-screen-16842 .study-programs-02947::before {
    position: absolute;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 40%,
    transparent 100%
  );
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.title-screen-16842 .study-programs-02947 span {
    left: 0;
    bottom: 0;
    padding: 30px;
    transform: translateY(10px);
    width: 100%;
    z-index: 2;
    animation: fadeUp 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
}.title-screen-16842 .study-programs-02947 h3 {
    font-size: clamp(1.1rem, 1.5vw, 24px);
    font-weight: 600;
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
}@keyframes slideTitle {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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


.title-screen-16842 .page-front-39764:hover {
    transform: translateY(-5px) scale(1.01);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.title-screen-16842 .page-front-39764:hover .study-programs-02947::before {
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 30%,
    transparent 90%
  );
    transition: background 0.5s ease;
}


@media (min-width: 768px) {.title-screen-16842 {
    padding: 160px 60px;
}.title-screen-16842 > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}.title-screen-16842 .start-front-16542::after {
    width: 120px;
}.title-screen-16842 .page-front-39764 {
    padding-bottom: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
    height: auto;
}
}

@media (min-width: 1200px) {.title-screen-16842 {
    padding: 180px 80px;
}.title-screen-16842 > div {
    gap: 100px;
}.title-screen-16842 .start-front-16542 {
    transform: translateX(-10px);
}.title-screen-16842 .start-front-16542::after {
    height: 5px;
    width: 140px;
}.title-screen-16842 .page-front-39764 {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}.title-screen-16842 .page-front-39764:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-8px);
}
}

@media (max-width: 767px) {.title-screen-16842 {
    padding: 100px 20px;
}.title-screen-16842 .start-front-16542 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title-screen-16842 p {
    margin-bottom: 30px;
    font-size: 1rem;
}.title-screen-16842 .study-programs-02947 span {
    padding: 20px;
}.title-screen-16842 .study-programs-02947 h3 {
    max-width: 100%;
    font-size: 1rem;
}}footer {
    width: 100%;
    position: relative;
}.badge-case-80769 {
    padding: 70px 0 30px;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}.badge-case-80769::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,184,203), rgb(135,146,161));
    height: 5px;
    top: 0;
    content: "";
}footer .ssl-info-62493 {
    gap: 60px;
    display: grid;
}footer .contact-now-72403 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    top: 3px;
    position: relative;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    fill: rgb(170,184,203);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    letter-spacing: 0.3px;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}footer .info_item a:hover {
    color: rgb(170,184,203);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .nav-study-74239 {
    margin-bottom: 15px;
}footer .nav-study-74239 svg {
    margin-bottom: 20px;
    height: 40px;
    width: auto;
}footer .footer-milestones-63985 {
    line-height: 1.6;
    color: #000000;
    max-width: 350px;
    font-size: 12px;
}footer .main-class-20713 h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-size: 19px;
}footer .main-class-20713 h5::after {
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -8px;
    content: "";
    left: 0;
    background-color: rgb(170,184,203);
}footer .top-prime-91752 {
    margin-bottom: 30px;
}footer .top-prime-91752 a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
}footer .top-prime-91752 a:hover {
    color: rgb(170,184,203);
    transform: translateX(5px);
}footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}footer .input_holder input[type="email"] {
    color: #000000;
    transition: border-color 0.3s ease;
    font-size: 15px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(170,184,203);
}footer .updates-form-70516 {
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    color: #ffffff;
    background-color: rgb(170,184,203);
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}footer .updates-form-70516:hover {
    background-color: rgb(135,146,161);
}footer .story-spot-05249 {
    margin-top: 50px;
}footer .fund-cta-45286 {
    text-align: center;
    font-size: 12px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates-form-70516 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .badge-case-80769 {
    padding: 50px 0 30px;
}footer .contact-now-72403 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .story-spot-05249 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .badge-case-80769 {
    padding: 40px 0 20px;
}footer .ssl-info-62493 {
    gap: 40px;
}footer .main-class-20713 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.cookie-notice-overlay-09637 {
    z-index: 90;
    box-shadow: 0 -10px 30px rgb(170,184,203,0.5);
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(170,184,203);
    width: 100%;
    bottom: 0;
    background: rgb(135,146,161);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.privacy-ack-80219 {
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(170,184,203,0.5);
    background: linear-gradient(135deg, rgb(135,146,161) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
}.edu-accept-25780 {
    flex-shrink: 0;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 15px rgb(170,184,203);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
}.edu-accept-25780 svg, .edu-accept-25780 svg path {
    transition: transform 0.3s ease;
    width: 60px;
    fill: rgb(170,184,203);
    height: 60px;
}.edu-accept-25780:hover svg {
    transform: rotate(20deg);
}.track-manage-48029 {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.track-manage-48029 h5 {
    text-shadow: 0 0 10px rgb(170,184,203);
    font-weight: 700;
    color: rgb(170,184,203);
    margin-bottom: 10px;
    font-size: 23px;
}.track-manage-48029 p {
    text-shadow: 0 0 5px rgb(170,184,203,0.5);
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}.privacy-ctrl-86953 {
    font-size: 17px;
    margin-left: 10px;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px 25px;
    box-shadow: 0 0 10px rgb(170,184,203,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(170,184,203);
    color: #000000;
}.privacy-ctrl-86953:hover {
    background: rgb(135,146,161);
    box-shadow: 0 0 20px rgb(135,146,161,0.5);
}.cookie-notice-overlay-09637 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(170,184,203);
}.cookie-notice-overlay-09637 p a:hover {
    color: rgb(135,146,161);
}#userConsentBanner-14875 {
    display: none;
}#userConsentBanner-14875:checked ~ .cookie-notice-overlay-09637 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-notice-overlay-09637 {
    padding: 20px;
}.privacy-ack-80219 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.edu-accept-25780 {
    display: none;
}.privacy-ack-80219 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.track-manage-48029 {
    text-align: center;
    margin-bottom: 20px;
}.cookie-notice-overlay-09637 h5, .cookie-notice-overlay-09637 p {
    text-align: center;
}.privacy-ctrl-86953 {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.course-program-83795 {
    background: linear-gradient(45deg, rgb(135,146,161,0.5) 0%, rgb(205,215,234) 50%, rgb(170,184,203,0.5) 100%);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}.course-program-83795::before {
    left: -50%;
    top: -50%;
    content: "";
    position: absolute;
    width: 200%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(135,146,161,0.5) 100%);
    height: 200%;
    animation: rotate 60s linear infinite;
    z-index: 1;
}.course-program-83795::after {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        rgb(135,146,161,0.5),
        transparent 20%,
        transparent 80%,
        rgb(170,184,203,0.5)
    );
    content: "";
    left: 0;
    z-index: 2;
}.course-program-83795 .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1400px;
}.course-program-83795 .master-it-52834 {
    margin-bottom: 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.course-program-83795 .news-item-26815 {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}.course-program-83795 h2 {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    text-transform: uppercase;
}.course-program-83795 h2::before,
.course-program-83795 h2::after {
    height: 3px;
    position: absolute;
    left: -25%;
    width: 150%;
    background: linear-gradient(to right, transparent, rgb(170,184,203), transparent);
    content: "";
}.course-program-83795 h2::before {
    top: -15px;
}.course-program-83795 h2::after {
    bottom: -15px;
}.course-program-83795 .description {
    line-height: 1.8;
    font-size: calc(14px * 1.1);
    color: #000000;
    position: relative;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards;
    animation-delay: 0.2s;
    opacity: 0;
    margin-bottom: 1.5rem;
}.course-program-83795 .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.course-program-83795 .img-icon-08793 {
    position: relative;
    border-radius: 28px;
    height: 500px;
    margin-top: 2rem;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.95);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.course-program-83795 .img-icon-08793::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(170,184,203,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(135,146,161,0.5) 100%
    );
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    top: 0;
}.course-program-83795 .img-icon-08793:hover {
    transform: scale(1);
}.course-program-83795 .img-icon-08793:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.course-program-83795 {
    padding: 5rem 1.5rem;
}.course-program-83795 .news-item-26815 {
    margin-bottom: 3rem;
}.course-program-83795 h2 {
    font-size: calc(48px * 0.85);
}.course-program-83795 .img-icon-08793 {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.course-program-83795 {
    padding: 4rem 1rem;
}.course-program-83795 .news-item-26815 {
    margin-bottom: 2rem;
}.course-program-83795 h2 {
    font-size: calc(48px * 0.7);
}.course-program-83795 h2::before,
    .course-program-83795 h2::after {
    width: 120%;
    left: -10%;
}.course-program-83795 .description {
    font-size: 14px;
}.course-program-83795 .img-icon-08793 {
    height: 300px;
}}.pricing-layout-45103 {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 7rem 0;
}.pricing-layout-45103::before {
    background: linear-gradient(135deg, rgb(170,184,203,0.5), transparent);
    z-index: 1;
    top: -150px;
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 400px;
    opacity: 0.6;
    filter: blur(30px);
    content: '';
    position: absolute;
    width: 400px;
}.pricing-layout-45103::after {
    content: '';
    filter: blur(25px);
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 300px;
    background: linear-gradient(135deg, rgb(135,146,161,0.5), transparent);
    width: 300px;
    z-index: 1;
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.5;
    left: -50px;
}.pricing-layout-45103 .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.pricing-layout-45103 .learn-rates-52371 {
    display: flex;
    flex-direction: column;
}.pricing-layout-45103 .bundle-rate-40692 {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
}.pricing-layout-45103 .bundle-rate-40692 h2 {
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
}.pricing-layout-45103 .bundle-rate-40692 h2::after {
    left: 50%;
    bottom: -10px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    background: rgb(170,184,203);
    height: 3px;
}.pricing-layout-45103 .package-rates-08126 {
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
    margin: 1.5rem auto 0;
    font-size: 15px;
}.pricing-layout-45103 .access-plans-74216 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    margin-top: 2rem;
}.pricing-layout-45103 .lesson-rates-38701 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    position: relative;
    text-decoration: none;
    transform: translateY(30px);
}.pricing-layout-45103 .lesson-rates-38701:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-layout-45103 .lesson-rates-38701:nth-child(3) {
    animation-delay: 0.6s;
}.pricing-layout-45103 .lesson-rates-38701:nth-child(4) {
    animation-delay: 0.7s;
}.pricing-layout-45103 .lesson-rates-38701:hover {
    transform: translateY(-10px);
}.pricing-layout-45103 .value-rates-09364 {
    border-radius: 4px;
    flex-direction: column;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    height: 100%;
}.pricing-layout-45103 .lesson-rates-38701:hover .value-rates-09364 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing-layout-45103 .plan-rates-27864 {
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 2.5rem 2rem;
}.pricing-layout-45103 .plan-rates-27864 h3 {
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(20px + 2px);
    position: relative;
    color: #000000;
}.pricing-layout-45103 .lesson-rates-38701:hover .plan-rates-27864 h3 {
    color: rgb(170,184,203);
}.pricing-layout-45103 .learning-fees-75208 {
    font-size: calc(20px + 4px);
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(170,184,203);
    position: relative;
}.pricing-layout-45103 .learning-fees-75208::after {
    transition: width 0.3s ease;
    left: 0;
    background: rgb(170,184,203,0.5);
    content: '';
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: 0;
}.pricing-layout-45103 .lesson-rates-38701:hover .learning-fees-75208::after {
    width: 80px;
}.pricing-layout-45103 .plan-rates-27864 p {
    line-height: 1.6;
    flex-grow: 1;
    hyphens: auto;
    white-space: normal;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    color: #000000;
    word-wrap: break-word;
    font-size: 15px;
}.pricing-layout-45103 .img-icon-08793 {
    width: 100%;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.pricing-layout-45103 .img-icon-08793::after {
    content: '';
    right: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.pricing-layout-45103 .lesson-rates-38701:hover .img-icon-08793::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing-layout-45103 .learn-rates-52371 {
    flex-direction: row-reverse;
}.pricing-layout-45103 .bundle-rate-40692 {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 3rem;
    justify-content: center;
    width: 35%;
}.pricing-layout-45103 .bundle-rate-40692 h2 {
    text-align: left;
}.pricing-layout-45103 .bundle-rate-40692 h2::after {
    transform: none;
    left: 0;
}.pricing-layout-45103 .package-rates-08126 {
    margin: 1.5rem 0 0;
}.pricing-layout-45103 .access-plans-74216 {
    width: 65%;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
}

@media (max-width: 991px) {.pricing-layout-45103 {
    padding: 5rem 0;
}.pricing-layout-45103 .bundle-rate-40692 {
    margin-bottom: 2rem;
}.pricing-layout-45103 .access-plans-74216 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing-layout-45103 {
    padding: 4rem 0;
}.pricing-layout-45103 .plan-rates-27864 {
    padding: 2rem 1.5rem;
}.pricing-layout-45103 .img-icon-08793 {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing-layout-45103 {
    padding: 3rem 0;
}.pricing-layout-45103 .bundle-rate-40692 h2 {
    font-size: calc(34px - 4px);
}.pricing-layout-45103 .access-plans-74216 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing-layout-45103 .plan-rates-27864 {
    padding: 1.5rem 1.25rem;
}.pricing-layout-45103 .img-icon-08793 {
    height: 160px;
}
}

@media (hover: none) {.pricing-layout-45103 .lesson-rates-38701:hover {
    transform: none;
}.pricing-layout-45103 .lesson-rates-38701:hover .value-rates-09364 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing-layout-45103 .lesson-rates-38701:hover .img-icon-08793::after {
    opacity: 0;
}.pricing-layout-45103 .lesson-rates-38701:hover .learning-fees-75208::after {
    width: 40px;
}
}