﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
}.xt_wrapper-padding {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}.Af_head_pagebar {
    flex: 1 0 auto;
}.uS_facebook_cta {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    padding: 4px;
    scroll-behavior: smooth;
    width: auto;
}::-webkit-scrollbar-button {
    height: 4px;
    width: 0px;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    background: #ffffff;
    box-shadow: inset 1px -1px 6px 2px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb {
    min-height: 83px;
    background: rgb(177,172,154);
    border-radius: 11.1em;
    transition: background, border-radius, transform 1.7s ease;
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: #ffffff;
    box-shadow: inset -4px -2px 3px 3px rgba(0, 0, 0, 0.4);
}html {
    scrollbar-color: rgb(230,228,224) rgb(177,172,154);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: rgb(177,172,154,0.5);
}}

a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1151px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Hg_follow {
    position: relative;
    --newsletter-background: #000000;
    --input-focus-scale: 1.02;
    padding: 6rem 0;
    overflow: hidden;
    color: var(--newsletter-text-color);
    --newsletter-text-color: #ffffff;
    --animation-time: 0.5s;
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    --newsletter-accent: rgb(177,172,154);
    font-family: Arial, sans-serif;
    --perspective-depth: 1000px;
    perspective: var(--perspective-depth);
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
}.Hg_follow::before {
    z-index: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    transform: translateZ(-50px);
    top: 0;
}.Hg_follow::after {
    content: "";
    right: -20%;
    height: 200%;
    width: 70%;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(177,172,154,0.5), 0.15),
        transparent 70%
    );
    z-index: 1;
    top: -50%;
    transform: rotate(-15deg);
}.Hg_follow .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
}.Hg_follow .wI_study_pro {
    animation: float 7s ease-in-out infinite;
    flex-direction: column;
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    transform: translateZ(0);
}.Hg_follow h4 {
    font-size: min(2.2rem, 5vw);
    max-width: 800px;
    transform: translateZ(30px);
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
    color: var(--newsletter-text-color);
    text-shadow: 0 4px 12px var(--newsletter-shadow);
    position: relative;
}.Hg_follow h4::after {
    background: var(--newsletter-accent);
    position: absolute;
    height: 3px;
    left: 0;
    transform: scaleX(0.8);
    bottom: -15px;
    content: "";
    transform-origin: left;
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
}.Hg_follow .wI_study_pro:hover h4::after {
    transform: scaleX(1);
}.Hg_follow .input_holder {
    transform: translateZ(50px);
    position: relative;
    display: flex;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    gap: 1rem;
    width: 100%;
}.Hg_follow .input_holder span {
    position: relative;
    transform-style: preserve-3d;
    display: flex;
}.Hg_follow .input_holder span:first-child {
    min-width: 0;
    flex: 1;
}.Hg_follow .input_holder input {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    font-size: 1rem;
    border-radius: 4px;
    transform: translateZ(0);
    outline: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.2rem 1.5rem;
}.Hg_follow .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}.Hg_follow .input_holder input[type="email"]:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(var(--input-focus-scale)) translateZ(20px);
    background: #ffffff;
}.Hg_follow .input_holder input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: opacity 0.3s;
}.Hg_follow .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.Hg_follow .input_holder input[type="submit"] {
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: var(--newsletter-accent);
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
}.Hg_follow .input_holder input[type="submit"]:hover {
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 10px 25px rgba(rgb(177,172,154,0.5), 0.4);
}.Hg_follow .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}.Hg_follow .input_holder input[type="submit"]::before {
    position: absolute;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0);
    height: 200%;
    width: 200%;
    content: "";
}.Hg_follow .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.Hg_follow .wI_study_pro {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 3rem;
}.Hg_follow h4 {
    max-width: 60%;
}.Hg_follow .input_holder {
    max-width: 50%;
}
}

@media (max-width: 767px) {.Hg_follow {
    padding: 4rem 0;
}.Hg_follow .wI_study_pro {
    align-items: center;
    text-align: center;
}.Hg_follow h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.Hg_follow h4::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
}.Hg_follow .wI_study_pro:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.Hg_follow .input_holder {
    flex-direction: column;
    width: 100%;
}.Hg_follow .input_holder span {
    width: 100%;
}
}

@media (max-width: 480px) {.Hg_follow {
    padding: 3rem 0;
}.Hg_follow h4 {
    font-size: 1.3rem;
}.Hg_follow .input_holder input {
    padding: 1rem;
}}.ib_operation_process {
    padding: 170px 0 130px;
    overflow: visible;
    background: linear-gradient(150deg, rgb(230,228,224) 0%, rgb(142,157,98,0.5) 100%);
    position: relative;
}.ib_operation_process::before {
    background-size: 100px 100px;
    background-image: linear-gradient(45deg, rgb(177,172,154,0.5) 25%, transparent 25%, transparent 75%, rgb(177,172,154,0.5) 75%);
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0.03;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}.ib_operation_process .wI_study_pro {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.ib_operation_process .Wa_editorial_box {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    width: 100%;
}.ib_operation_process .Wa_editorial_box h2 {
    font-size: 29px;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 35px 40px;
    color: #ffffff;
    z-index: 4;
    font-weight: 700;
    border-radius: 23px 23px 0 0;
    width: 45%;
}.ib_operation_process .Wa_editorial_box p {
    line-height: 1.8;
    font-size: 13px;
    border-radius: 0 0 23px 23px;
    margin-top: -20px;
    padding: 45px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    align-self: flex-end;
    position: relative;
    z-index: 3;
    width: 65%;
    backdrop-filter: blur(15px);
}.ib_operation_process .Wa_editorial_box::before {
    right: 35%;
    height: 0;
    top: 0;
    border-left: 30px solid transparent;
    content: '';
    border-top: 40px solid rgb(177,172,154);
    border-right: 30px solid transparent;
    opacity: 0.3;
    position: absolute;
    z-index: 5;
    width: 0;
}.ib_operation_process .Wa_editorial_box::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: '';
    bottom: 0;
    height: 0;
    border-bottom: 40px solid rgb(142,157,98);
    width: 0;
    opacity: 0.3;
    position: absolute;
    z-index: 5;
    left: 35%;
}.ib_operation_process .Wa_editorial_box h2::before {
    content: '';
    opacity: 0.5;
    width: 100%;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(177,172,154), transparent);
    position: absolute;
    left: 0;
}.ib_operation_process .Wa_editorial_box h2::after {
    background: linear-gradient(to right, rgb(177,172,154,0.5), transparent);
    width: 30px;
    right: -30px;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    top: 0;
    content: '';
    z-index: -1;
}.ib_operation_process .Wa_editorial_box p::before {
    background: linear-gradient(90deg, transparent, rgb(142,157,98));
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 5px;
}.ib_operation_process .Wa_editorial_box p::after {
    content: '';
    width: 30px;
    background: linear-gradient(to left, rgb(142,157,98,0.5), transparent);
    height: 100%;
    left: -30px;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
}.ib_operation_process::after {
    width: 400px;
    bottom: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(177,172,154));
    right: 0;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    content: '';
}.ib_operation_process .wI_study_pro::before {
    background: linear-gradient(90deg, rgb(142,157,98), transparent);
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    width: 400px;
    top: 50px;
    height: 1px;
    content: '';
    left: 0;
}.ib_operation_process .wI_study_pro::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.05;
    background: rgb(177,172,154);
    position: absolute;
    top: -50px;
    content: '';
    animation: pulse-subtle 10s infinite alternate;
    filter: blur(50px);
    height: 100px;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.ib_operation_process .Wa_editorial_box h2 {
    width: 55%;
}.ib_operation_process .Wa_editorial_box p {
    width: 70%;
}.ib_operation_process .Wa_editorial_box::before {
    right: 30%;
}.ib_operation_process .Wa_editorial_box::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.ib_operation_process {
    padding: 140px 0 110px;
}.ib_operation_process .Wa_editorial_box h2 {
    padding: 30px 35px;
    width: 65%;
}.ib_operation_process .Wa_editorial_box p {
    padding: 35px 40px;
    width: 75%;
}.ib_operation_process .Wa_editorial_box::before {
    border-top: 35px solid rgb(177,172,154);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    right: 25%;
}.ib_operation_process .Wa_editorial_box::after {
    border-right: 25px solid transparent;
    left: 25%;
    border-left: 25px solid transparent;
    border-bottom: 35px solid rgb(142,157,98);
}.ib_operation_process::after {
    width: 300px;
}.ib_operation_process .wI_study_pro::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.ib_operation_process {
    padding: 120px 0 90px;
    overflow: hidden;
}.ib_operation_process .Wa_editorial_box {
    align-items: center;
}.ib_operation_process .Wa_editorial_box h2 {
    margin-bottom: 20px;
    width: 90%;
    font-size: calc(29px * 0.9);
    border-radius: 23px 23px 23px 23px;
}.ib_operation_process .Wa_editorial_box p {
    margin-top: 0;
    width: 90%;
    border-radius: 23px 23px 23px 23px;
}.ib_operation_process .Wa_editorial_box::before,
    .ib_operation_process .Wa_editorial_box::after,
    .ib_operation_process::after,
    .ib_operation_process .wI_study_pro::before,
    .ib_operation_process .wI_study_pro::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.ib_operation_process {
    padding: 100px 0 80px;
}.ib_operation_process .Wa_editorial_box h2 {
    padding: 25px;
    width: 100%;
    font-size: calc(29px * 0.8);
}.ib_operation_process .Wa_editorial_box p {
    padding: 25px;
    width: 100%;
    font-size: calc(13px * 0.9);
}}.XH_who_we_are {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(230,228,224);
    position: relative;
}.XH_who_we_are::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.35;
}.XH_who_we_are::after {
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(142,157,98,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
}.XH_who_we_are .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.XH_who_we_are .wI_study_pro {
    gap: 60px;
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
    display: flex;
}.XH_who_we_are .wI_study_pro::before {
    width: 200px;
    height: 200px;
    background: rgb(177,172,154,0.5);
    top: -80px;
    filter: blur(80px);
    position: absolute;
    content: "";
    z-index: -1;
    right: -100px;
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
}.XH_who_we_are .wI_study_pro::after {
    background: rgb(142,157,98,0.5);
    border-radius: 50%;
    position: absolute;
    height: 150px;
    filter: blur(60px);
    left: -70px;
    width: 150px;
    z-index: -1;
    content: "";
    bottom: -50px;
    animation: pulse 6s infinite alternate-reverse;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.XH_who_we_are .jX_why_choose {
    transition: transform 0.6s ease;
    position: relative;
    flex: 0 0 35%;
    border-radius: 28px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(5deg);
    overflow: hidden;
}.XH_who_we_are .jX_why_choose:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.XH_who_we_are .jX_why_choose::before {
    left: -10px;
    bottom: -10px;
    content: "";
    border: 1px solid rgb(142,157,98,0.5);
    position: absolute;
    top: -10px;
    animation: border-pulse 4s infinite alternate;
    border-radius: 28px;
    right: -10px;
    z-index: -1;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.XH_who_we_are .io_background_img {
    position: relative;
    overflow: hidden;
    height: 380px;
}.XH_who_we_are .io_background_img::after {
    left: 0;
    width: 100%;
    z-index: 1;
    height: 50%;
    background: linear-gradient(to top, #000000, transparent);
    bottom: 0;
    content: "";
    position: absolute;
}.XH_who_we_are .tC_study_zone {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 25px;
}.XH_who_we_are .jK_master_class {
    font-size: calc(23px - 2px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 8px;
}.XH_who_we_are .pX_student_journey {
    opacity: 0.9;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    font-weight: 300;
}.XH_who_we_are .Wa_editorial_box {
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    flex: 1;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}.XH_who_we_are .Wa_editorial_box::before {
    top: 0;
    height: 100%;
    opacity: 0.15;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, transparent 100%);
    z-index: -1;
}.XH_who_we_are .Wa_editorial_box::after {
    right: -50%;
    position: absolute;
    z-index: -1;
    top: -50%;
    opacity: 0.8;
    height: 200px;
    content: "";
    animation: float 15s infinite linear;
    width: 200px;
    background: radial-gradient(circle, rgb(142,157,98,0.5) 0%, transparent 70%);
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.XH_who_we_are .pb_pedagogy_way {
    margin-bottom: 25px;
    align-items: center;
    gap: 15px;
    display: flex;
}.XH_who_we_are .pb_pedagogy_way svg {
    width: 48px;
    fill: rgb(177,172,154);
    height: 48px;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 2px 10px rgb(177,172,154,0.5));
}.XH_who_we_are .pb_pedagogy_way:hover svg {
    filter: drop-shadow(0 5px 15px rgb(177,172,154));
    transform: scale(1.1) rotate(5deg);
}.XH_who_we_are .pb_pedagogy_way svg path {
    transition: fill 0.3s ease;
}.XH_who_we_are .pb_pedagogy_way:hover svg path {
    fill: rgb(142,157,98);
}.XH_who_we_are .pb_pedagogy_way {
    text-transform: uppercase;
    font-size: calc(18px - 1px);
    font-weight: 600;
    color: rgb(177,172,154);
    letter-spacing: 1px;
}.XH_who_we_are h2 {
    padding-bottom: 15px;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0 0 25px;
}.XH_who_we_are h2::after {
    content: "";
    left: 0;
    bottom: 0;
    border-radius: 10px;
    width: 80px;
    background: rgb(177,172,154);
    height: 3px;
    position: absolute;
}.XH_who_we_are p {
    position: relative;
    color: #000000;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
    z-index: 2;
}

@media (max-width: 1024px) {.XH_who_we_are {
    padding: 90px 0;
}.XH_who_we_are .wI_study_pro {
    gap: 40px;
}.XH_who_we_are .jX_why_choose {
    flex: 0 0 40%;
}.XH_who_we_are .io_background_img {
    height: 350px;
}.XH_who_we_are .Wa_editorial_box {
    padding: 30px;
}
}

@media (max-width: 768px) {.XH_who_we_are {
    padding: 70px 0;
}.XH_who_we_are .wI_study_pro {
    gap: 50px;
    flex-direction: column;
}.XH_who_we_are .jX_why_choose {
    max-width: 350px;
    width: 80%;
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
}.XH_who_we_are .jX_why_choose:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.XH_who_we_are .io_background_img {
    height: 320px;
}.XH_who_we_are .Wa_editorial_box {
    padding: 30px 25px;
    width: 100%;
}.XH_who_we_are h2 {
    font-size: calc(30px - 4px);
}
}

@media (max-width: 576px) {.XH_who_we_are {
    padding: 60px 0;
}.XH_who_we_are::before,
    .XH_who_we_are::after {
    opacity: 0.25;
}.XH_who_we_are .jX_why_choose {
    width: 100%;
}.XH_who_we_are .io_background_img {
    height: 280px;
}.XH_who_we_are .tC_study_zone {
    padding: 15px 20px;
}.XH_who_we_are .jK_master_class {
    font-size: calc(18px + 1px);
}.XH_who_we_are .Wa_editorial_box {
    padding: 25px 20px;
}.XH_who_we_are .pb_pedagogy_way svg {
    height: 40px;
    width: 40px;
}.XH_who_we_are .pb_pedagogy_way {
    font-size: 18px;
    margin-bottom: 20px;
}.XH_who_we_are h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.XH_who_we_are h2::after {
    width: 60px;
    height: 2px;
}.XH_who_we_are p {
    line-height: 1.7;
    font-size: calc(18px - 1px);
}}.ST_title_welcome {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(120deg, rgb(230,228,224), rgb(142,157,98,0.5));
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 2rem 1rem;
    align-items: center;
}.ST_title_welcome > div {
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    width: 100%;
    gap: 2rem;
}.ST_title_welcome .OI_learn_lab {
    transform: translateY(20px);
    position: relative;
    padding: 2rem 1rem;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}.ST_title_welcome .iI_start_first {
    margin: 0;
    color: rgb(177,172,154);
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    font-size: 40px;
}.ST_title_welcome .iI_start_first::after {
    transform-origin: left;
    width: 120px;
    content: '';
    transform: scaleX(0);
    height: 8px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    bottom: -20px;
    animation: expandLine 1.2s 0.5s ease forwards;
}.ST_title_welcome .Nl_learning_main {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    opacity: 0;
    animation: fadeUp 1s 0.3s ease-out forwards;
    position: relative;
    transform: translateY(30px);
}.ST_title_welcome .Nl_learning_main::before {
    z-index: 1;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(177,172,154,0.5), rgba(0, 0, 0, 0.5) 80%);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}.ST_title_welcome .Nl_learning_main > div {
    position: relative;
    flex-direction: column;
    display: flex;
    color: #ffffff;
    padding: 3rem 2rem;
    z-index: 2;
    gap: 1.5rem;
}.ST_title_welcome .Nl_learning_main p {
    font-size: calc(17px * 1.2);
    position: relative;
    opacity: 0;
    font-weight: 600;
    padding-left: 1.5rem;
    animation: fadeSlideRight 1s 0.8s ease-out forwards;
    max-width: 80%;
    line-height: 1.6;
    margin: 0;
    transform: translateX(-10px);
}.ST_title_welcome .Nl_learning_main p::before {
    content: '';
    border-radius: 2px;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(142,157,98);
    position: absolute;
}.ST_title_welcome .Nl_learning_main h3 {
    color: transparent;
    opacity: 0;
    font-weight: 400;
    transform: translateY(10px);
    background: linear-gradient(90deg, #ffffff, rgb(142,157,98));
    background-clip: text !important;
    max-width: 90%;
    animation: fadeUp 0.8s 1s ease-out forwards;
    font-size: 22px;
    -webkit-background-clip: text !important;
    margin: 0;
}@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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


.ST_title_welcome .Nl_learning_main:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.ST_title_welcome .iI_start_first:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}


@media (max-width: 992px) {.ST_title_welcome {
    padding: 4rem 1rem;
    min-height: auto;
}.ST_title_welcome .iI_start_first {
    font-size: calc(40px * 0.9);
}.ST_title_welcome .Nl_learning_main > div {
    padding: 2.5rem 1.5rem;
}.ST_title_welcome .Nl_learning_main p,
  .ST_title_welcome .Nl_learning_main h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.ST_title_welcome .iI_start_first {
    font-size: calc(40px * 0.8);
}.ST_title_welcome .Nl_learning_main > div {
    padding: 2rem 1.5rem;
}.ST_title_welcome .Nl_learning_main p {
    font-size: 17px;
}.ST_title_welcome .Nl_learning_main h3 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.ST_title_welcome {
    padding: 3rem 1rem;
}.ST_title_welcome .OI_learn_lab {
    padding: 1rem 0.5rem;
}.ST_title_welcome .iI_start_first {
    font-size: calc(40px * 0.7);
}.ST_title_welcome .iI_start_first::after {
    height: 6px;
    width: 80px;
    bottom: -15px;
}.ST_title_welcome .Nl_learning_main > div {
    gap: 1rem;
    padding: 1.5rem 1rem;
}.ST_title_welcome .Nl_learning_main p {
    padding-left: 1rem;
    font-size: calc(17px * 0.9);
}.ST_title_welcome .Nl_learning_main h3 {
    font-size: calc(22px * 0.8);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -2;
    background: linear-gradient(145deg, rgb(230,228,224) 0%, rgb(177,172,154,0.5) 100%);
    right: 0;
    opacity: 0.9;
    position: absolute;
}footer::after {
    right: 0;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: "";
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(177,172,154,0.5), rgb(177,172,154,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(177,172,154,0.5), rgb(177,172,154,0.5) 1px, transparent 1px, transparent 20px);
}.uS_facebook_cta {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}.uS_facebook_cta::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    content: "";
    width: 100%;
    height: 6px;
    top: 0;
}.uS_facebook_cta .container {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    position: relative;
}.uS_facebook_cta .company_holder {
    padding: 2rem 2.5rem;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    flex: 1 1 400px;
}.uS_facebook_cta .company_holder::before {
    content: "";
    background: rgb(177,172,154);
    width: 100%;
    position: absolute;
    border-top-left-radius: 10px;
    left: 0;
    border-top-right-radius: 10px;
    height: 5px;
    top: 0;
}.uS_facebook_cta .company_holder h3 {
    letter-spacing: 0.5px;
    font-size: 34px;
    font-weight: 700;
    color: rgb(177,172,154);
    position: relative;
    margin: 0 0 1.5rem;
}.uS_facebook_cta .company_holder h3::after {
    width: 80px;
    bottom: -0.5rem;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    background: rgb(142,157,98);
}.uS_facebook_cta .nb_recycle_info {
    font-size: 18px;
    border-left: 3px solid rgb(142,157,98);
    position: relative;
    background: rgb(230,228,224);
    border-radius: 10px;
    padding: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.uS_facebook_cta .Ti_peer_help {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.uS_facebook_cta .NP_top_pagebar {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.uS_facebook_cta .ka_header_nav {
    position: relative;
    min-width: 200px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
}.uS_facebook_cta .ka_header_nav h5 {
    color: #ffffff;
    font-size: 23px;
    position: relative;
    padding: 1rem 1.5rem;
    background: rgb(142,157,98);
    font-weight: 600;
    margin: 0;
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar a {
    font-size: 18px;
    align-items: center;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    display: flex;
    position: relative;
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar a::before {
    z-index: -1;
    top: 0;
    background: rgb(230,228,224);
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 0;
    height: 100%;
    content: "";
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar a::after {
    transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(142,157,98);
    opacity: 0;
    width: 5px;
    top: 50%;
    height: 5px;
    left: 1.5rem;
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar a:hover {
    padding-left: 2.2rem;
    color: rgb(177,172,154);
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar a:hover::before {
    width: 100%;
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar a:hover::after {
    opacity: 1;
}.vD_webinar_arch {
    background: rgb(230,228,224);
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 3rem;
}.vD_webinar_arch::before {
    content: "";
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(177,172,154,0.5), transparent);
    top: 0;
    right: 10%;
    position: absolute;
}.vD_webinar_arch .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.vD_webinar_arch .IB_youtube_chan {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-size: 15px;
    text-align: center;
    padding: 0.8rem 2rem;
    font-weight: 400;
    border-radius: 50px;
    color: #000000;
}

@media (max-width: 1200px) {.uS_facebook_cta .container {
    gap: 2rem;
}.uS_facebook_cta .company_holder {
    flex: 1 1 360px;
}.uS_facebook_cta .Ti_peer_help {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.uS_facebook_cta .NP_top_pagebar {
    gap: 2rem;
}
}

@media (max-width: 992px) {.uS_facebook_cta {
    padding: 3.5rem 0 2rem;
}.uS_facebook_cta .container {
    gap: 2.5rem;
    flex-direction: column;
}.uS_facebook_cta .company_holder,
    .uS_facebook_cta .Ti_peer_help {
    min-width: 100%;
    flex: 1 1 100%;
}.uS_facebook_cta .ka_header_nav {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.uS_facebook_cta {
    padding: 3rem 0 1.5rem;
}.uS_facebook_cta .NP_top_pagebar {
    gap: 1.5rem;
}.uS_facebook_cta .company_holder {
    padding: 2rem;
}.uS_facebook_cta .company_holder h3 {
    font-size: calc(34px - 2px);
}.vD_webinar_arch {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.uS_facebook_cta {
    padding: 2.5rem 0 1rem;
}.uS_facebook_cta .container {
    gap: 1.5rem;
}.uS_facebook_cta .ka_header_nav {
    flex: 1 1 100%;
    min-width: 100%;
}.uS_facebook_cta .NP_top_pagebar {
    gap: 1rem;
}.uS_facebook_cta .company_holder {
    padding: 1.5rem;
}.uS_facebook_cta .nb_recycle_info {
    padding: 1.2rem;
}.vD_webinar_arch {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.uS_facebook_cta .company_holder h3::after {
    width: 50px;
}.uS_facebook_cta .ka_header_nav .NP_top_pagebar a:hover {
    padding-left: 2rem;
}.vD_webinar_arch .IB_youtube_chan {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.cW_gratZone {
    background: linear-gradient(145deg, rgb(142,157,98,0.5), rgb(177,172,154,0.5));
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    z-index: 1;
}.cW_gratZone::before {
    height: 70%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    transform: rotate(25deg);
    opacity: 0.07;
    top: -10%;
    z-index: -1;
    width: 70%;
    right: -10%;
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    position: absolute;
}.cW_gratZone::after {
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    height: 50%;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    left: -5%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    width: 50%;
    opacity: 0.05;
    bottom: -5%;
    z-index: -1;
}.cW_gratZone .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
}.cW_gratZone .wI_study_pro {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.cW_gratZone .wI_study_pro:hover {
    transform: perspective(1000px) rotateX(0deg);
}.cW_gratZone .wI_study_pro > div:first-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.cW_gratZone .wI_study_pro > div:first-child::before {
    right: 0;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
    transition: transform 0.7s ease;
    transform: scaleX(0);
    left: 0;
    top: 0;
    content: "";
    z-index: 3;
    height: 5px;
}.cW_gratZone .wI_study_pro:hover > div:first-child::before {
    transform: scaleX(1);
}.cW_gratZone .wI_study_pro > div:last-child {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    transform: translateY(-10px);
}.cW_gratZone .wI_study_pro:hover > div:last-child {
    transform: translateY(0);
}.cW_gratZone h5 {
    color: rgb(177,172,154);
    font-size: 19px;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.cW_gratZone h5::after {
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    bottom: -10px;
    background: rgb(142,157,98);
    height: 3px;
    width: 60px;
}.cW_gratZone .wI_study_pro:hover h5::after {
    width: 100%;
}.cW_gratZone a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.cW_gratZone a:hover {
    transform: translateX(5px);
}.cW_gratZone p {
    position: relative;
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}.cW_gratZone a::before {
    transition: all 0.3s ease;
    background: rgb(142,157,98);
    height: 0.5rem;
    left: -1.5rem;
    top: 0.5rem;
    opacity: 0;
    content: "";
    width: 0.5rem;
    position: absolute;
}.cW_gratZone a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.cW_gratZone {
    padding: 8rem 0;
}.cW_gratZone .wI_study_pro {
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
}.cW_gratZone .wI_study_pro > div:first-child {
    z-index: 2;
    transform: translateX(5%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.cW_gratZone .wI_study_pro > div:last-child {
    z-index: 1;
    padding-left: 10%;
    margin-left: -5%;
    transform: translateY(25px);
}.cW_gratZone .wI_study_pro:hover > div:last-child {
    transform: translateY(15px);
}.cW_gratZone h5 {
    font-size: calc(19px * 1.1);
}.cW_gratZone p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.cW_gratZone {
    padding: 10rem 0;
}.cW_gratZone .wI_study_pro {
    grid-template-columns: 0.9fr 1.3fr;
}.cW_gratZone .wI_study_pro > div:first-child {
    padding: 3rem;
    transform: translateX(10%);
}.cW_gratZone .wI_study_pro > div:last-child {
    margin-left: -10%;
    padding-left: 15%;
    transform: translateY(35px);
}.cW_gratZone .wI_study_pro:hover > div:last-child {
    transform: translateY(25px);
}.cW_gratZone h5 {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 767px) {.cW_gratZone {
    padding: 4rem 0;
}.cW_gratZone .wI_study_pro > div:first-child,
    .cW_gratZone .wI_study_pro > div:last-child {
    padding: 2rem;
}.cW_gratZone h5 {
    font-size: calc(19px * 0.9);
}.cW_gratZone p {
    font-size: calc(15px * 0.95);
}}.Ow_program_outcomes {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(210deg, #000000 0%, rgb(230,228,224) 100%);
}.Ow_program_outcomes::before {
    animation: gridMove 40s linear infinite;
    left: -20%;
    height: 200%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(177,172,154,0.5),
        rgb(177,172,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    transform: rotate(15deg);
    width: 140%;
    opacity: 0.07;
    top: -50%;
    position: absolute;
}.Ow_program_outcomes::after {
    bottom: -300px;
    position: absolute;
    content: '';
    border-radius: 50%;
    filter: blur(80px);
    background: radial-gradient(circle, rgb(142,157,98,0.5) 0%, transparent 70%);
    width: 600px;
    animation: pulse 15s infinite alternate;
    right: -300px;
    height: 600px;
}.Ow_program_outcomes .wI_study_pro {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1280px;
    display: grid;
    margin: 0 auto;
    gap: 70px;
}.Ow_program_outcomes .io_background_img {
    position: relative;
    border-radius: 14px;
    transform: perspective(1200px) rotateY(5deg);
    min-height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transition: transform 0.7s ease;
    overflow: hidden;
}.Ow_program_outcomes .io_background_img::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    inset: 0;
    z-index: 2;
    content: '';
}.Ow_program_outcomes .io_background_img::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent 70%, rgb(177,172,154,0.5) 100%);
    width: 100%;
    z-index: 3;
}.Ow_program_outcomes .io_background_img:hover {
    transform: perspective(1200px) rotateY(0deg);
}.Ow_program_outcomes .Wa_editorial_box {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}.Ow_program_outcomes .Wa_editorial_box::before {
    top: -30px;
    width: 150px;
    border: 2px solid rgb(177,172,154,0.5);
    right: -30px;
    opacity: 0.3;
    height: 150px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 10s linear infinite;
    position: absolute;
    z-index: -1;
    content: '';
}.Ow_program_outcomes h2 {
    display: inline-block;
    margin-bottom: 35px;
    font-size: 35px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
}.Ow_program_outcomes h2::before {
    transform: translateY(-50%);
    position: absolute;
    content: '';
    top: 50%;
    left: -30px;
    background-color: rgb(177,172,154);
    height: 2px;
    width: 20px;
}.Ow_program_outcomes .text_main_holder {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 30px;
}.Ow_program_outcomes .text_main_holder > div {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    padding: 25px;
    gap: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}.Ow_program_outcomes .text_main_holder > div::before {
    transition: width 0.3s ease;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.8;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, rgb(177,172,154), rgb(142,157,98));
    width: 5px;
}.Ow_program_outcomes .text_main_holder > div::after {
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(177,172,154,0.5));
    content: '';
    height: 1px;
    width: 30%;
}.Ow_program_outcomes .text_main_holder > div:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}.Ow_program_outcomes .text_main_holder > div:hover::before {
    width: 10px;
}.Ow_program_outcomes .text_main_holder svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    flex-shrink: 0;
    transform: translateY(-2px);
    width: 32px;
    height: 32px;
}.Ow_program_outcomes .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.Ow_program_outcomes .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,157,98);
}.Ow_program_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(177,172,154);
}.Ow_program_outcomes .text_main_holder p {
    margin: 0;
    color: #ffffff;
    z-index: 1;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.Ow_program_outcomes .wI_study_pro {
    gap: 50px;
    grid-template-columns: 1fr;
}.Ow_program_outcomes .io_background_img {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.Ow_program_outcomes {
    padding: 80px 0;
}.Ow_program_outcomes .io_background_img {
    min-height: 350px;
}.Ow_program_outcomes h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.Ow_program_outcomes .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.Ow_program_outcomes .text_main_holder > div {
    padding: 20px;
}.Ow_program_outcomes .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 576px) {.Ow_program_outcomes {
    padding: 60px 0;
}.Ow_program_outcomes .wI_study_pro {
    gap: 40px;
}.Ow_program_outcomes .io_background_img {
    min-height: 280px;
}.Ow_program_outcomes h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.Ow_program_outcomes h2::before {
    width: 15px;
    left: -20px;
}.Ow_program_outcomes .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.Ow_program_outcomes .text_main_holder svg {
    width: 24px;
    height: 24px;
}}.HM_privacySettingsModal {
    position: fixed;
    width: 100%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    bottom: 0;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-top: 3px solid rgb(177,172,154);
    transition: all 0.3s ease-in-out;
}.fs_user_safety {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}.Pk_tracking_policy {
    margin-right: 15px;
    flex-shrink: 0;
}.Pk_tracking_policy svg {
    fill: rgb(177,172,154);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.LJ_edu_cookie {
    margin-right: 15px;
    flex-grow: 1;
}.LJ_edu_cookie h5 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(177,172,154);
    margin-bottom: 5px;
}.LJ_edu_cookie p {
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
}.VT_digital_tracking {
    font-size: 15px;
    margin-left: 10px;
    user-select: none;
    vertical-align: middle;
    border-radius: 10px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
}.cookie_button.Yb_cookies_tracking {
    border-color: rgb(177,172,154);
    color: #ffffff;
    background-color: rgb(177,172,154);
}#XM_cookieAlertMessage {
    display: none;
}#XM_cookieAlertMessage:checked ~ .HM_privacySettingsModal {
    opacity: 0;
    visibility: hidden;
}.cookie_button.Yb_cookies_tracking:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.eb_cookie_eductrl {
    background-color: rgb(142,157,98);
    border-color: rgb(142,157,98);
    color: #000000;
}.cookie_button.eb_cookie_eductrl:hover {
    background-color: rgb(177,172,154);
    color: #ffffff;
    border-color: rgb(177,172,154);
}.HM_privacySettingsModal p a {
    text-decoration: underline;
    color: rgb(177,172,154);
}.HM_privacySettingsModal p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.LJ_edu_cookie h5 {
    font-size: calc(22px - 2px);
}.LJ_edu_cookie p {
    font-size: calc(15px - 2px);
}.VT_digital_tracking {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.fs_user_safety {
    align-items: center;
    flex-direction: column;
}.Pk_tracking_policy {
    margin-bottom: 10px;
}.LJ_edu_cookie {
    margin-bottom: 15px;
    text-align: center;
}.VT_digital_tracking {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.Qy_course_highlights {
    grid-template-columns: repeat(12, 1fr);
    min-height: 100vh;
    grid-template-rows: 1fr;
    background-color: rgb(230,228,224);
    display: grid;
    overflow: hidden;
    position: relative;
}.Qy_course_highlights .yK_coding_class {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    grid-row: 1;
    z-index: 1;
    position: relative;
    grid-column: 4 / span 8;
}.Qy_course_highlights .yK_coding_class::before {
    z-index: 2;
    left: 0;
    width: 30%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgb(142,157,98,0.5), transparent);
    content: "";
    pointer-events: none;
    top: 0;
}.Qy_course_highlights .mU_program_route {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}.Qy_course_highlights .EZ_tech_classes {
    position: relative;
    height: 100%;
    perspective: 1000px;
    width: 100%;
}.Qy_course_highlights .mZ_lesson_track {
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    transform: translateZ(-50px);
    top: 0;
    opacity: 0;
    height: 100%;
    transition: opacity 0.8s, transform 0.8s;
}.Qy_course_highlights .mZ_lesson_track:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.Qy_course_highlights .mZ_lesson_track:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.Qy_course_highlights .mZ_lesson_track:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.Qy_course_highlights .mZ_lesson_track:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.Qy_course_highlights .mZ_lesson_track:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.Qy_course_highlights .mZ_lesson_track img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}.Qy_course_highlights .mU_program_route:hover .mZ_lesson_track {
    animation-play-state: paused;
}.Qy_course_highlights .container {
    display: flex;
    padding: 0 0 0 4rem;
    grid-row: 1;
    align-items: center;
    grid-column: 1 / span 7;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}.Qy_course_highlights .wI_study_pro {
    margin-right: auto;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
    position: relative;
}.Qy_course_highlights .fU_career_ready {
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.Qy_course_highlights .fU_career_ready h3 {
    line-height: 1.1;
    animation: slide-up 0.7s ease-out forwards;
    font-weight: 700;
    font-size: 39px;
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
}.Qy_course_highlights .fU_career_ready::before {
    border-top: 3px solid rgb(177,172,154);
    width: 80px;
    content: "";
    opacity: 0;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    border-left: 3px solid rgb(177,172,154);
    height: 80px;
    left: -40px;
    top: -40px;
    position: absolute;
}.Qy_course_highlights .fU_career_ready::after {
    height: 80px;
    bottom: -40px;
    content: "";
    border-bottom: 3px solid rgb(177,172,154);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    opacity: 0;
    right: -40px;
    position: absolute;
    border-right: 3px solid rgb(177,172,154);
    width: 80px;
}.Qy_course_highlights .fU_career_ready p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.8;
    animation: slide-up 0.7s 0.4s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
    font-size: 12px;
    margin-bottom: 2.5rem;
    color: #ffffff;
}.Qy_course_highlights .CW_inquiry_widget {
    animation: slide-up 0.7s 0.6s ease-out forwards;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
    transform: translateY(30px);
    display: inline-block;
    opacity: 0;
    padding: 1rem 2.5rem;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s;
    background: rgb(177,172,154);
    font-weight: 600;
}.Qy_course_highlights .CW_inquiry_widget:hover {
    box-shadow: 0 0 30px rgba(rgb(177,172,154), 0.5);
    transform: scale(1.05);
    background: transparent;
}.Qy_course_highlights .CW_inquiry_widget::before {
    z-index: -1;
    content: "";
    transition: transform 0.5s;
    width: 100%;
    left: 0;
    top: 0;
    transform-origin: bottom right;
    background: rgb(177,172,154);
    transform: scale(1);
    position: absolute;
    height: 100%;
}.Qy_course_highlights .CW_inquiry_widget:hover::before {
    transition: transform 0.5s;
    transform: scale(0);
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.Qy_course_highlights::before {
    pointer-events: none;
    content: "";
    background: linear-gradient(to right,
        rgb(142,157,98,0.5) 0%,
        rgb(142,157,98,0.5) 40%,
        transparent 70%);
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
}.Qy_course_highlights::after {
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
    background: radial-gradient(
        circle at 30% 50%,
        rgb(177,172,154,0.5) 0%,
        transparent 50%
    );
    top: 0;
    opacity: 0.5;
}

@media screen and (max-width: 1400px) {.Qy_course_highlights .wI_study_pro {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.Qy_course_highlights {
    grid-template-columns: repeat(10, 1fr);
}.Qy_course_highlights .yK_coding_class {
    grid-column: 6 / span 5;
}.Qy_course_highlights .container {
    padding: 0 0 0 3rem;
    grid-column: 1 / span 6;
}.Qy_course_highlights .wI_study_pro {
    max-width: 100%;
}.Qy_course_highlights::before {
    background: linear-gradient(to right,
            rgb(142,157,98,0.5) 0%,
            rgb(142,157,98,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.Qy_course_highlights {
    padding: 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
}.Qy_course_highlights .yK_coding_class {
    width: 100%;
    clip-path: none;
    height: 50vh;
    order: 1;
}.Qy_course_highlights .yK_coding_class::before {
    display: none;
}.Qy_course_highlights .container {
    padding: 4rem 3rem;
    width: 100%;
    order: 2;
}.Qy_course_highlights .wI_study_pro {
    max-width: 600px;
    margin: 0;
}.Qy_course_highlights .fU_career_ready {
    background: rgba(0, 0, 0, 0.7);
}.Qy_course_highlights::before {
    opacity: 0.95;
    background: rgb(142,157,98,0.5);
}.Qy_course_highlights::after {
    background: none;
}.Qy_course_highlights .mZ_lesson_track {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.Qy_course_highlights .yK_coding_class {
    height: 40vh;
}.Qy_course_highlights .container {
    padding: 3rem 2rem;
}.Qy_course_highlights .fU_career_ready h3 {
    font-size: calc(39px * 0.8);
}.Qy_course_highlights .fU_career_ready::before,
    .Qy_course_highlights .fU_career_ready::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.Qy_course_highlights .yK_coding_class {
    height: 35vh;
}.Qy_course_highlights .container {
    padding: 2.5rem 1.5rem;
}.Qy_course_highlights .fU_career_ready h3 {
    font-size: calc(36px * 1.1);
}.Qy_course_highlights .fU_career_ready::before,
    .Qy_course_highlights .fU_career_ready::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    top: -20px;
    left: -20px;
    right: -20px;
}.Qy_course_highlights .CW_inquiry_widget {
    text-align: center;
    width: 100%;
}}.jp_service_plan {
    background-color: rgb(230,228,224);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.jp_service_plan::before {
    height: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
}.jp_service_plan::after {
    position: absolute;
    pointer-events: none;
    content: "";
    transform: rotate(-15deg);
    right: -5rem;
    z-index: 1;
    width: 20rem;
    opacity: 0.15;
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(142,157,98) 0%, transparent 80%);
    height: 20rem;
}.jp_service_plan .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 2rem;
}.jp_service_plan .gE_value_fees {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
}.jp_service_plan .VL_pricing_rates {
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    border-left: 4px solid rgb(177,172,154);
    background-color: #ffffff;
    position: relative;
}.jp_service_plan .VL_pricing_rates::before {
    z-index: -1;
    top: 20px;
    width: 40px;
    left: -20px;
    height: 40px;
    position: absolute;
    transform: rotate(45deg);
    background-color: rgb(177,172,154);
    content: "";
}.jp_service_plan .VL_pricing_rates h2 {
    transform: perspective(800px) translateZ(30px);
    font-size: 31px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.jp_service_plan .VL_pricing_rates h2::after {
    height: 3px;
    width: 80px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(177,172,154), rgb(142,157,98));
}.jp_service_plan .VL_pricing_rates .Io_rate_plans {
    max-width: 80%;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.jp_service_plan .ZW_learn_deals {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.jp_service_plan .Wq_pay_options {
    transform-style: preserve-3d;
    color: inherit;
    display: block;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
}.jp_service_plan .Wq_pay_options:hover {
    transform: translateY(-10px);
}.jp_service_plan .Lo_rate_list {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
}.jp_service_plan .Wq_pay_options:hover .Lo_rate_list {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(177,172,154,0.5);
    transform: translateZ(20px);
}.jp_service_plan .Wq_pay_options:nth-child(odd) .Lo_rate_list {
    transform: rotate(-1deg);
}.jp_service_plan .Wq_pay_options:nth-child(even) .Lo_rate_list {
    transform: rotate(1deg);
}.jp_service_plan .Wq_pay_options:hover .Lo_rate_list {
    transform: rotate(0) translateZ(20px);
}.jp_service_plan .Vl_deal_opts {
    word-break: break-word;
    flex: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    overflow-wrap: break-word;
    z-index: 2;
    padding: 2rem;
}.jp_service_plan .Vl_deal_opts::before {
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.jp_service_plan .Vl_deal_opts h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 1rem;
    color: #000000;
    transition: transform 0.3s ease;
    font-weight: 600;
    transform: translateZ(10px);
    position: relative;
}.jp_service_plan .Wq_pay_options:hover .Vl_deal_opts h3 {
    transform: translateZ(25px);
}.jp_service_plan .Vl_deal_opts h3::after {
    height: 3px;
    background: rgb(177,172,154);
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    bottom: -8px;
}.jp_service_plan .Wq_pay_options:hover .Vl_deal_opts h3::after {
    width: 60px;
}.jp_service_plan .iZ_program_fees {
    position: relative;
    margin: 0.5rem 0 1.5rem;
    font-size: calc(22px * 1.8);
    color: rgb(177,172,154);
    transform: translateZ(15px);
    font-weight: 700;
    display: block;
}.jp_service_plan .iZ_program_fees::before {
    width: 80px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(177,172,154,0.5), transparent);
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
}.jp_service_plan .Vl_deal_opts p {
    color: #000000;
    font-size: 17px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    flex: 1;
    margin-top: 1rem;
}.jp_service_plan .io_background_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
    transform: translateZ(0);
}.jp_service_plan .Wq_pay_options:hover .io_background_img {
    transform: scale(1.05) translateZ(0);
}.jp_service_plan .io_background_img::after {
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.jp_service_plan .io_background_img::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: 1;
    content: "";
    background: rgb(177,172,154);
    opacity: 0.15;
}.jp_service_plan .Wq_pay_options:hover .io_background_img::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.jp_service_plan .gE_value_fees {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.jp_service_plan .VL_pricing_rates {
    padding: 3rem;
}.jp_service_plan .ZW_learn_deals {
    grid-row: 1;
    grid-column: 1;
}.jp_service_plan .VL_pricing_rates {
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    align-self: start;
    grid-row: 1;
    position: sticky;
}.jp_service_plan .VL_pricing_rates:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.jp_service_plan .ZW_learn_deals {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.jp_service_plan .Vl_deal_opts {
    min-height: 300px;
}
}

@media (max-width: 991px) {.jp_service_plan {
    padding: 4rem 0;
}.jp_service_plan .VL_pricing_rates {
    order: -1;
}.jp_service_plan .VL_pricing_rates h2 {
    font-size: calc(31px * 0.9);
}.jp_service_plan .VL_pricing_rates .Io_rate_plans {
    max-width: 100%;
}
}

@media (max-width: 767px) {.jp_service_plan {
    padding: 3rem 0;
}.jp_service_plan .container {
    padding: 0 1.5rem;
}.jp_service_plan .ZW_learn_deals {
    grid-template-columns: 1fr;
}.jp_service_plan .VL_pricing_rates h2 {
    font-size: calc(31px * 0.8);
}.jp_service_plan .Vl_deal_opts {
    padding: 1.5rem;
}.jp_service_plan .iZ_program_fees {
    font-size: calc(22px * 1.5);
}.jp_service_plan .io_background_img {
    height: 180px;
}
}

@media (max-width: 480px) {.jp_service_plan .Vl_deal_opts p {
    font-size: calc(17px * 0.9);
}.jp_service_plan .Vl_deal_opts h3 {
    font-size: 22px;
}.jp_service_plan .iZ_program_fees {
    font-size: calc(22px * 1.3);
}.jp_service_plan .io_background_img {
    height: 160px;
}}.iP_testimonials {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(230,228,224) 0%, rgba(240, 248, 255, 0.8) 100%);
}.iP_testimonials::before {
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(142,157,98,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(177,172,154,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.15;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.iP_testimonials .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.iP_testimonials h2 {
    margin-bottom: 3rem;
    font-size: 31px;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    text-align: center;
}.iP_testimonials h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(142,157,98), rgb(177,172,154));
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}.iP_testimonials .wI_study_pro {
    position: relative;
}.iP_testimonials .kt_student_reviews {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 1rem;
}.iP_testimonials .LV_success_ratings {
    transform: translateY(30px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    overflow: hidden;
    padding: 2rem;
    opacity: 0;
    animation-delay: calc(0.2s * var(--index, 1));
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.iP_testimonials .LV_success_ratings:nth-child(1) {
    --index: 1;
}.iP_testimonials .LV_success_ratings:nth-child(2) {
    --index: 2;
}.iP_testimonials .LV_success_ratings:nth-child(3) {
    --index: 3;
}.iP_testimonials .LV_success_ratings:nth-child(4) {
    --index: 4;
}.iP_testimonials .LV_success_ratings:nth-child(5) {
    --index: 5;
}.iP_testimonials .LV_success_ratings:nth-child(6) {
    --index: 6;
}.iP_testimonials .LV_success_ratings:nth-child(7) {
    --index: 7;
}.iP_testimonials .LV_success_ratings::before {
    top: 0;
    width: 4px;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(177,172,154), rgb(142,157,98));
}.iP_testimonials .LV_success_ratings:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 5px 15px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px) scale(1.02);
}.iP_testimonials .LV_success_ratings:hover::after {
    transform: translateX(0);
}.iP_testimonials .LV_success_ratings::after {
    pointer-events: none;
    transform: translateX(100%);
    right: 0;
    position: absolute;
    height: 100%;
    width: 40%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(145deg, transparent 0%, rgba(rgb(142,157,98,0.5), 0.05) 100%);
    top: 0;
    content: "";
}.iP_testimonials .LV_success_ratings h3 {
    font-size: calc(24px * 1.1);
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
}.iP_testimonials .LV_success_ratings h3::after {
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -5px;
    background: rgb(177,172,154);
    transition: width 0.3s ease;
}.iP_testimonials .LV_success_ratings:hover h3::after {
    width: 100%;
}.iP_testimonials .LV_success_ratings .description {
    flex-grow: 1;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 18px;
}.iP_testimonials .LV_success_ratings div {
    width: 60px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    height: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}.iP_testimonials .LV_success_ratings div::before {
    content: "";
    opacity: 0.3;
    height: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(145deg, rgb(177,172,154,0.5), transparent);
    z-index: 1;
    top: 0;
}.iP_testimonials .LV_success_ratings:hover div::before {
    opacity: 0.5;
}.iP_testimonials .LV_success_ratings img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.iP_testimonials .LV_success_ratings:hover img {
    transform: scale(1.1);
}

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

@media (max-width: 992px) {.iP_testimonials {
    padding: 4rem 0;
}.iP_testimonials .kt_student_reviews {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}.iP_testimonials h2 {
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.iP_testimonials {
    padding: 3rem 0;
}.iP_testimonials .kt_student_reviews {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.2rem;
}.iP_testimonials .LV_success_ratings {
    padding: 1.5rem;
}.iP_testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.iP_testimonials {
    padding: 2.5rem 0;
}.iP_testimonials .kt_student_reviews {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.iP_testimonials .LV_success_ratings {
    padding: 1.5rem;
}.iP_testimonials h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}}.iy_contact_panel {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.iy_contact_panel::before {
    left: 0;
    top: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
}.iy_contact_panel::after {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, transparent 50%, rgb(142,157,98,0.5) 100%);
    animation: gradientShift 15s ease infinite;
    top: 0;
    content: '';
    left: 0;
    z-index: 2;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.iy_contact_panel .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}.iy_contact_panel .Rt_connect_support {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 25px;
}.iy_contact_panel .Rt_connect_support::before {
    background: radial-gradient(circle, rgb(177,172,154,0.5) 0%, transparent 30%);
    top: -50%;
    pointer-events: none;
    content: '';
    position: absolute;
    left: -50%;
    height: 200%;
    animation: rotate 30s linear infinite;
    width: 200%;
    opacity: 0.1;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.iy_contact_panel .nz_message_list {
    padding: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(177,172,154,0.5) 0%, rgb(142,157,98,0.5) 100%);
    flex: 1;
}.iy_contact_panel .nz_message_list::after {
    content: '';
    width: 100px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    top: 0;
    right: 0;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
}.iy_contact_panel .nz_message_list h3 {
    color: #ffffff;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}.iy_contact_panel .nz_message_list h3::after {
    content: '';
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: #ffffff;
    height: 3px;
    width: 80px;
    left: 0;
}.iy_contact_panel .nz_message_list div {
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    transform: translateX(0);
    margin-bottom: 25px;
    padding-left: 15px;
    align-items: center;
}.iy_contact_panel .nz_message_list div:hover {
    transform: translateX(10px);
}.iy_contact_panel .nz_message_list div::before {
    top: 50%;
    height: 0;
    border-radius: 10px;
    background: #ffffff;
    width: 5px;
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    content: '';
    left: 0;
}.iy_contact_panel .nz_message_list div:hover::before {
    height: 80%;
    top: 10%;
}.iy_contact_panel .nz_message_list svg {
    height: 24px;
    fill: #ffffff;
    margin-right: 15px;
    width: 24px;
}.iy_contact_panel .nz_message_list svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.iy_contact_panel .nz_message_list div:hover svg path {
    fill: rgb(142,157,98);
}.iy_contact_panel .nz_message_list span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}.iy_contact_panel .nz_message_list span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.iy_contact_panel .nz_message_list span a:hover {
    color: rgb(142,157,98);
}.iy_contact_panel .VY_contact_feedback {
    backdrop-filter: blur(10px);
    flex: 1.2;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 50px;
    overflow: hidden;
}.iy_contact_panel .VY_contact_feedback::before {
    right: -100px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    content: '';
    background: radial-gradient(circle, rgb(142,157,98,0.5) 0%, transparent 70%);
    top: -100px;
    animation: pulse 4s ease-in-out infinite alternate;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.iy_contact_panel .VY_contact_feedback h3 {
    position: relative;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}.iy_contact_panel .VY_contact_feedback h3::after {
    width: 50px;
    left: 50%;
    position: absolute;
    background: rgb(142,157,98);
    transform: translateX(-50%);
    bottom: -15px;
    height: 2px;
    content: '';
    border-radius: 10px;
}.iy_contact_panel .VY_contact_feedback form {
    flex-direction: column;
    display: flex;
}.iy_contact_panel .VY_contact_feedback input[type="text"],
.iy_contact_panel .VY_contact_feedback input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.iy_contact_panel .VY_contact_feedback input[type="text"]:focus,
.iy_contact_panel .VY_contact_feedback input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(142,157,98,0.5);
    border-color: rgb(142,157,98);
    outline: none;
}.iy_contact_panel .VY_contact_feedback input[type="text"]::placeholder,
.iy_contact_panel .VY_contact_feedback input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.iy_contact_panel .VY_contact_feedback .Mu_support_form {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}.iy_contact_panel .VY_contact_feedback .Mu_support_form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.iy_contact_panel .VY_contact_feedback .Mu_support_form label {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    padding-left: 30px;
    position: relative;
}.iy_contact_panel .VY_contact_feedback .Mu_support_form label::before {
    left: 0;
    transition: all 0.3s ease;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 18px;
    border-radius: 10px;
    height: 18px;
    content: '';
    background: rgba(255, 255, 255, 0.05);
}.iy_contact_panel .VY_contact_feedback .Mu_support_form label::after {
    position: absolute;
    height: 4px;
    content: '';
    width: 8px;
    top: 9px;
    transform: rotate(-45deg) scale(0);
    border-bottom: 2px solid #ffffff;
    left: 5px;
    opacity: 0;
    border-left: 2px solid #ffffff;
    transition: all 0.2s ease;
}.iy_contact_panel .VY_contact_feedback .Mu_support_form input[type="checkbox"]:checked + label::before {
    background: rgb(142,157,98,0.5);
    border-color: rgb(142,157,98);
}.iy_contact_panel .VY_contact_feedback .Mu_support_form input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.iy_contact_panel .VY_contact_feedback .Mu_support_form label a {
    color: rgb(142,157,98);
    transition: color 0.3s ease;
    text-decoration: none;
}.iy_contact_panel .VY_contact_feedback .Mu_support_form label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.iy_contact_panel .VY_contact_feedback .CW_inquiry_widget {
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(177,172,154) 0%, rgb(142,157,98) 100%);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.iy_contact_panel .VY_contact_feedback .CW_inquiry_widget::before {
    top: 0;
    width: 100%;
    content: '';
    transition: all 0.6s ease;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    z-index: -1;
}.iy_contact_panel .VY_contact_feedback .CW_inquiry_widget:hover::before {
    left: 100%;
}.iy_contact_panel .VY_contact_feedback .CW_inquiry_widget:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.iy_contact_panel {
    padding: 80px 0;
}.iy_contact_panel .Rt_connect_support {
    flex-direction: column;
}.iy_contact_panel .nz_message_list,
    .iy_contact_panel .VY_contact_feedback {
    padding: 40px;
}.iy_contact_panel .nz_message_list {
    text-align: center;
}.iy_contact_panel .nz_message_list h3::after {
    transform: translateX(-50%);
    left: 50%;
}.iy_contact_panel .nz_message_list div {
    padding-left: 0;
    justify-content: center;
}.iy_contact_panel .nz_message_list div::before {
    display: none;
}
}

@media (max-width: 768px) {.iy_contact_panel {
    padding: 60px 0;
}.iy_contact_panel .nz_message_list,
    .iy_contact_panel .VY_contact_feedback {
    padding: 30px;
}.iy_contact_panel .nz_message_list h3,
    .iy_contact_panel .VY_contact_feedback h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.iy_contact_panel .nz_message_list div {
    margin-bottom: 20px;
}.iy_contact_panel .VY_contact_feedback input[type="text"],
    .iy_contact_panel .VY_contact_feedback input[type="email"] {
    padding: 12px 15px;
}.iy_contact_panel .VY_contact_feedback .CW_inquiry_widget {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.iy_contact_panel {
    padding: 40px 0;
}.iy_contact_panel .container {
    padding: 0 10px;
}.iy_contact_panel .nz_message_list,
    .iy_contact_panel .VY_contact_feedback {
    padding: 20px;
}.iy_contact_panel .nz_message_list h3,
    .iy_contact_panel .VY_contact_feedback h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.iy_contact_panel .nz_message_list svg {
    height: 20px;
    width: 20px;
}.iy_contact_panel .VY_contact_feedback .Mu_support_form label {
    font-size: calc(14px * 0.9);
}.iy_contact_panel .VY_contact_feedback .CW_inquiry_widget {
    width: 100%;
}}.gR_secure_refuge {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 30px;
    color: #000000;
    background-color: rgb(142,157,98);
    font-family: Arial, sans-serif;
}.gR_secure_refuge h1 {
    margin-bottom: 20px;
    color: rgb(177,172,154);
    margin-top: 30px;
    font-weight: 700;
    font-size: 48px;
}.gR_secure_refuge h2 {
    margin-bottom: 15px;
    color: rgb(177,172,154);
    margin-top: 25px;
    font-weight: 600;
    font-size: 36px;
}.gR_secure_refuge h3, .gR_secure_refuge h4, .gR_secure_refuge h5, .gR_secure_refuge h6 {
    margin-top: 20px;
    font-size: 18px;
    color: rgb(177,172,154);
    font-weight: 400;
    margin-bottom: 10px;
}.gR_secure_refuge li {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 18px;
}.gR_secure_refuge section {
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.gR_secure_refuge p, .gR_secure_refuge span, .gR_secure_refuge div {
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {.gR_secure_refuge {
    padding: 20px;
}.gR_secure_refuge h1 {
    margin-top: 25px;
    font-size: calc(18px - 5px);
    margin-bottom: 15px;
}.gR_secure_refuge h2 {
    margin-top: 20px;
    font-size: calc(18px - 3px);
    margin-bottom: 10px;
}.gR_secure_refuge h3, .gR_secure_refuge h4, .gR_secure_refuge h5, .gR_secure_refuge h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: calc(18px - 2px);
}.gR_secure_refuge ul, .gR_secure_refuge ol {
    padding: 5px 0;
    margin: 10px 0;
}.gR_secure_refuge li {
    font-size: calc(18px - 1px);
    margin-bottom: 5px;
}.gR_secure_refuge p, .gR_secure_refuge span, .gR_secure_refuge div {
    margin-bottom: 4px;
    font-size: calc(18px - 1px);
}}header {
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, rgb(230,228,224) 100%);
    padding: 0;
    z-index: 100;
    overflow: visible;
    position: relative;
}header::before {
    content: '';
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.4;
}header::after {
    width: 100%;
    opacity: 0.6;
    left: 0;
    position: absolute;
    content: '';
    height: 10px;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(177,172,154,0.5), 
        transparent
    );
}header .xw_nav_core {
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 1.3rem 3rem;
    z-index: 5;
    display: flex;
}header .gn_page_nav {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    overflow: hidden;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    margin-right: 2rem;
    flex: 0 0 auto;
    transition: all 0.6s ease;
    padding: 1rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
}header .gn_page_nav:hover {
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}header .xR_main_tutor {
    display: block;
    position: relative;
    transition: all 0.4s ease;
}header .xR_main_tutor img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .ka_header_nav {
    display: flex;
    list-style: none;
    z-index: 2;
    margin: 0;
    padding: 0;
    position: relative;
}header .ka_header_nav::before {
    content: '';
    transition: all 0.6s ease;
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, transparent 100%);
    z-index: -1;
    top: -5%;
    left: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    width: 110%;
    height: 110%;
    position: absolute;
    opacity: 0.1;
}header .ka_header_nav:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .wS_main_page {
    position: relative;
    margin: 0 0.5rem;
}header .wS_main_page a {
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    color: #000000;
    padding: 0.8rem 1.3rem;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}header .wS_main_page a::before {
    background: linear-gradient(135deg, rgb(177,172,154,0.5) 0%, rgb(142,157,98,0.5) 100%);
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    transform: scale(1.1);
    position: absolute;
    border-radius: inherit;
    opacity: 0;
}header .wS_main_page a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
}header .wS_main_page a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .wS_main_page::after {
    content: '';
    transition: transform 0.4s ease;
    height: 6px;
    border-radius: 50%;
    opacity: 0.7;
    background: rgb(177,172,154);
    left: 50%;
    transform: translateX(-50%) scale(0);
    bottom: -8px;
    width: 6px;
    position: absolute;
}header .wS_main_page:hover::after {
    transform: translateX(-50%) scale(1);
}header .xw_nav_core::before {
    width: 200px;
    background: radial-gradient(circle, rgb(177,172,154,0.5) 0%, transparent 70%);
    top: -100px;
    border-radius: 50%;
    position: absolute;
    content: '';
    filter: blur(30px);
    right: -100px;
    opacity: 0.1;
    height: 200px;
}header .xw_nav_core::after {
    bottom: -75px;
    position: absolute;
    opacity: 0.1;
    filter: blur(30px);
    height: 150px;
    background: radial-gradient(circle, rgb(142,157,98,0.5) 0%, transparent 70%);
    border-radius: 50%;
    left: -75px;
    content: '';
    width: 150px;
}.Af_head_pagebar {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(230,228,224);
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .xw_nav_core {
    margin: 0 auto;
    max-width: 1320px;
}header .wS_main_page {
    margin: 0 0.7rem;
}header .wS_main_page a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .xw_nav_core {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .gn_page_nav {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0.7rem;
}header .ka_header_nav {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .wS_main_page a {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}header .ka_header_nav::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .xw_nav_core {
    padding: 0.8rem 1.5rem;
}header .gn_page_nav {
    padding: 0.6rem;
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .xR_main_tutor img {
    max-height: 35px;
}header .ka_header_nav {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .ka_header_nav::-webkit-scrollbar {
    height: 3px;
}header .ka_header_nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,172,154,0.5);
}header .wS_main_page {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .wS_main_page a {
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .wS_main_page::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .xw_nav_core {
    padding: 0.7rem 1.2rem;
}header .gn_page_nav {
    max-width: 120px;
    padding: 0.5rem;
}header .wS_main_page a {
    padding: 0.4rem 0.6rem;
    font-size: calc(12px - 3px);
}}.Ga_course_instructor {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(230,228,224) 0%, rgb(177,172,154,0.5) 35%, rgb(142,157,98,0.5) 100%);
    position: relative;
}.Ga_course_instructor::before {
    top: -50%;
    animation: rotate 20s linear infinite;
    height: 200%;
    content: "";
    z-index: 0;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(177,172,154,0.5) 120deg, transparent 180deg, rgb(142,157,98,0.5) 260deg, transparent 360deg);
    position: absolute;
    width: 200%;
    left: -10%;
    opacity: 0.2;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.Ga_course_instructor .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
}.Ga_course_instructor .LV_success_ratings {
    background: #ffffff;
    gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-areas:
    "photo quote"
    "name quote";
    grid-template-columns: minmax(220px, 1fr) 2fr;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateY(-2deg);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(177,172,154,0.5);
    display: grid;
    transition: transform 0.5s ease;
    border-radius: 11px;
}.Ga_course_instructor .LV_success_ratings:hover {
    transform: rotateX(0) rotateY(0);
}.Ga_course_instructor .io_background_img {
    transform: translateZ(20px);
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 11px;
    grid-area: photo;
    transition: transform 0.3s ease;
    box-shadow: 
    -5px 5px 0 rgb(142,157,98),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
}.Ga_course_instructor .LV_success_ratings:hover .io_background_img {
    transform: translateZ(30px) scale(1.05);
}.Ga_course_instructor .name {
    color: rgb(177,172,154);
    display: block;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    grid-area: name;
    transform: translateZ(10px);
}.Ga_course_instructor .name + span {
    font-weight: 600;
    align-self: end;
    margin-top: 2rem;
    text-transform: uppercase;
    grid-area: name;
    transform: translateZ(5px);
    padding-left: 1rem;
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
    opacity: 0.8;
}.Ga_course_instructor .Ff_career_overview {
    line-height: 1.7;
    border-radius: 11px;
    background: linear-gradient(to right, #ffffff, rgb(230,228,224));
    transition: transform 0.3s ease;
    grid-area: quote;
    color: #000000;
    transform: translateZ(15px);
    font-size: calc(14px * 1.1);
    padding: 2rem;
    position: relative;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}.Ga_course_instructor .Ff_career_overview::before {
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(177,172,154,0.5) 0%, transparent 40%, transparent 60%, rgb(142,157,98,0.5) 100%);
    opacity: 0.3;
    position: absolute;
    border-radius: 11px;
    mix-blend-mode: overlay;
    height: 100%;
    content: "";
}.Ga_course_instructor .LV_success_ratings:hover .Ff_career_overview {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.Ga_course_instructor .LV_success_ratings {
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "io_background_img"
      "name"
      "Ff_career_overview";
    grid-template-columns: 1fr;
    transform: none;
}.Ga_course_instructor .io_background_img {
    margin: 0 auto;
    max-width: 200px;
}.Ga_course_instructor .name,
  .Ga_course_instructor .name + span {
    text-align: center;
    padding-left: 0;
}.Ga_course_instructor .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.Ga_course_instructor {
    padding: 4rem 1rem;
}.Ga_course_instructor .LV_success_ratings {
    padding: 1.5rem;
}.Ga_course_instructor .Ff_career_overview {
    padding: 1.5rem;
}
}