.wrapper-capsule-214 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

svg {
    width: 30px;
    height: 30px;
}

.webinar-arch-613 {
    flex: 0 0 auto;
}


.contact-box-496 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    padding: 120px 0;
}

.contact-box-496::after {
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(129,160,156), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(94,116,112), 0.15) 0%, 
        transparent 50%
    );
    position: absolute;
    width: 100%;
    opacity: 0.6;
}

.contact-box-496 .reach-query-129 {
    margin-top: 60px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}

.contact-box-496 .reach-query-129::after {
    border: 1px solid rgba(rgb(94,116,112), 0.2);
    height: 100%;
    content: "";
    border-radius: 10px;
    width: 100%;
    z-index: -1;
    right: -8px;
    position: absolute;
    bottom: -8px;
}

.contact-box-496 .img-icon-410::after {
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 60px;
    content: "";
    border-top: 2px solid rgba(rgb(129,160,156), 0.6);
    height: 60px;
    position: absolute;
    border-right: 2px solid rgba(rgb(129,160,156), 0.6);
}

.contact-box-496 form {
    width: 100%;
}

.contact-box-496 form h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background: rgb(129,160,156);
    border-radius: 10px;
    height: 100%;
}

.contact-box-496 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-box-496 .reach-card-305 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact-box-496 .reach-card-305 label {
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    position: relative;
}

.contact-box-496 .reach-card-305 input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: "";
    border-right: 2px solid #ffffff;
    top: 6px;
    width: 6px;
    left: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    height: 10px;
}

.contact-box-496 form .support-message-946:hover::before {
    left: 0;
}

.contact-box-496 form .support-message-946:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.contact-box-496 svg {
    height: 22px;
    fill: rgb(129,160,156);
    width: 22px;
}

.about-this-309 {
    padding: 120px 0;
    position: relative;
    background: rgb(164,195,190);
    overflow: hidden;
}

.about-this-309 h2 {
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    font-size: 35px;
    font-weight: 700;
}

.about-this-309 .heritage-tl-903 {
    gap: 0;
    grid-template-columns: 1fr;
    display: grid;
}

.about-this-309 .virtual-study-321:not(:last-child)::after {
    width: 70%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(129,160,156,0.5), 
        rgb(129,160,156,0.5), 
        transparent
    );
    left: 50%;
    height: 1px;
    content: "";
}

.about-this-309 .virtual-study-321 h3::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    background: currentColor;
    left: 0;
    content: "";
    width: 40px;
}

.about-this-309 .virtual-study-321:first-child h3,
.about-this-309 .virtual-study-321:first-child p {
    grid-column: 7 / -1;
}

.about-this-309 .virtual-study-321::after {
    transition: width 0.5s ease;
}

.about-this-309 .virtual-study-321:hover::after {
    width: 85%;
}

.join-our-community-178 {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(129,160,156,0.5) 0%, rgb(164,195,190) 100%);
    position: relative;
}

.join-our-community-178 .support-list-869 {
    position: relative;
    border-radius: 20px;
    margin-left: auto;
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    display: flex;
    background: linear-gradient(110deg, #ffffff 0%, rgb(164,195,190) 100%);
    transform: skewX(-10deg);
    padding: 3rem;
    flex-direction: column;
}

.join-our-community-178 h3::before {
    width: 5px;
    position: absolute;
    background: rgb(129,160,156);
    top: 0;
    transform: skewY(45deg);
    content: "";
    height: 100%;
    left: 0;
}

.join-our-community-178 input[type="submit"] {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding: 0.8rem 2rem;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(0);
    background: linear-gradient(90deg, rgb(129,160,156) 0%, rgb(94,116,112) 100%);
    border: none;
    align-self: flex-end;
    border-radius: 10px;
}

.future-learners-304 h3 {
    display: inline-block;
    padding: 0 30px;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
}

.future-learners-304 h3::after {
    right: 0;
}

.future-learners-304 ul {
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.future-learners-304 ul li::before {
    border-radius: 21px;
    opacity: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(164,195,190) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    content: '';
    transition: opacity 0.4s ease;
    top: 0;
}

.future-learners-304 ul li:hover svg {
    transform: scale(1.1);
}

.future-learners-304 ul li::after {
    opacity: 0.5;
    bottom: 15px;
    transition: all 0.4s ease;
    position: absolute;
    background-color: rgb(129,160,156,0.5);
    content: '';
    right: 15px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.future-learners-304 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.price-table-172 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(164,195,190);
}

.price-table-172 .study-costs-572 {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}

.price-table-172 .learning-package-684 h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-size: 32px;
}

.price-table-172 .price-opts-014 {
    gap: 30px;
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
}

.price-table-172 .pricing-catalog-743:hover {
    transform: translateY(-8px);
}

.price-table-172 .pricing-catalog-743:hover .cost-card-587 {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.price-table-172 .plan-cost-831 h3 {
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 22px;
}

.price-table-172 .group-plans-506 {
    position: relative;
    -webkit-background-clip: text !important;
    color: transparent;
    margin-bottom: 20px;
    font-size: 1.8rem;
    background-clip: text !important;
    color: rgb(129,160,156);
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(129,160,156), rgb(94,116,112));
}

.price-table-172 .pricing-catalog-743:hover .img-icon-410::after {
    opacity: 0.3;
}

.privacy-sanctuary-628 h1 {
    text-transform: uppercase;
    border-bottom: 2px solid rgb(129,160,156);
    font-weight: 700;
    color: rgb(129,160,156);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 47px;
}

.privacy-sanctuary-628 ul, .privacy-sanctuary-628 ol {
    margin: 0;
    padding-left: 20px;
}

.privacy-sanctuary-628 ul {
    list-style-type: none;
    counter-reset: item;
}

.privacy-sanctuary-628 ol {
    list-style-type: decimal;
}

.privacy-sanctuary-628 p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 17px;
}

footer .webinar-arch-613 {
    position: relative;
    background-color: rgb(94,116,112);
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
}

footer .price-table-937 {
    z-index: 1;
    position: relative;
}

footer .get-help-736 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    gap: 20px;
}

footer .info_item::before {
    right: 3px;
    background-color: rgb(94,116,112);
    content: "";
    top: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: absolute;
    bottom: 3px;
    pointer-events: none;
    z-index: -1;
    left: 3px;
}

footer .info_item:hover {
    background-color: rgb(129,160,156);
    transform: translateY(-5px);
}

footer .info_item:hover svg {
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
    white-space: nowrap;
    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    display: flex;
    cursor: pointer;
    width: 100%;
    align-items: center;
    font-size: 18px;
}

footer .head-lead-916::before {
    content: "";
    bottom: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 3px;
    z-index: -1;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: rgb(94,116,112);
    pointer-events: none;
}

footer .header-tutor-914 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 21px;
}

footer .top-header-507 {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

footer .top-header-507 a::before {
    height: 0;
    position: absolute;
    pointer-events: none;
    left: 5px;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    width: 0;
    border-left: 4px solid rgb(129,160,156);
}

footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
    width: 100%;
    z-index: 5;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(129,160,156);
}

footer .sub-focus-056 {
    position: relative;
    font-size: 20px;
    border: none;
    text-align: center;
    padding: 14px 20px;
    background-color: rgb(129,160,156);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

footer .skill-test-743::after {
    transform: rotate(45deg);
    right: -10px;
}

.program-structure-025::before {
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(129,160,156,0.5) 50%, rgb(129,160,156,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(129,160,156,0.5) 50%, rgb(129,160,156,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.08;
    z-index: 1;
    left: 0;
    height: 100%;
    animation: gridPulse 8s linear infinite;
}

.program-structure-025 .word-wrapper-654::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(129,160,156,0.5) 50%, rgb(129,160,156,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: -1;
    left: 0;
    position: absolute;
}

.program-structure-025 .word-wrapper-654 h2::after {
    height: 3px;
    position: absolute;
    left: 0;
    background: rgb(129,160,156);
    box-shadow: 0 0 15px rgb(129,160,156);
    bottom: 0;
    content: "";
    width: 100px;
}

.program-structure-025 .word-wrapper-654 .description::before {
    left: 0;
    color: rgb(94,116,112);
    content: ">";
    opacity: 0.7;
    position: absolute;
}

.program-structure-025 .img-icon-410::before {
    content: "";
    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;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}

.training-results-201::before {
    position: absolute;
    z-index: 0;
    background-size: 20px 20px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%);
    opacity: 0.3;
    top: 0;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    width: 100%;
}

.training-results-201 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.training-results-201 li:hover {
    transform: translateX(8px);
}

.training-results-201 li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.training-results-201 svg {
    transition: transform 0.3s ease-out;
    transform: scale(1);
    width: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 22px;
}

.developer-experience-978 {
    position: relative;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, rgb(129,160,156,0.5) 100%);
    padding: 7rem 2rem 5rem;
    perspective: 1000px;
    overflow: hidden;
}

.developer-experience-978 .client-ratings-524 {
    align-items: center;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    justify-content: center;
    transform-style: preserve-3d;
}

.developer-experience-978 .img-icon-410 {
    left: 15%;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    height: 380px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    width: 300px;
    z-index: 3;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    position: absolute;
}

.developer-experience-978 .exp-progress-643:hover::before {
    opacity: 0.5;
    top: 8px;
    left: 8px;
}

.developer-experience-978 .exp-progress-643 > div:nth-child(2) {
    font-weight: 600;
    animation: slide-up 0.7s forwards 0.4s;
    opacity: 0;
    transform: translateY(30px);
    z-index: 2;
    margin-bottom: 2rem;
    font-size: 19px;
    position: relative;
    color: rgb(94,116,112);
}



.developer-experience-978 .client-ratings-524:hover .img-icon-410 {
    animation: floating 6s ease-in-out infinite;
}

.info-details-861::before {
    z-index: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 50%;
    content: "";
    top: 0;
    position: absolute;
    background: rgb(129,160,156,0.5);
    right: 0;
    height: 100%;
    opacity: 0.1;
}

.info-details-861 .learn-chat-905:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.info-details-861 .learn-chat-905 h2::after {
    height: 4px;
    width: 60px;
    left: 0;
    background: rgb(129,160,156);
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    content: "";
}

.info-details-861 .learn-chat-905 p span {
    margin-left: 10px;
    display: inline-block;
    color: #000000;
    font-weight: 400;
}

.info-details-861 .edu-input-589 h3 {
    font-size: 19px;
    font-weight: 600;
    color: rgb(129,160,156);
    margin-bottom: 20px;
}

.info-details-861 .get-help-736 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-details-861 .get-help-736 a:hover {
    border-left-color: rgb(129,160,156);
    background: rgb(164,195,190);
}

.info-details-861 .get-help-736 a p {
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.info-details-861 .get-help-736 a:hover svg,
.info-details-861 .get-help-736 a:hover svg path {
    fill: rgb(94,116,112);
}

.welcome-416::after {
    width: 200%;
    animation: backgroundMove 50s linear infinite;
    background: radial-gradient(rgb(129,160,156,0.5) 2px, transparent 4px);
    position: absolute;
    background-size: 30px 30px;
    content: "";
    left: -50%;
    opacity: 0.2;
    z-index: 2;
    top: -50%;
    height: 200%;
}

.welcome-416 .edu-lead-908 {
    overflow: hidden;
    height: 100%;
    flex: 0 0 100%;
    position: relative;
}

.welcome-416 .edu-lead-908 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.9);
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
    transform: scale(1.1);
}

.welcome-416 .online-tech-483 label:hover {
    opacity: 0.6;
}

.welcome-416 .online-tech-483 label:hover::before {
    transform: translateX(100%);
}

.welcome-416 .word-wrapper-654 {
    z-index: 5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
}

.welcome-416 .word-wrapper-654 .container::after {
    content: "";
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    inset: 0;
    border-radius: 29px;
    position: absolute;
    background: linear-gradient(90deg, rgb(129,160,156), rgb(94,116,112)) border-box;
    border: 2px solid transparent;
    z-index: -1;
    mask-composite: exclude;
}

.welcome-416 .word-wrapper-654 h3 {
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    color: #ffffff;
}

.welcome-416 .word-wrapper-654 h3::before {
    content: "";
    background: rgb(94,116,112);
    height: 100%;
    top: 0;
    width: 3px;
    left: 0;
    position: absolute;
}

.welcome-416 input[type="radio"]:nth-of-type(2):checked ~ .start-head-821 {
    transform: translateX(-100%);
}

.welcome-416 input[type="radio"]:nth-of-type(4):checked ~ .start-head-821 {
    transform: translateX(-300%);
}

.welcome-416 input[type="radio"]:nth-of-type(7):checked ~ .start-head-821 {
    transform: translateX(-600%);
}

.welcome-416 input[type="radio"]:nth-of-type(10):checked ~ .start-head-821 {
    transform: translateX(-900%);
}

header:before {
    animation: shine 8s infinite linear;
    content: '';
    pointer-events: none;
    opacity: 0.4;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(129,160,156,0.5), transparent);
    left: 0;
    height: 100%;
    background-size: 200% 100%;
    width: 100%;
}

header .site-nav-482 {
    width: 100%;
}

header .container {
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

header .nav-section-910 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

header .header-tutor-914 {
    display: flex;
    position: relative;
    gap: 25px;
}

header .header-tutor-914:before {
    position: absolute;
    bottom: -8px;
    background: linear-gradient(90deg, transparent, rgb(129,160,156), transparent);
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
    left: 0;
    width: 100%;
    content: '';
}

header .header-tutor-914:hover:before {
    transform: scaleX(1);
}

header .header-lead-705 {
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 8px 0;
    color: #ffffff;
}

header .header-lead-705:hover {
    text-shadow: 0 0 8px rgb(129,160,156,0.5);
    color: rgb(129,160,156);
}

header .head-prime-534 {
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    display: flex;
    text-decoration: none;
}

header .head-prime-534:hover:after {
    width: 100%;
}

.try-immediately-937::before {
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.try-immediately-937 .legacy-story-901 {
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    border-left: 4px solid rgb(129,160,156);
    gap: 2rem;
    align-items: center;
    display: flex;
    transform: translateZ(30px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

.try-immediately-937 .support-message-946 {
    border: none;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0.875rem 2rem;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    transform: skewX(-5deg);
    background: linear-gradient(135deg, rgb(129,160,156), rgb(94,116,112));
    overflow: hidden;
    text-transform: uppercase;
    font-size: 15px;
}

.ty-message-104 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    transform-style: preserve-3d;
    position: relative;
}

.ty-message-104 h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    letter-spacing: -0.01em;
    margin-bottom: 40px;
    transform: translateZ(20px);
    color: #000000;
    line-height: 1.3;
    font-size: 35px;
    position: relative;
    animation: slideIn 0.8s ease-out forwards;
    font-weight: 700;
}

.ty-message-104 .legacy-story-901:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.ty-message-104 li::before {
    left: 0;
    animation: pulse 3s infinite;
    top: 8px;
    height: 8px;
    border-radius: 50%;
    width: 8px;
    background-color: rgb(94,116,112);
    content: "";
    box-shadow: 0 0 0 4px rgb(94,116,112,0.5);
    position: absolute;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 767px) {.contact-box-496 {
    padding: 70px 0;
}.contact-box-496 h2 {
    font-size: calc(35px * 0.9);
}.contact-box-496 .img-icon-410 {
    min-height: 350px;
}.contact-box-496 .img-icon-410::after,
    .contact-box-496 .help-map-327::before {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 768px) {.about-this-309 {
    padding: 70px 0;
}.about-this-309 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 50px;
}.about-this-309 .virtual-study-321 {
    padding: 40px 0;
    gap: 30px;
    grid-template-columns: 1fr;
}.about-this-309 .virtual-study-321:first-child h3,
    .about-this-309 .virtual-study-321:first-child p,
    .about-this-309 .virtual-study-321:nth-child(2) h3,
    .about-this-309 .virtual-study-321:nth-child(2) p {
    grid-column: 1 / -1;
}.about-this-309 .virtual-study-321:first-child::before,
    .about-this-309 .virtual-study-321:nth-child(2)::before {
    grid-column: 1 / -1;
    height: 200px;
}.about-this-309 .virtual-study-321:nth-child(2)::before {
    order: -1;
}
}



@media (max-width: 480px) {.join-our-community-178 {
    padding: 2rem 0.8rem;
}.join-our-community-178 .support-list-869 {
    padding: 1.5rem;
    transform: none;
}.join-our-community-178 h3 {
    padding-left: 0;
    text-align: center;
    transform: none;
    font-size: calc(23px * 0.8);
}.join-our-community-178 h3::before {
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 50px;
}.join-our-community-178 .input_holder {
    transform: none;
}.join-our-community-178 input[type="email"] {
    transform: none;
}}



@media (min-width: 768px) {.price-table-172 .price-opts-014 {
    grid-template-columns: repeat(2, 1fr);
}.price-table-172 .cost-card-587 {
    height: 100%;
}.price-table-172 .img-icon-410 {
    height: 240px;
}
}



@media (min-width: 1200px) {.price-table-172 .price-opts-014 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-table-172 .plan-cost-831 {
    padding: 40px;
}.price-table-172 .img-icon-410 {
    height: 260px;
}.price-table-172 .pricing-catalog-743:nth-child(odd) {
    transform: translateY(20px);
}.price-table-172 .pricing-catalog-743:nth-child(odd):hover {
    transform: translateY(12px);
}.price-table-172 .pricing-catalog-743:nth-child(even):hover {
    transform: translateY(-8px);
}
}


@media only screen and (max-width: 800px) {.privacy-sanctuary-628 {
    padding: 30px 15px;
}.privacy-sanctuary-628 h1 {
    font-size: calc(22px - 10px);
}.privacy-sanctuary-628 h2 {
    font-size: calc(22px - 8px);
}.privacy-sanctuary-628 p, .privacy-sanctuary-628 li {
    font-size: calc(17px - 2px);
}}



@media (max-width: 576px) {footer .webinar-arch-613 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .header-tutor-914 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .header-tutor-914, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub-focus-056 {
    padding: 12px;
}}



@media screen and (max-width: 480px) {.program-structure-025 {
    padding: 40px 0;
}.program-structure-025 .container {
    padding: 0 15px;
}.program-structure-025 .word-wrapper-654 {
    padding: 20px;
}.program-structure-025 .word-wrapper-654 h2 {
    margin-bottom: 20px;
    font-size: calc(42px * 0.7);
}.program-structure-025 .word-wrapper-654 h2::before {
    top: -20px;
    font-size: 14px;
}.program-structure-025 .img-icon-410 {
    height: 280px;
}}



@media (min-width: 1200px) {.training-results-201 h4 {
    font-size: calc(20px * 1.4);
    max-width: 90%;
}.training-results-201 .word-wrapper-654 {
    margin-right: -8rem;
    padding: 4.5rem;
}.training-results-201 svg {
    height: 24px;
    width: 24px;
}.training-results-201 .img-icon-410 {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
}



@media (max-width: 1100px) {.developer-experience-978 .client-ratings-524 {
    flex-direction: column;
    align-items: center;
}.developer-experience-978 .img-icon-410 {
    height: 320px;
    position: relative;
    width: 250px;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-bottom: 4rem;
    left: auto;
}.developer-experience-978 .exp-progress-643 {
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-left: 0;
    padding: 2rem;
    width: 100%;
}}



@media screen and (max-width: 768px) {.welcome-416 .word-wrapper-654 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
}.welcome-416 .word-wrapper-654 .container {
    max-width: 90%;
    padding: 30px;
}.welcome-416 .online-tech-483 {
    bottom: 30px;
}.welcome-416 .online-tech-483 label {
    height: 5px;
    width: 40px;
}.welcome-416 input[type="radio"]:checked ~ .online-tech-483 label {
    width: 60px;
}
}



@media (max-width: 767px) {header .header-tutor-914 {
    z-index: 1001;
    padding: 80px 30px 30px;
    width: 80%;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    background: #000000;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 300px;
    transition: right 0.4s ease;
    flex-direction: column;
    gap: 20px;
}header .menu.active {
    right: 0;
}header .header-lead-705 {
    border-bottom: 1px solid rgb(129,160,156,0.5);
    width: 100%;
    padding: 10px 5px;
}header .header-tutor-914:before {
    display: none;
}header .head-prime-534 {
    margin-left: auto;
    margin-right: auto;
}
}



@media (max-width: 991px) {.ty-message-104 {
    padding: 80px 0 60px;
}.ty-message-104 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.ty-message-104 .legacy-story-901 {
    padding: 30px;
}.ty-message-104 h2::after {
    width: 100px;
}
}



@media (max-width: 575px) {.ty-message-104 {
    padding: 50px 0 30px;
}.ty-message-104 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
    line-height: 1.4;
}.ty-message-104 h2::after {
    height: 3px;
    width: 80px;
}.ty-message-104 .legacy-story-901 {
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    padding: 20px 15px;
    transform: none;
}.ty-message-104 .legacy-story-901:hover {
    transform: translateY(-3px);
}.ty-message-104 li {
    padding-left: 20px;
}.ty-message-104 li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.ty-message-104 span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.ty-message-104 .legacy-story-901::after {
    display: none;
}
}



@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}



@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

