* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.header-wrap-meta {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1280px;
}svg {
    height: 30px;
    width: 30px;
}.play-market-meta {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
    color: #000000;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}::-webkit-scrollbar {
    padding: 3px;
    height: 10px;
    width: 1rem;
}::-webkit-scrollbar-button {
    background: rgb(211,227,220);
    height: 4px;
    border-radius: 2px;
}::-webkit-scrollbar-track {
    background: #ffffff;
    margin: 3px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(211,227,220);
    transition: all 3.6s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 20vh;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(168,198,187,0.5);
    box-shadow: -5px 2px 14px 4px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 6px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-container-meta {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-process-meta {
    align-items: center;
    overflow: hidden;
    min-height: 80vh;
    position: relative;
    display: flex;
    background: rgb(211,227,220);
    padding: 6rem 2rem;
}.learning-process-meta::before {
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 80%);
    opacity: 0.4;
    content: '';
    left: 0;
    position: absolute;
}.learning-process-meta::after {
    animation: moveLines 40s linear infinite;
    background-image: repeating-linear-gradient(
        0deg,
        rgb(168,198,187,0.5),
        rgb(168,198,187,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    height: 100%;
    left: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    top: 0;
    position: absolute;
}@keyframes moveLines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

.learning-process-meta .ethos-block-meta {
    display: flex;
    justify-content: flex-start;
    z-index: 5;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 1200px;
}.learning-process-meta .info-panel-meta {
    position: relative;
    transform-style: preserve-3d;
    width: 55%;
    padding: 0;
}.learning-process-meta .info-panel-meta::before {
    border-top: 1px solid rgb(168,198,187);
    top: -20px;
    left: -20px;
    content: '';
    width: 100px;
    z-index: -1;
    height: 100px;
    animation: borderPulse 4s infinite alternate;
    position: absolute;
    border-left: 1px solid rgb(168,198,187);
    opacity: 0.7;
}@keyframes borderPulse {
    0% {
        border-color: rgb(168,198,187);
    }
    100% {
        border-color: rgb(124,169,154);
    }
}

.learning-process-meta .info-panel-meta::after {
    width: 100px;
    right: -20px;
    height: 100px;
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.7;
    border-right: 1px solid rgb(124,169,154);
    bottom: -20px;
    border-bottom: 1px solid rgb(124,169,154);
    animation: borderPulse 4s infinite alternate-reverse;
}.learning-process-meta h2 {
    margin-bottom: 3rem;
    position: relative;
    color: rgb(168,198,187);
    transition: all 0.5s ease;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 300;
}.learning-process-meta h2::after {
    filter: blur(1px);
    left: 0.5rem;
    position: absolute;
    top: 0.5rem;
    color: rgb(124,169,154);
    content: attr(data-text);
    opacity: 0.3;
    z-index: -1;
    transition: all 0.3s ease;
}.learning-process-meta h2::before {
    left: 0;
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, rgb(168,198,187), transparent);
    bottom: -1.5rem;
    content: '';
    position: absolute;
}.learning-process-meta p {
    max-width: 600px;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    color: #000000;
    padding-left: 2rem;
}.learning-process-meta p::before {
    background: linear-gradient(to bottom, rgb(168,198,187), transparent);
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    width: 1px;
    top: 0;
}.learning-process-meta .info-panel-meta::before,
.learning-process-meta .info-panel-meta::after,
.learning-process-meta h2,
.learning-process-meta p {
    transition: all 0.5s ease;
}.learning-process-meta:hover h2 {
    letter-spacing: 8px;
    transform: translateY(-5px);
}.learning-process-meta:hover h2::after {
    opacity: 0.5;
    left: 0.8rem;
    filter: blur(2px);
    top: 0.8rem;
}.learning-process-meta:hover .info-panel-meta::before,
.learning-process-meta:hover .info-panel-meta::after {
    height: 120px;
    width: 120px;
}.learning-process-meta:hover p {
    transform: translateX(5px);
}.learning-process-meta::before,
.learning-process-meta::after {
    transition: all 1s ease;
}.learning-process-meta:hover::before {
    opacity: 0.6;
    background-position: right bottom;
}.learning-process-meta:hover::after {
    opacity: 0.15;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.learning-process-meta {
    padding: 5rem 1.5rem;
}.learning-process-meta .info-panel-meta {
    width: 70%;
}.learning-process-meta h2 {
    letter-spacing: 4px;
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.learning-process-meta p {
    font-size: calc(12px * 0.95);
}.learning-process-meta:hover h2 {
    letter-spacing: 6px;
}
}

@media (max-width: 768px) {.learning-process-meta {
    padding: 4rem 1rem;
    min-height: 60vh;
}.learning-process-meta .ethos-block-meta {
    justify-content: center;
}.learning-process-meta .info-panel-meta {
    width: 90%;
}.learning-process-meta h2 {
    margin-bottom: 2rem;
    letter-spacing: 3px;
    font-size: calc(28px * 0.8);
}.learning-process-meta h2::before {
    bottom: -1rem;
    width: 40px;
}.learning-process-meta h2::after {
    top: 0.3rem;
    left: 0.3rem;
}.learning-process-meta p {
    padding-left: 1.5rem;
}.learning-process-meta:hover h2 {
    letter-spacing: 4px;
}.learning-process-meta .info-panel-meta::before,
    .learning-process-meta .info-panel-meta::after {
    width: 80px;
    height: 80px;
}.learning-process-meta:hover .info-panel-meta::before,
    .learning-process-meta:hover .info-panel-meta::after {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 576px) {.learning-process-meta {
    min-height: auto;
    padding: 3rem 0.8rem;
}.learning-process-meta .info-panel-meta {
    width: 100%;
}.learning-process-meta h2 {
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.learning-process-meta h2::before {
    width: 30px;
    bottom: -0.8rem;
}.learning-process-meta p {
    padding-left: 1rem;
    font-size: calc(12px * 0.9);
}.learning-process-meta:hover h2 {
    letter-spacing: 3px;
}.learning-process-meta .info-panel-meta::before,
    .learning-process-meta .info-panel-meta::after {
    height: 60px;
    width: 60px;
}.learning-process-meta:hover .info-panel-meta::before,
    .learning-process-meta:hover .info-panel-meta::after {
    width: 70px;
    height: 70px;
}}.leadership-profile-meta {
    position: relative;
    padding: 5rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgb(124,169,154,0.5) 100%);
    overflow: hidden;
}.leadership-profile-meta::before {
    transform: translateZ(-10px);
    z-index: 0;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,198,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(124,169,154,0.5) 0%, transparent 30%);
}.leadership-profile-meta .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.leadership-profile-meta .review-lounge-meta {
    backdrop-filter: blur(5px);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    padding: 3rem;
    transform-style: preserve-3d;
    gap: 2.5rem;
}.leadership-profile-meta .review-lounge-meta:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px) translateY(-5px);
}.leadership-profile-meta .review-lounge-meta > div {
    position: relative;
}.leadership-profile-meta .review-lounge-meta > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}.leadership-profile-meta .inline-image-meta {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 300px;
    overflow: hidden;
    width: 100%;
    transform: rotateY(-3deg) rotateX(2deg);
    border: 3px solid #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.leadership-profile-meta .inline-image-meta::after {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
}.leadership-profile-meta .review-lounge-meta:hover .inline-image-meta {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.leadership-profile-meta .name {
    position: relative;
    letter-spacing: 0.03em;
    font-size: 18px;
    transform: translateZ(15px);
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
}.leadership-profile-meta .name::after {
    background: linear-gradient(90deg, rgb(168,198,187) 0%, rgb(124,169,154) 100%);
    position: absolute;
    width: 60px;
    transform: scaleX(0.8);
    transform-origin: left;
    left: 0;
    bottom: -10px;
    height: 3px;
    transition: transform 0.3s ease-in-out;
    content: "";
}.leadership-profile-meta .review-lounge-meta:hover .name::after {
    transform: scaleX(1);
}.leadership-profile-meta .review-lounge-meta > div:nth-child(2) > div {
    position: relative;
    margin-top: 0.75rem;
    font-weight: 600;
    font-size: calc(18px - 0.1rem);
    transform: translateZ(5px);
    color: rgb(124,169,154);
}.leadership-profile-meta .career-tasks-meta {
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateZ(5px);
    position: relative;
    opacity: 0.9;
    line-height: 1.7;
    font-size: 18px;
    transition: opacity 0.3s ease;
}.leadership-profile-meta .review-lounge-meta:hover .career-tasks-meta {
    opacity: 1;
}.leadership-profile-meta .career-tasks-meta::before {
    font-family: Georgia, serif;
    content: "";
    top: -2rem;
    opacity: 0.2;
    font-size: 6rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
    color: rgb(124,169,154,0.5);
    position: absolute;
    left: -1.5rem;
}.leadership-profile-meta .review-lounge-meta:hover .career-tasks-meta::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.leadership-profile-meta {
    padding: 8rem 0;
}.leadership-profile-meta .review-lounge-meta {
    grid-template-columns: 1fr 2fr;
    gap: 2rem 3rem;
    grid-template-rows: auto auto;
}.leadership-profile-meta .review-lounge-meta > div:first-child {
    grid-row: span 2;
}.leadership-profile-meta .review-lounge-meta > div:nth-child(3) {
    grid-column: 2;
}.leadership-profile-meta .inline-image-meta {
    height: 100%;
    min-height: 400px;
    transform: rotateY(-5deg) translateZ(20px);
}.leadership-profile-meta .career-tasks-meta {
    font-size: calc(18px + 0.05rem);
}.leadership-profile-meta .name {
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 1024px) {.leadership-profile-meta .review-lounge-meta {
    grid-template-columns: 1.2fr 2fr;
    padding: 4rem;
}.leadership-profile-meta .inline-image-meta {
    min-height: 450px;
}.leadership-profile-meta .name::after {
    width: 80px;
}.leadership-profile-meta .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.leadership-profile-meta .review-lounge-meta {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem 4rem;
}.leadership-profile-meta .inline-image-meta {
    min-height: 500px;
}.leadership-profile-meta .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.leadership-profile-meta {
    padding: 4rem 0;
}.leadership-profile-meta .review-lounge-meta {
    padding: 2rem;
}.leadership-profile-meta .inline-image-meta {
    height: 250px;
    margin-bottom: 1rem;
}.leadership-profile-meta .career-tasks-meta {
    font-size: calc(18px - 0.05rem);
}.leadership-profile-meta .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.leadership-profile-meta .review-lounge-meta {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.leadership-profile-meta .review-lounge-meta:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.leadership-profile-meta .review-lounge-meta {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) !important;
}.leadership-profile-meta .inline-image-meta {
    transform: none !important;
}}.contact-section-meta {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.contact-section-meta::before {
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    background-color: rgb(168,198,187,0.5);
    z-index: -1;
    height: 100%;
    position: absolute;
}.contact-section-meta .container {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.contact-section-meta .inquiry-reach-meta {
    position: relative;
    margin: 0 auto;
    display: flex;
    border-radius: 25px;
    flex-direction: column;
    overflow: hidden;
}.contact-section-meta .feedback-support-meta {
    order: 1;
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 25px 25px 0 0;
    z-index: 2;
    width: 100%;
    position: relative;
}.contact-section-meta .feedback-support-meta h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}.contact-section-meta .feedback-support-meta h3::after {
    bottom: -8px;
    content: '';
    width: 50%;
    height: 3px;
    left: 0;
    background-color: rgb(124,169,154);
    position: absolute;
}.contact-section-meta .feedback-support-meta form {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}.contact-section-meta .feedback-support-meta input[type="text"],
.contact-section-meta .feedback-support-meta input[type="email"] {
    padding: 0 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(211,227,220);
    height: 60px;
    border: none;
    font-size: 13px;
    flex: 1 0 100%;
    color: #000000;
    border-radius: 10px;
}.contact-section-meta .feedback-support-meta input[type="text"]:focus,
.contact-section-meta .feedback-support-meta input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(124,169,154,0.5);
    outline: none;
    transform: translateY(-2px);
}.contact-section-meta .feedback-support-meta input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-section-meta .feedback-support-meta .request-panel-meta {
    flex: 1 0 100%;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}.contact-section-meta .feedback-support-meta .request-panel-meta input[type="checkbox"] {
    transition: background-color 0.3s ease;
    cursor: pointer;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    appearance: none;
    -webkit-appearance: none;
    margin-right: 10px;
    background-color: rgb(211,227,220);
    margin-top: 2px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
}.contact-section-meta .feedback-support-meta .request-panel-meta input[type="checkbox"]:checked {
    background-color: rgb(124,169,154);
}.contact-section-meta .feedback-support-meta .request-panel-meta input[type="checkbox"]:checked::before {
    left: 9px;
    content: '';
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 6px;
    height: 10px;
    width: 6px;
}.contact-section-meta .feedback-support-meta .request-panel-meta label {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.contact-section-meta .feedback-support-meta .request-panel-meta label a {
    color: rgb(168,198,187);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.contact-section-meta .feedback-support-meta .request-panel-meta label a::after {
    content: '';
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    height: 1px;
    width: 100%;
    transition: transform 0.3s ease;
    background-color: rgb(168,198,187);
    bottom: -2px;
}.contact-section-meta .feedback-support-meta .request-panel-meta label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact-section-meta .feedback-support-meta .inquiry-links-meta {
    border: none;
    z-index: 1;
    border-radius: 10px;
    height: 60px;
    color: #ffffff;
    box-shadow: 0 4px 10px rgb(124,169,154,0.5);
    flex: 1 0 100%;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 15px;
    background-color: rgb(124,169,154);
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    overflow: hidden;
    font-size: 15px;
}.contact-section-meta .feedback-support-meta .inquiry-links-meta::before {
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s ease;
    transform-origin: right;
    border-radius: 10px;
    position: absolute;
    background: rgb(168,198,187);
    height: 100%;
    left: 0;
    content: '';
}.contact-section-meta .feedback-support-meta .inquiry-links-meta:hover {
    box-shadow: 0 6px 15px rgb(168,198,187,0.5);
}.contact-section-meta .feedback-support-meta .inquiry-links-meta:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-section-meta .query-grid-meta {
    order: 2;
    background-color: rgb(168,198,187);
    flex-direction: column;
    padding: 50px 30px;
    border-radius: 0 0 25px 25px;
    position: relative;
    color: #ffffff;
    align-items: center;
    display: flex;
    width: 100%;
}.contact-section-meta .query-grid-meta::before {
    transform: translateY(-15px);
    background: rgb(168,198,187);
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 30px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: 0;
}.contact-section-meta .query-grid-meta h3 {
    width: 100%;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 34px;
    color: #ffffff;
}.contact-section-meta .query-grid-meta h3::after {
    content: '';
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background-color: rgb(124,169,154);
    width: 60px;
    height: 3px;
}.contact-section-meta .query-grid-meta div {
    display: flex;
    position: relative;
    max-width: 400px;
    align-items: center;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}.contact-section-meta .query-grid-meta div::before {
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 0;
    opacity: 0.2;
    bottom: -10px;
    height: 1px;
    position: absolute;
    content: '';
    width: 100%;
}.contact-section-meta .query-grid-meta div:last-child::before {
    display: none;
}.contact-section-meta .query-grid-meta div svg {
    background-color: rgb(124,169,154);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 20px;
    padding: 6px;
    box-shadow: 0 4px 10px rgb(124,169,154,0.5);
}.contact-section-meta .query-grid-meta div svg path {
    fill: #ffffff;
}.contact-section-meta .query-grid-meta div span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}.contact-section-meta .query-grid-meta div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}.contact-section-meta .query-grid-meta div span a::after {
    transform: scaleX(0);
    content: '';
    transform-origin: right;
    height: 1px;
    bottom: -2px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    background-color: #ffffff;
}.contact-section-meta .query-grid-meta div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.contact-section-meta .inquiry-reach-meta {
    align-items: stretch;
    flex-direction: row;
}.contact-section-meta .feedback-support-meta {
    order: 1;
    width: 60%;
    border-radius: 25px 0 0 25px;
    padding: 60px;
}.contact-section-meta .query-grid-meta {
    width: 40%;
    order: 2;
    padding: 60px 40px;
    justify-content: center;
    border-radius: 0 25px 25px 0;
}.contact-section-meta .query-grid-meta::before {
    height: 100%;
    width: 30px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    transform: translateX(-15px);
    top: 0;
}.contact-section-meta .feedback-support-meta input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact-section-meta {
    padding: 80px 0;
}.contact-section-meta .query-grid-meta div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact-section-meta {
    padding: 60px 0;
}.contact-section-meta .feedback-support-meta,
    .contact-section-meta .query-grid-meta {
    padding: 40px 25px;
}.contact-section-meta .feedback-support-meta h3,
    .contact-section-meta .query-grid-meta h3 {
    font-size: calc(23px + 2px);
}.contact-section-meta .feedback-support-meta input[type="text"],
    .contact-section-meta .feedback-support-meta input[type="email"],
    .contact-section-meta .feedback-support-meta .inquiry-links-meta {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact-section-meta {
    padding: 40px 0;
}.contact-section-meta .feedback-support-meta,
    .contact-section-meta .query-grid-meta {
    padding: 30px 20px;
}.contact-section-meta .query-grid-meta div svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
}}.thanksBlock-meta {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgb(168,198,187,0.5) 100%);
}.thanksBlock-meta::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    height: 100%;
    pointer-events: none;
}.thanksBlock-meta::after {
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(124,169,154) 0%, transparent 70%);
    right: -150px;
    height: 300px;
    content: "";
    position: absolute;
    filter: blur(50px);
    width: 300px;
    opacity: 0.2;
    border-radius: 50%;
    top: -150px;
}.thanksBlock-meta .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.thanksBlock-meta h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    margin-bottom: 40px;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(168,198,187);
    font-size: 35px;
    transform-origin: center;
}.thanksBlock-meta h2::after {
    height: 3px;
    position: absolute;
    bottom: -15px;
    transition: width 0.3s ease;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
}.thanksBlock-meta .ethos-block-meta {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    transform: translateY(0);
    border-radius: 15px;
}.thanksBlock-meta .ethos-block-meta::before {
    left: 0;
    animation: gradientShift 6s infinite linear;
    height: 6px;
    position: absolute;
    background-size: 200% 100%;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154), rgb(168,198,187));
}.thanksBlock-meta .ethos-block-meta:hover {
    transform: translateY(-5px);
}.thanksBlock-meta .ethos-block-meta:hover h2::after {
    width: 120px;
}.thanksBlock-meta ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksBlock-meta li {
    position: relative;
    padding-left: 25px;
}.thanksBlock-meta li::before {
    position: absolute;
    top: 8px;
    height: 10px;
    transform: rotate(45deg);
    content: "";
    width: 10px;
    left: 0;
    transition: transform 0.3s ease;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(124,169,154);
}.thanksBlock-meta li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.thanksBlock-meta span {
    letter-spacing: 0.3px;
    line-height: 1.7;
    padding: 10px 0;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: calc(17px + 2px);
}.thanksBlock-meta span::after {
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
}

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

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.thanksBlock-meta {
    padding: 80px 0;
}.thanksBlock-meta h2 {
    font-size: calc(35px - 2px);
}.thanksBlock-meta .ethos-block-meta {
    padding: 30px;
}.thanksBlock-meta span {
    font-size: 17px;
}
}

@media (max-width: 768px) {.thanksBlock-meta {
    padding: 60px 0;
}.thanksBlock-meta h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(35px - 4px);
}.thanksBlock-meta .ethos-block-meta {
    padding: 25px;
}.thanksBlock-meta li::before {
    top: 6px;
}.thanksBlock-meta span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {.thanksBlock-meta {
    padding: 40px 0;
}.thanksBlock-meta h2 {
    transform: none;
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.thanksBlock-meta h2::after {
    width: 60px;
    bottom: -10px;
}.thanksBlock-meta .ethos-block-meta {
    padding: 20px;
}.thanksBlock-meta li {
    padding-left: 20px;
}.thanksBlock-meta li::before {
    width: 8px;
    top: 7px;
    height: 8px;
}.thanksBlock-meta span {
    font-size: calc(17px - 2px);
    letter-spacing: 0.2px;
    line-height: 1.5;
}}.statistical-details-meta {
    background-color: #ffffff;
    padding: 120px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.statistical-details-meta::before {
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(124,169,154,0.5) 100%);
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
}.statistical-details-meta::after {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(168,198,187,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(124,169,154,0.5) 0, rgba(0, 0, 0, 0) 100px);
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.2;
    content: "";
    z-index: -1;
    position: absolute;
}.statistical-details-meta .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.statistical-details-meta h2 {
    -webkit-text-fill-color: transparent;
    color: #000000;
    text-fill-color: transparent;
    background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(168,198,187), #000000, rgb(124,169,154));
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    font-size: 38px;
    -webkit-background-clip: text !important;
}.statistical-details-meta h2::after {
    width: 60px;
    position: absolute;
    bottom: -20px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
    transform: translateX(-50%);
    height: 3px;
}.statistical-details-meta ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}.statistical-details-meta .statistics-boosts-meta {
    display: flex;
    padding: 30px 20px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.5);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    text-align: center;
    aspect-ratio: 1/1;
}.statistical-details-meta .statistics-boosts-meta::before {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    background: rgba(255, 255, 255, 0.8);
    content: "";
    inset: 2px;
    position: absolute;
    z-index: -1;
}.statistical-details-meta .statistics-boosts-meta:hover {
    z-index: 10;
    transform: translateY(-10px);
    background: rgba(rgb(168,198,187,0.5), 0.3);
}.statistical-details-meta .statistics-boosts-meta p {
    line-height: 1;
    margin: 0 0 10px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
}.statistical-details-meta .statistics-boosts-meta span {
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    line-height: 1.3;
    font-size: calc(15px * 0.85);
    max-width: 100%;
}.statistical-details-meta svg {
    top: 10px;
    opacity: 0.4;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    fill: rgb(168,198,187);
    position: absolute;
    right: 10px;
}.statistical-details-meta svg path {
    fill: rgb(168,198,187);
}.statistical-details-meta .statistics-boosts-meta:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.8;
}.statistical-details-meta ul:has(.statistics-boosts-meta:only-child) {
    display: flex;
    justify-content: center;
}.statistical-details-meta ul:has(.statistics-boosts-meta:only-child) .statistics-boosts-meta {
    height: 250px;
    width: 250px;
    margin: 0 auto;
}.statistical-details-meta ul:has(.statistics-boosts-meta:only-child) .statistics-boosts-meta p {
    font-size: 3.5rem;
}.statistical-details-meta ul:has(.statistics-boosts-meta:only-child) .statistics-boosts-meta span {
    font-size: 15px;
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(2):last-child) {
    margin: 0 auto;
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(5):last-child) .statistics-boosts-meta:nth-child(5) {
    grid-column: 2;
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(7):last-child),
.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(9):last-child),
.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 1441px) {.statistical-details-meta {
    padding: 150px 0;
}.statistical-details-meta h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 100px;
}.statistical-details-meta .statistics-boosts-meta p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.statistical-details-meta {
    padding: 100px 0;
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(7):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(8):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(9):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical-details-meta .statistics-boosts-meta p {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 991px) {.statistical-details-meta {
    padding: 80px 0;
}.statistical-details-meta h2 {
    margin-bottom: 60px;
    font-size: calc(38px * 0.9);
}.statistical-details-meta ul {
    grid-template-columns: repeat(2, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(3):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(4):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(5):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(6):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(7):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(8):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(9):last-child),
    .statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(5):last-child) .statistics-boosts-meta:nth-child(5) {
    grid-column: auto;
}.statistical-details-meta .statistics-boosts-meta {
    padding: 20px;
}.statistical-details-meta .statistics-boosts-meta p {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {.statistical-details-meta {
    padding: 70px 0;
}.statistical-details-meta h2 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
}.statistical-details-meta ul:has(.statistics-boosts-meta:nth-child(n+1):nth-child(-n+10)) {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 300px;
    gap: 30px;
}.statistical-details-meta .statistics-boosts-meta {
    min-height: 150px;
    aspect-ratio: 1/1;
}.statistical-details-meta ul:has(.statistics-boosts-meta:only-child) .statistics-boosts-meta {
    height: 200px;
    width: 200px;
}
}

@media screen and (max-width: 480px) {.statistical-details-meta {
    padding: 60px 0;
}.statistical-details-meta h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.7);
}.statistical-details-meta h2::after {
    bottom: -15px;
    width: 40px;
}.statistical-details-meta ul {
    gap: 25px;
}.statistical-details-meta .statistics-boosts-meta {
    min-height: 130px;
}.statistical-details-meta .statistics-boosts-meta p {
    font-size: 1.8rem;
}.statistical-details-meta .statistics-boosts-meta span {
    font-size: calc(15px * 0.8);
}.statistical-details-meta ul:has(.statistics-boosts-meta:only-child) .statistics-boosts-meta {
    width: 180px;
    height: 180px;
}.statistical-details-meta ul:has(.statistics-boosts-meta:only-child) .statistics-boosts-meta p {
    font-size: 2.8rem;
}.statistical-details-meta svg {
    width: 20px;
    height: 20px;
}}.service-plan-meta {
    position: relative;
    overflow: hidden;
    background: rgb(211,227,220);
    padding: 120px 0;
}.service-plan-meta::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
}.service-plan-meta .container {
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.service-plan-meta .indv-cost-meta {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.service-plan-meta .price-choices-meta {
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(-10px);
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
}.service-plan-meta .price-choices-meta h2 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 37px;
}.service-plan-meta .price-choices-meta h2::after {
    content: "";
    left: 50%;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(168,198,187);
    position: absolute;
    width: 80px;
}.service-plan-meta .tuition-grid-meta {
    line-height: 1.7;
    color: #000000;
    overflow-wrap: break-word;
    margin: 0 auto;
    word-break: break-word;
    max-width: 600px;
    margin-bottom: 0;
    font-size: 15px;
}.service-plan-meta .price-view-meta {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    width: 100%;
}.service-plan-meta .price-panel-meta {
    opacity: 0;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out forwards;
    height: 100%;
    display: block;
    transform: translateY(20px);
    border-radius: 10px;
    text-decoration: none;
    animation-delay: calc(var(--index, 0) * 0.1s);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.service-plan-meta .price-panel-meta:nth-child(1) {
    --index: 1;
}.service-plan-meta .price-panel-meta:nth-child(2) {
    --index: 2;
}.service-plan-meta .price-panel-meta:nth-child(3) {
    --index: 3;
}.service-plan-meta .price-panel-meta:nth-child(4) {
    --index: 4;
}.service-plan-meta .price-panel-meta:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.service-plan-meta .training-sub-meta {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
}.service-plan-meta .training-sub-meta::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
    left: 0;
}.service-plan-meta .premium-plan-meta {
    box-sizing: border-box;
    padding: 40px 30px;
    flex-direction: column;
    display: flex;
    flex: 1;
}.service-plan-meta .premium-plan-meta h3 {
    color: #000000;
    font-weight: 700;
    margin-top: 0;
    font-size: 19px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
    position: relative;
    word-break: break-word;
}.service-plan-meta .premium-plan-meta h3::after {
    background-color: rgb(168,198,187);
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    height: 2px;
    content: "";
    bottom: -8px;
    left: 0;
}.service-plan-meta .price-panel-meta:hover .premium-plan-meta h3::after {
    width: 70px;
}.service-plan-meta .learn-packs-meta {
    position: relative;
    word-break: break-word;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 700;
    color: rgb(168,198,187);
    overflow-wrap: break-word;
    font-size: calc(19px * 1.2);
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    display: inline-block;
}.service-plan-meta .premium-plan-meta p {
    flex-grow: 1;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.7;
    overflow-wrap: break-word;
    white-space: normal;
    color: #000000;
    word-break: break-word;
}.service-plan-meta .inline-image-meta {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
}.service-plan-meta .price-panel-meta:hover .inline-image-meta {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.service-plan-meta .price-view-meta {
    grid-template-columns: repeat(2, 1fr);
}.service-plan-meta .premium-plan-meta {
    padding: 40px;
}.service-plan-meta .inline-image-meta {
    height: 220px;
}
}

@media (min-width: 992px) {.service-plan-meta .indv-cost-meta {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.service-plan-meta .price-view-meta {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.service-plan-meta .price-choices-meta {
    width: 35%;
    margin: 0;
    text-align: left;
}.service-plan-meta .price-choices-meta h2::after {
    left: 0;
    transform: none;
}.service-plan-meta .tuition-grid-meta {
    margin: 0;
}
}

@media (min-width: 1200px) {.service-plan-meta .price-view-meta {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.service-plan-meta .premium-plan-meta h3 {
    font-size: calc(19px * 1.1);
}.service-plan-meta .learn-packs-meta {
    font-size: calc(19px * 1.3);
}.service-plan-meta .inline-image-meta {
    height: 240px;
}
}

@media (max-width: 767px) {.service-plan-meta {
    padding: 80px 0;
}.service-plan-meta .premium-plan-meta {
    padding: 30px 20px;
}.service-plan-meta .learn-packs-meta {
    padding: 6px 12px;
    font-size: 19px;
}.service-plan-meta .inline-image-meta {
    height: 180px;
}
}

@media (max-width: 480px) {.service-plan-meta {
    padding: 60px 0;
}.service-plan-meta .price-choices-meta h2 {
    font-size: calc(37px * 0.85);
}.service-plan-meta .premium-plan-meta h3 {
    font-size: calc(19px * 0.95);
}.service-plan-meta .inline-image-meta {
    height: 160px;
}}.program-outcomes-meta {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgba(245, 247, 251, 0.85) 100%);
    padding: 120px 0;
    position: relative;
}.program-outcomes-meta::before {
    height: 30%;
    transform: rotate(-15deg);
    width: 40%;
    right: -5%;
    top: -10%;
    background: linear-gradient(225deg, rgb(124,169,154,0.5) 0%, transparent 70%);
    z-index: 1;
    filter: blur(40px);
    position: absolute;
    content: "";
}.program-outcomes-meta::after {
    filter: blur(50px);
    z-index: 1;
    left: -10%;
    content: "";
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(168,198,187,0.5) 0%, transparent 80%);
    height: 15%;
    bottom: -5%;
    position: absolute;
    width: 60%;
}.program-outcomes-meta .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.program-outcomes-meta .ethos-block-meta {
    align-items: center;
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}.program-outcomes-meta .info-panel-meta {
    padding: 40px 0;
    flex: 1;
    position: relative;
}.program-outcomes-meta .info-panel-meta::before {
    content: "";
    height: 100%;
    width: 5px;
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(168,198,187) 0%, rgb(124,169,154) 100%);
    left: -20px;
    top: 0;
    filter: drop-shadow(0 0 10px rgba(rgb(168,198,187,0.5), 0.3));
    position: absolute;
}.program-outcomes-meta h4 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    position: relative;
    line-height: 1.4;
    transform: translateX(0);
    font-size: calc(18px * 1.1);
    margin-bottom: 30px;
    font-weight: 700;
}.program-outcomes-meta h4::after {
    transform-origin: left;
    content: "";
    bottom: -8px;
    background: rgb(124,169,154);
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    height: 3px;
    position: absolute;
    left: 0;
    width: 80px;
}.program-outcomes-meta .info-panel-meta:hover h4 {
    transform: translateX(5px);
}.program-outcomes-meta .info-panel-meta:hover h4::after {
    transform: scaleX(1.2);
}.program-outcomes-meta .info-panel-meta > div {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}.program-outcomes-meta ul {
    list-style: none;
    flex: 1;
    margin: 0;
    padding: 0;
}.program-outcomes-meta li {
    transition: transform 0.4s ease;
    transform: translateY(0);
    margin-bottom: 25px;
    position: relative;
}.program-outcomes-meta li:hover {
    transform: translateY(-5px);
}.program-outcomes-meta li p {
    gap: 15px;
    box-shadow: 0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    margin: 0;
    padding: 15px 20px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    align-items: flex-start;
    display: flex;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.9);
    border-left: 3px solid rgb(124,169,154);
}.program-outcomes-meta li:hover p {
    box-shadow: 0 12px 25px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left-width: 5px;
}.program-outcomes-meta li p span:first-child {
    flex-shrink: 0;
    width: 40px;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    display: flex;
    height: 40px;
    background: linear-gradient(135deg, rgb(124,169,154,0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 8px;
}.program-outcomes-meta li:hover p span:first-child {
    transform: scale(1.1);
}.program-outcomes-meta li p span:last-child {
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 13px;
}.program-outcomes-meta svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.program-outcomes-meta li:hover svg {
    transform: rotate(15deg);
}.program-outcomes-meta svg path {
    transition: fill 0.3s ease;
    fill: rgb(124,169,154);
}.program-outcomes-meta li:hover svg path {
    fill: rgb(168,198,187);
}.program-outcomes-meta .inline-image-meta {
    z-index: 3;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    border-radius: 2px;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
    flex: 0 0 45%;
    max-width: 45%;
}.program-outcomes-meta .inline-image-meta:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.program-outcomes-meta .inline-image-meta::before {
    z-index: 2;
    background: linear-gradient(45deg, rgba(rgb(168,198,187,0.5), 0.2), transparent);
    inset: 0;
    mix-blend-mode: overlay;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
}.program-outcomes-meta .inline-image-meta:hover::before {
    opacity: 0.7;
}.program-outcomes-meta .inline-image-meta::after {
    content: "";
    right: -20px;
    filter: blur(40px);
    z-index: -1;
    transition: all 0.5s ease;
    width: 80%;
    bottom: -20px;
    height: 80%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(124,169,154,0.5), 0.1) 100%);
    position: absolute;
}.program-outcomes-meta .inline-image-meta:hover::after {
    filter: blur(30px);
    transform: translate(-10px, -10px);
}

@media (max-width: 1024px) {.program-outcomes-meta {
    padding: 100px 0;
}.program-outcomes-meta .ethos-block-meta {
    gap: 30px;
}.program-outcomes-meta .inline-image-meta {
    max-width: 40%;
    flex: 0 0 40%;
}
}

@media (max-width: 900px) {.program-outcomes-meta .info-panel-meta > div {
    flex-direction: column;
    gap: 0;
}.program-outcomes-meta ul {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.program-outcomes-meta {
    padding: 80px 0;
}.program-outcomes-meta .ethos-block-meta {
    gap: 50px;
    flex-direction: column-reverse;
}.program-outcomes-meta .info-panel-meta {
    width: 100%;
}.program-outcomes-meta .inline-image-meta {
    align-self: center;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) scale(0.95);
    max-width: 80%;
}.program-outcomes-meta h4 {
    font-size: calc(18px * 1.05);
    text-align: center;
}.program-outcomes-meta h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.program-outcomes-meta .info-panel-meta::before {
    width: 100px;
    top: -20px;
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
}.program-outcomes-meta .info-panel-meta:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.program-outcomes-meta {
    padding: 60px 0;
}.program-outcomes-meta .inline-image-meta {
    max-width: 95%;
}.program-outcomes-meta li p {
    padding: 12px 15px;
}.program-outcomes-meta li p span:first-child {
    height: 35px;
    width: 35px;
}.program-outcomes-meta h4 {
    font-size: 18px;
}.program-outcomes-meta li p span:last-child {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.program-outcomes-meta .info-panel-meta > div {
    gap: 0;
}.program-outcomes-meta li {
    margin-bottom: 15px;
}.program-outcomes-meta li p {
    gap: 10px;
}.program-outcomes-meta li p span:first-child {
    height: 30px;
    width: 30px;
}.program-outcomes-meta svg {
    width: 20px;
    height: 20px;
}}.confidential-cove-meta {
    background-color: rgb(211,227,220);
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #000000;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.confidential-cove-meta h1 {
    padding-bottom: 0.5rem;
    font-size: 42px;
    border-bottom: 2px solid rgb(168,198,187);
    color: rgb(168,198,187);
    margin-bottom: 1.5rem;
    font-weight: 700;
}.confidential-cove-meta h2 {
    color: rgb(124,169,154);
    margin-top: 1rem;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 1rem;
}.confidential-cove-meta ul,
.confidential-cove-meta ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style: none;
    margin-top: 1rem;
}.confidential-cove-meta li {
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
}.confidential-cove-meta li::before {
    font-size: 1.2rem;
    position: absolute;
    color: rgb(168,198,187);
    left: 0;
    content: "•";
    line-height: 1.2;
}.confidential-cove-meta p {
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 12px;
}.confidential-cove-meta span {
    font-weight: 400;
    color: #000000;
}.confidential-cove-meta div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.confidential-cove-meta {
    border-radius: 10px;
    padding: 1rem;
}.confidential-cove-meta h1 {
    font-size: calc(20px - 0.5rem);
}.confidential-cove-meta h2 {
    font-size: calc(20px - 0.5rem);
}.confidential-cove-meta p,
    .confidential-cove-meta li {
    font-size: calc(12px - 0.2rem);
}}.overlayConsentSettings-meta {
    bottom: 0;
    background: rgb(211,227,220);
    width: 100%;
    border-top: 2px solid rgb(168,198,187);
    position: fixed;
    z-index: 90;
}.cookie-view-meta {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.overlayConsentSettings-meta h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie-banneralert-meta {
    display: none;
}#cookie-banneralert-meta:checked ~ .overlayConsentSettings-meta {
    opacity: 0;
    visibility: hidden;
}.overlayConsentSettings-meta p {
    font-size: 18px;
}.edu-accept-meta {
    flex-shrink: 0;
    margin-right: 10px;
}.edu-accept-meta svg, .edu-accept-meta svg path, .edu-accept-meta img {
    height: 100px;
    fill: rgb(168,198,187);
    width: 100px;
}.cookie-updates-meta {
    cursor: pointer;
    min-width: 120px;
    flex-shrink: 0;
    white-space: nowrap;
    border-bottom: 2px solid rgb(168,198,187);
    line-height: 35px;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    color: rgb(168,198,187);
}.overlayConsentSettings-meta p a {
    text-decoration: none;
    color: rgb(168,198,187);
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings-meta {
    padding: 20px;
}}

.wrapper-container-meta .overlayConsentSettings-meta {
    box-shadow: rgb(124,169,154,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(124,169,154);
}.wrapper-container-meta .cookie-updates-meta {
    background: rgb(168,198,187);
    margin-left: 30px;
    padding: 10px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}.wrapper-container-meta .track-alert-meta h5, .wrapper-container-meta .track-alert-meta p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.edu-accept-meta {
    display: none;
}.cookie-view-meta {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.overlayConsentSettings-meta h5 {
    text-align: center;
}.overlayConsentSettings-meta p {
    text-align: center;
}.track-alert-meta {
    margin-bottom: 20px;
}body .wrapper-container-meta .cookie-updates-meta {
    margin-left: 0;
    margin-bottom: 10px;
}}.explore-now-meta {
    background: linear-gradient(135deg, rgb(124,169,154) 0%, rgb(168,198,187) 100%);
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    padding: 4.5rem 0;
}.explore-now-meta::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(124,169,154,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(124,169,154,0.5) 12px
    );
    top: 0;
    opacity: 0.1;
    transform: translateZ(-5px);
    position: absolute;
}.explore-now-meta::after {
    top: -50%;
    animation: lightShift 15s infinite alternate ease-in-out;
    content: "";
    width: 100%;
    opacity: 0.2;
    background: radial-gradient(
        ellipse at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    height: 200%;
    position: absolute;
    transform: rotate(-30deg);
    right: -50%;
    z-index: 0;
}.explore-now-meta .container {
    position: relative;
    transform: translateZ(10px);
    z-index: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1140px;
    padding: 0 15px;
    justify-content: center;
    flex-direction: column;
}.explore-now-meta h6 {
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 20px;
    max-width: 85%;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
}.explore-now-meta div {
    transform: translateZ(30px);
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}.explore-now-meta span {
    position: relative;
    display: inline-block;
}.explore-now-meta .inquiry-links-meta {
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 18px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0.9rem 2.5rem;
    position: relative;
    color: rgb(124,169,154);
}.explore-now-meta .inquiry-links-meta::before {
    transition: transform 0.6s ease;
    width: 200%;
    transform: translateX(-100%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
}.explore-now-meta .inquiry-links-meta:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
    color: rgb(168,198,187);
}.explore-now-meta .inquiry-links-meta:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) scale(0.98);
}.explore-now-meta .inquiry-links-meta:hover::before {
    transform: translateX(100%);
}.explore-now-meta .inquiry-links-meta span {
    pointer-events: none;
    position: relative;
    z-index: 1;
}

@keyframes lightShift {
    0% {
        opacity: 0.1;
        transform: rotate(-30deg) translateX(0);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
        transform: rotate(-30deg) translateX(-10%);
    }
}

@media (max-width: 991px) {.explore-now-meta {
    padding: 3.5rem 0;
}.explore-now-meta h6 {
    font-size: calc(22px + 0.1rem);
    max-width: 90%;
    margin-bottom: 2rem;
}.explore-now-meta .inquiry-links-meta {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 767px) {.explore-now-meta {
    padding: 3rem 0;
}.explore-now-meta h6 {
    max-width: 95%;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    font-size: 22px;
}.explore-now-meta .inquiry-links-meta {
    padding: 0.75rem 1.8rem;
    font-size: calc(18px - 0.1rem);
}
}

@media (max-width: 575px) {.explore-now-meta {
    padding: 2.5rem 0;
}.explore-now-meta h6 {
    max-width: 100%;
    font-size: calc(22px - 0.1rem);
    margin-bottom: 1.5rem;
}.explore-now-meta .inquiry-links-meta {
    padding: 0.7rem 1.6rem;
    font-size: calc(18px - 0.15rem);
}.explore-now-meta::after {
    opacity: 0.15;
}
}

@media (hover: none) {.explore-now-meta .inquiry-links-meta:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: none;
}.explore-now-meta .inquiry-links-meta::before {
    display: none;
}}.play-market-meta {
    z-index: 1;
    padding: 5rem 0 3rem;
    color: #ffffff;
    position: relative;
}.play-market-meta::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(168,198,187,0.5) 100%);
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    backdrop-filter: blur(8px);
}.play-market-meta .container {
    display: grid;
    position: relative;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
}.play-market-meta .company_holder {
    position: relative;
    border-left: 2px solid rgb(168,198,187);
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(168,198,187);
    }
    50% {
        border-left-color: rgb(124,169,154);
    }
    100% {
        border-left-color: rgb(168,198,187);
    }
}

.play-market-meta .company_holder h3 {
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(29px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(124,169,154));
    -webkit-background-clip: text !important;
}.play-market-meta .job-board-meta {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 1rem;
    opacity: 0.8;
    color: #ffffff;
}.play-market-meta .law-res-meta {
    display: flex;
    justify-content: flex-end;
}.play-market-meta .header-learn-meta {
    display: flex;
    gap: 4rem;
}.play-market-meta .top-edu-meta {
    position: relative;
}.play-market-meta .top-edu-meta::before {
    position: absolute;
    border-left: 1px solid rgb(168,198,187);
    left: -20px;
    border-top: 1px solid rgb(168,198,187);
    width: 40px;
    opacity: 0.4;
    height: 40px;
    top: -10px;
    content: "";
}.play-market-meta .top-edu-meta::after {
    bottom: -10px;
    height: 40px;
    content: "";
    opacity: 0.4;
    position: absolute;
    width: 40px;
    right: -20px;
    border-bottom: 1px solid rgb(168,198,187);
    border-right: 1px solid rgb(168,198,187);
}.play-market-meta .top-edu-meta h5 {
    color: rgb(124,169,154);
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 23px;
}.play-market-meta .top-edu-meta .header-learn-meta {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.play-market-meta .top-edu-meta .header-learn-meta a {
    position: relative;
    text-decoration: none;
    padding-left: 1rem;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0.8;
}.play-market-meta .top-edu-meta .header-learn-meta a::before {
    transition: all 0.3s ease;
    left: 0;
    background-color: rgb(168,198,187);
    width: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    content: "";
    height: 5px;
    position: absolute;
}.play-market-meta .top-edu-meta .header-learn-meta a:hover {
    color: rgb(168,198,187);
    opacity: 1;
    transform: translateX(5px);
}.play-market-meta .top-edu-meta .header-learn-meta a:hover::before {
    background-color: rgb(124,169,154);
    width: 7px;
    height: 7px;
}.pledge-block-meta {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    padding: 1.5rem 0;
}.pledge-block-meta::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(168,198,187), transparent);
    width: 100%;
    content: "";
    height: 1px;
    top: 0;
    position: absolute;
    opacity: 0.5;
}.pledge-block-meta .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.pledge-block-meta .achieve-cta-meta {
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 992px) {.play-market-meta .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.play-market-meta .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.play-market-meta .law-res-meta {
    justify-content: flex-start;
}.play-market-meta .header-learn-meta {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.play-market-meta {
    padding: 3rem 0 2rem;
}.play-market-meta .header-learn-meta {
    gap: 2rem;
    flex-direction: column;
}.play-market-meta .top-edu-meta::before,
    .play-market-meta .top-edu-meta::after {
    display: none;
}.play-market-meta .top-edu-meta {
    margin-bottom: 1.5rem;
}.pledge-block-meta {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.play-market-meta .company_holder h3 {
    font-size: 29px;
}.play-market-meta .top-edu-meta h5 {
    font-size: calc(16px * 1.1);
}.play-market-meta .top-edu-meta .header-learn-meta a {
    font-size: calc(18px * 0.9);
}}header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(168,198,187) 0%, 
        rgb(168,198,187,0.5) 100%
    );
    left: 0;
    z-index: 1000;
    top: 0;
}header:before {
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}header:after {
    top: 0;
    pointer-events: none;
    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%
        );
    left: 0;
    content: '';
    position: absolute;
    background-size: 100px 100px;
    width: 100%;
}header .head-sitewrap-meta {
    position: relative;
}header .head-sitewrap-meta:before {
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.3;
    position: absolute;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    bottom: -1px;
}header .head-sitewrap-meta:after {
    left: 0;
    top: 50%;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    position: absolute;
    transform: translateY(-50%);
    height: 60px;
    content: '';
    filter: blur(8px);
    pointer-events: none;
    opacity: 0.5;
    width: 60px;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
}header .container:before {
    pointer-events: none;
    transform: translateY(-50%);
    width: 50px;
    position: absolute;
    background-position: 0 0, 0 10px;
    right: 20px;
    background-repeat: repeat-x;
    height: 30px;
    background-size: 6px 2px, 6px 2px;
    content: '';
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    opacity: 0.5;
    top: 50%;
}header .nav-study-meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .nav-study-meta:before {
    top: 50%;
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    opacity: 0.5;
    transform: translateY(-50%) translateX(-40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}header .nav-study-meta:after {
    transform: translateY(-50%) translateX(40px);
    opacity: 0.5;
    position: absolute;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    top: 50%;
    height: 20px;
    border-radius: 50%;
    content: '';
}header .top-edu-meta {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}header .top-edu-meta:before {
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    content: '';
    bottom: -10px;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .top-edu-meta:hover:before {
    opacity: 0.7;
}header .top-class-meta {
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}header .top-class-meta:before {
    background: #ffffff;
    transition: all 0.3s ease;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    left: -12px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    position: absolute;
    opacity: 0;
    width: 6px;
    top: 50%;
}header .top-class-meta:after {
    content: '';
    width: 20px;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scaleX(0);
    transition: all 0.3s ease;
    left: -30px;
    transform-origin: right;
    position: absolute;
    top: 50%;
    height: 1px;
}header .top-class-meta:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .top-class-meta:hover:before {
    left: -20px;
    opacity: 1;
}header .top-class-meta:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .main-info-meta {
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
    padding: 5px;
    transition: all 0.3s ease;
}header .main-info-meta:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: -10px;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    content: '';
    border-radius: 10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
}header .main-info-meta:after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.3s ease;
    top: -5px;
    content: '';
    position: absolute;
    height: 10px;
    background: #ffffff;
    width: 10px;
    left: -5px;
    border-radius: 50%;
}header .main-info-meta:hover:before {
    opacity: 1;
}header .main-info-meta:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .main-info-meta svg {
    transition: all 0.3s ease;
    width: auto;
    height: 40px;
}header .main-info-meta:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@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 pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top-edu-meta {
    gap: 20px;
}header .main-info-meta svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top-edu-meta {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    flex-direction: column;
    top: 0;
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(168,198,187);
    right: -100%;
    position: fixed;
    height: 100vh;
    max-width: 320px;
    gap: 25px;
    padding: 80px 30px 30px;
}header .top-edu-meta:before {
    width: 80%;
    left: 10%;
    top: 60px;
    bottom: auto;
}header .top-edu-meta:after {
    border-radius: 50%;
    width: 30px;
    content: '';
    pointer-events: none;
    right: 20px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    position: absolute;
}header .menu.active {
    right: 0;
}header .top-class-meta {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .top-class-meta:hover {
    transform: translateX(0);
}header .top-class-meta:last-child {
    border-bottom: none;
}header .main-info-meta {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .main-info-meta svg {
    height: 30px;
}}.our-team-meta {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
}.our-team-meta::before {
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgb(168,198,187,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    left: 0;
    bottom: 0;
}.our-team-meta::after {
    top: -50px;
    right: -50px;
    height: 200px;
    transform: rotate(45deg);
    background: rgb(124,169,154);
    animation: float 20s infinite ease-in-out;
    z-index: 0;
    position: absolute;
    content: "";
    width: 200px;
    opacity: 0.15;
}.our-team-meta .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 3rem 2rem;
    width: 100%;
    margin: 0 auto;
}.our-team-meta .info-panel-meta {
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: auto;
    position: relative;
    padding: 3.5rem;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
}.our-team-meta .info-panel-meta:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team-meta .info-panel-meta::before {
    position: absolute;
    left: -15px;
    content: "";
    height: 100%;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(168,198,187), rgb(124,169,154));
}.our-team-meta .info-panel-meta > div:first-child {
    position: relative;
    margin-bottom: 1rem;
}.our-team-meta .info-panel-meta h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: rgb(168,198,187);
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    font-size: 20px;
}.our-team-meta .info-panel-meta h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(168,198,187), transparent);
    animation: lineGrow 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    left: 0;
    bottom: -5px;
    position: absolute;
    transform-origin: left;
    height: 2px;
    width: 100%;
}.our-team-meta .info-panel-meta > div:nth-child(2) {
    margin-bottom: 1.5rem;
}.our-team-meta .info-panel-meta p {
    color: #000000;
    font-size: calc(14px * 1.4);
    margin: 0;
    line-height: 1.5;
}.our-team-meta .info-panel-meta p b {
    color: rgb(124,169,154);
    display: inline-block;
    font-weight: 700;
    position: relative;
}.our-team-meta .info-panel-meta ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}.our-team-meta .info-panel-meta li {
    list-style: none;
    color: #000000;
    line-height: 1.8;
    position: relative;
    text-indent: 0;
    text-align: justify;
    column-gap: 2rem;
    margin-bottom: 1rem;
    column-count: 1;
    font-size: 14px;
}

@keyframes lineGrow {
    0% {
        transform: scaleX(0.3);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    25% {
        transform: rotate(45deg) translate(-20px, 20px);
    }
    50% {
        transform: rotate(45deg) translate(0, 40px);
    }
    75% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@media (min-width: 768px) {.our-team-meta .info-panel-meta {
    padding: 4rem;
    max-width: 80%;
}.our-team-meta .info-panel-meta li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-team-meta .container {
    padding: 5rem 3rem;
}.our-team-meta .info-panel-meta {
    max-width: 75%;
    padding: 5rem;
}.our-team-meta .info-panel-meta h5 {
    font-size: calc(20px * 1.2);
}.our-team-meta .info-panel-meta p {
    font-size: calc(14px * 1.6);
}.our-team-meta .info-panel-meta li {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.our-team-meta {
    min-height: auto;
}.our-team-meta .container {
    padding: 2rem 1rem;
}.our-team-meta .info-panel-meta {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
    max-width: 100%;
}.our-team-meta .info-panel-meta h5 {
    font-size: calc(20px * 0.9);
}.our-team-meta .info-panel-meta p {
    font-size: calc(14px * 1.2);
}.our-team-meta .info-panel-meta::before {
    width: 3px;
    left: -10px;
}}.course-overview-meta {
    overflow: hidden;
    background: rgb(211,227,220);
    position: relative;
    padding: 120px 0;
}.course-overview-meta::before {
    height: 300px;
    right: -100px;
    opacity: 0.7;
    position: absolute;
    top: -100px;
    transform: rotate(-15deg);
    content: "";
    width: 300px;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 70%);
    z-index: 1;
}.course-overview-meta::after {
    transform: rotate(15deg);
    bottom: -50px;
    height: 200px;
    content: "";
    z-index: 1;
    position: absolute;
    width: 200px;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(124,169,154,0.5) 0%, transparent 70%);
    left: -50px;
}.course-overview-meta .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.course-overview-meta .education-guide-meta {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.course-overview-meta .inline-image-meta {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 320px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course-overview-meta .inline-image-meta::before {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    content: "";
    background: linear-gradient(
        to right,
        rgb(168,198,187,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(124,169,154,0.5) 100%
    );
    transition: opacity 0.5s ease;
}.course-overview-meta .inline-image-meta:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-overview-meta .inline-image-meta:hover::before {
    opacity: 0.2;
}.course-overview-meta .info-panel-meta {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    padding: 30px;
}.course-overview-meta .info-panel-meta:hover {
    transform: translateY(-5px);
}.course-overview-meta .info-panel-meta::before {
    content: "";
    width: 4px;
    left: 0;
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(168,198,187), rgb(124,169,154));
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.course-overview-meta .info-panel-meta:hover::before {
    height: 100%;
}.course-overview-meta h3 {
    color: #000000;
    font-size: calc(24px * 1.1);
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateX(0);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}.course-overview-meta .info-panel-meta:hover h3 {
    transform: translateX(10px);
}.course-overview-meta h3::after {
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 60px;
    background: rgb(168,198,187);
    left: 0;
}.course-overview-meta .info-panel-meta:hover h3::after {
    width: 100px;
}.course-overview-meta .description {
    opacity: 0.9;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    transition: opacity 0.3s ease;
    font-size: 12px;
    margin-bottom: 20px;
}.course-overview-meta .info-panel-meta:hover .description {
    opacity: 1;
}.course-overview-meta p.description {
    max-height: 300px;
    scrollbar-color: rgb(168,198,187,0.5) #ffffff;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    display: block;
}.course-overview-meta p.description::-webkit-scrollbar {
    width: 6px;
}.course-overview-meta p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.course-overview-meta p.description::-webkit-scrollbar-thumb {
    background-color: rgb(168,198,187,0.5);
    border-radius: 10px;
}.course-overview-meta span.description {
    display: none;
}

@media (min-width: 768px) {.course-overview-meta {
    padding: 150px 0;
}.course-overview-meta .education-guide-meta {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course-overview-meta .inline-image-meta {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.course-overview-meta .inline-image-meta:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course-overview-meta .info-panel-meta {
    padding: 40px;
}.course-overview-meta h3 {
    margin-bottom: 30px;
    font-size: 24px;
}.course-overview-meta p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-overview-meta .education-guide-meta {
    gap: 80px;
}.course-overview-meta .inline-image-meta {
    height: 500px;
}.course-overview-meta .info-panel-meta {
    padding: 50px;
}.course-overview-meta h3 {
    font-size: calc(24px * 1.2);
}.course-overview-meta p.description {
    line-height: 1.75;
    font-size: calc(12px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course-overview-meta .education-guide-meta {
    gap: 100px;
}.course-overview-meta .inline-image-meta {
    height: 550px;
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
}.course-overview-meta .inline-image-meta:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course-overview-meta .info-panel-meta {
    padding: 60px 70px 60px 60px;
}.course-overview-meta h3 {
    font-size: calc(24px * 1.3);
    padding-bottom: 20px;
    margin-bottom: 35px;
}.course-overview-meta p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course-overview-meta {
    padding: 80px 0;
}.course-overview-meta .info-panel-meta {
    padding: 25px 20px;
}.course-overview-meta h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(18px * 1.1);
}.course-overview-meta p.description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(12px * 0.95);
}}.title-opener-meta {
    position: relative;
    width: 100%;
    background: rgb(211,227,220);
    overflow: hidden;
    min-height: 100vh;
}.title-opener-meta .ethos-block-meta {
    height: 100vh;
    position: relative;
    width: 100%;
}.title-opener-meta .course-welcome-meta {
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}.title-opener-meta .course-welcome-meta input {
    opacity: 0;
    position: absolute;
}.title-opener-meta .edu-intro-meta {
    position: relative;
    height: 100%;
}.title-opener-meta .edu-title-meta {
    z-index: 1;
    transition: opacity 0.8s ease, transform 0.8s ease;
    height: 100%;
    transform: scale(1.05);
    top: 0;
    left: 0;
    transform-origin: center;
    width: 100%;
    position: absolute;
    opacity: 0;
}.title-opener-meta .edu-title-meta img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}.title-opener-meta .edu-title-meta::after {
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 30%,
        transparent 70%
    );
}.title-opener-meta .study-express-meta {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    flex-direction: column;
    left: 50px;
    z-index: 10;
    display: flex;
    gap: 20px;
}.title-opener-meta .study-express-meta label {
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 15px;
    width: 15px;
    position: relative;
    border: 2px solid #ffffff;
}.title-opener-meta .study-express-meta label::after {
    border-radius: 50%;
    background: rgb(168,198,187);
    content: '';
    height: 7px;
    position: absolute;
    left: 50%;
    width: 7px;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    transition: transform 0.3s ease;
}.title-opener-meta .study-express-meta label:hover {
    border-color: rgb(168,198,187);
}.title-opener-meta .info-panel-meta {
    position: absolute;
    width: 45%;
    z-index: 5;
    right: 0;
    bottom: 0;
    padding: 80px 50px;
}.title-opener-meta .info-panel-meta .container {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    transform: translateY(0);
    transition: transform 0.5s ease;
    border-radius: 23px;
    border-top: 4px solid rgb(168,198,187);
}.title-opener-meta .info-panel-meta h1 {
    position: relative;
    font-size: 42px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}.title-opener-meta .info-panel-meta h1::after {
    background: rgb(168,198,187);
    left: 0;
    content: '';
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: 0;
}.title-opener-meta .info-panel-meta h3 {
    font-weight: 600;
    color: rgb(168,198,187);
    font-size: 21px;
    margin-bottom: 20px;
}.title-opener-meta .info-panel-meta p {
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
}.title-opener-meta .course-welcome-meta input:nth-child(1):checked ~ .edu-intro-meta .edu-title-meta:nth-child(1),
.title-opener-meta .course-welcome-meta input:nth-child(2):checked ~ .edu-intro-meta .edu-title-meta:nth-child(2),
.title-opener-meta .course-welcome-meta input:nth-child(3):checked ~ .edu-intro-meta .edu-title-meta:nth-child(3),
.title-opener-meta .course-welcome-meta input:nth-child(4):checked ~ .edu-intro-meta .edu-title-meta:nth-child(4),
.title-opener-meta .course-welcome-meta input:nth-child(5):checked ~ .edu-intro-meta .edu-title-meta:nth-child(5),
.title-opener-meta .course-welcome-meta input:nth-child(6):checked ~ .edu-intro-meta .edu-title-meta:nth-child(6),
.title-opener-meta .course-welcome-meta input:nth-child(7):checked ~ .edu-intro-meta .edu-title-meta:nth-child(7),
.title-opener-meta .course-welcome-meta input:nth-child(8):checked ~ .edu-intro-meta .edu-title-meta:nth-child(8),
.title-opener-meta .course-welcome-meta input:nth-child(9):checked ~ .edu-intro-meta .edu-title-meta:nth-child(9),
.title-opener-meta .course-welcome-meta input:nth-child(10):checked ~ .edu-intro-meta .edu-title-meta:nth-child(10) {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
}.title-opener-meta .course-welcome-meta input:nth-child(1):checked ~ .study-express-meta label:nth-child(1)::after,
.title-opener-meta .course-welcome-meta input:nth-child(2):checked ~ .study-express-meta label:nth-child(2)::after,
.title-opener-meta .course-welcome-meta input:nth-child(3):checked ~ .study-express-meta label:nth-child(3)::after,
.title-opener-meta .course-welcome-meta input:nth-child(4):checked ~ .study-express-meta label:nth-child(4)::after,
.title-opener-meta .course-welcome-meta input:nth-child(5):checked ~ .study-express-meta label:nth-child(5)::after,
.title-opener-meta .course-welcome-meta input:nth-child(6):checked ~ .study-express-meta label:nth-child(6)::after,
.title-opener-meta .course-welcome-meta input:nth-child(7):checked ~ .study-express-meta label:nth-child(7)::after,
.title-opener-meta .course-welcome-meta input:nth-child(8):checked ~ .study-express-meta label:nth-child(8)::after,
.title-opener-meta .course-welcome-meta input:nth-child(9):checked ~ .study-express-meta label:nth-child(9)::after,
.title-opener-meta .course-welcome-meta input:nth-child(10):checked ~ .study-express-meta label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}.title-opener-meta .course-welcome-meta input:nth-child(1):checked ~ .study-express-meta label:nth-child(1),
.title-opener-meta .course-welcome-meta input:nth-child(2):checked ~ .study-express-meta label:nth-child(2),
.title-opener-meta .course-welcome-meta input:nth-child(3):checked ~ .study-express-meta label:nth-child(3),
.title-opener-meta .course-welcome-meta input:nth-child(4):checked ~ .study-express-meta label:nth-child(4),
.title-opener-meta .course-welcome-meta input:nth-child(5):checked ~ .study-express-meta label:nth-child(5),
.title-opener-meta .course-welcome-meta input:nth-child(6):checked ~ .study-express-meta label:nth-child(6),
.title-opener-meta .course-welcome-meta input:nth-child(7):checked ~ .study-express-meta label:nth-child(7),
.title-opener-meta .course-welcome-meta input:nth-child(8):checked ~ .study-express-meta label:nth-child(8),
.title-opener-meta .course-welcome-meta input:nth-child(9):checked ~ .study-express-meta label:nth-child(9),
.title-opener-meta .course-welcome-meta input:nth-child(10):checked ~ .study-express-meta label:nth-child(10) {
    border-color: rgb(168,198,187);
    transform: scale(1.2);
}.title-opener-meta .course-welcome-meta input:checked ~ .info-panel-meta .container {
    transform: translateY(0);
}.title-opener-meta::before {
    position: absolute;
    opacity: 0.4;
    left: 0;
    z-index: 0;
    pointer-events: none;
    top: 0;
    content: '';
    background: linear-gradient(
        135deg,
        rgb(124,169,154,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    width: 100%;
}

@media (max-width: 1200px) {.title-opener-meta .info-panel-meta {
    width: 55%;
    padding: 60px 40px;
}
}

@media (max-width: 991px) {.title-opener-meta {
    min-height: unset;
}.title-opener-meta .ethos-block-meta {
    min-height: unset;
}.title-opener-meta .info-panel-meta {
    width: 65%;
    padding: 50px 30px;
}.title-opener-meta .info-panel-meta .container {
    padding: 30px;
}.title-opener-meta .study-express-meta {
    left: 30px;
    gap: 15px;
}
}

@media (max-width: 767px) {.title-opener-meta .ethos-block-meta {
    height: auto;
}.title-opener-meta .course-welcome-meta {
    height: 60vh;
    position: relative;
}.title-opener-meta .info-panel-meta {
    position: relative;
    padding: 30px 20px;
    width: 100%;
}.title-opener-meta .info-panel-meta .container {
    padding: 25px;
}.title-opener-meta .study-express-meta {
    left: initial;
    right: 20px;
    top: initial;
    flex-direction: row;
    gap: 12px;
    bottom: 20px;
    transform: none;
}.title-opener-meta .info-panel-meta h1 {
    font-size: calc(42px * 0.85);
}.title-opener-meta .info-panel-meta h3 {
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 575px) {.title-opener-meta .course-welcome-meta {
    height: 50vh;
}.title-opener-meta .info-panel-meta {
    padding: 20px 15px;
}.title-opener-meta .info-panel-meta .container {
    padding: 20px;
}.title-opener-meta .study-express-meta {
    bottom: 15px;
    gap: 10px;
    right: 15px;
}.title-opener-meta .study-express-meta label {
    width: 12px;
    height: 12px;
}.title-opener-meta .study-express-meta label::after {
    width: 6px;
    height: 6px;
}.title-opener-meta .info-panel-meta h1 {
    font-size: calc(42px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 10px;
}.title-opener-meta .info-panel-meta h1::after {
    width: 60px;
    height: 2px;
}.title-opener-meta .info-panel-meta h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.7);
}.title-opener-meta .info-panel-meta p {
    line-height: 1.5;
    font-size: calc(17px * 0.8);
}}.customer-reviews-meta {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(211,227,220) 0%, #ffffff 70%);
    overflow: hidden;
}.customer-reviews-meta::before {
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(168,198,187,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(124,169,154,0.5) 0%, transparent 30%);
    width: 100%;
    position: absolute;
    z-index: 1;
}.customer-reviews-meta .ethos-block-meta {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.customer-reviews-meta h4 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    margin-bottom: 80px;
    color: #000000;
    text-align: center;
}.customer-reviews-meta h4::after {
    background: rgb(168,198,187);
    content: "";
    height: 4px;
    bottom: -20px;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.customer-reviews-meta .testimonial-highlights-meta {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
    position: relative;
}.customer-reviews-meta .testimonial-highlights-meta::before {
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 2px;
    top: 0;
    background: linear-gradient(to bottom, rgb(168,198,187,0.5), rgb(124,169,154,0.5));
    z-index: 1;
    width: 4px;
    left: calc(50% - 2px);
}.customer-reviews-meta .review-lounge-meta {
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    z-index: 2;
    width: 48%;
    margin-bottom: 40px;
    padding: 30px;
}.customer-reviews-meta .review-lounge-meta:nth-child(odd) {
    align-self: flex-start;
    transform: translateY(40px);
}.customer-reviews-meta .review-lounge-meta:nth-child(even) {
    align-self: flex-end;
    transform: translateY(-40px);
}.customer-reviews-meta .review-lounge-meta::before {
    z-index: 3;
    position: absolute;
    height: 20px;
    content: "";
    top: 50%;
    border: 4px solid rgb(168,198,187);
    width: 20px;
    background: #ffffff;
    border-radius: 50%;
}.customer-reviews-meta .review-lounge-meta:nth-child(odd)::before {
    transform: translateY(-50%);
    right: -50px;
}.customer-reviews-meta .review-lounge-meta:nth-child(even)::before {
    transform: translateY(-50%);
    left: -50px;
}.customer-reviews-meta .review-lounge-meta::after {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: rgb(168,198,187,0.5);
    height: 2px;
    content: "";
    width: 30px;
}.customer-reviews-meta .review-lounge-meta:nth-child(odd)::after {
    right: -30px;
}.customer-reviews-meta .review-lounge-meta:nth-child(even)::after {
    left: -30px;
}.customer-reviews-meta .review-lounge-meta:hover {
    transform: scale(1.05);
    z-index: 4;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.customer-reviews-meta .review-lounge-meta:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}.customer-reviews-meta .review-lounge-meta:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}.customer-reviews-meta .inline-image-meta {
    transition: all 0.5s ease;
    border-radius: 17px;
    margin-right: 20px;
    float: left;
    height: 80px;
    border: 3px solid #ffffff;
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}.customer-reviews-meta .review-lounge-meta:nth-child(even) .inline-image-meta {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}.customer-reviews-meta .review-lounge-meta:hover .inline-image-meta {
    transform: scale(1.1);
    border-radius: 50%;
}.customer-reviews-meta .review-lounge-meta span {
    transition: all 0.3s ease;
    display: block;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}.customer-reviews-meta .review-lounge-meta:hover span {
    color: rgb(168,198,187);
}.customer-reviews-meta .review-lounge-meta p {
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.6;
    position: relative;
}.customer-reviews-meta .review-lounge-meta:hover p {
    color: #000000;
}.customer-reviews-meta .review-lounge-meta:nth-child(odd) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInLeft 0.8s ease-out both;
}.customer-reviews-meta .review-lounge-meta:nth-child(even) {
    animation: fadeInRight 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}

.customer-reviews-meta .review-lounge-meta:last-child:nth-child(odd) {
    margin-bottom: 0;
}

@media (max-width: 1024px) {.customer-reviews-meta {
    padding: 90px 0;
}.customer-reviews-meta h4 {
    font-size: calc(44px * 0.85);
    margin-bottom: 60px;
}.customer-reviews-meta .review-lounge-meta {
    padding: 25px;
    width: 46%;
}.customer-reviews-meta .review-lounge-meta:nth-child(odd)::before {
    right: -40px;
}.customer-reviews-meta .review-lounge-meta:nth-child(even)::before {
    left: -40px;
}.customer-reviews-meta .inline-image-meta {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 768px) {.customer-reviews-meta {
    padding: 70px 0;
}.customer-reviews-meta h4 {
    font-size: calc(44px * 0.7);
    margin-bottom: 50px;
}.customer-reviews-meta .testimonial-highlights-meta::before {
    left: 30px;
}.customer-reviews-meta .review-lounge-meta {
    width: calc(100% - 60px);
    margin-left: 60px;
    transform: translateY(0) !important;
    align-self: flex-start !important;
    margin-bottom: 30px;
}.customer-reviews-meta .review-lounge-meta:hover {
    transform: scale(1.03) !important;
}.customer-reviews-meta .review-lounge-meta:nth-child(n)::before {
    left: -50px;
    right: auto;
}.customer-reviews-meta .review-lounge-meta:nth-child(n)::after {
    right: auto;
    left: -30px;
}.customer-reviews-meta .inline-image-meta {
    width: 60px;
    margin-left: 0 !important;
    height: 60px;
    float: left !important;
    margin-right: 15px !important;
}.customer-reviews-meta .review-lounge-meta span {
    font-size: calc(21px * 0.9);
}.customer-reviews-meta .review-lounge-meta p {
    font-size: calc(13px * 0.95);
    clear: none;
}.customer-reviews-meta .review-lounge-meta:nth-child(n) {
    animation: fadeInUp 0.6s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
}
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}