.main-site-540 {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper-viewport-728 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}



.teacher-profile-234 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    perspective: 1000px;
}

.teacher-profile-234 .alumni-testimonials-903:hover {
    transform: rotateX(0) rotateY(0);
}

.teacher-profile-234 .alumni-testimonials-903:hover .image-wrapper-096 {
    transform: translateZ(30px) scale(1.05);
}

.teacher-profile-234 .name {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    padding-left: 1rem;
    display: block;
    transform: translateZ(10px);
    grid-area: name;
    color: rgb(178,209,163);
    margin-bottom: 0.5rem;
}

.teacher-profile-234 .employee-area-620::before {
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    content: "";
    border-radius: 10px;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(178,209,163,0.5) 0%, transparent 40%, transparent 60%, rgb(137,181,117,0.5) 100%);
    top: 0;
}

.plan-deal-643 .learning-packages-214 {
    transform: perspective(1000px) translateZ(20px);
    font-size: calc(13px * 1.1);
    text-align: center;
    font-weight: 300;
    line-height: 1.6;
    max-width: 800px;
    opacity: 0.9;
    color: #ffffff;
    margin: 0 auto 50px;
}

.plan-deal-643 .fee-package-245::before {
    content: "";
    transform: scaleX(0.8);
    top: 0;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 100%;
    height: 5px;
    left: 0;
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(178,209,163), rgb(137,181,117));
}

.plan-deal-643 .price-sheet-943 h4::after {
    position: absolute;
    height: 2px;
    content: "";
    width: 50px;
    background: rgb(137,181,117);
    bottom: 0;
    left: 0;
    transition: width 0.4s ease;
}

.plan-deal-643 .payment-option-829:hover .fee-package-245 {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}

.plan-deal-643 .payment-option-829:hover .fee-package-245::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}

.company-info-438 {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 6rem 0;
}

.company-info-438 .text-post-623 {
    position: relative;
    flex-direction: column;
    opacity: 0;
    animation: fadeUp 1s forwards 0.3s ease-out;
    max-width: 900px;
    transform: translateY(20px);
    display: flex;
    margin-left: 5%;
}

.company-info-438 h1::before {
    position: absolute;
    transform-origin: left;
    bottom: 0;
    animation: lineGrow 1.5s forwards ease-out;
    background: rgb(137,181,117);
    left: 0;
    height: 4px;
    width: 80px;
    content: "";
}

.company-info-438 span {
    animation: fadeUp 1s forwards 0.9s ease-out;
    transform: translateY(20px);
    display: block;
    border-left: 3px solid rgb(178,209,163);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.1), 
        rgba(rgba(0, 0, 0, 0.5), 0.4));
    backdrop-filter: blur(5px);
    color: #ffffff;
    position: relative;
    line-height: 1.8;
    text-align: justify;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    font-size: 13px;
}

header .first-pagebar-708:hover::before {
    opacity: 1;
}

.privacy-lair-085 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: rgb(216,235,206);
    padding: 40px;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
}

.privacy-lair-085 ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.privacy-lair-085 ul li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #ffffff, rgb(178,209,163,0.5));
    border-radius: 10px;
    border-left: 4px solid rgb(178,209,163);
}

.privacy-lair-085 span {
    color: rgb(178,209,163);
    font-weight: 600;
}


.course-fit-for-729 {
    background-color: rgb(216,235,206);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.course-fit-for-729 .expert-learning-192 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 0 2rem;
}

.course-fit-for-729 h3::after {
    width: 150px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(178,209,163), transparent);
    position: absolute;
    content: '';
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    animation: pulseLight 3s infinite alternate;
}

.course-fit-for-729 li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
    border-left-color: rgb(178,209,163);
}

.course-fit-for-729 li:hover::before {
    width: 100%;
}

.course-fit-for-729 li svg {
    fill: rgb(178,209,163);
    flex-shrink: 0;
    width: 40px;
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 8px rgb(178,209,163,0.5));
    height: 40px;
    transition: all 0.4s ease;
}

.course-summary-570 {
    background: rgb(216,235,206);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.course-summary-570 .coding-class-472 {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    gap: 40px;
    overflow: hidden;
}

.course-summary-570 .coding-class-472:hover .text-post-623::before {
    transform: scaleY(1);
}

.course-summary-570 h3::after {
    bottom: 0;
    background: rgb(137,181,117);
    content: "";
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 60px;
    position: absolute;
    left: 0;
    height: 2px;
}

.access-help-863 .company_holder {
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
    position: relative;
    border-left: 2px solid rgb(178,209,163);
}

.access-help-863 .collab-net-980 {
    display: flex;
    justify-content: flex-end;
}

.access-help-863 .top-bar-716 {
    position: relative;
}

.access-help-863 .top-bar-716 h5 {
    margin-bottom: 1.5rem;
    font-size: 24px;
    letter-spacing: 1px;
    color: rgb(137,181,117);
    text-transform: uppercase;
    font-weight: 600;
}

.access-help-863 .top-bar-716 .main-guide-108 a {
    opacity: 0.8;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 1rem;
    text-decoration: none;
    color: #ffffff;
}

.template-cta-695 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.title-welcome-743 {
    position: relative;
    min-height: 700px;
    justify-content: flex-start;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.title-welcome-743 > div > div:first-child {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.title-welcome-743 .skill-quick-531 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(10px);
    transform: translateX(-50px);
    opacity: 0;
    margin-top: 2rem;
    animation: slideInLeft 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    border-left: 3px solid rgb(178,209,163);
}

.data-summary-958::before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(178,209,163,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(178,209,163,0.5) 12px
    );
    width: 100%;
}

.data-summary-958 .knowledge-upgrade-248:nth-child(2) {
    --i: 2;
}

.data-summary-958 .knowledge-upgrade-248:nth-child(5) {
    --i: 5;
}

.data-summary-958 .knowledge-upgrade-248:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 2px 5px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) scale(1.02);
}

.data-summary-958 .knowledge-upgrade-248 span::after {
    background: linear-gradient(to right, rgb(137,181,117), transparent);
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    width: 2.5rem;
}

.service-info-657 {
    padding: 6rem 0;
    background: rgb(216,235,206);
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

.service-info-657::after {
    height: 500px;
    z-index: -2;
    content: '';
    width: 500px;
    top: -250px;
    position: absolute;
    background: radial-gradient(circle, rgb(178,209,163,0.5) 0%, transparent 70%);
    opacity: 0.1;
    filter: blur(50px);
    right: -250px;
}

.service-info-657 .edu-askus-689 h3 svg {
    stroke-width: 2;
    fill: none;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 1.75rem;
    animation: floatIcon 3s ease-in-out infinite;
    stroke-linecap: round;
    width: 1.75rem;
    stroke-linejoin: round;
    stroke: #ffffff;
}

.service-info-657 .connect-experts-194::after {
    height: 3px;
    content: '';
    background: rgb(178,209,163);
    width: 50px;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    bottom: 0;
    transform: translateX(-50%);
}

.service-info-657 .ask-feedback-354 span:hover svg {
    transform: scale(1.2);
}

.service-info-657 .ask-feedback-354 span:nth-child(odd) svg {
    stroke: rgb(178,209,163);
}

.service-info-657 .ask-feedback-354 span::before {
    top: 0;
    left: 0;
    background: rgb(178,209,163);
    transition: width 0.3s ease;
    height: 100%;
    content: '';
    width: 5px;
    position: absolute;
}

.service-info-657 .ask-feedback-354 span:hover::before {
    width: 7px;
}

.service-info-657 .ask-feedback-354 span:hover svg path,
.service-info-657 .ask-feedback-354 span:hover svg circle,
.service-info-657 .ask-feedback-354 span:hover svg line,
.service-info-657 .ask-feedback-354 span:hover svg polyline,
.service-info-657 .ask-feedback-354 span:hover svg rect {
    stroke-dashoffset: 100;
    animation: dash 1.5s linear forwards;
    stroke-dasharray: 100;
}

.service-info-657 .get-help-479 h4 svg {
    fill: none;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke: rgb(137,181,117);
    height: 1.25rem;
    width: 1.25rem;
    transition: transform 0.3s ease;
    stroke-linecap: round;
}

.service-info-657 .get-help-479 span svg {
    margin-right: 0.75rem;
    fill: none;
    stroke-width: 2;
    height: 1rem;
    width: 1rem;
    stroke: rgb(137,181,117);
    stroke-linejoin: round;
    transition: transform 0.3s ease;
    stroke-linecap: round;
}

.contact-us-194 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}

.contact-us-194 .feedback-support-795 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    display: grid;
}

.contact-us-194 form {
    padding: 50px;
    border-radius: 19px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-us-194 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact-us-194 .inquiry-grid-053 label {
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    position: relative;
}

.contact-us-194 .inquiry-grid-053 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(178,209,163);
}

.contact-us-194 svg {
    width: 20px;
    fill: rgb(178,209,163);
    height: 20px;
}

.education-framework-975 {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(216,235,206) 0%, rgb(137,181,117,0.5) 100%);
}

.education-framework-975 .expert-learning-192 {
    animation: appearIn 1s ease-out forwards;
    border-radius: 27px;
    flex-direction: column;
    max-width: 900px;
    align-items: center;
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
}

.gratSpot-590::before {
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(178,209,163,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    animation: pulseGlow 10s ease-in-out infinite;
}

.gratSpot-590 .expert-learning-192::after {
    width: 80%;
    height: 10px;
    position: absolute;
    opacity: 0.6;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(137,181,117) 50%, transparent);
    left: 50%;
    content: "";
    border-radius: 10px;
    bottom: -5px;
}

.gratSpot-590 h5 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateY(0);
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    font-size: 22px;
}

.gratSpot-590 a:hover p {
    transform: translateX(5px);
    color: rgb(178,209,163);
}

.plan-deal-643 .price-sheet-943 p::-webkit-scrollbar {
    width: 4px;
}

.plan-deal-643 .price-sheet-943 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(178,209,163,0.5);
}

.plan-deal-643 .price-sheet-943 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}

.course-summary-570 .description::-webkit-scrollbar {
    width: 4px;
}

.course-summary-570 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course-summary-570 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(137,181,117,0.5);
}



@media (max-width: 480px) {.plan-deal-643 {
    padding: 50px 0;
}.plan-deal-643 .fee-package-245 {
    padding: 25px 20px;
}.plan-deal-643 .price-sheet-943 p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    max-height: 200px;
}.plan-deal-643 .price-opts-617 {
    font-size: calc(18px * 1.2);
}
}



@media (max-width: 991px) {.company-info-438 {
    padding: 5rem 0;
}.company-info-438 h1 {
    margin-bottom: 2rem;
    font-size: calc(46px * 1.1);
}.company-info-438 .text-post-623 {
    margin-left: 3%;
}
}



@media (max-width: 576px) {.company-info-438 {
    padding: 3rem 0;
}.company-info-438 .container {
    padding: 0 1rem;
}.company-info-438 h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1.25rem;
}.company-info-438 span {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(13px * 0.9);
}.company-info-438 h1::before {
    width: 50px;
}.company-info-438 h1::after {
    width: 25px;
}}



@media (min-width: 992px) {.course-fit-for-729 li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}



@media (max-width: 991px) {.course-fit-for-729 {
    padding: 4rem 0;
}.course-fit-for-729 h3 {
    font-size: calc(34px * 0.9);
}.course-fit-for-729 li {
    padding: 1.2rem 1.8rem;
}.course-fit-for-729 li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}



@media (min-width: 992px) {.course-summary-570 {
    padding: 140px 0;
}.course-summary-570 .coding-class-472 {
    grid-template-columns: 1fr 1.3fr;
}.course-summary-570 .image-wrapper-096 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.course-summary-570 .text-post-623 {
    margin-left: -80px;
    padding: 80px 80px 80px 100px;
}.course-summary-570 h3 {
    font-size: 29px;
    margin-bottom: 30px;
}.course-summary-570 .description {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
    max-height: 380px;
}
}



@media screen and (max-width: 576px) {.access-help-863 .company_holder h3 {
    font-size: 35px;
}.access-help-863 .top-bar-716 h5 {
    font-size: calc(22px * 1.1);
}.access-help-863 .top-bar-716 .main-guide-108 a {
    font-size: calc(18px * 0.9);
}}



@media (hover: hover) {.title-welcome-743:hover .title_style_header::after {
    transition: all 0.4s ease;
    background: linear-gradient(90deg, rgb(137,181,117) 0%, rgb(178,209,163) 100%);
}.title-welcome-743 .skill-quick-531:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.4s ease;
}}



@media (max-width: 480px) {.data-summary-958 {
    padding: 3rem 1rem;
}.data-summary-958 h3 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.data-summary-958 h3::after {
    width: 4rem;
    height: 3px;
}.data-summary-958 .knowledge-upgrade-248 {
    padding: 1.25rem;
}.data-summary-958 .knowledge-upgrade-248::before {
    top: 0.75rem;
    right: 0.75rem;
    height: 1.5rem;
    width: 1.5rem;
}.data-summary-958 .knowledge-upgrade-248 span {
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
}}


@media (prefers-reduced-motion: reduce) {.service-info-657 .edu-askus-689 h3::before,
    .service-info-657 .edu-askus-689 h3 svg,
    .service-info-657 .ask-feedback-354 span:nth-child(odd)::after,
    .service-info-657 .ask-feedback-354 span:nth-child(even)::after,
    .service-info-657 .ask-feedback-354 span:hover svg path,
    .service-info-657 .ask-feedback-354 span:hover svg circle,
    .service-info-657 .ask-feedback-354 span:hover svg line,
    .service-info-657 .ask-feedback-354 span:hover svg polyline,
    .service-info-657 .ask-feedback-354 span:hover svg rect {
    animation: none;
}.service-info-657 .get-help-479 h4:hover svg,
    .service-info-657 .get-help-479 span:hover svg {
    transform: none;
}}



@media (max-width: 768px) {.education-framework-975 {
    padding: 2rem 0;
}.education-framework-975 .expert-learning-192 {
    transform: none;
    padding: 1.5rem;
}.education-framework-975 h3 {
    font-size: calc(35px * 0.8);
}.education-framework-975 span {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 480px) {.gratSpot-590 {
    padding: 40px 0;
}.gratSpot-590 .expert-learning-192 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.gratSpot-590 h5 {
    font-size: calc(22px * 0.8);
}.gratSpot-590 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}
}



@keyframes glow {
    0% {
        opacity: 0.3;
        filter: blur(60px);
    }
    50% {
        opacity: 0.5;
        filter: blur(40px);
    }
    100% {
        opacity: 0.3;
        filter: blur(60px);
    }
}



@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



@keyframes numberCountUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(-3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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


    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }

