* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}::-webkit-scrollbar {
    height: 3px;
    width: 1rem;
    background: radial-gradient(circle at bottom right, #ffffff 48%, rgb(255, 255, 255, 0.5) 69%, rgb(192,153,153,0.5) 80%, rgb(216,187,187) 23%, rgb(216,187,187,0.5) 37%, rgb(236,221,221) 22%);
}::-webkit-scrollbar-track {
    background: linear-gradient(305deg, #ffffff 11%, rgb(255, 255, 255, 0.5) 17%, rgb(192,153,153) 4%, rgb(192,153,153,0.5) 18%, rgb(216,187,187) 85%, rgb(216,187,187,0.5) 67%, rgb(236,221,221) 39%);
    border: 1px groove rgb(216,187,187,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 14%;
    background: rgb(192,153,153,0.5);
    box-shadow: 1px 4px 7px 6px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-color: rgb(192,153,153,0.5) rgb(236,221,221);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}}

.math-tools-bZ9HrT {
    flex: 0 0 auto;
}.head-pagewrap-bQ37hG {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1209px;
}a {
    text-decoration: none;
    color: inherit;
}.inner-container-vVNLMi {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-wrapper-Rz0heS {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 2em;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(236,221,221);
}.privacy-wrapper-Rz0heS h1 {
    font-size: 40px;
    color: rgb(216,187,187);
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
}.privacy-wrapper-Rz0heS h2 {
    font-size: 30px;
    margin-bottom: 0.75em;
    color: rgb(192,153,153);
    font-weight: 600;
}.privacy-wrapper-Rz0heS h3,
.privacy-wrapper-Rz0heS h4,
.privacy-wrapper-Rz0heS h5,
.privacy-wrapper-Rz0heS h6 {
    margin-bottom: 0.5em;
}.privacy-wrapper-Rz0heS h3 {
    font-weight: 400;
    font-size: calc(22px - 0.2em);
    color: rgb(216,187,187);
}.privacy-wrapper-Rz0heS h4 {
    font-weight: 400;
    color: rgb(192,153,153);
    font-size: calc(22px - 0.4em);
}.privacy-wrapper-Rz0heS h5 {
    font-weight: 300;
    font-size: 22px;
    color: #000000;
}.privacy-wrapper-Rz0heS h6 {
    font-size: 19px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}.privacy-wrapper-Rz0heS ul {
    list-style-type: disc;
    margin-bottom: 1em;
    padding-left: 1.5em;
}.privacy-wrapper-Rz0heS ol {
    margin-bottom: 1em;
    list-style-type: decimal;
    padding-left: 1.5em;
}.privacy-wrapper-Rz0heS li {
    font-size: 12px;
    margin-bottom: 0.5em;
}.privacy-wrapper-Rz0heS p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 1em;
}.privacy-wrapper-Rz0heS span {
    font-weight: 600;
    color: rgb(216,187,187);
}.privacy-wrapper-Rz0heS div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.privacy-wrapper-Rz0heS {
    padding: 1em;
    border-radius: 10px;
}.privacy-wrapper-Rz0heS h1 {
    font-size: calc(22px - 0.5em);
}.privacy-wrapper-Rz0heS h2 {
    font-size: calc(22px - 0.4em);
}.privacy-wrapper-Rz0heS p,
    .privacy-wrapper-Rz0heS li {
    font-size: calc(12px - 0.2em);
}}
.privacy-wrapper-Rz0heS h1::after {
    width: 60px;
    content: "";
    margin: 0.5em auto 0;
    background-color: rgb(216,187,187);
    display: block;
    height: 4px;
    border-radius: 10px;
}.privacy-wrapper-Rz0heS h2::after {
    height: 3px;
    background-color: rgb(192,153,153);
    content: "";
    border-radius: 10px;
    width: 40px;
    margin: 0.5em auto 0;
    display: block;
}.privacy-wrapper-Rz0heS ul li::before {
    width: 1em;
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    content: "•";
    color: rgb(216,187,187);
}.privacy-wrapper-Rz0heS ol li::before {
    color: rgb(192,153,153);
    font-weight: 700;
}.privacy-wrapper-Rz0heS a {
    color: rgb(216,187,187);
    text-decoration: underline;
}.privacy-wrapper-Rz0heS a:hover {
    text-decoration: none;
    color: rgb(192,153,153);
}.privacy-wrapper-Rz0heS blockquote {
    border-left: 5px solid rgb(216,187,187);
    font-style: italic;
    padding: 1em;
    margin: 1em 0;
    background-color: rgb(216,187,187,0.5);
}.education-experience-Zx7DBY {
    overflow: hidden;
    background: rgb(236,221,221);
    padding: 5rem 2rem;
    position: relative;
}.education-experience-Zx7DBY::before {
    position: absolute;
    background: linear-gradient(120deg, rgb(216,187,187,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}.education-experience-Zx7DBY::after {
    background: linear-gradient(210deg, rgb(192,153,153,0.5) 0%, transparent 70%);
    right: 0;
    height: 70%;
    bottom: 0;
    width: 70%;
    content: "";
    z-index: 0;
    position: absolute;
}.education-experience-Zx7DBY .client-views-vGuwVh {
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 600px;
    flex-direction: column;
}.education-experience-Zx7DBY .media-image-QGqI0l {
    margin: 0 auto;
    overflow: hidden;
    transform: translateY(0);
    z-index: 2;
    border-radius: 17px;
    height: 400px;
    width: 80%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}.education-experience-Zx7DBY .media-image-QGqI0l::before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}.education-experience-Zx7DBY .media-image-QGqI0l::after {
    width: 300%;
    animation: shiftGradient 10s infinite alternate;
    height: 300%;
    opacity: 0.3;
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(45deg, rgb(216,187,187,0.5) 0%, transparent 40%, transparent 60%, rgb(192,153,153,0.5) 100%);
    top: -100%;
    transition: all 0.8s ease;
    left: -100%;
    position: absolute;
}.education-experience-Zx7DBY .job-area-necUR8 {
    border-radius: 17px;
    transform: translateY(0);
    position: relative;
    width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    margin: -80px auto 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    z-index: 3;
    background: #ffffff;
    padding: 2.5rem 2rem 2rem;
}.education-experience-Zx7DBY .job-area-necUR8::before {
    left: 50%;
    top: 0;
    content: "";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    height: 70px;
    position: absolute;
    transform: translate(-50%, -50%);
    border: 5px solid rgb(236,221,221);
    border-radius: 50%;
    width: 70px;
    z-index: 4;
}.education-experience-Zx7DBY .name {
    position: relative;
    font-weight: 700;
    color: rgb(216,187,187);
    text-align: center;
    font-size: 38px;
    margin-bottom: 0.5rem;
}.education-experience-Zx7DBY .job-area-necUR8 div:nth-child(2) {
    color: rgb(192,153,153);
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}.education-experience-Zx7DBY .job-area-necUR8 div:nth-child(2)::after {
    height: 3px;
    margin: 1rem auto 0;
    display: block;
    width: 40px;
    background: rgb(216,187,187,0.5);
    content: "";
}.education-experience-Zx7DBY .past-experience-zbX19h {
    line-height: 1.7;
    font-size: 18px;
    font-style: italic;
    color: #000000;
    text-align: center;
    position: relative;
    padding: 0 1rem;
}.education-experience-Zx7DBY .past-experience-zbX19h::before,
.education-experience-Zx7DBY .past-experience-zbX19h::after {
    position: absolute;
    color: rgb(216,187,187,0.5);
    content: "";
    line-height: 0;
    font-size: 3rem;
    font-family: serif;
}.education-experience-Zx7DBY .past-experience-zbX19h::before {
    top: 0.5rem;
    left: 0;
    transform: rotate(180deg);
}.education-experience-Zx7DBY .past-experience-zbX19h::after {
    right: 0;
    bottom: -0.5rem;
}.education-experience-Zx7DBY .client-views-vGuwVh:hover .media-image-QGqI0l {
    transform: translateY(-20px);
}.education-experience-Zx7DBY .client-views-vGuwVh:hover .job-area-necUR8 {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.education-experience-Zx7DBY .media-image-QGqI0l {
    width: 90%;
    height: 320px;
}.education-experience-Zx7DBY .job-area-necUR8 {
    margin-top: -60px;
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
}.education-experience-Zx7DBY .job-area-necUR8::before {
    height: 60px;
    width: 60px;
}}.plan-deck-qdo4FO {
    padding: 6rem 0;
    background-color: rgb(236,221,221);
    position: relative;
    overflow: hidden;
}.plan-deck-qdo4FO::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(216,187,187,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    width: 100%;
    z-index: 1;
}.plan-deck-qdo4FO::after {
    z-index: 1;
    width: 20rem;
    pointer-events: none;
    position: absolute;
    height: 20rem;
    background: linear-gradient(225deg, rgb(192,153,153) 0%, transparent 80%);
    opacity: 0.15;
    content: "";
    bottom: -5rem;
    transform: rotate(-15deg);
    right: -5rem;
}.plan-deck-qdo4FO .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.plan-deck-qdo4FO .value-deals-1C40zx {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}.plan-deck-qdo4FO .learning-fees-vx3I4d {
    position: relative;
    background-color: #ffffff;
    border-left: 4px solid rgb(216,187,187);
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
}.plan-deck-qdo4FO .learning-fees-vx3I4d::before {
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
    top: 20px;
    width: 40px;
    height: 40px;
    content: "";
    background-color: rgb(216,187,187);
    left: -20px;
}.plan-deck-qdo4FO .learning-fees-vx3I4d h2 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    transform: perspective(800px) translateZ(30px);
    color: #000000;
    margin-bottom: 1.5rem;
}.plan-deck-qdo4FO .learning-fees-vx3I4d h2::after {
    content: "";
    height: 3px;
    width: 80px;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(216,187,187), rgb(192,153,153));
}.plan-deck-qdo4FO .learning-fees-vx3I4d .pro-fees-6ptGV0 {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    max-width: 80%;
}.plan-deck-qdo4FO .bundle-price-ZYHrqB {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2rem;
}.plan-deck-qdo4FO .indv-cost-iITcqu {
    display: block;
    color: inherit;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
}.plan-deck-qdo4FO .indv-cost-iITcqu:hover {
    transform: translateY(-10px);
}.plan-deck-qdo4FO .class-rates-BR3yhv {
    height: 100%;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0);
}.plan-deck-qdo4FO .indv-cost-iITcqu:hover .class-rates-BR3yhv {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(216,187,187,0.5);
}.plan-deck-qdo4FO .indv-cost-iITcqu:nth-child(odd) .class-rates-BR3yhv {
    transform: rotate(-1deg);
}.plan-deck-qdo4FO .indv-cost-iITcqu:nth-child(even) .class-rates-BR3yhv {
    transform: rotate(1deg);
}.plan-deck-qdo4FO .indv-cost-iITcqu:hover .class-rates-BR3yhv {
    transform: rotate(0) translateZ(20px);
}.plan-deck-qdo4FO .study-fees-c6m4q5 {
    flex: 1;
    flex-direction: column;
    z-index: 2;
    position: relative;
    word-break: break-word;
    padding: 2rem;
    display: flex;
    overflow-wrap: break-word;
}.plan-deck-qdo4FO .study-fees-c6m4q5::before {
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
}.plan-deck-qdo4FO .study-fees-c6m4q5 h3 {
    position: relative;
    font-size: calc(21px * 1.2);
    transform: translateZ(10px);
    transition: transform 0.3s ease;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
}.plan-deck-qdo4FO .indv-cost-iITcqu:hover .study-fees-c6m4q5 h3 {
    transform: translateZ(25px);
}.plan-deck-qdo4FO .study-fees-c6m4q5 h3::after {
    left: 0;
    bottom: -8px;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(216,187,187);
    content: "";
    position: absolute;
    width: 40px;
}.plan-deck-qdo4FO .indv-cost-iITcqu:hover .study-fees-c6m4q5 h3::after {
    width: 60px;
}.plan-deck-qdo4FO .learn-rates-zBUoeM {
    margin: 0.5rem 0 1.5rem;
    display: block;
    transform: translateZ(15px);
    position: relative;
    font-size: calc(21px * 1.8);
    font-weight: 700;
    color: rgb(216,187,187);
}.plan-deck-qdo4FO .learn-rates-zBUoeM::before {
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(216,187,187,0.5), transparent);
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
}.plan-deck-qdo4FO .study-fees-c6m4q5 p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 1rem;
    flex: 1;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
}.plan-deck-qdo4FO .media-image-QGqI0l {
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    width: 100%;
}.plan-deck-qdo4FO .indv-cost-iITcqu:hover .media-image-QGqI0l {
    transform: scale(1.05) translateZ(0);
}.plan-deck-qdo4FO .media-image-QGqI0l::after {
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}.plan-deck-qdo4FO .media-image-QGqI0l::before {
    width: 100%;
    background: rgb(216,187,187);
    opacity: 0.15;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    transition: opacity 0.3s ease;
    content: "";
}.plan-deck-qdo4FO .indv-cost-iITcqu:hover .media-image-QGqI0l::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.plan-deck-qdo4FO .value-deals-1C40zx {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.plan-deck-qdo4FO .learning-fees-vx3I4d {
    padding: 3rem;
}.plan-deck-qdo4FO .bundle-price-ZYHrqB {
    grid-row: 1;
    grid-column: 1;
}.plan-deck-qdo4FO .learning-fees-vx3I4d {
    top: 2rem;
    grid-column: 2;
    position: sticky;
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
}.plan-deck-qdo4FO .learning-fees-vx3I4d:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.plan-deck-qdo4FO .bundle-price-ZYHrqB {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.plan-deck-qdo4FO .study-fees-c6m4q5 {
    min-height: 300px;
}
}

@media (max-width: 991px) {.plan-deck-qdo4FO {
    padding: 4rem 0;
}.plan-deck-qdo4FO .learning-fees-vx3I4d {
    order: -1;
}.plan-deck-qdo4FO .learning-fees-vx3I4d h2 {
    font-size: calc(35px * 0.9);
}.plan-deck-qdo4FO .learning-fees-vx3I4d .pro-fees-6ptGV0 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.plan-deck-qdo4FO {
    padding: 3rem 0;
}.plan-deck-qdo4FO .container {
    padding: 0 1.5rem;
}.plan-deck-qdo4FO .bundle-price-ZYHrqB {
    grid-template-columns: 1fr;
}.plan-deck-qdo4FO .learning-fees-vx3I4d h2 {
    font-size: calc(35px * 0.8);
}.plan-deck-qdo4FO .study-fees-c6m4q5 {
    padding: 1.5rem;
}.plan-deck-qdo4FO .learn-rates-zBUoeM {
    font-size: calc(21px * 1.5);
}.plan-deck-qdo4FO .media-image-QGqI0l {
    height: 180px;
}
}

@media (max-width: 480px) {.plan-deck-qdo4FO .study-fees-c6m4q5 p {
    font-size: calc(17px * 0.9);
}.plan-deck-qdo4FO .study-fees-c6m4q5 h3 {
    font-size: 21px;
}.plan-deck-qdo4FO .learn-rates-zBUoeM {
    font-size: calc(21px * 1.3);
}.plan-deck-qdo4FO .media-image-QGqI0l {
    height: 160px;
}}.course-program-details-paelyL {
    position: relative;
    background: linear-gradient(135deg, rgb(236,221,221) 0%, rgba(249, 249, 249, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.course-program-details-paelyL::before {
    content: "";
    right: 0;
    background-size: 60px 60px;
    top: 0;
    opacity: 0.05;
    left: 0;
    z-index: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(192,153,153,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(192,153,153,0.5) 25%, transparent 25%);
    bottom: 0;
}.course-program-details-paelyL .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.course-program-details-paelyL .training-guide-Wr4ELs {
    display: grid;
    grid-template-columns: 1fr;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    gap: 3rem;
}.course-program-details-paelyL .media-image-QGqI0l {
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
}.course-program-details-paelyL .media-image-QGqI0l::after {
    right: 0;
    transition: opacity 0.6s ease;
    left: 0;
    opacity: 0.5;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom right, 
                rgb(216,187,187,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(192,153,153,0.5) 100%);
    position: absolute;
    bottom: 0;
    content: "";
}.course-program-details-paelyL .media-image-QGqI0l:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course-program-details-paelyL .media-image-QGqI0l:hover::after {
    opacity: 0.2;
}.course-program-details-paelyL .announcement-box-it4PgI {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2rem;
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
}.course-program-details-paelyL .announcement-box-it4PgI::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(216,187,187), rgb(192,153,153));
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    height: 0;
}.course-program-details-paelyL .training-guide-Wr4ELs:hover .announcement-box-it4PgI::before {
    height: 100%;
}.course-program-details-paelyL h3 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(24px * 1.1);
}.course-program-details-paelyL h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(216,187,187), rgb(192,153,153));
}.course-program-details-paelyL .announcement-box-it4PgI:hover h3 {
    transform: translateY(-5px);
}.course-program-details-paelyL .announcement-box-it4PgI:hover h3::after {
    width: 100px;
}.course-program-details-paelyL .description {
    overflow-y: auto;
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    font-size: 15px;
    max-height: 200px;
}.course-program-details-paelyL .description::-webkit-scrollbar {
    width: 4px;
}.course-program-details-paelyL .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course-program-details-paelyL .description::-webkit-scrollbar-thumb {
    background: rgb(192,153,153,0.5);
    border-radius: 10px;
}.course-program-details-paelyL span.description {
    display: none;
}

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

@media (min-width: 768px) {.course-program-details-paelyL {
    padding: 8rem 0;
}.course-program-details-paelyL .training-guide-Wr4ELs {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course-program-details-paelyL .announcement-box-it4PgI {
    transform: translateX(-30px);
}.course-program-details-paelyL .training-guide-Wr4ELs:hover .announcement-box-it4PgI {
    transform: translateX(0);
}.course-program-details-paelyL .media-image-QGqI0l {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course-program-details-paelyL .media-image-QGqI0l:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course-program-details-paelyL h3 {
    font-size: 24px;
}
}

@media (min-width: 992px) {.course-program-details-paelyL {
    padding: 10rem 0;
}.course-program-details-paelyL .container {
    padding: 0 3rem;
}.course-program-details-paelyL .training-guide-Wr4ELs {
    gap: 6rem;
}.course-program-details-paelyL .announcement-box-it4PgI {
    padding: 3rem;
}.course-program-details-paelyL .media-image-QGqI0l {
    height: 550px;
}.course-program-details-paelyL h3 {
    font-size: calc(24px * 1.2);
    margin-bottom: 2rem;
}.course-program-details-paelyL .description {
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course-program-details-paelyL {
    padding: 4rem 0;
}.course-program-details-paelyL .container {
    padding: 0 1.5rem;
}.course-program-details-paelyL .media-image-QGqI0l {
    height: 280px;
    margin-bottom: 1rem;
}.course-program-details-paelyL .announcement-box-it4PgI {
    padding: 1.5rem;
}.course-program-details-paelyL h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}.course-program-details-paelyL .description {
    font-size: calc(15px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}.cookie-panel-overlay-LJeXnK {
    bottom: 0;
    background: rgb(236,221,221);
    z-index: 90;
    border-top: 2px solid rgb(216,187,187);
    position: fixed;
    width: 100%;
}.consent-edu-VI4MYc {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.cookie-panel-overlay-LJeXnK h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-panel-overlay-LJeXnK p {
    font-size: 18px;
}.accept-cookies-eqoQF2 {
    flex-shrink: 0;
    margin-right: 10px;
}.accept-cookies-eqoQF2 svg, .accept-cookies-eqoQF2 svg path, .accept-cookies-eqoQF2 img {
    fill: rgb(216,187,187);
    width: 100px;
    height: 100px;
}.cookie-alerts-AjXvIz {
    text-align: center;
    margin-left: 10px;
    border-bottom: 2px solid rgb(216,187,187);
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    color: rgb(216,187,187);
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
    font-size: 24px;
}.cookie-panel-overlay-LJeXnK p a {
    text-decoration: none;
    color: rgb(216,187,187);
}
@media only screen and (max-width: 1200px) {.cookie-panel-overlay-LJeXnK {
    padding: 20px;
}}
#cookieNoticePrompt-Hakqys {
    display: none;
}#cookieNoticePrompt-Hakqys:checked ~ .cookie-panel-overlay-LJeXnK {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.accept-cookies-eqoQF2 {
    display: none;
}.consent-edu-VI4MYc {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-panel-overlay-LJeXnK h5 {
    text-align: center;
}.cookie-panel-overlay-LJeXnK p {
    text-align: center;
}.track-accept-zmHfns {
    margin-bottom: 20px;
}body .inner-container-vVNLMi .cookie-alerts-AjXvIz {
    margin-left: 0;
}}.reach-out-1Wtoql {
    overflow: hidden;
    position: relative;
    background: rgb(236,221,221);
    padding: 100px 0;
    z-index: 1;
}.reach-out-1Wtoql::before {
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(216,187,187,0.5) 49%, rgb(216,187,187,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(192,153,153,0.5) 49%, rgb(192,153,153,0.5) 51%, transparent 52%);
    opacity: 0.3;
    content: '';
    z-index: 0;
    background-size: 60px 60px;
    height: 100%;
    left: 0;
    position: absolute;
}.reach-out-1Wtoql::after {
    top: 0;
    background: 
        linear-gradient(90deg, rgb(236,221,221) 6px, transparent 6px),
        linear-gradient(0deg, rgb(236,221,221) 6px, transparent 6px);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    content: '';
    background-size: 100px 100px;
    z-index: 0;
}.reach-out-1Wtoql .media-image-QGqI0l {
    width: 100%;
    height: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    opacity: 0.15;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
}.reach-out-1Wtoql .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.reach-out-1Wtoql h3 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    letter-spacing: 4px;
    color: #000000;
    position: relative;
    transform: skew(-5deg);
    font-size: 40px;
}.reach-out-1Wtoql h3::before {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: translateX(-50%);
    width: 100px;
    bottom: -15px;
    height: 5px;
    position: absolute;
    left: 50%;
    content: '';
    background: linear-gradient(90deg, rgb(216,187,187), rgb(192,153,153));
}.reach-out-1Wtoql .message-map-Vp7Dyx {
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.reach-out-1Wtoql .feedback-help-Siw6ca {
    background: #ffffff;
    flex: 1 1 60%;
    transform: skew(-3deg);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 2;
    padding: 60px;
    position: relative;
    border-radius: 0;
}.reach-out-1Wtoql .feedback-help-Siw6ca::before {
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    top: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    left: 20px;
    bottom: 20px;
    pointer-events: none;
    content: '';
    position: absolute;
}.reach-out-1Wtoql .feedback-help-Siw6ca #contact {
    transform: skew(3deg);
}.reach-out-1Wtoql .feedback-help-Siw6ca h3 {
    margin-bottom: 40px;
    transform: skew(0);
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
}.reach-out-1Wtoql .feedback-help-Siw6ca h3::before {
    clip-path: none;
    height: 3px;
    left: 0;
    transform: none;
    width: 60px;
}.reach-out-1Wtoql .feedback-help-Siw6ca input[type="text"],
.reach-out-1Wtoql .feedback-help-Siw6ca textarea {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(216,187,187);
    color: #000000;
    padding: 20px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 18px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0;
    transition: all 0.3s ease;
}.reach-out-1Wtoql .feedback-help-Siw6ca input[type="text"]:focus,
.reach-out-1Wtoql .feedback-help-Siw6ca textarea:focus {
    box-shadow: 8px 8px 0 rgb(216,187,187,0.5);
    transform: translate(-3px, -3px);
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
}.reach-out-1Wtoql .feedback-help-Siw6ca textarea {
    resize: vertical;
    height: 140px;
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: calc(18px - 2px);
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v label::before {
    transition: all 0.3s ease;
    position: absolute;
    border: 2px solid rgb(216,187,187);
    content: '';
    top: 0;
    background-color: #ffffff;
    height: 24px;
    left: 0;
    width: 24px;
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v input[type="checkbox"]:checked + label::before {
    background-color: rgb(216,187,187);
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    content: '';
    height: 12px;
    transform: rotate(45deg);
    left: 9px;
    top: 5px;
    width: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v a {
    transition: color 0.3s ease;
    color: rgb(216,187,187);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v a::after {
    content: '';
    left: 0;
    transform-origin: left;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background-color: rgb(216,187,187);
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v a:hover {
    color: rgb(192,153,153);
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v a:hover::after {
    transform: scaleX(1);
    background-color: rgb(192,153,153);
}.reach-out-1Wtoql .feedback-help-Siw6ca .feedback-block-SDtbZj {
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    background: rgb(216,187,187);
    color: #ffffff;
    padding: 18px 40px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    cursor: pointer;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
}.reach-out-1Wtoql .feedback-help-Siw6ca .feedback-block-SDtbZj:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
    background: rgb(192,153,153);
}.reach-out-1Wtoql .feedback-support-G8ovl9 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    color: #ffffff;
    padding: 60px 60px 60px 80px;
    flex: 1 1 40%;
    z-index: 1;
    background: rgb(236,221,221);
    position: relative;
    margin-left: -40px;
}.reach-out-1Wtoql .feedback-support-G8ovl9::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
}.reach-out-1Wtoql .feedback-support-G8ovl9::after {
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    content: '';
    bottom: 20px;
}.reach-out-1Wtoql .feedback-support-G8ovl9 h4 {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}.reach-out-1Wtoql .feedback-support-G8ovl9 h4::after {
    height: 3px;
    left: 0;
    width: 60px;
    bottom: -15px;
    background: rgb(216,187,187);
    content: '';
    position: absolute;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI {
    padding: 0;
    margin: 0;
    list-style: none;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li svg {
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
    height: 24px;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li svg path {
    fill: rgb(216,187,187);
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,153,153);
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li span {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li a:hover {
    color: rgb(216,187,187);
}

@media (max-width: 992px) {.reach-out-1Wtoql {
    padding: 70px 0;
}.reach-out-1Wtoql .message-map-Vp7Dyx {
    flex-direction: column;
}.reach-out-1Wtoql .feedback-help-Siw6ca {
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
}.reach-out-1Wtoql .feedback-support-G8ovl9 {
    padding: 40px;
    flex: 1 1 100%;
    margin-left: 0;
    margin-top: -20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}

@media (max-width: 768px) {.reach-out-1Wtoql {
    padding: 50px 0;
}.reach-out-1Wtoql h3 {
    font-size: calc(36px);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.reach-out-1Wtoql .feedback-help-Siw6ca h3,
    .reach-out-1Wtoql .feedback-support-G8ovl9 h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.reach-out-1Wtoql .feedback-help-Siw6ca input[type="text"],
    .reach-out-1Wtoql .feedback-help-Siw6ca textarea {
    padding: 15px;
    margin-bottom: 20px;
}.reach-out-1Wtoql .feedback-help-Siw6ca textarea {
    height: 120px;
}.reach-out-1Wtoql .feedback-help-Siw6ca .feedback-block-SDtbZj {
    padding: 15px 30px;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.reach-out-1Wtoql .feedback-support-G8ovl9 .query-message-2YVgfI li svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}
}

@media (max-width: 576px) {.reach-out-1Wtoql {
    padding: 40px 0;
}.reach-out-1Wtoql .feedback-help-Siw6ca,
    .reach-out-1Wtoql .feedback-support-G8ovl9 {
    box-shadow: none;
    transform: skew(0);
    clip-path: none;
    padding: 30px 20px;
}.reach-out-1Wtoql .feedback-help-Siw6ca #contact {
    transform: skew(0);
}.reach-out-1Wtoql .feedback-help-Siw6ca::before,
    .reach-out-1Wtoql .feedback-support-G8ovl9::after {
    clip-path: none;
}.reach-out-1Wtoql .feedback-support-G8ovl9 {
    margin-top: 0;
}.reach-out-1Wtoql h3 {
    transform: skew(0);
    font-size: calc(36px - 6px);
}.reach-out-1Wtoql .feedback-help-Siw6ca .query-info-DMRJ5v label {
    font-size: calc(18px - 3px);
}.reach-out-1Wtoql .feedback-help-Siw6ca .feedback-block-SDtbZj {
    clip-path: none;
}}.data-statistics-XYAQGc {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.data-statistics-XYAQGc::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(216,187,187) 0%, rgb(192,153,153) 100%);
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.9;
    width: 100%;
    position: absolute;
}.data-statistics-XYAQGc::after {
    background-size: 20px 20px;
    content: "";
    animation: movePattern 30s linear infinite;
    top: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    background: radial-gradient(
        circle at 10px 10px,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    height: 100%;
}@keyframes movePattern {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.data-statistics-XYAQGc .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.data-statistics-XYAQGc .statistics-highlights-0mgZ4u {
    grid-template-columns: 1fr 2fr;
    position: relative;
    gap: 40px;
    display: grid;
}.data-statistics-XYAQGc .value-statistics-zvAqyL {
    width: 120px;
    align-items: center;
    grid-column: 1;
    border-radius: 10px;
    height: 120px;
    transform: rotate(-5deg);
    margin: 0;
    background: #000000;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 0 2px rgb(216,187,187), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(216,187,187,0.5);
    grid-row: 1;
}.data-statistics-XYAQGc .value-statistics-zvAqyL svg {
    height: 60px;
    fill: rgb(216,187,187);
    width: 60px;
}.data-statistics-XYAQGc .value-statistics-zvAqyL svg path {
    fill: rgb(216,187,187);
}.data-statistics-XYAQGc .statistics-edges-QkldvS {
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    grid-row: 1;
    text-align: left;
    padding-left: 0;
    margin: 0;
    position: relative;
    font-size: 40px;
    grid-column: 2;
    align-items: center;
}.data-statistics-XYAQGc .statistics-edges-QkldvS::before {
    transform: translateY(-50%);
    left: -20px;
    background: rgb(216,187,187);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    height: 80%;
    width: 4px;
    content: "";
}.data-statistics-XYAQGc .extra-statistics-dpTqEK {
    padding: 20px;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.05);
    text-align: left;
    border-radius: 28px;
    border-left: 4px solid rgb(192,153,153);
    grid-row: 2;
    grid-column: 1 / -1;
    margin: 20px 0 50px;
    font-size: calc(18px * 1.1);
}.data-statistics-XYAQGc .statistics-benefits-K3EeQN {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    grid-column: 1 / -1;
    display: flex;
    position: relative;
    grid-row: 3;
}.data-statistics-XYAQGc .statistics-benefits-K3EeQN::before {
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
                rgb(216,187,187) 0%, 
                transparent 100%);
    left: 0;
    top: -30px;
    position: absolute;
}.data-statistics-XYAQGc .extra-pro-upPnNY {
    text-align: left;
    padding: 0;
    align-items: flex-start;
    flex: 0 0 calc(25% - 30px);
    transition: all 0.3s ease;
    flex-direction: column;
    position: relative;
    display: flex;
}.data-statistics-XYAQGc .extra-pro-upPnNY:hover {
    transform: translateX(10px);
}.data-statistics-XYAQGc .class-statistics-29E47c {
    width: 50px;
    box-shadow: 0 0 0 2px rgb(192,153,153,0.5);
    height: 50px;
    background: #000000;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transform: rotate(-3deg);
    margin: 0 0 15px 0;
}.data-statistics-XYAQGc .class-statistics-29E47c svg {
    fill: rgb(192,153,153);
    height: 25px;
    width: 25px;
}.data-statistics-XYAQGc .class-statistics-29E47c svg path {
    fill: rgb(192,153,153);
}.data-statistics-XYAQGc .extra-pro-upPnNY span {
    color: #ffffff;
    font-size: calc(31px * 1.5);
    font-weight: 700;
    position: relative;
    line-height: 1;
    order: 2;
    display: inline-block;
    margin: 0 0 5px 0;
}.data-statistics-XYAQGc .extra-pro-upPnNY span::after {
    width: 30px;
    border-radius: 10px;
    bottom: -10px;
    content: "";
    left: 0;
    height: 3px;
    background: rgb(216,187,187);
    position: absolute;
}.data-statistics-XYAQGc .extra-pro-upPnNY p {
    font-size: 18px;
    order: 3;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 15px 0 0 0;
}

@media screen and (max-width: 1024px) {.data-statistics-XYAQGc .extra-pro-upPnNY {
    flex: 0 0 calc(33.33% - 30px);
}
}

@media screen and (max-width: 992px) {.data-statistics-XYAQGc {
    padding: 90px 0;
}.data-statistics-XYAQGc .statistics-highlights-0mgZ4u {
    gap: 30px;
    grid-template-columns: 1fr;
}.data-statistics-XYAQGc .value-statistics-zvAqyL {
    height: 100px;
    grid-column: 1;
    width: 100px;
    grid-row: 1;
    margin: 0 auto 20px;
}.data-statistics-XYAQGc .statistics-edges-QkldvS {
    font-size: calc(40px * 0.9);
    grid-column: 1;
    text-align: center;
    justify-content: center;
    grid-row: 2;
}.data-statistics-XYAQGc .statistics-edges-QkldvS::before {
    width: 80px;
    left: 0;
    transform: none;
    bottom: -10px;
    top: auto;
    height: 3px;
}.data-statistics-XYAQGc .extra-statistics-dpTqEK {
    text-align: center;
    border-top: 4px solid rgb(192,153,153);
    border-left: none;
    grid-row: 3;
}.data-statistics-XYAQGc .extra-pro-upPnNY {
    flex: 0 0 calc(50% - 30px);
}
}

@media screen and (max-width: 768px) {.data-statistics-XYAQGc {
    padding: 70px 0;
}.data-statistics-XYAQGc .value-statistics-zvAqyL {
    width: 80px;
    height: 80px;
}.data-statistics-XYAQGc .value-statistics-zvAqyL svg {
    width: 40px;
    height: 40px;
}.data-statistics-XYAQGc .statistics-edges-QkldvS {
    font-size: calc(40px * 0.8);
}.data-statistics-XYAQGc .extra-statistics-dpTqEK {
    font-size: 18px;
    padding: 15px;
    margin: 10px 0 40px;
}.data-statistics-XYAQGc .statistics-benefits-K3EeQN {
    justify-content: center;
}
}

@media screen and (max-width: 576px) {.data-statistics-XYAQGc {
    padding: 60px 0;
}.data-statistics-XYAQGc .statistics-highlights-0mgZ4u {
    gap: 20px;
}.data-statistics-XYAQGc .value-statistics-zvAqyL {
    height: 70px;
    width: 70px;
}.data-statistics-XYAQGc .value-statistics-zvAqyL svg {
    height: 35px;
    width: 35px;
}.data-statistics-XYAQGc .statistics-edges-QkldvS {
    font-size: calc(40px * 0.7);
}.data-statistics-XYAQGc .extra-statistics-dpTqEK {
    font-size: calc(18px * 0.9);
    margin: 10px 0 30px;
}.data-statistics-XYAQGc .extra-pro-upPnNY {
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.data-statistics-XYAQGc .extra-pro-upPnNY span::after {
    left: 50%;
    transform: translateX(-50%);
}}.who-we-are-y1jhex {
    background: rgb(236,221,221);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0;
}.who-we-are-y1jhex::before {
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(216,187,187,0.5) 0%, transparent 70%);
    z-index: -1;
    animation: pulse 15s infinite alternate;
    right: -100px;
    top: -100px;
    content: '';
    height: 500px;
    position: absolute;
    width: 500px;
}.who-we-are-y1jhex::after {
    left: -100px;
    z-index: -1;
    width: 400px;
    bottom: -100px;
    height: 400px;
    position: absolute;
    background: linear-gradient(225deg, rgb(192,153,153,0.5) 0%, transparent 70%);
    content: '';
    animation: pulse 12s infinite alternate-reverse;
    border-radius: 50%;
}@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-y1jhex .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.who-we-are-y1jhex .belief-core-As0YED {
    position: relative;
    gap: 60px;
    display: flex;
    flex-direction: column;
}.who-we-are-y1jhex h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: #000000;
    position: relative;
}.who-we-are-y1jhex h3::after {
    border-radius: 10px;
    width: 80px;
    content: '';
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(216,187,187), rgb(192,153,153));
    left: 50%;
    bottom: 0;
    position: absolute;
}.who-we-are-y1jhex .learn-culture-ZH52rA {
    position: relative;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    background: #ffffff;
    gap: 40px;
}.who-we-are-y1jhex .learn-culture-ZH52rA:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.who-we-are-y1jhex .learn-culture-ZH52rA span {
    font-weight: 600;
    grid-column: 1 / 2;
    display: block;
    margin-bottom: 15px;
    color: rgb(216,187,187);
    font-size: 21px;
}.who-we-are-y1jhex .learn-culture-ZH52rA p {
    margin-bottom: 0;
    color: #000000;
    border-left: 3px solid rgb(192,153,153);
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 1.7;
    grid-column: 1 / 2;
}.who-we-are-y1jhex .learn-culture-ZH52rA .media-image-QGqI0l {
    border-radius: 24px;
    transition: transform 0.5s ease;
    grid-column: 2 / 3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    min-height: 300px;
    grid-row: 1 / 3;
    position: relative;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
}.who-we-are-y1jhex .learn-culture-ZH52rA .media-image-QGqI0l::before {
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
}.who-we-are-y1jhex .learn-culture-ZH52rA .media-image-QGqI0l:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7 {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7 p {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    color: #000000;
    grid-column: 1 / 2;
    border-left: 3px solid rgb(216,187,187);
    line-height: 1.7;
    font-size: 12px;
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7 .guide-approach-OqFax9 {
    transition: transform 0.5s ease;
    position: relative;
    min-height: 300px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 2 / 3;
    overflow: hidden;
    border-radius: 24px;
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7 .guide-approach-OqFax9::before {
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    position: absolute;
    height: 100%;
    z-index: 1;
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7 .guide-approach-OqFax9::after {
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(216,187,187,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 100%;
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7 .guide-approach-OqFax9:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-y1jhex .media-image-QGqI0l::after {
    position: absolute;
    opacity: 0.7;
    content: '';
    border-radius: 50%;
    width: 60px;
    z-index: 2;
    animation: float 3s infinite alternate;
    top: -10px;
    background: rgb(192,153,153);
    height: 60px;
    right: -10px;
}@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.who-we-are-y1jhex .belief-core-As0YED::before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(to bottom, rgb(216,187,187,0.5), transparent);
    position: absolute;
}.who-we-are-y1jhex .learn-culture-ZH52rA::after,
.who-we-are-y1jhex .achieve-stats-Dg2Fo7::after {
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 3px solid rgb(216,187,187);
    content: '';
    z-index: 3;
    left: 50%;
}.who-we-are-y1jhex .learn-culture-ZH52rA::after {
    bottom: -40px;
}.who-we-are-y1jhex .achieve-stats-Dg2Fo7::after {
    top: -40px;
}

@media (max-width: 991px) {.who-we-are-y1jhex {
    padding: 60px 0;
}.who-we-are-y1jhex .learn-culture-ZH52rA,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 {
    grid-template-columns: 1fr;
    gap: 30px;
}.who-we-are-y1jhex .learn-culture-ZH52rA span,
    .who-we-are-y1jhex .learn-culture-ZH52rA p,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 p {
    grid-column: 1 / 2;
}.who-we-are-y1jhex .learn-culture-ZH52rA .media-image-QGqI0l,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 .guide-approach-OqFax9 {
    grid-column: 1 / 2;
    grid-row: auto;
    min-height: 250px;
}.who-we-are-y1jhex .belief-core-As0YED::before {
    left: 20px;
}.who-we-are-y1jhex .learn-culture-ZH52rA::after,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7::after {
    left: 20px;
    transform: none;
}
}

@media (max-width: 767px) {.who-we-are-y1jhex {
    padding: 40px 0;
}.who-we-are-y1jhex h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.who-we-are-y1jhex .belief-core-As0YED {
    gap: 40px;
}.who-we-are-y1jhex .learn-culture-ZH52rA,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 {
    padding: 20px;
}.who-we-are-y1jhex .learn-culture-ZH52rA .media-image-QGqI0l,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 .guide-approach-OqFax9 {
    min-height: 200px;
}.who-we-are-y1jhex .learn-culture-ZH52rA span {
    font-size: calc(21px * 0.9);
}.who-we-are-y1jhex .learn-culture-ZH52rA p,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 p {
    padding-left: 15px;
    font-size: calc(12px * 0.95);
}.who-we-are-y1jhex::before,
    .who-we-are-y1jhex::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 480px) {.who-we-are-y1jhex {
    padding: 30px 0;
}.who-we-are-y1jhex h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.who-we-are-y1jhex h3::after {
    height: 3px;
    width: 60px;
}.who-we-are-y1jhex .belief-core-As0YED {
    gap: 30px;
}.who-we-are-y1jhex .learn-culture-ZH52rA,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 {
    padding: 15px;
    gap: 20px;
}.who-we-are-y1jhex .learn-culture-ZH52rA .media-image-QGqI0l,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 .guide-approach-OqFax9 {
    min-height: 180px;
}.who-we-are-y1jhex .learn-culture-ZH52rA span {
    margin-bottom: 10px;
}.who-we-are-y1jhex .learn-culture-ZH52rA p,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7 p {
    padding-left: 10px;
}.who-we-are-y1jhex .learn-culture-ZH52rA::after,
    .who-we-are-y1jhex .achieve-stats-Dg2Fo7::after {
    width: 15px;
    height: 15px;
}.who-we-are-y1jhex::before,
    .who-we-are-y1jhex::after {
    height: 150px;
    width: 150px;
}}.appMessage-DijEXb {
    background: linear-gradient(135deg, rgb(236,221,221) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.appMessage-DijEXb::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(216,187,187,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(192,153,153,0.5) 0%, transparent 45%);
    right: 0;
}.appMessage-DijEXb::after {
    content: "";
    bottom: 20%;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(192,153,153) 50%, transparent);
    position: absolute;
    width: 80%;
    left: 10%;
    transform: scaleX(0);
    height: 1px;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
}.appMessage-DijEXb .container {
    position: relative;
    z-index: 1;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    opacity: 0;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    transform: translateY(30px);
}.appMessage-DijEXb h2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-weight: 700;
    position: relative;
    color: rgb(216,187,187);
    margin-bottom: 2.5rem;
    font-size: 31px;
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    line-height: 1.3;
    max-width: 90%;
    transform: translateY(20px);
    opacity: 0;
}.appMessage-DijEXb h2::after {
    transform: scaleX(0);
    transform-origin: left;
    animation: lineExpand 0.6s ease-out 1s forwards;
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(192,153,153), transparent);
    bottom: -12px;
    left: 0;
    position: absolute;
}.appMessage-DijEXb .belief-core-As0YED {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    opacity: 0;
    padding: 3rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(192,153,153);
}.appMessage-DijEXb .belief-core-As0YED::before {
    transform: scale(0);
    opacity: 0.5;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    border-radius: 50%;
    right: 20px;
    height: 60px;
    width: 60px;
    background: linear-gradient(135deg, rgb(192,153,153,0.5) 0%, transparent 70%);
    position: absolute;
    top: 20px;
    content: "";
}.appMessage-DijEXb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appMessage-DijEXb li {
    transform: translateY(15px);
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
}.appMessage-DijEXb li::before {
    top: 0.5rem;
    height: 0.5rem;
    position: absolute;
    content: "";
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    background-color: rgb(192,153,153);
    left: -1.5rem;
    transform: rotate(45deg) scale(0);
    width: 0.5rem;
}.appMessage-DijEXb li span {
    font-size: calc(16px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.appMessage-DijEXb {
    padding: 6rem 0;
}.appMessage-DijEXb h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.appMessage-DijEXb .belief-core-As0YED {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.appMessage-DijEXb {
    padding: 5rem 0;
}.appMessage-DijEXb h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.appMessage-DijEXb .belief-core-As0YED {
    padding: 2rem;
}.appMessage-DijEXb li span {
    font-size: 16px;
}.appMessage-DijEXb .belief-core-As0YED::before {
    top: 15px;
    width: 45px;
    right: 15px;
    height: 45px;
}
}

@media (max-width: 575px) {.appMessage-DijEXb {
    padding: 4rem 0;
}.appMessage-DijEXb .container {
    padding: 0 1.5rem;
}.appMessage-DijEXb h2 {
    margin-bottom: 1.75rem;
    font-size: calc(31px * 0.7);
}.appMessage-DijEXb .belief-core-As0YED {
    padding: 1.5rem;
}.appMessage-DijEXb li::before {
    left: -1.25rem;
    width: 0.4rem;
    height: 0.4rem;
}}footer {
    position: relative;
    width: 100%;
}footer .math-tools-bZ9HrT {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background-color: rgb(192,153,153);
    color: #ffffff;
}footer .math-tools-bZ9HrT::before {
    transform: skewY(-3deg);
    top: -50px;
    height: 100px;
    z-index: 0;
    background-color: rgb(192,153,153);
    content: "";
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    position: absolute;
    left: 0;
    right: 0;
}footer .license-cta-L1ZDyc {
    position: relative;
    z-index: 1;
}footer .join-us-aF4NHD {
    justify-content: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}footer .info_item {
    background-color: rgb(192,153,153,0.5);
    position: relative;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 300px;
}footer .info_item::before {
    height: 100%;
    width: 5px;
    top: 0;
    background-color: rgb(216,187,187);
    content: "";
    left: 0;
    position: absolute;
}footer .info_item::after {
    width: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
}footer .info_item:nth-child(even) {
    background-color: rgb(216,187,187,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    height: 20px;
    fill: rgb(216,187,187);
    margin-right: 12px;
    position: relative;
    top: -1px;
    width: 20px;
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    transition: color 0.3s ease;
    vertical-align: middle;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(216,187,187);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .main-primary-oMp7Ye {
    position: relative;
    border-radius: 12px;
    background-color: rgb(192,153,153,0.5);
    padding: 30px;
}footer .main-primary-oMp7Ye::before {
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
    border-radius: calc(12px - 8px);
    bottom: 15px;
    right: 15px;
    top: 15px;
    pointer-events: none;
    content: "";
}footer .main-primary-oMp7Ye svg {
    height: 45px;
    display: block;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .academy-info-JWG5dZ {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
}footer .top-wrap-hyjKCx {
    position: relative;
}footer .top-wrap-hyjKCx h5 {
    position: relative;
    margin-bottom: 25px;
    padding-left: 15px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}footer .top-wrap-hyjKCx h5::before {
    width: 3px;
    background-color: rgb(216,187,187);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}footer .main-bar-C4boRB {
    position: relative;
    margin-bottom: 25px;
}footer .main-bar-C4boRB a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgb(192,153,153,0.5);
    border-radius: 0 5px 5px 0;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    font-size: 17px;
}footer .main-bar-C4boRB a::before {
    width: 3px;
    height: 100%;
    content: "";
    background-color: rgb(216,187,187);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    top: 0;
}footer .main-bar-C4boRB a:hover {
    background-color: rgb(216,187,187,0.5);
    transform: translateX(5px);
    color: #ffffff;
}footer .main-bar-C4boRB a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(192,153,153,0.5);
    border-radius: 12px;
    padding: 30px;
}footer .subscribe_holder::before {
    bottom: 15px;
    pointer-events: none;
    top: 15px;
    left: 15px;
    position: absolute;
    right: 15px;
    border-radius: calc(12px - 8px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    content: "";
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    padding-left: 15px;
    position: relative;
}footer .subscribe_holder h5::before {
    top: 0;
    left: 0;
    width: 3px;
    position: absolute;
    content: "";
    background-color: rgb(216,187,187);
    height: 100%;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(216,187,187);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .mail-list-xIj9D5 {
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    background-color: rgb(216,187,187);
    padding: 14px 20px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
}footer .mail-list-xIj9D5::after {
    top: -50%;
    left: -100%;
    content: "";
    transition: all 0.5s ease;
    height: 200%;
    position: absolute;
    transform: rotate(30deg);
    width: 200%;
    background: rgba(255, 255, 255, 0.1);
}footer .mail-list-xIj9D5:hover {
    background-color: rgb(192,153,153);
}footer .mail-list-xIj9D5:hover::after {
    left: 100%;
}footer .badge-case-17PjWE {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .badge-case-17PjWE::before {
    left: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 1px;
    top: -25px;
    width: 50px;
    transform: translateX(-50%);
}footer .mobile-cta-YaKwc3 {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 12px;
    position: relative;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail-list-xIj9D5 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .math-tools-bZ9HrT {
    padding: 60px 0 30px;
}footer .join-us-aF4NHD {
    margin-bottom: 40px;
}footer .main-primary-oMp7Ye, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main-bar-C4boRB a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .badge-case-17PjWE {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .math-tools-bZ9HrT {
    padding: 50px 0 20px;
}footer .top-wrap-hyjKCx h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .main-primary-oMp7Ye::before, footer .subscribe_holder::before {
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .mail-list-xIj9D5 {
    padding: 12px;
}}.landing-page-OktW3f {
    min-height: 600px;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000000;
}.landing-page-OktW3f .belief-core-As0YED {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}.landing-page-OktW3f .tech-master-YlpcJi {
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    left: 0;
    height: 100%;
    position: absolute;
}.landing-page-OktW3f .tech-master-YlpcJi::before {
    content: '';
    inset: 0;
    z-index: 2;
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    position: absolute;
}.landing-page-OktW3f .course-base-PSKj7z {
    transform: translateX(0);
    display: flex;
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    animation: slide-transition 35s infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    position: relative;
}.landing-page-OktW3f .learn-title-IgN19l {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
}.landing-page-OktW3f .learn-title-IgN19l img {
    filter: contrast(1.1) brightness(0.9);
    object-fit: cover;
    height: 100%;
    width: 100%;
    will-change: transform;
    animation: slide-zoom 16s infinite alternate;
    transition: transform 8s ease;
    position: absolute;
    transform-origin: center center;
}.landing-page-OktW3f .learn-title-IgN19l:nth-child(2n) img {
    animation-delay: -3s;
}.landing-page-OktW3f .learn-title-IgN19l:nth-child(3n) img {
    animation-delay: -6s;
}.landing-page-OktW3f .learn-title-IgN19l:nth-child(4n) img {
    animation-delay: -9s;
}.landing-page-OktW3f .announcement-box-it4PgI {
    animation: slide-in 1s forwards 0.5s;
    border-left: 4px solid rgb(216,187,187);
    z-index: 5;
    max-width: 600px;
    border-radius: 0 15px 15px 0;
    padding: 3.5rem;
    width: 45%;
    backdrop-filter: blur(10px);
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    margin-right: 8%;
    transform: translateX(50px);
}.landing-page-OktW3f .announcement-box-it4PgI::before {
    width: 4px;
    animation: border-reveal 1.5s forwards 1s;
    top: 0;
    content: '';
    left: -4px;
    height: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(216,187,187), rgb(192,153,153));
}.landing-page-OktW3f .announcement-box-it4PgI::after {
    position: absolute;
    top: 30px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(216,187,187);
    opacity: 0;
    animation: dot-appear 0.5s forwards 2s;
    height: 20px;
    background-color: rgb(216,187,187);
    content: '';
    width: 20px;
    left: -12px;
}.landing-page-OktW3f .announcement-box-it4PgI h1 {
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 38px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.landing-page-OktW3f .announcement-box-it4PgI h1::after {
    background: linear-gradient(90deg, rgb(216,187,187), transparent);
    height: 3px;
    left: 0;
    width: 0;
    animation: line-expand 1.2s forwards 1.5s;
    content: '';
    position: absolute;
    bottom: 0;
}.landing-page-OktW3f .announcement-box-it4PgI p {
    line-height: 1.7;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.9;
    opacity: 0;
    transform: translateY(20px);
    animation: fade-up 1s forwards 1.7s;
    margin-bottom: 2rem;
}.landing-page-OktW3f .announcement-box-it4PgI .feedback-block-SDtbZj {
    display: inline-block;
    transform: translateY(20px);
    animation: fade-up 1s forwards 1.9s;
    overflow: hidden;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.9rem 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    background-color: rgb(216,187,187);
}.landing-page-OktW3f .announcement-box-it4PgI .feedback-block-SDtbZj::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    content: '';
}.landing-page-OktW3f .announcement-box-it4PgI .feedback-block-SDtbZj:hover {
    background-color: rgb(192,153,153);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}.landing-page-OktW3f .announcement-box-it4PgI .feedback-block-SDtbZj:hover::before {
    left: 100%;
}

@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.landing-page-OktW3f .announcement-box-it4PgI {
    padding: 3rem;
    margin-right: 5%;
    width: 50%;
}
}

@media (max-width: 992px) {.landing-page-OktW3f .tech-master-YlpcJi::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.landing-page-OktW3f .announcement-box-it4PgI {
    padding: 2.5rem;
    width: 60%;
}.landing-page-OktW3f .announcement-box-it4PgI h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.landing-page-OktW3f .belief-core-As0YED {
    justify-content: center;
}.landing-page-OktW3f .tech-master-YlpcJi {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.landing-page-OktW3f .tech-master-YlpcJi::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.landing-page-OktW3f .announcement-box-it4PgI {
    max-width: 500px;
    margin: 0;
    border-radius: 15px;
    border-top: 4px solid rgb(216,187,187);
    width: 85%;
    border-left: none;
    backdrop-filter: blur(5px);
}.landing-page-OktW3f .announcement-box-it4PgI::before {
    width: 0;
    left: 0;
    height: 4px;
    animation: width-reveal 1.5s forwards 1s;
    top: -4px;
    background: linear-gradient(to right, rgb(216,187,187), rgb(192,153,153));
}.landing-page-OktW3f .announcement-box-it4PgI::after {
    top: -12px;
    left: 30px;
}.landing-page-OktW3f .announcement-box-it4PgI h1 {
    text-align: center;
    font-size: 38px;
    width: 100%;
}.landing-page-OktW3f .announcement-box-it4PgI p {
    text-align: center;
}.landing-page-OktW3f .announcement-box-it4PgI .feedback-block-SDtbZj {
    display: block;
    text-align: center;
    margin: 0 auto;
}
}

@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 576px) {.landing-page-OktW3f {
    height: 80vh;
}.landing-page-OktW3f .announcement-box-it4PgI {
    padding: 2rem;
    width: 90%;
}.landing-page-OktW3f .announcement-box-it4PgI h1 {
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    font-size: calc(38px * 0.9);
}.landing-page-OktW3f .announcement-box-it4PgI p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
}.landing-page-OktW3f .announcement-box-it4PgI .feedback-block-SDtbZj {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 420px) {.landing-page-OktW3f {
    height: 70vh;
}.landing-page-OktW3f .announcement-box-it4PgI {
    padding: 1.5rem;
}.landing-page-OktW3f .announcement-box-it4PgI h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.8);
}.landing-page-OktW3f .announcement-box-it4PgI p {
    font-size: calc(15px * 0.85);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.landing-page-OktW3f .announcement-box-it4PgI .feedback-block-SDtbZj {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-height: 600px) {.landing-page-OktW3f {
    height: auto;
    min-height: 450px;
}
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {.landing-page-OktW3f .announcement-box-it4PgI {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
    
    @media (max-width: 768px) {.landing-page-OktW3f .announcement-box-it4PgI {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}
}

.landing-page-OktW3f .course-base-PSKj7z {
    --slide-count: 2;
}.landing-page-OktW3f:has(.learn-title-IgN19l:nth-child(3)) .course-base-PSKj7z {
    --slide-count: 3;
}.landing-page-OktW3f:has(.learn-title-IgN19l:nth-child(4)) .course-base-PSKj7z {
    --slide-count: 4;
}.landing-page-OktW3f:has(.learn-title-IgN19l:nth-child(5)) .course-base-PSKj7z {
    --slide-count: 5;
}.landing-page-OktW3f:has(.learn-title-IgN19l:nth-child(n+6)) .course-base-PSKj7z {
    --slide-count: 5;
}header {
    position: relative;
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 0;
    width: 100%;
}header::before {
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 35%;
    background: linear-gradient(135deg, rgb(216,187,187), rgb(192,153,153));
    z-index: 0;
}header .container {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 100%;
    padding: 0;
}header .nav-learn-aD8nVQ {
    display: flex;
    align-items: stretch;
    height: 100%;
}header .header-edu-WRn84j {
    text-decoration: none;
    position: relative;
    justify-content: center;
    padding: 1.2rem 0;
    width: 35%;
    align-items: center;
    display: flex;
}header .header-edu-WRn84j svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    width: 150px;
}header .header-edu-WRn84j:hover svg {
    transform: scale(1.05);
}header .top-wrap-hyjKCx {
    justify-content: flex-start;
    gap: 0.5rem;
    width: 65%;
    position: relative;
    align-items: center;
    padding: 1.2rem 3%;
    display: flex;
}header .top-wrap-hyjKCx::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(216,187,187,0.5), transparent);
    left: 0;
}header .main-base-uk3ycl {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 1;
    border-radius: 10px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
}header .main-base-uk3ycl::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(216,187,187,0.5), rgb(192,153,153,0.5));
    content: '';
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    left: 0;
}header .main-base-uk3ycl:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}header .main-base-uk3ycl:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .header-edu-WRn84j {
    width: 30%;
    padding: 1rem 0;
}header .header-edu-WRn84j svg {
    width: 130px;
}header .top-wrap-hyjKCx {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .main-base-uk3ycl {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(236,221,221);
}header::before {
    height: auto;
    width: 100%;
    bottom: 50%;
    top: 0;
}header .nav-learn-aD8nVQ {
    flex-direction: column;
    align-items: center;
}header .header-edu-WRn84j {
    padding: 0.8rem 0;
    width: 100%;
}header .header-edu-WRn84j svg {
    width: 120px;
}header .top-wrap-hyjKCx {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    width: 95%;
    padding: 0.8rem 0;
}header .top-wrap-hyjKCx::before {
    top: 0;
    background: linear-gradient(to right, transparent, rgb(216,187,187,0.5), transparent);
    height: 1px;
    left: 0;
    width: 100%;
}header .main-base-uk3ycl {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .header-edu-WRn84j {
    padding: 0.7rem 0;
}header .header-edu-WRn84j svg {
    width: 110px;
}header .top-wrap-hyjKCx {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
}header .top-wrap-hyjKCx::-webkit-scrollbar {
    height: 3px;
}header .top-wrap-hyjKCx::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(216,187,187);
}header .main-base-uk3ycl {
    font-size: calc(18px - 1px);
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
}}.receive-updates-h4tro6 {
    padding: 4rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    isolation: isolate;
    background: rgb(236,221,221);
    position: relative;
    overflow: hidden;
}.receive-updates-h4tro6::before {
    position: absolute;
    opacity: 0.3;
    inset: 0;
    z-index: -1;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(216,187,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(192,153,153,0.5) 0%, transparent 40%);
}.receive-updates-h4tro6::after {
    height: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(216,187,187,0.5) 10px, rgb(216,187,187,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(192,153,153,0.5) 10px, rgb(192,153,153,0.5) 11px);
}.receive-updates-h4tro6 .belief-core-As0YED {
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    gap: 3rem;
    align-items: center;
    position: relative;
}.receive-updates-h4tro6 .belief-core-As0YED::before {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    animation: rotate-shape 20s linear infinite;
    right: -30px;
    top: -30px;
    width: 100px;
    height: 100px;
    background: rgb(216,187,187);
    position: absolute;
    opacity: 0.15;
    content: "";
}.receive-updates-h4tro6 .belief-core-As0YED::after {
    height: 100px;
    opacity: 0.15;
    bottom: -30px;
    animation: rotate-shape 20s linear infinite reverse;
    position: absolute;
    left: -30px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: 100px;
    background: rgb(192,153,153);
}.receive-updates-h4tro6 p {
    z-index: 1;
    color: #000000;
    margin: 0;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 24px;
}.receive-updates-h4tro6 p::before {
    width: 50px;
    left: -15px;
    top: -15px;
    border: 2px solid rgb(216,187,187,0.5);
    animation: square-pulse 5s infinite alternate;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    content: "";
    height: 50px;
}.receive-updates-h4tro6 p::after {
    left: 20px;
    width: 50px;
    animation: line-extend 3s infinite alternate;
    bottom: -10px;
    height: 3px;
    content: "";
    z-index: -1;
    background: rgb(192,153,153);
    position: absolute;
}.receive-updates-h4tro6 .input_holder {
    perspective: 1000px;
    align-items: stretch;
    height: 60px;
    position: relative;
    display: flex;
}.receive-updates-h4tro6 .input_holder::before {
    top: -10px;
    left: -10px;
    right: -10px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(216,187,187,0.5), transparent);
    filter: blur(5px);
    transform: rotateX(10deg) rotateY(-10deg);
    bottom: -10px;
    opacity: 0.2;
    border-radius: 10px;
    z-index: -1;
}.receive-updates-h4tro6 .sub-warning-xXWBw0 {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    border-bottom-left-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    flex: 1;
    padding: 0 1.5rem;
}.receive-updates-h4tro6 .sub-warning-xXWBw0:focus {
    border-color: rgb(216,187,187);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    outline: none;
}.receive-updates-h4tro6 .sub-warning-xXWBw0::placeholder {
    color: #000000;
    opacity: 0.6;
}.receive-updates-h4tro6 .mail-list-xIj9D5 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    height: 100%;
    border-bottom-right-radius: 10px;
    border: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    background: rgb(216,187,187);
    padding: 0 2rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-top-right-radius: 10px;
    cursor: pointer;
}.receive-updates-h4tro6 .mail-list-xIj9D5::before {
    transform: translateY(100%);
    z-index: -1;
    position: absolute;
    background: rgb(192,153,153);
    transition: transform 0.3s ease;
    content: "";
    inset: 0;
}.receive-updates-h4tro6 .mail-list-xIj9D5:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.receive-updates-h4tro6 .mail-list-xIj9D5:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.receive-updates-h4tro6 {
    padding: 3rem 1.5rem;
}.receive-updates-h4tro6 .belief-core-As0YED {
    gap: 2rem;
    grid-template-columns: 1fr;
}.receive-updates-h4tro6 p {
    font-size: 20px;
}.receive-updates-h4tro6 .input_holder {
    height: auto;
    flex-direction: column;
}.receive-updates-h4tro6 .sub-warning-xXWBw0 {
    border-radius: 10px;
    height: 60px;
    width: 100%;
    margin-bottom: 1rem;
}.receive-updates-h4tro6 .mail-list-xIj9D5 {
    height: 60px;
    width: 100%;
    border-radius: 10px;
}}.learning-process-Fxr8Dg {
    background: linear-gradient(135deg, rgb(236,221,221) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.learning-process-Fxr8Dg::before {
    opacity: 0.15;
    height: 25rem;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 25rem;
    top: -10%;
    filter: blur(7rem);
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(120deg, rgb(216,187,187,0.5) 0%, rgb(192,153,153,0.5) 100%);
    right: -5%;
    z-index: 0;
    position: absolute;
}.learning-process-Fxr8Dg::after {
    opacity: 0.1;
    background: linear-gradient(-45deg, rgb(192,153,153,0.5) 0%, rgb(216,187,187,0.5) 100%);
    z-index: 0;
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
    transform: rotate(25deg);
    content: "";
    width: 30rem;
    bottom: -5%;
    filter: blur(10rem);
    height: 30rem;
    left: -10%;
}.learning-process-Fxr8Dg .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.learning-process-Fxr8Dg .belief-core-As0YED {
    transform-style: preserve-3d;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding: 3.5rem 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}.learning-process-Fxr8Dg .belief-core-As0YED:hover {
    transform: perspective(1000px) rotateY(0deg);
}.learning-process-Fxr8Dg .belief-core-As0YED::before {
    top: 0;
    height: 100%;
    width: 5px;
    transform: translateX(-5px);
    left: 0;
    background: linear-gradient(to bottom, rgb(216,187,187), rgb(192,153,153));
    content: "";
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.learning-process-Fxr8Dg .belief-core-As0YED:hover::before {
    transform: translateX(0);
}.learning-process-Fxr8Dg .belief-core-As0YED::after {
    top: 3rem;
    z-index: -1;
    opacity: 0.08;
    content: "";
    right: 3rem;
    width: 8rem;
    position: absolute;
    height: 8rem;
    transform: rotate(15deg);
}.learning-process-Fxr8Dg h3 {
    display: inline-block;
    font-size: calc(32px * 0.9);
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.learning-process-Fxr8Dg h3::after {
    width: 75%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(216,187,187), transparent);
    left: 0;
    position: absolute;
    height: 3px;
    opacity: 0.7;
    bottom: -0.5rem;
    transform: scaleX(0.7);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s ease;
    content: "";
}.learning-process-Fxr8Dg .belief-core-As0YED:hover h3::after {
    opacity: 1;
    transform: scaleX(1);
}.learning-process-Fxr8Dg p {
    transform: translateY(0);
    font-size: 15px;
    position: relative;
    margin-bottom: 0;
    line-height: 1.75;
    color: #000000;
    opacity: 0.9;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-in;
}.learning-process-Fxr8Dg .belief-core-As0YED:hover p {
    transform: translateY(-3px);
    opacity: 1;
}.learning-process-Fxr8Dg p span {
    z-index: 1;
    position: relative;
    display: inline-block;
}.learning-process-Fxr8Dg p span::before {
    width: 100%;
    z-index: -1;
    background: rgba(rgb(216,187,187,0.5), 0.06);
    height: 0;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}.learning-process-Fxr8Dg .belief-core-As0YED:hover p span::before {
    height: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-10deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.learning-process-Fxr8Dg {
    padding: 6rem 0;
}.learning-process-Fxr8Dg .belief-core-As0YED {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem 2rem;
}.learning-process-Fxr8Dg h3 {
    font-size: calc(32px * 0.8);
}.learning-process-Fxr8Dg .belief-core-As0YED::after {
    height: 6rem;
    right: 2rem;
    top: 2rem;
    width: 6rem;
}
}

@media (max-width: 768px) {.learning-process-Fxr8Dg {
    padding: 5rem 0;
}.learning-process-Fxr8Dg .belief-core-As0YED {
    padding: 2rem 1.75rem;
    transform: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05);
}.learning-process-Fxr8Dg .belief-core-As0YED::before {
    top: 0;
    left: 0;
    height: 8px;
    background: linear-gradient(to right, rgb(216,187,187), rgb(192,153,153));
    width: 100%;
    transform: translateY(-8px);
}.learning-process-Fxr8Dg .belief-core-As0YED:hover::before {
    transform: translateY(0);
}.learning-process-Fxr8Dg h3 {
    font-size: calc(32px * 0.7);
}.learning-process-Fxr8Dg p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.learning-process-Fxr8Dg .belief-core-As0YED::after {
    height: 5rem;
    opacity: 0.05;
    width: 5rem;
}
}

@media (max-width: 576px) {.learning-process-Fxr8Dg {
    padding: 4rem 0;
}.learning-process-Fxr8Dg .belief-core-As0YED {
    padding: 1.75rem 1.25rem;
}.learning-process-Fxr8Dg h3 {
    margin-bottom: 1.25rem;
    font-size: calc(32px * 0.65);
}.learning-process-Fxr8Dg p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.learning-process-Fxr8Dg .belief-core-As0YED::after {
    display: none;
}
}