﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

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

.rating-stars-96017 {
    flex: 0 0 auto;
}

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


.thanksPanel-23497 {
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
}

.thanksPanel-23497::after {
    height: 60%;
    transform: rotate(10deg);
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 40%;
    position: absolute;
    bottom: -20%;
    opacity: 0.2;
    filter: blur(25px);
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(169,152,116,0.5) 0%, rgb(171,197,176,0.5) 100%);
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
}

.thanksPanel-23497 .learn-lab-02698 > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.thanksPanel-23497 .learn-lab-02698 > div:first-child::after {
    border-radius: 10px;
    height: 3px;
    transform-origin: left;
    bottom: -0.75rem;
    width: 80px;
    background: linear-gradient(90deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
}

.thanksPanel-23497 p {
    font-size: 13px;
    transition: color 0.3s ease;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}

.thanksPanel-23497 a::before {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(171,197,176,0.5) 0%, rgb(169,152,116) 100%);
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    content: "";
    bottom: 0;
}

.contact-form-section-98731 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.contact-form-section-98731 h2::after {
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(171,197,176);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
}

.contact-form-section-98731 .media-img-32764 {
    grid-column: 2;
    border-top-right-radius: 21px;
    transition: transform 0.6s ease;
    grid-row: 1;
    min-height: 500px;
    border-bottom-right-radius: 21px;
    height: 100%;
}

.contact-form-section-98731 input[type="text"]:focus {
    outline: none;
    border-color: rgb(171,197,176);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-form-section-98731 .feedback-block-80354 {
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}

.contact-form-section-98731 .feedback-block-80354 input[type="checkbox"]:checked::after {
    color: #ffffff;
    top: 50%;
    position: absolute;
    content: "✓";
    font-size: 16px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.contact-form-section-98731 .help-message-60814 {
    margin-top: 10px;
    align-self: flex-start;
    background: rgb(171,197,176);
    color: #ffffff;
    overflow: hidden;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px 35px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
}

header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(171,197,176,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(169,152,116,0.5) 0%, transparent 25%);
    left: 0;
    position: absolute;
    pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
}

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

header .nav-lead-93217:before {
    opacity: 0.3;
    transform: translateY(-50%);
    top: 50%;
    left: -10px;
    height: 20px;
    width: 20px;
    filter: blur(15px);
    position: absolute;
    border-radius: 50%;
    background: rgb(171,197,176);
    animation: breathe 5s infinite alternate;
    content: '';
}

header .main-base-48361:before {
    filter: blur(5px);
    left: -5%;
    width: 110%;
    transform: translateX(-100%);
    top: -5%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(171,197,176,0.5), 
        transparent
    );
    animation: menuGlow 10s infinite ease-in-out;
    height: 110%;
    opacity: 0.15;
}

header .main-header-94872:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(171,197,176);
}

header .main-header-94872:hover:after {
    box-shadow: 
        0 0 5px rgb(171,197,176),
        0 0 10px rgb(171,197,176);
    width: 100%;
}

header .head-expert-03957:before {
    opacity: 0;
    background: radial-gradient(circle, 
        rgb(171,197,176,0.5) 0%, 
        transparent 70%
    );
    transition: opacity 0.5s ease;
    left: 50%;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    height: 150%;
    width: 150%;
    top: 50%;
}

header .head-expert-03957:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(171,197,176));
}

.audience-profile-95478 {
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

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

.audience-profile-95478 .learn-lab-02698 {
    transform: translateY(0);
    overflow: hidden;
    border-radius: 24px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}



.audience-profile-95478 h4 {
    font-weight: 700;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 35px;
}

.audience-profile-95478 div p {
    color: #ffffff;
    margin-bottom: 25px;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    backdrop-filter: blur(5px);
    display: flex;
    font-size: calc(12px + 2px);
    border-left: 3px solid rgb(171,197,176);
    transition: all 0.3s ease;
    border-radius: 10px;
}

.audience-profile-95478 div p::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(171,197,176) 0%, transparent 100%);
    height: 1px;
    transition: width 0.5s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 0;
}

.price-plan-item-35904 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    padding: 0 20px;
}

.price-plan-item-35904 .lesson-fees-24783 h2::after {
    left: 0;
    content: "";
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(169,152,116), rgb(171,197,176));
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
}

.price-plan-item-35904 .skill-pricing-75920 {
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 1));
    transform: translateY(30px);
    perspective: 1000px;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.price-plan-item-35904 .plan-table-32681 {
    position: relative;
    padding: 35px 30px;
    min-height: 250px;
    z-index: 2;
    box-sizing: border-box;
}

.price-plan-item-35904 .plan-table-32681 h3 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(24px + 2px);
    display: inline-block;
    color: #000000;
}

.price-plan-item-35904 .skill-pricing-75920:hover .price-panel-06923 {
    transform: scale(1.05);
    color: rgb(171,197,176);
}

.price-plan-item-35904 .media-img-32764 {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 200px;
}

.price-plan-item-35904 .skill-pricing-75920:hover .media-img-32764 {
    transform: scale(1.05);
}

.cookie-popup-disclosure-25476 {
    left: 50%;
    border-radius: 23px;
    overflow: hidden;
    bottom: 20px;
    z-index: 1050;
    max-width: 500px;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: fixed;
}

.tracking-policy-19023:hover {
    background: rgb(169,152,116);
}

.cookie_button.privacy-learn-31986 {
    background: rgb(169,152,116);
}

.cookie-popup-disclosure-25476 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(171,197,176);
    text-decoration: none;
}

#cookie-info-alert-50287:checked ~ .cookie-popup-disclosure-25476 {
    opacity: 0;
    visibility: hidden;
}

.learning-system-16298 .learn-lab-02698 {
    justify-content: center;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    align-items: center;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}

.learning-system-16298 .text-frame-04193 h2 {
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 4;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 32px;
    padding: 0;
    margin-bottom: 100px;
}

.learning-system-16298 .text-frame-04193::after {
    background: rgb(169,152,116,0.5);
    content: '';
    height: 100%;
    width: 95%;
    z-index: 0;
    transform: skewY(-6deg);
    top: 25px;
    left: 2.5%;
    opacity: 0.05;
    position: absolute;
}

.learning-system-16298 .text-frame-04193 p::before {
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
    left: 0;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
}

.learning-system-16298 .text-frame-04193 p::before {
    height: 200%;
    width: 200%;
    left: -50%;
    z-index: 0;
    top: -50%;
    content: '';
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0.3;
    animation: rotate-slow 30s linear infinite;
    position: absolute;
}

.learning-system-16298 .learn-lab-02698::after {
    content: '';
    filter: blur(80px);
    position: absolute;
    opacity: 0.03;
    height: 300px;
    bottom: -150px;
    left: -150px;
    background: rgb(169,152,116);
    border-radius: 50%;
    width: 300px;
    z-index: 0;
}

footer {
    width: 100%;
    position: relative;
}

footer .rating-stars-96017 {
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 100px 0 30px;
}

footer .quick-contact-45680 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: -70px auto 60px;
    position: relative;
    display: grid;
    gap: 15px;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    background-color: rgb(171,197,176);
    content: "";
    height: 50%;
    position: absolute;
    top: 25%;
}

footer .info_item a:hover {
    color: rgb(171,197,176);
}

footer .text_main_holder {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .main-base-48361 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}

footer .blog-ref-25706 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.6;
}

footer .nav-main-35287 {
    transition: all 0.3s ease;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    border-radius: 20px;
}

footer .nav-main-35287 a:last-child {
    border-bottom: none;
}

footer .nav-main-35287 a:hover {
    padding-left: 5px;
    color: #ffffff;
}

footer .nav-main-35287 a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

footer .input_holder input[type="email"] {
    font-size: 15px;
    color: #ffffff;
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

footer .cloud-lab-49765 {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.data-summary-78902 {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgba(255,255,255,0.02) 100%);
}

.data-summary-78902 h3 {
    transform: translateX(1rem);
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    color: #000000;
    font-size: 37px;
}

.data-summary-78902 .container {
    position: relative;
    z-index: 1;
}

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

.data-summary-78902 .class-benefits-43706::before {
    position: absolute;
    width: 100%;
    content: '';
    transform: scaleX(0.3);
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, 
                rgb(171,197,176) 0%, 
                rgb(169,152,116) 100%);
    left: 0;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.data-summary-78902 .class-benefits-43706 p {
    -webkit-background-clip: text !important;
    display: inline-block;
    font-size: 2.5rem;
    color: transparent;
    font-weight: 700;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(171,197,176), rgb(169,152,116));
    position: relative;
    color: rgb(171,197,176);
    background-clip: text !important;
    margin: 0;
}

.title-intro-21580 .start-begin-86374 input {
    display: none;
}

.title-intro-21580 .learn-base-84325 {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.title-intro-21580 .learn-base-84325 img {
    transform: scale(1.05);
    width: 100%;
    transition: transform 1.5s ease, filter 0.6s ease;
    object-fit: cover;
    filter: brightness(0.85);
    height: 100%;
}

.title-intro-21580 .fast-school-51608 label:hover {
    opacity: 0.8;
}

.title-intro-21580 .text-frame-04193 {
    bottom: 40px;
    max-width: 900px;
    position: absolute;
    width: 90%;
    left: 40px;
    z-index: 5;
}

.title-intro-21580 .text-frame-04193 h1::after {
    left: 0;
    background: rgb(169,152,116);
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
}

.title-intro-21580 .text-frame-04193 p {
    padding-left: 15px;
    margin-bottom: 0.5rem;
    color: #ffffff;
    line-height: 1.7;
    font-weight: 400;
    max-width: 100%;
    font-size: 16px;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
    position: relative;
}

.title-intro-21580 input:nth-of-type(4):checked ~ .learn-head-86107 {
    transform: translateX(-60%);
}

.title-intro-21580 input:nth-of-type(7):checked ~ .learn-head-86107 {
    transform: translateX(-120%);
}

.title-intro-21580 input:nth-of-type(10):checked ~ .learn-head-86107 {
    transform: translateX(-180%);
}

.who-we-are-24539 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(224,226,231);
}

.who-we-are-24539::before {
    background: linear-gradient(135deg, rgb(171,197,176,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
}

.who-we-are-24539::after {
    left: 0;
    height: 100%;
    z-index: 2;
    background: radial-gradient(circle at 70% 30%, rgb(169,152,116,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}

.who-we-are-24539 .container {
    position: relative;
    z-index: 10;
}

.who-we-are-24539 .learn-lab-02698 {
    display: flex;
    gap: 60px;
    position: relative;
    flex-direction: column;
}

.who-we-are-24539 .learn-lab-02698::before {
    z-index: -1;
    height: 85%;
    top: 80px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(171,197,176), transparent);
    content: "";
    width: 2px;
    transform: translateX(-50%);
    left: 50%;
}

.who-we-are-24539 h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.who-we-are-24539 .virtual-classes-31240::before {
    position: absolute;
    background: radial-gradient(circle, rgb(171,197,176,0.5) 0%, transparent 70%);
    width: 200px;
    height: 200px;
    right: -100px;
    content: "";
    top: -100px;
    animation: float 8s infinite ease-in-out;
    border-radius: 50%;
}

.who-we-are-24539 .virtual-classes-31240 span::before {
    top: 0;
    background: rgb(171,197,176);
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 10px;
    left: 0;
    position: absolute;
}

.who-we-are-24539 .virtual-classes-31240 .media-img-32764::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
}

.who-we-are-24539 .skill-experts-42918 {
    border-radius: 27px;
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: grid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 1fr;
    border-right: 3px solid rgb(169,152,116);
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 40px;
}

.who-we-are-24539 .skill-experts-42918 .story-info-50421::after {
    background: linear-gradient(to right, rgb(169,152,116), rgb(171,197,176));
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    content: "";
    left: 0;
}

.privacy-defense-73829 h1 {
    font-weight: 700;
    text-align: left;
    padding-bottom: 0.5em;
    color: rgb(171,197,176);
    margin-bottom: 1em;
    font-size: 44px;
    border-bottom: 2px solid rgb(171,197,176);
    text-transform: uppercase;
}

.privacy-defense-73829 h5 {
    font-size: 21px;
}

.privacy-defense-73829 ul,
.privacy-defense-73829 ol {
    list-style: none;
    padding-left: 2em;
    margin: 1em 0;
}

.privacy-defense-73829 span {
    color: rgb(171,197,176);
    font-weight: 600;
}

.privacy-defense-73829 h2::before {
    background-color: rgb(169,152,116);
    height: 3px;
    width: 30px;
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

.privacy-defense-73829 a:hover {
    border-bottom: 1px solid rgb(169,152,116);
    color: rgb(169,152,116);
}

.mentorship-profile-96281 {
    position: relative;
    background: linear-gradient(45deg, rgb(224,226,231) 0%, #ffffff 100%);
    padding: 70px 30px;
    overflow: hidden;
}

.mentorship-profile-96281::after {
    background: radial-gradient(circle at 70% 30%, rgb(169,152,116,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    opacity: 0.3;
    width: 100%;
    content: "";
}

.mentorship-profile-96281 .client-quotes-38719:hover .media-img-32764 {
    transform: rotateX(0deg) translateZ(30px);
}

.mentorship-profile-96281 .experience-85270 {
    border-radius: 0 0 30px 30px;
    transform-origin: top;
    transform: rotateX(-5deg);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    position: relative;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.mentorship-profile-96281 .client-quotes-38719:hover .name::after {
    width: 100%;
}

.mentorship-profile-96281 .experience-85270 > div:nth-child(2) {
    transform: translateZ(0);
    color: #000000;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 20px;
    opacity: 0.7;
}

.mentorship-profile-96281 .exp-grid-17298::before {
    left: -5px;
    position: absolute;
    opacity: 0.5;
    color: rgb(169,152,116,0.5);
    content: "";
    font-size: 60px;
    line-height: 0;
    top: 10px;
}

.course-highlights-97582 .container {
    z-index: 1;
    position: relative;
}

.course-highlights-97582 .learn-lab-02698 {
    position: relative;
    background: transparent;
    border-radius: 13px;
    max-width: 100%;
    flex-direction: column;
    overflow: visible;
    display: flex;
}

.course-highlights-97582 .media-img-32764::before {
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    top: 0;
}

.course-highlights-97582 .learn-lab-02698:hover .media-img-32764 {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}

.course-highlights-97582 .job-classes-87523::after {
    right: 10px;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    content: "";
    opacity: 0.5;
    transition: all 0.4s ease;
    bottom: 10px;
    top: 10px;
    left: 10px;
    border: 1px dashed rgb(171,197,176,0.5);
}

.course-highlights-97582 .learn-lab-02698:hover .job-classes-87523::after {
    opacity: 0.7;
    right: 15px;
    bottom: 15px;
    left: 15px;
    top: 15px;
}

.course-highlights-97582 .nav-page-36529::before {
    position: absolute;
    animation: rotateConic 10s linear infinite;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    opacity: 0.5;
    z-index: -1;
    content: "";
    background: 
        conic-gradient(
            rgb(171,197,176) 0deg, 
            rgb(171,197,176) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(169,152,116) 180deg, 
            rgb(169,152,116) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
}

.course-highlights-97582 h3::after {
    bottom: -5px;
    position: absolute;
    transition: width 0.5s ease;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgb(169,152,116,0.5);
    content: "";
}

.course-highlights-97582 p::after {
    bottom: -10px;
    border-bottom: 2px solid rgb(169,152,116);
    right: -10px;
    border-right: 2px solid rgb(169,152,116);
}

.course-highlights-97582 .job-classes-87523:hover p::before,
.course-highlights-97582 .job-classes-87523:hover p::after {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}



@media (max-width: 991px) {.thanksPanel-23497 {
    padding: 3rem 0;
}.thanksPanel-23497 .learn-lab-02698 {
    padding: 2.5rem;
}.thanksPanel-23497 h5 {
    font-size: calc(23px - 2px);
}
}



@media (max-width: 992px) {.contact-form-section-98731 .reach-map-08619 {
    grid-template-columns: 1fr;
}.contact-form-section-98731 .media-img-32764 {
    min-height: 300px;
    border-radius: 0;
    grid-column: 1;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    grid-row: 1;
}.contact-form-section-98731 .query-panel-45960 {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main-base-48361 {
    gap: 20px;
}header .head-expert-03957 svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head-expert-03957 svg {
    height: 35px;
}header .main-base-48361 {
    width: 100%;
    max-width: 100%;
}}



@media (max-width: 991px) {.audience-profile-95478 {
    padding: 80px 0;
}.audience-profile-95478 .learn-lab-02698 {
    padding: 40px 30px;
}.audience-profile-95478 h4 {
    font-size: calc(35px - 2px);
    margin-bottom: 30px;
}.audience-profile-95478 div p {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 12px;
}
}



@media (max-width: 479px) {.audience-profile-95478 {
    padding: 40px 0;
}.audience-profile-95478 .learn-lab-02698 {
    padding: 25px 15px;
}.audience-profile-95478 h4 {
    font-size: calc(35px - 6px);
}.audience-profile-95478 div p {
    font-size: calc(12px - 2px);
    padding: 8px 10px;
}.audience-profile-95478 div p svg {
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
}}



@media (min-width: 1200px) {.price-plan-item-35904 .cost-card-56432 {
    flex-direction: row-reverse;
}.price-plan-item-35904 .lesson-fees-24783 {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.price-plan-item-35904 .tuition-table-35716 {
    width: 70%;
}.price-plan-item-35904 .lesson-fees-24783 h2 {
    font-size: calc(33px + 4px);
}
}



@media (hover: none) {.price-plan-item-35904 .skill-pricing-75920:hover .program-price-16045 {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.price-plan-item-35904 .skill-pricing-75920:hover .plan-table-32681 h3 {
    transform: none;
}.price-plan-item-35904 .skill-pricing-75920:hover .price-panel-06923 {
    transform: none;
}.price-plan-item-35904 .skill-pricing-75920:hover .media-img-32764 {
    transform: none;
}}



@media screen and (max-width: 480px) {.learning-system-16298 {
    padding: 100px 0;
}.learning-system-16298 .text-frame-04193 h2 {
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-size: calc(32px * 0.8);
}.learning-system-16298 .text-frame-04193 p {
    padding: 25px;
    font-size: calc(16px * 0.9);
}.learning-system-16298 .text-frame-04193 h2::before {
    bottom: -20px;
}.learning-system-16298 .text-frame-04193 h2::after {
    height: 20px;
    margin-left: -10px;
    width: 20px;
    bottom: -35px;
}.learning-system-16298 .text-frame-04193 p::after {
    bottom: -30px;
}}



@media (max-width: 992px) {.data-summary-78902 {
    padding: 4rem 1.5rem;
}.data-summary-78902 h3 {
    font-size: calc(37px * 0.9);
    text-align: left;
    margin-bottom: 2rem;
}.data-summary-78902 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}



@media (max-width: 768px) {.data-summary-78902 {
    padding: 3rem 1rem;
}.data-summary-78902 h3 {
    font-size: calc(37px * 0.8);
}.data-summary-78902 ul {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}.data-summary-78902 .class-benefits-43706 {
    padding: 1.5rem;
}.data-summary-78902 .class-benefits-43706 p {
    font-size: 2rem;
}
}



@media (max-width: 767px) {.title-intro-21580 .learn-lab-02698 {
    height: 60vh;
}.title-intro-21580 .start-begin-86374 {
    height: 60vh;
}.title-intro-21580 .text-frame-04193 {
    left: 20px;
    width: 92%;
    bottom: 20px;
}.title-intro-21580 .text-frame-04193 .container {
    max-width: 500px;
}.title-intro-21580 .text-frame-04193 h1 {
    padding-bottom: 10px;
    font-size: calc(40px * 0.85);
    margin-bottom: 1rem;
}.title-intro-21580 .text-frame-04193 h1::after {
    width: 60px;
    height: 2px;
}.title-intro-21580 .text-frame-04193 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(24px * 0.85);
}.title-intro-21580 .text-frame-04193 p {
    font-size: calc(16px * 0.95);
    padding-left: 12px;
    line-height: 1.6;
}.title-intro-21580 .text-frame-04193 p::before {
    width: 2px;
}.title-intro-21580 .fast-school-51608 {
    bottom: 20px;
    right: 20px;
}.title-intro-21580 .fast-school-51608 label {
    width: 25px;
}
}



@media (max-width: 992px) {.who-we-are-24539 {
    padding: 80px 0;
}.who-we-are-24539 .learn-lab-02698::before {
    height: 90%;
}.who-we-are-24539 .virtual-classes-31240,
    .who-we-are-24539 .skill-experts-42918 {
    grid-template-columns: 1fr;
    gap: 30px;
}.who-we-are-24539 .virtual-classes-31240 span,
    .who-we-are-24539 .virtual-classes-31240 p {
    grid-column: 1 / -1;
}.who-we-are-24539 .virtual-classes-31240 .media-img-32764 {
    grid-row: 3 / 4;
    height: 300px;
    grid-column: 1 / -1;
}.who-we-are-24539 .skill-experts-42918 p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.who-we-are-24539 .skill-experts-42918 .story-info-50421 {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    height: 300px;
}
}



@media (max-width: 767px) {.mentorship-profile-96281 {
    padding: 50px 20px;
}.mentorship-profile-96281 .media-img-32764 {
    height: 250px;
}.mentorship-profile-96281 .experience-85270 {
    padding: 30px 25px;
}.mentorship-profile-96281 .name {
    font-size: calc(31px - 4px);
}.mentorship-profile-96281 .experience-85270 > div:nth-child(2) {
    font-size: calc(22px - 1px);
}.mentorship-profile-96281 .exp-grid-17298 {
    font-size: calc(15px - 1px);
}}



@media (min-width: 768px) and (max-width: 991px) {.course-highlights-97582 {
    padding: 80px 0;
}.course-highlights-97582 .job-classes-87523 {
    width: 90%;
    margin: 30px auto;
    padding: 60px 40px;
}.course-highlights-97582 .nav-page-36529 {
    height: 60px;
    top: -30px;
    width: 60px;
}.course-highlights-97582 .nav-page-36529 svg {
    height: 35px;
    width: 35px;
}.course-highlights-97582 h3 {
    font-size: calc(31px - 4px);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.course-highlights-97582 p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}
}



@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    }
}

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



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

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



@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}



@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

