.main-navbar-20 {
    flex: 1 0 auto;
}

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

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

.lesson-cta-45 {
    flex: 0 0 auto;
}

.lesson-cta-45 {
    padding: 4.5rem 0 2rem;
    position: relative;
}


.our-background-14 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,222,211) 0%, #ffffff 100%);
    overflow: hidden;
}

.our-background-14::after {
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    opacity: 0.7;
    height: 40%;
    content: "";
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(240deg, rgb(151,153,140,0.5) 0%, transparent 70%);
    bottom: -5%;
    z-index: 1;
    left: -10%;
    width: 40%;
}

.our-background-14 h1 {
    position: relative;
    opacity: 0;
    margin-bottom: 2.5rem;
    color: #000000;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: translateX(-1rem);
    font-size: 39px;
    display: inline-block;
    font-weight: 700;
}

.our-background-14 .method-innov-39 {
    position: relative;
}

.our-background-14 .method-innov-39 ul {
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 3rem;
    display: grid;
}

.our-background-14 .impact-stats-57:nth-child(1) {
    border-left: 4px solid rgb(186,188,176);
    animation-delay: 0.3s;
}

.our-background-14 .impact-stats-57:nth-child(2) {
    animation-delay: 0.5s;
    border-left: 4px solid rgb(151,153,140);
}

.our-background-14 .impact-stats-57 h4 {
    padding-bottom: 0.75rem;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    position: relative;
}

.our-background-14 .impact-stats-57:nth-child(2) h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(151,153,140);
    content: "";
    height: 2px;
    width: 3rem;
}

header .top_plank {
    background: rgb(186,188,176);
    color:  #ffffff;
}

header .top_plank .learn-links-03 div svg, header .top_plank .learn-links-03 div svg path {
    fill: #ffffff;
}

header .top_plank .learn-links-03 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

header .top_plank .learn-links-03 div img, header .top_plank .learn-links-03 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

header .header-top-06::before {
    position: absolute;
    background: radial-gradient(circle, rgb(151,153,140,0.5) 1%, transparent 10%);
    opacity: 0.3;
    background-size: 15px 15px;
    animation: backgroundShift 20s linear infinite;
    width: 200%;
    top: -50%;
    z-index: -1;
    left: -50%;
    height: 200%;
    content: "";
}

header .header-top-06 .header-tutor-84 {
    position: relative;
    overflow: visible;
}

header .header-top-06 .header-tutor-84::after {
    box-shadow: 0 0 8px 2px rgb(151,153,140);
    height: 2px;
    content: "";
    width: 100%;
    background: rgb(151,153,140);
    transform: scaleX(0);
    bottom: -8px;
    left: 0;
    transform-origin: left;
    animation: neonPulse 3s infinite alternate;
    position: absolute;
}

header .header-top-06 .header-tutor-84 .top-site-42:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .header-top-06 .header-lesson-83 {
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
    perspective: 800px;
    padding: 0;
}

header .header-top-06 .site-info-89 {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    margin: 0 0.5rem;
}

header .header-top-06 .site-info-89:hover {
    transform: translateZ(20px);
}

header .header-top-06 .site-info-89 a {
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    color: #ffffff;
}

header .header-top-06 .site-info-89 a:hover {
    color: rgb(151,153,140);
    border: 1px solid rgb(151,153,140,0.5);
    text-shadow: 0 0 5px rgb(151,153,140,0.5);
}

.data-summary-95::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(186,188,176,0.5) 0,
        rgb(186,188,176,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
}



.data-summary-95::before {
    animation: patternMove1 30s linear infinite;
}

.data-summary-95 .container {
    display: flex;
    position: relative;
    flex-direction: column;
}

.data-summary-95 h2::after {
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(151,153,140);
    bottom: -15px;
    width: 100px;
    content: "";
}

.data-summary-95 ul {
    position: relative;
    display: flex;
    gap: 25px;
    padding: 0;
    flex-direction: column;
    list-style: none;
    margin: 0;
}

.data-summary-95 .statistics-expertise-76 {
    overflow: hidden;
    padding: 30px;
    margin-left: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 28px;
    display: grid;
    position: relative;
    align-items: center;
    grid-template-columns: 80px 1fr auto;
}

.data-summary-95 .statistics-expertise-76::after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #ffffff;
    z-index: 2;
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    left: -35px;
    border: 3px solid rgb(186,188,176);
}

.data-summary-95 .statistics-expertise-76:nth-child(4)::after {
    border-color: #ffffff;
    background: rgb(151,153,140);
}

.data-summary-95 .statistics-expertise-76:hover {
    transform: translateX(15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.data-summary-95 .statistics-expertise-76:nth-child(even) p {
    color: rgb(151,153,140);
}

.data-summary-95 .statistics-expertise-76 span {
    margin: 0;
    grid-row: 1;
    grid-column: 2;
    position: relative;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}

.data-summary-95 .statistics-expertise-76:nth-child(even) span::before {
    background: rgb(151,153,140,0.5);
}

.data-summary-95 svg {
    width: 40px;
    height: 40px;
    fill: rgb(186,188,176);
    margin-left: 20px;
    grid-column: 3;
    transition: transform 0.3s ease;
    grid-row: 1;
}

.data-summary-95 .statistics-expertise-76:hover svg {
    transform: scale(1.2);
}

.data-summary-95 .statistics-expertise-76:nth-child(2) {
    animation-delay: 0.2s;
}

.data-summary-95 .statistics-expertise-76:nth-child(4) {
    animation-delay: 0.4s;
}

.title-welcome-32 {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(222,222,211) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    position: relative;
}

.title-welcome-32::before {
    background: linear-gradient(45deg, rgb(186,188,176,0.5) 0%, rgb(151,153,140,0.5) 100%);
    width: 35%;
    content: "";
    filter: blur(60px);
    height: 70%;
    top: -10%;
    right: -5%;
    animation: pulse 10s infinite alternate ease-in-out;
    position: absolute;
    z-index: 1;
}

.title-welcome-32 .learning-zone-65 {
    margin: 0 auto;
    z-index: 2;
    grid-template-columns: 1fr;
    display: grid;
    padding: 6rem 0;
    max-width: 1400px;
    position: relative;
    width: 90%;
    grid-gap: 2rem;
}

.title-welcome-32 .text-scroll-58 {
    position: relative;
    z-index: 3;
    flex-direction: column;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    display: flex;
}

.title-welcome-32 .learn-first-42:hover {
    transform: translateY(-5px);
}

.title-welcome-32 .learn-first-42 p {
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: calc(16px * 1.2);
    max-width: 90%;
    color: #000000;
}

.title-welcome-32 svg {
    margin: 1rem auto 2rem;
    animation: floatSvg 8s infinite ease-in-out;
    width: 120px;
    display: block;
    transform-origin: center;
    height: 120px;
}

.title-welcome-32 svg text {
    font-weight: 700;
    transition: fill 0.5s ease;
}

.title-welcome-32 svg:hover text {
    fill: #000000;
}

.title-welcome-32 .query-widget-69::before {
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(151,153,140) 0%, rgb(186,188,176) 100%);
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
}

.title-welcome-32 .query-widget-69:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
    transform: translateY(-3px) scale(1.02);
}

.title-welcome-32 .query-widget-69:hover::before {
    opacity: 1;
}

.title-welcome-32 .post-thumbnail-52 {
    height: 350px;
    border-radius: 10px;
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    position: relative;
}

.title-welcome-32 .post-thumbnail-52:hover::before {
    opacity: 0.7;
}

.enroll-instantly-20 {
    perspective: 1000px;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(186,188,176) 0%, rgb(151,153,140) 100%);
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
}

.enroll-instantly-20::after {
    right: -50%;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    animation: glow 8s infinite alternate ease-in-out;
    height: 200%;
    top: -50%;
    z-index: 1;
    width: 100%;
    opacity: 0.15;
    transform: translateZ(-5px) rotate(45deg);
    content: "";
    position: absolute;
}

.enroll-instantly-20 h6 {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transform: translateZ(10px);
    line-height: 1.5;
    font-size: calc(16px * 1.2);
    opacity: 0;
    font-weight: 600;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    text-align: center;
    max-width: 800px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 2.5rem;
}

.enroll-instantly-20 .query-widget-69::before {
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    top: 0;
    left: -100%;
    position: absolute;
    content: "";
    width: 100%;
}

.enroll-instantly-20 .query-widget-69::after {
    transition: transform 0.4s ease-out;
    left: 0;
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    width: 100%;
    transform-origin: right;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(186,188,176),
        rgb(151,153,140),
        rgb(186,188,176)
    );
    content: "";
}

.enroll-instantly-20 .query-widget-69:hover::before {
    left: 100%;
}

.enroll-instantly-20 .query-widget-69:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.enroll-instantly-20 .query-widget-69:active {
    transition: all 0.1s;
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pricing-stack-96::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 30% 70%, rgb(151,153,140,0.5) 0%, transparent 60%);
}

.pricing-stack-96 .pricing-pack-80 {
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(186,188,176);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.pricing-stack-96 .pricing-pack-80 .learning-rates-24 {
    margin-bottom: 0;
    word-break: break-word;
    color: #000000;
    font-size: 17px;
    max-width: 700px;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.pricing-stack-96 .bundle-price-70:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing-stack-96 .plan-options-09 {
    position: relative;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.pricing-stack-96 .bundle-price-70:hover .plan-options-09::before {
    transform: scaleX(1);
}

.pricing-stack-96 .cost-table-24 {
    flex-direction: column;
    display: flex;
    padding: 30px;
    flex: 1;
    z-index: 1;
    position: relative;
}

.pricing-stack-96 .bundle-price-70:hover .cost-table-24 h3 {
    color: rgb(186,188,176);
    transform: translateX(5px) scale(1.03);
}

.pricing-stack-96 .value-plan-54 {
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(22px + 4px);
    color: rgb(151,153,140);
}

.pricing-stack-96 .bundle-price-70:hover .value-plan-54::after {
    transform: scaleX(1);
}

.pricing-stack-96 .cost-table-24 p {
    display: -webkit-box;
    margin-bottom: 0;
    flex: 1;
    word-break: break-word;
    -webkit-line-clamp: 5;
    font-size: 17px;
    overflow: hidden;
    color: #000000;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}

.pricing-stack-96 .bundle-price-70:hover .post-thumbnail-52 {
    transform: scale(1.05);
}

.overlayConsentSettings-93 {
    z-index: 1050;
    border-top: 3px solid rgb(186,188,176);
    padding: 20px;
    overflow: hidden;
    position: fixed;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(222,222,211);
    bottom: 0;
}

.cookie-customize-61 {
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie-customize-61 svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    fill: rgb(186,188,176);
}

.cookie-necessary-18 h5 {
    color: rgb(186,188,176);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 21px;
}

.user-choices-05:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlayConsentSettings-93 p a {
    color: rgb(186,188,176);
    text-decoration: underline;
}

.overlayConsentSettings-93 p a:hover {
    color: #000000;
}


.privacy-fence-62 {
    margin-bottom: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    padding: 60px;
}

.privacy-fence-62 h2 {
    font-weight: 600;
    z-index: 2;
    position: relative;
    color: rgb(151,153,140);
    margin: 20px 0;
    border-left: 5px solid rgb(186,188,176);
    font-size: 34px;
    padding-left: 10px;
}

.privacy-fence-62 li {
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(151,153,140,0.5);
    color: #000000;
}

.privacy-fence-62 > div {
    background-color: rgb(222,222,211);
    padding: 30px;
    border-radius: 10px;
    z-index: 2;
    border: 1px solid rgb(186,188,176,0.5);
    position: relative;
}

.privacy-fence-62::before,
.privacy-fence-62::after {
    background: rgb(186,188,176,0.5);
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    content: "";
}

.privacy-fence-62::before {
    left: -100px;
    height: 200px;
    width: 200px;
    top: -100px;
}

.course-structure-20::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.04;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(186,188,176,0.5),
        rgb(186,188,176,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
}

.course-structure-20 .text-scroll-58:hover {
    transform: translateY(-10px);
}

.course-structure-20 .text-scroll-58::before {
    background: rgb(151,153,140,0.5);
    width: 8rem;
    right: 3rem;
    z-index: -1;
    top: -4rem;
    border-radius: 50%;
    opacity: 0.6;
    content: "";
    position: absolute;
    height: 8rem;
}



.course-structure-20 .text-scroll-58 h2::after {
    left: 0;
    transition: width 0.4s ease;
    background: rgb(151,153,140);
    content: "";
    border-radius: 10px;
    bottom: -10px;
    width: 3rem;
    position: absolute;
    height: 4px;
}

.course-structure-20 .text-scroll-58 .description:last-of-type {
    animation-delay: 0.4s;
    font-weight: 600;
    margin-bottom: 0;
}

.course-structure-20 .text-scroll-58 .description::before {
    border-radius: 50%;
    top: 0.5rem;
    content: "";
    left: 0;
    height: 4px;
    position: absolute;
    background: rgb(151,153,140);
    width: 4px;
}

.course-structure-20 .post-thumbnail-52:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.course-structure-20 .post-thumbnail-52::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(186,188,176,0.5) 0%,
        transparent 40%
    );
    left: 0;
    top: 0;
}

.find-us-59::after {
    content: "";
    z-index: 0;
    background: linear-gradient(215deg, rgb(151,153,140,0.5) 0%, rgb(186,188,176,0.5) 100%);
    position: absolute;
    left: -10%;
    transform: rotate(25deg) skewX(-15deg);
    height: 60%;
    opacity: 0.5;
    bottom: -5%;
    filter: blur(25px);
    width: 35%;
}

.find-us-59 h1:hover {
    transform: perspective(500px) translateZ(20px);
}

.find-us-59 h1::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(186,188,176) 0%, rgb(151,153,140) 100%);
    bottom: -10px;
    left: 50%;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
}

.find-us-59 .get-contactform-19 > div {
    position: relative;
    padding: 20px;
    background: linear-gradient(to right, #ffffff 90%, rgba(rgb(186,188,176,0.5), 0.05) 100%);
    border-left: 4px solid rgb(186,188,176);
    transition: all 0.3s ease;
}

.find-us-59 .get-contactform-19 > div:hover {
    transform: translateX(5px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}

.find-us-59 h6 {
    color: #000000;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.find-us-59 span::before {
    position: absolute;
    background: rgb(151,153,140);
    top: 50%;
    height: 6px;
    width: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
}

.find-us-59 .ask-support-23 > div:hover {
    transform: translateX(5px);
}

.find-us-59 .course-faq-31:hover {
    color: rgb(186,188,176);
}

.find-us-59 .course-faq-31::before {
    height: 2px;
    width: 0;
    background: rgb(186,188,176);
    position: absolute;
    bottom: -2px;
    transition: width 0.3s ease;
    content: "";
    left: 5px;
}

.find-us-59 .course-faq-31 svg {
    transition: all 0.3s ease;
    margin-left: 10px;
}

.find-us-59 svg {
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
}

.customer-comments-95 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,211) 0%, rgb(186,188,176,0.5) 100%);
}

.customer-comments-95::after {
    border-radius: 100px;
    content: "";
    position: absolute;
    width: 150px;
    filter: blur(60px);
    transform: rotate(30deg);
    z-index: 1;
    background: rgb(186,188,176,0.5);
    bottom: -30px;
    height: 150px;
    left: -30px;
}

.customer-comments-95 h2::after {
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, rgb(186,188,176), rgb(151,153,140));
    content: "";
    height: 3px;
}

.customer-comments-95 .review-highlights-63 {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer-comments-95 .edu-stories-28:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-10px) scale(1.02);
}

.customer-comments-95 .edu-stories-28::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    font-family: serif;
    top: -30px;
    font-size: 150px;
    left: 20px;
    line-height: 1;
    color: rgb(186,188,176,0.5);
}

.customer-comments-95 .edu-stories-28 h3::after {
    transform: scaleX(0.3);
    transform-origin: left;
    transition: transform 0.4s ease;
    content: "";
    width: 100%;
    bottom: -5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(186,188,176), transparent);
    height: 2px;
    left: 0;
}

.customer-comments-95 .edu-stories-28 div img {
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.customer-comments-95 .edu-stories-28:hover div img {
    transform: scale(1.1);
}

.customer-comments-95 .edu-stories-28:nth-child(odd) {
    transform: rotateZ(-1deg);
}

.customer-comments-95 .edu-stories-28:nth-child(odd):hover {
    transform: rotateZ(0) translateY(-10px);
}

.customer-comments-95 .edu-stories-28::after {
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(151,153,140,0.5) 50%);
    height: 100px;
    z-index: 1;
    width: 100px;
    transition: all 0.5s ease;
    content: "";
}

.lesson-cta-45::before {
    left: 0;
    top: 0;
    animation: shimmer 8s linear infinite;
    position: absolute;
    height: 1px;
    right: 0;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(186,188,176) 25%, 
                #ffffff 50%, 
                rgb(151,153,140) 75%, 
                transparent 100%);
}

.lesson-cta-45 .company_holder {
    margin-right: 2rem;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    backdrop-filter: blur(15px);
}

.lesson-cta-45 .company_holder h3::after {
    width: 100%;
    background: linear-gradient(to right, rgb(186,188,176), rgb(151,153,140));
    height: 2px;
    position: absolute;
    transition: transform 0.5s ease;
    bottom: -8px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0.3);
    content: "";
}

.lesson-cta-45 .head-expert-65 {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.lesson-cta-45 .header-lesson-83 {
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 200px;
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
}

.lesson-cta-45 .header-lesson-83:hover h5::before {
    width: 100%;
}

.lesson-cta-45 .header-lesson-83 .head-expert-65 {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.lesson-cta-45 .header-lesson-83 a::before {
    bottom: 0;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(to right, rgb(186,188,176), rgb(151,153,140));
    z-index: -1;
    content: "";
    height: 1px;
}

.lesson-cta-45 .header-lesson-83 a:hover::before {
    width: 100%;
}

.reward-sys-29 {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
}

.reward-sys-29 .container {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}

.reward-sys-29 .inclusion-10 {
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    backdrop-filter: blur(5px);
}

.lesson-cta-45 .head-expert-65 a:hover::after {
    transform: translateY(-50%) scale(1);
}

.lesson-cta-45 .code-labs-72::before {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    left: -10px;
    border: 1px solid transparent;
    top: -10px;
    width: 0;
    position: absolute;
    height: 0;
    content: "";
}

.lesson-cta-45 .company_holder:hover .code-labs-72::before {
    border-right-color: rgb(186,188,176,0.5);
    border-top-color: rgb(186,188,176,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.teacher-profile-71 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,211) 0%, rgb(186,188,176,0.5) 70%, rgb(151,153,140,0.5) 100%);
}

.teacher-profile-71::after {
    opacity: 0.2;
    z-index: 0;
    right: -50%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(151,153,140,0.5) 0%, transparent 70%);
    width: 90%;
    transform: rotate(-15deg);
    top: -50%;
    height: 90%;
    border-radius: 50%;
    content: "";
}

.teacher-profile-71 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
}

.teacher-profile-71 .edu-stories-28 {
    backdrop-filter: blur(10px);
    gap: 2rem;
    transform: perspective(1200px) rotateX(2deg);
    position: relative;
    border-left: 4px solid rgb(186,188,176);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
}

.teacher-profile-71 .edu-stories-28:hover .post-thumbnail-52 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(186,188,176);
    transform: translateY(-5px) scale(1.05);
}

.teacher-profile-71 .name::after {
    height: 2px;
    position: absolute;
    left: 50%;
    transition: width 0.3s ease;
    width: 40%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(186,188,176), transparent);
    content: "";
    bottom: 0;
}

.teacher-profile-71 .employee-progress-07 {
    background-color: rgba(255,255,255,0.5);
    font-family: Arial, sans-serif;
    padding: 1.5rem;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.7;
}

.teacher-profile-71 .employee-progress-07::after {
    content: "";
    right: 0;
    bottom: -1.5rem;
}

.join-our-community-05 {
    font-family: Arial, sans-serif;
    padding: 5rem 1.5rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(186,188,176,0.5), rgb(186,188,176), rgb(151,153,140));
}

.join-our-community-05::after {
    opacity: 0.5;
    content: "";
    border-radius: 50%;
    z-index: 0;
    width: 200px;
    bottom: -30px;
    right: -30px;
    position: absolute;
    height: 200px;
    background: radial-gradient(circle, rgb(151,153,140), transparent 70%);
}

.join-our-community-05 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.join-our-community-05 .learning-zone-65:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.join-our-community-05 h3 {
    font-size: calc(23px * 1.05);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.join-our-community-05 .input_holder {
    width: 100%;
    display: flex;
    margin-top: 1rem;
    align-items: center;
    max-width: 550px;
    z-index: 3;
    position: relative;
    flex-direction: column;
}

.join-our-community-05 .input_holder div::before {
    width: 18px;
    transform: translateY(-50%);
    background-size: contain;
    left: 15px;
    transition: opacity 0.3s ease;
    pointer-events: none;
    opacity: 0.7;
    background-repeat: no-repeat;
    position: absolute;
    height: 18px;
    top: 50%;
    content: "";
}

.join-our-community-05 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s ease;
}

.join-our-community-05 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.join-our-community-05 .input_holder div:focus-within::before {
    opacity: 1;
}

.join-our-community-05 .sub-settings-56 {
    overflow: hidden;
    border: none;
    letter-spacing: 0.05em;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    padding: 14px 28px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    background: rgb(151,153,140);
    position: relative;
}

.join-our-community-05 .sub-settings-56:hover::before {
    left: 100%;
}

.join-our-community-05 .learning-zone-65::before {
    position: absolute;
    width: 80px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    animation: rotate 30s linear infinite;
    top: -20px;
    left: -20px;
    content: "";
    height: 80px;
    border-radius: 10px;
}

.gratZone-27 {
    background: linear-gradient(135deg, rgb(186,188,176,0.5), rgb(151,153,140) 120%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}

.gratZone-27::after {
    animation: float 9s ease-in-out infinite reverse;
    opacity: 0.15;
    position: absolute;
    bottom: -5%;
    content: "";
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgb(151,153,140) 10%, transparent 70%);
    left: -5%;
    transform: rotate(15deg);
}

.gratZone-27 .learning-zone-65 {
    transform: perspective(1000px) rotateX(1deg);
    background: rgba(255, 255, 255, 0.92);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.gratZone-27 h5 {
    margin: 0;
    transform: translateX(0);
    padding-bottom: 0.5rem;
    font-weight: 700;
    font-size: 20px;
    transition: transform 0.4s ease;
    color: #000000;
    line-height: 1.4;
    position: relative;
}

.gratZone-27 h5::after {
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    background: linear-gradient(to right, rgb(186,188,176), transparent);
    bottom: 0;
    width: 80px;
}

.gratZone-27 a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    display: block;
    position: relative;
    transform: translateY(0);
    text-decoration: none;
}

.gratZone-27 a:hover {
    transform: translateY(-3px);
}

.gratZone-27 a:hover::before {
    width: 100%;
}

.gratZone-27 a:hover p {
    color: rgb(186,188,176);
}

.reach-out-52 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(222,222,211), rgba(rgb(186,188,176), 0.03));
}

.reach-out-52::after {
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(186,188,176), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(186,188,176), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(151,153,140), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(186,188,176), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(151,153,140), 0.04) 0%, transparent 30%);
    background-position: center center;
    z-index: 1;
    top: 0;
}

.reach-out-52 .request-block-21 {
    margin-top: 60px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    border-radius: 16px;
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;
}

.reach-out-52 .post-thumbnail-52 {
    flex: 0 0 45%;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    transform: translateZ(0);
}

.reach-out-52 .post-thumbnail-52::after {
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    z-index: 2;
    animation: shine 6s infinite ease-in-out;
    content: "";
    width: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    height: 300%;
}

.reach-out-52 .support-card-68::before {
    top: 0;
    opacity: 0.5;
    background: 
        radial-gradient(circle, rgba(rgb(186,188,176), 0.03) 0%, transparent 70%);
    position: absolute;
    width: 500px;
    z-index: 0;
    content: "";
    border-radius: 50%;
    right: 0;
    height: 500px;
}

.reach-out-52 form input[type="text"] {
    width: 100%;
    font-size: 12px;
    border-radius: 8px;
    background: rgba(rgb(222,222,211), 0.5);
    transition: all 0.3s ease;
    padding: 18px 25px;
    margin-bottom: 25px;
    border: 1px solid rgba(rgb(186,188,176), 0.1);
    backdrop-filter: blur(5px);
    color: #000000;
}

.reach-out-52 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.reach-out-52 .support-help-26 {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.reach-out-52 .support-help-26 label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 12px;
}

.reach-out-52 .support-help-26 input[type="checkbox"]:checked + label::before {
    background: rgb(186,188,176);
    border-color: rgb(186,188,176);
}

.reach-out-52 .support-help-26 label a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(186,188,176);
    text-decoration: none;
}

.reach-out-52 .support-help-26 label a::after {
    height: 1px;
    left: 0;
    transform-origin: right;
    width: 100%;
    background: rgb(186,188,176);
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: -2px;
    position: absolute;
}

.reach-out-52 .query-widget-69 {
    background: rgb(186,188,176);
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding: 16px 40px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
}

.reach-out-52 .query-widget-69::after {
    height: 50px;
    transition: all 0.5s ease;
    left: -10px;
    width: 50px;
    position: absolute;
    transform: scale(0);
    z-index: -1;
    border-radius: 50%;
    content: "";
    top: -50%;
    background: rgba(255, 255, 255, 0.3);
}

.reach-out-52 svg path {
    stroke: rgb(186,188,176);
    stroke-width: 2;
    transition: all 0.3s ease;
}

.reach-out-52 form input {
    border: 1px solid rgb(186,188,176);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media (min-width: 768px) {.our-background-14 {
    padding: 8rem 0;
}.our-background-14 h1 {
    font-size: calc(39px * 1.1);
    margin-bottom: 3.5rem;
}.our-background-14 .method-innov-39 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our-background-14 .impact-stats-57 {
    padding: 3rem;
}.our-background-14 .impact-stats-57 div {
    max-height: 380px;
}
}



@media (min-width: 1200px) {.our-background-14 .container {
    padding: 0 4rem;
}.our-background-14 h1::after {
    height: 4px;
}.our-background-14 .method-innov-39 ul {
    gap: 3rem;
}.our-background-14 .impact-stats-57 {
    border-radius: 6px;
    padding: 4rem;
}.our-background-14 .impact-stats-57 h4 {
    margin-bottom: 2rem;
}.our-background-14 .impact-stats-57 div {
    max-height: 450px;
}
}



@media (max-width: 767px) {.our-background-14 {
    padding: 4rem 0;
}.our-background-14::before, 
    .our-background-14::after {
    opacity: 0.4;
}.our-background-14 h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2rem;
}.our-background-14 .impact-stats-57 {
    margin-bottom: 1.5rem;
    padding: 1.75rem;
}.our-background-14 .impact-stats-57 div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}}



@media (max-width: 576px) {header .header-top-06 {
    padding: 0.75rem;
}header .header-top-06 .header-lesson-83 {
    align-items: center;
    flex-direction: column;
}header .header-top-06 .site-info-89 {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .header-top-06 .header-tutor-84 svg {
    width: 100px;
}header .header-top-06 .header-tutor-84::after {
    left: 10%;
    width: 80%;
}}



@media (max-width: 991px) {.data-summary-95 h2 {
    text-align: center;
    padding-left: 0;
    border-bottom: 3px solid rgb(186,188,176);
    padding-bottom: 15px;
    border-left: none;
}.data-summary-95 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.data-summary-95 ul::before {
    left: 15px;
}.data-summary-95 .statistics-expertise-76 {
    margin-left: 40px;
}.data-summary-95 .statistics-expertise-76::after {
    height: 15px;
    width: 15px;
    left: -25px;
}.data-summary-95 .statistics-expertise-76::before {
    left: -20px;
    width: 40px;
}
}



@media (min-width: 768px) {.title-welcome-32 .learning-zone-65 {
    grid-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 0;
    align-items: center;
}.title-welcome-32 h1 {
    grid-column: 1 / -1;
    text-align: center;
    font-size: calc(43px * 1.2);
}.title-welcome-32 .text-scroll-58 {
    order: 1;
}.title-welcome-32 .post-thumbnail-52 {
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
    order: 2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 500px;
}.title-welcome-32 svg {
    width: 150px;
    height: 150px;
    margin: 1.5rem auto 2.5rem;
}.title-welcome-32 .learn-first-42 p {
    font-size: calc(16px * 1.4);
}
}



@media (min-width: 992px) {.title-welcome-32 .learning-zone-65 {
    padding: 6rem 0;
    grid-gap: 4rem;
}.title-welcome-32 h1 {
    font-size: calc(43px * 1.4);
}.title-welcome-32 .learn-first-42 {
    padding: 3.5rem;
}.title-welcome-32 .post-thumbnail-52 {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
}.title-welcome-32 .post-thumbnail-52:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title-welcome-32 .query-widget-69 {
    padding: 1.25rem 3rem;
}.title-welcome-32 svg {
    width: 180px;
    height: 180px;
}
}



@media (max-width: 767px) {.title-welcome-32 {
    padding-top: 2rem;
}.title-welcome-32 .learning-zone-65 {
    padding: 3rem 0;
}.title-welcome-32 h1 {
    text-align: center;
    font-size: calc(43px * 0.9);
}.title-welcome-32 .learn-first-42 {
    padding: 2rem;
}.title-welcome-32 .learn-first-42 p {
    font-size: 16px;
    max-width: 100%;
}.title-welcome-32 .query-widget-69 {
    display: block;
    text-align: center;
    padding: 0.875rem 1.75rem;
}.title-welcome-32 svg {
    margin: 1rem auto 1.5rem;
    height: 100px;
    width: 100px;
}}



@media (max-width: 380px) {.enroll-instantly-20 {
    padding: 2rem 0;
}.enroll-instantly-20 h6 {
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
}.enroll-instantly-20 .query-widget-69 {
    font-size: calc(18px * 0.9);
    padding: 0.5rem 1.5rem;
}}



@media (min-width: 768px) {.pricing-stack-96 .cost-card-83 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-stack-96 .pricing-pack-80 {
    padding: 40px;
}.pricing-stack-96 .cost-table-24 {
    padding: 30px 35px;
}.pricing-stack-96 .post-thumbnail-52 {
    height: 240px;
}
}



@media (min-width: 1200px) {.pricing-stack-96 {
    padding: 120px 0;
}.pricing-stack-96 .cost-card-83 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-stack-96 .pricing-pack-80 h2 {
    font-size: calc(34px + 4px);
}.pricing-stack-96 .cost-table-24 h3 {
    font-size: calc(22px + 4px);
}.pricing-stack-96 .value-plan-54 {
    font-size: calc(22px + 8px);
}.pricing-stack-96 .post-thumbnail-52 {
    height: 280px;
}
}


@media (max-width: 1200px) {.cookie-necessary-18 h5 {
    font-size: calc(21px - 2px);
}.cookie-necessary-18 p {
    font-size: calc(16px - 2px);
}.user-choices-05 {
    font-size: calc(18px - 2px);
    padding: 8px 16px;
}
}


@media (max-width: 800px) {.cookie-confirm-28 {
    flex-direction: column;
    align-items: center;
}.cookie-customize-61 {
    margin-bottom: 15px;
}.cookie-necessary-18 {
    margin-bottom: 20px;
    text-align: center;
}.user-choices-05 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (min-width: 768px) {.course-structure-20 .study-map-26 {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course-structure-20 .text-scroll-58 {
    margin-right: -4rem;
    grid-column: 1 / 2;
    align-self: center;
}.course-structure-20 .post-thumbnail-52 {
    grid-column: 2 / 3;
    margin-top: 0;
    height: 400px;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
}.course-structure-20 .post-thumbnail-52::before {
    left: 20px;
    content: "";
    z-index: -1;
    height: 20px;
    bottom: -20px;
    filter: blur(15px);
    width: 60%;
    position: absolute;
    opacity: 0.4;
    background: rgb(151,153,140);
}
}



@media (max-width: 767px) {.course-structure-20 {
    padding: 4rem 0;
}.course-structure-20 .post-thumbnail-52 {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}



@media (max-width: 767px) {.find-us-59 .get-contactform-19 {
    padding: 30px 20px;
}.find-us-59 .get-contactform-19 > div {
    padding: 15px;
}.find-us-59 h1 {
    font-size: calc(38px * 0.9);
}.find-us-59 span {
    margin-left: 20px;
}
}



@media (hover: hover) {.find-us-59 .get-contactform-19 > div {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.find-us-59 .get-contactform-19 > div:hover {
    transform: translateY(-5px) translateX(5px);
}.find-us-59 .course-faq-31 svg {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.find-us-59 .course-faq-31:hover svg {
    transform: translateY(-3px) rotate(5deg);
}
}



@media (max-width: 991px) {.customer-comments-95 {
    padding: 4rem 0;
}.customer-comments-95 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.customer-comments-95 .review-highlights-63 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.customer-comments-95 {
    padding: 2.5rem 0;
}.customer-comments-95 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.customer-comments-95 .edu-stories-28 {
    padding: 1.25rem;
}.customer-comments-95 .edu-stories-28 div {
    height: 50px;
    width: 50px;
}.customer-comments-95 .edu-stories-28::before {
    font-size: 80px;
}
}



@media (max-width: 992px) {.lesson-cta-45 {
    padding: 3.5rem 0 2rem;
}.lesson-cta-45 .container {
    flex-direction: column;
}.lesson-cta-45 .company_holder {
    margin-bottom: 2rem;
    flex: 1 1 100%;
    margin-right: 0;
}.lesson-cta-45 .med-guides-53 {
    flex: 1 1 100%;
}.lesson-cta-45 .med-guides-53 .head-expert-65 {
    justify-content: space-between;
}.lesson-cta-45 .header-lesson-83 {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 576px) {.lesson-cta-45 {
    padding: 2.5rem 0 1rem;
}.lesson-cta-45 .company_holder h3 {
    font-size: calc(37px * 0.75);
}.lesson-cta-45 .code-labs-72 {
    font-size: calc(14px * 0.9);
}.lesson-cta-45 .header-lesson-83 h5 {
    font-size: calc(19px * 0.9);
}.lesson-cta-45 .header-lesson-83 a {
    font-size: calc(14px * 0.9);
}.reward-sys-29 .inclusion-10 {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 0.8rem;
}}



@media (min-width: 992px) {.teacher-profile-71 {
    padding: 8rem 0;
}.teacher-profile-71 .edu-stories-28 {
    margin: 0 auto;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 90%;
}.teacher-profile-71 .edu-stories-28:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.teacher-profile-71 .post-thumbnail-52 {
    width: 180px;
    height: 180px;
}.teacher-profile-71 .employee-progress-07 {
    padding: 2rem;
    font-size: calc(13px + 0.1rem);
    line-height: 1.8;
}
}



@media (max-width: 767px) {.teacher-profile-71 {
    padding: 4rem 0;
}.teacher-profile-71 .edu-stories-28 {
    padding: 2rem 1.5rem;
}.teacher-profile-71 .employee-progress-07 {
    padding: 1rem 0.5rem;
}.teacher-profile-71 .employee-progress-07::before,
    .teacher-profile-71 .employee-progress-07::after {
    font-size: 2.5rem;
}}



@media (max-width: 767px) {.join-our-community-05 h3 {
    font-size: calc(23px * 0.9);
}.join-our-community-05 .learning-zone-65 {
    padding: 2rem 1.5rem;
}.join-our-community-05 input[type="email"] {
    padding: 14px 15px 14px 40px;
}.join-our-community-05 .sub-settings-56 {
    margin-top: 0.5rem;
    width: 100%;
    padding: 12px 20px;
}.join-our-community-05 .input_holder div::before {
    height: 16px;
    width: 16px;
    left: 12px;
}}



@media screen and (max-width: 992px) {.gratZone-27 {
    padding: 5rem 0;
}.gratZone-27 .learning-zone-65 {
    padding: 2.5rem;
}.gratZone-27 h5 {
    font-size: calc(20px * 0.95);
}
}



@media screen and (max-width: 576px) {.gratZone-27 {
    padding: 3rem 0;
}.gratZone-27 .learning-zone-65 {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.gratZone-27 .learning-zone-65 > div:first-child {
    margin-bottom: 1.5rem;
}.gratZone-27 .learning-zone-65 > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.gratZone-27 h5 {
    font-size: calc(20px * 0.85);
}.gratZone-27 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 480px) {.reach-out-52 {
    padding: 50px 0;
}.reach-out-52 h2 {
    font-size: calc(29px * 0.85);
}.reach-out-52 .request-block-21 {
    border-radius: 12px;
    margin-top: 30px;
}.reach-out-52 .post-thumbnail-52 {
    min-height: 220px;
}.reach-out-52 .support-card-68 {
    padding: 30px 20px;
}.reach-out-52 form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.reach-out-52 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach-out-52 .support-help-26 {
    margin-bottom: 20px;
}.reach-out-52 .support-help-26 label {
    font-size: calc(12px * 0.9);
}.reach-out-52 .query-widget-69 {
    padding: 12px 20px;
}
}



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



@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

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



@keyframes patternMove2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -30px -30px;
    }
}



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



@keyframes floatSvg {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}



@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}


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


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

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

