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

header,footer {
    width: 100%;
}

header {
    background-color: #ffffff;
    left: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
    border-bottom: 2px solid rgb(174,198,194);
}

.contact-form-box-681 h2 {
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 29px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 15px;
}

.contact-form-box-681 .inquiry-reach-159 {
    display: grid;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    position: relative;
}

.contact-form-box-681 .picture-frame-356 {
    position: relative;
    min-height: 550px;
    border-radius: 22px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.contact-form-box-681 .help-info-705::before {
    left: 20px;
    height: 60px;
    bottom: 20px;
    border-left: 2px solid rgba(rgb(101,123,118), 0.6);
    position: absolute;
    width: 60px;
    border-bottom: 2px solid rgba(rgb(101,123,118), 0.6);
    content: "";
}

.contact-form-box-681 form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(137,161,157);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(137,161,157), 0.2);
}

.contact-form-box-681 .help-map-127 label {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
}

.contact-form-box-681 .help-map-127 label a:hover {
    color: rgb(101,123,118);
}

.contact-form-box-681 form .message-map-183 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    border: none;
    font-weight: 600;
    padding: 16px 40px;
    z-index: 1;
    background: linear-gradient(45deg, rgb(137,161,157), rgb(101,123,118));
    transition: all 0.4s ease;
    font-size: 17px;
}

.appContent-704 .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.appContent-704 .learn-lab-380:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.appContent-704 .learn-lab-380 > div:first-child {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
}

.appContent-704 .learn-lab-380:hover h5::after {
    width: 100%;
}

.appContent-704 a:hover {
    transform: translateX(5px);
}

.appContent-704 p {
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

.price-table-075 .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}

.price-table-075 .deal-board-016 {
    margin: 0 auto;
    transform: translateY(-10px);
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    text-align: center;
}

.price-table-075 .pricing-catalog-417 {
    transform: translateY(20px);
    animation-delay: calc(var(--index, 0) * 0.1s);
    animation: fadeInUp 0.8s ease-out forwards;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    height: 100%;
    display: block;
    opacity: 0;
}

.price-table-075 .pricing-catalog-417:hover .pro-rates-792 h3::after {
    width: 70px;
}

.price-table-075 .pro-rates-792 p {
    flex-grow: 1;
    overflow-wrap: break-word;
    color: #000000;
    white-space: normal;
    margin-bottom: 0;
    line-height: 1.7;
    word-break: break-word;
    font-size: 12px;
}

.privacy-depot-216 {
    padding: 5rem 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,198,194) 0%, rgba(rgb(137,161,157,0.5), 0.05) 100%);
}

.privacy-depot-216 h1 {
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    position: relative;
    font-size: 45px;
    font-weight: 700;
}

.privacy-depot-216 h3 {
    font-weight: 600;
    opacity: 0;
    margin: 2rem 0 1rem;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    transform: translateY(10px);
    font-size: calc(29px * 0.85);
}

.privacy-depot-216 p strong::after {
    width: 100%;
    bottom: -2px;
    left: 0;
    background: rgb(137,161,157);
    height: 1px;
    position: absolute;
    opacity: 0.5;
    content: "";
}

.privacy-depot-216 ul::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(rgb(137,161,157,0.5), 0.05), transparent);
    content: "";
    width: 100%;
    z-index: -1;
}

header .top-section-359 {
    padding: 0;
    width: 100%;
}

header .main-top-207 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

header .nav-main-258:before {
    position: absolute;
    content: '';
    left: -15px;
    width: 6px;
    transition: transform 0.3s ease;
    top: 50%;
    border-radius: 10px;
    height: 6px;
    transform: translateY(-50%) scale(0);
    background-color: rgb(137,161,157);
}

header .nav-core-290:hover:before {
    opacity: 1;
}

header .nav-core-290:hover svg {
    transform: scale(1.05);
}

.info-hub-431::after {
    background: linear-gradient(225deg, rgb(101,123,118,0.5) 0%, transparent 70%);
    right: 0;
    height: 30%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 0;
    content: "";
    position: absolute;
    width: 30%;
    bottom: 0;
}

.info-hub-431 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.info-hub-431 .contact-details-932 > div {
    padding: 2rem;
    position: relative;
    border-left: 4px solid rgb(137,161,157);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(8px);
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.info-hub-431 .contact-details-932 > div:hover h6 svg {
    transform: scale(1);
}

.info-hub-431 .reach-experts-102::after {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background: rgb(137,161,157);
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
}

.info-hub-431 svg path {
    transition: fill 0.3s ease;
}

.get-updates-623::after {
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    z-index: -1;
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    right: 0;
    height: 100%;
}

.get-updates-623 .input_holder span:first-child::before {
    opacity: 0.6;
    width: 10px;
    animation: pulseOrbit 4s infinite;
    left: -20px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    height: 10px;
    top: 50%;
    background-color: rgb(255, 255, 255, 0.5);
    position: absolute;
}

.get-updates-623 .input_holder .subscribe-widget-780 {
    padding: 15px 25px;
    cursor: pointer;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, rgb(101,123,118), rgb(137,161,157));
    color: #ffffff;
    font-size: 17px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    width: 100%;
    border: none;
    text-transform: uppercase;
}

.leadership-experience-718 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.leadership-experience-718 .success-stories-612:hover {
    transform: perspective(1200px) rotateX(0);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
}

.leadership-experience-718 .picture-frame-356 {
    transition: all 0.4s ease-out;
    z-index: 2;
    height: 150px;
    position: relative;
    width: 150px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(137,161,157,0.5);
}

.leadership-experience-718 .success-stories-612 > div:nth-child(2) > div {
    font-style: italic;
    padding: 0.5rem 1.5rem;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(137,161,157,0.5), 0.1), rgba(rgb(137,161,157,0.5), 0), rgba(rgb(137,161,157,0.5), 0.1));
    font-weight: 600;
    font-size: calc(16px - 0.1rem);
    display: inline-block;
    color: rgb(101,123,118);
}

.landing-page-562 .edu-skill-127 {
    padding: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 2px;
    width: 100%;
    perspective: 1000px;
    border: 1px solid rgba(255,255,255,0.1);
    z-index: 3;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    transform-style: preserve-3d;
    max-width: 1200px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: translateZ(0);
}

.landing-page-562 .promise-block-598 {
    transform: translateZ(20px);
    min-height: 360px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    align-items: center;
    overflow: hidden;
    justify-content: center;
    position: relative;
    display: flex;
}

.landing-page-562 .promise-block-598 p::after {
    width: 60px;
    height: 2px;
    background: rgb(101,123,118);
    bottom: 0;
    animation: pulse 2s infinite;
    left: 0;
    position: absolute;
    content: "";
}

.landing-page-562 .title_style_header::before {
    position: absolute;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    width: 0;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    height: 3px;
    left: 0;
    bottom: -10px;
}

.company-overview-049 .text-article-086 {
    max-width: 900px;
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.03) 100%
    );
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: 0;
    position: relative;
    transform: translateX(0);
    padding: 30px 40px 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.company-overview-049 ul li h4 {
    margin-bottom: 15px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    position: relative;
    font-size: calc(19px + 2px);
    font-weight: 600;
    color: rgb(101,123,118);
    transform: translateY(0);
}

footer {
    position: relative;
}

.footer-benefit-096 .company_holder {
    position: relative;
    padding-right: 40px;
}

.footer-benefit-096 .company_holder h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: calc(33px * 0.9);
}

.footer-benefit-096 .referral-prog-204 {
    margin-bottom: 30px;
    line-height: 1.6;
    color: #ffffff;
    font-size: 17px;
    max-width: 90%;
    opacity: 0.8;
}

.footer-benefit-096 .main-pagewrap-375 .nav-header-437 a {
    transition: all 0.3s ease;
    padding-left: 0;
    opacity: 0.7;
    color: #ffffff;
    font-size: calc(17px * 0.95);
    position: relative;
    text-decoration: none;
}

.forum-link-976 {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}



.forum-link-976 {
    position: relative;
    overflow: hidden;
}

.footer-benefit-096 .main-pagewrap-375::before {
    opacity: 0.7;
    content: "";
    border-radius: 50%;
    left: -15px;
    position: absolute;
    width: 5px;
    background: rgb(137,161,157);
    height: 5px;
    top: 10px;
}

.footer-benefit-096 .main-pagewrap-375 .nav-header-437 a:hover::after {
    width: 100%;
}

.footer-benefit-096 .main-pagewrap-375 .nav-header-437 a:nth-child(odd):hover {
    transform: translateX(2px);
}

.forum-link-976::after {
    position: absolute;
    height: 1px;
    width: 30%;
    content: "";
    left: 35%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(101,123,118,0.5), 
        transparent);
    opacity: 0.3;
}

.prospective-members-825 .learn-lab-380 {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}

.prospective-members-825 h3::after {
    position: absolute;
    box-shadow: 0 0 15px rgb(137,161,157);
    width: 120px;
    left: 50%;
    background: rgb(137,161,157);
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 50px;
    content: '';
}

.prospective-members-825 li::after {
    width: 200%;
    content: '';
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(101,123,118,0.5), 0.3) 0%,
        transparent 70%
    );
    transition: all 0.5s ease;
    pointer-events: none;
    left: -50%;
    top: -50%;
}

.prospective-members-825 li:hover svg {
    filter: drop-shadow(0 0 8px rgb(137,161,157));
    fill: rgb(137,161,157);
    transform: rotate(15deg);
}

.training-method-415::before {
    background-size: 40px 40px;
    background-position: 0 0;
    left: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    animation: patternMove 35s linear infinite;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(137,161,157,0.5) 49%, rgb(137,161,157,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(101,123,118,0.5) 49%, rgb(101,123,118,0.5) 51%, transparent 52%);
}

.training-method-415 h3 {
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
    transition: transform 0.4s ease;
    transform: translateX(0);
    font-size: calc(29px * 0.85);
}

.course-program-info-630 {
    perspective: 1000px;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,198,194) 0%, rgb(137,161,157,0.5) 100%);
    position: relative;
}



.course-program-info-630 .picture-frame-356 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: none;
    z-index: 3;
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 350px;
}

.course-program-info-630 h3::after {
    transition: transform 0.3s ease;
    width: 60%;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -8px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(137,161,157) 0%, transparent 100%);
}

.try-immediately-680::after {
    background: radial-gradient(ellipse at center, rgb(137,161,157,0.5) 0%, transparent 70%);
    height: 70%;
    top: -10%;
    width: 50%;
    filter: blur(40px);
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    right: -5%;
    z-index: 0;
}

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

.try-immediately-680 .message-map-183:hover::before {
    left: 100%;
}

.usageAgreementAlert-185 {
    width: 100%;
    bottom: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(137,161,157);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(174,198,194);
    justify-content: center;
    position: fixed;
    padding: 1rem 0;
    overflow: hidden;
}

.track-manage-810 {
    font-size: 1rem;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background: rgb(137,161,157);
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 700;
    border: none;
}



@media (min-width: 768px) {.appContent-704 {
    padding: 8rem 0;
}.appContent-704 .learn-lab-380 {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.appContent-704 .learn-lab-380 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateX(5%);
    z-index: 2;
}.appContent-704 .learn-lab-380 > div:last-child {
    transform: translateY(25px);
    margin-left: -5%;
    padding-left: 10%;
    z-index: 1;
}.appContent-704 .learn-lab-380:hover > div:last-child {
    transform: translateY(15px);
}.appContent-704 h5 {
    font-size: calc(20px * 1.1);
}.appContent-704 p {
    font-size: calc(18px * 1.05);
}
}



@media (min-width: 1200px) {.price-table-075 .payment-plans-732 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price-table-075 .pro-rates-792 h3 {
    font-size: calc(24px * 1.1);
}.price-table-075 .fee-offers-251 {
    font-size: calc(24px * 1.3);
}.price-table-075 .picture-frame-356 {
    height: 240px;
}
}



@media (min-width: 768px) {.privacy-depot-216 {
    padding: 6rem 3rem;
}.privacy-depot-216 h1 {
    font-size: calc(45px * 1.15);
    margin-bottom: 3rem;
}.privacy-depot-216 h1::after {
    width: 80px;
}.privacy-depot-216 p, .privacy-depot-216 span {
    max-width: 85%;
}.privacy-depot-216 ul {
    max-width: 90%;
    margin-left: 1rem;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .nav-core-290 svg {
    height: 32px;
}}



@media screen and (min-width: 768px) {.info-hub-431 {
    padding: 8rem 3rem;
}.info-hub-431 h1 {
    font-size: calc(44px * 1.2);
}.info-hub-431 .contact-details-932 {
    grid-template-columns: repeat(2, 1fr);
}.info-hub-431 .contact-details-932 > div:first-child {
    grid-column: 1 / -1;
}
}



@media (min-width: 768px) {.get-updates-623 {
    padding: 4rem 0;
}.get-updates-623 .learn-lab-380 {
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
}.get-updates-623 .learn-lab-380 h4 {
    max-width: 90%;
    font-size: calc(19px * 1.1);
}.get-updates-623 .input_holder {
    flex-direction: row;
    gap: 1.5rem;
}.get-updates-623 .input_holder span:first-child {
    flex: 2;
}.get-updates-623 .input_holder span:last-child {
    max-width: 200px;
    flex: 1;
}
}



@media (min-width: 1200px) {.leadership-experience-718 .success-stories-612 {
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
    max-width: 80%;
}.leadership-experience-718 .picture-frame-356 {
    height: 200px;
    width: 200px;
}.leadership-experience-718 .name {
    font-size: calc(24px + 0.2rem);
}.leadership-experience-718 .success-stories-612 > div:nth-child(2) > div {
    font-size: 16px;
}
}



@media (max-width: 767px) {.landing-page-562 .edu-skill-127 {
    padding: 1.5rem;
}.landing-page-562 .edu-skill-127 > div > div:first-child {
    padding: 1rem;
}.landing-page-562 h3 {
    font-size: calc(16px * 1.1);
}.landing-page-562 .promise-block-598 {
    min-height: 280px;
}.landing-page-562 .promise-block-598 > div {
    width: 95%;
    padding: 1.5rem;
}.landing-page-562 .title_style_header {
    font-size: calc(28px * 0.9);
}
}



@media (min-width: 992px) {.company-overview-049 {
    padding: 180px 0;
}.company-overview-049::after {
    height: 450px;
    width: 450px;
}.company-overview-049 .text-article-086 {
    padding: 60px 70px 70px;
    margin-left: 10%;
}.company-overview-049 h1 {
    transform: translateX(-20px);
}.company-overview-049 .text-article-086:hover h1 {
    transform: translateX(0);
}
}



@media (max-width: 480px) {.footer-benefit-096 {
    padding: 40px 0 20px;
}.footer-benefit-096 .company_holder h3 {
    font-size: calc(33px * 0.8);
}.footer-benefit-096 .referral-prog-204 {
    font-size: calc(17px * 0.9);
}.forum-link-976 .milestone-cta-387 {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(101,123,118,0.5), 
            transparent);
}.footer-benefit-096::before {
    background-blend-mode: overlay;
}}



@media screen and (max-width: 991px) {.training-method-415 {
    padding: 80px 0;
}.training-method-415 .learn-lab-380 > div {
    padding: 40px 30px;
}.training-method-415 h3 {
    font-size: calc(29px * 0.75);
    margin-bottom: 20px;
}
}



@media screen and (min-width: 768px) {.course-program-info-630 .career-progress-130 {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.course-program-info-630 .picture-frame-356 {
    flex: 1;
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
}.course-program-info-630 .text-article-086 {
    flex: 1.2;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
}.course-program-info-630 .text-article-086:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course-program-info-630 h3 {
    font-size: 33px;
}
}



@media (max-width: 768px) {.try-immediately-680 {
    padding: 3.5rem 0;
}.try-immediately-680 h2 {
    font-size: calc(32px * 0.8);
    text-align: center;
}.try-immediately-680 .learn-lab-380 {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    text-align: center;
    align-items: center;
    transform: translateZ(20px) rotateX(0deg);
    flex-direction: column;
}.try-immediately-680 svg {
    width: 40px;
    height: 40px;
}.try-immediately-680 .learn-lab-380 div {
    width: 100%;
    justify-content: center;
}
}



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



@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}



@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(15px, -15px) rotate(2deg); }
    50% { transform: translate(5px, 10px) rotate(-1deg); }
    75% { transform: translate(-10px, -5px) rotate(1deg); }
}

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

