* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.header_guide_r {
    flex: 1 0 auto;
}.sustain_cta_O {
    flex: 0 0 auto;
}html,body {
    font-family: Lato, sans-serif;
    min-height: 100%;
    height: 100%;
    auto
contain;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.grid-container_t {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1237px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_feedback_r {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(215,220,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
}.client_feedback_r::before {
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,194,202,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(134,156,177,0.5) 0%, transparent 15%);
    opacity: 0.6;
    left: 0;
    height: 100%;
    position: absolute;
}.client_feedback_r::after {
    background-size: 30px 30px;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.2;
    position: absolute;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    z-index: 1;
    left: 0;
}.client_feedback_r .container {
    position: relative;
    z-index: 2;
}.client_feedback_r h2 {
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    left: 50%;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    padding: 0 2rem;
    transform: translateX(-50%);
    margin-bottom: 4rem;
}.client_feedback_r h2::before, 
.client_feedback_r h2::after {
    background: rgb(180,194,202);
    animation: neonPulse 2s infinite alternate;
    height: 3px;
    width: 50px;
    position: absolute;
    content: "";
    top: 50%;
}.client_feedback_r h2::before {
    left: -30px;
}.client_feedback_r h2::after {
    right: -30px;
}.client_feedback_r .user_stories_e {
    flex-wrap: wrap;
    display: flex;
    perspective: 1000px;
    justify-content: center;
    gap: 2rem;
}.client_feedback_r .student_votes_S {
    display: flex;
    max-width: calc(33.333% - 2rem);
    overflow: hidden;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(33.333% - 2rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    min-width: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 10px;
    transform: translateZ(0) rotateY(0);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.client_feedback_r .student_votes_S::before {
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(180,194,202), rgb(134,156,177)) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    content: "";
    border: 2px solid transparent;
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    mask-composite: exclude;
    opacity: 0;
}.client_feedback_r .student_votes_S:hover {
    transform: translateZ(20px) rotateY(5deg);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}.client_feedback_r .student_votes_S:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.client_feedback_r .student_votes_S:nth-child(even):hover {
    transform: translateZ(20px) rotateY(-5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}.client_feedback_r .student_votes_S img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 90px;
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    object-fit: cover;
    border: 3px solid #ffffff;
}.client_feedback_r .student_votes_S:hover img {
    box-shadow: 0 0 15px rgb(180,194,202,0.5);
    transform: scale(1.05);
    border-color: rgb(180,194,202);
}.client_feedback_r .student_votes_S p {
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: calc(13px * 1.1);
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    margin: 0;
}.client_feedback_r .student_votes_S .tech_learn_a {
    color: #000000;
    position: relative;
    text-align: center;
    padding-top: 1rem;
    font-size: 13px;
    z-index: 2;
    margin-top: 1rem;
    font-weight: 400;
}.client_feedback_r .student_votes_S .tech_learn_a::after {
    transition: all 0.3s ease;
    width: 40px;
    background: rgb(134,156,177,0.5);
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 2px;
}.client_feedback_r .student_votes_S:hover .tech_learn_a::after {
    width: 60px;
    background: rgb(180,194,202);
    box-shadow: 0 0 10px rgb(180,194,202,0.5);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(180,194,202), 0 0 10px rgb(180,194,202,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(180,194,202), 0 0 30px rgb(180,194,202,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_feedback_r {
    padding: 4rem 0;
}.client_feedback_r h2 {
    margin-bottom: 3rem;
}.client_feedback_r .student_votes_S {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_feedback_r h2 {
    font-size: calc(35px * 0.9);
}.client_feedback_r h2::before,
    .client_feedback_r h2::after {
    width: 30px;
}.client_feedback_r h2::before {
    left: -15px;
}.client_feedback_r h2::after {
    right: -15px;
}.client_feedback_r .user_stories_e {
    gap: 1.5rem;
    flex-direction: column;
}.client_feedback_r .student_votes_S {
    flex: 1 1 100%;
    padding: 1.5rem;
    max-width: 100%;
}.client_feedback_r .student_votes_S,
    .client_feedback_r .student_votes_S:hover,
    .client_feedback_r .student_votes_S:nth-child(even):hover {
    transform: none;
}.client_feedback_r .student_votes_S img {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 480px) {.client_feedback_r {
    padding: 3rem 0;
}.client_feedback_r h2 {
    font-size: calc(35px * 0.8);
}.client_feedback_r .student_votes_S {
    padding: 1.25rem;
}.client_feedback_r .student_votes_S img {
    width: 60px;
    height: 60px;
}}.get_help_info_A {
    background: linear-gradient(135deg, rgb(215,220,224) 0%, rgb(180,194,202,0.5) 100%);
    font-family: Lato, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.get_help_info_A::before {
    left: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(180,194,202,0.5) 0%, transparent 60%);
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.get_help_info_A::after {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    z-index: 0;
    left: -50px;
    content: "";
    background: linear-gradient(225deg, rgb(134,156,177,0.5) 0%, transparent 70%);
    animation: pulseGlow 8s infinite alternate ease-in-out;
    position: absolute;
    bottom: -50px;
    filter: blur(40px);
}.get_help_info_A h1 {
    transition: all 0.5s ease;
    transform: translateY(0);
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
    opacity: 0.9;
    text-align: center;
    z-index: 1;
    font-size: 45px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.get_help_info_A h1::after {
    background: linear-gradient(90deg, rgb(180,194,202) 0%, rgb(134,156,177) 100%);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
}.get_help_info_A h1:hover {
    transform: translateY(-5px);
    opacity: 1;
}.get_help_info_A .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.get_help_info_A .help_desk_z {
    grid-template-columns: 1fr;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    display: grid;
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: perspective(1000px) rotateX(0deg);
}.get_help_info_A .help_desk_z:hover {
    transform: perspective(1000px) rotateX(2deg);
}.get_help_info_A .help_desk_z > div {
    padding-left: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    border-left: 2px solid rgb(180,194,202,0.5);
}.get_help_info_A .help_desk_z > div:hover {
    border-left-color: rgb(180,194,202);
    transform: translateX(5px);
}.get_help_info_A .help_desk_z > div:first-child {
    font-size: 18px;
    padding-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}.get_help_info_A .help_desk_z > div:first-child::before {
    background: rgb(180,194,202);
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 0;
    left: -7px;
    height: 12px;
    width: 12px;
}.get_help_info_A h6 {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}.get_help_info_A h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    transform: scale(0.9);
}.get_help_info_A h6:hover svg {
    transform: scale(1.1);
}.get_help_info_A span {
    font-size: calc(18px - 1px);
    margin-top: 0.25rem;
    color: #000000;
    display: block;
    padding-left: 0.5rem;
}.get_help_info_A .request_feedback_x {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.get_help_info_A .request_feedback_x > div {
    position: relative;
}.get_help_info_A .reach_block_p {
    align-items: center;
    font-size: calc(18px - 1px);
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    padding: 0.5rem 0;
}.get_help_info_A .reach_block_p::before {
    left: 0;
    width: 0;
    transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    position: absolute;
    height: 1px;
    bottom: 0;
    content: "";
    background: rgb(180,194,202);
}.get_help_info_A .reach_block_p:hover {
    color: rgb(180,194,202);
    transform: translateX(5px);
}.get_help_info_A .reach_block_p:hover::before {
    width: 100%;
}.get_help_info_A .reach_block_p svg {
    transition: all 0.4s ease;
    transform: scale(0.9);
    margin-left: 0.5rem;
}.get_help_info_A .reach_block_p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.get_help_info_A svg path {
    transition: fill 0.3s ease;
}.get_help_info_A .reach_block_p:hover svg path {
    fill: rgb(180,194,202);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.3;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.get_help_info_A {
    padding: 6rem 3rem;
}.get_help_info_A .help_desk_z {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem;
}.get_help_info_A .help_desk_z > div:first-child {
    grid-column: span 2;
}.get_help_info_A h1 {
    margin-bottom: 4rem;
}.get_help_info_A h1::after {
    width: 120px;
}
}

@media (min-width: 992px) {.get_help_info_A {
    padding: 7rem 4rem;
}.get_help_info_A .help_desk_z {
    grid-template-columns: 2fr 1fr 1fr;
}.get_help_info_A .help_desk_z > div:first-child {
    grid-column: span 1;
}.get_help_info_A h1 {
    font-size: calc(45px + 0.5rem);
}.get_help_info_A .help_desk_z > div {
    border-left-width: 3px;
}
}

@media (hover: hover) {.get_help_info_A .reach_block_p {
    cursor: pointer;
}.get_help_info_A .reach_block_p::after {
    content: "";
    transition: opacity 0.4s ease;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgb(180,194,202,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
}.get_help_info_A .reach_block_p:hover::after {
    opacity: 0.3;
}}.contact_information_o {
    background: linear-gradient(120deg, rgb(215,220,224), rgba(rgb(180,194,202), 0.03));
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.contact_information_o::before {
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(180,194,202), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(134,156,177), 0.05) 0%, transparent 50%);
    height: 100%;
    position: absolute;
    width: 100%;
}.contact_information_o::after {
    top: 0;
    animation: backgroundShift 30s linear infinite;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    background-position: center center;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(180,194,202), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(180,194,202), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(134,156,177), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(180,194,202), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(134,156,177), 0.04) 0%, transparent 30%);
    width: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_information_o .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.contact_information_o h2 {
    letter-spacing: 1px;
    perspective: 1000px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    transform: translateX(-50%);
    color: #000000;
    position: relative;
    font-size: 36px;
    left: 50%;
    font-weight: 700;
}.contact_information_o h2::before {
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(180,194,202), transparent);
}.contact_information_o .contact_request_e {
    margin-top: 60px;
    transform-style: preserve-3d;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    display: flex;
    border-radius: 16px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.contact_information_o .contact_request_e::before {
    left: 0;
    z-index: 3;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,194,202), rgb(134,156,177));
    top: 0;
    content: "";
    width: 100%;
    height: 5px;
}.contact_information_o .image_grid_g {
    min-height: 500px;
    transform: translateZ(0);
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
}.contact_information_o .image_grid_g::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
    mix-blend-mode: multiply;
    background: linear-gradient(210deg, rgba(rgb(180,194,202), 0.5), rgba(rgb(134,156,177), 0.5));
}.contact_information_o .image_grid_g::after {
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    z-index: 2;
    top: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    content: "";
    height: 300%;
    width: 300%;
    position: absolute;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_information_o .reach_inquiry_G {
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    position: relative;
}.contact_information_o .reach_inquiry_G::before {
    right: 0;
    z-index: 0;
    width: 500px;
    height: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(180,194,202), 0.03) 0%, transparent 70%);
    opacity: 0.5;
    border-radius: 50%;
    top: 0;
    content: "";
    position: absolute;
}.contact_information_o form {
    position: relative;
    z-index: 3;
}.contact_information_o form h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.5px;
}.contact_information_o form h3::after {
    height: 2px;
    content: "";
    bottom: -15px;
    position: absolute;
    width: 30px;
    background: rgb(180,194,202);
    left: 0;
}.contact_information_o form input[type="text"] {
    font-size: 16px;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(rgb(180,194,202), 0.1);
    padding: 18px 25px;
    background: rgba(rgb(215,220,224), 0.5);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}.contact_information_o form input[type="text"]:focus {
    border-color: rgb(180,194,202);
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 0 0 4px rgba(rgb(180,194,202), 0.1);
    outline: none;
}.contact_information_o form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_information_o form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.contact_information_o .message_help_b {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contact_information_o .message_help_b input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information_o .message_help_b label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}.contact_information_o .message_help_b label::before {
    top: 0;
    position: absolute;
    content: "";
    height: 22px;
    left: 0;
    border: 1px solid rgba(rgb(180,194,202), 0.3);
    border-radius: 4px;
    background: rgba(#ffffff, 0.6);
    width: 22px;
    transition: all 0.3s ease;
}.contact_information_o .message_help_b input[type="checkbox"]:checked + label::before {
    border-color: rgb(180,194,202);
    background: rgb(180,194,202);
}.contact_information_o .message_help_b input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    left: 8px;
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px;
    border: solid #ffffff;
    content: "";
}.contact_information_o .message_help_b label a {
    color: rgb(180,194,202);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.contact_information_o .message_help_b label a::after {
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(180,194,202);
    bottom: -2px;
    height: 1px;
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    content: "";
}.contact_information_o .message_help_b label a:hover {
    color: rgb(134,156,177);
}.contact_information_o .message_help_b label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(134,156,177);
}.contact_information_o .connect_box_x {
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    border: none;
    background: rgb(180,194,202);
    color: #ffffff;
    padding: 16px 40px;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}.contact_information_o .connect_box_x::before {
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(180,194,202), rgb(134,156,177));
    opacity: 0;
    z-index: -1;
    left: 0;
}.contact_information_o .connect_box_x:hover::before {
    opacity: 1;
}.contact_information_o .connect_box_x::after {
    transform: scale(0);
    left: -10px;
    transition: all 0.5s ease;
    top: -50%;
    content: "";
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
}.contact_information_o .connect_box_x:hover::after {
    opacity: 0;
    transform: scale(4);
}.contact_information_o svg {
    width: 22px;
    stroke: rgb(180,194,202);
    stroke-width: 2;
    filter: drop-shadow(0 2px 2px rgba(rgb(180,194,202), 0.3));
    height: 22px;
    transition: all 0.3s ease;
    fill: none;
}.contact_information_o svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(180,194,202);
}.contact_information_o svg:hover,
.contact_information_o svg:hover path {
    stroke: rgb(134,156,177);
    transform: translateY(-2px);
}.contact_information_o form input {
    border: 1px solid rgb(180,194,202);
}

@media (max-width: 1024px) {.contact_information_o {
    padding: 80px 0;
}.contact_information_o .contact_request_e {
    margin-top: 50px;
}.contact_information_o .image_grid_g {
    min-height: 450px;
}.contact_information_o .reach_inquiry_G {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information_o {
    padding: 60px 0;
}.contact_information_o .contact_request_e {
    flex-direction: column;
    margin-top: 40px;
}.contact_information_o .image_grid_g {
    width: 100%;
    min-height: 300px;
}.contact_information_o .reach_inquiry_G {
    padding: 40px 30px;
    width: 100%;
}.contact_information_o form h3 {
    margin-bottom: 30px;
}.contact_information_o form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_information_o .message_help_b {
    margin-bottom: 25px;
}.contact_information_o .connect_box_x {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact_information_o {
    padding: 50px 0;
}.contact_information_o h2 {
    font-size: calc(36px * 0.85);
}.contact_information_o .contact_request_e {
    margin-top: 30px;
    border-radius: 12px;
}.contact_information_o .image_grid_g {
    min-height: 220px;
}.contact_information_o .reach_inquiry_G {
    padding: 30px 20px;
}.contact_information_o form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact_information_o form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_information_o .message_help_b {
    margin-bottom: 20px;
}.contact_information_o .message_help_b label {
    font-size: calc(13px * 0.9);
}.contact_information_o .connect_box_x {
    padding: 12px 20px;
}}footer {
    position: relative;
}footer::before {
    right: 0;
    left: 0;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(180,194,202) 150%);
    opacity: 0.92;
    position: absolute;
    top: 0;
    z-index: 1;
}.sustain_cta_O {
    padding: 70px 0;
    z-index: 2;
    font-family: Lato, sans-serif;
    position: relative;
    color: #ffffff;
}.sustain_cta_O .container {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}.sustain_cta_O .company_holder {
    border-radius: 12px 0 12px 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.sustain_cta_O .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.sustain_cta_O .company_holder::before {
    position: absolute;
    background: rgb(180,194,202);
    top: 0;
    left: 0;
    content: '';
    height: 5px;
    width: 100%;
}.sustain_cta_O .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    display: inline-block;
    margin-bottom: 25px;
}.sustain_cta_O .company_holder h3::after {
    left: 0;
    bottom: -8px;
    width: 60px;
    content: '';
    height: 3px;
    background: rgb(134,156,177);
    position: absolute;
}.sustain_cta_O .footer_caption_S {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.sustain_cta_O .forum_link_f {
    position: relative;
}.sustain_cta_O .main_master_H {
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.sustain_cta_O .nav_lesson_q {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.sustain_cta_O .nav_lesson_q h5 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 19px;
    border-left: 3px solid rgb(180,194,202);
}.sustain_cta_O .nav_lesson_q .main_master_H {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.sustain_cta_O .nav_lesson_q .main_master_H a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    overflow: hidden;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}.sustain_cta_O .nav_lesson_q .main_master_H a::before {
    width: 0;
    z-index: -1;
    background: rgb(180,194,202,0.5);
    transition: width 0.3s ease;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}.sustain_cta_O .nav_lesson_q .main_master_H a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.sustain_cta_O .nav_lesson_q .main_master_H a:hover::before {
    width: 100%;
}.whatsapp_grp_B {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    margin-top: 50px;
}.whatsapp_grp_B .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.whatsapp_grp_B .lesson_cta_a {
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    background-size: 40px 40px;
    right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    content: '';
    bottom: 0;
    left: 0;
}

@media (max-width: 992px) {.sustain_cta_O .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.sustain_cta_O {
    padding: 50px 0;
}.sustain_cta_O .nav_lesson_q {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.sustain_cta_O {
    padding: 40px 0;
}.sustain_cta_O .company_holder h3 {
    font-size: calc(32px * 0.8);
}.sustain_cta_O .nav_lesson_q h5 {
    font-size: calc(19px * 0.9);
}.sustain_cta_O .nav_lesson_q .main_master_H a,
    .sustain_cta_O .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.whatsapp_grp_B::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 100%;
    opacity: 0.2;
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    content: '';
}.mentorship_profile_l {
    padding: 4rem 2rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,220,224) 0%, rgb(180,194,202,0.5) 100%);
}.mentorship_profile_l::before {
    width: 70%;
    content: "";
    background: rgb(134,156,177,0.5);
    height: 120%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    top: -10%;
    animation: pulse 8s infinite alternate;
    left: -10%;
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
}.mentorship_profile_l .student_votes_S {
    gap: 2rem;
    transition: transform 0.5s ease;
    grid-template-columns: 1fr 1.2fr;
    transform: perspective(1000px) rotateY(5deg);
    display: grid;
    z-index: 2;
    position: relative;
}.mentorship_profile_l .student_votes_S:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.mentorship_profile_l .image_grid_g {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: rotate(-3deg) translateY(20px);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    height: 400px;
}.mentorship_profile_l .image_grid_g::after {
    height: 100%;
    border-radius: 10px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(180,194,202,0.5) 0%, transparent 70%);
}.mentorship_profile_l .student_votes_S:hover .image_grid_g {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.mentorship_profile_l .exp_projects_I {
    z-index: 3;
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    position: relative;
    transform: translateY(30px) rotate(2deg);
}.mentorship_profile_l .student_votes_S:hover .exp_projects_I {
    transform: translateY(0) rotate(0deg);
}.mentorship_profile_l .name {
    color: rgb(180,194,202);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: Lato, sans-serif;
    position: relative;
}.mentorship_profile_l .name::after {
    transition: transform 0.3s ease;
    bottom: -8px;
    width: 60px;
    position: absolute;
    background: linear-gradient(90deg, rgb(134,156,177) 0%, rgb(180,194,202) 100%);
    content: "";
    transform: scaleX(0.6);
    left: 0;
    height: 3px;
    transform-origin: left;
}.mentorship_profile_l .student_votes_S:hover .name::after {
    transform: scaleX(1);
}.mentorship_profile_l .exp_projects_I > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(134,156,177);
    opacity: 0.8;
    font-size: 17px;
    transition: all 0.3s ease;
    transform: translateX(5px);
}.mentorship_profile_l .student_votes_S:hover .exp_projects_I > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.mentorship_profile_l .past_jobs_c {
    line-height: 1.6;
    font-style: italic;
    color: #000000;
    font-size: 18px;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
}.mentorship_profile_l .past_jobs_c::before {
    background: linear-gradient(to bottom, rgb(180,194,202), rgb(134,156,177));
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 3px;
    left: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.mentorship_profile_l .student_votes_S {
    grid-template-columns: 1fr;
}.mentorship_profile_l .image_grid_g {
    height: 300px;
}}.attempt_now_b {
    background: rgb(215,220,224);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.attempt_now_b::before {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.04;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
}.attempt_now_b .study_expert_V {
    display: grid;
    z-index: 10;
    grid-template-columns: 1fr 1fr;
    border-left: 4px solid rgb(180,194,202);
    gap: 50px;
    position: relative;
    padding-left: 50px;
}.attempt_now_b .container p {
    grid-column: 1 / -1;
    color: #000000;
    position: relative;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    z-index: 5;
    margin: 0;
}.attempt_now_b .connect_box_x {
    position: relative;
    font-size: 16px;
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 5px 5px 0 rgb(180,194,202);
    padding: 20px 40px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    grid-column: 1 / 2;
    background: rgb(215,220,224);
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 5;
}.attempt_now_b .connect_box_x::before {
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    transition: 0.5s;
}.attempt_now_b .connect_box_x:hover {
    box-shadow: 0 0 0 rgb(180,194,202);
    transform: translate(5px, 5px);
}.attempt_now_b .connect_box_x:hover::before {
    left: 100%;
}.attempt_now_b .study_expert_V::before {
    border-radius: 50%;
    opacity: 0.3;
    top: -175px;
    height: 350px;
    content: '';
    position: absolute;
    right: -175px;
    z-index: -1;
    width: 350px;
    border: 2px solid rgb(180,194,202,0.5);
}.attempt_now_b .study_expert_V::after {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    right: -50px;
    border-radius: 50%;
    bottom: -100px;
    border: 2px solid rgb(134,156,177,0.5);
    width: 200px;
    height: 200px;
}.attempt_now_b::after {
    background: linear-gradient(135deg, transparent 0%, rgb(180,194,202,0.5) 100%);
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    width: 100%;
}

@media (max-width: 991px) {.attempt_now_b {
    padding: 80px 0;
}.attempt_now_b .study_expert_V {
    gap: 40px;
    padding-left: 30px;
}.attempt_now_b .container p {
    font-size: calc(22px * 1.2);
}.attempt_now_b .connect_box_x {
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.attempt_now_b {
    padding: 60px 0;
}.attempt_now_b .study_expert_V {
    padding-left: 20px;
    gap: 30px;
    grid-template-columns: 1fr;
}.attempt_now_b .container p {
    font-size: 22px;
}.attempt_now_b .connect_box_x {
    padding: 15px 30px;
    grid-column: 1;
}
}

@media (max-width: 480px) {.attempt_now_b {
    padding: 40px 0;
}.attempt_now_b .study_expert_V {
    border-left-width: 3px;
    padding-left: 15px;
    gap: 20px;
}.attempt_now_b .container p {
    font-size: calc(16px * 1.2);
}.attempt_now_b .connect_box_x {
    font-size: calc(16px * 0.9);
    padding: 12px 25px;
}}.plan_shelf_C {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.plan_shelf_C::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    position: absolute;
    z-index: 1;
}.plan_shelf_C .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
}.plan_shelf_C .learning_package_p {
    display: flex;
    align-items: center;
    flex-direction: column;
}.plan_shelf_C h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}.plan_shelf_C .edu_packages_p {
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    max-width: 800px;
    opacity: 0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.plan_shelf_C .rate_panel_W {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    width: 100%;
    display: grid;
}.plan_shelf_C .rate_panel_W li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
}.plan_shelf_C .rate_panel_W li:nth-child(1) {
    --li-index: 0;
}.plan_shelf_C .rate_panel_W li:nth-child(2) {
    --li-index: 1;
}.plan_shelf_C .rate_panel_W li:nth-child(3) {
    --li-index: 2;
}.plan_shelf_C .rate_panel_W li:nth-child(4) {
    --li-index: 3;
}.plan_shelf_C .plan_pricing_U {
    text-decoration: none;
    display: block;
    will-change: transform;
    transform: perspective(1000px) rotateX(0deg);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_shelf_C .plan_pricing_U:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.plan_shelf_C .fee_choices_h {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    overflow: hidden;
}.plan_shelf_C .plan_pricing_U:hover .fee_choices_h {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(180,194,202,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.plan_shelf_C .fee_choices_h::before {
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(180,194,202,0.5) 0%, transparent 70%);
    transform: rotate(-45deg);
    width: 40%;
    left: -10%;
    top: -10%;
    height: 50%;
    position: absolute;
    transition: all 0.6s ease;
    content: "";
}.plan_shelf_C .plan_pricing_U:hover .fee_choices_h::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.plan_shelf_C .price_view_w {
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    min-height: 280px;
    padding: 35px 30px;
    display: flex;
}.plan_shelf_C .price_view_w h4 {
    font-size: calc(20px * 1.1);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
}.plan_shelf_C .price_view_w h4::after {
    content: "";
    height: 3px;
    background: rgb(180,194,202);
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    width: 40px;
    bottom: 0;
}.plan_shelf_C .plan_pricing_U:hover .price_view_w h4::after {
    width: 60px;
}.plan_shelf_C .price_view_w p {
    font-size: calc(16px * 0.9);
    margin-bottom: 25px;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.7;
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
    word-wrap: break-word;
    flex-grow: 1;
}.plan_shelf_C .fee_plans_a {
    position: relative;
    font-weight: 700;
    padding: 10px 20px;
    font-size: calc(20px * 1.2);
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    border-radius: 4px;
    color: rgb(180,194,202);
    display: inline-block;
    align-self: flex-start;
    transition: all 0.3s ease;
}.plan_shelf_C .fee_plans_a::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    position: absolute;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
}.plan_shelf_C .plan_pricing_U:hover .fee_plans_a::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.plan_shelf_C {
    padding: 100px 0;
}.plan_shelf_C .rate_panel_W {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan_shelf_C {
    padding: 80px 0;
}.plan_shelf_C h2 {
    font-size: calc(35px * 0.9);
}.plan_shelf_C .rate_panel_W {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.plan_shelf_C .price_view_w {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.plan_shelf_C {
    padding: 70px 0;
}.plan_shelf_C h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
}.plan_shelf_C .edu_packages_p {
    font-size: calc(16px * 0.95);
    margin-bottom: 35px;
}.plan_shelf_C .rate_panel_W {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.plan_shelf_C .price_view_w {
    min-height: auto;
}
}

@media (max-width: 576px) {.plan_shelf_C {
    padding: 60px 0;
}.plan_shelf_C h2 {
    font-size: calc(35px * 0.7);
}.plan_shelf_C .edu_packages_p {
    font-size: calc(16px * 0.9);
}.plan_shelf_C .price_view_w {
    padding: 20px 15px;
}.plan_shelf_C .price_view_w h4 {
    font-size: 20px;
}.plan_shelf_C .price_view_w p {
    font-size: calc(16px * 0.85);
}.plan_shelf_C .fee_plans_a {
    font-size: 20px;
    padding: 8px 15px;
}}.course_features_V {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(180,194,202,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.course_features_V::before {
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(180,194,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(134,156,177,0.5) 0%, transparent 40%);
    bottom: 0;
    position: absolute;
}.course_features_V::after {
    width: 100%;
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(180,194,202,0.5) 49%, rgb(180,194,202,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(134,156,177,0.5) 49%, rgb(134,156,177,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    opacity: 0.1;
    left: 0;
    top: 0;
    content: '';
    animation: backgroundShift 30s linear infinite;
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.course_features_V .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.course_features_V .study_expert_V {
    gap: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(180,194,202,0.5),
                inset 0 0 20px rgb(180,194,202,0.5);
    backdrop-filter: blur(5px);
    overflow: hidden;
    position: relative;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    padding: 40px;
    border-radius: 25px;
    display: grid;
    transition: all 0.5s ease;
}.course_features_V .study_expert_V::before {
    width: 200px;
    background: radial-gradient(circle, rgb(180,194,202) 0%, transparent 70%);
    filter: blur(20px);
    border-radius: 50%;
    top: -100px;
    animation: pulseLight 8s ease-in-out infinite;
    height: 200px;
    right: -100px;
    position: absolute;
    opacity: 0.2;
    content: '';
}.course_features_V .study_expert_V::after {
    filter: blur(20px);
    position: absolute;
    left: -100px;
    bottom: -100px;
    background: radial-gradient(circle, rgb(134,156,177) 0%, transparent 70%);
    height: 200px;
    border-radius: 50%;
    content: '';
    width: 200px;
    opacity: 0.2;
    animation: pulseLight 8s ease-in-out infinite 4s;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.course_features_V .learn_network_r {
    padding-right: 20px;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    z-index: 3;
}.course_features_V .nav_main_h {
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease;
    margin-bottom: 25px;
}.course_features_V .nav_main_h:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_features_V .nav_main_h svg {
    filter: drop-shadow(0 5px 15px rgb(180,194,202,0.5));
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
}.course_features_V .nav_main_h svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,194,202);
}.course_features_V .nav_main_h:hover svg path {
    fill: rgb(134,156,177);
}.course_features_V h3 {
    transform: translateZ(0);
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    backface-visibility: hidden;
    letter-spacing: 0.5px;
    position: relative;
}.course_features_V h3::after {
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(180,194,202) 0%, rgb(134,156,177) 100%);
    height: 3px;
    position: absolute;
    animation: lineExpand 4s ease-in-out infinite;
    border-radius: 10px;
    bottom: 0;
    width: 60px;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.course_features_V p {
    z-index: 2;
    margin-bottom: 0;
    line-height: 1.7;
    font-family: Lato, sans-serif;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    font-weight: 400;
    position: relative;
    color: #ffffff;
}.course_features_V .image_grid_g {
    height: 350px;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(180,194,202,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    border-radius: calc(25px * 1.5);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
}.course_features_V .image_grid_g:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(180,194,202),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.course_features_V .image_grid_g::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    height: 100%;
}.course_features_V .image_grid_g::after {
    opacity: 0.5;
    left: 0;
    z-index: 2;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    top: 0;
    height: 100%;
    position: absolute;
    animation: scanlines 10s linear infinite;
    content: '';
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.course_features_V {
    padding: 60px 0;
}.course_features_V .study_expert_V {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 30px;
}.course_features_V .learn_network_r {
    text-align: center;
    padding-right: 0;
}.course_features_V h3::after {
    transform: translateX(-50%);
    left: 50%;
}.course_features_V .image_grid_g {
    min-height: 300px;
}
}

@media (max-width: 767px) {.course_features_V {
    padding: 40px 0;
}.course_features_V .study_expert_V {
    padding: 25px;
    gap: 25px;
}.course_features_V h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 20px;
}.course_features_V p {
    font-size: calc(17px * 0.95);
}.course_features_V .image_grid_g {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}

@media (max-width: 576px) {.course_features_V {
    padding: 30px 0;
}.course_features_V .study_expert_V {
    padding: 20px;
    gap: 20px;
}.course_features_V .nav_main_h {
    margin-bottom: 15px;
}.course_features_V h3 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.7);
    padding-bottom: 10px;
}.course_features_V p {
    font-size: calc(17px * 0.9);
}.course_features_V .image_grid_g {
    min-height: 200px;
}}
.welcome_page_E {
    position: relative;
    background: linear-gradient(135deg, rgb(215,220,224) 0%, rgba(245, 245, 250, 0.9) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 6rem 2rem;
}.welcome_page_E::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(180,194,202,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    height: 100%;
}.welcome_page_E > div {
    position: relative;
    gap: 3rem;
    display: flex;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
}.welcome_page_E > div > div:first-child {
    gap: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    display: flex;
    flex-direction: column;
    transform: translateY(20px);
}.welcome_page_E .learn_lead_m {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    max-width: 800px;
    font-size: 40px;
    line-height: 1.2;
}.welcome_page_E .learn_lead_m::after {
    height: 4px;
    background: rgb(180,194,202);
    width: 80px;
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -0.75rem;
    animation: expandLine 0.8s 0.6s forwards ease-out;
    transform: scaleX(0);
}.welcome_page_E p {
    font-size: calc(14px * 1.2);
    max-width: 650px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    color: #000000;
}.welcome_page_E p::before {
    left: 0;
    position: absolute;
    background: rgb(134,156,177);
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    opacity: 0.7;
}.welcome_page_E .learn_top_P {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: translateY(30px);
    width: 100%;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    margin-top: 2rem;
}.welcome_page_E .guide_values_u {
    transition: transform 0.5s ease;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    height: 380px;
}.welcome_page_E .guide_values_u:hover {
    transform: translateY(-5px);
}.welcome_page_E .guide_values_u::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
}.welcome_page_E .guide_values_u span {
    animation: fadeUp 0.8s 0.6s forwards ease-out;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    z-index: 2;
    transform: translateY(10px);
    left: 0;
    position: absolute;
    backdrop-filter: blur(5px);
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    opacity: 0;
}.welcome_page_E .guide_values_u h3 {
    line-height: 1.5;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

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

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

@media (min-width: 768px) {.welcome_page_E {
    padding: 8rem 4rem;
}.welcome_page_E > div {
    align-items: center;
    flex-direction: row;
}.welcome_page_E > div > div:first-child {
    padding-right: 2rem;
    flex: 1;
}.welcome_page_E .learn_top_P {
    margin-top: 0;
    flex: 1.2;
}.welcome_page_E .guide_values_u {
    height: 420px;
}
}

@media (max-width: 767px) {.welcome_page_E {
    padding: 4rem 1.5rem;
}.welcome_page_E .learn_lead_m {
    font-size: calc(40px * 0.8);
}.welcome_page_E p {
    font-size: 14px;
}.welcome_page_E .guide_values_u {
    height: 320px;
}.welcome_page_E .guide_values_u span {
    padding: 1.5rem;
}.welcome_page_E .guide_values_u h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 480px) {.welcome_page_E {
    padding: 3rem 1rem;
}.welcome_page_E .learn_lead_m {
    font-size: calc(40px * 0.7);
}.welcome_page_E .guide_values_u {
    height: 280px;
}.welcome_page_E .guide_values_u span {
    padding: 1.25rem;
}.welcome_page_E .guide_values_u h3 {
    font-size: calc(23px * 0.8);
}}.who_we_are_E {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.who_we_are_E::before {
    width: 100%;
    opacity: 0.9;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgb(134,156,177) 0%,
        rgba(0, 0, 0, 0.85) 100%);
    height: 100%;
    z-index: 1;
    top: 0;
}.who_we_are_E::after {
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    position: absolute;
    right: 0;
    background: rgb(180,194,202);
    width: 35%;
    content: "";
    opacity: 0.1;
    z-index: 2;
}.who_we_are_E .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.who_we_are_E h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 33px;
    transform: translateX(-10px);
    display: inline-block;
}.who_we_are_E h2::after {
    bottom: -12px;
    position: absolute;
    width: 80px;
    background: rgb(180,194,202);
    animation: scaleIn 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    content: "";
    height: 4px;
}.who_we_are_E .text_frame_wrap_F {
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    border-left: 6px solid rgb(180,194,202);
    animation: fadeInUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.who_we_are_E .text_frame_wrap_F::before {
    width: 100%;
    opacity: 0.05;
    height: 100%;
    content: "";
    background: linear-gradient(to right, var(--primary-color-opacity) 0%, rgba(255, 255, 255, 0) 20%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}.who_we_are_E .text_frame_wrap_F > div {
    gap: 25px;
    grid-template-columns: 1fr;
    display: grid;
}.who_we_are_E .text_frame_wrap_F p {
    margin: 0;
    letter-spacing: 0.5px;
    color: rgb(180,194,202);
    font-weight: 600;
    transform: translateX(-5px);
    font-size: calc(12px * 1.6);
    position: relative;
    padding-bottom: 15px;
}.who_we_are_E .text_frame_wrap_F p::after {
    content: "";
    width: 40px;
    bottom: 0;
    left: 0;
    background: rgb(134,156,177);
    height: 3px;
    position: absolute;
}.who_we_are_E .text_frame_wrap_F div div {
    position: relative;
    color: #000000;
    line-height: 1.7;
    column-gap: 40px;
    column-count: 1;
    text-align: justify;
    font-size: 12px;
    font-family: Lato, sans-serif;
}

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

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


@media (min-width: 768px) {.who_we_are_E {
    padding: 140px 0 120px;
}.who_we_are_E .text_frame_wrap_F {
    animation: appear3D 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    opacity: 0;
    padding: 60px;
}.who_we_are_E .text_frame_wrap_F > div {
    grid-template-columns: 1fr;
}.who_we_are_E .text_frame_wrap_F div div {
    column-count: 2;
}
    
    @keyframes appear3D {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(-8deg) translateY(30px);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(-2deg) translateY(0);
        }
    }
}


@media (min-width: 992px) {.who_we_are_E {
    padding: 160px 0 140px;
}.who_we_are_E h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 60px;
}.who_we_are_E h2::after {
    height: 5px;
    width: 100px;
}.who_we_are_E .text_frame_wrap_F {
    margin-left: 40px;
    padding: 70px;
    border-left: 8px solid rgb(180,194,202);
}.who_we_are_E .text_frame_wrap_F::after {
    top: -15px;
    z-index: -1;
    opacity: 0.3;
    border: 3px solid rgb(134,156,177);
    position: absolute;
    height: 120px;
    content: "";
    width: 120px;
    right: -15px;
}.who_we_are_E .text_frame_wrap_F > div {
    align-items: flex-start;
    grid-template-columns: 0.3fr 0.7fr;
}.who_we_are_E .text_frame_wrap_F p {
    font-size: calc(23px * 1.1);
    padding-bottom: 20px;
}.who_we_are_E .text_frame_wrap_F p::after {
    width: 60px;
}.who_we_are_E .text_frame_wrap_F div div {
    column-count: 2;
}
}


@media (min-width: 1200px) {.who_we_are_E {
    padding: 180px 0 160px;
}.who_we_are_E::before {
    background: linear-gradient(135deg, 
            rgb(134,156,177) 0%,
            rgba(0, 0, 0, 0.75) 100%);
}.who_we_are_E h2 {
    font-size: calc(33px * 1.4);
    letter-spacing: 1px;
}.who_we_are_E .text_frame_wrap_F {
    padding: 80px;
    margin-left: 80px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.who_we_are_E .text_frame_wrap_F::before {
    background: linear-gradient(45deg, 
            rgba(rgb(180,194,202), 0.05) 0%, 
            rgba(rgb(180,194,202), 0.02) 50%, 
            rgba(255, 255, 255, 0) 100%);
}.who_we_are_E .text_frame_wrap_F > div {
    grid-template-columns: 0.25fr 0.75fr;
    gap: 40px;
}.who_we_are_E .text_frame_wrap_F p {
    font-size: 23px;
}.who_we_are_E .text_frame_wrap_F div div {
    column-count: 2;
    column-gap: 60px;
}}.appCard_b {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(215,220,224) 0%, rgb(134,156,177,0.5) 100%);
}.appCard_b::before {
    right: -5%;
    top: -10%;
    width: 300px;
    background: radial-gradient(circle, rgb(180,194,202,0.5) 0%, transparent 70%);
    filter: blur(40px);
    position: absolute;
    opacity: 0.6;
    content: "";
    height: 300px;
    animation: float 15s infinite ease-in-out;
}.appCard_b::after {
    height: 250px;
    opacity: 0.6;
    animation: float 12s infinite ease-in-out reverse;
    position: absolute;
    background: radial-gradient(circle, rgb(134,156,177,0.5) 0%, transparent 70%);
    left: -5%;
    width: 250px;
    bottom: -5%;
    content: "";
    filter: blur(30px);
}.appCard_b .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.appCard_b h2 {
    line-height: 1.3;
    margin-bottom: 40px;
    color: rgb(180,194,202);
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 5vw, 38px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) translateZ(0);
    position: relative;
}.appCard_b h2::before {
    transform-origin: left;
    animation: expand 1.5s ease-out forwards;
    left: 0;
    position: absolute;
    bottom: -12px;
    content: "";
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(180,194,202) 0%, rgb(134,156,177) 100%);
}.appCard_b .study_expert_V {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.appCard_b .study_expert_V:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appCard_b .study_expert_V::before {
    bottom: -5px;
    filter: blur(15px);
    top: -5px;
    position: absolute;
    background: linear-gradient(135deg, rgb(180,194,202,0.5), transparent, rgb(134,156,177,0.5));
    opacity: 0.5;
    z-index: -1;
    right: -5px;
    left: -5px;
    animation: pulse 4s infinite alternate;
    content: "";
}.appCard_b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.appCard_b li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}.appCard_b li::before {
    height: 8px;
    animation: pulse 4s infinite alternate;
    content: "";
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    left: 0;
    width: 8px;
    background: rgb(180,194,202);
}.appCard_b span {
    animation: fadeIn 1s ease-out forwards;
    color: #000000;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    display: block;
    line-height: 1.8;
    font-family: Lato, sans-serif;
}

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

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(5deg); }
}

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.appCard_b {
    padding: 90px 0;
}.appCard_b .study_expert_V {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 767px) {.appCard_b {
    padding: 70px 0;
}.appCard_b h2 {
    margin-bottom: 30px;
}.appCard_b .study_expert_V {
    transform: none;
    padding: 25px;
}.appCard_b .study_expert_V:hover {
    transform: translateY(-3px);
}.appCard_b h2::before {
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 575px) {.appCard_b {
    padding: 50px 0;
}.appCard_b h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.appCard_b .study_expert_V {
    padding: 20px;
}.appCard_b li {
    padding-left: 20px;
}.appCard_b span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}.appCard_b h2::before {
    width: 50px;
    height: 2px;
}}.stay_informed_h {
    background: linear-gradient(135deg, rgb(180,194,202,0.5) 0%, rgb(134,156,177) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.stay_informed_h::before {
    left: -50%;
    height: 200%;
    content: '';
    width: 200%;
    top: -50%;
    position: absolute;
    opacity: 0.1;
    background-size: 40px 40px;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    pointer-events: none;
    transform: rotate(15deg);
}.stay_informed_h::after {
    width: 40%;
    background: linear-gradient(to right, transparent, rgb(180,194,202,0.5));
    right: 0;
    top: 0;
    position: absolute;
    transform: skewX(-15deg) translateX(20%);
    height: 100%;
    opacity: 0.2;
    content: '';
}.stay_informed_h .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.stay_informed_h .study_expert_V {
    position: relative;
    border-left: 4px solid rgb(134,156,177);
    align-items: center;
    padding: 50px 40px;
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease-out;
    flex-direction: column;
}.stay_informed_h .study_expert_V:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stay_informed_h h3 {
    line-height: 1.3;
    position: relative;
    max-width: 800px;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-family: Lato, sans-serif;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    margin-bottom: 30px;
}.stay_informed_h .input_holder {
    display: flex;
    max-width: 600px;
    width: 100%;
    gap: 15px;
    flex-direction: column;
    position: relative;
}.stay_informed_h .input_holder > div {
    position: relative;
    width: 100%;
}.stay_informed_h .input_holder > div::before {
    background-size: contain;
    position: absolute;
    width: 18px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
    z-index: 1;
    transform: translateY(-50%);
    opacity: 0.7;
    height: 18px;
    pointer-events: none;
    content: '';
    left: 20px;
    top: 50%;
}.stay_informed_h input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    font-family: Lato, sans-serif;
    padding: 18px 20px 18px 50px;
}.stay_informed_h input[type="email"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(134,156,177), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}.stay_informed_h input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.stay_informed_h input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.stay_informed_h .instant_learning_T {
    color: #ffffff;
    font-family: Lato, sans-serif;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(134,156,177) 0%, rgb(134,156,177,0.5) 100%);
    padding: 16px 32px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    border: none;
    align-self: center;
}.stay_informed_h .instant_learning_T:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.stay_informed_h .instant_learning_T:active {
    transform: translateY(-1px);
}.stay_informed_h .instant_learning_T::after {
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
}.stay_informed_h .instant_learning_T:hover::after {
    left: 100%;
}

@media (min-width: 768px) {.stay_informed_h .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay_informed_h .input_holder > div {
    flex: 1;
}.stay_informed_h .instant_learning_T {
    align-self: stretch;
    white-space: nowrap;
}.stay_informed_h .study_expert_V {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 60px;
}
}

@media (max-width: 767px) {.stay_informed_h {
    padding: 60px 0;
}.stay_informed_h .study_expert_V {
    transform: none;
    padding: 40px 25px;
}.stay_informed_h h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
}.stay_informed_h input[type="email"] {
    padding: 15px 15px 15px 45px;
}.stay_informed_h .instant_learning_T {
    width: 100%;
    padding: 14px 20px;
}.stay_informed_h .input_holder > div::before {
    height: 16px;
    width: 16px;
    left: 15px;
}
}

@media (max-width: 480px) {.stay_informed_h {
    padding: 40px 0;
}.stay_informed_h .study_expert_V {
    padding: 30px 20px;
}.stay_informed_h h3 {
    margin-bottom: 20px;
    font-size: 1.25rem;
}
}

@media (min-width: 1200px) {.stay_informed_h::before {
    background-size: 50px 50px;
}.stay_informed_h .study_expert_V {
    transform: perspective(1500px) rotateY(-1deg);
}
}

@media (prefers-reduced-motion: reduce) {.stay_informed_h .study_expert_V,
  .stay_informed_h .study_expert_V:hover,
  .stay_informed_h input[type="email"],
  .stay_informed_h input[type="email"]:focus,
  .stay_informed_h .instant_learning_T,
  .stay_informed_h .instant_learning_T:hover,
  .stay_informed_h .instant_learning_T:active,
  .stay_informed_h .instant_learning_T::after,
  .stay_informed_h .instant_learning_T:hover::after,
  .stay_informed_h input[type="email"]::placeholder,
  .stay_informed_h input[type="email"]:focus::placeholder {
    transition: none;
    transform: none;
}}.secure_depot_d {
    line-height: 1.8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    font-family: Lato, sans-serif;
    color: #ffffff;
    padding: 50px 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(134,156,177,0.5) 100%);
}.secure_depot_d::before {
    content: '';
    right: -10px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    background: radial-gradient(circle at center, rgb(180,194,202), transparent);
    width: 150px;
    top: -10px;
    height: 150px;
}.secure_depot_d::after {
    background: radial-gradient(circle at center, rgb(134,156,177), transparent);
    content: '';
    transform: rotate(-45deg);
    height: 150px;
    bottom: -10px;
    z-index: 0;
    position: absolute;
    left: -10px;
    opacity: 0.5;
    width: 150px;
}.secure_depot_d h1, .secure_depot_d h2, .secure_depot_d h3, .secure_depot_d h4, .secure_depot_d h5, .secure_depot_d h6 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    color: rgb(180,194,202);
}.secure_depot_d h1 {
    font-weight: 700;
    border-bottom: 1px solid rgb(180,194,202);
    font-size: 41px;
    padding-bottom: 10px;
}.secure_depot_d h2 {
    border-bottom: 1px solid rgb(134,156,177);
    padding-bottom: 8px;
    font-size: 35px;
    font-weight: 600;
}.secure_depot_d ul, .secure_depot_d ol {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 20px;
    z-index: 1;
}.secure_depot_d li {
    color: #ffffff;
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
}.secure_depot_d ul li:before, .secure_depot_d ol li:before {
    background-color: rgb(180,194,202);
    position: absolute;
    box-shadow: 0 0 10px rgb(180,194,202);
    left: 0;
    content: '';
    border-radius: 50%;
    height: 8px;
    top: 0.5em;
    width: 8px;
}.secure_depot_d ol {
    counter-reset: item;
}.secure_depot_d ol li {
    list-style-type: none;
}.secure_depot_d ol li:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 20px;
    text-align: center;
    counter-increment: item;
    height: 20px;
    content: counter(item);
    color: #000000;
    font-size: 15px;
    border-radius: 50%;
    line-height: 20px;
    background-color: rgb(134,156,177);
}.secure_depot_d p, .secure_depot_d span {
    margin-bottom: 20px;
    z-index: 1;
    font-size: 15px;
    text-align: justify;
    position: relative;
}.secure_depot_d div {
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
}
@media only screen and (max-width: 800px) {.secure_depot_d {
    padding: 30px 20px;
}.secure_depot_d h1 {
    font-size: calc(20px - 5px);
}.secure_depot_d h2 {
    font-size: calc(20px - 5px);
}.secure_depot_d p, .secure_depot_d li {
    font-size: calc(15px - 2px);
}.secure_depot_d::before, .secure_depot_d::after {
    width: 100px;
    height: 100px;
}}header {
    background: linear-gradient(180deg, 
        rgb(180,194,202) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-bottom: 1px solid rgb(180,194,202,0.5);
    position: fixed;
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
}header:before {
    pointer-events: none;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.1;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(180,194,202,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(134,156,177,0.5) 0%, transparent 25%);
}header:after {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    content: '';
    width: 100%;
    left: 0;
    opacity: 0.02;
}header .main_primary_o {
    overflow: hidden;
    position: relative;
}header .main_primary_o:before {
    animation: scanlineGlow 4s linear infinite;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(180,194,202) 25%,
        #ffffff 50%,
        rgb(180,194,202) 75%,
        transparent 100%
    );
    bottom: 0;
    width: 200%;
    left: -50%;
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(180,194,202), 0 0 35px rgb(180,194,202);
    content: '';
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 18px 25px;
}header .container:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    pointer-events: none;
    content: '';
    mix-blend-mode: overlay;
    opacity: 0.5;
}header .nav_info_o {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .nav_info_o:before {
    opacity: 0.3;
    height: 20px;
    position: absolute;
    content: '';
    background: rgb(180,194,202);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: -10px;
    animation: breathe 5s infinite alternate;
    filter: blur(15px);
    width: 20px;
}header .nav_info_o:after {
    height: 20px;
    right: -10px;
    transform: translateY(-50%);
    border-radius: 50%;
    content: '';
    background: rgb(134,156,177);
    filter: blur(15px);
    animation: breathe 5s infinite alternate-reverse;
    width: 20px;
    opacity: 0.3;
    position: absolute;
    top: 50%;
}header .nav_lesson_q {
    align-items: center;
    display: flex;
    position: relative;
    gap: 30px;
}header .nav_lesson_q:before {
    left: -5%;
    filter: blur(5px);
    opacity: 0.15;
    animation: menuGlow 10s infinite ease-in-out;
    content: '';
    width: 110%;
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(180,194,202,0.5), 
        transparent
    );
    transform: translateX(-100%);
    top: -5%;
    position: absolute;
}header .head_pro_U {
    color: #ffffff;
    padding: 8px 2px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 1px #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
}header .head_pro_U:before {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(180,194,202,0.5), 
        transparent
    );
    top: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    opacity: 0;
    transition: all 0.4s ease;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
}header .head_pro_U:after {
    opacity: 0.8;
    width: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(180,194,202),
        #ffffff 50%,
        rgb(180,194,202)
    );
    left: 50%;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: -2px;
    transform: translateX(-50%);
    filter: blur(0.5px);
}header .head_pro_U:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(180,194,202);
    transform: translateY(-2px);
    color: #ffffff;
}header .head_pro_U:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .head_pro_U:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(180,194,202),
        0 0 10px rgb(180,194,202);
}header .main_learn_j {
    padding: 5px;
    justify-content: center;
    text-decoration: none;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
}header .main_learn_j:before {
    opacity: 0;
    top: 50%;
    content: '';
    height: 150%;
    position: absolute;
    left: 50%;
    width: 150%;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, 
        rgb(180,194,202,0.5) 0%, 
        transparent 70%
    );
}header .main_learn_j:after {
    height: calc(100% + 10px);
    opacity: 0;
    top: -5px;
    position: absolute;
    transition: all 0.5s ease;
    width: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(180,194,202), rgb(134,156,177), rgb(180,194,202)) 1;
    left: -5px;
    content: '';
    border: 1px solid transparent;
}header .main_learn_j:hover:before {
    opacity: 0.3;
}header .main_learn_j:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .main_learn_j svg {
    height: 45px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 2px rgb(180,194,202,0.5));
}header .main_learn_j:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(180,194,202));
}header .main_learn_j:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(180,194,202), rgb(134,156,177), rgb(180,194,202)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(180,194,202), rgb(134,156,177), rgb(180,194,202)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(180,194,202), rgb(134,156,177), rgb(180,194,202)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_lesson_q {
    gap: 20px;
}header .main_learn_j svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_lesson_q {
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    height: 100vh;
    -webkit-backdrop-filter: blur(15px);
    gap: 25px;
    top: 0;
    width: 85%;
    position: fixed;
    backdrop-filter: blur(15px);
    overflow-y: auto;
    padding: 85px 30px 30px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    max-width: 330px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    z-index: 1001;
    right: -100%;
}header .nav_lesson_q:before {
    top: 70px;
    left: 10%;
    height: 1px;
    opacity: 0.3;
    width: 80%;
    animation: none;
}header .nav_lesson_q:after {
    top: 20px;
    position: absolute;
    width: 30px;
    background: transparent;
    height: 30px;
    border: 1px solid rgb(180,194,202,0.5);
    opacity: 0.6;
    right: 20px;
    content: '';
}header .menu.active {
    right: 0;
}header .head_pro_U {
    width: 100%;
    text-align: left;
    opacity: 0.8;
    padding: 12px 5px;
    border-bottom: 1px solid rgb(180,194,202,0.5);
}header .head_pro_U:last-child {
    border-bottom: none;
}header .head_pro_U:hover {
    transform: translateY(0);
    opacity: 1;
}header .main_learn_j {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_learn_j svg {
    height: 35px;
}header .nav_lesson_q {
    width: 100%;
    max-width: 100%;
}}.cookie_popup_interrupt_R {
    bottom: 0;
    z-index: 90;
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(180,194,202);
    background: rgb(215,220,224);
}#alertTrackingUsage_a {
    display: none;
}#alertTrackingUsage_a:checked ~ .cookie_popup_interrupt_R {
    visibility: hidden;
    opacity: 0;
}.visitor_confirm_x {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}.cookie_popup_interrupt_R h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_interrupt_R p {
    font-size: 18px;
}.consent_box_U {
    flex-shrink: 0;
    margin-right: 10px;
}.consent_box_U svg, .consent_box_U svg path, .consent_box_U img {
    fill: rgb(180,194,202);
    width: 100px;
    height: 100px;
}.track_switch_N {
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    margin-left: 10px;
    color: rgb(180,194,202);
    border-bottom: 2px solid rgb(180,194,202);
}.cookie_popup_interrupt_R p a {
    text-decoration: none;
    color: rgb(180,194,202);
}
@media only screen and (max-width: 1200px) {.cookie_popup_interrupt_R {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_box_U {
    display: none;
}.visitor_confirm_x {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_popup_interrupt_R h5 {
    text-align: center;
}.cookie_popup_interrupt_R p {
    text-align: center;
}.edu_track_J {
    margin-bottom: 20px;
}body .grid-container_t .track_switch_N {
    margin-bottom: 10px;
    margin-left: 0;
}}
.grid-container_t .cookie_popup_interrupt_R {
    box-shadow: rgb(134,156,177,0.5) 0px 0px 10px 10px;
    background: rgb(180,194,202);
}.grid-container_t .visitor_confirm_x {
    justify-content: space-between;
    padding: 40px 0;
}.grid-container_t .track_switch_N {
    border: none;
    background: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    color: rgb(180,194,202);
}.grid-container_t .edu_track_J {
    color: #ffffff;
    text-align: left;
}.grid-container_t .edu_track_J h5 {
    font-weight: 700;
}.grid-container_t .edu_track_J h5, .grid-container_t .edu_track_J p {
    color: #ffffff;
}.grid-container_t .cookie_popup_interrupt_R p a {
    color: rgb(134,156,177);
    text-decoration: underline;
}