* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1142px;
    max-width: 100%;
}.head-nav-729 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.trial-offer-759 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.content-wrapper-731 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.education-history-069 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, #ffffff 100%);
    overflow: hidden;
}.education-history-069::before {
    position: absolute;
    z-index: 0;
    content: "";
    height: 400px;
    right: -100px;
    top: -100px;
    width: 400px;
    background: rgb(179,215,182,0.5);
    filter: blur(120px);
}.education-history-069::after {
    position: absolute;
    filter: blur(100px);
    bottom: -50px;
    background: rgb(136,192,141,0.5);
    height: 300px;
    z-index: 0;
    width: 300px;
    content: "";
    left: -50px;
}.education-history-069 .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.education-history-069 .review-glow-546 {
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    gap: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
}.education-history-069 .review-glow-546:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education-history-069 .review-glow-546 > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.education-history-069 .review-glow-546 .img-spot-654 {
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 180px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.education-history-069 .review-glow-546:hover .img-spot-654 {
    transform: translateZ(20px) scale(1.05);
}.education-history-069 .review-glow-546 .img-spot-654::before {
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(179,215,182,0.5) 100%
  );
}.education-history-069 .review-glow-546 > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.education-history-069 .review-glow-546 .name {
    font-size: calc(20px * 1.1);
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    color: rgb(179,215,182);
    display: inline-block;
}.education-history-069 .review-glow-546 .name::after {
    position: absolute;
    bottom: -8px;
    background: rgb(136,192,141);
    content: "";
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
}.education-history-069 .review-glow-546 > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 15px;
    color: #000000;
    font-size: calc(13px * 0.95);
    font-style: italic;
}.education-history-069 .review-glow-546 > div:nth-child(3) {
    position: relative;
}.education-history-069 .review-glow-546 .career-milestones-923 {
    transform: translateZ(5px);
    font-size: 13px;
    margin: 0;
    position: relative;
    line-height: 1.7;
    color: #000000;
    padding: 20px 0;
}.education-history-069 .review-glow-546 .career-milestones-923::before,
.education-history-069 .review-glow-546 .career-milestones-923::after {
    font-size: 80px;
    color: rgb(179,215,182,0.5);
    position: absolute;
    line-height: 1;
    font-family: Georgia, serif;
    content: "";
}.education-history-069 .review-glow-546 .career-milestones-923::before {
    left: -15px;
    top: -20px;
}.education-history-069 .review-glow-546 .career-milestones-923::after {
    bottom: -60px;
    right: -15px;
    content: "";
}

@media (min-width: 768px) {.education-history-069 .review-glow-546 {
    padding: 50px;
    gap: 30px 40px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.education-history-069 .review-glow-546 > div:first-child {
    grid-row: span 2;
}.education-history-069 .review-glow-546 > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.education-history-069 .review-glow-546 .name::after {
    left: 0;
    transform: none;
}.education-history-069 .review-glow-546 .career-milestones-923 {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(136,192,141,0.5);
}
}

@media (min-width: 992px) {.education-history-069 {
    padding: 140px 0;
}.education-history-069 .review-glow-546 {
    padding: 60px;
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
}.education-history-069 .review-glow-546 .img-spot-654 {
    width: 220px;
    height: 220px;
}.education-history-069 .review-glow-546 .name {
    font-size: calc(20px * 1.2);
}.education-history-069 .review-glow-546 .career-milestones-923 {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.education-history-069 {
    padding: 80px 0;
}.education-history-069 .review-glow-546 {
    padding: 30px 25px;
}.education-history-069 .review-glow-546 .img-spot-654 {
    width: 150px;
    height: 150px;
}.education-history-069 .review-glow-546 .career-milestones-923 {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.education-history-069 .review-glow-546 .career-milestones-923::before,
  .education-history-069 .review-glow-546 .career-milestones-923::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.education-history-069 {
    padding: 60px 0;
}.education-history-069 .review-glow-546 {
    padding: 25px 20px;
    gap: 20px;
}.education-history-069 .review-glow-546 .img-spot-654 {
    width: 120px;
    height: 120px;
}.education-history-069 .review-glow-546 .name {
    font-size: 20px;
}.education-history-069 .review-glow-546 > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}}.tariff-item-123 {
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(136,192,141,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.tariff-item-123::before {
    z-index: 1;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(179,215,182), 0.03) 40px, rgba(rgb(179,215,182), 0.03) 80px);
    width: 100%;
    top: 0;
    left: 0;
}.tariff-item-123 .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}.tariff-item-123 .tuition-table-376 {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}.tariff-item-123 .rate-card-872 {
    position: relative;
    z-index: 3;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 600px;
    transform: translateY(0);
    margin: 0 auto;
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.tariff-item-123 .rate-card-872:hover {
    transform: translateY(-5px);
}.tariff-item-123 .rate-card-872 h2 {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}.tariff-item-123 .rate-card-872 h2::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 80px;
    height: 3px;
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(1);
    bottom: -10px;
    background: rgb(179,215,182);
}.tariff-item-123 .rate-card-872:hover h2::after {
    transform: scaleX(1.5);
}.tariff-item-123 .payment-deals-041 {
    color: #000000;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    max-width: 100%;
    line-height: 1.6;
    word-break: break-word;
    font-size: 18px;
}.tariff-item-123 .fee-offers-476 {
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}.tariff-item-123 .payment-plan-729 {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.tariff-item-123 .payment-plan-729:hover {
    transform: translateY(-8px);
}.tariff-item-123 .bundle-price-460 {
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}.tariff-item-123 .payment-plan-729:hover .bundle-price-460 {
    box-shadow: 0 15px 35px rgba(rgb(179,215,182,0.5), 0.15);
}.tariff-item-123 .learning-packages-925 {
    min-height: 280px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 2rem;
}.tariff-item-123 .learning-packages-925 h3 {
    font-size: calc(24px + 0.1rem);
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}.tariff-item-123 .plan-fees-398 {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: calc(24px + 0.3rem);
    color: rgb(179,215,182);
    margin: 0.5rem 0 1.25rem;
}.tariff-item-123 .plan-fees-398::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: rgb(136,192,141);
    content: "";
    width: 40px;
}.tariff-item-123 .learning-packages-925 p {
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #000000;
    font-size: 18px;
    margin-top: 1.5rem;
    word-break: break-word;
}.tariff-item-123 .img-spot-654 {
    transition: transform 0.6s ease-out;
    width: 100%;
    position: relative;
    transform: scale(1);
    height: 220px;
}.tariff-item-123 .img-spot-654::after {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}.tariff-item-123 .payment-plan-729:hover .img-spot-654 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff-item-123 .fee-offers-476 {
    grid-template-columns: repeat(2, 1fr);
}.tariff-item-123 .rate-card-872 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.tariff-item-123 .tuition-table-376 {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.tariff-item-123 .rate-card-872 {
    width: 35%;
    margin: 0;
}.tariff-item-123 .fee-offers-476 {
    width: 65%;
}
}

@media (min-width: 1200px) {.tariff-item-123 .fee-offers-476 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-item-123 .learning-packages-925 {
    padding: 2.5rem;
}.tariff-item-123 .rate-card-872 h2 {
    font-size: calc(34px + 0.2rem);
}.tariff-item-123 .img-spot-654 {
    height: 250px;
}
}

@media (max-width: 767px) {.tariff-item-123 {
    padding: 4rem 0;
}.tariff-item-123 .learning-packages-925 {
    padding: 1.5rem;
    min-height: 240px;
}.tariff-item-123 .img-spot-654 {
    height: 180px;
}.tariff-item-123 .rate-card-872 {
    padding: 1.5rem;
}.tariff-item-123 .rate-card-872 h2 {
    font-size: calc(34px - 0.2rem);
}.tariff-item-123 .payment-deals-041 {
    font-size: calc(18px - 0.1rem);
}}.secure-cove-542 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 30px;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.secure-cove-542 h1 {
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(179,215,182);
    font-size: 43px;
    margin-top: 30px;
    color: rgb(179,215,182);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}.secure-cove-542 h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 29px;
    font-weight: 600;
    color: rgb(136,192,141);
    text-align: left;
    font-family: Arial, sans-serif;
    margin-top: 25px;
    border-bottom: 1px solid rgb(136,192,141);
}.secure-cove-542 h3, .secure-cove-542 h4, .secure-cove-542 h5, .secure-cove-542 h6 {
    color: #000000;
    margin-top: 20px;
    font-size: 19px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}.secure-cove-542 ul, .secure-cove-542 ol {
    color: #000000;
    padding: 10px 0;
    font-size: 18px;
    list-style-position: inside;
    list-style: none;
    padding-left: 0;
    font-family: Arial, sans-serif;
}.secure-cove-542 li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}.secure-cove-542 li::before {
    font-size: 1.2em;
    left: 0;
    position: absolute;
    line-height: 1em;
    content: "•";
    color: rgb(179,215,182);
    top: 0;
}.secure-cove-542 section {
    background: none;
}.secure-cove-542 p, .secure-cove-542 span, .secure-cove-542 div {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.secure-cove-542 {
    padding: 20px 10px;
}.secure-cove-542 h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(19px - 4px);
}.secure-cove-542 h2 {
    font-size: calc(19px - 4px);
    margin-top: 20px;
    margin-bottom: 10px;
}.secure-cove-542 ul, .secure-cove-542 ol {
    padding-left: 10px;
}.secure-cove-542 li {
    padding-left: 15px;
}}.trial-offer-759 {
    z-index: 1;
    color: #ffffff;
    position: relative;
    padding: 5rem 0 3rem;
}.trial-offer-759::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(179,215,182,0.5) 100%);
    z-index: -1;
    position: absolute;
    backdrop-filter: blur(8px);
    height: 100%;
}.trial-offer-759 .container {
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    position: relative;
}.trial-offer-759 .company_holder {
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(179,215,182);
    padding-left: 2rem;
    position: relative;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(179,215,182);
    }
    50% {
        border-left-color: rgb(136,192,141);
    }
    100% {
        border-left-color: rgb(179,215,182);
    }
}

.trial-offer-759 .company_holder h3 {
    -webkit-background-clip: text !important;
    font-size: calc(30px * 1.2);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(136,192,141));
}.trial-offer-759 .footnote-ref-752 {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 1rem;
}.trial-offer-759 .twitter-cta-981 {
    display: flex;
    justify-content: flex-end;
}.trial-offer-759 .head-section-026 {
    gap: 4rem;
    display: flex;
}.trial-offer-759 .top-class-284 {
    position: relative;
}.trial-offer-759 .top-class-284::before {
    border-left: 1px solid rgb(179,215,182);
    width: 40px;
    opacity: 0.4;
    position: absolute;
    left: -20px;
    content: "";
    height: 40px;
    top: -10px;
    border-top: 1px solid rgb(179,215,182);
}.trial-offer-759 .top-class-284::after {
    border-bottom: 1px solid rgb(179,215,182);
    border-right: 1px solid rgb(179,215,182);
    width: 40px;
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    bottom: -10px;
    opacity: 0.4;
}.trial-offer-759 .top-class-284 h5 {
    text-transform: uppercase;
    color: rgb(136,192,141);
    font-size: 24px;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
}.trial-offer-759 .top-class-284 .head-section-026 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.trial-offer-759 .top-class-284 .head-section-026 a {
    text-decoration: none;
    opacity: 0.8;
    padding-left: 1rem;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}.trial-offer-759 .top-class-284 .head-section-026 a::before {
    background-color: rgb(179,215,182);
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    content: "";
}.trial-offer-759 .top-class-284 .head-section-026 a:hover {
    color: rgb(179,215,182);
    opacity: 1;
    transform: translateX(5px);
}.trial-offer-759 .top-class-284 .head-section-026 a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(136,192,141);
}.case-study-894 {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    padding: 1.5rem 0;
}.case-study-894::before {
    width: 100%;
    opacity: 0.5;
    height: 1px;
    content: "";
    left: 0;
    background: linear-gradient(to right, transparent, rgb(179,215,182), transparent);
    top: 0;
    position: absolute;
}.case-study-894 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.case-study-894 .training-zone-281 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 992px) {.trial-offer-759 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.trial-offer-759 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.trial-offer-759 .twitter-cta-981 {
    justify-content: flex-start;
}.trial-offer-759 .head-section-026 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.trial-offer-759 {
    padding: 3rem 0 2rem;
}.trial-offer-759 .head-section-026 {
    flex-direction: column;
    gap: 2rem;
}.trial-offer-759 .top-class-284::before,
    .trial-offer-759 .top-class-284::after {
    display: none;
}.trial-offer-759 .top-class-284 {
    margin-bottom: 1.5rem;
}.case-study-894 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.trial-offer-759 .company_holder h3 {
    font-size: 30px;
}.trial-offer-759 .top-class-284 h5 {
    font-size: calc(18px * 1.1);
}.trial-offer-759 .top-class-284 .head-section-026 a {
    font-size: calc(14px * 0.9);
}}.experience-trial-097 {
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
}.experience-trial-097::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    animation: rotateBg 20s linear infinite;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(179,215,182) 0deg,
            rgb(136,192,141) 15deg,
            rgb(179,215,182) 30deg
        );
}.experience-trial-097::after {
    background-size: 100% 100px, 100px 100%;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    animation: scanLines 5s linear infinite alternate;
    content: '';
    opacity: 0.05;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    left: 0;
    height: 100%;
    background-position: center;
}.experience-trial-097 .skill-space-203 {
    border-radius: 16px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(179,215,182,0.5),
        0 0 40px rgb(179,215,182,0.5);
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    max-width: 1000px;
    justify-content: center;
    display: flex;
    overflow: hidden;
}.experience-trial-097 .skill-space-203::before {
    left: -50%;
    z-index: -1;
    width: 200%;
    height: 200%;
    position: absolute;
    content: '';
    top: -50%;
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    animation: pulseGlow 6s ease-in-out infinite alternate;
}.experience-trial-097 .skill-space-203::after {
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    opacity: 0.3;
}.experience-trial-097 h3 {
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    font-size: 32px;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(179,215,182);
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #ffffff;
}.experience-trial-097 h3::before {
    top: 0;
    animation: glitchEffect 2s infinite linear alternate;
    z-index: -1;
    color: rgb(136,192,141);
    opacity: 0.7;
    width: 100%;
    left: -3px;
    position: absolute;
    height: 100%;
    content: attr(data-text);
}.experience-trial-097 h3::after {
    content: attr(data-text);
    color: rgb(179,215,182);
    left: 3px;
    top: 0;
    opacity: 0.7;
    animation: glitchEffect 3s infinite linear alternate-reverse;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: absolute;
}.experience-trial-097 .edu-asknow-962 {
    color: #ffffff;
    position: relative;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    padding: 18px 45px;
    background-size: 200% 200%;
    z-index: 1;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border-radius: 16px;
    animation: gradientFlow 5s ease infinite;
    background: linear-gradient(45deg, rgb(179,215,182), rgb(136,192,141), rgb(179,215,182));
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(136,192,141,0.5),
        0 0 30px rgb(136,192,141,0.5);
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.experience-trial-097 .edu-asknow-962::before {
    border-radius: calc(16px + 2px);
    left: -2px;
    top: -2px;
    right: -2px;
    animation: gradientFlow 5s ease infinite;
    content: '';
    opacity: 0.7;
    background-size: 400% 400%;
    bottom: -2px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(179,215,182), rgb(136,192,141), rgb(179,215,182));
}.experience-trial-097 .edu-asknow-962::after {
    left: -100%;
    transition: all 0.6s ease;
    position: absolute;
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    height: 100%;
    z-index: 1;
    transform: skewX(-20deg);
    top: 0;
}.experience-trial-097 .edu-asknow-962:hover {
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
    transform: translateY(-5px) scale(1.03);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(136,192,141),
        0 0 50px rgb(136,192,141,0.5);
}.experience-trial-097 .edu-asknow-962:hover::after {
    left: 130%;
}

@media screen and (max-width: 992px) {.experience-trial-097 {
    padding: 100px 0;
}.experience-trial-097 .skill-space-203 {
    max-width: 90%;
    padding: 50px 30px;
}.experience-trial-097 h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 45px;
}.experience-trial-097 .edu-asknow-962 {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.experience-trial-097 {
    padding: 80px 0;
}.experience-trial-097 .skill-space-203 {
    padding: 40px 25px;
}.experience-trial-097 h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(32px * 0.8);
}.experience-trial-097 .edu-asknow-962 {
    font-size: calc(16px * 0.95);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.experience-trial-097 {
    padding: 60px 0;
}.experience-trial-097 .skill-space-203 {
    padding: 30px 20px;
}.experience-trial-097 h3 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: calc(32px * 0.7);
}.experience-trial-097 .edu-asknow-962 {
    font-size: calc(16px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1px;
}}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}.educational-rewards-365 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, #ffffff 100%);
    position: relative;
}.educational-rewards-365::before {
    height: 80%;
    top: -20%;
    filter: blur(40px);
    width: 45%;
    content: "";
    position: absolute;
    right: -10%;
    z-index: 1;
    transform: rotate(-15deg) skewX(-15deg);
    opacity: 0.3;
    background: linear-gradient(120deg, rgb(136,192,141,0.5) 0%, rgb(179,215,182,0.5) 100%);
}.educational-rewards-365::after {
    filter: blur(30px);
    transform: rotate(15deg) skewY(5deg);
    content: "";
    bottom: -10%;
    width: 35%;
    left: -5%;
    background: linear-gradient(210deg, rgb(179,215,182,0.5) 0%, rgb(136,192,141,0.5) 100%);
    z-index: 1;
    height: 70%;
    position: absolute;
    opacity: 0.2;
}.educational-rewards-365 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
}.educational-rewards-365 .skill-space-203 {
    gap: 60px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    perspective: 1000px;
}.educational-rewards-365 .paragraph-wrap-345 {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    width: 100%;
    transform: translateZ(10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 2px rgba(0, 0, 0, 0.1);
}.educational-rewards-365 .paragraph-wrap-345::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 4px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(136,192,141));
}.educational-rewards-365 h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    transform: translateX(0);
    transition: transform 0.5s ease-out;
    color: #000000;
    position: relative;
}.educational-rewards-365 h4::after {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    background: rgb(136,192,141);
    transform-origin: left;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    width: 80px;
    bottom: -10px;
    content: "";
}.educational-rewards-365 .paragraph-wrap-345:hover h4 {
    transform: translateX(5px);
}.educational-rewards-365 .paragraph-wrap-345:hover h4::after {
    transform: scaleX(1.2);
}.educational-rewards-365 .paragraph-wrap-345 > div {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.educational-rewards-365 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.educational-rewards-365 li {
    margin-bottom: 20px;
    transition: transform 0.3s ease-out;
    transform: translateY(0);
}.educational-rewards-365 li:last-child {
    margin-bottom: 0;
}.educational-rewards-365 li:hover {
    transform: translateY(-3px);
}.educational-rewards-365 li p {
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 12px;
    margin: 0;
    display: flex;
    gap: 15px;
}.educational-rewards-365 li p span:first-child {
    align-items: center;
    flex-shrink: 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    width: 38px;
    transition: all 0.3s ease;
    height: 38px;
    justify-content: center;
    border-radius: 50%;
}.educational-rewards-365 li:hover p span:first-child {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,236,218) 100%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}.educational-rewards-365 svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.educational-rewards-365 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,215,182);
}.educational-rewards-365 li:hover svg {
    transform: rotate(-10deg);
}.educational-rewards-365 li:hover svg path {
    fill: rgb(136,192,141);
}.educational-rewards-365 li p span:last-child {
    font-weight: 400;
    flex-grow: 1;
    transition: all 0.3s ease;
}.educational-rewards-365 li:hover p span:last-child {
    transform: translateX(5px);
}.educational-rewards-365 .img-spot-654 {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 500px;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    border: 8px solid #ffffff;
}.educational-rewards-365 .img-spot-654:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
                0 15px 25px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(20px);
}

@media (min-width: 768px) {.educational-rewards-365 .paragraph-wrap-345 > div {
    gap: 40px;
    flex-direction: row;
}.educational-rewards-365 .paragraph-wrap-345 > div > div {
    flex: 1;
}.educational-rewards-365 .paragraph-wrap-345 {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.educational-rewards-365 {
    padding: 150px 0;
}.educational-rewards-365 .skill-space-203 {
    align-items: center;
    gap: 80px;
    flex-direction: row;
    justify-content: space-between;
}.educational-rewards-365 .paragraph-wrap-345 {
    flex: 1;
    transform: perspective(1000px) translateZ(30px) rotateY(2deg);
    max-width: 60%;
}.educational-rewards-365 .img-spot-654 {
    max-width: 40%;
    flex: 1;
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg) translateZ(20px);
}.educational-rewards-365 h4 {
    font-size: calc(18px * 1.1);
}.educational-rewards-365 li p {
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.educational-rewards-365 .skill-space-203 {
    gap: 100px;
}.educational-rewards-365 .paragraph-wrap-345 {
    padding: 60px 50px;
}.educational-rewards-365 li p span:first-child {
    width: 42px;
    height: 42px;
}.educational-rewards-365 svg {
    width: 24px;
    height: 24px;
}.educational-rewards-365 h4::after {
    width: 100px;
}
}

@media (max-width: 767px) {.educational-rewards-365 {
    padding: 80px 0;
}.educational-rewards-365 .paragraph-wrap-345 {
    padding: 30px 20px;
}.educational-rewards-365 h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.educational-rewards-365 li p {
    font-size: calc(12px * 0.95);
}.educational-rewards-365 li p span:first-child {
    height: 34px;
    width: 34px;
}.educational-rewards-365 svg {
    height: 20px;
    width: 20px;
}}.course-program-details-426 {
    padding: 100px 0;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    background: rgb(179,215,182);
    min-height: 100vh;
    perspective: 1500px;
}.course-program-details-426::before {
    top: 0;
    animation: gridPulse 8s linear infinite;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    content: "";
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(179,215,182,0.5) 50%, rgb(179,215,182,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(179,215,182,0.5) 50%, rgb(179,215,182,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    z-index: 1;
}.course-program-details-426::after {
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 20%, rgb(179,215,182,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(136,192,141,0.5) 0%, transparent 50%);
    mix-blend-mode: screen;
    z-index: 2;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.2;
    top: 0;
}.course-program-details-426 .container {
    position: relative;
    width: 100%;
    z-index: 5;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1600px;
}.course-program-details-426 .learn-work-095 {
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
    display: grid;
    position: relative;
    transform-style: preserve-3d;
}.course-program-details-426 .paragraph-wrap-345 {
    border-radius: 0;
    transform: translateZ(50px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(179,215,182,0.5);
    padding: 60px;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.7);
    border-left: 3px solid rgb(179,215,182);
    z-index: 15;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    position: relative;
}.course-program-details-426 .paragraph-wrap-345::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    width: 100%;
    left: 0;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(179,215,182,0.5) 50%, rgb(179,215,182,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    position: absolute;
    top: 0;
    opacity: 0.05;
    height: 100%;
    content: "";
}.course-program-details-426 .paragraph-wrap-345::after {
    position: absolute;
    opacity: 0.2;
    transform: translate(50%, 50%);
    bottom: 0;
    content: "";
    background: 
        conic-gradient(from 0deg, rgb(179,215,182,0.5) 0deg, transparent 120deg);
    right: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: rotateConic 10s linear infinite;
}.course-program-details-426 .paragraph-wrap-345 h2 {
    letter-spacing: 2px;
    color: #ffffff;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 0 0 15px rgb(179,215,182,0.5);
    margin-bottom: 40px;
    position: relative;
}.course-program-details-426 .paragraph-wrap-345 h2::after {
    width: 100px;
    box-shadow: 0 0 15px rgb(179,215,182);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(179,215,182);
    height: 3px;
}.course-program-details-426 .paragraph-wrap-345 .description {
    font-size: 17px;
    padding-left: 20px;
    line-height: 1.9;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
}.course-program-details-426 .paragraph-wrap-345 .description::before {
    opacity: 0.7;
    content: ">";
    color: rgb(136,192,141);
    position: absolute;
    left: 0;
}.course-program-details-426 .paragraph-wrap-345 .description:last-child {
    margin-bottom: 0;
}.course-program-details-426 .hud-element {
    z-index: 5;
    position: absolute;
    border: 1px solid rgb(179,215,182,0.5);
    opacity: 0.2;
}.course-program-details-426 .img-spot-654 {
    transform-origin: right center;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 0;
    position: relative;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    height: 650px;
    transform: translateZ(0) rotateY(-10deg);
    width: 100%;
}.course-program-details-426 .img-spot-654::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    top: 0;
    left: 0;
    z-index: 1;
}.course-program-details-426 .img-spot-654::after {
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(179,215,182), 0.1) 2px, rgba(rgb(179,215,182), 0.1) 4px);
    position: absolute;
    opacity: 0.1;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    animation: scanlines 8s linear infinite;
    top: 0;
    z-index: 2;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course-program-details-426 {
    padding: 80px 0;
}.course-program-details-426 .paragraph-wrap-345 {
    padding: 40px;
}.course-program-details-426 .img-spot-654 {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course-program-details-426 {
    min-height: auto;
    padding: 60px 0;
}.course-program-details-426 .learn-work-095 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.course-program-details-426 .paragraph-wrap-345 {
    transform: translateZ(0);
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.course-program-details-426 .img-spot-654 {
    transform: translateZ(0) rotateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
}
}

@media screen and (max-width: 767px) {.course-program-details-426 {
    padding: 50px 0;
}.course-program-details-426 .container {
    padding: 0 20px;
}.course-program-details-426 .paragraph-wrap-345 {
    padding: 25px;
}.course-program-details-426 .paragraph-wrap-345 h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: calc(40px * 0.8);
}.course-program-details-426 .paragraph-wrap-345 .description {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: calc(17px * 0.95);
}.course-program-details-426 .img-spot-654 {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course-program-details-426 {
    padding: 40px 0;
}.course-program-details-426 .container {
    padding: 0 15px;
}.course-program-details-426 .paragraph-wrap-345 {
    padding: 20px;
}.course-program-details-426 .paragraph-wrap-345 h2 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.course-program-details-426 .paragraph-wrap-345 h2::before {
    top: -20px;
    font-size: 14px;
}.course-program-details-426 .img-spot-654 {
    height: 280px;
}}.welcome-page-471 {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(136,192,141,0.5) 100%);
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
}.welcome-page-471::before {
    background-size: 50px 50px;
    opacity: 0.03;
    z-index: 1;
    background: 
    linear-gradient(45deg, transparent 45%, rgb(179,215,182,0.5) 45%, rgb(179,215,182,0.5) 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgb(136,192,141,0.5) 45%, rgb(136,192,141,0.5) 55%, transparent 55%);
    right: 0;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    animation: backgroundShift 60s linear infinite;
}.welcome-page-471::after {
    width: 40vw;
    animation: floatBubble 20s ease-in-out infinite alternate;
    z-index: 0;
    top: -10%;
    right: -10%;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.03;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 40vw;
    background: rgb(179,215,182);
}.welcome-page-471 .page-front-143 {
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
    width: 90%;
    gap: 2rem;
    position: relative;
    z-index: 2;
}.welcome-page-471 .page-front-143 > div:first-child {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 1.5rem 2rem;
    transform: translateY(1rem);
    background: #ffffff;
    opacity: 0;
}.welcome-page-471 .page-front-143 > div:first-child::before {
    transform-origin: top;
    left: 0;
    transform: scaleY(0);
    width: 5px;
    top: 0;
    background: rgb(179,215,182);
    position: absolute;
    height: 100%;
    content: "";
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.welcome-page-471 .page-front-143 > div:first-child p {
    letter-spacing: 0.015em;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(14px * 1.1);
}.welcome-page-471 .virtual-classes-086 {
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    transform: translateY(1rem);
}.welcome-page-471 .virtual-classes-086 > div {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    padding: 3rem 2.5rem;
}.welcome-page-471 .virtual-classes-086 > div::before {
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    z-index: 1;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}.welcome-page-471 .virtual-classes-086 > div h3 {
    font-weight: 400;
    max-width: 85%;
    z-index: 2;
    line-height: 1.5;
    position: relative;
    animation: fadeIn 0.8s ease-out 0.8s both;
    font-family: Arial, sans-serif;
    margin: 0 0 2rem;
    font-size: calc(24px * 0.95);
    color: #ffffff;
}.welcome-page-471 .virtual-classes-086 > div > div {
    position: relative;
    z-index: 2;
}.welcome-page-471 .virtual-classes-086 .title_style_header {
    animation: slideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    font-size: clamp(2rem, 5vw, 43px);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform: translateY(0.5rem);
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.2;
    opacity: 0;
}.welcome-page-471 .virtual-classes-086 > div > div > div {
    margin-top: 1.5rem;
    position: relative;
}.welcome-page-471 .virtual-classes-086 > div > div > div::before {
    transform: scaleX(0);
    left: 0;
    width: 60px;
    position: absolute;
    height: 4px;
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    bottom: -1.5rem;
    background: rgb(179,215,182);
    transform-origin: left;
    content: "";
}

@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes backgroundShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}

@keyframes floatBubble {
  0% {
    transform: rotate(-15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-10deg) translate(-20px, 20px);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
  }
}

@media (min-width: 768px) {.welcome-page-471 .page-front-143 {
    align-items: center;
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
}.welcome-page-471 .page-front-143 > div:first-child {
    padding: 2rem 2.5rem;
    margin-top: -2rem;
}.welcome-page-471 .page-front-143 > div:first-child p {
    font-size: calc(14px * 1.2);
}.welcome-page-471 .virtual-classes-086 > div {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 4rem 3rem;
    min-height: 320px;
}.welcome-page-471 .virtual-classes-086 > div h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
    font-size: 24px;
}.welcome-page-471 .virtual-classes-086 > div > div > div::before {
    width: 80px;
    height: 5px;
}
}

@media (min-width: 992px) {.welcome-page-471 .page-front-143 {
    grid-template-columns: 0.35fr 0.65fr;
}.welcome-page-471 .page-front-143 > div:first-child {
    opacity: 0;
    transform: translateX(-1rem);
    animation: slideRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}.welcome-page-471 .virtual-classes-086 {
    transform: translateX(1rem);
    animation: slideLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
}.welcome-page-471 .virtual-classes-086 > div {
    min-height: 380px;
    padding: 5rem 4rem;
}.welcome-page-471 .virtual-classes-086 > div h3 {
    font-size: calc(24px * 1.1);
    max-width: 75%;
}.welcome-page-471 .virtual-classes-086 > div > div > div::before {
    width: 100px;
}
}

@keyframes slideRight {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (hover: hover) {.welcome-page-471 .virtual-classes-086 > div {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.welcome-page-471 .virtual-classes-086 > div:hover {
    transform: translateY(-5px);
}.welcome-page-471 .virtual-classes-086 > div:hover .title_style_header {
    transition: text-shadow 0.5s ease;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}.welcome-page-471 .page-front-143 > div:first-child {
    transition: box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.welcome-page-471 .page-front-143 > div:first-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 767px) {.welcome-page-471 {
    padding: 4rem 1rem;
}.welcome-page-471 .page-front-143 > div:first-child {
    padding: 1.25rem 1.5rem;
}.welcome-page-471 .virtual-classes-086 > div {
    padding: 2.5rem 1.5rem;
}.welcome-page-471 .virtual-classes-086 > div h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.welcome-page-471 .virtual-classes-086 .title_style_header {
    font-size: calc(29px * 0.9);
}}.course-demographic-420 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(179,215,182,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.course-demographic-420::before {
    content: "";
    opacity: 0.6;
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(136,192,141,0.5) 0%, 
            transparent 50%
        );
}.course-demographic-420::after {
    width: 100%;
    height: 200px;
    z-index: 0;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(
            to top,
            rgb(216,236,218) 0%,
            transparent 100%
        );
    content: "";
    bottom: 0;
}.course-demographic-420 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.course-demographic-420 .skill-space-203 {
    padding: 0 50px;
    position: relative;
    overflow: visible;
}.course-demographic-420 h4 {
    color: #000000;
    margin-bottom: 80px;
    font-size: 38px;
    line-height: 1.2;
    max-width: 700px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
}.course-demographic-420 h4::before {
    bottom: 15px;
    width: 6px;
    background: linear-gradient(180deg, rgb(179,215,182), rgb(136,192,141));
    border-radius: 3px;
    content: "";
    left: 0;
    top: 15px;
    position: absolute;
}.course-demographic-420 div {
    flex-direction: column;
    position: relative;
    display: flex;
}.course-demographic-420 div::before {
    top: 0;
    left: 36px;
    height: 100%;
    width: 2px;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(179,215,182,0.5), rgb(136,192,141,0.5));
    content: "";
}.course-demographic-420 div p {
    position: relative;
    display: flex;
    color: #000000;
    align-items: flex-start;
    padding-left: 85px;
    margin: 0 0 35px 0;
    font-size: 13px;
    transition: all 0.3s ease;
    line-height: 1.6;
}.course-demographic-420 div p:last-child {
    margin-bottom: 0;
}.course-demographic-420 div p:hover {
    transform: translateX(10px);
}.course-demographic-420 div p svg {
    transition: all 0.3s ease;
    z-index: 2;
    width: 32px;
    background: #ffffff;
    border-radius: 50%;
    height: 32px;
    top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 20px;
    padding: 8px;
}.course-demographic-420 div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.course-demographic-420 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,215,182);
}.course-demographic-420 div p:hover svg path {
    fill: rgb(136,192,141);
}.course-demographic-420 div p::before {
    width: 10px;
    top: 16px;
    transition: all 0.3s ease;
    height: 2px;
    opacity: 0;
    left: 75px;
    content: "";
    background: rgb(179,215,182);
    position: absolute;
}.course-demographic-420 div p:hover::before {
    width: 20px;
    opacity: 1;
}.course-demographic-420 div p::after {
    transform: scale(0.95);
    top: -10px;
    position: absolute;
    width: calc(100% - 60px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    content: "";
    opacity: 0;
    left: 60px;
    height: calc(100% + 20px);
    border-radius: 11px;
    z-index: -1;
}.course-demographic-420 div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.course-demographic-420 {
    padding: 100px 0;
}.course-demographic-420 .skill-space-203 {
    padding: 0 30px;
}.course-demographic-420 h4 {
    font-size: calc(38px - 6px);
    margin-bottom: 60px;
}.course-demographic-420 div p {
    margin-bottom: 30px;
    padding-left: 75px;
}.course-demographic-420 div::before {
    left: 31px;
}.course-demographic-420 div p svg {
    width: 28px;
    left: 17px;
    height: 28px;
}.course-demographic-420 div p::before {
    left: 65px;
}.course-demographic-420 div p::after {
    left: 50px;
    width: calc(100% - 50px);
}
}

@media (max-width: 767px) {.course-demographic-420 {
    padding: 80px 0;
}.course-demographic-420 .skill-space-203 {
    padding: 0 20px;
}.course-demographic-420 h4 {
    margin-bottom: 50px;
    font-size: calc(38px - 12px);
    padding-left: 20px;
}.course-demographic-420 h4::before {
    width: 4px;
}.course-demographic-420 div p {
    padding-left: 65px;
    margin-bottom: 25px;
}.course-demographic-420 div::before {
    left: 28px;
}.course-demographic-420 div p svg {
    left: 16px;
    height: 24px;
    width: 24px;
}.course-demographic-420 div p::before {
    left: 55px;
    top: 14px;
}.course-demographic-420 div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}

@media (max-width: 479px) {.course-demographic-420 {
    padding: 60px 0;
}.course-demographic-420 .skill-space-203 {
    padding: 0 10px;
}.course-demographic-420 h4 {
    font-size: calc(38px - 18px);
    padding-left: 15px;
    margin-bottom: 40px;
}.course-demographic-420 div p {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: calc(13px - 1px);
}.course-demographic-420 div::before {
    left: 23px;
}.course-demographic-420 div p svg {
    padding: 6px;
    left: 13px;
    width: 20px;
    height: 20px;
}.course-demographic-420 div p::before {
    left: 45px;
    top: 10px;
}.course-demographic-420 div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}header {
    overflow: visible;
    z-index: 1000;
    background: linear-gradient(to right, rgb(136,192,141,0.5), rgb(179,215,182));
    padding: 1.5rem 0;
    position: relative;
}header::before {
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .top-page-953 {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}header .main-know-287 {
    position: relative;
    z-index: 2;
    text-decoration: none;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}header .main-know-287::after {
    position: absolute;
    background: #ffffff;
    transform: translateX(-50%);
    height: 2px;
    width: 50%;
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    content: '';
    opacity: 0.6;
    left: 50%;
}header .main-know-287:hover::after {
    width: 80%;
    opacity: 1;
}header .main-know-287 svg {
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(179,215,182,0.5));
    width: 220px;
}header .main-know-287:hover svg {
    transform: translateY(-5px);
}header .top-class-284 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding: 0.6rem 1rem;
    display: flex;
    gap: 0.8rem;
    width: 100%;
    max-width: 800px;
    border-radius: 18px;
}header .top-class-284::before {
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 18px;
    z-index: -1;
    height: 100%;
}header .top-study-821 {
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    overflow: hidden;
}header .top-study-821::before {
    opacity: 0;
    height: 100%;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    left: 0;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    width: 100%;
}header .top-study-821:hover {
    transform: translateY(-3px);
    color: rgb(179,215,182);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .top-study-821:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-page-953 {
    gap: 1.2rem;
}header .main-know-287 svg {
    width: 180px;
}header .top-class-284 {
    gap: 0.6rem;
    padding: 0.5rem;
}header .top-study-821 {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top-page-953 {
    gap: 1rem;
}header .main-know-287 svg {
    width: 150px;
}header .top-class-284 {
    gap: 0.4rem;
    padding: 0.4rem;
}header .top-study-821 {
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top-page-953 {
    gap: 0.8rem;
}header .main-know-287 svg {
    width: 140px;
}header .top-class-284 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
    overflow-x: auto;
}header .top-class-284::-webkit-scrollbar {
    height: 3px;
}header .top-class-284::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .top-study-821 {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.cookie-message-popup-604 {
    background: rgb(136,192,141);
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    position: fixed;
    z-index: 90;
    width: 100%;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(136,192,141);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#panelCookieWarning-204 {
    display: none;
}#panelCookieWarning-204:checked ~ .cookie-message-popup-604 {
    visibility: hidden;
    opacity: 0;
}.track-ack-624 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 5%;
}.cookie-message-popup-604 h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.cookie-message-popup-604 p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.cookie-box-921 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(179,215,182));
}.cookie-box-921 svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(179,215,182);
}.cookie-box-921:hover svg {
    transform: scale(1.1);
}.data-opt-619 {
    flex-shrink: 0;
    color: #000000;
    text-align: center;
    background: linear-gradient(90deg, rgb(179,215,182), rgb(136,192,141));
    min-width: 140px;
    cursor: pointer;
    line-height: 40px;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(179,215,182);
    font-size: 19px;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 14px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}.data-opt-619:hover {
    box-shadow: 0 0 20px rgb(136,192,141);
}.cookie_button.privacy-opt-549 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(136,192,141);
    color: #ffffff;
}.cookie_button.privacy-opt-549:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(136,192,141);
}.cookie-message-popup-604 p a {
    transition: color 0.3s ease;
    color: rgb(179,215,182);
    text-decoration: none;
}.cookie-message-popup-604 p a:hover {
    color: rgb(136,192,141);
}
@media only screen and (max-width: 1200px) {.cookie-message-popup-604 {
    padding: 15px 0;
}.track-ack-624 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-box-921 {
    display: none;
}.track-ack-624 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-message-popup-604 h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.privacy-switch-512 {
    margin-bottom: 15px;
}.data-opt-619 {
    margin: 10px 0;
    min-width: 100%;
}}
.operation-process-263 {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(170deg, rgb(216,236,218) 60%, rgb(179,215,182,0.5) 100%);
    position: relative;
}.operation-process-263::before {
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    background-image: 
        linear-gradient(rgb(136,192,141,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(136,192,141,0.5) 1px, transparent 1px);
    top: 0;
    height: 100%;
    animation: gridPulse 8s ease-in-out infinite alternate;
    opacity: 0.15;
    position: absolute;
    background-size: 30px 30px;
}.operation-process-263::after {
    z-index: 0;
    width: 120%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,215,182,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(136,192,141,0.5) 0%, transparent 25%);
    animation: glowMove 15s ease-in-out infinite alternate;
    position: absolute;
    top: -10%;
    left: -10%;
    filter: blur(60px);
    content: "";
    opacity: 0.4;
    height: 120%;
}.operation-process-263 .skill-space-203 {
    max-width: 1100px;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    z-index: 2;
    display: grid;
    transition: transform 0.5s ease;
    margin: 0 auto;
}.operation-process-263 h3 {
    position: relative;
    text-transform: uppercase;
    padding: 0 2rem;
    font-weight: 700;
    text-align: center;
    animation: circuitConnect 1.5s ease-out forwards;
    color: #000000;
    letter-spacing: 3px;
    font-size: 34px;
    margin: 0;
}.operation-process-263 h3::before,
.operation-process-263 h3::after {
    left: 20%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    animation: lineGlow 3s ease-in-out infinite alternate;
    width: 60%;
    content: "";
    height: 1px;
}.operation-process-263 h3::before {
    top: -15px;
}.operation-process-263 h3::after {
    bottom: -15px;
}.operation-process-263 span {
    z-index: 2;
    position: relative;
    animation: moduleInitialize 1s ease-out forwards;
    align-items: center;
    padding: 3rem;
    text-align: center;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    justify-content: center;
    display: flex;
}.operation-process-263 span::before {
    top: 0;
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    bottom: 0;
    position: absolute;
    left: 0;
    background: #ffffff;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    right: 0;
    content: "";
}.operation-process-263 span::after {
    right: 4px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    content: "";
    bottom: 4px;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    left: 4px;
    top: 4px;
}.operation-process-263 .skill-space-203::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(136,192,141));
    width: 3px;
    left: calc(50% - 1.5px);
    z-index: 1;
    top: calc(3rem + 20px);
    height: 50px;
}.operation-process-263 .skill-space-203::after {
    height: 16px;
    box-shadow: 
        0 0 15px rgb(179,215,182,0.5),
        0 0 30px rgb(179,215,182,0.5);
    animation: pulseNode 3s ease-in-out infinite;
    border-radius: 50%;
    content: "";
    width: 16px;
    top: calc(3rem + 70px);
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(179,215,182), rgb(136,192,141));
    left: calc(50% - 8px);
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.1;
        background-size: 30px 30px;
    }
    50% {
        opacity: 0.2;
        background-size: 32px 32px;
    }
}

@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}

@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moduleInitialize {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(179,215,182,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(179,215,182);
    }
}

@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(179,215,182,0.5),
            0 0 30px rgb(179,215,182,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(179,215,182),
            0 0 40px rgb(179,215,182,0.5);
    }
}

@media (max-width: 992px) {.operation-process-263 {
    padding: 6rem 1.5rem;
}.operation-process-263 h3 {
    padding: 0 1.5rem;
    letter-spacing: 2px;
    font-size: calc(34px * 0.9);
}.operation-process-263 span {
    padding: 2.5rem;
}.operation-process-263 .skill-space-203::before {
    height: 40px;
}.operation-process-263 .skill-space-203::after {
    top: calc(3rem + 60px);
}
}

@media (max-width: 768px) {.operation-process-263 {
    padding: 4rem 1rem;
}.operation-process-263::before {
    background-size: 20px 20px;
}.operation-process-263 h3 {
    padding: 0 1rem;
    letter-spacing: 1px;
    font-size: calc(34px * 0.8);
}.operation-process-263 span {
    font-size: calc(17px * 0.95);
    padding: 2rem;
}.operation-process-263 .skill-space-203::before {
    height: 30px;
}.operation-process-263 .skill-space-203::after {
    height: 12px;
    left: calc(50% - 6px);
    top: calc(3rem + 50px);
    width: 12px;
}}.our-team-041 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(216,236,218) 0%, rgba(0, 0, 0, 0.5) 100%);
}.our-team-041::before {
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    opacity: 0.05;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(179,215,182,0.5) 25%, transparent 25%, transparent 75%, rgb(179,215,182,0.5) 75%),
                linear-gradient(45deg, rgb(179,215,182,0.5) 25%, transparent 25%, transparent 75%, rgb(179,215,182,0.5) 75%);
    content: '';
}.our-team-041 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.our-team-041 .skill-space-203 {
    gap: 50px;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 2;
}.our-team-041 .value-prop-534 {
    flex: 0 0 350px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    position: relative;
    padding: 30px;
}.our-team-041 .value-prop-534::before {
    position: absolute;
    right: -5px;
    background: linear-gradient(45deg, rgb(179,215,182), rgb(136,192,141));
    transform: perspective(1000px) rotateY(5deg);
    top: -5px;
    z-index: -1;
    opacity: 0.5;
    border-radius: calc(12px + 5px);
    content: '';
    bottom: -5px;
    left: -5px;
}.our-team-041 .img-spot-654 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    height: 280px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}.our-team-041 .img-spot-654::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    bottom: 0;
    left: 0;
    content: '';
    height: 30%;
    width: 100%;
}.our-team-041 .mentor-values-156 {
    position: relative;
    text-align: center;
    padding: 10px 0;
}.our-team-041 .our-ethos-095 {
    margin-bottom: 8px;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
}.our-team-041 .knowledge-center-203 {
    font-size: 17px;
    color: rgb(179,215,182);
    font-weight: 600;
}.our-team-041 .paragraph-wrap-345 {
    border-radius: 0 12px 12px 0;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    background: #ffffff;
}.our-team-041 .paragraph-wrap-345::before {
    height: 100%;
    content: '';
    width: 5px;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(136,192,141));
}.our-team-041 .virtual-training-608 {
    display: flex;
    font-size: 21px;
    margin-bottom: 20px;
    align-items: center;
    color: rgb(179,215,182);
    font-weight: 600;
}.our-team-041 .virtual-training-608 svg {
    margin-right: 10px;
    width: 30px;
    fill: rgb(179,215,182);
    height: 30px;
}.our-team-041 .virtual-training-608 svg path {
    fill: rgb(179,215,182);
}.our-team-041 h2 {
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    padding-bottom: 15px;
    color: #000000;
}.our-team-041 h2::after {
    background: linear-gradient(to right, rgb(179,215,182), rgb(136,192,141));
    bottom: 0;
    position: absolute;
    left: 0;
    width: 60px;
    height: 3px;
    content: '';
}.our-team-041 p {
    color: #000000;
    font-size: 17px;
    position: relative;
    line-height: 1.8;
}

@media (max-width: 992px) {.our-team-041 {
    padding: 80px 0;
}.our-team-041 .skill-space-203 {
    flex-direction: column;
    gap: 40px;
}.our-team-041 .value-prop-534 {
    width: 100%;
    max-width: 450px;
    transform: perspective(1000px) rotateY(0);
    flex: 0 0 auto;
}.our-team-041 .value-prop-534::before {
    transform: perspective(1000px) rotateY(0);
}.our-team-041 .paragraph-wrap-345 {
    max-width: 450px;
    transform: perspective(1000px) rotateY(0);
    width: 100%;
}
}

@media (max-width: 768px) {.our-team-041 {
    padding: 60px 0;
}.our-team-041 .img-spot-654 {
    height: 240px;
}.our-team-041 .value-prop-534 {
    padding: 25px;
}.our-team-041 .paragraph-wrap-345 {
    padding: 30px;
}.our-team-041 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 480px) {.our-team-041 {
    padding: 40px 0;
}.our-team-041 .img-spot-654 {
    height: 200px;
}.our-team-041 .value-prop-534 {
    padding: 20px;
}.our-team-041 .paragraph-wrap-345 {
    padding: 25px 20px;
}.our-team-041 .our-ethos-095 {
    font-size: calc(18px * 0.9);
}.our-team-041 .knowledge-center-203 {
    font-size: calc(17px * 0.9);
}.our-team-041 h2 {
    font-size: calc(29px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.our-team-041 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.our-team-041 .virtual-training-608 {
    font-size: calc(21px * 0.9);
}}.contact-form-section-293 {
    padding: 100px 0;
    color: #ffffff;
    background: #000000;
    position: relative;
    overflow: hidden;
}.contact-form-section-293::before {
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.2;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(179,215,182,0.5) 0%, transparent 50%, rgb(136,192,141,0.5) 100%);
}.contact-form-section-293::after {
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    content: "";
}.contact-form-section-293 .img-spot-654 {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    filter: saturate(0.6) contrast(1.3);
    left: 0;
    mix-blend-mode: luminosity;
    width: 100%;
    opacity: 0.15;
}.contact-form-section-293 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.contact-form-section-293 h3 {
    margin-bottom: 60px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 10px rgb(179,215,182,0.5), 0 0 20px rgb(179,215,182,0.5);
    text-align: center;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
    letter-spacing: 3px;
}.contact-form-section-293 h3::before {
    background: rgb(179,215,182);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    width: 200px;
    left: calc(50% - 100px);
    bottom: -20px;
    position: absolute;
    box-shadow: 0 0 10px rgb(179,215,182), 0 0 20px rgb(179,215,182);
    content: "";
    height: 3px;
}.contact-form-section-293 .support-reach-986 {
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    background: rgba(15, 15, 20, 0.8);
    border-radius: 0;
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(179,215,182,0.5);
    border: 1px solid rgb(179,215,182,0.5);
}.contact-form-section-293 .support-reach-986::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    z-index: 3;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    right: 0;
}.contact-form-section-293 .support-reach-986::after {
    background: linear-gradient(90deg, transparent, rgb(136,192,141), transparent);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 2px;
    position: absolute;
    content: "";
}.contact-form-section-293 .request-grid-952 {
    flex: 1 1 60%;
    z-index: 2;
    position: relative;
    padding: 50px;
}.contact-form-section-293 .request-grid-952 h3 {
    text-align: left;
    text-shadow: none;
    color: rgb(179,215,182);
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}.contact-form-section-293 .request-grid-952 h3::before {
    display: none;
}.contact-form-section-293 .request-grid-952 input[type="text"],
.contact-form-section-293 .request-grid-952 textarea {
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    color: #ffffff;
    margin-bottom: 20px;
    border-left: 3px solid rgb(179,215,182);
    border-radius: 0;
    border: 1px solid rgb(179,215,182,0.5);
    background: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    width: 100%;
    transition: all 0.3s ease;
}.contact-form-section-293 .request-grid-952 input[type="text"]::placeholder,
.contact-form-section-293 .request-grid-952 textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-form-section-293 .request-grid-952 input[type="text"]:focus,
.contact-form-section-293 .request-grid-952 textarea:focus {
    border-color: rgb(179,215,182);
    outline: none;
    box-shadow: 0 0 15px rgb(179,215,182,0.5);
    background: rgba(0, 0, 0, 0.5);
}.contact-form-section-293 .request-grid-952 textarea {
    resize: vertical;
    min-height: 150px;
}.contact-form-section-293 .request-grid-952 .help-support-418 {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact-form-section-293 .request-grid-952 .help-support-418 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-section-293 .request-grid-952 .help-support-418 label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}.contact-form-section-293 .request-grid-952 .help-support-418 label::before {
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: absolute;
    width: 20px;
    border: 1px solid rgb(179,215,182,0.5);
    content: "";
    left: 0;
    top: 2px;
}.contact-form-section-293 .request-grid-952 .help-support-418 input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 10px rgb(179,215,182,0.5);
    border-color: rgb(179,215,182);
    background: rgb(179,215,182);
}.contact-form-section-293 .request-grid-952 .help-support-418 input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    content: "";
    left: 7px;
}.contact-form-section-293 .request-grid-952 .help-support-418 a {
    font-weight: 600;
    color: rgb(179,215,182);
    text-decoration: none;
    border-bottom: 1px solid rgb(179,215,182,0.5);
    transition: all 0.3s ease;
}.contact-form-section-293 .request-grid-952 .help-support-418 a:hover {
    border-bottom-color: rgb(136,192,141);
    text-shadow: 0 0 5px rgb(136,192,141);
    color: rgb(136,192,141);
}.contact-form-section-293 .request-grid-952 .help-grid-832 {
    cursor: pointer;
    padding: 16px 30px;
    color: #ffffff;
    background: rgb(179,215,182);
    font-size: 17px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
}.contact-form-section-293 .request-grid-952 .help-grid-832::before {
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    content: "";
    height: 100%;
    transition: all 0.5s ease;
    width: 100%;
}.contact-form-section-293 .request-grid-952 .help-grid-832:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgb(136,192,141,0.5);
    background: rgb(136,192,141);
}.contact-form-section-293 .request-grid-952 .help-grid-832:hover::before {
    left: 100%;
}.contact-form-section-293 .message-reach-648 {
    flex: 1 1 35%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
    padding: 50px;
    border-left: 1px solid rgb(179,215,182,0.5);
}.contact-form-section-293 .message-reach-648 h4 {
    color: rgb(136,192,141);
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 35px;
    letter-spacing: 1px;
}.contact-form-section-293 .message-reach-648 h4::after {
    content: "";
    width: 50px;
    position: absolute;
    box-shadow: 0 0 10px rgb(136,192,141);
    bottom: -10px;
    left: 0;
    background: rgb(136,192,141);
    height: 2px;
}.contact-form-section-293 .message-reach-648 .reach-list-056 {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-form-section-293 .message-reach-648 .reach-list-056 li {
    display: flex;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(136,192,141,0.5);
    padding: 15px;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
}.contact-form-section-293 .message-reach-648 .reach-list-056 li::after {
    height: 100%;
    opacity: 0.7;
    background: rgb(136,192,141);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
}.contact-form-section-293 .message-reach-648 .reach-list-056 li:hover {
    transform: translateX(5px);
    border-color: rgb(136,192,141);
    box-shadow: 0 0 15px rgb(136,192,141,0.5);
}.contact-form-section-293 .message-reach-648 .reach-list-056 li svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
    transition: all 0.3s ease;
}.contact-form-section-293 .message-reach-648 .reach-list-056 li:hover svg {
    transform: scale(1.1);
}.contact-form-section-293 .message-reach-648 .reach-list-056 li svg path {
    transition: all 0.3s ease;
    fill: rgb(136,192,141);
}.contact-form-section-293 .message-reach-648 .reach-list-056 li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(136,192,141));
}.contact-form-section-293 .message-reach-648 .reach-list-056 li span {
    font-size: 12px;
    color: #ffffff;
}.contact-form-section-293 .message-reach-648 .reach-list-056 li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-form-section-293 .message-reach-648 .reach-list-056 li a:hover {
    color: rgb(136,192,141);
    text-shadow: 0 0 5px rgb(136,192,141,0.5);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.contact-form-section-293 {
    padding: 70px 0;
}.contact-form-section-293 h3 {
    font-size: calc(39px * 0.8);
}.contact-form-section-293 .support-reach-986 {
    flex-direction: column;
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact-form-section-293 .message-reach-648 {
    border-left: none;
    border-top: 1px solid rgb(136,192,141,0.5);
}
}

@media (max-width: 768px) {.contact-form-section-293 {
    padding: 60px 0;
}.contact-form-section-293 h3 {
    margin-bottom: 40px;
    font-size: calc(39px * 0.7);
}.contact-form-section-293 h3::before {
    left: calc(50% - 75px);
    width: 150px;
    bottom: -15px;
}.contact-form-section-293 .request-grid-952,
    .contact-form-section-293 .message-reach-648 {
    padding: 40px 30px;
}.contact-form-section-293 .request-grid-952 input[type="text"],
    .contact-form-section-293 .request-grid-952 textarea {
    padding: 14px 16px;
}.contact-form-section-293 .message-reach-648 .reach-list-056 li {
    padding: 12px;
}
}

@media (max-width: 576px) {.contact-form-section-293 {
    padding: 50px 0;
}.contact-form-section-293 h3 {
    margin-bottom: 35px;
    font-size: calc(39px * 0.5);
}.contact-form-section-293 h3::before {
    left: calc(50% - 50px);
    height: 2px;
    bottom: -12px;
    width: 100px;
}.contact-form-section-293 .support-reach-986 {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact-form-section-293 .request-grid-952,
    .contact-form-section-293 .message-reach-648 {
    padding: 30px 20px;
}.contact-form-section-293 .request-grid-952 input[type="text"],
    .contact-form-section-293 .request-grid-952 textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-section-293 .request-grid-952 .help-support-418 label {
    font-size: calc(15px * 0.9);
}.contact-form-section-293 .request-grid-952 .help-grid-832 {
    padding: 14px 20px;
    width: 100%;
}.contact-form-section-293 .message-reach-648 .reach-list-056 li {
    padding: 10px;
    margin-bottom: 15px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}}.thxContent-573 {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.thxContent-573::before {
    transform: rotate(-15deg);
    top: -20%;
    opacity: 0.4;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    right: -20%;
    content: "";
    width: 60%;
    height: 70%;
    filter: blur(40px);
    position: absolute;
    background: linear-gradient(45deg, rgb(179,215,182,0.5) 0%, rgb(136,192,141) 100%);
}.thxContent-573::after {
    opacity: 0.3;
    filter: blur(30px);
    position: absolute;
    z-index: 0;
    bottom: -10%;
    animation: float 15s ease-in-out infinite reverse;
    content: "";
    width: 50%;
    background: linear-gradient(-45deg, rgb(136,192,141,0.5) 0%, rgb(179,215,182) 100%);
    transform: rotate(15deg);
    height: 60%;
    left: -10%;
}.thxContent-573 .container {
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1200px;
    flex-direction: column;
    display: flex;
}.thxContent-573 h2 {
    transform: translateY(20px);
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 90%;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-weight: 700;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    position: relative;
    font-size: clamp(1.75rem, 4vw, 34px);
}.thxContent-573 h2::before {
    position: absolute;
    border-radius: 2px;
    content: "";
    width: 80px;
    bottom: -16px;
    background: linear-gradient(90deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
}.thxContent-573 .skill-space-203 {
    backdrop-filter: blur(8px);
    transform: translateY(30px);
    opacity: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    border-left: 4px solid rgb(179,215,182);
    padding: 3rem;
    border-radius: 22px;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    max-width: 880px;
    position: relative;
    width: 100%;
}.thxContent-573 .skill-space-203::before {
    left: 15px;
    bottom: 15px;
    pointer-events: none;
    border-radius: calc(22px - 15px);
    content: "";
    position: absolute;
    top: 15px;
    z-index: 0;
    right: 15px;
    border: 1px dashed rgba(0,0,0,0.07);
}.thxContent-573 ul {
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}.thxContent-573 li {
    position: relative;
    padding-left: 2rem;
}.thxContent-573 li::before {
    top: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(179,215,182,0.5);
    left: 0;
    animation: pulse 3s ease-in-out infinite;
    background: rgb(179,215,182);
    width: 8px;
    position: absolute;
    height: 8px;
    content: "";
}.thxContent-573 span {
    z-index: 2;
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-family: Arial, sans-serif;
    font-weight: 400;
    display: block;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(179,215,182,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

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

@media screen and (max-width: 767px) {.thxContent-573 {
    padding: 3rem 1.25rem;
}.thxContent-573 h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.thxContent-573 .skill-space-203 {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.thxContent-573 li {
    padding-left: 1.5rem;
}.thxContent-573 li::before {
    height: 6px;
    top: 6px;
    width: 6px;
}.thxContent-573 h2::before {
    width: 60px;
    height: 3px;
    bottom: -12px;
}
}

@media screen and (max-width: 480px) {.thxContent-573 {
    padding: 2.5rem 1rem;
}.thxContent-573 h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.thxContent-573 .skill-space-203 {
    padding: 1.5rem 1.25rem;
}.thxContent-573 span {
    font-size: 0.95rem;
}}.join-our-mailing-list-740 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(136,192,141,0.5) 100%);
    padding: 80px 0;
    position: relative;
}.join-our-mailing-list-740::before {
    background: linear-gradient(145deg, rgb(179,215,182,0.5) 0%, rgb(179,215,182) 100%);
    width: 60%;
    content: "";
    position: absolute;
    height: 140%;
    z-index: 1;
    transform: rotate(-15deg);
    right: -5%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    top: -10%;
}.join-our-mailing-list-740 .skill-space-203 {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.join-our-mailing-list-740 .feedback-section-524 {
    max-width: 650px;
    transition: transform 0.5s ease;
    margin-left: 5%;
    transform: perspective(1000px) rotateY(-5deg);
}.join-our-mailing-list-740 .feedback-section-524:hover {
    transform: perspective(1000px) rotateY(0);
}.join-our-mailing-list-740 h3 {
    font-size: 30px;
    border-left: 5px solid rgb(179,215,182);
    transform: translateX(-15px);
    font-weight: 700;
    padding-left: 15px;
    color: #000000;
    margin-bottom: 30px;
}.join-our-mailing-list-740 .input_holder {
    flex-direction: row;
    position: relative;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}.join-our-mailing-list-740 input[type="email"] {
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 10px;
    background: #ffffff;
    font-size: 13px;
    flex: 1 1 250px;
    transition: all 0.3s ease;
}.join-our-mailing-list-740 input[type="email"]:focus {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgb(136,192,141,0.5);
    outline: none;
}.join-our-mailing-list-740 .new-beginnings-736 {
    z-index: 1;
    border: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    flex: 0 1 auto;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    font-size: 17px;
    padding: 18px 35px;
}.join-our-mailing-list-740 .new-beginnings-736::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(136,192,141) 0%, rgb(179,215,182) 100%);
    top: 0;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    content: "";
    width: 100%;
    left: -100%;
}.join-our-mailing-list-740 .new-beginnings-736:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.join-our-mailing-list-740 .new-beginnings-736:hover::before {
    left: 0;
}.join-our-mailing-list-740 .new-beginnings-736:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {.join-our-mailing-list-740 {
    padding: 60px 0;
}.join-our-mailing-list-740::before {
    width: 100%;
    right: -20%;
    top: -10%;
    height: 60%;
    transform: rotate(-8deg);
}.join-our-mailing-list-740 .feedback-section-524 {
    margin-left: 0;
    transform: none;
}.join-our-mailing-list-740 h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.join-our-mailing-list-740 .input_holder {
    flex-direction: column;
}.join-our-mailing-list-740 input[type="email"],
    .join-our-mailing-list-740 .new-beginnings-736 {
    width: 100%;
}
}

@media (max-width: 480px) {.join-our-mailing-list-740 {
    padding: 40px 0;
}.join-our-mailing-list-740 h3 {
    font-size: 20px;
}.join-our-mailing-list-740 input[type="email"] {
    padding: 15px 20px;
}.join-our-mailing-list-740 .new-beginnings-736 {
    padding: 15px 20px;
}
}