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

.style-nav-main {
    flex: 1 0 auto;
}

.style-insta-feed {
    flex: 0 0 auto;
}

.style-insta-feed {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}

header .top_plank .style-skill-peak {
    font-size: 13px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
}

.style-leadership-experience::before {
    background: rgb(136,192,141,0.5);
    top: -50px;
    content: "";
    position: absolute;
    filter: blur(80px);
    z-index: 0;
    height: 300px;
    width: 300px;
    right: -50px;
    transform: rotate(-15deg);
}

.style-leadership-experience .style-student-votes::before {
    transform-origin: left center;
    left: 0;
    content: "";
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(136,192,141));
    position: absolute;
    height: 100%;
    top: 0;
    width: 5px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.style-leadership-experience .name {
    position: relative;
    margin: 0 0 5px 0;
    color: rgb(179,215,182);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    font-weight: 700;
    font-size: calc(20px * 1.1);
    display: inline-block;
}

.style-leadership-experience .style-career-wrap {
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff, rgb(216,236,218), #ffffff);
    background-size: 200% 100%;
    line-height: 1.8;
    margin: 0;
    padding: 25px 20px;
    position: relative;
    font-size: 18px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
}

header:after {
    pointer-events: none;
    background-size: 100px 100px;
    position: absolute;
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    content: '';
    left: 0;
    width: 100%;
}

header .style-head-mainbar {
    position: relative;
    align-items: center;
    gap: 30px;
    display: flex;
}

header .style-head-mainbar:before {
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    opacity: 0;
    bottom: -10px;
    transition: opacity 0.4s ease;
    content: '';
}

header .style-head-learn:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .style-head-learn:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .style-head-site:hover:before {
    opacity: 1;
}

header .style-head-site:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}

header .style-head-site:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.style-homepage::after {
    animation: constellationMovement 120s linear infinite;
    z-index: 2;
    background-size: 400px 400px;
    opacity: 0.4;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(136,192,141,0.5) 1px, transparent 12px),
    radial-gradient(circle at 85% 40%, rgb(136,192,141,0.5) 1px, transparent 8px),
    radial-gradient(circle at 20% 80%, rgb(136,192,141,0.5) 1px, transparent 10px),
    radial-gradient(circle at 70% 90%, rgb(136,192,141,0.5) 1px, transparent 6px),
    radial-gradient(circle at 40% 30%, rgb(136,192,141,0.5) 1px, transparent 14px);
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}

.style-homepage h3 {
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    color: #ffffff;
    margin: 0 0 1rem 0;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
}

.style-homepage p::after {
    bottom: -10px;
    left: 0;
    width: 100%;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.8s;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    height: 1px;
}

.style-secure-safehold div {
    margin-top: 20px;
}

.style-prospective-members {
    overflow: hidden;
    background-color: rgb(216,236,218);
    position: relative;
    z-index: 1;
    padding: 6rem 0;
}

.style-prospective-members h3 {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(179,215,182);
    opacity: 0.9;
    font-size: 44px;
}

.style-prospective-members ul {
    width: 100%;
    padding: 0;
    gap: 2rem;
    margin: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.style-prospective-members li:hover::after {
    bottom: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(179,215,182) 0%,
        rgb(136,192,141) 100%
    );
    left: 0;
    width: 100%;
    height: 4px;
    position: absolute;
}

.style-prospective-members li:hover svg {
    transform: translateY(-3px);
    animation: float 3s infinite ease-in-out;
}



.style-metrics-summary .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

.style-metrics-summary h2::after {
    width: 120%;
    border-radius: 10px;
    opacity: 0.3;
    bottom: -20px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    content: "";
    height: 8px;
    left: -10%;
}

.style-metrics-summary ul::before {
    position: absolute;
    animation: gradientMove 6s infinite linear;
    height: 1px;
    content: "";
    background-size: 200% 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(179,215,182,0.5), rgb(136,192,141,0.5), rgb(179,215,182,0.5), transparent);
    width: 100%;
    bottom: 0;
}

.style-metrics-summary .style-key-classes:nth-child(4) {
    animation-delay: 0.4s;
}

.style-metrics-summary .style-key-classes:nth-child(7) {
    animation-delay: 0.7s;
}

.style-metrics-summary .style-key-classes::before {
    content: "";
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(179,215,182,0.5), transparent);
    top: 0;
    position: absolute;
    width: 1px;
    right: 0;
}

.style-metrics-summary .style-key-classes:nth-child(odd) p {
    color: rgb(179,215,182);
}

.style-metrics-summary svg {
    opacity: 0.1;
    bottom: -25px;
    transition: all 0.3s ease;
    left: 50%;
    width: 50px;
    position: absolute;
    fill: rgb(179,215,182);
    height: 50px;
    transform: translateX(-50%);
}

.style-metrics-summary .style-key-classes:nth-child(1) p::before {
    content: "01";
}

.style-metrics-summary .style-key-classes:nth-child(3) p::before {
    content: "03";
    background: rgb(179,215,182);
}

.style-metrics-summary .style-key-classes:nth-child(5) p::before {
    content: "05";
    background: rgb(179,215,182);
}

.style-metrics-summary .style-key-classes:nth-child(7) p::before {
    background: rgb(179,215,182);
    content: "07";
}

.style-tyBox {
    align-items: center;
    min-height: 60vh;
    background: linear-gradient(135deg, rgb(136,192,141,0.5), rgb(179,215,182,0.5) 70%);
    overflow: hidden;
    padding: 5rem 0;
    display: flex;
    position: relative;
    perspective: 1000px;
}

.style-tyBox .style-achieve-stats:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.style-tyBox .style-achieve-stats::before {
    background: linear-gradient(
        45deg,
        rgb(136,192,141,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(179,215,182,0.5) 100%
    );
    width: 100%;
    content: "";
    transform: translateZ(-10px);
    z-index: -1;
    pointer-events: none;
    left: 0;
    height: 100%;
    opacity: 0.05;
    top: 0;
    position: absolute;
}

.style-tyBox p {
    opacity: 0;
    max-width: 95%;
    color: #000000;
    transform: translateY(20px);
    font-size: clamp(1rem, 1.2vw, 12px);
    line-height: 1.8;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-family: Arial, sans-serif;
    margin: 0;
}

footer::before {
    content: "";
    background-size: 300% 300%;
    right: 0;
    top: 0;
    animation: gradientFlow 20s ease infinite;
    z-index: -1;
    opacity: 0.75;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(179,215,182,0.5) 35%, rgb(136,192,141,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
}

.style-insta-feed .company_holder {
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    border-radius: 22px;
    overflow: hidden;
    padding: 2rem;
    flex: 1 1 350px;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

.style-insta-feed .company_holder:hover h3::after {
    width: 100%;
}

.style-insta-feed .style-science-ref {
    color: #ffffff;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    font-size: 13px;
    line-height: 1.6;
}

.style-insta-feed .style-head-mainbar:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(136,192,141,0.5);
}

.style-insta-feed .style-head-mainbar h5 {
    margin: 0 0 1.5rem;
    font-size: 24px;
    text-shadow: 0 0 15px rgb(136,192,141,0.5);
    position: relative;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}

.style-insta-feed .style-head-mainbar .style-header-start a::after {
    opacity: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
}

.style-footer-social {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
}

.style-program-structure {
    position: relative;
    overflow: hidden;
    background: rgb(216,236,218);
    padding: 100px 0;
}

.style-program-structure .style-info-card {
    max-width: 850px;
    position: relative;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 4;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.style-help-center::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,215,182,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(136,192,141,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    filter: blur(60px);
    left: 0;
    top: 0;
    height: 100%;
}

.style-help-center .content-wrapper {
    background: rgba(17, 55, 85, 0.7);
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 20px rgb(179,215,182,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}


.style-help-center .content-wrapper {
    position: relative;
}

.style-help-center .style-get-contactpanel {
    width: 60%;
    padding: 40px;
    z-index: 3;
    position: relative;
}

.style-help-center .style-get-contactpanel p:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(179,215,182,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.style-help-center .style-get-contactpanel p:nth-child(even) svg {
    stroke: rgb(136,192,141);
    filter: drop-shadow(0 0 3px rgb(136,192,141));
}

.style-help-center .style-get-contactpanel p a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
}

.style-help-center .style-get-contactpanel p:nth-child(even) a::before {
    background: rgb(136,192,141);
    box-shadow: 0 0 5px rgb(136,192,141);
}

.style-help-center .style-message-us {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    margin: 0 0 20px 0;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(179,215,182,0.5);
}

.style-help-center .style-get-help:hover svg {
    filter: drop-shadow(0 0 5px rgb(179,215,182));
    transform: rotate(30deg);
    opacity: 1;
}

.style-pricing-bucket::before {
    background: linear-gradient(135deg, rgb(179,215,182,0.5), rgb(136,192,141,0.5));
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.08;
    z-index: 0;
    left: 0;
}

.style-pricing-bucket .style-indv-sub {
    margin-right: auto;
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    max-width: 600px;
    margin-left: auto;
    margin-top: 20px;
}

.style-pricing-bucket .style-fee-options {
    border-radius: 16px;
    display: flex;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    flex-direction: column;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
}

.style-pricing-bucket .style-study-rates p {
    color: #000000;
    margin-bottom: 20px;
    word-break: break-word;
    position: relative;
    font-size: calc(18px - 2px);
    overflow-wrap: break-word;
    line-height: 1.6;
}

.style-pricing-bucket .style-value-pricing:hover .style-img-effect::after {
    opacity: 0.3;
}

.style-track-accept {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: flex;
}

.style-trackingSettingsBox h5 {
    font-weight: 700;
    color: rgb(179,215,182);
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center;
}

.cookie_button.style-cookie-overview {
    background: rgb(136,192,141);
}

.style-trackingSettingsBox p a:hover {
    color: rgb(136,192,141);
}

#style-cookie-disclaimer:checked ~ .style-trackingSettingsBox {
    visibility: hidden;
    opacity: 0;
}

.style-testimonials::after {
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 6px;
    content: "";
    width: 100%;
}

.style-testimonials .container.style-achieve-stats {
    z-index: 2;
    position: relative;
}

.style-testimonials .style-student-votes {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(230, 230, 240, 0.8);
    transform: translateY(0);
    flex-direction: column;
    padding: 30px 25px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    border-radius: 2px;
}

.style-testimonials .style-student-votes div {
    overflow: hidden;
    height: 60px;
    position: relative;
    border-radius: 50%;
    transition: transform 0.3s ease;
    width: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateX(0);
}

.style-attempt-now {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,215,182), rgb(136,192,141));
    position: relative;
    z-index: 1;
}

.style-attempt-now h6 {
    letter-spacing: 0.02em;
    position: relative;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    font-size: calc(20px * 1.2);
    animation: float 6s ease-in-out infinite;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    text-align: center;
}

.style-attempt-now .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}

.style-attempt-now .style-query-grid {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 1.2rem 2.5rem;
    font-weight: 600;
    overflow: hidden;
    font-size: 20px;
    text-decoration: none;
    transform-style: preserve-3d;
    display: inline-block;
}



.style-our-mission .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}

.style-our-mission .style-achieve-stats {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.style-our-mission .style-img-effect {
    height: 200px;
    width: 200px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 50%;
    transition: transform 0.5s ease;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



.style-our-mission .style-virtual-guides {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.style-our-mission .style-smart-study:hover .style-heritage-edu::after {
    width: 100px;
}

.style-our-mission .style-belief-core {
    font-size: 16px;
    color: rgb(136,192,141);
    margin-top: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.style-our-mission .style-class-space {
    font-size: 20px;
    display: flex;
    font-weight: 600;
    align-items: center;
    margin-bottom: 20px;
    color: rgb(179,215,182);
}

.style-our-mission .style-class-space svg {
    transition: transform 0.5s ease;
    margin-right: 10px;
    width: 40px;
    fill: rgb(179,215,182);
    height: 40px;
}

.style-our-mission p {
    position: relative;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
}

.style-contact-section::after {
    z-index: 1;
    top: 0;
    opacity: 0.6;
    content: "";
    background-size: 20px 20px;
    animation: gridMove 20s linear infinite;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(179,215,182), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(179,215,182), 0.03) 1px, transparent 1px);
    left: 0;
    position: absolute;
    width: 100%;
}

.style-contact-section .style-img-effect {
    width: 45%;
    position: relative;
    overflow: hidden;
}

.style-contact-section .style-img-effect::before {
    width: 150%;
    animation: shine 6s infinite;
    height: 150px;
    left: -100px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: -100px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}

.style-contact-section form h3::after {
    position: absolute;
    background: rgb(179,215,182);
    width: 40px;
    bottom: -10px;
    content: "";
    left: 0;
    height: 2px;
}

.style-contact-section form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.style-contact-section .style-query-inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}

.style-contact-section .style-query-inquiry input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px;
    height: 12px;
    border: solid #ffffff;
    left: 8px;
    content: "";
}

.style-contact-section .style-query-grid {
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(179,215,182), rgb(136,192,141));
    z-index: 1;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
}


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



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .style-head-mainbar {
    gap: 20px;
}header .style-head-site svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .style-head-mainbar {
    right: -100%;
    max-width: 320px;
    flex-direction: column;
    position: fixed;
    z-index: 1001;
    height: 100vh;
    background: rgb(179,215,182);
    top: 0;
    gap: 25px;
    padding: 80px 30px 30px;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .style-head-mainbar:before {
    bottom: auto;
    top: 60px;
    left: 10%;
    width: 80%;
}header .style-head-mainbar:after {
    content: '';
    width: 30px;
    border-radius: 50%;
    height: 30px;
    top: 20px;
    pointer-events: none;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
}header .menu.active {
    right: 0;
}header .style-head-learn {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .style-head-learn:hover {
    transform: translateX(0);
}header .style-head-learn:last-child {
    border-bottom: none;
}header .style-head-site {
    margin: 0 auto;
}
}



@media screen and (max-width: 768px) {.style-metrics-summary {
    padding: 5rem 0;
}.style-metrics-summary h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 4rem;
}.style-metrics-summary ul {
    flex-wrap: wrap;
    height: auto;
}.style-metrics-summary .style-key-classes {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
    flex: 0 0 33.33%;
}.style-metrics-summary .style-key-classes:nth-child(5n)::before {
    display: block;
}.style-metrics-summary .style-key-classes:nth-child(3n)::before {
    display: none;
}.style-metrics-summary .style-key-classes:nth-child(3n+1) {
    animation-delay: 0.1s;
}.style-metrics-summary .style-key-classes:nth-child(3n+2) {
    animation-delay: 0.2s;
}.style-metrics-summary .style-key-classes:nth-child(3n) {
    animation-delay: 0.3s;
}
}



@media (max-width: 992px) {.style-insta-feed {
    padding: 3.5rem 0 2rem;
}.style-insta-feed .container {
    flex-direction: column;
    gap: 2rem;
}.style-insta-feed .company_holder,
    .style-insta-feed .style-license-cta {
    min-width: 100%;
    flex: 1 1 100%;
}.style-insta-feed .style-head-mainbar {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}


@media (max-width: 767px) {.style-program-structure {
    padding: 60px 0;
}.style-program-structure .style-info-card {
    max-width: 100%;
    padding: 25px;
}.style-program-structure .style-info-card h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 20px;
}.style-program-structure .style-info-card .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}


@media (max-width: 767px) {.style-help-center {
    padding: 80px 0;
}.style-help-center .style-course-ask {
    margin-bottom: 40px;
    font-size: calc(31px + 4px);
}.style-help-center .style-course-ask svg {
    height: 25px;
    margin-right: 10px;
    width: 25px;
}.style-help-center .style-img-effect {
    height: 250px;
}.style-help-center .style-get-contactpanel {
    padding: 25px;
}.style-help-center .style-get-contactpanel p {
    padding: 12px 20px 12px 45px;
}.style-help-center .style-get-contactpanel p svg {
    left: 12px;
    width: 18px;
    height: 18px;
}.style-help-center .style-connect-today {
    padding: 25px;
}.style-help-center .style-message-us svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}.style-help-center .style-get-contactbox {
    grid-template-columns: repeat(2, 1fr);
}.style-help-center .style-get-help svg {
    height: 12px;
    margin-right: 6px;
    width: 12px;
}}



@media (max-width: 767px) {.style-testimonials {
    padding: 80px 0 50px;
}.style-testimonials .style-alumni-testimonials {
    gap: 20px;
    grid-template-columns: 1fr;
}.style-testimonials .style-student-votes {
    padding: 25px 20px;
}.style-testimonials h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 40px;
}.style-testimonials h2::after {
    width: 60px;
}
}



@media screen and (min-width: 1200px) {.style-attempt-now {
    padding: 10rem 6rem;
}.style-attempt-now .container {
    grid-template-columns: 3fr 1fr;
}.style-attempt-now h6 {
    font-size: calc(20px * 1.8);
    line-height: 1.6;
}.style-attempt-now .style-query-grid {
    padding: 1.5rem 3rem;
    font-size: calc(20px * 1.2);
}
}



@media (max-width: 768px) {.style-our-mission {
    padding: 60px 0;
}.style-our-mission .style-achieve-stats::before {
    display: none;
}.style-our-mission .style-img-effect {
    height: 150px;
    width: 150px;
}.style-our-mission .style-img-effect::before,
    .style-our-mission .style-img-effect::after {
    display: none;
}.style-our-mission .style-smart-study {
    padding: 20px;
}.style-our-mission .style-info-card {
    padding: 25px 20px;
}.style-our-mission .style-info-card::before,
    .style-our-mission .style-info-card::after {
    width: 25px;
    height: 25px;
}.style-our-mission h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 20px;
}.style-our-mission .style-class-space svg {
    width: 30px;
    height: 30px;
}
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



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



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

@keyframes slideIn {
    to {
        height: auto;
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

