﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.g-contact-edu {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 2%;
    padding: 1px;
}::-webkit-scrollbar-track {
    background: rgb(109,126,121,0.5);
    box-shadow: inset 3px 3px 3px 1px rgba(0, 0, 0, 0.8);
    border-radius: 10rem;
}::-webkit-scrollbar-thumb {
    background: rgb(143,159,154,0.5);
    box-shadow: -2px -5px 8px 5px rgba(0, 0, 0, 0.6);
    border-radius: 20%;
}* {
    scrollbar-color: rgb(109,126,121,0.5) rgb(109,126,121,0.5);
    scrollbar-width: thin;
}.X-panel-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.O-site-head {
    flex: 1 0 auto;
}.container {
    width: 1146px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.u-course-overview {
    display: flex;
    background-color: rgb(177,192,188);
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    position: relative;
}.u-course-overview .container {
    z-index: 10;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 2rem;
}.u-course-overview .Y-who-mentors {
    position: relative;
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    display: flex;
}.u-course-overview .N-class-map {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    position: relative;
}.u-course-overview .N-class-map::before {
    height: 150px;
    z-index: -1;
    left: -30px;
    width: 150px;
    top: -50px;
    background-color: rgb(143,159,154);
    content: '';
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
}.u-course-overview .N-class-map::after {
    right: -20px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    width: 100px;
    background-color: rgb(109,126,121);
    content: '';
    opacity: 0.1;
    z-index: -1;
    height: 100px;
}.u-course-overview .N-class-map h3 {
    font-size: 40px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: rgb(143,159,154);
}.u-course-overview .N-class-map h3::after {
    border-radius: 2px;
    background-color: rgb(143,159,154);
    height: 4px;
    bottom: -15px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
}.u-course-overview .N-class-map p {
    margin-bottom: 2.5rem;
    margin-left: auto;
    font-size: 18px;
    color: #000000;
    margin-right: auto;
    line-height: 1.8;
    max-width: 700px;
}.u-course-overview .N-class-map .B-connect-message {
    padding: 1rem 2.5rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    background-color: rgb(143,159,154);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    border-radius: 50px;
}.u-course-overview .N-class-map .B-connect-message::before {
    z-index: -1;
    border-radius: 50px;
    background-color: rgb(109,126,121);
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    transform: translateY(100%);
    position: absolute;
    height: 100%;
    transition: transform 0.4s ease;
}.u-course-overview .N-class-map .B-connect-message:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.u-course-overview .N-class-map .B-connect-message:hover::before {
    transform: translateY(0);
}.u-course-overview .Q-knowledge-flow {
    height: 500px;
    width: 100%;
    position: relative;
    margin-top: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.u-course-overview .Q-knowledge-flow::before {
    height: 100%;
    z-index: 5;
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    content: '';
}.u-course-overview .t-coding-expert {
    width: 500%;
    height: 100%;
    display: flex;
    animation: carousel-slide 25s ease-in-out infinite;
}.u-course-overview .Q-knowledge-flow:hover .t-coding-expert {
    animation-play-state: paused;
}.u-course-overview .R-training-guide {
    width: 20%;
    position: relative;
    height: 100%;
}.u-course-overview .R-training-guide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.u-course-overview .R-training-guide:hover img {
    transform: scale(1.05);
}.u-course-overview .feature-item {
    width: calc(33.333% - 20px);
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    min-width: 250px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}.u-course-overview .feature-item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.u-course-overview .Q-knowledge-flow {
    height: 350px;
}.u-course-overview .N-class-map h3 {
    font-size: calc(40px * 0.9);
}.u-course-overview .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.u-course-overview .container {
    padding: 3rem 1.5rem;
}.u-course-overview .Q-knowledge-flow {
    margin-top: 2rem;
    height: 300px;
}.u-course-overview .N-class-map h3 {
    font-size: calc(40px * 0.8);
}.u-course-overview .feature-item {
    min-width: 100%;
    padding: 20px;
}.u-course-overview .t-coding-expert {
    animation-duration: 20s;
    width: 600%;
}.u-course-overview .R-training-guide {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.u-course-overview .Q-knowledge-flow {
    height: 250px;
}.u-course-overview .N-class-map .B-connect-message {
    padding: 0.8rem 2rem;
}}.c-privacy-guardhouse {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(177,192,188), #ffffff 80%);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}.c-privacy-guardhouse::before {
    width: 100%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    content: "";
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(143,159,154), rgb(109,126,121));
    transform: scaleX(0.97);
    top: 0;
}.c-privacy-guardhouse:hover::before {
    transform: scaleX(1);
}.c-privacy-guardhouse::after {
    opacity: 0.03;
    z-index: 0;
    position: absolute;
    transform: skewX(-12deg) translateX(30%);
    background: linear-gradient(to left, rgb(143,159,154,0.5), transparent);
    width: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
}.c-privacy-guardhouse .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.c-privacy-guardhouse h1 {
    transform: translateX(-0.5rem);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    transition: transform 0.3s ease;
    color: rgb(143,159,154);
    position: relative;
    letter-spacing: -0.03em;
}.c-privacy-guardhouse h1::after {
    background: rgb(109,126,121);
    bottom: 0;
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    transition: width 0.4s ease-out;
}.c-privacy-guardhouse:hover h1::after {
    width: 120px;
}.c-privacy-guardhouse h2 {
    border-left: 3px solid rgb(143,159,154);
    position: relative;
    transition: padding-left 0.3s ease;
    padding-left: 1rem;
    font-size: 28px;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: #000000;
    font-weight: 600;
}.c-privacy-guardhouse h2:hover {
    padding-left: 1.5rem;
}.c-privacy-guardhouse h3 {
    margin-bottom: 1rem;
    position: relative;
    margin-top: 2rem;
    font-size: calc(28px * 0.85);
    font-weight: 600;
    color: #000000;
}.c-privacy-guardhouse h4 {
    display: inline-block;
    font-size: calc(28px * 0.7);
    color: #000000;
    position: relative;
    font-weight: 400;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}.c-privacy-guardhouse h4::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(109,126,121), transparent);
    width: 100%;
    left: 0;
    height: 1px;
    bottom: -5px;
}.c-privacy-guardhouse p {
    position: relative;
    padding-right: 1rem;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: 14px;
}.c-privacy-guardhouse p:hover {
    transform: translateX(5px);
}.c-privacy-guardhouse p strong {
    position: relative;
    color: rgb(143,159,154);
    display: inline-block;
    font-weight: 600;
}.c-privacy-guardhouse p strong::after {
    background-color: rgb(143,159,154,0.5);
    bottom: -2px;
    transform: scaleX(0.7);
    width: 100%;
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
    transition: transform 0.3s ease;
    height: 1px;
}.c-privacy-guardhouse p strong:hover::after {
    transform: scaleX(1);
}.c-privacy-guardhouse span {
    padding-left: 1rem;
    display: block;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    border-left: 1px dashed rgb(109,126,121,0.5);
}.c-privacy-guardhouse ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.c-privacy-guardhouse li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #000000;
    position: relative;
}.c-privacy-guardhouse li:hover {
    transform: translateX(5px);
}.c-privacy-guardhouse li::before {
    width: 8px;
    content: "";
    height: 8px;
    transform: rotate(45deg);
    left: 0;
    top: 0.5rem;
    position: absolute;
    background-color: rgb(109,126,121);
    transition: transform 0.3s ease, background-color 0.3s ease;
}.c-privacy-guardhouse li:hover::before {
    background-color: rgb(143,159,154);
    transform: rotate(225deg);
}


@media (max-width: 991px) {.c-privacy-guardhouse {
    padding: 3rem 1.5rem;
}.c-privacy-guardhouse h1 {
    font-size: calc(44px * 0.9);
}.c-privacy-guardhouse h2 {
    font-size: calc(28px * 0.9);
}.c-privacy-guardhouse p, .c-privacy-guardhouse span, .c-privacy-guardhouse li {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 767px) {.c-privacy-guardhouse {
    padding: 2.5rem 1.25rem;
}.c-privacy-guardhouse::after {
    display: none;
}.c-privacy-guardhouse h1 {
    font-size: calc(44px * 0.8);
    transform: translateX(0);
}.c-privacy-guardhouse h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.8);
}.c-privacy-guardhouse h3 {
    font-size: calc(28px * 0.7);
}.c-privacy-guardhouse h4 {
    font-size: calc(28px * 0.6);
}.c-privacy-guardhouse p, .c-privacy-guardhouse span, .c-privacy-guardhouse li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.c-privacy-guardhouse ul {
    margin-left: 0.5rem;
}.c-privacy-guardhouse li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.c-privacy-guardhouse {
    padding: 2rem 1rem;
}.c-privacy-guardhouse h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.7);
}.c-privacy-guardhouse h1::after {
    width: 60px;
}.c-privacy-guardhouse:hover h1::after {
    width: 80px;
}.c-privacy-guardhouse h2 {
    margin-top: 2rem;
    font-size: calc(28px * 0.7);
    margin-bottom: 1rem;
}.c-privacy-guardhouse p, .c-privacy-guardhouse span, .c-privacy-guardhouse li {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-size: calc(14px * 0.85);
}.c-privacy-guardhouse li::before {
    height: 6px;
    top: 0.4rem;
    width: 6px;
}.c-privacy-guardhouse p:hover, .c-privacy-guardhouse li:hover {
    transform: translateX(3px);
}}.Z-newsletter {
    overflow: hidden;
    perspective: 1000px;
    padding: 3rem;
    margin: 4rem 0;
    background: linear-gradient(90deg, rgb(177,192,188) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.Z-newsletter::before {
    left: 0;
    z-index: 1;
    animation: breathe 8s infinite alternate;
    opacity: 0.4;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(143,159,154,0.5) 0%, transparent 60%);
}.Z-newsletter::after {
    height: 50%;
    transform: rotate(-5deg);
    content: "";
    z-index: 0;
    width: 120%;
    background: linear-gradient(90deg, rgb(109,126,121,0.5) 0%, transparent 100%);
    bottom: -30%;
    filter: blur(20px);
    position: absolute;
    left: -10%;
}.Z-newsletter .Y-who-mentors {
    transition: transform 0.5s ease;
    z-index: 2;
    transform: rotateX(5deg);
    position: relative;
    transform-style: preserve-3d;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.Z-newsletter .Y-who-mentors:hover {
    transform: rotateX(0deg);
}.Z-newsletter p {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-right: 2rem;
    font-size: 24px;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    flex: 0 0 40%;
}.Z-newsletter p::after {
    bottom: -10px;
    transition: transform 0.4s ease;
    transform: scaleX(0.5);
    width: 60px;
    position: absolute;
    background: rgb(109,126,121);
    height: 3px;
    transform-origin: left;
    content: "";
    left: 0;
}.Z-newsletter .Y-who-mentors:hover p::after {
    transform: scaleX(1);
}.Z-newsletter .input_holder {
    overflow: hidden;
    flex: 0 0 60%;
    border-radius: 10px;
    transform: translateZ(40px);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}.Z-newsletter .G-sub-texts {
    border: none;
    color: #000000;
    flex: 1;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.Z-newsletter .G-sub-texts:focus {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    outline: none;
}.Z-newsletter .G-sub-texts::placeholder {
    color: #000000;
    opacity: 0.6;
}.Z-newsletter .D-instant-learn {
    padding: 0 2rem;
    background: linear-gradient(45deg, rgb(143,159,154) 0%, rgb(109,126,121) 100%);
    border: none;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.Z-newsletter .D-instant-learn::after {
    height: 200%;
    top: -50%;
    left: -50%;
    content: "";
    width: 200%;
    transform: scale(0.5);
    position: absolute;
    transition: opacity 0.4s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
}.Z-newsletter .D-instant-learn:hover::after {
    transform: scale(1);
    opacity: 1;
}.Z-newsletter .D-instant-learn:hover {
    box-shadow: 0 0 15px rgb(143,159,154,0.5);
    background: linear-gradient(45deg, rgb(109,126,121) 0%, rgb(143,159,154) 100%);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.Z-newsletter {
    padding: 2rem 1.5rem;
}.Z-newsletter .Y-who-mentors {
    transform: none;
    align-items: stretch;
    flex-direction: column;
}.Z-newsletter p {
    margin-bottom: 1.5rem;
    transform: none;
    padding-right: 0;
    flex: none;
}.Z-newsletter .input_holder {
    flex: none;
    transform: none;
    flex-direction: column;
}.Z-newsletter .G-sub-texts {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.Z-newsletter .D-instant-learn {
    padding: 1rem;
    width: 100%;
    border-radius: 10px;
}}.z-get-help-info {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(177,192,188) 0%, rgba(rgb(143,159,154), 0.03) 100%);
}.z-get-help-info::before {
    top: 0;
    left: 0;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(109,126,121), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(143,159,154), 0.07) 0%, transparent 25%);
    z-index: 1;
    right: 0;
    position: absolute;
    bottom: 0;
}.z-get-help-info::after {
    left: 0;
    content: "";
    z-index: 2;
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(143,159,154), 0.03) 49%, rgba(rgb(143,159,154), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(109,126,121), 0.03) 49%, rgba(rgb(109,126,121), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.6;
}.z-get-help-info .container {
    z-index: 10;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.z-get-help-info .i-send-feedback {
    padding: 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    position: relative;
    grid-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    overflow: hidden;
    display: grid;
}.z-get-help-info h3 {
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    padding: 30px 40px;
    font-size: 38px;
    text-transform: uppercase;
    background: rgb(143,159,154);
    margin: 0;
    color: #ffffff;
    grid-column: 1 / -1;
}.z-get-help-info h3::after {
    content: "";
    bottom: 0;
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, rgb(109,126,121), transparent);
    width: 100%;
    left: 0;
}.z-get-help-info .Q-talk-team {
    padding-top: 40px;
    grid-column: 1 / -1;
    margin: 0;
    line-height: 1.6;
    padding: 0 40px;
    font-size: 13px;
    color: #000000;
}.z-get-help-info .B-msg-details {
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0 40px 40px;
    display: grid;
    grid-gap: 20px;
}.z-get-help-info .B-msg-details span {
    border-left: 4px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    padding: 25px 30px;
    background: rgba(rgb(177,192,188), 0.5);
    position: relative;
    flex-direction: column;
}.z-get-help-info .B-msg-details span:hover {
    transform: translateX(5px);
    background: rgba(rgb(143,159,154), 0.05);
}.z-get-help-info .B-msg-details span p {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    position: relative;
}.z-get-help-info .B-msg-details span p::before {
    content: "";
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background: rgb(143,159,154);
    opacity: 0.2;
    border-radius: 4px;
    top: 50%;
    position: absolute;
}.z-get-help-info .B-msg-details span span {
    display: inline-block;
    border: none;
    transform: none;
    background: transparent;
    font-weight: 400;
    margin: 0;
    padding: 0;
}.z-get-help-info .B-msg-details span span:hover {
    border-left: none;
    transform: none;
    background: transparent;
}.z-get-help-info .B-msg-details span a {
    text-decoration: none;
    color: rgb(143,159,154);
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}.z-get-help-info .B-msg-details span a:hover {
    color: rgb(109,126,121);
}.z-get-help-info .B-msg-details span a::after {
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0.5;
    content: "";
    bottom: -2px;
    left: 0;
    background: rgb(143,159,154);
    width: 100%;
}.z-get-help-info .B-msg-details span a:hover::after {
    opacity: 1;
    height: 2px;
    background: rgb(109,126,121);
}.z-get-help-info .A-assist-grid {
    grid-column: 1 / -1;
    background: rgba(rgb(143,159,154), 0.03);
    padding: 30px;
    border-radius: 10px;
    margin: 20px 40px 40px;
}.z-get-help-info .A-assist-grid h4 {
    margin: 0 0 20px 0;
    color: rgb(143,159,154);
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(rgb(143,159,154), 0.1);
    font-size: 21px;
}.z-get-help-info .A-assist-grid h4::after {
    bottom: -1px;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(143,159,154);
    content: "";
    width: 100px;
}.z-get-help-info .A-assist-grid span {
    border-left: none;
    color: #000000;
    align-items: center;
    background: transparent;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    grid-template-columns: 1fr auto;
    transform: none;
    transition: all 0.3s ease;
    padding: 10px 0;
    display: grid;
}.z-get-help-info .A-assist-grid span:last-child {
    border-bottom: none;
}.z-get-help-info .A-assist-grid span:hover {
    padding-left: 10px;
    transform: none;
    background: rgba(rgb(143,159,154), 0.02);
    border-left: none;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.z-get-help-info .i-send-feedback::before {
    z-index: 1;
    height: 200px;
    opacity: 0.05;
    background: rgb(143,159,154);
    width: 200px;
    right: -100px;
    border-radius: 50%;
    content: "";
    top: -100px;
    position: absolute;
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
}.z-get-help-info .i-send-feedback::after {
    background: rgb(109,126,121);
    z-index: 1;
    height: 150px;
    bottom: -75px;
    left: -75px;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    content: "";
    opacity: 0.05;
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
}

@media (max-width: 1024px) {.z-get-help-info {
    padding: 80px 0;
}.z-get-help-info .i-send-feedback {
    grid-gap: 30px;
}.z-get-help-info h3 {
    padding: 25px 30px;
}.z-get-help-info .Q-talk-team {
    padding: 0 30px;
    padding-top: 30px;
}.z-get-help-info .B-msg-details {
    padding: 0 30px 30px;
}.z-get-help-info .A-assist-grid {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.z-get-help-info {
    padding: 60px 0;
}.z-get-help-info h3 {
    font-size: calc(38px - 2px);
    padding: 20px 25px;
}.z-get-help-info .Q-talk-team {
    padding: 0 25px;
    padding-top: 25px;
}.z-get-help-info .B-msg-details {
    grid-template-columns: 1fr;
    padding: 0 25px 25px;
}.z-get-help-info .A-assist-grid {
    margin: 10px 25px 25px;
    padding: 20px;
}.z-get-help-info .A-assist-grid span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.z-get-help-info {
    padding: 50px 0;
}.z-get-help-info h3 {
    font-size: calc(38px - 4px);
    padding: 15px 20px;
}.z-get-help-info .Q-talk-team {
    padding-top: 20px;
    padding: 0 20px;
    font-size: calc(13px - 1px);
}.z-get-help-info .B-msg-details {
    grid-gap: 15px;
    padding: 0 20px 20px;
}.z-get-help-info .B-msg-details span {
    padding: 20px;
}.z-get-help-info .A-assist-grid {
    margin: 10px 20px 20px;
    padding: 15px;
}.z-get-help-info .A-assist-grid h4 {
    padding-bottom: 8px;
    font-size: calc(21px - 2px);
    margin-bottom: 15px;
}.z-get-help-info .A-assist-grid span {
    font-size: calc(13px - 1px);
    padding: 6px 0;
}}

.z-get-help-info .B-msg-details span::after {
    border-width: 0 20px 20px 0;
    height: 0;
    border-color: transparent rgba(rgb(143,159,154), 0.1) transparent transparent;
    content: "";
    right: 0;
    opacity: 0;
    border-style: solid;
    top: 0;
    width: 0;
    transition: all 0.3s ease;
    position: absolute;
}.z-get-help-info .B-msg-details span:hover::after {
    opacity: 1;
}.z-get-help-info .B-msg-details span:nth-child(odd) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.z-get-help-info .B-msg-details span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.z-get-help-info .B-msg-details span:nth-child(even) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}.z-get-help-info .B-msg-details span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.z-get-help-info .B-msg-details span svg {
    fill: rgb(143,159,154);
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    height: 20px;
    left: 0;
    opacity: 0.8;
}.z-get-help-info .B-msg-details span svg path {
    fill: rgb(143,159,154);
}.z-get-help-info .B-msg-details span:hover svg {
    transform: translateY(-50%) scale(1.1);
    fill: rgb(109,126,121);
}.z-get-help-info .B-msg-details span svg path {
    transition: all 0.3s ease;
    stroke-width: 1;
    stroke: #000000;
    stroke-opacity: 0.2;
}.z-get-help-info .B-msg-details span:hover svg path {
    stroke: rgb(109,126,121);
    stroke-opacity: 0.5;
}.z-get-help-info .B-msg-details span p svg {
    top: 50%;
    left: 0;
    height: 16px;
    fill: rgb(143,159,154);
    transform: translateY(-50%);
    width: 16px;
    position: absolute;
}.z-get-help-info .A-assist-grid h4 svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
    fill: rgb(143,159,154);
    vertical-align: middle;
}

@media (max-width: 768px) {.z-get-help-info .B-msg-details span svg {
    height: 18px;
    width: 18px;
}.z-get-help-info .B-msg-details span p svg {
    height: 14px;
    width: 14px;
}.z-get-help-info .A-assist-grid h4 svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
}

@media (max-width: 576px) {.z-get-help-info .B-msg-details span svg {
    width: 16px;
    height: 16px;
}.z-get-help-info .B-msg-details span p svg {
    height: 12px;
    width: 12px;
}.z-get-help-info .A-assist-grid h4 svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}}.D-consentInformationPopup {
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(143,159,154);
    bottom: 0;
    width: 100%;
    background: rgb(177,192,188);
}.q-cookie-none {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.D-consentInformationPopup h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.D-consentInformationPopup p {
    font-size: 18px;
}.O-cookie-expand {
    margin-right: 10px;
    flex-shrink: 0;
}.O-cookie-expand svg, .O-cookie-expand svg path, .O-cookie-expand img {
    width: 100px;
    fill: rgb(143,159,154);
    height: 100px;
}.z-track-edu {
    min-width: 120px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
    color: rgb(143,159,154);
    border-bottom: 2px solid rgb(143,159,154);
    line-height: 35px;
    text-align: center;
    flex-shrink: 0;
}.D-consentInformationPopup p a {
    text-decoration: none;
    color: rgb(143,159,154);
}
@media only screen and (max-width: 1200px) {.D-consentInformationPopup {
    padding: 20px;
}}
#a-cookieMessageBanner {
    display: none;
}#a-cookieMessageBanner:checked ~ .D-consentInformationPopup {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.O-cookie-expand {
    display: none;
}.q-cookie-none {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.D-consentInformationPopup h5 {
    text-align: center;
}.D-consentInformationPopup p {
    text-align: center;
}.d-cookie-option {
    margin-bottom: 20px;
}body .X-panel-container .z-track-edu {
    margin-left: 0;
}}.P-gratBlock {
    background: linear-gradient(135deg, #ffffff 0%, rgb(177,192,188) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.P-gratBlock::before {
    z-index: 1;
    top: -10%;
    animation: float 12s ease-in-out infinite alternate;
    left: -5%;
    opacity: 0.4;
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    background: linear-gradient(145deg, rgb(109,126,121,0.5) 0%, transparent 80%);
    height: 70%;
    content: "";
    width: 40%;
    filter: blur(40px);
}.P-gratBlock::after {
    z-index: 1;
    content: "";
    animation: float 15s ease-in-out infinite alternate-reverse;
    width: 35%;
    bottom: -5%;
    opacity: 0.3;
    height: 60%;
    right: -5%;
    transform: rotate(10deg) skew(-5deg);
    position: absolute;
    filter: blur(30px);
    background: linear-gradient(215deg, rgb(143,159,154,0.5) 0%, transparent 70%);
}.P-gratBlock .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
}.P-gratBlock h2 {
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    opacity: 0;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    text-align: center;
    font-size: 35px;
    position: relative;
}.P-gratBlock h2::after {
    bottom: -15px;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    transform-origin: center;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(143,159,154) 0%, rgb(109,126,121) 100%);
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    width: 80px;
}.P-gratBlock .Y-who-mentors {
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    padding: 50px 40px;
    overflow: hidden;
    transform: translateY(30px);
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    opacity: 0;
}.P-gratBlock .Y-who-mentors::before {
    background: linear-gradient(to bottom, rgb(143,159,154), rgb(109,126,121));
    width: 5px;
    height: 100%;
    transform-origin: top;
    left: 0;
    content: "";
    transform: scaleY(0);
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
}.P-gratBlock ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.P-gratBlock li {
    padding-left: 25px;
    position: relative;
}.P-gratBlock li::before {
    background: rgb(109,126,121);
    left: 0;
    border-radius: 50%;
    top: 10px;
    height: 8px;
    transform: scale(0);
    width: 8px;
    position: absolute;
    content: "";
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
}.P-gratBlock span {
    font-weight: 400;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(10px);
    display: block;
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.P-gratBlock {
    padding: 100px 0 70px;
}.P-gratBlock h2 {
    font-size: calc(35px * 0.9);
}.P-gratBlock .Y-who-mentors {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.P-gratBlock {
    padding: 80px 0 60px;
}.P-gratBlock h2 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.8);
}.P-gratBlock h2::after {
    width: 60px;
    bottom: -12px;
}.P-gratBlock .Y-who-mentors {
    padding: 35px 30px;
}.P-gratBlock span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.P-gratBlock {
    padding: 60px 0 50px;
}.P-gratBlock h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.7);
    line-height: 1.4;
}.P-gratBlock h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.P-gratBlock .Y-who-mentors {
    padding: 30px 20px;
}.P-gratBlock li {
    padding-left: 20px;
}.P-gratBlock li::before {
    width: 6px;
    top: 12px;
    height: 6px;
}.P-gratBlock span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}footer {
    position: relative;
}footer::before {
    background: linear-gradient(125deg, #000000 0%, rgb(109,126,121) 100%);
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0.95;
}.g-contact-edu {
    color: #ffffff;
    padding: 60px 0;
    z-index: 2;
    position: relative;
    font-family: Arial, sans-serif;
}.g-contact-edu .container {
    display: flex;
    flex-wrap: wrap;
}.g-contact-edu .company_holder {
    border-radius: 25px;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    text-align: center;
    flex: 0 0 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.g-contact-edu .company_holder h3 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.g-contact-edu .Z-comm-guide {
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #ffffff;
}.g-contact-edu .g-news-feed {
    margin-top: 20px;
    flex: 0 0 100%;
}.g-contact-edu .O-main-head {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}.g-contact-edu .c-head-prime {
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    max-width: calc(50% - 30px);
    border-radius: 25px;
    transition: all 0.3s ease;
}.g-contact-edu .c-head-prime:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.g-contact-edu .c-head-prime h5 {
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 24px;
}.g-contact-edu .c-head-prime .O-main-head {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 12px;
}.g-contact-edu .c-head-prime .O-main-head a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
}.g-contact-edu .c-head-prime .O-main-head a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}.Q-terms-legal {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
}.Q-terms-legal::before {
    left: 20%;
    opacity: 0.2;
    top: 0;
    position: absolute;
    height: 1px;
    content: '';
    right: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.Q-terms-legal .container {
    display: flex;
    justify-content: center;
}.Q-terms-legal .w-grade-help {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.g-contact-edu .O-main-head {
    justify-content: space-between;
}.g-contact-edu .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.g-contact-edu .g-news-feed {
    flex: 0 0 65%;
}.g-contact-edu .container {
    justify-content: space-between;
    align-items: flex-start;
}.g-contact-edu .Z-comm-guide {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
}

@media (max-width: 767px) {.g-contact-edu .c-head-prime {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.g-contact-edu .company_holder {
    padding: 20px 15px;
}.g-contact-edu .Z-comm-guide {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.g-contact-edu {
    padding: 40px 0;
}.g-contact-edu .company_holder h3 {
    font-size: calc(37px * 0.8);
}.g-contact-edu .c-head-prime h5 {
    font-size: calc(24px * 0.9);
}.g-contact-edu .c-head-prime .O-main-head a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    width: 100%;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
    top: 0;
}.p-bundle-plan {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.p-bundle-plan::before {
    content: "";
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    backdrop-filter: blur(8px);
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(143,159,154,0.5) 100%);
    bottom: 0;
}.p-bundle-plan .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
}.p-bundle-plan .F-rate-choices {
    display: flex;
    align-items: center;
    flex-direction: column;
}.p-bundle-plan h2 {
    position: relative;
    text-align: center;
    animation: fadeSlideDown 0.8s ease-out forwards;
    font-size: 36px;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.p-bundle-plan h2::after {
    width: 80px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(143,159,154);
    left: 50%;
    content: "";
    bottom: -15px;
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    position: absolute;
}.p-bundle-plan .g-study-rates {
    text-align: center;
    color: #ffffff;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    line-height: 1.6;
    opacity: 0;
    margin: 0 auto 60px;
    transform: translateY(20px);
    max-width: 700px;
    font-size: calc(17px * 1.1);
}.p-bundle-plan .s-learning-fees {
    margin: 0;
    gap: 30px;
    list-style: none;
    width: 100%;
    display: grid;
    padding: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.p-bundle-plan .s-learning-fees li {
    opacity: 0;
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
}.p-bundle-plan .s-learning-fees li:nth-child(1) {
    animation-delay: 0.4s;
}.p-bundle-plan .s-learning-fees li:nth-child(2) {
    animation-delay: 0.6s;
}.p-bundle-plan .s-learning-fees li:nth-child(3) {
    animation-delay: 0.8s;
}.p-bundle-plan .s-learning-fees li:nth-child(4) {
    animation-delay: 1s;
}.p-bundle-plan .i-package-deals {
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    display: block;
    height: 100%;
    will-change: transform;
    text-decoration: none;
    color: #000000;
}.p-bundle-plan .i-package-deals:hover {
    transform: translateY(-12px);
}.p-bundle-plan .z-learn-fees {
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    border-radius: 11px;
    height: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.p-bundle-plan .i-package-deals:hover .z-learn-fees {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.p-bundle-plan .z-learn-fees::before {
    height: 6px;
    width: 100%;
    transform-origin: right;
    background: linear-gradient(90deg, rgb(143,159,154) 0%, rgb(109,126,121) 100%);
    position: absolute;
    transform: scaleX(0);
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    top: 0;
}.p-bundle-plan .i-package-deals:hover .z-learn-fees::before {
    transform-origin: left;
    transform: scaleX(1);
}.p-bundle-plan .Z-cost-fee {
    position: relative;
    padding: 35px 30px;
}.p-bundle-plan .Z-cost-fee h4 {
    font-size: calc(19px * 1.1);
    font-weight: 700;
    transition: color 0.35s ease;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 15px;
    position: relative;
}.p-bundle-plan .i-package-deals:hover .Z-cost-fee h4 {
    color: rgb(143,159,154);
}.p-bundle-plan .Z-cost-fee h4::after {
    content: "";
    transition: width 0.35s ease, background 0.35s ease;
    left: 0;
    width: 50px;
    bottom: 0;
    position: absolute;
    height: 2px;
    background: rgb(143,159,154,0.5);
}.p-bundle-plan .i-package-deals:hover .Z-cost-fee h4::after {
    background: rgb(143,159,154);
    width: 75px;
}.p-bundle-plan .Z-cost-fee p {
    margin-bottom: 30px;
    font-size: 17px;
    position: relative;
    padding-right: 15px;
    overflow-y: auto;
    max-height: 150px;
    color: #000000;
    line-height: 1.7;
}.p-bundle-plan .Z-cost-fee p::-webkit-scrollbar {
    width: 6px;
}.p-bundle-plan .Z-cost-fee p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.p-bundle-plan .Z-cost-fee p::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    border-radius: 10px;
    background: rgb(143,159,154,0.5);
}.p-bundle-plan .i-package-deals:hover .Z-cost-fee p::-webkit-scrollbar-thumb {
    background: rgb(143,159,154);
}.p-bundle-plan .f-pricing-catalog {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    font-size: calc(19px * 1.2);
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(109,126,121,0.5) 0%, rgb(143,159,154) 100%);
    overflow: hidden;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}.p-bundle-plan .i-package-deals:hover .f-pricing-catalog {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.p-bundle-plan .f-pricing-catalog::before {
    content: "";
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    transition: transform 0.6s ease;
    position: absolute;
}.p-bundle-plan .i-package-deals:hover .f-pricing-catalog::before {
    transform: translateX(100%);
}

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

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.p-bundle-plan {
    padding: 100px 0;
}.p-bundle-plan .s-learning-fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.p-bundle-plan {
    padding: 80px 0;
}.p-bundle-plan h2 {
    font-size: calc(36px * 0.9);
}.p-bundle-plan .g-study-rates {
    font-size: 17px;
    margin-bottom: 50px;
}.p-bundle-plan .s-learning-fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.p-bundle-plan .Z-cost-fee {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.p-bundle-plan {
    padding: 60px 0;
}.p-bundle-plan h2 {
    font-size: calc(36px * 0.8);
}.p-bundle-plan .g-study-rates {
    font-size: calc(17px * 0.95);
    margin-bottom: 40px;
}.p-bundle-plan .s-learning-fees {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.p-bundle-plan .Z-cost-fee p {
    max-height: none;
}
}

@media (max-width: 480px) {.p-bundle-plan {
    padding: 50px 0;
}.p-bundle-plan h2 {
    font-size: calc(36px * 0.7);
}.p-bundle-plan .Z-cost-fee {
    padding: 20px 18px;
}.p-bundle-plan .f-pricing-catalog {
    font-size: calc(19px * 1.1);
    padding: 10px 15px;
}}.k-metrics-summary {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(177,192,188);
}.k-metrics-summary::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(143,159,154,0.5) 0px,
        rgb(143,159,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
    opacity: 0.1;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    content: '';
}.k-metrics-summary .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.k-metrics-summary h2 {
    display: inline-block;
    font-size: 29px;
    position: relative;
    border-left: 6px solid rgb(143,159,154);
    letter-spacing: 2px;
    margin-bottom: 50px;
    color: #000000;
    padding-left: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}.k-metrics-summary h2::after {
    bottom: -10px;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(143,159,154), transparent);
    content: '';
    height: 2px;
}.k-metrics-summary ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0;
    position: relative;
}.k-metrics-summary .e-smart-statistics {
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    flex: 1;
    transition: all 0.4s ease;
    align-items: flex-start;
    min-width: 200px;
    background: transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 40px 30px;
}.k-metrics-summary .e-smart-statistics:hover {
    background: #ffffff;
    z-index: 2;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.k-metrics-summary .e-smart-statistics::before {
    content: '';
    height: 10px;
    transition: all 0.3s ease;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    top: 20px;
    left: 20px;
    background: rgb(143,159,154);
    opacity: 0;
}.k-metrics-summary .e-smart-statistics:hover::before {
    opacity: 1;
}.k-metrics-summary .e-smart-statistics p {
    font-size: 60px;
    margin: 0 0 20px;
    font-weight: 700;
    transition: all 0.3s ease;
    color: rgb(143,159,154);
    line-height: 1;
    position: relative;
}.k-metrics-summary .e-smart-statistics:hover p {
    transform: translateY(-10px);
}.k-metrics-summary .e-smart-statistics span {
    transition: all 0.3s ease;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
}.k-metrics-summary .e-smart-statistics:hover span {
    color: #000000;
    font-weight: 600;
}.k-metrics-summary .e-smart-statistics:nth-child(2n) p {
    color: rgb(109,126,121);
}.k-metrics-summary .e-smart-statistics:nth-child(3n) p {
    color: #000000;
}.k-metrics-summary .e-smart-statistics:nth-child(4n) p {
    color: rgb(143,159,154);
}.k-metrics-summary svg {
    width: 50px;
    fill: rgba(0, 0, 0, 0.5);
    top: 20px;
    transition: all 0.4s ease;
    right: 20px;
    position: absolute;
    opacity: 0.05;
    height: 50px;
}.k-metrics-summary svg path {
    fill: rgba(0, 0, 0, 0.5);
}.k-metrics-summary .e-smart-statistics:hover svg {
    opacity: 0.2;
    transform: translateY(-10px);
}.k-metrics-summary::after {
    background: radial-gradient(circle, rgb(109,126,121,0.5) 0%, transparent 70%);
    bottom: 0;
    animation: pulse 10s infinite alternate;
    position: absolute;
    right: 0;
    z-index: 0;
    height: 300px;
    opacity: 0.2;
    width: 300px;
    content: '';
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.k-metrics-summary ul {
    flex-wrap: wrap;
}.k-metrics-summary .e-smart-statistics {
    flex-basis: 50%;
    min-width: 50%;
}.k-metrics-summary .e-smart-statistics p {
    font-size: 50px;
}
}

@media (max-width: 767px) {.k-metrics-summary {
    padding: 60px 0;
}.k-metrics-summary h2 {
    border-bottom: 4px solid rgb(143,159,154);
    width: 100%;
    display: block;
    margin-left: 0;
    padding-bottom: 15px;
    text-align: center;
    border-left: none;
    padding-left: 0;
}.k-metrics-summary h2::after {
    display: none;
}.k-metrics-summary ul {
    display: block;
}.k-metrics-summary .e-smart-statistics {
    padding: 30px 20px;
    border-right: none;
    min-width: 100%;
    text-align: center;
    flex-basis: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
}.k-metrics-summary .e-smart-statistics::before {
    transform: translateX(-50%);
    left: 50%;
}.k-metrics-summary .e-smart-statistics p {
    font-size: 40px;
}.k-metrics-summary svg {
    height: 30px;
    right: 50%;
    top: auto;
    transform: translateX(50%);
    bottom: 15px;
    width: 30px;
}.k-metrics-summary .e-smart-statistics:hover svg {
    transform: translateX(50%) translateY(-5px);
}}

.k-metrics-summary .container::before {
    border: 2px dashed rgb(143,159,154,0.5);
    height: 200px;
    animation: rotation 40s linear infinite;
    position: absolute;
    left: -100px;
    border-radius: 50%;
    z-index: -1;
    width: 200px;
    opacity: 0.1;
    content: '';
    top: -100px;
}@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.k-metrics-summary .e-smart-statistics::after {
    transition: opacity 0.3s ease;
    height: 0;
    position: absolute;
    content: '';
    bottom: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    opacity: 0;
    width: 0;
    right: 0;
    border-color: transparent transparent rgb(143,159,154,0.5) transparent;
}.k-metrics-summary .e-smart-statistics:hover::after {
    opacity: 0.1;
}.k-metrics-summary .e-smart-statistics:nth-child(2n)::after {
    border-color: transparent transparent rgb(109,126,121,0.5) transparent;
}.k-metrics-summary .e-smart-statistics:nth-child(3n)::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@media (min-width: 768px) and (max-width: 991px) {.k-metrics-summary .e-smart-statistics {
    padding: 30px 20px;
}.k-metrics-summary .e-smart-statistics p {
    font-size: 45px;
}
}

@media (min-width: 992px) {.k-metrics-summary ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.k-metrics-summary .e-smart-statistics {
    height: 200px;
}}

.k-metrics-summary .e-smart-statistics p::after {
    height: 3px;
    width: 40px;
    opacity: 0.3;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    left: 0;
    background: currentColor;
    bottom: -10px;
}.k-metrics-summary .e-smart-statistics:hover p::after {
    width: 60px;
}

@media (max-width: 767px) {.k-metrics-summary .e-smart-statistics p::after {
    left: 50%;
    transform: translateX(-50%);
}}.i-title-section {
    background: rgb(177,192,188);
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 80px 20px;
}.i-title-section > div {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.i-title-section::before {
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(143,159,154,0.5) 0%, rgb(109,126,121,0.5) 100%);
    top: 0;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    left: 0;
    z-index: 1;
}.i-title-section::after {
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.03;
    height: 100%;
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(177,192,188) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(177,192,188) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(177,192,188) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(177,192,188) 75%);
    z-index: 1;
    left: 0;
}.i-title-section .y-class-pro {
    position: relative;
    transform: translateX(-5%);
    animation: slideInLeft 0.8s ease-out forwards;
    margin-bottom: 40px;
}.i-title-section .l-skill-trackfast {
    display: inline-block;
    padding: 0;
    color: rgb(143,159,154);
    margin: 0;
    position: relative;
    font-size: 47px;
    font-weight: 700;
    line-height: 1.2;
}.i-title-section .l-skill-trackfast::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(109,126,121) 0%, rgb(109,126,121,0.5) 100%);
    content: "";
    transform-origin: left;
    height: 4px;
    animation: expandLine 1s 0.4s ease forwards;
    left: 0;
    width: 60%;
    bottom: -10px;
    transform: scaleX(0);
}.i-title-section .y-start-begin {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    animation: fadeInUp 1s 0.5s ease-out forwards;
}.i-title-section .y-start-begin::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
}.i-title-section .y-start-begin > div {
    position: relative;
    padding: 60px 40px;
    justify-content: center;
    z-index: 2;
    min-height: 400px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}.i-title-section .y-start-begin p {
    padding-left: 20px;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    margin-bottom: 30px;
    transform: translateX(-20px);
    animation: fadeInRight 0.8s 0.8s ease-out forwards;
    opacity: 0;
    max-width: 80%;
}.i-title-section .y-start-begin p::before {
    position: absolute;
    height: 100%;
    background: rgb(109,126,121);
    width: 4px;
    top: 0;
    left: 0;
    content: "";
}.i-title-section .y-start-begin h3 {
    line-height: 1.4;
    opacity: 0;
    transform: translateY(20px);
    background: rgba(0, 0, 0, 0.3);
    font-size: 19px;
    padding: 20px;
    animation: fadeInUp 0.8s 1s ease-out forwards;
    position: relative;
    backdrop-filter: blur(5px);
    font-weight: 600;
    max-width: 90%;
    border-left: 3px solid rgb(143,159,154);
}@keyframes slideInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

html {
    cursor: default;
}

@media screen and (max-width: 992px) {.i-title-section {
    padding: 60px 15px;
}.i-title-section .l-skill-trackfast {
    font-size: calc(47px * 0.9);
}.i-title-section .y-start-begin > div {
    padding: 40px 30px;
    min-height: 350px;
}.i-title-section .y-start-begin p {
    font-size: 17px;
    max-width: 90%;
}.i-title-section .y-start-begin h3 {
    font-size: calc(19px * 0.9);
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.i-title-section {
    padding: 50px 10px;
}.i-title-section .y-class-pro {
    margin-bottom: 30px;
}.i-title-section .l-skill-trackfast {
    font-size: calc(47px * 0.8);
}.i-title-section .y-start-begin > div {
    padding: 30px 20px;
    min-height: 300px;
}.i-title-section .y-start-begin p {
    max-width: 100%;
    margin-bottom: 20px;
}.i-title-section .y-start-begin h3 {
    font-size: calc(19px * 0.8);
    padding: 15px;
}
}

@media screen and (max-width: 576px) {.i-title-section {
    padding: 40px 10px;
}.i-title-section .l-skill-trackfast {
    font-size: calc(47px * 0.7);
}.i-title-section .y-start-begin > div {
    min-height: 250px;
    padding: 25px 15px;
}.i-title-section .y-start-begin p {
    padding-left: 15px;
    font-size: calc(17px * 0.9);
}.i-title-section .y-start-begin h3 {
    font-size: calc(19px * 0.7);
    padding: 12px;
}}header .v-nav-class {
    box-shadow: 0 0 20px 2px rgb(143,159,154,0.5);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    overflow: hidden;
    padding: 1.5rem;
    z-index: 99;
    left: 0;
    background: linear-gradient(to right, rgb(109,126,121) 0%, rgb(143,159,154,0.5) 100%);
    width: 100%;
}header .v-nav-class::before {
    opacity: 0.3;
    background-size: 15px 15px;
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    position: absolute;
    width: 200%;
    content: "";
    z-index: -1;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, rgb(109,126,121,0.5) 1%, transparent 10%);
}header .v-nav-class::after {
    background-size: 200% 200%;
    left: 0;
    opacity: 0.1;
    top: 0;
    animation: gradientSlide 5s ease infinite;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(109,126,121) 49%, rgb(109,126,121) 51%, transparent 52%);
}header .v-nav-class .n-main-know {
    overflow: visible;
    position: relative;
}header .v-nav-class .n-main-know::after {
    box-shadow: 0 0 8px 2px rgb(109,126,121);
    width: 100%;
    background: rgb(109,126,121);
    left: 0;
    bottom: -8px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    animation: neonPulse 3s infinite alternate;
    transform-origin: left;
}header .v-nav-class .n-main-know .n-main-base {
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
    display: block;
}header .v-nav-class .n-main-know .n-main-base:hover {
    transform: perspective(800px) rotateY(15deg);
}header .v-nav-class .n-main-know svg {
    filter: drop-shadow(0 0 5px rgb(109,126,121,0.5));
    height: auto;
    width: 120px;
}header .v-nav-class .c-head-prime {
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    perspective: 800px;
}header .v-nav-class .c-head-prime::before {
    content: "";
    left: 0;
    height: 2px;
    transform: scaleX(0.5);
    animation: neonPulse 4s infinite alternate-reverse;
    top: 105%;
    background: rgb(143,159,154);
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(143,159,154);
    width: 100%;
}header .v-nav-class .g-header-site {
    margin: 0 0.5rem;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(0);
    transition: transform 0.3s ease;
}header .v-nav-class .g-header-site:hover {
    transform: translateZ(20px);
}header .v-nav-class .g-header-site a {
    display: block;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    border: 1px solid transparent;
    text-decoration: none;
}header .v-nav-class .g-header-site a::before {
    content: "";
    background: rgb(143,159,154,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0.9);
}header .v-nav-class .g-header-site a:hover {
    color: rgb(109,126,121);
    text-shadow: 0 0 5px rgb(109,126,121,0.5);
    border: 1px solid rgb(109,126,121,0.5);
}header .v-nav-class .g-header-site a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .v-nav-class {
    padding: 1rem;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    flex-direction: column;
}header .v-nav-class .n-main-know {
    margin-bottom: 1.5rem;
}header .v-nav-class .c-head-prime {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .v-nav-class .c-head-prime::before {
    bottom: -10px;
    top: auto;
}header .v-nav-class .g-header-site {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .v-nav-class {
    padding: 0.75rem;
}header .v-nav-class .c-head-prime {
    flex-direction: column;
    align-items: center;
}header .v-nav-class .g-header-site {
    width: 100%;
    margin: 0.25rem 0;
    text-align: center;
}header .v-nav-class .n-main-know svg {
    width: 100px;
}header .v-nav-class .n-main-know::after {
    width: 80%;
    left: 10%;
}}.D-connect-with-us {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 80px 0;
}.D-connect-with-us::before {
    background-size: 20px 20px;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    width: 100%;
    z-index: 0;
    position: absolute;
}.D-connect-with-us .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.D-connect-with-us h2 {
    margin-bottom: 50px;
    text-align: left;
    font-weight: 700;
    color: #000000;
    font-size: 37px;
    border-left: 5px solid rgb(143,159,154);
    position: relative;
    padding-left: 20px;
}.D-connect-with-us .C-request-box {
    overflow: hidden;
    background: #ffffff;
    flex-direction: row-reverse;
    border-radius: 29px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
}.D-connect-with-us .x-shot {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.D-connect-with-us .x-shot::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(143,159,154,0.5);
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    mix-blend-mode: multiply;
}.D-connect-with-us .v-query-list {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.D-connect-with-us .v-query-list::after {
    width: 150px;
    height: 150px;
    right: 0;
    position: absolute;
    z-index: -1;
    background: rgb(177,192,188);
    top: 0;
    content: "";
    border-radius: 0 0 0 100%;
}.D-connect-with-us #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.D-connect-with-us h3 {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
}.D-connect-with-us h3::after {
    content: "";
    bottom: -10px;
    width: 40px;
    height: 2px;
    left: 0;
    background: rgb(143,159,154);
    position: absolute;
}.D-connect-with-us input[type="text"] {
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    border-radius: 10px;
    background: rgb(177,192,188);
    font-size: 16px;
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border: none;
}.D-connect-with-us input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(143,159,154,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.D-connect-with-us input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.D-connect-with-us .E-feedback-support {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 5px;
}.D-connect-with-us .E-feedback-support input[type="checkbox"] {
    width: 22px;
    transition: all 0.2s ease;
    border: 2px solid rgb(177,192,188);
    border-radius: 10px;
    position: relative;
    height: 22px;
    cursor: pointer;
    appearance: none;
}.D-connect-with-us .E-feedback-support input[type="checkbox"]:checked {
    background: rgb(143,159,154);
    border-color: rgb(143,159,154);
}.D-connect-with-us .E-feedback-support input[type="checkbox"]:checked::after {
    width: 6px;
    top: 3px;
    content: "";
    left: 7px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 11px;
}.D-connect-with-us .E-feedback-support label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.D-connect-with-us .E-feedback-support a {
    color: rgb(143,159,154);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.D-connect-with-us .E-feedback-support a:hover {
    color: rgb(109,126,121);
}.D-connect-with-us .E-feedback-support a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(143,159,154);
}.D-connect-with-us .E-feedback-support a:hover::after {
    background: rgb(109,126,121);
}.D-connect-with-us .B-connect-message {
    border: none;
    cursor: pointer;
    color: #ffffff;
    background: rgb(143,159,154);
    box-shadow: 0 4px 15px rgb(143,159,154,0.5);
    font-size: 17px;
    font-weight: 600;
    align-self: flex-start;
    border-radius: 29px;
    transition: all 0.3s ease;
    padding: 18px 40px;
    margin-top: 20px;
}.D-connect-with-us .B-connect-message:hover {
    background: rgb(109,126,121);
    box-shadow: 0 7px 20px rgb(109,126,121,0.5);
    transform: translateY(-2px);
}.D-connect-with-us svg {
    height: 20px;
    fill: rgb(143,159,154);
    width: 20px;
    transition: all 0.3s ease;
}.D-connect-with-us svg path {
    transition: all 0.3s ease;
    fill: rgb(143,159,154);
}.D-connect-with-us svg:hover {
    fill: rgb(109,126,121);
}.D-connect-with-us svg:hover path {
    fill: rgb(109,126,121);
}

@media (max-width: 992px) {.D-connect-with-us .C-request-box {
    flex-direction: column;
}.D-connect-with-us .x-shot {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.D-connect-with-us .v-query-list {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.D-connect-with-us h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.D-connect-with-us {
    padding: 60px 0;
}.D-connect-with-us h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 30px;
}.D-connect-with-us .v-query-list {
    padding: 40px 30px;
}.D-connect-with-us #contact {
    gap: 25px;
}.D-connect-with-us .x-shot {
    min-height: 250px;
}
}

@media (max-width: 576px) {.D-connect-with-us {
    padding: 40px 0;
}.D-connect-with-us .container {
    padding: 0 15px;
}.D-connect-with-us h2 {
    font-size: calc(37px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.D-connect-with-us .v-query-list {
    padding: 30px 20px;
}.D-connect-with-us #contact {
    gap: 20px;
}.D-connect-with-us input[type="text"] {
    padding: 15px;
}.D-connect-with-us .B-connect-message {
    width: 100%;
    padding: 15px 20px;
}.D-connect-with-us .x-shot {
    min-height: 200px;
}}.v-meet-us {
    padding: 140px 0 120px;
    overflow: hidden;
    background: rgb(177,192,188);
    position: relative;
}.v-meet-us::before {
    width: 100%;
    opacity: 0.15;
    left: 0;
    content: "";
    background: linear-gradient(125deg, rgb(143,159,154,0.5) 0%, transparent 40%, rgb(109,126,121,0.5) 80%, rgb(143,159,154,0.5) 100%);
    z-index: 1;
    position: absolute;
    animation: gradientFlow 25s infinite alternate;
    height: 100%;
    top: 0;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.v-meet-us::after {
    content: "";
    left: 0;
    z-index: 1;
    background: radial-gradient(ellipse at 30% 20%, rgb(143,159,154,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(109,126,121,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    top: 0;
    filter: blur(50px);
    width: 100%;
    animation: pulseBackground 15s infinite alternate;
    opacity: 0.15;
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.v-meet-us .container {
    position: relative;
    z-index: 2;
}.v-meet-us .Y-who-mentors {
    position: relative;
    max-width: 100vw;
}.v-meet-us h3 {
    margin: 0;
    letter-spacing: 1px;
    font-size: 32px;
    position: absolute;
    color: #000000;
    top: 0;
    font-weight: 700;
    border-left: 4px solid rgb(143,159,154);
    padding-left: 30px;
    transform: translateY(-100%) translateY(-30px);
    left: 0;
}.v-meet-us .h-quick-skill {
    padding-top: 20px;
    display: grid;
    margin-left: -15%;
    position: relative;
    width: 115%;
    margin-bottom: 100px;
    grid-template-columns: 1.6fr 1.4fr;
    gap: 20px;
}.v-meet-us .h-quick-skill span {
    font-size: 21px;
    font-weight: 600;
    border-radius: 0 10px 10px 0;
    padding: 10px 30px;
    background: rgb(143,159,154);
    z-index: 10;
    transform: skewX(-15deg);
    right: 10%;
    top: -15px;
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
}.v-meet-us .h-quick-skill span::before {
    width: 15px;
    content: "";
    transform: skewX(15deg);
    z-index: -1;
    left: -15px;
    top: 0;
    height: 100%;
    background: rgb(143,159,154);
    position: absolute;
}.v-meet-us .h-quick-skill p {
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    grid-column: 2 / 3;
    line-height: 1.8;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    color: #000000;
    grid-row: 1 / 2;
    z-index: 5;
    transform: translateX(-30px);
    backdrop-filter: blur(10px);
    font-size: 17px;
    width: 110%;
    align-self: center;
}.v-meet-us .h-quick-skill .x-shot {
    grid-row: 1 / 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-column: 1 / 2;
    z-index: 3;
    border-radius: 0 28px 28px 0;
    overflow: hidden;
    height: 500px;
}.v-meet-us .h-quick-skill .x-shot::before {
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}.v-meet-us .W-founders-team {
    position: relative;
    width: 115%;
    grid-template-columns: 1.4fr 1.6fr;
    gap: 20px;
    margin-right: -15%;
    margin-left: auto;
    display: grid;
}.v-meet-us .W-founders-team::before {
    left: 30%;
    position: absolute;
    background: linear-gradient(to right, rgb(143,159,154,0.5), rgb(109,126,121,0.5), transparent);
    width: 40%;
    top: -50px;
    height: 1px;
    content: "";
}.v-meet-us .W-founders-team p {
    align-self: center;
    color: #000000;
    z-index: 5;
    grid-row: 1 / 2;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 28px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    backdrop-filter: blur(10px);
    font-size: 17px;
    transform: translateX(30px);
    padding: 40px;
    width: 110%;
    grid-column: 1 / 2;
}.v-meet-us .W-founders-team .C-skill-lab {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-row: 1 / 2;
    z-index: 3;
    position: relative;
    overflow: hidden;
    border-radius: 28px 0 0 28px;
    grid-column: 2 / 3;
    height: 500px;
}.v-meet-us .W-founders-team .C-skill-lab::before {
    content: "";
    z-index: 2;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
}.v-meet-us .h-quick-skill::after,
.v-meet-us .W-founders-team::after {
    width: 200px;
    height: 200px;
    position: absolute;
    opacity: 0.15;
    filter: blur(80px);
    animation: pulseOpacity 8s infinite alternate;
    border-radius: 50%;
    z-index: 1;
    content: "";
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.v-meet-us .h-quick-skill::after {
    right: 10%;
    bottom: -100px;
    background: rgb(143,159,154);
}.v-meet-us .W-founders-team::after {
    left: 10%;
    background: rgb(109,126,121);
    top: -100px;
}.v-meet-us .h-quick-skill::before,
.v-meet-us .W-founders-team::before {
    content: "";
    height: 1px;
    position: absolute;
    animation: widthPulse 6s infinite alternate;
    width: 300px;
    background: linear-gradient(to right, transparent, rgb(143,159,154,0.5) 50%, transparent);
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.v-meet-us .h-quick-skill::before {
    left: 20%;
    top: -20px;
}.v-meet-us .W-founders-team::before {
    bottom: -20px;
    right: 20%;
}.v-meet-us .Y-who-mentors::before,
.v-meet-us .Y-who-mentors::after {
    position: absolute;
    content: "";
    animation: horizontalLine 15s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(143,159,154,0.5) 50%, transparent);
    width: 80%;
    height: 1px;
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.v-meet-us .Y-who-mentors::before {
    left: 10%;
    top: 15%;
}.v-meet-us .Y-who-mentors::after {
    right: 10%;
    bottom: 15%;
}

@media screen and (max-width: 1199px) {.v-meet-us {
    padding: 120px 0 100px;
}.v-meet-us h3 {
    font-size: calc(32px - 0.2rem);
}.v-meet-us .h-quick-skill,
    .v-meet-us .W-founders-team {
    width: 110%;
}.v-meet-us .h-quick-skill {
    margin-left: -10%;
}.v-meet-us .W-founders-team {
    margin-right: -10%;
}.v-meet-us .h-quick-skill .x-shot,
    .v-meet-us .W-founders-team .C-skill-lab {
    height: 450px;
}.v-meet-us .h-quick-skill p,
    .v-meet-us .W-founders-team p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.v-meet-us .h-quick-skill p,
    .v-meet-us .W-founders-team p {
    width: 100%;
}.v-meet-us {
    padding: 100px 0 80px;
}.v-meet-us h3 {
    font-size: calc(32px - 0.4rem);
    transform: none;
    margin-bottom: 50px;
    position: relative;
}.v-meet-us .h-quick-skill,
    .v-meet-us .W-founders-team {
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    margin-left: 0;
}.v-meet-us .h-quick-skill {
    margin-bottom: 80px;
}.v-meet-us .h-quick-skill span {
    left: 0;
    font-size: calc(21px - 0.2rem);
    top: -15px;
    right: auto;
}.v-meet-us .h-quick-skill .x-shot {
    height: 400px;
    grid-column: 1 / 2;
    border-radius: 28px;
    grid-row: 1 / 2;
}.v-meet-us .h-quick-skill p {
    transform: translateX(0);
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.v-meet-us .W-founders-team .C-skill-lab {
    grid-column: 1 / 2;
    height: 400px;
    border-radius: 28px;
    grid-row: 1 / 2;
}.v-meet-us .W-founders-team p {
    grid-row: 2 / 3;
    transform: translateX(0);
    grid-column: 1 / 2;
}.v-meet-us .h-quick-skill::after,
    .v-meet-us .W-founders-team::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {.v-meet-us {
    padding: 80px 0 60px;
}.v-meet-us h3 {
    margin-bottom: 40px;
    font-size: calc(32px - 0.6rem);
    padding-left: 20px;
}.v-meet-us .h-quick-skill {
    margin-bottom: 60px;
}.v-meet-us .h-quick-skill span {
    font-size: calc(21px - 0.3rem);
    padding: 8px 20px;
}.v-meet-us .h-quick-skill .x-shot,
    .v-meet-us .W-founders-team .C-skill-lab {
    height: 350px;
}.v-meet-us .h-quick-skill p,
    .v-meet-us .W-founders-team p {
    padding: 25px;
    font-size: calc(17px - 0.1rem);
}.v-meet-us::after {
    filter: blur(30px);
}.v-meet-us .h-quick-skill::after,
    .v-meet-us .W-founders-team::after {
    filter: blur(50px);
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 575px) {.v-meet-us {
    padding: 60px 0 40px;
}.v-meet-us h3 {
    font-size: calc(32px - 0.8rem);
    padding-left: 15px;
    margin-bottom: 30px;
    border-left-width: 3px;
}.v-meet-us .h-quick-skill {
    margin-bottom: 50px;
    gap: 20px;
}.v-meet-us .h-quick-skill span {
    padding: 6px 15px;
    font-size: calc(21px - 0.4rem);
}.v-meet-us .h-quick-skill .x-shot,
    .v-meet-us .W-founders-team .C-skill-lab {
    height: 280px;
}.v-meet-us .h-quick-skill p,
    .v-meet-us .W-founders-team p {
    font-size: calc(17px - 0.2rem);
    padding: 20px;
}.v-meet-us::after {
    filter: blur(20px);
}.v-meet-us .Y-who-mentors::before,
    .v-meet-us .Y-who-mentors::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.v-meet-us .h-quick-skill {
    width: 120%;
    margin-left: -20%;
}.v-meet-us .W-founders-team {
    width: 120%;
    margin-right: -20%;
}.v-meet-us .h-quick-skill .x-shot,
    .v-meet-us .W-founders-team .C-skill-lab {
    height: 550px;
}}.X-academic-experience {
    background: linear-gradient(135deg, rgb(177,192,188) 0%, rgb(109,126,121,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.X-academic-experience::before {
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(109,126,121,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(109,126,121,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(109,126,121,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(109,126,121,0.5) 4%, transparent 4.5%);
    width: 100%;
    height: 100%;
}.X-academic-experience .container {
    z-index: 1;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.X-academic-experience .u-review-grid {
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: grid;
    padding: 2.5rem;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    gap: 2rem;
}.X-academic-experience .u-review-grid:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
}.X-academic-experience .u-review-grid > div:first-child {
    position: relative;
    justify-self: center;
}.X-academic-experience .x-shot {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 150px;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    border-radius: 0;
    overflow: hidden;
    width: 150px;
}.X-academic-experience .x-shot::before {
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    background: linear-gradient(to bottom, transparent 50%, rgb(143,159,154,0.5) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}.X-academic-experience .u-review-grid:hover .x-shot {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
    transform: scale(1.05) translateY(-5px);
}.X-academic-experience .u-review-grid:hover .x-shot::before {
    opacity: 0.8;
}.X-academic-experience .u-review-grid > div:nth-child(2) {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}.X-academic-experience .name {
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: calc(20px * 1.1);
    font-family: Arial, sans-serif;
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
    color: #000000;
}.X-academic-experience .name::after {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    width: 0;
    bottom: -4px;
    background: rgb(143,159,154);
}.X-academic-experience .u-review-grid:hover .name::after {
    width: 100%;
}.X-academic-experience .u-review-grid > div:nth-child(2) > div {
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0.35rem 1rem;
    background: linear-gradient(to right, rgba(rgb(109,126,121,0.5), 0.1), transparent);
    letter-spacing: 0.03em;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 0.25rem;
    transform: translateY(0);
    font-size: calc(14px * 0.95);
    position: relative;
    color: rgb(109,126,121);
}.X-academic-experience .u-review-grid:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.X-academic-experience .D-job-expertise {
    position: relative;
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    transition: all 0.3s ease;
}.X-academic-experience .D-job-expertise::before {
    transition: all 0.4s ease;
    opacity: 0.2;
    position: absolute;
    content: "";
    top: -25px;
    color: rgb(143,159,154,0.5);
    font-size: 4rem;
    left: -10px;
}.X-academic-experience .D-job-expertise::after {
    content: "";
    opacity: 0.2;
    font-size: 4rem;
    transition: all 0.4s ease;
    color: rgb(143,159,154,0.5);
    right: -10px;
    position: absolute;
    bottom: -50px;
}.X-academic-experience .u-review-grid:hover .D-job-expertise::before,
.X-academic-experience .u-review-grid:hover .D-job-expertise::after {
    transform: scale(1.1);
    opacity: 0.4;
}

@media (min-width: 768px) {.X-academic-experience {
    padding: 6rem 0;
}.X-academic-experience .u-review-grid {
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
    gap: 2.5rem;
    align-items: start;
}.X-academic-experience .u-review-grid > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.X-academic-experience .x-shot {
    width: 180px;
    height: 180px;
}.X-academic-experience .D-job-expertise {
    padding: 0 1rem 0 0;
}.X-academic-experience .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.X-academic-experience .u-review-grid {
    margin: 0 3rem;
}.X-academic-experience .x-shot {
    width: 220px;
    height: 220px;
}.X-academic-experience .name {
    font-size: calc(20px * 1.2);
}.X-academic-experience .u-review-grid > div:nth-child(2) > div {
    font-size: 14px;
}.X-academic-experience .D-job-expertise {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.X-academic-experience .u-review-grid {
    padding: 2rem 1.5rem;
    text-align: center;
}.X-academic-experience .D-job-expertise {
    text-align: left;
}.X-academic-experience .D-job-expertise::before {
    font-size: 3rem;
    top: -20px;
    left: 0;
}.X-academic-experience .D-job-expertise::after {
    right: 0;
    font-size: 3rem;
    bottom: -40px;
}
}

@media (max-width: 480px) {.X-academic-experience {
    padding: 3rem 0;
}.X-academic-experience .container {
    padding: 0 1rem;
}.X-academic-experience .x-shot {
    width: 120px;
    height: 120px;
}.X-academic-experience .name {
    font-size: 20px;
}.X-academic-experience .u-review-grid > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.X-academic-experience .D-job-expertise {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
    padding: 0;
}
}