* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.cert_block {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    auto
contain;
    font-family: Arial, sans-serif;
    height: 100%;
}::-webkit-scrollbar {
    width: 16px;
}::-webkit-scrollbar-track {
    background: linear-gradient(25deg, #ffffff 2%, rgb(255, 255, 255, 0.5) 49%, rgb(71,108,91) 40%, rgb(71,108,91,0.5) 73%, rgb(107,144,127) 93%, rgb(107,144,127,0.5) 39%, rgb(141,179,162) 47%);
}::-webkit-scrollbar-thumb {
    box-shadow: 4px 0px 12px 5px rgba(0, 0, 0, 0.7);
    transition: box-shadow, transform 2.8s ease;
    border-radius: 18px;
    background: rgb(107,144,127,0.5);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(71,108,91);
    background: rgb(71,108,91,0.5);
    box-shadow: -4px 2px 11px 4px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -1px -2px 8px 4px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(71,108,91) rgb(71,108,91);
}a {
    color: inherit;
    text-decoration: none;
}.site_core {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1211px;
    margin: auto;
    max-width: 100%;
}.segment-wrapper {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_demographic {
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(141,179,162);
    z-index: 1;
    position: relative;
}.course_demographic::before {
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(71,108,91,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(107,144,127,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(71,108,91,0.5), 0.05) 75%,
        transparent 100%
    );
    position: absolute;
    z-index: -1;
}.course_demographic::after {
    position: absolute;
    opacity: 0.5;
    content: "";
    background-position: 0 0, 25px 25px;
    background-image: 
        radial-gradient(rgba(rgb(107,144,127,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(71,108,91,0.5), 0.1) 2px, transparent 2px);
    z-index: -1;
    background-size: 50px 50px, 100px 100px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}.course_demographic .quick_studies {
    padding: 0 2rem;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}.course_demographic h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: rgb(71,108,91);
    position: relative;
    margin-bottom: 3rem;
    padding-left: 2rem;
}.course_demographic h3::before {
    border-radius: 10px;
    content: "";
    left: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(71,108,91),
        rgb(107,144,127)
    );
    top: 0;
}.course_demographic ul {
    gap: 2rem 1.5rem;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.course_demographic ul::before {
    content: "";
    z-index: -1;
    width: 1px;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(107,144,127,0.5), 0.3),
        transparent
    );
    height: 100%;
    left: 50%;
    top: 0;
}.course_demographic li {
    padding: 1.5rem;
    background: rgba(rgb(71,108,91,0.5), 0.03);
    display: flex;
    align-items: flex-start;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(71,108,91,0.5), 0.1);
    transition: all 0.3s ease;
    border-radius: 19px;
    position: relative;
}.course_demographic li::before {
    top: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(107,144,127,0.5), 0.5),
        transparent
    );
    opacity: 0;
    right: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
}.course_demographic li::after {
    height: 40px;
    position: absolute;
    left: -10px;
    content: "";
    z-index: -1;
    top: -10px;
    width: 40px;
    background: radial-gradient(
        circle,
        rgba(rgb(107,144,127,0.5), 0.15) 0%,
        transparent 70%
    );
    border-radius: 50%;
}.course_demographic li:hover {
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(107,144,127,0.5), 0.2);
    background: rgba(rgb(71,108,91,0.5), 0.05);
    transform: translateY(-5px);
}.course_demographic li:hover::before {
    opacity: 1;
}.course_demographic li:nth-child(odd)::after {
    left: auto;
    right: -10px;
    animation: pulseEven 3s infinite alternate ease-in-out;
}.course_demographic li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.course_demographic li svg {
    fill: rgb(107,144,127);
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
    width: 32px;
    margin-right: 1rem;
    height: 32px;
}.course_demographic li svg::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(rgb(107,144,127,0.5), 0.3) 0%,
        transparent 70%
    );
    z-index: -1;
}.course_demographic li svg path {
    transition: fill 0.3s ease;
    fill: rgb(107,144,127);
}.course_demographic li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}.course_demographic li:hover svg path {
    fill: rgb(107,144,127);
}.course_demographic li {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(107,144,127,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(107,144,127,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(107,144,127,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.course_demographic ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.course_demographic {
    padding: 3.5rem 0;
}.course_demographic .quick_studies {
    padding: 0 1.5rem;
}.course_demographic h3 {
    text-align: center;
    margin-bottom: 2rem;
    padding-left: 0;
    font-size: calc(32px * 0.8);
}.course_demographic h3::before {
    top: auto;
    left: 50%;
    width: 80px;
    height: 4px;
    bottom: -12px;
    transform: translateX(-50%);
}.course_demographic ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_demographic ul::before {
    display: none;
}
}

@media (max-width: 480px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic .quick_studies {
    padding: 0 1rem;
}.course_demographic h3 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.7);
}.course_demographic h3::before {
    width: 60px;
    height: 3px;
}.course_demographic li {
    padding: 1.2rem;
}.course_demographic li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}.course_demographic li::after {
    top: -8px;
    width: 30px;
    left: -8px;
    height: 30px;
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    position: fixed;
    backdrop-filter: blur(20px);
    left: 0;
    background: rgb(107,144,127,0.5);
}header:before {
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    pointer-events: none;
}header:after {
    filter: blur(1px);
    left: 0;
    opacity: 0.8;
    content: '';
    background: linear-gradient(
        90deg,
        rgb(71,108,91) 0%,
        rgb(107,144,127) 50%,
        rgb(71,108,91) 100%
    );
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 100%;
}header .nav_mentor {
    position: relative;
    overflow: hidden;
}header .nav_mentor:before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(107,144,127,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(71,108,91,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.15;
    top: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
    content: '';
}header .container {
    padding: 16px 25px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    width: 100%;
    height: 1px;
    opacity: 0.5;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    bottom: -1px;
    left: 0;
}header .top_tutor {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .nav_page {
    position: relative;
    align-items: center;
    display: flex;
    gap: 35px;
}header .nav_page:before {
    opacity: 0;
    width: 100%;
    content: '';
    left: 0;
    transform: translateY(-50%) scaleX(0.8);
    transition: all 0.4s ease;
    top: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    height: 35px;
}header .nav_page:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .site_study {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    padding: 5px 0;
    font-weight: 400;
    transition: all 0.3s ease;
}header .site_study:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    content: '';
    position: absolute;
    bottom: 0;
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    left: 0;
    transform: scaleX(0);
    height: 1px;
}header .site_study:after {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(107,144,127,0.5),
        transparent
    );
    left: 0;
    opacity: 0;
    transform: scaleY(0);
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
}header .site_study:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .site_study:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .site_study:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .top_teach {
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    padding: 5px;
    position: relative;
}header .top_teach:before {
    z-index: -1;
    opacity: 0;
    top: -10px;
    background: radial-gradient(
        circle,
        rgb(107,144,127,0.5) 0%,
        transparent 70%
    );
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    transition: opacity 0.5s ease;
    height: calc(100% + 20px);
    content: '';
}header .top_teach:after {
    opacity: 0;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(107,144,127),
        transparent
    ) 1;
}header .top_teach:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .top_teach:hover:after {
    opacity: 0.7;
}header .top_teach svg {
    filter: drop-shadow(0 0 3px rgb(107,144,127,0.5));
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
}header .top_teach:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(107,144,127));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .nav_page {
    gap: 20px;
}header .top_teach svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_page {
    backdrop-filter: blur(15px);
    width: 80%;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    gap: 20px;
    flex-direction: column;
    right: -100%;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    background: rgb(107,144,127);
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    height: 100vh;
    max-width: 320px;
    background: linear-gradient(
            135deg,
            rgb(107,144,127) 0%,
            rgb(107,144,127,0.5) 100%
        );
    padding: 80px 30px 30px;
    z-index: 1001;
}header .nav_page:before {
    display: none;
}header .menu.active {
    right: 0;
}header .site_study {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .site_study:last-child {
    border-bottom: none;
}header .top_teach {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top_teach svg {
    height: 35px;
}}.our_story {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
}.our_story::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}.our_story::after {
    background: linear-gradient(to bottom right, 
        rgb(71,108,91) 0%, 
        rgb(107,144,127) 100%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    z-index: -1;
    top: -10%;
    opacity: 0.15;
    width: 60%;
    height: 60%;
    transform: rotate(-15deg);
    content: "";
    right: -10%;
    position: absolute;
    filter: blur(40px);
}.our_story h4 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #ffffff;
    font-size: calc(19px * 1.1);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
    opacity: 1;
    margin-bottom: 40px;
}.our_story h4::after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 2px;
    transform: translateX(-50%);
    background: rgb(71,108,91);
    width: 60px;
    left: 50%;
}.our_story .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.our_story .content_card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(71,108,91);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    padding: 50px;
    -webkit-backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(0deg);
}.our_story .content_card:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.our_story .content_card::before {
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(107,144,127,0.5) 0%, 
        transparent 40%);
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.07;
}.our_story h6 {
    position: relative;
    font-size: calc(17px * 1.2);
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    color: rgb(71,108,91);
}.our_story h6::after {
    background: rgb(71,108,91);
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    content: "";
    width: 40%;
    bottom: -8px;
    height: 2px;
}.our_story .content_card:hover h6::after {
    width: 70%;
}.our_story span {
    text-align: justify;
    columns: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    column-gap: 40px;
    display: block;
    opacity: 0.9;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-10deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media screen and (min-width: 768px) {.our_story span {
    columns: 2;
}.our_story .content_card {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.our_story {
    padding: 140px 0 160px;
}.our_story h4 {
    margin-bottom: 60px;
    font-size: calc(19px * 1.3);
}.our_story h6 {
    margin-bottom: 30px;
    font-size: calc(17px * 1.4);
}.our_story .content_card {
    margin: 0 auto;
    padding: 70px;
    max-width: 90%;
}
}

@media screen and (max-width: 767px) {.our_story {
    padding: 70px 0 80px;
}.our_story h4 {
    margin-bottom: 30px;
    font-size: 19px;
}.our_story .content_card {
    padding: 30px 25px;
}.our_story h6 {
    margin-bottom: 20px;
    font-size: 17px;
}.our_story span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (hover: hover) {.our_story .content_card::after {
    transition: opacity 0.5s ease;
    bottom: 0;
    right: 0;
    opacity: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
}.our_story .content_card:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.our_story .content_card,
    .our_story .content_card:hover,
    .our_story h6::after,
    .our_story .content_card:hover h6::after,
    .our_story::after {
    animation: none;
    transform: none;
    transition: none;
}}.learning_impact {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgb(107,144,127,0.5) 100%);
}.learning_impact::before {
    top: 0;
    content: "";
    left: 0;
    opacity: 0.4;
    background: radial-gradient(circle at 75% 25%, rgb(71,108,91,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    position: absolute;
}.learning_impact .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.learning_impact .quick_studies {
    gap: 50px;
    display: flex;
    align-items: center;
}.learning_impact .img_cell {
    flex: 0 0 38%;
    max-width: 38%;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    transform: translateY(-10px);
    border-radius: 16px;
    position: relative;
}.learning_impact .img_cell::after {
    bottom: -15px;
    top: 15px;
    opacity: 0.5;
    left: 15px;
    content: "";
    right: -15px;
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    border: 2px solid rgb(107,144,127,0.5);
    transition: all 0.5s ease;
}.learning_impact .img_cell:hover {
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.learning_impact .img_cell:hover::after {
    right: -10px;
    bottom: -10px;
    left: 10px;
    opacity: 0.7;
    top: 10px;
}.learning_impact .content_card {
    z-index: 1;
    background: #ffffff;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 35px;
    flex: 0 0 55%;
}.learning_impact .content_card::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(107,144,127), rgb(71,108,91));
    border-radius: 10px;
    width: 6px;
    height: 100%;
}.learning_impact h3 {
    padding-left: 15px;
    font-size: 37px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
}.learning_impact h3::after {
    position: absolute;
    height: 3px;
    bottom: -12px;
    left: 15px;
    border-radius: 10px;
    width: 80px;
    content: "";
    background: rgb(107,144,127);
}.learning_impact ul {
    gap: 15px;
    list-style: none;
    padding: 0 0 0 15px;
    flex-direction: column;
    margin: 0;
    display: flex;
}.learning_impact li {
    border-radius: 8px;
    background: linear-gradient(90deg, #ffffff, rgb(141,179,162) 180%);
    position: relative;
    transition: all 0.3s ease;
    padding: 15px;
}.learning_impact li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(71,108,91,0.5) 180%);
    transform: translateX(10px);
}.learning_impact li p {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #000000;
    gap: 16px;
    align-items: center;
}.learning_impact svg {
    padding: 5px;
    justify-content: center;
    width: 24px;
    display: flex;
    align-items: center;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(107,144,127);
}.learning_impact li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.learning_impact li:hover svg path {
    fill: rgb(71,108,91);
}

@media (max-width: 992px) {.learning_impact {
    padding: 70px 0;
}.learning_impact .quick_studies {
    gap: 40px;
    flex-direction: column;
}.learning_impact .img_cell {
    max-width: 60%;
    flex: none;
    margin: 0 auto;
}.learning_impact .content_card {
    width: 90%;
    flex: none;
    margin: 0 auto;
}.learning_impact .content_card::before {
    left: 0;
    height: 6px;
    width: 100%;
    top: 0;
}
}

@media (max-width: 576px) {.learning_impact {
    padding: 50px 0;
}.learning_impact .img_cell {
    max-width: 80%;
}.learning_impact .img_cell::after {
    display: none;
}.learning_impact .content_card {
    width: 100%;
    padding: 30px 20px;
}.learning_impact h3 {
    margin-bottom: 25px;
    font-size: 19px;
}.learning_impact ul {
    gap: 12px;
}.learning_impact li {
    padding: 12px;
}.learning_impact svg {
    height: 22px;
    width: 22px;
}}.education_experience {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(141,179,162), rgb(107,144,127,0.5));
}.education_experience::before {
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(45deg, rgb(71,108,91,0.5) 0px, transparent 2px, transparent 10px);
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    width: 100%;
}.education_experience .user_ratings {
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    z-index: 2;
    display: flex;
    gap: 4rem;
    background: #ffffff;
    align-items: center;
    padding: 0;
}.education_experience .img_cell {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex-shrink: 0;
    position: relative;
    width: 40%;
    transition: all 0.4s ease;
}.education_experience .img_cell::after {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(107,144,127,0.5), transparent);
    opacity: 0.5;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.education_experience .career_exp {
    width: 60%;
    padding: 3rem;
    position: relative;
}.education_experience .name {
    display: inline-block;
    font-size: 38px;
    margin-bottom: 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}.education_experience .name::after {
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background: rgb(107,144,127);
    height: 3px;
    left: 0;
    bottom: -8px;
    width: 50%;
}.education_experience .career_exp > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 20px;
    padding-left: 2px;
    font-weight: 600;
    color: rgb(71,108,91);
}.education_experience .exp_skills {
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
}.education_experience .exp_skills::before {
    top: -2rem;
    font-size: 4rem;
    color: rgb(107,144,127,0.5);
    position: absolute;
    left: -1rem;
    opacity: 0.4;
    content: "";
}.education_experience .user_ratings:hover .img_cell {
    transform: scale(1.03);
}.education_experience .user_ratings:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.education_experience .user_ratings {
    flex-direction: column;
    gap: 2rem;
}.education_experience .img_cell {
    width: 100%;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.education_experience .career_exp {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.education_experience {
    padding: 3rem 1rem;
}.education_experience .img_cell {
    height: 280px;
}.education_experience .career_exp {
    padding: 0 1.5rem 1.5rem;
}.education_experience .name {
    font-size: calc(38px * 0.85);
}.education_experience .exp_skills {
    font-size: calc(17px * 0.95);
}}.contact_information {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.contact_information::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    z-index: 1;
    width: 100%;
}.contact_information::after {
    top: 0;
    position: absolute;
    animation: gradientShift 15s ease infinite;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    content: '';
    background: linear-gradient(135deg, rgb(107,144,127,0.5) 0%, transparent 50%, rgb(71,108,91,0.5) 100%);
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_information .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.contact_information .inquiry_inquiry {
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.contact_information .inquiry_inquiry::before {
    pointer-events: none;
    opacity: 0.1;
    animation: rotate 30s linear infinite;
    position: absolute;
    left: -50%;
    background: radial-gradient(circle, rgb(107,144,127,0.5) 0%, transparent 30%);
    content: '';
    width: 200%;
    top: -50%;
    height: 200%;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_information .contact_query {
    flex: 1;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(107,144,127,0.5) 0%, rgb(71,108,91,0.5) 100%);
}.contact_information .contact_query::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    top: 0;
    position: absolute;
    right: 0;
    content: '';
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
}.contact_information .contact_query h3 {
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 31px;
    padding-bottom: 15px;
}.contact_information .contact_query h3::after {
    width: 80px;
    background: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    border-radius: 10px;
    bottom: 0;
    height: 3px;
}.contact_information .contact_query div {
    position: relative;
    transform: translateX(0);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 15px;
}.contact_information .contact_query div:hover {
    transform: translateX(10px);
}.contact_information .contact_query div::before {
    background: #ffffff;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    height: 0;
    width: 5px;
    border-radius: 10px;
}.contact_information .contact_query div:hover::before {
    height: 80%;
    top: 10%;
}.contact_information .contact_query svg {
    margin-right: 15px;
    height: 24px;
    fill: #ffffff;
    width: 24px;
}.contact_information .contact_query svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_information .contact_query div:hover svg path {
    fill: rgb(71,108,91);
}.contact_information .contact_query span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}.contact_information .contact_query span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_information .contact_query span a:hover {
    color: rgb(71,108,91);
}.contact_information .query_list {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 50px;
    overflow: hidden;
    flex: 1.2;
    backdrop-filter: blur(10px);
}.contact_information .query_list::before {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(71,108,91,0.5) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite alternate;
    right: -100px;
    height: 200px;
    top: -100px;
    position: absolute;
    content: '';
    width: 200px;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact_information .query_list h3 {
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
}.contact_information .query_list h3::after {
    position: absolute;
    background: rgb(71,108,91);
    width: 50px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    bottom: -15px;
    height: 2px;
}.contact_information .query_list form {
    flex-direction: column;
    display: flex;
}.contact_information .query_list input[type="text"],
.contact_information .query_list input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    border-radius: 18px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    backdrop-filter: blur(5px);
    color: #ffffff;
    margin-bottom: 20px;
}.contact_information .query_list input[type="text"]:focus,
.contact_information .query_list input[type="email"]:focus {
    outline: none;
    border-color: rgb(71,108,91);
    box-shadow: 0 0 0 2px rgb(71,108,91,0.5);
}.contact_information .query_list input[type="text"]::placeholder,
.contact_information .query_list input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact_information .query_list .feedback_info {
    display: flex;
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
}.contact_information .query_list .feedback_info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information .query_list .feedback_info label {
    color: #ffffff;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    font-size: 16px;
}.contact_information .query_list .feedback_info label::before {
    width: 18px;
    top: 2px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 18px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    content: '';
}.contact_information .query_list .feedback_info label::after {
    transition: all 0.2s ease;
    left: 5px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg) scale(0);
    height: 4px;
    content: '';
    border-left: 2px solid #ffffff;
    position: absolute;
    top: 9px;
    width: 8px;
    opacity: 0;
}.contact_information .query_list .feedback_info input[type="checkbox"]:checked + label::before {
    background: rgb(71,108,91,0.5);
    border-color: rgb(71,108,91);
}.contact_information .query_list .feedback_info input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}.contact_information .query_list .feedback_info label a {
    text-decoration: none;
    color: rgb(71,108,91);
    transition: color 0.3s ease;
}.contact_information .query_list .feedback_info label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.contact_information .query_list .query_reach {
    cursor: pointer;
    z-index: 1;
    background: linear-gradient(90deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 30px;
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    border-radius: 18px;
    font-weight: 600;
}.contact_information .query_list .query_reach::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    content: '';
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
}.contact_information .query_list .query_reach:hover::before {
    left: 100%;
}.contact_information .query_list .query_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.contact_information {
    padding: 80px 0;
}.contact_information .inquiry_inquiry {
    flex-direction: column;
}.contact_information .contact_query,
    .contact_information .query_list {
    padding: 40px;
}.contact_information .contact_query {
    text-align: center;
}.contact_information .contact_query h3::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_information .contact_query div {
    padding-left: 0;
    justify-content: center;
}.contact_information .contact_query div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information .contact_query,
    .contact_information .query_list {
    padding: 30px;
}.contact_information .contact_query h3,
    .contact_information .query_list h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact_information .contact_query div {
    margin-bottom: 20px;
}.contact_information .query_list input[type="text"],
    .contact_information .query_list input[type="email"] {
    padding: 12px 15px;
}.contact_information .query_list .query_reach {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact_information {
    padding: 40px 0;
}.contact_information .container {
    padding: 0 10px;
}.contact_information .contact_query,
    .contact_information .query_list {
    padding: 20px;
}.contact_information .contact_query h3,
    .contact_information .query_list h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.contact_information .contact_query svg {
    width: 20px;
    height: 20px;
}.contact_information .query_list .feedback_info label {
    font-size: calc(16px * 0.9);
}.contact_information .query_list .query_reach {
    width: 100%;
}}.title_greeting {
    align-items: center;
    min-height: 100vh;
    display: flex;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgb(71,108,91,0.5) 100%);
    overflow: hidden;
    position: relative;
}.title_greeting::before {
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(71,108,91,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(107,144,127,0.5) 0%, transparent 40%);
    left: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: 0;
}.title_greeting > div {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    gap: 4rem;
}.title_greeting h1.course_home {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 1.5rem;
    transform: translateX(-1rem);
    opacity: 0;
    position: relative;
    color: #000000;
    animation: slide-in 0.8s ease-out forwards;
}.title_greeting h1.course_home::after {
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    animation: line-grow 1s 0.5s ease-out forwards;
    left: 0;
    content: "";
    height: 0.3rem;
    width: 4rem;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
}.title_greeting p {
    line-height: 1.6;
    transform: translateY(1rem);
    font-size: calc(12px * 1.2);
    animation: fade-up 0.8s 0.3s ease-out forwards;
    opacity: 0;
    max-width: 90%;
    color: #000000;
}.title_greeting .main_entry {
    transform: translateY(2rem);
    margin-top: 2rem;
    opacity: 0;
    border-radius: 19px;
    overflow: hidden;
    animation: fade-up 1s 0.6s ease-out forwards;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.title_greeting .heritage_edu {
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 350px;
}.title_greeting .heritage_edu::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
    right: 0;
    position: absolute;
    bottom: 0;
}.title_greeting .heritage_edu span {
    left: 0;
    padding: 2rem;
    z-index: 2;
    position: absolute;
    width: 100%;
    transition: transform 0.4s ease;
    bottom: 0;
}.title_greeting .heritage_edu:hover span {
    transform: translateY(-10px);
}.title_greeting .heritage_edu h3 {
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-size: 24px;
}

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

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

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

@media (min-width: 768px) {.title_greeting {
    padding: 8rem 3rem;
}.title_greeting > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.title_greeting h1.course_home {
    font-size: calc(42px * 1.2);
}.title_greeting .main_entry {
    margin-top: 0;
}.title_greeting .heritage_edu {
    height: 400px;
}.title_greeting .heritage_edu::after {
    background: linear-gradient(45deg, rgb(107,144,127,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.5s ease;
}.title_greeting .heritage_edu:hover::after {
    opacity: 0.2;
}
}

@media (min-width: 992px) {.title_greeting > div {
    gap: 6rem;
}.title_greeting h1.course_home {
    font-size: calc(42px * 1.4);
}.title_greeting p {
    max-width: 80%;
    font-size: calc(12px * 1.3);
}.title_greeting .heritage_edu {
    transform: perspective(1000px) rotateY(-3deg);
    height: 450px;
    transition: all 0.6s ease;
}.title_greeting .heritage_edu:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}
}

@media (max-width: 767px) {.title_greeting {
    padding: 5rem 1.5rem;
}.title_greeting h1.course_home {
    font-size: calc(42px * 0.9);
}.title_greeting p {
    font-size: 12px;
    max-width: 100%;
}.title_greeting .heritage_edu {
    height: 280px;
}
}

@media (max-width: 480px) {.title_greeting {
    padding: 4rem 1rem;
}.title_greeting h1.course_home {
    font-size: calc(42px * 0.8);
}.title_greeting .heritage_edu h3 {
    font-size: calc(24px * 0.9);
}}.course_program_description {
    min-height: 100vh;
    display: grid;
    overflow: hidden;
    background: rgb(141,179,162);
    grid-template-columns: 1fr 1fr;
    position: relative;
}.course_program_description .ready_skills {
    top: 0;
    grid-row: 1;
    position: absolute;
    grid-column: 1 / 3;
    right: 0;
    width: 50%;
    z-index: 1;
    overflow: hidden;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
}.course_program_description .ready_skills::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(141,179,162) 0%, transparent 40%);
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 2;
    pointer-events: none;
}.course_program_description .quick_progress {
    height: 100%;
    display: flex;
    animation: carousel-vertical 30s ease-in-out infinite;
    flex-direction: column;
}.course_program_description .ready_skills:hover .quick_progress {
    animation-play-state: paused;
}.course_program_description .job_skills {
    width: 100%;
    min-height: 33.33vh;
    position: relative;
    overflow: hidden;
}.course_program_description .job_skills img {
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease-out;
    filter: brightness(1.05) contrast(1.05);
    object-fit: cover;
    transform: scale(1.1);
}.course_program_description .job_skills:hover img {
    transform: scale(1);
}.course_program_description .container {
    grid-column: 1;
    grid-row: 1;
    z-index: 3;
    padding: 0 3rem;
    align-items: center;
    display: flex;
}.course_program_description .quick_studies {
    max-width: 600px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    margin-right: auto;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
}.course_program_description .career_lab {
    flex-direction: column;
    display: flex;
    position: relative;
}.course_program_description .career_lab::before {
    width: 60px;
    height: 60px;
    border-top: 2px solid rgb(107,144,127);
    top: -15px;
    left: -15px;
    border-radius: 10px 0 0 0;
    border-left: 2px solid rgb(107,144,127);
    position: absolute;
    content: "";
}.course_program_description .career_lab::after {
    right: -15px;
    bottom: -15px;
    width: 60px;
    border-radius: 0 0 10px 0;
    border-right: 2px solid rgb(107,144,127);
    border-bottom: 2px solid rgb(107,144,127);
    position: absolute;
    content: "";
    height: 60px;
}.course_program_description .career_lab h3 {
    margin: 0 0 1.5rem 0;
    font-size: 30px;
    color: rgb(107,144,127);
    position: relative;
    line-height: 1.2;
    font-weight: 700;
}.course_program_description .career_lab h3::after {
    position: absolute;
    bottom: -0.5rem;
    border-radius: 10px;
    width: 80px;
    content: "";
    left: 0;
    background: rgb(107,144,127);
    height: 3px;
}.course_program_description .career_lab p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 15px;
}.course_program_description .career_lab .query_reach {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 600;
    background: rgb(107,144,127);
    font-size: 17px;
    transition: all 0.3s ease;
    overflow: hidden;
    align-self: flex-start;
    position: relative;
    padding: 0.8rem 2.5rem;
    color: #ffffff;
    border-radius: 28px;
}.course_program_description .career_lab .query_reach::before {
    content: "";
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.course_program_description .career_lab .query_reach:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.course_program_description .career_lab .query_reach:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_description {
    grid-template-columns: 1fr;
}.course_program_description .ready_skills {
    grid-column: 1;
    height: 45%;
    width: 100%;
    grid-row: 1;
    position: relative;
    clip-path: none;
}.course_program_description .ready_skills::before {
    background: linear-gradient(0deg, rgb(141,179,162) 0%, transparent 80%);
}.course_program_description .quick_progress {
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
    flex-direction: row;
}.course_program_description .job_skills {
    width: 50%;
    min-height: auto;
}.course_program_description .container {
    grid-row: 2;
    grid-column: 1;
    padding: 2rem;
}.course_program_description .quick_studies {
    margin: 0 auto;
    max-width: 100%;
}.course_program_description .career_lab h3 {
    font-size: calc(30px * 1.1);
}

    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 767px) {.course_program_description {
    grid-template-columns: 1fr;
    min-height: auto;
}.course_program_description .ready_skills {
    position: relative;
    width: 100%;
    grid-column: 1;
    height: 40vh;
    grid-row: 1;
    clip-path: none;
}.course_program_description .ready_skills::before {
    background: linear-gradient(0deg, rgb(141,179,162) 0%, rgba(255,255,255,0.3) 100%);
}.course_program_description .quick_progress {
    flex-direction: row;
    animation: none;
}.course_program_description .job_skills {
    width: 100%;
    min-height: auto;
}.course_program_description .container {
    grid-row: 2;
    grid-column: 1;
    padding: 2rem 1.5rem;
}.course_program_description .quick_studies {
    padding: 1.5rem;
    max-width: 100%;
}.course_program_description .career_lab::before,
    .course_program_description .career_lab::after {
    width: 40px;
    height: 40px;
}.course_program_description .career_lab h3 {
    font-size: 19px;
    margin-bottom: 1rem;
}.course_program_description .career_lab h3::after {
    height: 2px;
    width: 50px;
}.course_program_description .career_lab p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course_program_description .career_lab .query_reach {
    text-align: center;
    width: 100%;
    padding: 0.7rem 1.5rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(107,144,127);
}header .top_plank .prime_skill div svg, header .top_plank .prime_skill div svg path {
    fill: #ffffff;
}header .top_plank .prime_skill div span {
    color: #ffffff;
}header .top_plank .prime_skill {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    display: flex;
    padding: 15px 0 10px 0;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .prime_skill div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .prime_skill div img, header .top_plank .prime_skill div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.appBox {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: radial-gradient(circle at 30% 70%, rgb(71,108,91,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(107,144,127,0.5), transparent 60%);
}.appBox::before {
    left: 0;
    height: 100%;
    content: "";
    animation: constellation 20s infinite linear;
    z-index: 1;
    width: 100%;
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    top: 0;
    position: absolute;
    background-size: 40px 40px;
}.appBox::after {
    transform: translateY(-50%);
    z-index: 1;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    left: -150px;
    width: 300px;
    opacity: 0.3;
    height: 300px;
    content: "";
    border: 1px solid rgb(71,108,91,0.5);
}.appBox .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.appBox .quick_studies {
    padding: 4rem 3rem;
    border-left: 2px solid rgb(71,108,91);
    flex-direction: column;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 2.5rem;
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    transform: perspective(1000px) rotateX(2deg);
}.appBox .quick_studies:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appBox .quick_studies > div:first-child {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 25px;
}.appBox .quick_studies > div:first-child::before {
    left: 0;
    position: absolute;
    width: 15px;
    transition: width 0.3s ease;
    top: 50%;
    content: "";
    background: rgb(71,108,91);
    height: 2px;
    transform: translateY(-50%);
}.appBox .quick_studies:hover > div:first-child::before {
    width: 20px;
}.appBox h5 {
    background: linear-gradient(to right, #000000, rgb(71,108,91));
    z-index: 2;
    position: relative;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.4;
    font-size: 24px;
    color: #000000;
    -webkit-background-clip: text !important;
    margin: 0;
    font-weight: 700;
    color: transparent;
    background-clip: text !important;
    transform: translateY(20px);
    opacity: 0;
}.appBox p {
    color: #000000;
    opacity: 0;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 18px;
    margin: 0;
    z-index: 2;
    position: relative;
    font-weight: 400;
    transform: translateY(20px);
    line-height: 1.7;
}.appBox a {
    color: inherit;
    padding: 0.5rem 0;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}.appBox a::after {
    width: 0;
    bottom: 0;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    position: absolute;
    height: 1px;
    left: 0;
    background: rgb(71,108,91);
    content: "";
}.appBox a:hover {
    transform: translateX(5px);
}.appBox a:hover::after {
    width: 100%;
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.appBox .quick_studies {
    margin-left: 5rem;
    border-radius: 0 25px 25px 0;
    padding: 5rem 4rem;
}.appBox .quick_studies::before {
    top: -50px;
    border: 1px solid rgb(107,144,127,0.5);
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    height: 200px;
    opacity: 0.5;
    width: 200px;
    content: "";
    right: -30px;
}.appBox h5 {
    font-size: calc(24px * 1.1);
}.appBox p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.appBox {
    padding: 8rem 0;
}.appBox .quick_studies {
    padding: 6rem 5rem;
    margin-left: 8rem;
    gap: 3rem;
}.appBox h5 {
    font-size: calc(24px * 1.2);
}.appBox p {
    max-width: 80%;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.appBox {
    padding: 4rem 0;
}.appBox .quick_studies {
    padding: 3rem 2rem;
    gap: 2rem;
}.appBox h5 {
    font-size: calc(24px * 0.9);
}.appBox::after,
    .appBox .quick_studies::before {
    display: none;
}
}

@media (max-width: 480px) {.appBox {
    padding: 3rem 0;
}.appBox .quick_studies {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.appBox h5 {
    font-size: calc(24px * 0.85);
}.appBox p {
    font-size: calc(18px * 0.95);
}.appBox .quick_studies > div:first-child {
    padding-left: 20px;
}}.training_structure {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 6rem 0;
}.training_structure::before {
    top: -10%;
    width: 35%;
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(107,144,127,0.5) 10%, transparent 70%);
    height: 70%;
    content: "";
    filter: blur(30px);
    z-index: 1;
    transform: rotate(15deg);
}.training_structure::after {
    left: -10%;
    filter: blur(40px);
    width: 40%;
    position: absolute;
    height: 60%;
    content: "";
    background: linear-gradient(45deg, rgb(71,108,91,0.5) 10%, transparent 70%);
    bottom: -5%;
    z-index: 1;
    transform: rotate(-10deg);
}.training_structure .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.training_structure .quick_studies {
    backdrop-filter: blur(5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05),
                -15px -15px 30px rgba(255, 255, 255, 0.9),
                inset 3px 3px 6px rgba(255, 255, 255, 0.8),
                inset -3px -3px 6px rgba(0, 0, 0, 0.03);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.training_structure .quick_studies:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07),
                -20px -20px 40px rgba(255, 255, 255, 0.95),
                inset 3px 3px 6px rgba(255, 255, 255, 0.8),
                inset -3px -3px 6px rgba(0, 0, 0, 0.03);
}.training_structure .quick_studies > div {
    position: relative;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        95% 100%, 
        0% 100%
    );
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.5)
    );
    padding: 2.5rem;
}.training_structure .quick_studies > div::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    top: 0;
    z-index: -1;
}.training_structure h3 {
    font-weight: 600;
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 30px;
    transform: translateZ(10px);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}.training_structure h3::after {
    content: "";
    width: 80px;
    transition: width 0.4s ease;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(107,144,127), rgb(71,108,91));
    position: absolute;
}.training_structure .quick_studies:hover h3::after {
    width: 120px;
}.training_structure p {
    margin-bottom: 0;
    font-size: 17px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.training_structure p span {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    transform: translateZ(5px);
}.training_structure .quick_studies:hover p span {
    transform: translateZ(10px);
}

@media (max-width: 991px) {.training_structure {
    padding: 4rem 0;
}.training_structure .quick_studies {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.training_structure .quick_studies > div {
    padding: 2rem;
}.training_structure h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.training_structure {
    padding: 3rem 0;
}.training_structure .quick_studies {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
                    -10px -10px 20px rgba(255, 255, 255, 0.9),
                    inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                    inset -2px -2px 4px rgba(0, 0, 0, 0.03);
    padding: 2rem 1.5rem;
}.training_structure .quick_studies > div {
    padding: 1.5rem;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            95% 100%, 
            0% 100%
        );
}.training_structure h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1rem;
}.training_structure p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 575px) {.training_structure {
    padding: 2.5rem 0;
}.training_structure .quick_studies {
    padding: 1.5rem 1rem;
    transform: none;
}.training_structure .quick_studies > div {
    padding: 1.25rem;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            90% 100%, 
            0% 100%
        );
}.training_structure h3 {
    font-size: calc(30px * 0.7);
    padding-bottom: 0.75rem;
}.training_structure h3::after {
    width: 60px;
    height: 2px;
}.training_structure .quick_studies:hover h3::after {
    width: 80px;
}.training_structure p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.privacy_safeguard {
    background: linear-gradient(145deg, rgb(141,179,162) 0%, rgba(245, 248, 250, 0.95) 100%);
    padding: 5rem 2rem;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.privacy_safeguard::before {
    top: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(107,144,127,0.5), 0.05) 100%);
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    position: absolute;
    z-index: 1;
    width: 30%;
    right: 0;
    height: 100%;
    content: "";
}.privacy_safeguard::after {
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(71,108,91,0.5), 0.03) 100%);
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 60%;
    content: "";
    left: 0;
    position: absolute;
}.privacy_safeguard .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}.privacy_safeguard h1 {
    margin-bottom: 2rem;
    font-size: 47px;
    transform: translateX(-8px);
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.5rem;
}.privacy_safeguard h1::before {
    height: 4px;
    width: 120px;
    background: linear-gradient(90deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    animation: scaleIn 0.8s ease-out forwards;
    left: 0;
    bottom: 0;
    transform-origin: left;
    content: "";
    position: absolute;
}.privacy_safeguard h2 {
    padding-left: 1.5rem;
    font-size: 34px;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    position: relative;
    color: #000000;
}.privacy_safeguard h2::before {
    position: absolute;
    width: 8px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: rgb(107,144,127);
    height: 70%;
    content: "";
}.privacy_safeguard h3 {
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    font-size: calc(34px * 0.85);
    position: relative;
    padding-left: 1.25rem;
    font-weight: 600;
}.privacy_safeguard h3::before {
    width: 6px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 60%;
    left: 0;
    position: absolute;
    background: rgb(71,108,91);
}.privacy_safeguard h4 {
    font-size: calc(34px * 0.7);
    font-weight: 600;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
}.privacy_safeguard h4::before {
    left: 0;
    content: "";
    opacity: 0.7;
    width: 4px;
    position: absolute;
    height: 50%;
    transform: translateY(-50%);
    background: rgb(71,108,91);
    top: 50%;
}.privacy_safeguard p {
    line-height: 1.8;
    max-width: 95%;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
}.privacy_safeguard ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_safeguard li {
    padding-left: 1.75rem;
    line-height: 1.7;
    font-size: 17px;
    position: relative;
    margin-bottom: 1rem;
}.privacy_safeguard li::before {
    width: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0.6rem;
    height: 10px;
    transition: transform 0.3s ease;
    content: "";
    transform: rotate(45deg);
    left: 0;
    border: 2px solid rgb(107,144,127);
}.privacy_safeguard li:hover::before {
    transform: rotate(135deg);
    background-color: rgba(rgb(107,144,127,0.5), 0.1);
}.privacy_safeguard strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.privacy_safeguard span {
    color: #000000;
    font-size: 17px;
    border-left: 2px solid rgba(rgb(71,108,91,0.5), 0.3);
    margin-bottom: 2rem;
    padding-left: 1rem;
    display: block;
    line-height: 1.7;
}

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

@media (min-width: 768px) {.privacy_safeguard {
    padding: 7rem 3rem;
}.privacy_safeguard .container {
    padding: 0 30px;
}.privacy_safeguard h1 {
    font-size: calc(47px * 1.2);
    transform: translateX(-15px);
    margin-bottom: 3rem;
}.privacy_safeguard h1::before {
    height: 5px;
    width: 180px;
}.privacy_safeguard h2 {
    margin: 4rem 0 2rem;
    padding-left: 2rem;
}.privacy_safeguard h2::before {
    width: 10px;
}.privacy_safeguard p {
    max-width: 85%;
}.privacy_safeguard ul {
    margin-left: 2rem;
}.privacy_safeguard span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.privacy_safeguard {
    padding: 8rem 4rem;
}.privacy_safeguard::before {
    width: 40%;
}.privacy_safeguard h1 {
    transform: translateX(-25px);
}.privacy_safeguard h1::before {
    width: 220px;
}.privacy_safeguard p {
    max-width: 75%;
}.privacy_safeguard li::before {
    height: 12px;
    width: 12px;
}.privacy_safeguard span {
    padding-left: 2rem;
    border-left: 3px solid rgba(rgb(71,108,91,0.5), 0.3);
}
}

@media (max-width: 767px) {.privacy_safeguard {
    padding: 4rem 1.5rem;
}.privacy_safeguard::before {
    width: 50%;
}.privacy_safeguard h1 {
    font-size: calc(47px * 0.9);
    padding-bottom: 1rem;
}.privacy_safeguard h2 {
    font-size: calc(34px * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_safeguard h3 {
    font-size: calc(34px * 0.75);
}.privacy_safeguard h4 {
    font-size: calc(34px * 0.65);
}.privacy_safeguard p, .privacy_safeguard span, .privacy_safeguard li {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.privacy_safeguard {
    padding: 3rem 1rem;
}.privacy_safeguard h1 {
    font-size: calc(47px * 0.8);
}.privacy_safeguard h2 {
    padding-left: 1.25rem;
    font-size: calc(34px * 0.8);
}.privacy_safeguard h3 {
    padding-left: 1rem;
    font-size: calc(34px * 0.7);
}.privacy_safeguard h4 {
    font-size: calc(34px * 0.6);
    padding-left: 0.75rem;
}.privacy_safeguard p, .privacy_safeguard span, .privacy_safeguard li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.privacy_safeguard li {
    padding-left: 1.5rem;
}.privacy_safeguard span {
    padding-left: 0.75rem;
}}.cookieSettingsWindow {
    transition: all 0.3s ease-in-out;
    background: rgb(71,108,91);
    position: fixed;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(107,144,127);
    padding: 20px 0;
}.cookie_menu {
    margin: auto;
    justify-content: space-between;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;
}.cookieSettingsWindow h5 {
    font-size: 20px;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: 700;
}.cookieSettingsWindow p {
    font-size: 14px;
    max-width: 500px;
    color: #ffffff;
}.cookie_visitor {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_visitor svg, .cookie_visitor svg path {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(107,144,127);
}.cookie_visitor:hover svg {
    transform: rotate(10deg);
}.cookie_guard {
    padding: 10px 20px;
    line-height: 35px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    border-radius: 17px;
    text-decoration: none;
    box-shadow: rgb(107,144,127,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    background: rgb(107,144,127);
}.cookie_button.track_cookies {
    background: rgb(107,144,127);
}.cookie_button.edu_settings {
    background: rgb(71,108,91);
}.cookie_guard:hover {
    transform: scale(1.05);
    box-shadow: rgb(107,144,127,0.5) 0px 6px 15px 0px;
}.cookieSettingsWindow p a {
    color: rgb(107,144,127);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}.cookieSettingsWindow p a:hover {
    color: rgb(71,108,91);
}.segment-wrapper .cookieSettingsWindow {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(71,108,91);
}.segment-wrapper .cookie_guard {
    border: none;
    font-weight: 400;
    background: rgb(107,144,127);
    font-size: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}.segment-wrapper .user_status h5, .segment-wrapper .user_status p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_visitor {
    display: none;
}.cookie_menu {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieSettingsWindow h5 {
    text-align: center;
}.cookieSettingsWindow p {
    text-align: center;
}.user_status {
    margin-bottom: 20px;
    text-align: center;
}.cookie_guard {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
    margin-left: 0;
}}
#cookieAlertWindow {
    display: none;
}#cookieAlertWindow:checked ~ .cookieSettingsWindow {
    opacity: 0;
    visibility: hidden;
}.customer_experience {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(71,108,91,0.5), rgb(107,144,127,0.5) 70%, #ffffff 140%);
    position: relative;
}.customer_experience::before {
    width: 100%;
    opacity: 0.6;
    background-image: radial-gradient(circle at 20% 30%, rgb(71,108,91,0.5) 0%, transparent 60%),
                     radial-gradient(circle at 80% 70%, rgb(107,144,127,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}.customer_experience::after {
    right: -5%;
    content: "";
    width: 20rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(71,108,91) 0%, transparent 80%);
    height: 20rem;
    transform: rotate(-15deg);
    top: -5%;
    opacity: 0.1;
    z-index: 1;
}.customer_experience .container {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.customer_experience h2 {
    color: #000000;
    position: relative;
    transform: translateY(0.5rem);
    text-align: center;
    font-size: 37px;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 3rem;
}.customer_experience h2::after {
    width: 6rem;
    height: 3px;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(107,144,127), rgb(71,108,91));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}.customer_experience .quick_studies {
    position: relative;
}.customer_experience .feedback_cloud {
    position: relative;
    gap: 2.5rem;
    display: grid;
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_experience .user_ratings {
    display: flex;
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: calc(0.1s * var(--i, 0));
    padding: 2rem;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
}.customer_experience .user_ratings:nth-child(1) {
    --i: 1;
}.customer_experience .user_ratings:nth-child(2) {
    --i: 2;
}.customer_experience .user_ratings:nth-child(3) {
    --i: 3;
}.customer_experience .user_ratings:nth-child(4) {
    --i: 4;
}.customer_experience .user_ratings:nth-child(5) {
    --i: 5;
}.customer_experience .user_ratings:nth-child(6) {
    --i: 6;
}.customer_experience .user_ratings:nth-child(7) {
    --i: 7;
}.customer_experience .user_ratings::before {
    position: absolute;
    opacity: 0.3;
    font-size: 5rem;
    left: 2rem;
    z-index: 0;
    content: "";
    top: 1rem;
    line-height: 1;
    color: rgb(107,144,127,0.5);
}.customer_experience .user_ratings:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.customer_experience .user_ratings h3 {
    margin-bottom: 0.5rem;
    font-size: calc(20px + 0.1rem);
    position: relative;
    z-index: 1;
    color: rgb(107,144,127);
    font-weight: 600;
}.customer_experience .user_ratings .description {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 1;
    line-height: 1.6;
    flex-grow: 1;
}.customer_experience .user_ratings div {
    display: flex;
    align-items: center;
    margin-top: auto;
}.customer_experience .user_ratings div img {
    transition: transform 0.3s ease;
    border-radius: 50%;
    border: 2px solid rgb(71,108,91,0.5);
    height: 50px;
    object-fit: cover;
    width: 50px;
}.customer_experience .user_ratings:hover div img {
    border-color: rgb(71,108,91);
    transform: scale(1.1);
}

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

@media (max-width: 768px) {.customer_experience {
    padding: 4rem 0;
}.customer_experience h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.85);
}.customer_experience .feedback_cloud {
    grid-template-columns: 1fr;
    gap: 2rem;
}.customer_experience .user_ratings {
    padding: 1.5rem;
}.customer_experience .user_ratings::before {
    top: 0.5rem;
    font-size: 4rem;
    left: 1.5rem;
}
}

@media (min-width: 769px) and (max-width: 1024px) {.customer_experience .feedback_cloud {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1025px) and (max-width: 1200px) {.customer_experience .feedback_cloud {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.customer_experience .user_ratings,
    .customer_experience h2 {
    animation: none;
    opacity: 1;
}.customer_experience .user_ratings:hover {
    transform: none;
}
}

@media (hover: hover) {.customer_experience .user_ratings::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    transition: width 0.4s ease;
    width: 0;
    background: linear-gradient(90deg, rgb(107,144,127), rgb(71,108,91));
}.customer_experience .user_ratings:hover::after {
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
}footer .cert_block {
    padding: 100px 0 30px;
    color: #ffffff;
    background-color: #2c3e50;
    position: relative;
    font-family: Arial, sans-serif;
}footer .cert_block::before {
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.1;
    width: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 60px 60px;
    left: 0;
    height: 100%;
}footer .citation {
    z-index: 1;
    position: relative;
}footer .contact_form {
    margin: -70px auto 60px;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
}footer .info_item {
    background-color: #ffffff;
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    height: 50%;
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    position: absolute;
    width: 6px;
    content: "";
    background-color: rgb(107,144,127);
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    fill: rgb(107,144,127);
    flex-shrink: 0;
    z-index: 1;
    position: relative;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #2c3e50;
    font-size: 13px;
}footer .info_item a:hover {
    color: rgb(107,144,127);
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}footer .nav_header, footer .subscribe_holder {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .nav_header:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_page {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .nav_header svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}footer .webinar_cta {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_page h5 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    grid-column: 1 / -1;
    padding-bottom: 10px;
    color: #ffffff;
}footer .nav_page h5::after {
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgb(107,144,127);
    content: "";
    height: 2px;
    width: 50px;
}footer .header_mainbar {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 20px;
}footer .header_mainbar:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .header_mainbar a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
}footer .header_mainbar a:last-child {
    border-bottom: none;
}footer .header_mainbar a::before {
    position: absolute;
    content: "→";
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
    right: 0;
}footer .header_mainbar a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .header_mainbar a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    bottom: 0;
    background-color: rgb(107,144,127);
    height: 2px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(107,144,127);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .subscribe_box {
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgb(107,144,127);
    cursor: pointer;
    padding: 15px;
}footer .subscribe_box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(71,108,91);
}footer .press_room {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .rating_stars {
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_box {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav_page {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .cert_block {
    padding: 70px 0 30px;
}footer .contact_form {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav_header, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_page h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .press_room {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .cert_block {
    padding: 50px 0 20px;
}footer .header_mainbar {
    padding: 15px;
}footer .nav_page h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .input_holder input[type="email"],
    footer .subscribe_box {
    padding: 12px;
}}.pricing_options {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(141,179,162), #ffffff);
    overflow: hidden;
}.pricing_options::before {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
}.pricing_options .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.pricing_options .learn_pricing {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.pricing_options .payment_plan {
    transform: translateY(20px);
    order: 1;
    padding: 2rem;
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    text-align: center;
    opacity: 0;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
}.pricing_options .payment_plan h2 {
    display: inline-block;
    position: relative;
    font-size: 28px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(107,144,127);
}.pricing_options .payment_plan h2::after {
    position: absolute;
    left: 50%;
    width: 60%;
    content: "";
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(107,144,127), transparent);
    transform: translateX(-50%);
}.pricing_options .payment_plan .learn_sub {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%;
    color: #000000;
}.pricing_options .fee_pricing {
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.pricing_options .pricing_offers {
    opacity: 0;
    will-change: transform, opacity;
    display: block;
    animation-delay: calc(0.1s * var(--i, 1));
    text-decoration: none;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.pricing_options .pricing_offers:nth-child(1) {
    --i: 1;
}.pricing_options .pricing_offers:nth-child(2) {
    --i: 2;
}.pricing_options .pricing_offers:nth-child(3) {
    --i: 3;
}.pricing_options .pricing_offers:nth-child(4) {
    --i: 4;
}.pricing_options .pricing_offers:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_options .basic_cost {
    background: #ffffff;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}.pricing_options .pricing_offers:hover .basic_cost {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_options .package_deals {
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
}.pricing_options .package_deals::before {
    transition: opacity 0.4s ease, transform 0.4s ease;
    top: 0;
    width: 120px;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgb(107,144,127,0.5) 50%);
    height: 120px;
    position: absolute;
    content: "";
    transform: translate(30px, -30px);
    right: 0;
}.pricing_options .pricing_offers:hover .package_deals::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.pricing_options .pricing_offers h3 {
    transition: color 0.3s ease;
    position: relative;
    font-size: calc(18px + 0.2rem);
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
}.pricing_options .pricing_offers:hover h3 {
    color: rgb(107,144,127);
}.pricing_options .learning_fees {
    display: inline-block;
    font-size: calc(18px + 0.8rem);
    position: relative;
    color: rgb(107,144,127);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.pricing_options .learning_fees::before {
    width: 40px;
    height: 3px;
    transition: width 0.3s ease;
    bottom: -5px;
    left: 0;
    content: "";
    background: rgb(71,108,91);
    position: absolute;
}.pricing_options .pricing_offers:hover .learning_fees::before {
    width: 80px;
}.pricing_options .pricing_offers p {
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    font-size: 17px;
    -ms-word-break: break-all;
    color: #000000;
    margin-bottom: 0;
    word-wrap: break-word;
}.pricing_options .img_cell {
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
}.pricing_options .img_cell::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
    content: "";
    position: absolute;
}.pricing_options .pricing_offers:hover .img_cell {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_options .fee_pricing {
    grid-template-columns: repeat(2, 1fr);
}.pricing_options .payment_plan {
    padding: 3rem;
}.pricing_options .package_deals {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_options .learn_pricing {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing_options .payment_plan {
    height: 100%;
    flex-direction: column;
    order: 2;
    padding: 4rem 3rem;
    display: flex;
    text-align: left;
    justify-content: center;
}.pricing_options .payment_plan h2::after {
    left: 0;
    width: 100px;
    transform: none;
    background: linear-gradient(90deg, rgb(107,144,127), transparent);
}.pricing_options .payment_plan .learn_sub {
    max-width: 100%;
    margin: 0;
}.pricing_options .fee_pricing {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_options .fee_pricing {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_options .package_deals {
    padding: 3rem 2.5rem;
}.pricing_options .payment_plan h2 {
    font-size: calc(28px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_options {
    padding: 4rem 0;
}.pricing_options .payment_plan h2 {
    font-size: calc(28px - 0.2rem);
}.pricing_options .payment_plan .learn_sub {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}.pricing_options .pricing_offers h3 {
    font-size: 18px;
}.pricing_options .learning_fees {
    font-size: calc(18px + 0.5rem);
}.pricing_options .img_cell {
    height: 160px;
}}.stay_connected {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(107,144,127,0.5), rgb(107,144,127));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), inset 0 2px 10px rgba(255, 255, 255, 0.1);
    padding: 60px 0;
}.stay_connected::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, transparent 0%, transparent 80%, rgb(71,108,91,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(107,144,127,0.5) 0px, rgb(107,144,127) 2px, transparent 2px, transparent 10px);
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0.05;
    bottom: 0;
    content: "";
    position: absolute;
    pointer-events: none;
}.stay_connected::after {
    border-radius: 50%;
    filter: blur(40px);
    height: 300px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(71,108,91,0.5) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.2;
    bottom: -10%;
    right: -10%;
    width: 300px;
}.stay_connected .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
}.stay_connected .quick_studies {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -8px -8px 20px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
    backface-visibility: hidden;
    border-radius: 25px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 40px;
}.stay_connected .quick_studies:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15),
                -10px -10px 25px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.stay_connected h3 {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    color: #000000;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
}.stay_connected h3::after {
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(107,144,127), rgb(71,108,91));
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50px;
}.stay_connected .input_holder {
    position: relative;
    margin-top: 30px;
    gap: 15px;
    flex-direction: column;
    display: flex;
}.stay_connected .input_holder div {
    flex: 1;
    position: relative;
}.stay_connected .input_holder div::before {
    position: absolute;
    left: 15px;
    top: 50%;
    opacity: 0.7;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
    color: rgb(71,108,91);
    font-size: 16px;
    z-index: 10;
    content: "✉";
}.stay_connected .input_holder:focus-within div::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}.stay_connected input.sub_typography {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    padding: 0 20px 0 40px;
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.1),
                inset -3px -3px 7px rgba(255, 255, 255, 0.7),
                4px 4px 10px rgba(0, 0, 0, 0.05);
    border: none;
    height: 60px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
}.stay_connected input.sub_typography::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.5;
    color: rgba(0, 0, 0, 0.5);
}.stay_connected input.sub_typography:focus {
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.1),
                inset -4px -4px 10px rgba(255, 255, 255, 0.7),
                0 0 0 3px rgba(rgb(107,144,127,0.5), 0.3);
    outline: none;
    transform: translateY(-2px);
}.stay_connected input.sub_typography:focus::placeholder {
    opacity: 0.3;
    transform: translateX(5px);
}.stay_connected .subscribe_box {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(107,144,127), rgb(71,108,91));
    width: 100%;
    position: relative;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1),
                -4px -4px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 3px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 19px;
    overflow: hidden;
    height: 60px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
}.stay_connected .subscribe_box::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    content: "";
    top: 0;
}.stay_connected .subscribe_box:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15),
                -5px -5px 15px rgba(255, 255, 255, 0.9);
}.stay_connected .subscribe_box:hover::before {
    left: 100%;
}.stay_connected .subscribe_box:active {
    transform: translateY(1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                -2px -2px 8px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -1px -1px 3px rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {.stay_connected .input_holder {
    align-items: center;
    flex-direction: row;
}.stay_connected .subscribe_box {
    flex-shrink: 0;
    width: auto;
    padding: 0 30px;
}.stay_connected .quick_studies {
    padding: 50px;
}.stay_connected h3 {
    font-size: calc(23px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.stay_connected {
    padding: 40px 0;
}.stay_connected .quick_studies {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.stay_connected h3 {
    font-size: calc(23px * 0.9);
    line-height: 1.5;
}.stay_connected .input_holder {
    margin-top: 25px;
}.stay_connected input.sub_typography,
    .stay_connected .subscribe_box {
    height: 55px;
}
}

@media (max-width: 480px) {.stay_connected {
    padding: 30px 0;
}.stay_connected .quick_studies {
    padding: 25px 15px;
}.stay_connected h3 {
    font-size: calc(23px * 0.85);
}.stay_connected input.sub_typography,
    .stay_connected .subscribe_box {
    height: 50px;
}.stay_connected input.sub_typography {
    padding-left: 35px;
}.stay_connected .input_holder div::before {
    left: 12px;
    font-size: 14px;
}
}