html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1123px;
}

.teacher-profile-234::before {
    content: "";
    z-index: 0;
    animation: rotate 20s linear infinite;
    left: -10%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(178,209,163,0.5) 120deg, transparent 180deg, rgb(137,181,117,0.5) 260deg, transparent 360deg);
    height: 200%;
    position: absolute;
    opacity: 0.2;
    width: 200%;
    top: -50%;
}

.teacher-profile-234 .name + span {
    font-size: 13px;
    grid-area: name;
    align-self: end;
    padding-left: 1rem;
    margin-top: 2rem;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.8;
    transform: translateZ(5px);
}

.plan-deal-643 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.plan-deal-643 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.plan-deal-643 h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transform: perspective(1000px) translateZ(30px);
    position: relative;
}

.plan-deal-643 .enroll-cost-173 li {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plan-deal-643 .fee-package-245::after {
    transition: all 0.6s ease;
    height: 150px;
    content: "";
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(178,209,163,0.5) 0%, transparent 70%);
    transform: translate(30%, 30%);
    opacity: 0.2;
}

.plan-deal-643 .price-sheet-943 p {
    max-height: 250px;
    padding-right: 5px;
    line-height: 1.7;
    margin: 0 0 30px;
    word-break: break-word;
    font-weight: 300;
    opacity: 0.8;
    overflow-wrap: break-word;
    transform: translateZ(5px);
    overflow-y: auto;
    font-size: 13px;
    color: #ffffff;
}

.plan-deal-643 .payment-option-829:hover .price-sheet-943 h4::after {
    width: 80px;
}

.plan-deal-643 .payment-option-829:hover .price-opts-617::before {
    transform: scaleX(0.8);
    opacity: 1;
}

.company-info-438 .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.company-info-438 h1 {
    letter-spacing: 1px;
    font-size: calc(46px * 1.2);
    color: #ffffff;
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: translateX(-10px);
}

.company-info-438 li {
    margin-bottom: 1.5rem;
}

.company-info-438 h4 {
    padding-left: 1.5rem;
    font-weight: 600;
    color: rgb(137,181,117);
    margin: 0 0 1rem;
    animation: fadeIn 0.8s forwards 0.6s ease-out;
    opacity: 0;
    transform: translateX(-10px);
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(24px * 1.15);
}

header .page-head-314 {
    position: relative;
    width: 35%;
    display: flex;
    padding: 1.2rem 0;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

header .top-bar-716::before {
    background: linear-gradient(to bottom, transparent, rgb(178,209,163,0.5), transparent);
    content: '';
    left: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
}

header .first-pagebar-708:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.privacy-lair-085 h1 {
    padding-bottom: 10px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    color: rgb(178,209,163);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(178,209,163), rgb(178,209,163,0.5));
    font-size: 46px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(178,209,163,0.5);
}

.privacy-lair-085 ol li {
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(137,181,117,0.5));
    padding: 10px 15px 10px 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 10px;
}

.course-fit-for-729::after {
    top: 0;
    background-size: 120px 120px;
    animation: moveRaysVertical 20s linear infinite;
    height: 100%;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(178,209,163,0.5) 90%, rgb(178,209,163,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(137,181,117,0.5) 95%, rgb(137,181,117,0.5) 96%, transparent 96%);
    opacity: 0.2;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
}

.course-fit-for-729 li::after {
    left: 0;
    box-shadow: 0 0 10px rgb(178,209,163,0.5);
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgb(178,209,163) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.5;
}

.course-fit-for-729 li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}

.course-fit-for-729 li:nth-child(1) {
    animation-delay: 0s;
}

.course-fit-for-729 li:nth-child(4) {
    animation-delay: 0.3s;
}

.course-summary-570 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.course-summary-570 .coding-class-472:hover {
    transform: translateY(-6px);
}

.course-summary-570 .text-post-623 {
    background: linear-gradient(to bottom right, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.95) 100%);
    position: relative;
    padding: 40px;
}

.course-summary-570 h3 {
    position: relative;
    margin-bottom: 24px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: calc(20px * 1.1);
    color: #000000;
    line-height: 1.4;
    padding-bottom: 12px;
}

.access-help-863 .container {
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    gap: 3rem;
    position: relative;
}



.access-help-863 .company_holder h3 {
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background: linear-gradient(to right, #ffffff, rgb(137,181,117));
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(35px * 1.2);
    margin-bottom: 1.5rem;
}

.access-help-863 .top-bar-716 .main-guide-108 {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}

.access-help-863 .top-bar-716 .main-guide-108 a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(137,181,117);
}

.template-cta-695::before {
    opacity: 0.5;
    top: 0;
    height: 1px;
    content: "";
    background: linear-gradient(to right, transparent, rgb(178,209,163), transparent);
    width: 100%;
    left: 0;
    position: absolute;
}

.title-welcome-743::after {
    width: 70%;
    content: "";
    z-index: 2;
    top: -10%;
    transform: translateZ(0);
    height: 70%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.6;
    background: radial-gradient(circle, rgb(137,181,117,0.5) 0%, transparent 70%);
    right: -10%;
}

.title-welcome-743 .founder-bio-041 {
    margin-bottom: 2rem;
}

.title-welcome-743 .founder-bio-041 h3 {
    color: #ffffff;
    letter-spacing: 0.01em;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 600;
    display: inline-block;
    line-height: 1.5;
    position: relative;
}

.data-summary-958 {
    position: relative;
    background: linear-gradient(135deg, rgb(137,181,117,0.5) 0%, rgb(216,235,206) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}

.data-summary-958 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.data-summary-958 ul {
    display: grid;
    gap: 2rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

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

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

.data-summary-958 .knowledge-upgrade-248::before {
    height: 2rem;
    content: "";
    right: 1rem;
    transform: rotate(45deg);
    width: 2rem;
    transition: transform 0.3s ease;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(178,209,163,0.5) 0%, transparent 70%);
    top: 1rem;
    position: absolute;
}

.data-summary-958 .knowledge-upgrade-248 p {
    animation: numberCountUp 1.2s ease-out forwards;
    color: rgb(178,209,163);
    position: relative;
    opacity: 0;
    font-size: 21px;
    display: inline-block;
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
    font-weight: 700;
    transform: translateY(10px);
    margin: 0;
}

.service-info-657 .edu-askus-689 {
    grid-template-columns: 1fr;
    display: grid;
    background: transparent;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    gap: 0;
    border-radius: 11px;
}


.service-info-657 .edu-askus-689 h3::before {
    width: 200%;
    left: -50%;
    position: absolute;
    opacity: 0.5;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    height: 200%;
    top: -50%;
    content: '';
    animation: rotateGradient 20s linear infinite;
    z-index: 0;
}

.service-info-657 .ask-feedback-354 span svg {
    height: 1.5rem;
    z-index: 1;
    margin: auto;
    width: 1.5rem;
    stroke: rgb(178,209,163);
    fill: none;
    stroke-linecap: round;
    transition: all 0.3s ease;
    left: 1.25rem;
    position: absolute;
    stroke-width: 2;
    stroke-linejoin: round;
}

.service-info-657 .ask-feedback-354 span:nth-child(even) svg {
    stroke: rgb(137,181,117);
}

.service-info-657 .ask-feedback-354 span:nth-child(even)::before {
    background: rgb(137,181,117);
}

.service-info-657 .ask-feedback-354 span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}


.service-info-657 .ask-feedback-354 span p {
    color: #000000;
    font-weight: 600;
    margin: 0 0 0.5rem;
    font-size: 14px;
}

.service-info-657 .ask-feedback-354 span > span::before,
.service-info-657 .ask-feedback-354 span > span::after {
    display: none;
}

.service-info-657 .get-help-479 {
    grid-column: 1 / -1;
    border: 1px solid rgba(rgb(137,181,117,0.5), 0.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: rgba(rgb(137,181,117,0.5), 0.1);
    margin-top: 1rem;
}

.service-info-657 .get-help-479 h4:hover svg {
    transform: rotate(20deg);
}

.service-info-657 .get-help-479 span {
    display: flex;
    position: relative;
    align-items: center;
    color: #000000;
    font-size: 14px;
    padding: 0.75rem 0;
    border-bottom: 1px dashed rgba(#000000, 0.1);
}

.contact-us-194 {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(216,235,206);
    position: relative;
}

.contact-us-194 h2::before {
    width: 5px;
    content: "";
    background: rgb(178,209,163);
    top: 0;
    border-radius: 10px;
    left: 0;
    height: 100%;
    position: absolute;
}

.contact-us-194 .query-info-984 {
    order: 1;
}

.contact-us-194 form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    padding: 18px 25px;
    background: rgb(216,235,206);
    margin-bottom: 25px;
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
}

.contact-us-194 .inquiry-grid-053 input[type="checkbox"]:checked + label::before {
    background: rgb(178,209,163);
}

.contact-us-194 .inquiry-grid-053 label a:hover {
    color: rgb(137,181,117);
}

.contact-us-194 form .support-panel-807 {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    background: #000000;
    overflow: hidden;
    font-weight: 600;
    padding: 18px 40px;
    border: none;
}

.education-framework-975 .expert-learning-192::before {
    background: linear-gradient(45deg, rgb(178,209,163) 0%, transparent 30%, transparent 70%, rgb(137,181,117) 100%);
    bottom: -2px;
    z-index: -1;
    top: -2px;
    right: -2px;
    position: absolute;
    left: -2px;
    border-radius: 27px;
    content: "";
}

.education-framework-975 span {
    text-align: center;
    animation: fadeIn 1s 0.3s ease-out forwards;
    font-size: 14px;
    opacity: 0;
    max-width: 700px;
    color: #ffffff;
    line-height: 1.8;
}

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

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

.gratSpot-590 .expert-learning-192 > div:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    transform-origin: left;
    height: 3px;
    animation: expandLine 1.5s ease-out forwards;
    background: rgb(178,209,163);
    width: 60px;
    left: 0;
}

.gratSpot-590 .expert-learning-192 > div:first-child::after {
    width: 80px;
}

.gratSpot-590 .expert-learning-192:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}



@media (max-width: 992px) {.teacher-profile-234 .alumni-testimonials-903 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image-wrapper-096"
      "name"
      "employee-area-620";
    transform: none;
    grid-template-rows: auto auto auto;
}.teacher-profile-234 .image-wrapper-096 {
    margin: 0 auto;
    max-width: 200px;
}.teacher-profile-234 .name,
  .teacher-profile-234 .name + span {
    padding-left: 0;
    text-align: center;
}.teacher-profile-234 .name + span {
    margin-top: 0.5rem;
}
}



@media (hover: none) {.plan-deal-643 .fee-package-245 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.plan-deal-643 .fee-package-245::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.plan-deal-643 .price-sheet-943 h4::after {
    width: 60px;
}}



@media (max-width: 768px) {.company-info-438 {
    padding: 4rem 0;
}.company-info-438 .container {
    padding: 0 1.5rem;
}.company-info-438 h1 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: 46px;
}.company-info-438 h4 {
    font-size: 24px;
}.company-info-438 span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    padding: 1.25rem;
}.company-info-438 .text-post-623 {
    margin-left: 0;
}.company-info-438 h1::before {
    width: 60px;
    height: 3px;
}.company-info-438 h1::after {
    height: 3px;
    bottom: -8px;
    width: 30px;
}
}


@media only screen and (max-width: 800px) {.privacy-lair-085 {
    padding: 20px;
}.privacy-lair-085 h1 {
    font-size: calc(23px * 0.8);
}.privacy-lair-085 h2 {
    font-size: calc(23px * 0.8);
}.privacy-lair-085 ul li,
    .privacy-lair-085 ol li {
    padding: 10px;
}.privacy-lair-085 ol li:before {
    width: 20px;
    font-size: 0.8em;
    height: 20px;
}.privacy-lair-085 p {
    font-size: calc(12px * 0.9);
}}



@media (min-width: 768px) {.course-summary-570 .coding-class-472 {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course-summary-570 .image-wrapper-096 {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: auto;
}.course-summary-570 .text-post-623 {
    margin-left: -60px;
    z-index: 2;
    padding: 60px 60px 60px 80px;
}
}



@media (prefers-reduced-motion: reduce) {.course-summary-570 .coding-class-472,
    .course-summary-570 .text-post-623::before,
    .course-summary-570 h3::after {
    transition: none;
}}



@media screen and (max-width: 768px) {.access-help-863 {
    padding: 3rem 0 2rem;
}.access-help-863 .main-guide-108 {
    gap: 2rem;
    flex-direction: column;
}.access-help-863 .top-bar-716::before,
    .access-help-863 .top-bar-716::after {
    display: none;
}.access-help-863 .top-bar-716 {
    margin-bottom: 1.5rem;
}.template-cta-695 {
    padding: 1rem 0;
}
}



@media (max-width: 991px) {.data-summary-958 {
    padding: 4rem 1.5rem;
}.data-summary-958 h3 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.9);
}.data-summary-958 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.data-summary-958 .knowledge-upgrade-248 {
    padding: 1.75rem;
}
}


@media (max-width: 767px) {.service-info-657 {
    padding: 4rem 0;
}.service-info-657 .edu-askus-689 h3 {
    font-size: calc(37px * 0.85);
    padding: 1.5rem;
}.service-info-657 .edu-askus-689 h3 svg {
    width: 1.4rem;
    height: 1.4rem;
}.service-info-657 .connect-experts-194 {
    max-width: 100%;
    padding: 1.5rem 1.5rem 0.875rem;
}.service-info-657 .ask-feedback-354 {
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.service-info-657 .ask-feedback-354 span {
    padding-left: 3.25rem;
    padding: 1.25rem;
}.service-info-657 .ask-feedback-354 span svg {
    left: 1.1rem;
    width: 1.3rem;
    height: 1.3rem;
}.service-info-657 .get-help-479 h4 svg {
    width: 1.1rem;
    height: 1.1rem;
}.service-info-657 .get-help-479 span svg {
    height: 0.85rem;
    width: 0.85rem;
}
}



@media screen and (max-width: 767px) {.contact-us-194 {
    padding: 70px 0;
}.contact-us-194 h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.contact-us-194 .image-wrapper-096 {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(178,209,163,0.5);
}.contact-us-194 form {
    padding: 40px 30px;
}
}



@media (max-width: 992px) {.education-framework-975 {
    padding: 3rem 0;
}.education-framework-975 .expert-learning-192 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.education-framework-975 h3 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 767px) {.gratSpot-590 {
    padding: 60px 0;
}.gratSpot-590 .expert-learning-192 {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.gratSpot-590 h5 {
    font-size: calc(22px * 0.9);
}.gratSpot-590 p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}



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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(178,209,163,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(178,209,163);
    }
}



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



@keyframes floatGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}

@keyframes rotateGradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



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

