* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.nav_primeOmbD {
    flex: 1 0 auto;
}.wrapper-paddingRtiO {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1183px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.discord_ctapsec {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ty_footerUMTh {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    overflow: hidden;
}.ty_footerUMTh::before {
    animation: ambientGlow 15s infinite alternate ease-in-out;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 10% 10%, rgb(171,206,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(115,186,127,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    z-index: 0;
}.ty_footerUMTh::after {
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(171,206,175), rgb(115,186,127), transparent);
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    content: "";
}.ty_footerUMTh .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.ty_footerUMTh h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 40px;
}.ty_footerUMTh h2::after {
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
}.ty_footerUMTh .learn_studyvgZR {
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
}.ty_footerUMTh .learn_studyvgZR::before {
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
}.ty_footerUMTh .learn_studyvgZR::after {
    right: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    top: 0;
    width: 40%;
    z-index: 1;
}.ty_footerUMTh .learn_studyvgZR:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.ty_footerUMTh ul {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: none;
}.ty_footerUMTh li {
    padding-left: 25px;
    position: relative;
}.ty_footerUMTh li::before {
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    border-radius: 50%;
    position: absolute;
    content: "";
    transform: scale(0);
    left: 0;
    top: 10px;
    height: 8px;
    background: rgb(171,206,175);
    width: 8px;
}.ty_footerUMTh span {
    font-family: Arial, sans-serif;
    font-size: 13px;
    opacity: 0;
    display: block;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    color: #000000;
    transform: translateX(20px);
    position: relative;
    line-height: 1.8;
}.ty_footerUMTh span::after {
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(171,206,175,0.5), transparent);
    bottom: -15px;
    left: 0;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    height: 1px;
    content: "";
}

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

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

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.ty_footerUMTh {
    padding: 90px 0;
}.ty_footerUMTh h2 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.9);
}.ty_footerUMTh .learn_studyvgZR {
    padding: 35px;
}.ty_footerUMTh .learn_studyvgZR::after {
    width: 30%;
}
}

@media (max-width: 767px) {.ty_footerUMTh {
    padding: 70px 0;
}.ty_footerUMTh h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.ty_footerUMTh h2::after {
    width: 60px;
    bottom: -12px;
}.ty_footerUMTh .learn_studyvgZR {
    padding: 30px 25px;
}.ty_footerUMTh .learn_studyvgZR::after {
    display: none;
}.ty_footerUMTh span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.ty_footerUMTh {
    padding: 50px 0;
}.ty_footerUMTh h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 25px;
}.ty_footerUMTh .learn_studyvgZR {
    border-radius: 10px;
    padding: 25px 20px;
}.ty_footerUMTh li {
    padding-left: 20px;
}.ty_footerUMTh li::before {
    height: 6px;
    width: 6px;
    top: 8px;
}.ty_footerUMTh span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}header {
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, 
        rgb(171,206,175,0.5) 0%,
        #000000 100%);
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
}header::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    animation: pulse-bg 8s infinite alternate;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(115,186,127,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(171,206,175,0.5) 0%, transparent 15%);
    content: "";
    width: 100%;
}header::after {
    opacity: 0.1;
    top: 0;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(115,186,127,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(115,186,127,0.5) 100%);
    width: 100%;
    content: "";
    height: 100%;
}header .container {
    z-index: 2;
    align-items: center;
    padding: 0;
    flex-direction: column;
    display: flex;
    position: relative;
}header .header_sitebaruCBs {
    width: 100%;
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}header .head_mainwraptcrh {
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1.5rem;
    display: flex;
    position: relative;
    z-index: 3;
}header .head_mainwraptcrh::before {
    z-index: -1;
    width: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(115,186,127,0.5) 120deg,
            transparent 180deg,
            rgb(171,206,175,0.5) 240deg,
            transparent 360deg
        );
    animation: rotate 10s linear infinite;
    position: absolute;
    opacity: 0.2;
    height: 120px;
    border-radius: 50%;
    content: "";
}header .head_mainwraptcrh::after {
    content: "";
    z-index: -2;
    background: rgb(115,186,127,0.5);
    filter: blur(20px);
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    width: 70px;
    height: 70px;
    animation: pulse-opacity 4s ease infinite alternate;
}header .head_mainwraptcrh svg {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(171,206,175,0.5));
    height: 45px;
    width: auto;
}header .head_mainwraptcrh:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(115,186,127));
}header .main_pagebarQsIO {
    border-bottom: 1px solid rgb(171,206,175,0.5);
    scrollbar-width: none;
    position: relative;
    gap: 0.8rem;
    justify-content: center;
    width: 100vw;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    display: flex;
    padding: 1rem 0;
    border-top: 1px solid rgb(171,206,175,0.5);
}header .main_pagebarQsIO::-webkit-scrollbar {
    display: none;
}header .main_pagebarQsIO::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}header .head_mainbarpcnq {
    position: relative;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #ffffff;
    perspective: 800px;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 2;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0.6rem 1.5rem;
}header .head_mainbarpcnq::before {
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 10px;
    content: "";
    top: 0;
    z-index: -1;
    transform: translateZ(-10px);
    position: absolute;
    left: 0;
    border: 1px solid transparent;
    width: 100%;
}header .head_mainbarpcnq::after {
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    left: 50%;
    width: 0%;
    background: rgb(115,186,127);
    transition: all 0.3s ease;
    position: absolute;
    content: "";
}header .head_mainbarpcnq:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(115,186,127);
    text-shadow: 0 0 5px rgb(115,186,127,0.5);
}header .head_mainbarpcnq:hover::before {
    box-shadow: 0 0 15px rgb(171,206,175,0.5);
    transform: translateZ(0);
    border-color: rgb(115,186,127,0.5);
}header .head_mainbarpcnq:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .head_mainwraptcrh {
    margin: 0.8rem 0 1.2rem;
}header .head_mainwraptcrh svg {
    height: 40px;
}header .head_mainbarpcnq {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .head_mainwraptcrh {
    margin: 0.6rem 0 1rem;
}header .head_mainwraptcrh svg {
    height: 35px;
}header .head_mainwraptcrh::before {
    height: 90px;
    width: 90px;
}header .head_mainwraptcrh::after {
    height: 50px;
    width: 50px;
}header .main_pagebarQsIO {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head_mainbarpcnq {
    padding: 0.4rem 1rem;
    font-size: calc(14px - 2px);
}header .head_mainbarpcnq:first-child {
    margin-left: 2rem;
}header .head_mainbarpcnq:last-child {
    margin-right: 2rem;
}}.user_commentsUlMV {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, #ffffff 100%);
}.user_commentsUlMV::before {
    left: -10%;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 0% 85%);
    transform: rotate(-15deg) skewX(-15deg);
    width: 40%;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(171,206,175,0.5) 0%, transparent 70%);
    height: 70%;
    z-index: 1;
    top: -5%;
}.user_commentsUlMV::after {
    width: 50%;
    right: -10%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 80%);
    transform: rotate(15deg) skewX(15deg);
    z-index: 1;
    bottom: -5%;
    background: linear-gradient(45deg, transparent 30%, rgb(115,186,127,0.5) 100%);
    content: "";
    height: 75%;
    position: absolute;
}.user_commentsUlMV .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.user_commentsUlMV h2 {
    color: #000000;
    transform: translateX(-5%);
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 3rem;
}.user_commentsUlMV h2::after {
    background: rgb(171,206,175);
    width: 40%;
    bottom: -0.8rem;
    position: absolute;
    left: 0;
    transform: skewX(-20deg);
    transform-origin: left center;
    height: 4px;
    content: "";
}.user_commentsUlMV .learner_reviewEDWA {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 2.5rem;
}.user_commentsUlMV .client_quotesZRgI {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
}.user_commentsUlMV .client_quotesZRgI:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) scale(1.02);
}.user_commentsUlMV .client_quotesZRgI::before {
    transform: scaleY(0);
    height: 100%;
    content: "";
    width: 6px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    position: absolute;
    left: 0;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
}.user_commentsUlMV .client_quotesZRgI:hover::before {
    transform: scaleY(1);
}.user_commentsUlMV .client_quotesZRgI:nth-child(3n+1) {
    transform: translateY(20px);
}.user_commentsUlMV .client_quotesZRgI:nth-child(3n+2) {
    transform: translateY(-10px);
}.user_commentsUlMV .client_quotesZRgI:nth-child(3n+1):hover {
    transform: translateY(10px) scale(1.02);
}.user_commentsUlMV .client_quotesZRgI:nth-child(3n+2):hover {
    transform: translateY(-20px) scale(1.02);
}.user_commentsUlMV .client_quotesZRgI div {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.user_commentsUlMV .client_quotesZRgI img {
    border: 3px solid #ffffff;
    height: 60px;
    width: 60px;
    margin-right: 1rem;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: transform 0.3s ease;
}.user_commentsUlMV .client_quotesZRgI:hover img {
    transform: scale(1.1);
    border-color: rgb(171,206,175);
}.user_commentsUlMV .client_quotesZRgI h4 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #000000;
    position: relative;
}.user_commentsUlMV .client_quotesZRgI h4::after {
    width: 30px;
    background: rgb(115,186,127);
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    bottom: -0.5rem;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
}.user_commentsUlMV .client_quotesZRgI:hover h4::after {
    transform: scaleX(1);
}.user_commentsUlMV .description {
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}.user_commentsUlMV .description::before {
    top: -10px;
    position: absolute;
    line-height: 1;
    left: 0;
    content: "";
    opacity: 0.4;
    color: rgb(171,206,175,0.5);
    font-size: 3.5rem;
}.user_commentsUlMV a {
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    display: inline-block;
    padding: 1rem 2.5rem;
    transform: translateX(40%);
    transition: all 0.3s ease;
    margin-top: 3rem;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    overflow: hidden;
    font-size: 16px;
}.user_commentsUlMV a::before {
    height: 100%;
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
}.user_commentsUlMV a:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateX(40%) translateY(-5px);
}.user_commentsUlMV a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.user_commentsUlMV {
    padding: 5rem 0;
}.user_commentsUlMV h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
    transform: translateX(0);
}.user_commentsUlMV .learner_reviewEDWA {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.user_commentsUlMV .client_quotesZRgI:nth-child(3n+1),
    .user_commentsUlMV .client_quotesZRgI:nth-child(3n+2) {
    transform: translateY(0);
}.user_commentsUlMV .client_quotesZRgI:nth-child(odd) {
    transform: translateY(15px);
}.user_commentsUlMV .client_quotesZRgI:nth-child(even) {
    transform: translateY(-15px);
}.user_commentsUlMV .client_quotesZRgI:nth-child(odd):hover {
    transform: translateY(5px) scale(1.02);
}.user_commentsUlMV .client_quotesZRgI:nth-child(even):hover {
    transform: translateY(-25px) scale(1.02);
}.user_commentsUlMV a {
    transform: translateX(20%);
}.user_commentsUlMV a:hover {
    transform: translateX(20%) translateY(-5px);
}
}

@media (max-width: 768px) {.user_commentsUlMV {
    padding: 4rem 0;
}.user_commentsUlMV::before,
    .user_commentsUlMV::after {
    width: 70%;
    height: 40%;
}.user_commentsUlMV h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
    width: 100%;
}.user_commentsUlMV h2::after {
    left: 25%;
    width: 50%;
}.user_commentsUlMV .learner_reviewEDWA {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_commentsUlMV .client_quotesZRgI,
    .user_commentsUlMV .client_quotesZRgI:nth-child(odd),
    .user_commentsUlMV .client_quotesZRgI:nth-child(even) {
    transform: translateY(0);
}.user_commentsUlMV .client_quotesZRgI:hover,
    .user_commentsUlMV .client_quotesZRgI:nth-child(odd):hover,
    .user_commentsUlMV .client_quotesZRgI:nth-child(even):hover {
    transform: translateY(-8px) scale(1.01);
}.user_commentsUlMV a {
    width: 80%;
    transform: translateX(0);
    text-align: center;
    display: block;
    margin: 2rem auto 0;
}.user_commentsUlMV a:hover {
    transform: translateY(-5px);
}
}

@media (max-width: 480px) {.user_commentsUlMV {
    padding: 3rem 0;
}.user_commentsUlMV h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.user_commentsUlMV .client_quotesZRgI {
    padding: 1.5rem;
}.user_commentsUlMV .client_quotesZRgI div {
    margin-bottom: 1rem;
}.user_commentsUlMV .client_quotesZRgI img {
    width: 50px;
    height: 50px;
}.user_commentsUlMV .description {
    font-size: calc(14px * 0.95);
    padding-left: 1rem;
}.user_commentsUlMV .description::before {
    font-size: 2.5rem;
}.user_commentsUlMV a {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.about_thisgGuz {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.about_thisgGuz::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(20, 20, 40, 0.75));
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
}.about_thisgGuz::after {
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(171,206,175,0.5), transparent 70%);
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    height: 200%;
    width: 200%;
    left: -50%;
    opacity: 0.15;
    z-index: 2;
}.about_thisgGuz .container {
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.about_thisgGuz .text_capsuleGxui {
    padding: 45px 50px;
    border-left: 3px solid rgb(171,206,175);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
}.about_thisgGuz .text_capsuleGxui:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about_thisgGuz .text_capsuleGxui > div:first-child {
    display: inline-block;
    margin-bottom: 15px;
}.about_thisgGuz .text_capsuleGxui h5 {
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: relative;
}.about_thisgGuz .text_capsuleGxui h5::after {
    content: "";
    width: 60px;
    position: absolute;
    transition: transform 0.4s ease;
    left: 0;
    background: rgb(171,206,175);
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    bottom: 0;
}.about_thisgGuz .text_capsuleGxui:hover h5::after {
    transform: scaleX(1.5);
}.about_thisgGuz .text_capsuleGxui > div:nth-child(2) {
    margin-bottom: 25px;
}.about_thisgGuz .text_capsuleGxui > div:nth-child(2) p {
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.3);
    color: rgb(115,186,127);
    margin: 0;
    font-weight: 600;
}.about_thisgGuz .text_capsuleGxui ol {
    padding: 0;
    list-style-type: none;
    margin: 0;
}.about_thisgGuz .text_capsuleGxui ol li {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.8;
    padding-left: 0;
    text-align: justify;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}.about_thisgGuz .text_capsuleGxui ol li::before {
    z-index: -1;
    position: absolute;
    left: -100px;
    width: 200px;
    background: radial-gradient(circle, rgb(171,206,175,0.5), transparent 70%);
    animation: float 20s infinite alternate ease-in-out;
    top: -100px;
    opacity: 0.05;
    content: "";
    height: 200px;
}

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

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


@media (max-width: 1200px) {.about_thisgGuz {
    padding: 100px 0;
}.about_thisgGuz .text_capsuleGxui {
    padding: 40px 45px;
}
}

@media (max-width: 992px) {.about_thisgGuz {
    padding: 80px 0;
}.about_thisgGuz .text_capsuleGxui {
    padding: 35px 40px;
    transform: perspective(1000px) rotateY(-1deg);
}.about_thisgGuz .text_capsuleGxui h5 {
    font-size: calc(21px * 0.95);
}.about_thisgGuz .text_capsuleGxui > div:nth-child(2) p {
    font-size: calc(14px * 1.2);
}
}

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

@media (max-width: 576px) {.about_thisgGuz {
    padding: 60px 0;
}.about_thisgGuz .text_capsuleGxui {
    padding: 25px 30px;
}.about_thisgGuz .text_capsuleGxui h5 {
    font-size: calc(21px * 0.85);
}.about_thisgGuz .text_capsuleGxui > div:nth-child(2) p {
    font-size: 14px;
}.about_thisgGuz .text_capsuleGxui ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.about_thisgGuz .text_capsuleGxui h5::after {
    width: 50px;
}}.contact_sectiondqsK {
    background: linear-gradient(160deg, rgb(219,230,220) 0%, rgb(171,206,175,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.contact_sectiondqsK::before {
    content: "";
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(171,206,175,0.5),
        rgb(171,206,175,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    width: 100%;
    position: absolute;
    top: 0;
}.contact_sectiondqsK .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact_sectiondqsK h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 47px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}.contact_sectiondqsK .query_queryWEbT {
    display: flex;
    border-radius: 14px;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 800px;
}.contact_sectiondqsK .icon_imagecWGD {
    height: 200px;
    width: 100%;
    position: relative;
}.contact_sectiondqsK .request_requestkxbM {
    position: relative;
    width: 100%;
    padding: 50px;
}.contact_sectiondqsK form {
    width: 100%;
}.contact_sectiondqsK form h3 {
    color: #000000;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    display: inline-block;
}.contact_sectiondqsK form h3::after {
    content: "";
    background: rgb(171,206,175);
    width: 100%;
    border-radius: 1.5px;
    height: 3px;
    left: 0;
    bottom: -10px;
    position: absolute;
}.contact_sectiondqsK form input[type="text"] {
    background: rgb(219,230,220);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 12px;
    border-radius: 10px;
    padding: 15px 20px;
    color: #000000;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}.contact_sectiondqsK form input[type="text"]:focus {
    border-color: rgb(171,206,175);
    outline: none;
}.contact_sectiondqsK form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_sectiondqsK .help_sectionquRh {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_sectiondqsK .help_sectionquRh input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_sectiondqsK .help_sectionquRh label {
    position: relative;
    font-size: 12px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.6;
    color: #000000;
}.contact_sectiondqsK .help_sectionquRh label::before {
    top: 2px;
    left: 0;
    background: rgb(219,230,220);
    width: 22px;
    border-radius: 10px;
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
}.contact_sectiondqsK .help_sectionquRh input[type="checkbox"]:checked + label::before {
    background: rgb(171,206,175);
}.contact_sectiondqsK .help_sectionquRh input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    content: "";
    border-right: 2px solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    top: 5px;
    left: 8px;
}.contact_sectiondqsK .help_sectionquRh label a {
    text-decoration: none;
    color: rgb(171,206,175);
    transition: all 0.3s ease;
}.contact_sectiondqsK .help_sectionquRh label a:hover {
    text-decoration: underline;
}.contact_sectiondqsK form .request_querynvjA {
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-align: center;
    width: 100%;
    color: #ffffff;
    border: none;
    padding: 16px 20px;
    border-radius: 10px;
    background: rgb(171,206,175);
}.contact_sectiondqsK form .request_querynvjA:hover {
    background: rgb(115,186,127);
}.contact_sectiondqsK svg {
    height: 20px;
    fill: rgb(171,206,175);
    width: 20px;
}.contact_sectiondqsK svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,206,175);
}

@media screen and (min-width: 768px) {.contact_sectiondqsK .query_queryWEbT {
    flex-direction: row;
    max-width: 1000px;
}.contact_sectiondqsK .icon_imagecWGD {
    width: 40%;
    min-height: 400px;
    height: auto;
}.contact_sectiondqsK .request_requestkxbM {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_sectiondqsK .icon_imagecWGD {
    width: 50%;
}.contact_sectiondqsK .request_requestkxbM {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_sectiondqsK .query_queryWEbT {
    max-width: 1100px;
}.contact_sectiondqsK .icon_imagecWGD {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_sectiondqsK {
    padding: 60px 0;
}.contact_sectiondqsK h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.contact_sectiondqsK .request_requestkxbM {
    padding: 30px 20px;
}.contact_sectiondqsK form h3 {
    font-size: calc(20px * 0.9);
}}.academic_expertiseaedM {
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(219,230,220) 0%, #ffffff 100%);
}.academic_expertiseaedM::before {
    left: 0;
    top: 0;
    content: "";
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(171,206,175,0.5) 0%, transparent 40%);
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.academic_expertiseaedM::after {
    z-index: 0;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(115,186,127,0.5) 0%, transparent 40%);
    right: 0;
    position: absolute;
    opacity: 0.3;
    top: 0;
    height: 100%;
}.academic_expertiseaedM .client_quotesZRgI {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 1500px;
    grid-template-columns: 1fr;
    position: relative;
}.academic_expertiseaedM .icon_imagecWGD {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    transform: rotateX(10deg);
    border-radius: 14px 14px 0 0;
    transform-origin: bottom;
    height: 300px;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.academic_expertiseaedM .icon_imagecWGD::before {
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.academic_expertiseaedM .client_quotesZRgI:hover .icon_imagecWGD {
    transform: rotateX(0deg) translateZ(30px);
}.academic_expertiseaedM .employee_detailswZzV {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    padding: 40px;
    background: #ffffff;
    transform: rotateX(-5deg);
    border-radius: 0 0 14px 14px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform-origin: top;
}.academic_expertiseaedM .client_quotesZRgI:hover .employee_detailswZzV {
    transform: rotateX(0deg) translateZ(20px);
}.academic_expertiseaedM .name {
    color: rgb(171,206,175);
    transition: transform 0.4s ease;
    margin-bottom: 10px;
    transform: translateZ(0);
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.academic_expertiseaedM .name::after {
    height: 3px;
    left: 0;
    bottom: -5px;
    content: "";
    background: linear-gradient(to right, rgb(115,186,127), transparent);
    transition: width 0.4s ease 0.1s;
    position: absolute;
    width: 0;
}.academic_expertiseaedM .client_quotesZRgI:hover .name::after {
    width: 100%;
}.academic_expertiseaedM .client_quotesZRgI:hover .name {
    transform: translateZ(10px);
}.academic_expertiseaedM .employee_detailswZzV > div:nth-child(2) {
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    transform: translateZ(0);
    margin-bottom: 20px;
    font-size: 21px;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
}.academic_expertiseaedM .client_quotesZRgI:hover .employee_detailswZzV > div:nth-child(2) {
    color: rgb(115,186,127);
    transform: translateZ(15px);
}.academic_expertiseaedM .work_insightsyvBY {
    padding: 20px 0 0 0;
    line-height: 1.7;
    transition: transform 0.4s ease 0.2s;
    border-top: 1px solid rgb(219,230,220);
    transform: translateZ(0);
    color: #000000;
    position: relative;
    font-size: 18px;
}.academic_expertiseaedM .client_quotesZRgI:hover .work_insightsyvBY {
    transform: translateZ(5px);
}.academic_expertiseaedM .work_insightsyvBY::before {
    color: rgb(115,186,127,0.5);
    opacity: 0.5;
    top: 10px;
    font-size: 60px;
    line-height: 0;
    position: absolute;
    left: -5px;
    content: "";
}

@media (min-width: 768px) {.academic_expertiseaedM .client_quotesZRgI {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.academic_expertiseaedM .icon_imagecWGD {
    border-radius: 14px 0 0 14px;
    transform-origin: right;
    transform: rotateY(-10deg);
    height: 100%;
}.academic_expertiseaedM .client_quotesZRgI:hover .icon_imagecWGD {
    transform: rotateY(0deg) translateZ(30px);
}.academic_expertiseaedM .employee_detailswZzV {
    border-radius: 0 14px 14px 0;
    transform: rotateY(5deg);
    transform-origin: left;
}.academic_expertiseaedM .client_quotesZRgI:hover .employee_detailswZzV {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.academic_expertiseaedM {
    padding: 50px 20px;
}.academic_expertiseaedM .icon_imagecWGD {
    height: 250px;
}.academic_expertiseaedM .employee_detailswZzV {
    padding: 30px 25px;
}.academic_expertiseaedM .name {
    font-size: calc(38px - 4px);
}.academic_expertiseaedM .employee_detailswZzV > div:nth-child(2) {
    font-size: calc(21px - 1px);
}.academic_expertiseaedM .work_insightsyvBY {
    font-size: calc(18px - 1px);
}}.title_sectionywZb {
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: rgb(219,230,220);
    width: 100%;
    justify-content: center;
    height: 100vh;
}.study_expressewsQ {
    z-index: 1;
    width: 90%;
    position: relative;
    transform: translateZ(0);
    max-width: 1200px;
}.title_sectionywZb .course_welcomeBzXH {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 98% 100%, 0 100%);
    overflow: hidden;
    padding: 4rem 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}.title_sectionywZb .course_welcomeBzXH::before {
    position: absolute;
    backdrop-filter: blur(3px);
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(171,206,175,0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    height: 100%;
    left: 0;
}.title_sectionywZb .course_welcomeBzXH::after {
    top: -10px;
    height: 120px;
    right: -10px;
    animation: float 6s ease-in-out infinite;
    content: "";
    transform: rotate(15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.85;
    width: 120px;
    position: absolute;
    background: rgb(115,186,127);
    z-index: 0;
}.title_sectionywZb .course_welcomeBzXH span {
    z-index: 2;
    background: rgb(171,206,175);
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    transform: skewX(-5deg) translateX(-10px);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}.title_sectionywZb .course_welcomeBzXH h3 {
    font-weight: 600;
    margin: 0;
    font-size: calc(20px * 0.9);
    letter-spacing: 0.5px;
    transform: skewX(5deg);
    line-height: 1.5;
    color: #ffffff;
}.title_sectionywZb .course_welcomeBzXH h1 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: calc(42px * 1.2);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateX(0);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    z-index: 2;
    line-height: 1.2;
}.title_sectionywZb .course_welcomeBzXH h1::after {
    width: 80px;
    transition: width 0.5s ease;
    background: rgb(115,186,127);
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
}.title_sectionywZb .course_welcomeBzXH div div {
    max-width: 600px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    z-index: 2;
    padding: 1.5rem;
    margin-top: 2rem;
    border-left: 3px solid rgb(115,186,127);
    position: relative;
    transform: translateX(20px);
}.title_sectionywZb .course_welcomeBzXH div div::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
    90deg,
    rgb(171,206,175,0.5) 0%,
    transparent 100%
  );
    content: "";
    opacity: 0.3;
    height: 100%;
    z-index: -1;
}.title_sectionywZb .course_welcomeBzXH p {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: calc(18px * 1.2);
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

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

@media (hover: hover) {.title_sectionywZb:hover .course_welcomeBzXH h1 {
    transform: translateX(10px);
}.title_sectionywZb:hover .course_welcomeBzXH h1::after {
    width: 120px;
}
}

@media screen and (max-width: 992px) {.title_sectionywZb {
    height: auto;
    min-height: 100vh;
}.title_sectionywZb .course_welcomeBzXH {
    padding: 3rem 2rem;
}.title_sectionywZb .course_welcomeBzXH h1 {
    font-size: calc(42px * 1);
}.title_sectionywZb .course_welcomeBzXH::after {
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 768px) {.study_expressewsQ {
    width: 95%;
}.title_sectionywZb .course_welcomeBzXH {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    padding: 2.5rem 1.5rem;
}.title_sectionywZb .course_welcomeBzXH span {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}.title_sectionywZb .course_welcomeBzXH h3 {
    font-size: calc(20px * 0.8);
}.title_sectionywZb .course_welcomeBzXH h1 {
    font-size: calc(36px * 1.1);
    margin-bottom: 1rem;
}.title_sectionywZb .course_welcomeBzXH div div {
    padding: 1rem;
    transform: translateX(10px);
    margin-top: 1.5rem;
}.title_sectionywZb .course_welcomeBzXH p {
    font-size: 18px;
}
}

@media screen and (max-width: 576px) {.title_sectionywZb {
    padding: 2rem 0;
}.study_expressewsQ {
    width: 92%;
}.title_sectionywZb .course_welcomeBzXH {
    padding: 2rem 1.25rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.title_sectionywZb .course_welcomeBzXH span {
    transform: skewX(-3deg) translateX(-5px);
}.title_sectionywZb .course_welcomeBzXH h3 {
    transform: skewX(3deg);
    font-size: calc(18px * 1.1);
}.title_sectionywZb .course_welcomeBzXH h1 {
    font-size: 36px;
}.title_sectionywZb .course_welcomeBzXH div div {
    margin-top: 1.25rem;
    transform: translateX(0);
}.title_sectionywZb .course_welcomeBzXH p {
    font-size: calc(18px * 0.9);
}.title_sectionywZb .course_welcomeBzXH::after {
    width: 60px;
    right: -5px;
    height: 60px;
    top: -5px;
}}.tariff_packageZKgV {
    background-color: rgb(219,230,220);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.tariff_packageZKgV::before {
    width: 12rem;
    content: "";
    background: linear-gradient(135deg, rgb(171,206,175), rgb(115,186,127));
    height: 12rem;
    transform: rotate(15deg);
    top: -3rem;
    opacity: 0.07;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -3rem;
}.tariff_packageZKgV::after {
    left: -5rem;
    z-index: 0;
    transform: rotate(-10deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 18rem;
    position: absolute;
    background: linear-gradient(45deg, rgb(115,186,127), rgb(171,206,175,0.5));
    width: 18rem;
    content: "";
    opacity: 0.05;
    bottom: -5rem;
}.tariff_packageZKgV .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
}.tariff_packageZKgV .price_optsoRGV {
    display: flex;
    flex-direction: column;
}.tariff_packageZKgV .learn_subxCVD {
    margin-bottom: 3rem;
    order: -1;
    position: relative;
}.tariff_packageZKgV .learn_subxCVD h2 {
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
}.tariff_packageZKgV .learn_subxCVD h2::after {
    left: 0;
    width: 60%;
    bottom: -0.5rem;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(171,206,175), transparent);
    position: absolute;
}.tariff_packageZKgV .fee_packageLsJj {
    font-size: 16px;
    margin-bottom: 1rem;
    max-width: 800px;
    color: #000000;
    line-height: 1.6;
}.tariff_packageZKgV .lesson_plansViuz {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    gap: 1.5rem;
    display: grid;
}.tariff_packageZKgV .plan_feesHsGy {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    color: #000000;
    z-index: 2;
    position: relative;
    text-decoration: none;
}.tariff_packageZKgV .cert_plansSkxN {
    display: flex;
    overflow: hidden;
    background-color: #ffffff;
    min-height: 480px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transform: translateY(0);
    position: relative;
    height: 100%;
}.tariff_packageZKgV .plan_feesHsGy:hover .cert_plansSkxN {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.tariff_packageZKgV .member_feesSDts {
    z-index: 2;
    flex: 1;
    position: relative;
    padding: 2rem;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}.tariff_packageZKgV .member_feesSDts h3 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: calc(22px + 0.1rem);
}.tariff_packageZKgV .plan_feesHsGy:hover .member_feesSDts h3 {
    color: rgb(171,206,175);
}.tariff_packageZKgV .value_pricingSmjx {
    font-size: calc(22px + 0.5rem);
    font-weight: 700;
    position: relative;
    color: rgb(171,206,175);
    display: block;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}.tariff_packageZKgV .value_pricingSmjx::before {
    left: 0;
    width: 3rem;
    transition: transform 0.4s ease;
    transform-origin: left;
    position: absolute;
    background-color: rgb(171,206,175,0.5);
    content: "";
    height: 2px;
    transform: scaleX(1);
    bottom: -0.75rem;
}.tariff_packageZKgV .plan_feesHsGy:hover .value_pricingSmjx::before {
    transform: scaleX(1.5);
}.tariff_packageZKgV .member_feesSDts p {
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: calc(16px - 0.1rem);
    word-break: break-word;
    margin-bottom: 1.5rem;
    color: #000000;
}.tariff_packageZKgV .icon_imagecWGD {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease;
    height: 180px;
}.tariff_packageZKgV .icon_imagecWGD::after {
    opacity: 0.7;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.tariff_packageZKgV .plan_feesHsGy:hover .icon_imagecWGD {
    transform: scale(1.03);
}.tariff_packageZKgV .plan_feesHsGy:hover .icon_imagecWGD::after {
    opacity: 0.4;
}.tariff_packageZKgV .cert_plansSkxN::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    transform: scaleX(0);
}.tariff_packageZKgV .plan_feesHsGy:hover .cert_plansSkxN::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.tariff_packageZKgV .price_optsoRGV {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.tariff_packageZKgV .learn_subxCVD {
    padding-top: 2rem;
    margin-bottom: 0;
    order: 0;
    flex: 0 0 30%;
}.tariff_packageZKgV .lesson_plansViuz {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff_packageZKgV .cert_plansSkxN {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.tariff_packageZKgV {
    padding: 3rem 0;
}.tariff_packageZKgV .lesson_plansViuz {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.tariff_packageZKgV .learn_subxCVD h2 {
    display: block;
    text-align: center;
}.tariff_packageZKgV .learn_subxCVD h2::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.tariff_packageZKgV .fee_packageLsJj {
    text-align: center;
}.tariff_packageZKgV .cert_plansSkxN {
    min-height: auto;
}.tariff_packageZKgV .member_feesSDts {
    padding: 1.5rem;
}.tariff_packageZKgV .icon_imagecWGD {
    height: 160px;
}
}

@media (min-width: 1024px) {.tariff_packageZKgV .lesson_plansViuz {
    grid-template-columns: repeat(2, 1fr);
}.tariff_packageZKgV .plan_feesHsGy:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.tariff_packageZKgV .learn_subxCVD {
    padding-top: 4rem;
}.tariff_packageZKgV .plan_feesHsGy:hover {
    z-index: 5;
}.tariff_packageZKgV .lesson_plansViuz {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.tariff_packageZKgV .plan_feesHsGy,
    .tariff_packageZKgV .cert_plansSkxN,
    .tariff_packageZKgV .icon_imagecWGD,
    .tariff_packageZKgV .value_pricingSmjx::before,
    .tariff_packageZKgV .cert_plansSkxN::before {
    transition: none;
}}.cookie_message_panelpQyJ {
    background: rgb(219,230,220);
    border-top: 2px solid rgb(171,206,175);
    position: fixed;
    bottom: 0;
    z-index: 90;
    width: 100%;
}.manage_cookiesviNt {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}#cookieNoticePopupYHDp {
    display: none;
}#cookieNoticePopupYHDp:checked ~ .cookie_message_panelpQyJ {
    visibility: hidden;
    opacity: 0;
}.cookie_message_panelpQyJ h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_message_panelpQyJ p {
    font-size: 18px;
}.privacy_cookiescLEk {
    margin-right: 10px;
    flex-shrink: 0;
}.privacy_cookiescLEk svg, .privacy_cookiescLEk svg path, .privacy_cookiescLEk img {
    width: 100px;
    fill: rgb(171,206,175);
    height: 100px;
}.manage_trackingAMcB {
    border-bottom: 2px solid rgb(171,206,175);
    font-size: 24px;
    white-space: nowrap;
    line-height: 35px;
    color: rgb(171,206,175);
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    cursor: pointer;
    flex-shrink: 0;
}.cookie_message_panelpQyJ p a {
    text-decoration: none;
    color: rgb(171,206,175);
}
@media only screen and (max-width: 1200px) {.cookie_message_panelpQyJ {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_cookiescLEk {
    display: none;
}.manage_cookiesviNt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_message_panelpQyJ h5 {
    text-align: center;
}.cookie_message_panelpQyJ p {
    text-align: center;
}.data_approveHCze {
    margin-bottom: 20px;
}body .wrapper-paddingRtiO .manage_trackingAMcB {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-paddingRtiO .cookie_message_panelpQyJ {
    box-shadow: rgb(171,206,175,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.wrapper-paddingRtiO .manage_trackingAMcB {
    color: #ffffff;
    border: none;
    font-weight: 400;
    background: rgb(171,206,175);
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
}.wrapper-paddingRtiO .privacy_cookiescLEk {
    display: flex;
    background:rgb(171,206,175);
    width: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 80px;
}.wrapper-paddingRtiO .privacy_cookiescLEk svg, .wrapper-paddingRtiO .privacy_cookiescLEk svg path, .wrapper-paddingRtiO .privacy_cookiescLEk img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.wrapper-paddingRtiO .data_approveHCze h5, .wrapper-paddingRtiO .data_approveHCze p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-paddingRtiO .privacy_cookiescLEk {
    margin-bottom: 14px;
    margin: 0;
}}.program_structurehmZa {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,230,220) 40%, rgb(171,206,175,0.5) 140%);
    position: relative;
    padding: 120px 0;
}.program_structurehmZa::before {
    left: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    opacity: 0.07;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}.program_structurehmZa::after {
    height: 200%;
    position: absolute;
    pointer-events: none;
    content: "";
    width: 60%;
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, rgb(171,206,175,0.5) 10%, transparent 70%);
    top: -50%;
    right: -20%;
    opacity: 0.1;
}.program_structurehmZa .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.program_structurehmZa .coding_classiQmA {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: perspective(1200px) rotateY(-2deg);
    display: flex;
    background: #ffffff;
    border-left: 4px solid rgb(171,206,175);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    flex-direction: column;
}.program_structurehmZa .coding_classiQmA:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_structurehmZa .icon_imagecWGD {
    position: relative;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    height: 300px;
    transform-origin: center center;
    overflow: hidden;
}.program_structurehmZa .icon_imagecWGD::before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.7;
    right: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    bottom: 0;
}.program_structurehmZa .icon_imagecWGD::after {
    height: 120%;
    position: absolute;
    background: rgb(171,206,175);
    mix-blend-mode: overlay;
    width: 120%;
    left: -10%;
    top: -10%;
    content: "";
    transform: scale(1.05);
    opacity: 0.2;
    transition: transform 0.5s ease;
}.program_structurehmZa .coding_classiQmA:hover .icon_imagecWGD::after {
    transform: scale(1);
}.program_structurehmZa .text_capsuleGxui {
    position: relative;
    background: #ffffff;
    padding: 40px;
}.program_structurehmZa .text_capsuleGxui::before {
    height: 3px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(171,206,175) 0%, transparent 100%);
    width: 100px;
    position: absolute;
    content: "";
}.program_structurehmZa h3 {
    margin-bottom: 24px;
    transform-origin: left center;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: calc(24px * 1.1);
    line-height: 1.4;
    transition: transform 0.3s ease;
    font-weight: 700;
}.program_structurehmZa .coding_classiQmA:hover h3 {
    color: rgb(171,206,175);
    transform: translateX(5px);
}.program_structurehmZa p.description {
    line-height: 1.75;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 24px;
    padding-right: 15px;
    color: #000000;
    overflow-y: auto;
    max-height: 250px;
    position: relative;
}.program_structurehmZa p.description::-webkit-scrollbar {
    width: 4px;
}.program_structurehmZa p.description::-webkit-scrollbar-track {
    background: rgb(219,230,220);
}.program_structurehmZa p.description::-webkit-scrollbar-thumb {
    background: rgb(171,206,175,0.5);
    border-radius: 10px;
}.program_structurehmZa span.description {
    display: none;
}.program_structurehmZa .text_capsuleGxui div {
    position: relative;
}.program_structurehmZa .text_capsuleGxui div::after {
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    bottom: 0;
    height: 40px;
    left: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    opacity: 0.8;
}

@media (min-width: 768px) {.program_structurehmZa .coding_classiQmA {
    max-height: 600px;
    flex-direction: row;
}.program_structurehmZa .icon_imagecWGD {
    height: auto;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    transform: translateX(-10px);
    width: 45%;
}.program_structurehmZa .coding_classiQmA:hover .icon_imagecWGD {
    transform: translateX(0);
}.program_structurehmZa .text_capsuleGxui {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 55%;
}.program_structurehmZa h3 {
    font-size: 24px;
}.program_structurehmZa p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_structurehmZa {
    padding: 150px 0;
}.program_structurehmZa .coding_classiQmA {
    max-height: 550px;
}.program_structurehmZa .icon_imagecWGD {
    transform: translateX(-20px);
}.program_structurehmZa .text_capsuleGxui {
    padding: 60px;
}.program_structurehmZa h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.program_structurehmZa p.description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    max-height: 300px;
}
}

@media (max-width: 767px) {.program_structurehmZa {
    padding: 80px 0;
}.program_structurehmZa .coding_classiQmA {
    transform: perspective(1200px) rotateY(0deg);
}.program_structurehmZa .text_capsuleGxui {
    padding: 30px 20px;
}.program_structurehmZa h3 {
    font-size: calc(24px * 0.95);
    margin-bottom: 20px;
}.program_structurehmZa p.description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.program_structurehmZa {
    padding: 60px 0;
}.program_structurehmZa .icon_imagecWGD {
    height: 200px;
}.program_structurehmZa .text_capsuleGxui {
    padding: 25px 15px;
}.program_structurehmZa h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}footer .discord_ctapsec {
    background:rgb(115,186,127);
    font-family: Arial, sans-serif;
    padding: 250px 0 30px;
    position: relative;
    color: #ffffff;
}footer .discord_ctapsec::before {
    background: linear-gradient(90deg, rgb(171,206,175) 25%, rgb(115,186,127) 25%, rgb(115,186,127) 50%, rgb(171,206,175) 50%, rgb(171,206,175) 75%, rgb(115,186,127) 75%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 20px;
    content: "";
    top: 0;
}footer .terms_legalTcvW {
    position: relative;
    z-index: 1;
}footer .edu_asknowQcfb {
    justify-content: space-between;
    flex-wrap: wrap;
    right: 0;
    margin-bottom: 50px;
    background-color: #ffffff;
    position: absolute;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    top: -120px;
    left: 0;
    padding: 0;
}footer .info_item {
    position: relative;
    display: flex;
    flex: 1 1 250px;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    width: 0;
    content: "";
    background-color: rgb(171,206,175);
    transition: width 0.3s ease;
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    fill: rgb(171,206,175);
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(171,206,175);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
    margin-top: 100px;
}footer .head_infoQNMO {
    padding: 0 25px;
    position: relative;
}footer .head_infoQNMO svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .volunteerqHEP {
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    line-height: 1.6;
    font-size: 14px;
}footer .main_pagebarQsIO {
    position: relative;
    padding: 0 25px;
}footer .main_pagebarQsIO h5 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 21px;
}footer .main_pagebarQsIO h5::after {
    height: 2px;
    background-color: rgb(171,206,175);
    bottom: -2px;
    left: 0;
    content: "";
    position: absolute;
    width: 60px;
}footer .top_infoVSDU {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}footer .top_infoVSDU a {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    margin: 5px 8px 5px 0;
    transition: all 0.3s ease;
}footer .top_infoVSDU a:hover {
    background-color: rgb(171,206,175);
    transform: translateY(-3px);
    color: #ffffff;
}footer .subscribe_holder {
    position: relative;
    padding: 30px 25px;
    border-radius: 15px;
    background-color: rgb(115,186,127,0.5);
}footer .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
}footer .input_holder::before {
    border-radius: 50%;
    top: -10px;
    right: -10px;
    opacity: 0.1;
    content: "";
    height: 50px;
    z-index: -1;
    width: 50px;
    position: absolute;
    background-color: rgb(171,206,175);
}footer .input_holder::after {
    height: 70px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    background-color: rgb(115,186,127);
    z-index: -1;
    left: -10px;
    bottom: -20px;
    content: "";
}footer .input_holder input[type="email"] {
    font-size: 16px;
    color: rgb(115,186,127);
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .course_offeringsWflD {
    position: relative;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    background-color: rgb(171,206,175);
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}footer .course_offeringsWflD::before {
    left: -100%;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
}footer .course_offeringsWflD:hover {
    background-color: rgb(115,186,127);
}footer .course_offeringsWflD:hover::before {
    left: 100%;
}footer .cloud_labgyUq {
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .media_kitNatx {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .discord_ctapsec {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .course_offeringsWflD {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .edu_asknowQcfb {
    margin-bottom: 80px;
    top: 0;
    position: relative;
}footer .discord_ctapsec {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .main_pagebarQsIO, footer .subscribe_holder, footer .head_infoQNMO {
    padding: 20px;
}footer .cloud_labgyUq {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .main_pagebarQsIO h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(21px - 2px);
}footer .top_infoVSDU a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .course_offeringsWflD {
    padding: 12px;
}}.secure_protectionxJBr {
    background-color: rgb(171,206,175);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 40px 20px;
    border: 1px solid rgb(115,186,127);
}.secure_protectionxJBr h1, .secure_protectionxJBr h2, .secure_protectionxJBr h3, .secure_protectionxJBr h4, .secure_protectionxJBr h5, .secure_protectionxJBr h6 {
    color: rgb(115,186,127);
    text-shadow: 0 0 5px rgb(171,206,175);
    margin-bottom: 20px;
}.secure_protectionxJBr h1 {
    font-size: 47px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid rgb(115,186,127);
}.secure_protectionxJBr h2 {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 32px;
    border-bottom: 1px dashed rgb(115,186,127);
}.secure_protectionxJBr h3 {
    font-weight: 600;
    font-size: 1.5em;
}.secure_protectionxJBr h4 {
    font-weight: 400;
    font-size: 1.25em;
}.secure_protectionxJBr h5 {
    font-weight: 400;
    font-size: 22px;
}.secure_protectionxJBr h6 {
    font-weight: 300;
    font-size: 18px;
}.secure_protectionxJBr ul, .secure_protectionxJBr ol {
    padding-left: 20px;
    margin-left: 20px;
}.secure_protectionxJBr ul li, .secure_protectionxJBr ol li {
    line-height: 1.6;
    padding-left: 20px;
    color: rgb(115,186,127);
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
}.secure_protectionxJBr ul li:before {
    position: absolute;
    font-size: 1.2em;
    content: '➤';
    left: 0;
    color: rgb(171,206,175);
}.secure_protectionxJBr p, .secure_protectionxJBr span, .secure_protectionxJBr div {
    font-size: 12px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_protectionxJBr {
    padding: 20px 10px;
}.secure_protectionxJBr h1 {
    font-size: calc(22px - 10%);
}.secure_protectionxJBr h2 {
    font-size: calc(22px - 10%);
}.secure_protectionxJBr p, .secure_protectionxJBr span, .secure_protectionxJBr div {
    font-size: calc(12px - 10%);
}}
.secure_protectionxJBr a {
    text-decoration: none;
    color: rgb(171,206,175);
    border-bottom: 1px solid rgb(171,206,175);
}.secure_protectionxJBr a:hover {
    border-bottom: 1px solid rgb(115,186,127);
    color: rgb(115,186,127);
}.secure_protectionxJBr blockquote {
    border-left: 5px solid rgb(115,186,127);
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(115,186,127);
    padding: 15px 20px;
    font-style: italic;
    margin: 20px 0;
}.secure_protectionxJBr code {
    border-radius: 10px;
    color: #000000;
    background-color: rgb(171,206,175,0.5);
    padding: 2px 6px;
    font-family: monospace;
}.secure_protectionxJBr hr {
    margin: 30px 0;
    background: rgb(171,206,175,0.5);
    border: 0;
    height: 1px;
}.learning_profitsqYoF {
    position: relative;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.learning_profitsqYoF::before {
    width: 100%;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(171,206,175,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(115,186,127,0.5), 0.09) 0%, transparent 50%);
    top: 0;
    content: '';
    left: 0;
    position: absolute;
}.learning_profitsqYoF h5 {
    z-index: 2;
    transform: translateY(0);
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_profitsqYoF h5::after {
    background: linear-gradient(90deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    height: 3px;
    width: 80px;
    border-radius: 10px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    bottom: -12px;
    position: absolute;
}.learning_profitsqYoF .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    position: relative;
}.learning_profitsqYoF .learn_studyvgZR {
    border-radius: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    overflow: hidden;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
}.learning_profitsqYoF .learn_studyvgZR:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.learning_profitsqYoF .icon_imagecWGD {
    height: 300px;
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.learning_profitsqYoF .learn_studyvgZR:hover .icon_imagecWGD {
    transform: scale(1.05);
}.learning_profitsqYoF .text_capsuleGxui {
    padding: 2rem;
    position: relative;
}.learning_profitsqYoF .text_capsuleGxui::before {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
    position: absolute;
    width: 4px;
    content: '';
    height: 0;
    transition: height 0.5s ease-out;
}.learning_profitsqYoF .learn_studyvgZR:hover .text_capsuleGxui::before {
    height: 100%;
}.learning_profitsqYoF ul {
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    gap: 1.25rem;
    display: grid;
}.learning_profitsqYoF li {
    transform: translateX(0);
    position: relative;
    padding-left: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_profitsqYoF li:hover {
    transform: translateX(10px);
}.learning_profitsqYoF li p {
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
}.learning_profitsqYoF li svg {
    height: 24px;
    top: 0;
    transform: translateY(2px);
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    width: 24px;
}.learning_profitsqYoF li:hover svg {
    transform: translateY(2px) rotate(10deg);
}.learning_profitsqYoF li svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,206,175);
}.learning_profitsqYoF li:hover svg path {
    fill: rgb(115,186,127);
}.learning_profitsqYoF li:nth-child(odd) {
    border-radius: 10px;
    padding-bottom: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(171,206,175,0.5), 0.03) 0%, transparent 100%);
    padding-top: 0.5rem;
}.learning_profitsqYoF li:nth-child(even) {
    background: linear-gradient(90deg, rgba(rgb(115,186,127,0.5), 0.03) 0%, transparent 100%);
    padding-top: 0.5rem;
    border-radius: 10px;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {.learning_profitsqYoF .learn_studyvgZR {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.learning_profitsqYoF .icon_imagecWGD {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.learning_profitsqYoF ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_profitsqYoF li {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {.learning_profitsqYoF {
    padding: 8rem 0;
}.learning_profitsqYoF h5 {
    margin-bottom: 4rem;
    font-size: calc(20px * 1.1);
}.learning_profitsqYoF .text_capsuleGxui {
    padding: 3rem;
}.learning_profitsqYoF li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.learning_profitsqYoF li:hover {
    background-color: rgba(rgb(115,186,127,0.5), 0.08);
}
}

@media (max-width: 767px) {.learning_profitsqYoF {
    padding: 4rem 0;
}.learning_profitsqYoF h5 {
    font-size: calc(20px * 0.9);
    padding: 0 1rem;
}.learning_profitsqYoF .text_capsuleGxui {
    padding: 1.5rem;
}.learning_profitsqYoF li {
    margin-bottom: 1rem;
}.learning_profitsqYoF li p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.learning_profitsqYoF h5 {
    font-size: calc(20px * 0.8);
}.learning_profitsqYoF .text_capsuleGxui {
    padding: 1.25rem;
}.learning_profitsqYoF li {
    padding-left: 2rem;
}.learning_profitsqYoF li svg {
    height: 20px;
    width: 20px;
}}.future_attendeesDdmR {
    position: relative;
    overflow: hidden;
    background: rgb(219,230,220);
    padding: 100px 0;
}.future_attendeesDdmR::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,206,175,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(115,186,127,0.5) 0%, transparent 40%);
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.future_attendeesDdmR .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.future_attendeesDdmR .learn_studyvgZR {
    border-radius: 13px;
    padding: 50px;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(219,230,220);
}.future_attendeesDdmR h4 {
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}.future_attendeesDdmR h4::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    height: 4px;
    border-radius: 2px;
    content: "";
    position: absolute;
}.future_attendeesDdmR div {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.future_attendeesDdmR div p {
    padding: 25px;
    flex: 1 1 calc(33.333% - 20px);
    align-items: center;
    color: #000000;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(219,230,220);
    line-height: 1.6;
    overflow: hidden;
    border-radius: 13px;
    transition: all 0.3s ease;
    margin: 0;
    display: flex;
    font-size: 17px;
    position: relative;
    min-width: 250px;
}.future_attendeesDdmR div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.future_attendeesDdmR div p::before {
    width: 5px;
    top: 0;
    opacity: 0.7;
    content: "";
    border-radius: 5px 0 0 5px;
    left: 0;
    background: linear-gradient(180deg, rgb(171,206,175), rgb(115,186,127));
    height: 100%;
    position: absolute;
}.future_attendeesDdmR div p svg {
    border-radius: 50%;
    min-width: 40px;
    background: rgb(219,230,220);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    padding: 8px;
    margin-right: 20px;
}.future_attendeesDdmR div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.future_attendeesDdmR div p svg path {
    fill: rgb(171,206,175);
    transition: fill 0.3s ease;
}.future_attendeesDdmR div p:hover svg path {
    fill: rgb(115,186,127);
}

@media (max-width: 1100px) {.future_attendeesDdmR div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.future_attendeesDdmR {
    padding: 80px 0;
}.future_attendeesDdmR .learn_studyvgZR {
    padding: 40px 30px;
}.future_attendeesDdmR h4 {
    margin-bottom: 40px;
    font-size: calc(36px - 2px);
}.future_attendeesDdmR div {
    gap: 20px;
}.future_attendeesDdmR div p {
    padding: 20px;
}.future_attendeesDdmR div p svg {
    min-width: 35px;
    width: 35px;
    margin-right: 15px;
    height: 35px;
}
}

@media (max-width: 767px) {.future_attendeesDdmR {
    padding: 60px 0;
}.future_attendeesDdmR .learn_studyvgZR {
    padding: 30px 20px;
}.future_attendeesDdmR h4 {
    font-size: calc(36px - 4px);
    margin-bottom: 35px;
}.future_attendeesDdmR div p {
    flex: 1 1 100%;
    padding: 18px;
}.future_attendeesDdmR div p svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 6px;
    margin-right: 15px;
}
}

@media (max-width: 479px) {.future_attendeesDdmR {
    padding: 40px 0;
}.future_attendeesDdmR .learn_studyvgZR {
    padding: 25px 15px;
}.future_attendeesDdmR h4 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.future_attendeesDdmR div {
    gap: 15px;
}.future_attendeesDdmR div p {
    padding: 15px;
    font-size: calc(17px - 1px);
}.future_attendeesDdmR div p svg {
    height: 26px;
    min-width: 26px;
    width: 26px;
    padding: 5px;
    margin-right: 12px;
}}.teaching_processuUPr {
    position: relative;
    background: rgb(219,230,220);
    display: flex;
    min-height: 75vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}.teaching_processuUPr::before {
    content: "";
    background: 
        linear-gradient(135deg, rgb(171,206,175,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(115,186,127,0.5) 0%, transparent 50%);
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}.teaching_processuUPr::after {
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgb(171,206,175,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(115,186,127,0.5) 1px, transparent 1px);
    width: 90%;
    opacity: 0.2;
    content: "";
    position: absolute;
    animation: gridMove 30s linear infinite;
    background-size: 40px 40px;
    height: 90%;
    top: 5%;
    left: 5%;
    transform-origin: center center;
    transform: perspective(500px) rotateX(10deg);
}.teaching_processuUPr .container {
    max-width: 1200px;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    padding: 0 2rem;
    align-items: center;
    z-index: 5;
}.teaching_processuUPr .learn_studyvgZR {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    border-radius: 30px;
    max-width: 900px;
    padding: 4rem;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
}.teaching_processuUPr .learn_studyvgZR::before {
    border-image: linear-gradient(45deg, 
        rgb(171,206,175,0.5) 0%, 
        transparent 25%, 
        rgb(115,186,127,0.5) 50%, 
        transparent 75%, 
        rgb(171,206,175,0.5) 100%
    ) 1;
    animation: borderFlowInner 6s linear infinite;
    border: 1px solid;
    z-index: 1;
    inset: 10px;
    content: "";
    position: absolute;
}.teaching_processuUPr .learn_studyvgZR::after {
    inset: 20px;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.3;
    border: 1px dashed rgb(171,206,175,0.5);
    animation: rotateDash 15s linear infinite;
}.teaching_processuUPr h3 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 1.5rem;
    z-index: 2;
    overflow: hidden;
    color: rgb(171,206,175);
    position: relative;
    font-weight: 700;
}.teaching_processuUPr h3::before {
    position: absolute;
    height: 4px;
    animation: lineGrow 4s ease-in-out infinite;
    left: 0;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    bottom: 0;
    width: 0;
    content: "";
}.teaching_processuUPr h3::after {
    width: 100%;
    height: 1px;
    opacity: 0.5;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(171,206,175,0.5) 20%,
        rgb(115,186,127,0.5) 80%,
        transparent 100%
    );
}.teaching_processuUPr span {
    font-size: 14px;
    color: #000000;
    padding-left: 2rem;
    z-index: 2;
    position: relative;
    position: relative;
    line-height: 1.8;
    padding-right: 2rem;
}.teaching_processuUPr span::before {
    position: absolute;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(171,206,175,0.5), transparent);
    height: 100%;
    left: 0;
    top: 0;
}.teaching_processuUPr span::after {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(115,186,127,0.5));
    height: 100%;
    width: 5px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(171,206,175,0.5) 0%, 
            transparent 25%, 
            rgb(115,186,127,0.5) 50%, 
            transparent 75%, 
            rgb(171,206,175,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(115,186,127,0.5) 0%, 
            transparent 25%, 
            rgb(171,206,175,0.5) 50%, 
            transparent 75%, 
            rgb(115,186,127,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(171,206,175,0.5) 0%, 
            transparent 25%, 
            rgb(115,186,127,0.5) 50%, 
            transparent 75%, 
            rgb(171,206,175,0.5) 100%
        );
    }
}

@keyframes rotateDash {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

@media (max-width: 992px) {.teaching_processuUPr .container {
    padding: 3rem 1.5rem;
}.teaching_processuUPr .learn_studyvgZR {
    padding: 3rem;
}.teaching_processuUPr h3 {
    font-size: calc(30px * 0.9);
    text-align: center;
}.teaching_processuUPr span {
    font-size: calc(14px * 0.95);
}.teaching_processuUPr .learn_studyvgZR::after {
    inset: 15px;
}
}

@media (max-width: 768px) {.teaching_processuUPr {
    min-height: auto;
    padding: 4rem 0;
}.teaching_processuUPr .container {
    padding: 0 1.2rem;
}.teaching_processuUPr .learn_studyvgZR {
    gap: 2rem;
    padding: 2.5rem;
}.teaching_processuUPr h3 {
    padding-bottom: 1.2rem;
    font-size: calc(30px * 0.8);
}.teaching_processuUPr span {
    padding-right: 1.5rem;
    font-size: calc(14px * 0.9);
    padding-left: 1.5rem;
}.teaching_processuUPr .learn_studyvgZR::before {
    inset: 8px;
}.teaching_processuUPr .learn_studyvgZR::after {
    inset: 12px;
}
}

@media (max-width: 576px) {.teaching_processuUPr {
    padding: 3rem 0;
}.teaching_processuUPr .container {
    padding: 0 1rem;
}.teaching_processuUPr .learn_studyvgZR {
    padding: 2rem;
    gap: 1.5rem;
}.teaching_processuUPr h3 {
    font-size: calc(30px * 0.7);
    padding-bottom: 1rem;
}.teaching_processuUPr span {
    padding-left: 1rem;
    font-size: calc(14px * 0.85);
    padding-right: 1rem;
}.teaching_processuUPr span::before,
    .teaching_processuUPr span::after {
    width: 3px;
}.teaching_processuUPr .learn_studyvgZR::before {
    inset: 5px;
}.teaching_processuUPr .learn_studyvgZR::after {
    inset: 10px;
}
}