* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1186px;
    margin: auto;
    max-width: 100%;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.segment-wrapper {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.equity_pledge {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.main_mainwrap {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.study_process {
    overflow: hidden;
    position: relative;
    background: rgb(165,184,181);
    padding: 130px 0;
}.study_process::before {
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 50%, rgb(131,149,147,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(97,115,113,0.5) 0%, transparent 40%);
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    height: 100%;
}.study_process .study_space {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.study_process .text_box_content {
    width: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    max-width: 700px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 60px 70px;
    border-radius: 24px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}.study_process .text_box_content::before {
    right: -10px;
    content: '';
    left: -10px;
    position: absolute;
    bottom: -10px;
    top: -10px;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(131,149,147,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(97,115,113,0.5)
    );
    border-radius: calc(24px + 10px);
    animation: rotate-gradient 15s linear infinite;
}.study_process .text_box_content::after {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: 3px;
    border-radius: 24px;
    background: rgb(165,184,181);
}.study_process .text_box_content h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
}.study_process .text_box_content h2::before {
    position: absolute;
    transform: translateY(5px);
    border-radius: 10px;
    opacity: 0.7;
    content: '';
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgb(131,149,147), rgb(97,115,113));
    bottom: -4px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}.study_process .text_box_content:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.study_process .text_box_content p {
    line-height: 1.8;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    z-index: 2;
}.study_process::after {
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(165,184,181));
    opacity: 0.8;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100px;
}.study_process .study_space::before {
    left: -5%;
    height: 40px;
    content: '';
    background: rgb(131,149,147);
    width: 40%;
    transform: rotate(-35deg);
    filter: blur(30px);
    top: 20%;
    position: absolute;
    animation: wave-motion 15s infinite alternate;
    opacity: 0.1;
}.study_process .study_space::after {
    width: 30%;
    background: rgb(97,115,113);
    position: absolute;
    bottom: 10%;
    transform: rotate(25deg);
    content: '';
    height: 30px;
    opacity: 0.1;
    right: -5%;
    filter: blur(25px);
    animation: wave-motion 12s infinite alternate-reverse;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.study_process .text_box_content p::after {
    position: absolute;
    width: 60px;
    bottom: -20px;
    animation: pulse 8s infinite;
    border-radius: 50%;
    content: '';
    background: rgb(131,149,147,0.5);
    right: -20px;
    opacity: 0.3;
    height: 60px;
    filter: blur(20px);
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.study_process .text_box_content p::first-line {
    color: rgb(131,149,147);
    font-weight: 600;
}.study_process .text_box_content::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.study_process .text_box_content h2::after {
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(131,149,147,0.5), 
        transparent
    );
    left: 0;
    content: '';
    bottom: -15px;
}

@media screen and (max-width: 992px) {.study_process {
    padding: 100px 0;
}.study_process .text_box_content {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.study_process {
    padding: 80px 0;
}.study_process .text_box_content {
    padding: 40px 30px;
}.study_process .text_box_content h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 25px;
}.study_process .study_space::before,
    .study_process .study_space::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.study_process {
    padding: 60px 0;
}.study_process .text_box_content {
    border-radius: calc(24px * 0.8);
    padding: 30px 20px;
}.study_process .text_box_content h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 20px;
}.study_process .text_box_content p {
    font-size: calc(12px * 0.9);
}.study_process .text_box_content::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.customer_opinions {
    background: linear-gradient(135deg, rgb(165,184,181) 0%, rgb(131,149,147,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.customer_opinions::before {
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(97,115,113,0.5) 49.5%, rgb(97,115,113,0.5) 50.5%, transparent 50.5%);
}.customer_opinions .study_space {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.customer_opinions h4 {
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: center;
    transform: skewX(-5deg);
    font-size: 29px;
    color: #000000;
    position: relative;
}.customer_opinions h4::after {
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    background: rgb(131,149,147);
    width: 100px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: -15px;
}.customer_opinions .feedback_testimonials {
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
    display: grid;
    gap: 3rem;
}.customer_opinions .rating_insights {
    background: #ffffff;
    position: relative;
    backface-visibility: hidden;
    transition: all 0.5s ease;
    transform: rotateX(10deg) rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    overflow: hidden;
    border-radius: 11px;
}.customer_opinions .rating_insights::before {
    height: 100px;
    top: 0;
    position: absolute;
    transform: translate(30%, -30%) rotate(45deg);
    width: 100px;
    content: "";
    z-index: 0;
    background: rgb(131,149,147,0.5);
    right: 0;
}.customer_opinions .rating_insights:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}.customer_opinions .rating_insights .img_expand {
    width: 80px;
    border: 4px solid #ffffff;
    margin: 0 auto 1.5rem;
    height: 80px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}.customer_opinions .rating_insights:hover .img_expand {
    transform: scale(1.1);
    border-color: rgb(131,149,147);
}.customer_opinions .rating_insights span {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1rem;
    display: block;
}.customer_opinions .rating_insights span::after {
    content: "";
    background: rgb(131,149,147);
    height: 2px;
    margin: 0.5rem auto;
    width: 40px;
    display: block;
}.customer_opinions .rating_insights p {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

@media (max-width: 992px) {.customer_opinions .feedback_testimonials {
    grid-template-columns: repeat(2, 1fr);
}.customer_opinions h4 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.customer_opinions {
    padding: 4rem 1.5rem;
}.customer_opinions .feedback_testimonials {
    grid-template-columns: 1fr;
    gap: 2rem;
}.customer_opinions h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 3rem;
}.customer_opinions .rating_insights {
    padding: 2rem;
}}.get_updates {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(165,184,181) 100%);
    padding: 5rem 2rem;
}.get_updates::before {
    animation: scanLine 4s infinite linear;
    top: 0;
    height: 1px;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(131,149,147), transparent);
    content: "";
    left: 0;
    box-shadow: 0 0 15px 2px rgb(131,149,147);
}.get_updates::after {
    filter: blur(30px);
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(131,149,147,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(97,115,113,0.5) 0%, transparent 20%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    content: "";
}.get_updates .study_space {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    perspective: 1000px;
}.get_updates .message_box {
    padding: 3rem;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    border-radius: 10px;
    transform: rotateY(-5deg);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    width: 90%;
}.get_updates .message_box:hover {
    transform: rotateY(0deg);
}.get_updates .message_box::before,
.get_updates .message_box::after {
    content: "";
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    inset: 0;
}.get_updates .message_box::before {
    animation: glowPulse 3s infinite alternate;
    opacity: 0.5;
    filter: blur(20px);
    background: linear-gradient(45deg, rgb(131,149,147), transparent 60%);
}.get_updates .message_box::after {
    box-shadow: 0 0 20px rgb(131,149,147,0.5);
    border: 1px solid rgb(131,149,147);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
    animation: borderFlash 4s infinite alternate;
}.get_updates h3 {
    position: relative;
    display: inline-block;
    font-size: 33px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(131,149,147), 0 0 20px rgb(131,149,147,0.5);
    font-weight: 700;
}.get_updates h3::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(131,149,147), transparent);
    animation: widthPulse 3s infinite alternate;
    bottom: -10px;
    content: "";
    position: absolute;
    height: 2px;
}.get_updates .input_holder {
    gap: 1.5rem;
    display: grid;
    width: 100%;
}.get_updates input[type="email"] {
    border: 1px solid rgb(97,115,113,0.5);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.2rem 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
}.get_updates input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgb(131,149,147,0.5);
    border-color: rgb(131,149,147);
}.get_updates input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.6;
}.get_updates .access_classes {
    border-radius: 10px;
    border: 1px solid rgb(131,149,147);
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(131,149,147);
    transition: all 0.3s ease;
    background: transparent;
    overflow: hidden;
    font-size: 15px;
    box-shadow: 0 0 15px rgb(131,149,147,0.5);
    cursor: pointer;
    font-weight: 600;
}.get_updates .access_classes::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(131,149,147), rgb(97,115,113));
    inset: 0;
    content: "";
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
}.get_updates .access_classes:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgb(131,149,147);
}.get_updates .access_classes:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(131,149,147);
        box-shadow: 0 0 20px rgb(131,149,147,0.5);
    }
    91%, 100% {
        border-color: rgb(97,115,113);
        box-shadow: 0 0 25px rgb(97,115,113);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.get_updates {
    padding: 7rem 3rem;
}.get_updates .message_box {
    width: 80%;
    padding: 4rem;
}.get_updates .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.get_updates {
    padding: 4rem 1.5rem;
}.get_updates h3 {
    font-size: 18px;
}.get_updates .message_box {
    padding: 2rem;
    transform: rotateY(0deg);
    width: 100%;
}.get_updates .input_holder {
    grid-template-columns: 1fr;
}.get_updates .access_classes {
    width: 100%;
}}.thxSection {
    background: linear-gradient(135deg, rgb(165,184,181) 0%, rgb(97,115,113,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.thxSection::before {
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
    background: radial-gradient(circle at 75% 25%, rgb(131,149,147,0.5) 0%, transparent 50%);
}.thxSection::after {
    right: -5rem;
    transform: rotate(-15deg);
    width: 15rem;
    background: linear-gradient(225deg, rgb(97,115,113) 0%, transparent 70%);
    height: 15rem;
    z-index: 0;
    opacity: 0.15;
    bottom: -5rem;
    content: "";
    position: absolute;
}.thxSection .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}.thxSection .study_space {
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: relative;
    gap: 2.5rem;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-20px);
}.thxSection .study_space > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}.thxSection .study_space > div:first-child::before {
    left: -2rem;
    position: absolute;
    content: "";
    height: 50%;
    background: rgb(131,149,147);
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
}.thxSection .study_space > div:last-child {
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    position: relative;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    opacity: 0;
}.thxSection .study_space > div:last-child::after {
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, rgb(131,149,147), rgb(97,115,113));
    transform-origin: left;
    height: 4px;
}.thxSection h5 {
    color: #000000;
    transform: translateY(0);
    padding-left: 1rem;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    margin: 0;
    transition: transform 0.4s ease;
}.thxSection p {
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
}.thxSection a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
}.thxSection a:hover {
    transform: translateY(-5px);
}.thxSection a:hover p {
    color: rgb(131,149,147);
}.thxSection a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(131,149,147,0.5);
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thxSection {
    padding: 6rem 0;
}.thxSection .study_space {
    gap: 3.5rem;
}.thxSection .study_space > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.thxSection h5 {
    font-size: calc(18px * 1.2);
    padding-left: 1.5rem;
}.thxSection .study_space > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}

@media (min-width: 992px) {.thxSection {
    padding: 8rem 0;
}.thxSection .container {
    padding: 0 2rem;
}.thxSection .study_space {
    gap: 4rem;
}.thxSection .study_space > div:first-child {
    padding-left: 2rem;
}.thxSection .study_space > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.thxSection h5 {
    font-size: calc(18px * 1.4);
    padding-left: 2rem;
}.thxSection .study_space > div:last-child {
    margin-left: 6rem;
    padding: 4rem;
    max-width: 80%;
}.thxSection p {
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 1200px) {.thxSection .study_space > div:last-child {
    padding: 4.5rem;
    margin-left: 8rem;
    max-width: 75%;
}.thxSection h5 {
    font-size: calc(18px * 1.5);
}
}

@media (max-width: 767px) {.thxSection {
    padding: 3rem 0;
}.thxSection .study_space > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.thxSection h5 {
    padding-left: 0.75rem;
    font-size: calc(18px * 0.9);
}.thxSection .study_space > div:last-child {
    padding: 1.75rem;
}}.program_outcomes {
    background: linear-gradient(135deg, rgb(165,184,181) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.program_outcomes::before {
    right: -5%;
    position: absolute;
    top: -10%;
    width: 300px;
    background: radial-gradient(circle, rgb(97,115,113,0.5) 0%, transparent 70%);
    z-index: 0;
    filter: blur(40px);
    height: 300px;
    content: '';
}.program_outcomes::after {
    z-index: 0;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(131,149,147,0.5) 0%, transparent 70%);
    left: -5%;
    height: 250px;
    content: '';
    bottom: -10%;
    position: absolute;
    width: 250px;
}.program_outcomes .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.program_outcomes .study_space {
    display: flex;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 248, 252, 0.8));
    border-radius: 12px;
    backdrop-filter: blur(10px);
    padding: 30px;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column-reverse;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.program_outcomes .study_space:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03),
                -15px -15px 30px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(0deg);
}.program_outcomes .text_box_content {
    position: relative;
    z-index: 2;
}.program_outcomes h4 {
    display: inline-block;
    margin-bottom: 25px;
    transform: translateZ(10px);
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.program_outcomes h4::after {
    width: 60px;
    left: 0;
    background: rgb(97,115,113);
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    content: '';
    height: 3px;
    bottom: -8px;
    transition: transform 0.5s ease-out;
}.program_outcomes .study_space:hover h4::after {
    transform: scaleX(1);
}.program_outcomes .text_box_content > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.program_outcomes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.program_outcomes li {
    transform: translateX(-10px);
    opacity: 0;
    animation: slideIn 0.5s forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
    margin-bottom: 15px;
}.program_outcomes li:nth-child(1) {
    --i: 1;
}.program_outcomes li:nth-child(2) {
    --i: 2;
}.program_outcomes li:nth-child(3) {
    --i: 3;
}.program_outcomes li:nth-child(4) {
    --i: 4;
}.program_outcomes li:nth-child(5) {
    --i: 5;
}.program_outcomes li p {
    gap: 15px;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 8px;
    color: #000000;
    font-size: 17px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03),
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    display: flex;
    background: linear-gradient(145deg, #ffffff, #f0f0f5);
    padding: 12px 15px;
}.program_outcomes li p:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.05),
                -8px -8px 15px rgba(255, 255, 255, 0.9);
}.program_outcomes li p span:first-child {
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}.program_outcomes li p span:last-child {
    line-height: 1.5;
}.program_outcomes svg {
    transition: transform 0.3s ease;
    transform-origin: center;
    width: 24px;
    height: 24px;
}.program_outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.program_outcomes svg path {
    fill: rgb(97,115,113);
    transition: fill 0.3s ease;
}.program_outcomes li:hover svg path {
    fill: rgb(131,149,147);
}.program_outcomes .img_expand {
    height: auto;
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
}.program_outcomes .study_space:hover .img_expand {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.program_outcomes {
    padding: 100px 0;
}.program_outcomes .study_space {
    align-items: center;
    padding: 50px;
    flex-direction: row;
    gap: 60px;
}.program_outcomes .text_box_content {
    flex: 1;
}.program_outcomes .text_box_content > div {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}.program_outcomes .text_box_content > div > div {
    min-width: 280px;
    flex: 1;
}.program_outcomes h4 {
    font-size: 29px;
    margin-bottom: 35px;
}.program_outcomes .img_expand {
    width: 40%;
    height: 400px;
    transform: perspective(1000px) rotateY(-8deg) translateZ(20px);
    object-position: center;
}
}

@media (min-width: 992px) {.program_outcomes .study_space {
    padding: 60px;
}.program_outcomes .img_expand {
    width: 45%;
    height: 450px;
}.program_outcomes li p {
    padding: 16px 20px;
}
}

@media (min-width: 1200px) {.program_outcomes .study_space {
    gap: 80px;
    padding: 70px;
}.program_outcomes h4 {
    margin-bottom: 45px;
}.program_outcomes .img_expand {
    height: 500px;
}
}

@media (hover: none) {.program_outcomes .study_space,
    .program_outcomes .study_space:hover,
    .program_outcomes .img_expand,
    .program_outcomes .study_space:hover .img_expand {
    transform: none;
}}.course_program_details {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,184,181) 40%, rgb(131,149,147,0.5) 140%);
}.course_program_details::before {
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.07;
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.course_program_details::after {
    height: 200%;
    background: radial-gradient(circle at center, rgb(131,149,147,0.5) 10%, transparent 70%);
    top: -50%;
    pointer-events: none;
    right: -20%;
    position: absolute;
    opacity: 0.1;
    width: 60%;
    content: "";
    transform: rotate(-15deg);
}.course_program_details .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.course_program_details .program_map {
    background: #ffffff;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(131,149,147);
    transform: perspective(1200px) rotateY(-2deg);
    flex-direction: column;
}.course_program_details .program_map:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_program_details .img_expand {
    transform-origin: center center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    overflow: hidden;
    height: 300px;
}.course_program_details .img_expand::before {
    right: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    opacity: 0.7;
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
}.course_program_details .img_expand::after {
    content: "";
    transition: transform 0.5s ease;
    top: -10%;
    height: 120%;
    background: rgb(131,149,147);
    opacity: 0.2;
    mix-blend-mode: overlay;
    transform: scale(1.05);
    width: 120%;
    left: -10%;
    position: absolute;
}.course_program_details .program_map:hover .img_expand::after {
    transform: scale(1);
}.course_program_details .text_box_content {
    padding: 40px;
    background: #ffffff;
    position: relative;
}.course_program_details .text_box_content::before {
    width: 100px;
    top: 0;
    height: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(131,149,147) 0%, transparent 100%);
    content: "";
}.course_program_details h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.4;
    transform-origin: left center;
    font-size: calc(19px * 1.1);
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    position: relative;
}.course_program_details .program_map:hover h3 {
    transform: translateX(5px);
    color: rgb(131,149,147);
}.course_program_details p.description {
    line-height: 1.75;
    max-height: 250px;
    color: #000000;
    position: relative;
    margin-bottom: 24px;
    padding-right: 15px;
    overflow-y: auto;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.course_program_details p.description::-webkit-scrollbar {
    width: 4px;
}.course_program_details p.description::-webkit-scrollbar-track {
    background: rgb(165,184,181);
}.course_program_details p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(131,149,147,0.5);
}.course_program_details span.description {
    display: none;
}.course_program_details .text_box_content div {
    position: relative;
}.course_program_details .text_box_content div::after {
    bottom: 0;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    width: 100%;
    opacity: 0.8;
    left: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    height: 40px;
}

@media (min-width: 768px) {.course_program_details .program_map {
    flex-direction: row;
    max-height: 600px;
}.course_program_details .img_expand {
    width: 45%;
    transform: translateX(-10px);
    height: auto;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.course_program_details .program_map:hover .img_expand {
    transform: translateX(0);
}.course_program_details .text_box_content {
    justify-content: center;
    width: 55%;
    flex-direction: column;
    display: flex;
}.course_program_details h3 {
    font-size: 19px;
}.course_program_details p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_details {
    padding: 150px 0;
}.course_program_details .program_map {
    max-height: 550px;
}.course_program_details .img_expand {
    transform: translateX(-20px);
}.course_program_details .text_box_content {
    padding: 60px;
}.course_program_details h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.course_program_details p.description {
    line-height: 1.8;
    max-height: 300px;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .program_map {
    transform: perspective(1200px) rotateY(0deg);
}.course_program_details .text_box_content {
    padding: 30px 20px;
}.course_program_details h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.95);
}.course_program_details p.description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course_program_details {
    padding: 60px 0;
}.course_program_details .img_expand {
    height: 200px;
}.course_program_details .text_box_content {
    padding: 25px 15px;
}.course_program_details h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}}header {
    width: 100%;
    padding: 0;
    z-index: 100;
    background: linear-gradient(135deg, rgb(131,149,147,0.5), rgb(97,115,113,0.5));
    position: relative;
}header::before {
    z-index: 0;
    top: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
}header .container {
    z-index: 1;
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding: 0 2%;
    position: relative;
}header .header_sitebar {
    padding: 1.5rem 0;
    overflow: hidden;
    margin: 1rem 0;
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
    border-radius: 17px;
    flex-direction: column;
    background: #ffffff;
}header .header_sitebar::before {
    content: '';
    width: 100%;
    background: linear-gradient(to right, rgb(131,149,147), rgb(97,115,113));
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}header .top_section {
    padding: 0 0 1rem 0;
    display: flex;
    position: relative;
    justify-content: center;
    text-decoration: none;
}header .top_section::after {
    background: linear-gradient(to right, transparent, rgb(131,149,147,0.5), rgb(97,115,113,0.5), rgb(131,149,147,0.5), transparent);
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20%;
}header .top_section svg {
    transition: all 0.3s ease;
    height: auto;
    width: 180px;
}header .top_section:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .site_navbar {
    max-width: 90%;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 2rem 0;
    display: flex;
}header .main_learn {
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
    background: linear-gradient(to bottom, #ffffff, rgb(165,184,181));
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-family: Arial, sans-serif;
}header .main_learn::before {
    left: 0;
    height: 0;
    z-index: -1;
    transition: height 0.3s ease;
    position: absolute;
    background: linear-gradient(to top, rgb(131,149,147,0.5), transparent);
    width: 100%;
    bottom: 0;
    content: '';
}header .main_learn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(131,149,147);
}header .main_learn:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .header_sitebar {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .top_section {
    padding: 0 0 0.8rem 0;
}header .top_section svg {
    width: 160px;
}header .site_navbar {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .main_learn {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .header_sitebar {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .top_section {
    padding: 0 0 0.7rem 0;
}header .top_section svg {
    width: 140px;
}header .site_navbar {
    max-width: 95%;
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
}header .main_learn {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .header_sitebar {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .top_section {
    padding: 0 0 0.6rem 0;
}header .top_section svg {
    width: 120px;
}header .site_navbar {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
}header .site_navbar::-webkit-scrollbar {
    height: 3px;
}header .site_navbar::-webkit-scrollbar-thumb {
    background: rgb(131,149,147);
    border-radius: 10px;
}header .main_learn {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}.cookieWarningMessage {
    align-items: center;
    position: fixed;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(131,149,147);
    padding: 1rem 0;
    background: rgb(165,184,181);
    display: flex;
    width: 100%;
    bottom: 0;
    z-index: 90;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}#cookieWarningAlert {
    display: none;
}#cookieWarningAlert:checked ~ .cookieWarningMessage {
    visibility: hidden;
    opacity: 0;
}.cookieWarningMessage .container {
    position: relative;
    flex-wrap: wrap;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 1rem;
}.manage_cookies {
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
    display: flex;
}.manage_cookies svg {
    height: 50px;
    fill: rgb(131,149,147);
    width: 50px;
}.digital_tracking {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.digital_tracking h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(131,149,147);
}.digital_tracking p {
    color: #000000;
    font-size: 1rem;
}.policy_ack {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: rgb(131,149,147);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
}.cookie_button.cookie_guard {
    background: rgb(131,149,147);
}.cookie_button.learn_prefs {
    background: #000000;
    margin-left: 0.5rem;
}.policy_ack:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.learn_prefs:hover {
    background: rgb(131,149,147);
}.cookieWarningMessage p a {
    text-decoration: underline;
    color: rgb(131,149,147);
    transition: color 0.3s ease;
}.cookieWarningMessage p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieWarningMessage .container {
    align-items: center;
    flex-direction: column;
}.manage_cookies {
    margin-right: 0;
    margin-bottom: 1rem;
}.digital_tracking {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.learn_prefs {
    margin-top: 0.5rem;
    margin-left: 0;
}}
footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.9;
    z-index: -2;
    right: 0;
    background: linear-gradient(145deg, rgb(165,184,181) 0%, rgb(131,149,147,0.5) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}footer::after {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(131,149,147,0.5), rgb(131,149,147,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(131,149,147,0.5), rgb(131,149,147,0.5) 1px, transparent 1px, transparent 20px);
    bottom: 0;
    left: 0;
    opacity: 0.1;
}.equity_pledge {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}.equity_pledge::after {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(131,149,147), rgb(97,115,113));
    height: 6px;
    left: 0;
    width: 100%;
}.equity_pledge .container {
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.equity_pledge .company_holder {
    padding: 2rem 2.5rem;
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    flex: 1 1 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.equity_pledge .company_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 5px;
    background: rgb(131,149,147);
    left: 0;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}.equity_pledge .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    color: rgb(131,149,147);
    font-size: 33px;
    letter-spacing: 0.5px;
    font-weight: 700;
}.equity_pledge .company_holder h3::after {
    content: "";
    position: absolute;
    background: rgb(97,115,113);
    left: 0;
    bottom: -0.5rem;
    height: 3px;
    width: 80px;
}.equity_pledge .footer_clients {
    background: rgb(165,184,181);
    font-size: 12px;
    border-left: 3px solid rgb(97,115,113);
    padding: 1.5rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    border-radius: 10px;
}.equity_pledge .music_edu {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.equity_pledge .top_learn {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.equity_pledge .site_navbar {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    background: #ffffff;
    border-radius: 22px;
}.equity_pledge .site_navbar h5 {
    padding: 1rem 1.5rem;
    font-size: 18px;
    background: rgb(97,115,113);
    margin: 0;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.equity_pledge .site_navbar .top_learn {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    gap: 0;
}.equity_pledge .site_navbar .top_learn a {
    position: relative;
    align-items: center;
    display: flex;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}.equity_pledge .site_navbar .top_learn a::before {
    width: 0;
    left: 0;
    background: rgb(165,184,181);
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
}.equity_pledge .site_navbar .top_learn a::after {
    left: 1.5rem;
    transition: all 0.3s ease;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    opacity: 0;
    height: 5px;
    transform: translateY(-50%);
    background: rgb(97,115,113);
    width: 5px;
}.equity_pledge .site_navbar .top_learn a:hover {
    color: rgb(131,149,147);
    padding-left: 2.2rem;
}.equity_pledge .site_navbar .top_learn a:hover::before {
    width: 100%;
}.equity_pledge .site_navbar .top_learn a:hover::after {
    opacity: 1;
}.desktop_app {
    margin-top: 3rem;
    position: relative;
    background: rgb(165,184,181);
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.desktop_app::before {
    background: linear-gradient(90deg, transparent, rgb(131,149,147,0.5), transparent);
    left: 10%;
    top: 0;
    position: absolute;
    content: "";
    right: 10%;
    height: 1px;
}.desktop_app .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.desktop_app .green_edu {
    text-align: center;
    font-weight: 400;
    padding: 0.8rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    border-radius: 50px;
    color: #000000;
    background: #ffffff;
}

@media (max-width: 1200px) {.equity_pledge .container {
    gap: 2rem;
}.equity_pledge .company_holder {
    flex: 1 1 360px;
}.equity_pledge .music_edu {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.equity_pledge .top_learn {
    gap: 2rem;
}
}

@media (max-width: 992px) {.equity_pledge {
    padding: 3.5rem 0 2rem;
}.equity_pledge .container {
    flex-direction: column;
    gap: 2.5rem;
}.equity_pledge .company_holder,
    .equity_pledge .music_edu {
    flex: 1 1 100%;
    min-width: 100%;
}.equity_pledge .site_navbar {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.equity_pledge {
    padding: 3rem 0 1.5rem;
}.equity_pledge .top_learn {
    gap: 1.5rem;
}.equity_pledge .company_holder {
    padding: 2rem;
}.equity_pledge .company_holder h3 {
    font-size: calc(33px - 2px);
}.desktop_app {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.equity_pledge {
    padding: 2.5rem 0 1rem;
}.equity_pledge .container {
    gap: 1.5rem;
}.equity_pledge .site_navbar {
    flex: 1 1 100%;
    min-width: 100%;
}.equity_pledge .top_learn {
    gap: 1rem;
}.equity_pledge .company_holder {
    padding: 1.5rem;
}.equity_pledge .footer_clients {
    padding: 1.2rem;
}.desktop_app {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.equity_pledge .company_holder h3::after {
    width: 50px;
}.equity_pledge .site_navbar .top_learn a:hover {
    padding-left: 2rem;
}.desktop_app .green_edu {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.education_experience {
    min-height: 700px;
    background: linear-gradient(150deg, rgb(165,184,181) 0%, #000000 100%);
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
}.education_experience::before {
    background-size: 150px 150px;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(131,149,147,0.5) 85%, rgb(131,149,147,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(97,115,113,0.5) 85%, rgb(97,115,113,0.5) 88%, transparent 88%);
    position: absolute;
    animation: gridFlow 20s linear infinite;
}.education_experience .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1300px;
}.education_experience .rating_insights {
    grid-template-rows: auto auto 1fr;
    min-height: 580px;
    gap: 20px 30px;
    display: grid;
    position: relative;
    background: transparent;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
}.education_experience .rating_insights::before {
    opacity: 0.3;
    transform: translateY(-50%);
    filter: blur(40px);
    content: "";
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    right: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(131,149,147,0.5) 0%, transparent 50%);
    height: 90%;
    top: 50%;
    border-radius: 24px;
    position: absolute;
    left: 0;
}.education_experience .rating_insights::after {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 24px;
    height: 100%;
}.education_experience .img_expand {
    transform: scale(1);
    overflow: hidden;
    grid-area: photo;
    border-radius: 24px 0 0 24px;
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}.education_experience .rating_insights:hover .img_expand {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.education_experience .img_expand::before {
    top: 0;
    content: "";
    background: rgb(131,149,147);
    animation: pulseOpacity 3s ease-in-out infinite;
    z-index: 3;
    position: absolute;
    opacity: 0.7;
    width: 10px;
    height: 100%;
    left: 0;
}.education_experience .name {
    margin-top: 80px;
    position: relative;
    grid-area: name;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    color: #ffffff;
    align-self: end;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding-bottom: 10px;
    font-size: 29px;
    transform: translateX(0);
    font-weight: 700;
}.education_experience .rating_insights:hover .name {
    transform: translateX(15px);
}.education_experience .name::after {
    width: 0;
    background: rgb(131,149,147);
    position: absolute;
    left: 0;
    transition: width 0.5s ease;
    content: "";
    bottom: 0;
    height: 2px;
}.education_experience .rating_insights:hover .name::after {
    width: 60%;
}.education_experience .rating_insights span:not(.name) {
    z-index: 3;
    backdrop-filter: blur(5px);
    grid-area: job;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    color: rgb(97,115,113);
    font-size: 22px;
    align-self: start;
    font-weight: 600;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}.education_experience .rating_insights:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.education_experience .work_card {
    line-height: 1.8;
    border-radius: 24px;
    font-size: 13px;
    align-self: start;
    grid-area: quote;
    border-left: 4px solid rgb(97,115,113);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    width: 95%;
    color: #ffffff;
    transform: translateY(0);
    margin-right: 0;
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: relative;
    padding: 2rem;
}.education_experience .rating_insights:hover .work_card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.education_experience .container::after {
    height: 300px;
    position: absolute;
    right: -150px;
    filter: blur(70px);
    bottom: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    content: "";
    width: 300px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(97,115,113,0.5) 0%, transparent 70%);
    z-index: -1;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.education_experience .rating_insights {
    grid-template-areas:
            "img_expand"
            "name"
            "past_experience"
            "work_card";
    gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.education_experience .img_expand {
    height: 350px;
    border-radius: 24px 24px 0 0;
}.education_experience .img_expand::before {
    height: 10px;
    width: 100%;
}.education_experience .name {
    text-align: center;
    margin-top: 0;
}.education_experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.education_experience .rating_insights:hover .name {
    transform: translateY(-5px);
}.education_experience .rating_insights span:not(.name) {
    margin: 0 auto;
}.education_experience .rating_insights:hover span:not(.name) {
    transform: translateY(-5px);
}.education_experience .work_card {
    border-left: none;
    border-top: 4px solid rgb(97,115,113);
    margin: 0 auto;
    width: 90%;
}.education_experience .rating_insights:hover .work_card {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education_experience {
    padding: 5rem 0;
}.education_experience .img_expand {
    height: 250px;
}.education_experience .name {
    font-size: 22px;
}.education_experience .rating_insights span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 13px;
}.education_experience .work_card {
    line-height: 1.6;
    padding: 1.5rem;
    width: 95%;
    font-size: calc(13px * 0.9);
}}.title_portal {
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: #000000;
}.title_portal .study_space {
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
    height: 100vh;
}.title_portal .edu_entry {
    height: 100%;
    width: 100%;
    position: relative;
}.title_portal .edu_entry input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}.title_portal .tech_study {
    height: 100%;
    width: 100%;
    position: relative;
}.title_portal .page_lead {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    visibility: hidden;
    left: 0;
}.title_portal .page_lead img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.7);
}.title_portal .start_begin {
    gap: 15px;
    bottom: 40px;
    position: absolute;
    z-index: 10;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}.title_portal .start_begin label {
    background: #ffffff;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border-radius: 50%;
}.title_portal .start_begin label:hover {
    opacity: 0.8;
}.title_portal .text_box_content {
    bottom: 80px;
    position: absolute;
    left: 0;
    z-index: 5;
    width: 100%;
}.title_portal .text_box_content .container {
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px;
    border-left: 4px solid rgb(131,149,147);
}.title_portal .text_box_content h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}.title_portal .text_box_content h3 {
    font-size: 19px;
    color: rgb(131,149,147);
    font-weight: 600;
    margin-bottom: 20px;
}.title_portal .text_box_content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}.title_portal .edu_entry input:nth-child(1):checked ~ .tech_study .page_lead:nth-child(1),
.title_portal .edu_entry input:nth-child(2):checked ~ .tech_study .page_lead:nth-child(2),
.title_portal .edu_entry input:nth-child(3):checked ~ .tech_study .page_lead:nth-child(3),
.title_portal .edu_entry input:nth-child(4):checked ~ .tech_study .page_lead:nth-child(4),
.title_portal .edu_entry input:nth-child(5):checked ~ .tech_study .page_lead:nth-child(5),
.title_portal .edu_entry input:nth-child(6):checked ~ .tech_study .page_lead:nth-child(6),
.title_portal .edu_entry input:nth-child(7):checked ~ .tech_study .page_lead:nth-child(7),
.title_portal .edu_entry input:nth-child(8):checked ~ .tech_study .page_lead:nth-child(8),
.title_portal .edu_entry input:nth-child(9):checked ~ .tech_study .page_lead:nth-child(9),
.title_portal .edu_entry input:nth-child(10):checked ~ .tech_study .page_lead:nth-child(10) {
    z-index: 2;
    visibility: visible;
}.title_portal .edu_entry input:nth-child(1):checked ~ .start_begin label:nth-child(1),
.title_portal .edu_entry input:nth-child(2):checked ~ .start_begin label:nth-child(2),
.title_portal .edu_entry input:nth-child(3):checked ~ .start_begin label:nth-child(3),
.title_portal .edu_entry input:nth-child(4):checked ~ .start_begin label:nth-child(4),
.title_portal .edu_entry input:nth-child(5):checked ~ .start_begin label:nth-child(5),
.title_portal .edu_entry input:nth-child(6):checked ~ .start_begin label:nth-child(6),
.title_portal .edu_entry input:nth-child(7):checked ~ .start_begin label:nth-child(7),
.title_portal .edu_entry input:nth-child(8):checked ~ .start_begin label:nth-child(8),
.title_portal .edu_entry input:nth-child(9):checked ~ .start_begin label:nth-child(9),
.title_portal .edu_entry input:nth-child(10):checked ~ .start_begin label:nth-child(10) {
    background: rgb(131,149,147);
    opacity: 1;
}.title_portal::before {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%,
        #000000 100%
    );
    content: '';
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 991px) {.title_portal .text_box_content {
    bottom: 60px;
}.title_portal .text_box_content .container {
    padding: 25px;
    margin: 0 20px;
    max-width: 700px;
}.title_portal .start_begin {
    bottom: 30px;
}
}

@media (max-width: 767px) {.title_portal .study_space {
    min-height: 100vh;
    height: auto;
}.title_portal .edu_entry {
    height: 60vh;
}.title_portal .text_box_content {
    padding: 30px 0;
    bottom: auto;
    position: relative;
}.title_portal .text_box_content .container {
    max-width: none;
    margin: 0 15px;
}.title_portal .text_box_content h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 12px;
}.title_portal .text_box_content h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.85);
}.title_portal .text_box_content p {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 575px) {.title_portal .edu_entry {
    height: 50vh;
}.title_portal .text_box_content {
    padding: 25px 0;
}.title_portal .text_box_content .container {
    margin: 0 10px;
    padding: 20px;
}.title_portal .start_begin {
    gap: 10px;
    bottom: 20px;
}.title_portal .start_begin label {
    width: 10px;
    height: 10px;
}.title_portal .text_box_content h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 10px;
}.title_portal .text_box_content h3 {
    margin-bottom: 12px;
    font-size: calc(19px * 0.7);
}.title_portal .text_box_content p {
    font-size: calc(16px * 0.8);
    line-height: 1.5;
}}.contact_us {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(165,184,181);
    z-index: 1;
}.contact_us::before {
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    opacity: 0.5;
    background-blend-mode: multiply;
}.contact_us .img_expand {
    z-index: 0;
    height: 100%;
    left: 0;
    opacity: 0.07;
    filter: contrast(1.2) saturate(0.8);
    top: 0;
    width: 100%;
    position: absolute;
}.contact_us .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.contact_us h3 {
    letter-spacing: 1px;
    color: #000000;
    font-size: 37px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
}.contact_us .request_info {
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
}.contact_us .message_feedback {
    position: relative;
    background: #ffffff;
    display: flex;
    padding: 80px;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    flex: 1 1 55%;
}.contact_us .message_feedback::before {
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.contact_us .message_feedback #contact {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.contact_us .message_feedback h3 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
    color: #000000;
}.contact_us .message_feedback input[type="text"],
.contact_us .message_feedback textarea {
    transition: all 0.3s ease;
    width: 100%;
    padding: 20px 25px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    border: none;
    border-radius: 50px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}.contact_us .message_feedback textarea {
    border-radius: 25px;
    padding-top: 25px;
    resize: vertical;
    height: 150px;
}.contact_us .message_feedback input[type="text"]:focus,
.contact_us .message_feedback textarea:focus {
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(131,149,147,0.5);
    background-color: rgba(0, 0, 0, 0.015);
}.contact_us .message_feedback .reach_grid {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_us .message_feedback .reach_grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us .message_feedback .reach_grid label {
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(12px - 2px);
    color: #000000;
    position: relative;
    padding-left: 35px;
}.contact_us .message_feedback .reach_grid label::before {
    content: '';
    transition: all 0.3s ease;
    background-color: transparent;
    width: 22px;
    height: 22px;
    top: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    left: 0;
    position: absolute;
    border-radius: 50%;
}.contact_us .message_feedback .reach_grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(131,149,147);
    background-color: rgb(131,149,147);
}.contact_us .message_feedback .reach_grid input[type="checkbox"]:checked + label::after {
    width: 8px;
    border-bottom: 2px solid #ffffff;
    height: 5px;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    content: '';
    border-left: 2px solid #ffffff;
    left: 7px;
}.contact_us .message_feedback .reach_grid a {
    color: rgb(131,149,147);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact_us .message_feedback .reach_grid a:hover {
    color: rgb(97,115,113);
}.contact_us .message_feedback .connect_card {
    background: rgb(131,149,147);
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    padding: 18px;
    font-weight: 400;
    position: relative;
    border: none;
    display: block;
}.contact_us .message_feedback .connect_card::before {
    transition: all 0.6s ease;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    left: -100%;
    top: 0;
}.contact_us .message_feedback .connect_card:hover {
    background: rgb(97,115,113);
    box-shadow: 0 5px 15px rgb(131,149,147,0.5);
    transform: translateY(-2px);
}.contact_us .message_feedback .connect_card:hover::before {
    left: 100%;
}.contact_us .connect_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 45%;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(131,149,147) 0%, rgb(97,115,113) 100%);
    padding: 80px 60px;
    position: relative;
}.contact_us .connect_box::before {
    content: '';
    position: absolute;
    top: -50%;
    height: 200%;
    width: 200%;
    z-index: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    opacity: 0.7;
    left: -50%;
    background-size: 250px 250px;
}.contact_us .connect_box h4 {
    font-size: 23px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
    font-weight: 300;
    z-index: 1;
}.contact_us .connect_box .query_info {
    list-style: none;
    margin: 0 auto;
    z-index: 1;
    max-width: 300px;
    padding: 0;
    position: relative;
}.contact_us .connect_box .query_info li {
    align-items: center;
    position: relative;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    display: flex;
}.contact_us .connect_box .query_info li:last-child {
    margin-bottom: 0;
}.contact_us .connect_box .query_info li:hover {
    transform: translateX(5px);
}.contact_us .connect_box .query_info li svg {
    height: 22px;
    width: 22px;
    opacity: 0.9;
    flex-shrink: 0;
    margin-right: 20px;
}.contact_us .connect_box .query_info li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_us .connect_box .query_info li span {
    line-height: 1.5;
    position: relative;
    color: #ffffff;
    font-size: 12px;
}.contact_us .connect_box .query_info li span::after {
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    bottom: -8px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    left: 0;
}.contact_us .connect_box .query_info li:hover span::after {
    width: 100%;
}.contact_us .connect_box .query_info li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_us .connect_box .query_info li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_us {
    padding: 80px 0;
}.contact_us .request_info {
    flex-direction: column;
}.contact_us .message_feedback,
    .contact_us .connect_box {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@media (max-width: 768px) {.contact_us {
    padding: 60px 0;
}.contact_us h3 {
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.contact_us .message_feedback h3,
    .contact_us .connect_box h4 {
    font-size: calc(23px - 2px);
    margin-bottom: 30px;
}.contact_us .message_feedback input[type="text"],
    .contact_us .message_feedback textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.contact_us .message_feedback textarea {
    height: 120px;
}.contact_us .message_feedback .connect_card {
    padding: 16px;
}.contact_us .connect_box .query_info li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_us {
    padding: 50px 0;
}.contact_us .message_feedback,
    .contact_us .connect_box {
    padding: 40px 25px;
}.contact_us h3 {
    font-size: calc(37px - 6px);
}.contact_us .message_feedback .reach_grid label {
    font-size: calc(12px - 3px);
}.contact_us .request_info {
    border-radius: 20px;
}.contact_us .message_feedback input[type="text"],
    .contact_us .message_feedback textarea {
    border-radius: 25px;
}.contact_us .message_feedback textarea {
    border-radius: 20px;
}}.privacy_reservoir {
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(131,149,147,0.5);
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.privacy_reservoir h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid rgb(97,115,113);
}.privacy_reservoir h2 {
    font-size: 31px;
    color: rgb(97,115,113);
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}.privacy_reservoir h3, .privacy_reservoir h4, .privacy_reservoir h5, .privacy_reservoir h6 {
    margin-top: 25px;
    color: #000000;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 400;
}.privacy_reservoir ul, .privacy_reservoir ol {
    background-color: #ffffff;
    padding-left: 20px;
    padding: 15px 0;
    list-style-position: inside;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.privacy_reservoir li {
    color: #000000;
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
}.privacy_reservoir section {
    border-radius: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 20px;
}.privacy_reservoir p, .privacy_reservoir span, .privacy_reservoir div {
    line-height: 1.8;
    border-left: 3px solid rgb(131,149,147);
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: rgb(131,149,147,0.5);
    border-radius: 10px;
    font-weight: 300;
    padding: 5px 10px;
}

@media only screen and (max-width: 800px) {.privacy_reservoir {
    padding: 20px;
}.privacy_reservoir h1 {
    font-size: calc(21px - 10%);
}.privacy_reservoir h2 {
    font-size: calc(21px - 10%);
}.privacy_reservoir h3, .privacy_reservoir h4, .privacy_reservoir h5, .privacy_reservoir h6 {
    font-size: calc(21px - 10%);
}.privacy_reservoir li {
    font-size: calc(16px - 10%);
}}.check_it_out_now {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(120deg, rgb(131,149,147) 0%, rgb(97,115,113) 100%);
    perspective: 1000px;
}.check_it_out_now::before {
    top: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.check_it_out_now::after {
    animation: constellation 60s linear infinite;
    height: 200%;
    width: 200%;
    content: "";
    top: -50%;
    left: -50%;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
}.check_it_out_now .container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    transform: translateZ(30px);
    flex-direction: column;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.check_it_out_now h6 {
    font-size: calc(20px * 1.25);
    font-weight: 700;
    transform: translateY(-10px);
    max-width: 800px;
    line-height: 1.6;
    letter-spacing: 0.015em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 3rem;
}.check_it_out_now div > span {
    display: inline-block;
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(10deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.check_it_out_now div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}.check_it_out_now .connect_card {
    position: relative;
    transform: translateY(-5px);
    font-weight: 600;
    color: rgb(131,149,147);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
    background: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 1rem 2.5rem;
    opacity: 0;
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.check_it_out_now .connect_card::before {
    height: 120%;
    content: "";
    position: absolute;
    top: -10%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    left: -10%;
    transform: translateX(-100%);
    width: 120%;
}.check_it_out_now .connect_card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
    color: rgb(97,115,113);
}.check_it_out_now .connect_card:hover::before {
    transform: translateX(100%);
}.check_it_out_now .connect_card span {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    display: inline-block;
}.check_it_out_now .connect_card:hover span {
    transform: scale(1.05);
}.check_it_out_now div {
    align-items: center;
    justify-content: center;
    display: flex;
}

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

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

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

@media (max-width: 1200px) {.check_it_out_now {
    padding: 6rem 0;
}.check_it_out_now h6 {
    max-width: 700px;
    font-size: calc(20px * 1.15);
}
}

@media (max-width: 992px) {.check_it_out_now {
    padding: 5rem 0;
}.check_it_out_now h6 {
    margin-bottom: 2.5rem;
    max-width: 600px;
    font-size: 20px;
}
}

@media (max-width: 768px) {.check_it_out_now {
    padding: 4rem 0;
}.check_it_out_now .container {
    padding: 0 1.5rem;
}.check_it_out_now h6 {
    font-size: calc(20px * 0.95);
    margin-bottom: 2rem;
    max-width: 100%;
}.check_it_out_now .connect_card {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.check_it_out_now {
    padding: 3.5rem 0;
}.check_it_out_now .container {
    padding: 0 1rem;
}.check_it_out_now h6 {
    margin-bottom: 1.75rem;
    line-height: 1.5;
    font-size: calc(20px * 0.9);
}.check_it_out_now .connect_card {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 375px) {.check_it_out_now {
    padding: 3rem 0;
}.check_it_out_now h6 {
    font-size: calc(20px * 0.85);
    margin-bottom: 1.5rem;
}.check_it_out_now .connect_card {
    padding: 0.75rem 1.6rem;
    font-size: calc(14px * 0.9);
}
}

@media (hover: none) {.check_it_out_now div > span {
    transform: none !important;
}.check_it_out_now .connect_card:hover {
    transform: none;
}.check_it_out_now .connect_card:hover span {
    transform: none;
}}.price_deck_grid {
    position: relative;
    overflow: hidden;
    background: rgb(165,184,181);
    padding: 120px 0;
}.price_deck_grid::before {
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(131,149,147,0.5) 0%, transparent 70%);
}.price_deck_grid .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
}.price_deck_grid .cost_levels {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.price_deck_grid .indv_cost {
    transform: translateY(-10px);
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    max-width: 800px;
}.price_deck_grid .indv_cost h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    font-size: 35px;
    display: inline-block;
    color: #000000;
}.price_deck_grid .indv_cost h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    width: 80px;
    background: rgb(131,149,147);
    position: absolute;
    content: "";
    height: 3px;
}.price_deck_grid .package_price {
    line-height: 1.7;
    margin-bottom: 0;
    overflow-wrap: break-word;
    margin: 0 auto;
    color: #000000;
    word-break: break-word;
    font-size: 18px;
    max-width: 600px;
}.price_deck_grid .cost_table {
    gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
}.price_deck_grid .study_sub {
    text-decoration: none;
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    border-radius: 10px;
    transform: translateY(20px);
    overflow: hidden;
    animation-delay: calc(var(--index, 0) * 0.1s);
    height: 100%;
    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);
}.price_deck_grid .study_sub:nth-child(1) {
    --index: 1;
}.price_deck_grid .study_sub:nth-child(2) {
    --index: 2;
}.price_deck_grid .study_sub:nth-child(3) {
    --index: 3;
}.price_deck_grid .study_sub:nth-child(4) {
    --index: 4;
}.price_deck_grid .study_sub:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.price_deck_grid .lesson_plans {
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    overflow: hidden;
}.price_deck_grid .lesson_plans::before {
    height: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(131,149,147), rgb(97,115,113));
    width: 100%;
    content: "";
    left: 0;
}.price_deck_grid .pricing_options {
    box-sizing: border-box;
    padding: 40px 30px;
    flex-direction: column;
    flex: 1;
    display: flex;
}.price_deck_grid .pricing_options h3 {
    color: #000000;
    margin-top: 0;
    position: relative;
    word-break: break-word;
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 700;
    overflow-wrap: break-word;
}.price_deck_grid .pricing_options h3::after {
    transition: width 0.3s ease;
    width: 40px;
    background-color: rgb(131,149,147);
    position: absolute;
    left: 0;
    content: "";
    bottom: -8px;
    height: 2px;
}.price_deck_grid .study_sub:hover .pricing_options h3::after {
    width: 70px;
}.price_deck_grid .rate_choice {
    word-break: break-word;
    overflow-wrap: break-word;
    color: rgb(131,149,147);
    position: relative;
    font-weight: 700;
    margin: 10px 0 20px;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: calc(23px * 1.2);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    display: inline-block;
}.price_deck_grid .pricing_options p {
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.7;
    margin-bottom: 0;
    word-break: break-word;
    flex-grow: 1;
    color: #000000;
    font-size: 18px;
}.price_deck_grid .img_expand {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}.price_deck_grid .study_sub:hover .img_expand {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.price_deck_grid .cost_table {
    grid-template-columns: repeat(2, 1fr);
}.price_deck_grid .pricing_options {
    padding: 40px;
}.price_deck_grid .img_expand {
    height: 220px;
}
}

@media (min-width: 992px) {.price_deck_grid .cost_levels {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.price_deck_grid .cost_table {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.price_deck_grid .indv_cost {
    text-align: left;
    width: 35%;
    margin: 0;
}.price_deck_grid .indv_cost h2::after {
    transform: none;
    left: 0;
}.price_deck_grid .package_price {
    margin: 0;
}
}

@media (min-width: 1200px) {.price_deck_grid .cost_table {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_deck_grid .pricing_options h3 {
    font-size: calc(23px * 1.1);
}.price_deck_grid .rate_choice {
    font-size: calc(23px * 1.3);
}.price_deck_grid .img_expand {
    height: 240px;
}
}

@media (max-width: 767px) {.price_deck_grid {
    padding: 80px 0;
}.price_deck_grid .pricing_options {
    padding: 30px 20px;
}.price_deck_grid .rate_choice {
    font-size: 23px;
    padding: 6px 12px;
}.price_deck_grid .img_expand {
    height: 180px;
}
}

@media (max-width: 480px) {.price_deck_grid {
    padding: 60px 0;
}.price_deck_grid .indv_cost h2 {
    font-size: calc(35px * 0.85);
}.price_deck_grid .pricing_options h3 {
    font-size: calc(23px * 0.95);
}.price_deck_grid .img_expand {
    height: 160px;
}}.our_background {
    overflow: hidden;
    padding: 160px 0;
    background-color: rgb(165,184,181);
    position: relative;
    isolation: isolate;
}.our_background::before {
    background-size: auto, auto, 80px 80px;
    inset: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(131,149,147,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(97,115,113,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
    content: "";
    animation: rotateCircles 60s linear infinite;
    position: absolute;
    opacity: 0.15;
    z-index: -2;
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.our_background::after {
    z-index: -1;
    position: absolute;
    opacity: 0.03;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    background-size: 50px 50px;
    inset: 0;
    content: "";
}.our_background .container {
    padding: 0 30px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.our_background .container::before {
    opacity: 0.6;
    width: 600px;
    left: -300px;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    height: 600px;
    z-index: -1;
    top: -300px;
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: slowRotate 40s linear infinite;
}.our_background .container::after {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    z-index: -1;
    bottom: -200px;
    opacity: 0.5;
    right: -200px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_background .study_space {
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    border-radius: 13px;
    overflow: hidden;
    grid-template-areas: 
        "logo title"
        "photo text";
    display: grid;
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    grid-template-rows: auto 1fr;
    gap: 25px;
}.our_background .study_space::before {
    background-size: 10px 10px;
    position: absolute;
    z-index: -1;
    content: "";
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    inset: 0;
    animation: patternShift 20s linear infinite;
    opacity: 0.3;
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.our_background .study_space::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(131,149,147,0.5) 0%, transparent 100%);
    content: "";
    opacity: 0.05;
    z-index: -1;
}.our_background .academy_learnings {
    display: flex;
    grid-area: logo;
    padding: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-direction: column;
}.our_background .academy_learnings::before {
    opacity: 0.2;
    z-index: -1;
    border-radius: 10px;
    inset: 10px;
    position: absolute;
    border: 1px dashed rgb(131,149,147,0.5);
    content: "";
}.our_background .academy_learnings::after {
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.05;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(131,149,147,0.5) 49%, rgb(131,149,147,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(131,149,147,0.5) 49%, rgb(131,149,147,0.5) 51%, transparent 51.5%);
    z-index: -1;
    width: 100%;
    background-size: 30px 30px;
    left: 0;
}.our_background .academy_learnings svg {
    width: 70px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-bottom: 15px;
    position: relative;
    height: 70px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.our_background .academy_learnings svg::before {
    transform: scale(0.8);
    opacity: 0;
    inset: -5px;
    border: 1px solid rgb(131,149,147,0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
}.our_background .academy_learnings svg path {
    transition: fill 0.3s ease;
    fill: rgb(131,149,147);
}.our_background h2 {
    font-weight: 700;
    margin: 0;
    align-items: center;
    padding: 30px;
    font-size: 28px;
    display: flex;
    color: #000000;
    grid-area: title;
    position: relative;
}.our_background h2::before {
    opacity: 0.15;
    z-index: -1;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(to right, rgb(131,149,147,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(131,149,147,0.5) 0%, transparent 5%);
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    content: "";
}.our_background h2::after {
    content: "";
    background: linear-gradient(to right, rgb(131,149,147), rgb(97,115,113));
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    border-radius: 3px;
    left: 30px;
    width: 60px;
    height: 3px;
    bottom: 20px;
}.our_background h2:hover::after {
    transform: translateX(10px);
    width: 100px;
}.our_background .knowledge_center {
    position: relative;
    perspective: 1000px;
    grid-area: photo;
    padding: 30px;
    z-index: 2;
}.our_background .knowledge_center::before {
    z-index: -1;
    box-shadow: inset 0 0 0 1px rgb(131,149,147,0.5);
    border-radius: 13px;
    content: "";
    opacity: 0.1;
    inset: 10px;
    position: absolute;
}.our_background .knowledge_center::after {
    position: absolute;
    pointer-events: none;
    inset: 0;
    content: "";
    opacity: 0.05;
    z-index: -1;
    background: radial-gradient(circle at 30% 70%, rgb(131,149,147,0.5) 0%, transparent 60%);
}.our_background .knowledge_center .img_expand {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(3deg) rotateX(2deg);
    height: 320px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    width: 100%;
}.our_background .knowledge_center .img_expand::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
}.our_background .knowledge_center .img_expand::after {
    width: 300%;
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    top: -100%;
    z-index: 2;
    left: -100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    position: absolute;
    height: 300%;
    transform: rotate(30deg);
    content: "";
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.our_background .knowledge_center:hover .img_expand {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.our_background .skill_spot {
    margin-top: -40px;
    margin-left: 20px;
    padding: 20px 25px;
    border-radius: 10px;
    position: relative;
    background: rgb(131,149,147);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-right: 20px;
    z-index: 3;
}.our_background .skill_spot::before {
    border-radius: 10px 0 0 10px;
    content: "";
    top: 0;
    opacity: 0.8;
    height: 100%;
    width: 4px;
    left: 0;
    position: absolute;
    background: rgb(97,115,113);
}.our_background .skill_spot::after {
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    content: "";
    position: absolute;
}.our_background .knowledge_center:hover .skill_spot {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our_background .learn_academy {
    position: relative;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 8px 0;
}.our_background .knowledge_center:hover .learn_academy::after {
    width: 50px;
}.our_background .pedagogy_way {
    opacity: 0.9;
    font-size: 13px;
    margin: 0;
}.our_background .text_box_content {
    grid-area: text;
    padding: 30px;
    z-index: 2;
    position: relative;
}.our_background .text_box_content::before {
    inset: 10px;
    opacity: 0.1;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    border-radius: 13px;
    position: absolute;
    box-shadow: inset 0 0 0 1px rgb(97,115,113,0.5);
}.our_background .text_box_content:hover::before {
    opacity: 0.2;
}.our_background .text_box_content::after {
    background: 
        radial-gradient(circle at 70% 30%, rgb(97,115,113,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    opacity: 0.05;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}.our_background p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.8;
}.our_background p::before {
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(131,149,147,0.5), rgb(97,115,113,0.5));
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    width: 3px;
    content: "";
}

@media (max-width: 992px) {.our_background {
    padding: 100px 0;
}.our_background .study_space {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.our_background .academy_learnings {
    align-items: center;
    padding: 25px;
    justify-content: center;
    flex-direction: row;
}.our_background .academy_learnings svg {
    margin-right: 15px;
    margin-bottom: 0;
}.our_background h2 {
    padding: 25px;
    justify-content: center;
    text-align: center;
}.our_background h2::after {
    left: 50%;
    transform: translateX(-50%);
}.our_background h2:hover::after {
    transform: translateX(-40px);
    width: 80px;
}.our_background .knowledge_center,
    .our_background .text_box_content {
    padding: 25px;
}.our_background .knowledge_center .img_expand {
    height: 280px;
}
}

@media (max-width: 768px) {.our_background {
    padding: 80px 0;
}.our_background .knowledge_center .img_expand {
    height: 240px;
}.our_background .skill_spot {
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px 20px;
}.our_background h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 480px) {.our_background {
    padding: 60px 0;
}.our_background .container {
    padding: 0 20px;
}.our_background .academy_learnings,
    .our_background h2,
    .our_background .knowledge_center,
    .our_background .text_box_content {
    padding: 20px;
}.our_background .knowledge_center .img_expand {
    height: 200px;
}.our_background h2 {
    font-size: calc(28px * 0.8);
}.our_background .academy_learnings {
    flex-direction: column;
}.our_background .academy_learnings svg {
    margin-right: 0;
    margin-bottom: 10px;
}
}