* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    margin: auto;
    width: 1107px;
    max-width: 100%;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.wrapper-template_4 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top_nav_J {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.module_end_F {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.try_immediately_T {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(123,110,160) 0%, rgb(172,179,195) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin: 6rem 0;
    padding: 5rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.try_immediately_T::before {
    content: "";
    width: 200%;
    pointer-events: none;
    left: -50%;
    opacity: 0.1;
    height: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    top: -50%;
    position: absolute;
}.try_immediately_T::after {
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(123,110,160,0.5));
    position: absolute;
    z-index: 1;
    right: 0;
    transform-origin: bottom right;
    transform: skewY(-3deg);
    height: 30%;
    opacity: 0.2;
    width: 100%;
}.try_immediately_T .container {
    display: flex;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
}.try_immediately_T h6 {
    max-width: 800px;
    animation: floatText 5s infinite alternate ease-in-out;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 2rem);
    color: #ffffff;
    margin: 0;
    transform: translateY(-5px);
    font-family: Arial, sans-serif;
    line-height: 1.4;
}.try_immediately_T div:not(.container) {
    position: relative;
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}.try_immediately_T span {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(800px) rotateX(2deg);
    position: relative;
}.try_immediately_T span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.try_immediately_T .connect_widget_b {
    text-decoration: none;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(172,179,195);
    font-weight: 700;
    background: #ffffff;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(172,179,195,0.5);
    overflow: hidden;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    display: inline-flex;
}.try_immediately_T .connect_widget_b::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    height: 100%;
    width: 100%;
    position: absolute;
}.try_immediately_T .connect_widget_b::after {
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle, rgb(123,110,160,0.5) 0%, transparent 70%);
    position: absolute;
    left: -50%;
    opacity: 0;
    height: 200%;
    width: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    content: "";
    transform: scale(0.5);
}.try_immediately_T .connect_widget_b:hover {
    transform: translateY(-2px);
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(172,179,195,0.5);
}.try_immediately_T .connect_widget_b:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.try_immediately_T .connect_widget_b span {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: none;
}.try_immediately_T .connect_widget_b:hover span {
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 992px) {.try_immediately_T {
    margin: 4rem 0;
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem 1.5rem;
}.try_immediately_T .container {
    gap: 2rem;
}.try_immediately_T h6 {
    font-size: calc(22px * 1.1);
}.try_immediately_T .connect_widget_b {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.try_immediately_T {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
    transform: none;
}.try_immediately_T .container {
    gap: 1.75rem;
}.try_immediately_T h6 {
    font-size: 22px;
    line-height: 1.5;
}.try_immediately_T .connect_widget_b {
    font-size: calc(14px * 0.95);
    padding: 0.85rem 2rem;
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.try_immediately_T {
    padding: 3rem 1rem;
    margin: 2.5rem 0;
}.try_immediately_T .container {
    gap: 1.5rem;
}.try_immediately_T h6 {
    letter-spacing: 0.02em;
    font-size: calc(22px * 0.95);
}.try_immediately_T .connect_widget_b {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.9);
}}.tyNote_c {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(172,179,195,0.5), rgb(123,110,160,0.5));
}.tyNote_c::before {
    top: -10%;
    content: "";
    position: absolute;
    left: -5%;
    opacity: 0.03;
    width: 50%;
    height: 70%;
    pointer-events: none;
    transform: rotate(-15deg) skew(15deg);
    background: #ffffff;
}.tyNote_c::after {
    opacity: 0.05;
    width: 40%;
    pointer-events: none;
    position: absolute;
    transform: rotate(25deg) skew(-15deg);
    background: rgb(123,110,160);
    right: -5%;
    height: 80%;
    content: "";
    bottom: -10%;
}.tyNote_c .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.tyNote_c .knowledge_center_C {
    position: relative;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 60px 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    background: #ffffff;
}.tyNote_c .knowledge_center_C:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyNote_c .knowledge_center_C::before {
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    width: 6px;
    position: absolute;
    transform-origin: left center;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(172,179,195), rgb(123,110,160));
    height: 100%;
}.tyNote_c .knowledge_center_C:hover::before {
    transform: scaleY(1);
}.tyNote_c .knowledge_center_C > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}.tyNote_c h5 {
    color: #000000;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    transform: translateY(0);
}.tyNote_c .knowledge_center_C:hover h5 {
    transform: translateY(-5px);
}.tyNote_c h5::after {
    transform: scaleX(0.7);
    position: absolute;
    transform-origin: left center;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    width: 80px;
    left: 0;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.tyNote_c .knowledge_center_C:hover h5::after {
    transform: scaleX(1);
}.tyNote_c a {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
    text-decoration: none;
    display: block;
}.tyNote_c a:hover {
    transform: translateX(5px);
}.tyNote_c p {
    margin: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1.8;
}.tyNote_c a:hover p {
    color: rgb(172,179,195);
}.tyNote_c a::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, #ffffff, rgb(123,110,160,0.5), #ffffff);
    top: 0;
    transform: skewX(-15deg);
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
    opacity: 0.3;
}.tyNote_c a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.tyNote_c {
    padding: 150px 0;
}.tyNote_c .knowledge_center_C {
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
    padding: 80px 70px;
}.tyNote_c h5 {
    font-size: calc(24px * 1.15);
    line-height: 1.3;
}.tyNote_c p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.tyNote_c h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.tyNote_c .knowledge_center_C {
    max-width: 75%;
}
}

@media (max-width: 991px) {.tyNote_c {
    padding: 100px 0;
}.tyNote_c .knowledge_center_C {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.tyNote_c {
    padding: 80px 0;
}.tyNote_c .knowledge_center_C {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.tyNote_c h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 575px) {.tyNote_c {
    padding: 60px 0;
}.tyNote_c .knowledge_center_C {
    padding: 30px 20px;
    transform: none;
}.tyNote_c h5 {
    font-size: calc(24px * 0.85);
    line-height: 1.5;
}.tyNote_c p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.tyNote_c h5::after {
    height: 2px;
    width: 60px;
}}.price_item_element_D {
    position: relative;
    background-color: rgb(214,217,225);
    padding: 6rem 0;
    overflow: hidden;
}.price_item_element_D::before {
    background: linear-gradient(135deg, rgb(172,179,195,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    pointer-events: none;
    top: 0;
}.price_item_element_D::after {
    pointer-events: none;
    bottom: -5rem;
    z-index: 1;
    background: linear-gradient(225deg, rgb(123,110,160) 0%, transparent 80%);
    transform: rotate(-15deg);
    opacity: 0.15;
    height: 20rem;
    right: -5rem;
    width: 20rem;
    content: "";
    position: absolute;
}.price_item_element_D .container {
    z-index: 2;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}.price_item_element_D .price_panel_w {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
}.price_item_element_D .pricing_block_n {
    transform: translateZ(0);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-left: 4px solid rgb(172,179,195);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.price_item_element_D .pricing_block_n::before {
    z-index: -1;
    top: 20px;
    position: absolute;
    left: -20px;
    background-color: rgb(172,179,195);
    width: 40px;
    content: "";
    transform: rotate(45deg);
    height: 40px;
}.price_item_element_D .pricing_block_n h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    font-size: 38px;
    position: relative;
}.price_item_element_D .pricing_block_n h2::after {
    left: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    height: 3px;
}.price_item_element_D .pricing_block_n .lesson_fees_s {
    color: #000000;
    font-size: 15px;
    max-width: 80%;
    line-height: 1.6;
}.price_item_element_D .group_plans_Q {
    gap: 2rem;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_item_element_D .learn_rates_U {
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    color: inherit;
}.price_item_element_D .learn_rates_U:hover {
    transform: translateY(-10px);
}.price_item_element_D .annual_plan_P {
    background-color: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    display: flex;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    height: 100%;
}.price_item_element_D .learn_rates_U:hover .annual_plan_P {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(172,179,195,0.5);
}.price_item_element_D .learn_rates_U:nth-child(odd) .annual_plan_P {
    transform: rotate(-1deg);
}.price_item_element_D .learn_rates_U:nth-child(even) .annual_plan_P {
    transform: rotate(1deg);
}.price_item_element_D .learn_rates_U:hover .annual_plan_P {
    transform: rotate(0) translateZ(20px);
}.price_item_element_D .premium_grid_B {
    display: flex;
    padding: 2rem;
    overflow-wrap: break-word;
    word-break: break-word;
    flex-direction: column;
    position: relative;
    z-index: 2;
    flex: 1;
}.price_item_element_D .premium_grid_B::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.price_item_element_D .premium_grid_B h3 {
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(23px * 1.2);
    transform: translateZ(10px);
    margin-bottom: 1rem;
}.price_item_element_D .learn_rates_U:hover .premium_grid_B h3 {
    transform: translateZ(25px);
}.price_item_element_D .premium_grid_B h3::after {
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    width: 40px;
    bottom: -8px;
    content: "";
    position: absolute;
    background: rgb(172,179,195);
}.price_item_element_D .learn_rates_U:hover .premium_grid_B h3::after {
    width: 60px;
}.price_item_element_D .rate_list_y {
    position: relative;
    font-weight: 700;
    transform: translateZ(15px);
    margin: 0.5rem 0 1.5rem;
    color: rgb(172,179,195);
    display: block;
    font-size: calc(23px * 1.8);
}.price_item_element_D .rate_list_y::before {
    bottom: -8px;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(172,179,195,0.5), transparent);
    content: "";
    left: 0;
    width: 80px;
}.price_item_element_D .premium_grid_B p {
    overflow-wrap: break-word;
    flex: 1;
    color: #000000;
    margin-top: 1rem;
    font-size: 15px;
    word-break: break-word;
    line-height: 1.6;
}.price_item_element_D .thumbnail_img_s {
    transition: transform 0.5s ease;
    transform: translateZ(0);
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}.price_item_element_D .learn_rates_U:hover .thumbnail_img_s {
    transform: scale(1.05) translateZ(0);
}.price_item_element_D .thumbnail_img_s::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    bottom: 0;
    height: 50%;
    z-index: 1;
}.price_item_element_D .thumbnail_img_s::before {
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
    background: rgb(172,179,195);
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: 1;
}.price_item_element_D .learn_rates_U:hover .thumbnail_img_s::before {
    opacity: 0.05;
}

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

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

@media (max-width: 991px) {.price_item_element_D {
    padding: 4rem 0;
}.price_item_element_D .pricing_block_n {
    order: -1;
}.price_item_element_D .pricing_block_n h2 {
    font-size: calc(38px * 0.9);
}.price_item_element_D .pricing_block_n .lesson_fees_s {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_item_element_D {
    padding: 3rem 0;
}.price_item_element_D .container {
    padding: 0 1.5rem;
}.price_item_element_D .group_plans_Q {
    grid-template-columns: 1fr;
}.price_item_element_D .pricing_block_n h2 {
    font-size: calc(38px * 0.8);
}.price_item_element_D .premium_grid_B {
    padding: 1.5rem;
}.price_item_element_D .rate_list_y {
    font-size: calc(23px * 1.5);
}.price_item_element_D .thumbnail_img_s {
    height: 180px;
}
}

@media (max-width: 480px) {.price_item_element_D .premium_grid_B p {
    font-size: calc(15px * 0.9);
}.price_item_element_D .premium_grid_B h3 {
    font-size: 23px;
}.price_item_element_D .rate_list_y {
    font-size: calc(23px * 1.3);
}.price_item_element_D .thumbnail_img_s {
    height: 160px;
}}footer {
    z-index: 1;
    position: relative;
    perspective: 1000px;
}footer::before {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(123,110,160,0.5) 0%, rgb(172,179,195,0.5) 100%);
    bottom: 0;
    content: "";
    z-index: -2;
    opacity: 0.9;
}footer::after {
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    content: "";
    left: 0;
    position: absolute;
}.module_end_F {
    padding: 5rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.module_end_F::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(172,179,195) 0px,
        rgb(172,179,195) 40px,
        rgb(123,110,160) 40px,
        rgb(123,110,160) 80px
    );
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 20px;
    position: absolute;
}.module_end_F .container {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}.module_end_F .company_holder {
    transform-style: preserve-3d;
    border-bottom: 6px solid rgb(172,179,195);
    border-radius: 0;
    transition: all 0.4s ease;
    flex: 1 1 380px;
    padding: 2rem;
    background: rgb(172,179,195,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transform: rotateX(5deg);
    position: relative;
}.module_end_F .company_holder:hover {
    transform: rotateX(0deg);
}.module_end_F .company_holder h3 {
    font-weight: 700;
    transform: translateZ(20px);
    color: #ffffff;
    margin: 0 0 1.5rem;
    display: inline-block;
    position: relative;
    font-size: 29px;
    letter-spacing: 1px;
}.module_end_F .company_holder h3::before {
    border-left: 3px solid #ffffff;
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    left: -10px;
    border-top: 3px solid #ffffff;
    top: -10px;
}.module_end_F .company_holder h3::after {
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: "";
    position: absolute;
    right: -10px;
    height: 30px;
    width: 30px;
}.module_end_F .edu_links_B {
    font-size: 14px;
    line-height: 1.6;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    transform: translateZ(10px);
    color: #ffffff;
}.module_end_F .desktop_app_M {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.module_end_F .head_tutor_Z {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.module_end_F .top_prime_d {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    transform: rotateX(-5deg);
}.module_end_F .top_prime_d:hover {
    transform: rotateX(0deg);
}.module_end_F .top_prime_d h5 {
    transform: translateZ(15px);
    min-width: 200px;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: inline-block;
    padding: 1rem 1.5rem;
    position: relative;
    margin: 0 0 1.5rem;
    background: rgb(123,110,160,0.5);
}.module_end_F .top_prime_d h5::after {
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    background: rgb(123,110,160);
    height: 5px;
}.module_end_F .top_prime_d .head_tutor_Z {
    flex-direction: column;
    transform: translateZ(5px);
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    gap: 1rem;
    border-radius: 10px;
    display: flex;
}.module_end_F .top_prime_d .head_tutor_Z a {
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    text-decoration: none;
    display: block;
}.module_end_F .top_prime_d .head_tutor_Z a::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
    transition: all 0.5s ease;
    content: "";
}.module_end_F .top_prime_d .head_tutor_Z a:hover {
    background: rgb(123,110,160,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.module_end_F .top_prime_d .head_tutor_Z a:hover::before {
    left: 100%;
}.scholar_cta_N {
    position: relative;
    background: rgb(123,110,160,0.5);
    perspective: 1000px;
    padding: 2rem 0;
    transform-style: preserve-3d;
    margin-top: 3rem;
}.scholar_cta_N::before {
    transform: rotateX(45deg);
    position: absolute;
    top: -20px;
    transform-origin: bottom;
    height: 20px;
    content: "";
    background: rgb(123,110,160);
    left: 0;
    width: 100%;
}.scholar_cta_N .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.scholar_cta_N .sample_docs_3 {
    transform: translateZ(5px);
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.module_end_F .container {
    gap: 3rem;
}.module_end_F .company_holder {
    flex: 1 1 350px;
}.module_end_F .desktop_app_M {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.module_end_F .head_tutor_Z {
    gap: 2rem;
}
}

@media (max-width: 992px) {.module_end_F {
    padding: 4rem 0 2rem;
}.module_end_F .container {
    flex-direction: column;
    gap: 3rem;
}.module_end_F .company_holder,
    .module_end_F .desktop_app_M {
    min-width: 100%;
    flex: 1 1 100%;
}.module_end_F .top_prime_d {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.module_end_F .company_holder,
    .module_end_F .top_prime_d {
    transform: none;
}
}

@media (max-width: 768px) {.module_end_F {
    padding: 3.5rem 0 1.5rem;
}.module_end_F .head_tutor_Z {
    gap: 1.5rem;
}.module_end_F .company_holder h3 {
    font-size: calc(29px - 2px);
}.module_end_F .company_holder h3::before,
    .module_end_F .company_holder h3::after {
    height: 20px;
    width: 20px;
}.scholar_cta_N {
    margin-top: 2rem;
}.scholar_cta_N::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.module_end_F {
    padding: 3rem 0 1rem;
}.module_end_F .top_prime_d {
    flex: 1 1 100%;
    min-width: 100%;
}.module_end_F .head_tutor_Z {
    gap: 0.7rem;
}.module_end_F .top_prime_d .head_tutor_Z a {
    padding: 0.6rem 0.8rem;
}.scholar_cta_N {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.scholar_cta_N::before {
    display: none;
}
}

@media (max-width: 420px) {.module_end_F::before {
    height: 10px;
}.module_end_F .company_holder h3::before,
    .module_end_F .company_holder h3::after {
    display: none;
}.module_end_F .top_prime_d h5 {
    min-width: auto;
    width: 100%;
}.scholar_cta_N .sample_docs_3 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    background: linear-gradient(135deg, rgb(172,179,195,0.5), rgb(123,110,160,0.5));
    padding: 0;
}header::before {
    z-index: 0;
    top: 0;
    height: 100%;
    content: '';
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    left: 0;
    position: absolute;
    width: 100%;
}header .container {
    max-width: 100%;
    z-index: 1;
    padding: 0 2%;
    width: 100%;
    margin: 0;
    position: relative;
}header .site_start_6 {
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    border-radius: 20px;
    position: relative;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
    overflow: hidden;
}header .site_start_6::before {
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(172,179,195), rgb(123,110,160));
    width: 100%;
    left: 0;
    content: '';
}header .nav_wrap_c {
    justify-content: center;
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
    position: relative;
}header .nav_wrap_c::after {
    height: 1px;
    content: '';
    background: linear-gradient(to right, transparent, rgb(172,179,195,0.5), rgb(123,110,160,0.5), rgb(172,179,195,0.5), transparent);
    position: absolute;
    left: 20%;
    width: 60%;
    bottom: 0;
}header .nav_wrap_c svg {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}header .nav_wrap_c:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .top_prime_d {
    flex-wrap: wrap;
    gap: 0.7rem;
    width: 100%;
    justify-content: center;
    max-width: 90%;
    padding: 1rem 2rem 0;
    display: flex;
}header .head_sitewrap_A {
    font-weight: 600;
    padding: 0.7rem 1.3rem;
    text-decoration: none;
    color: #000000;
    background: linear-gradient(to bottom, #ffffff, rgb(214,217,225));
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 15px;
}header .head_sitewrap_A::before {
    background: linear-gradient(to top, rgb(172,179,195,0.5), transparent);
    bottom: 0;
    left: 0;
    transition: height 0.3s ease;
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 0;
}header .head_sitewrap_A:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(172,179,195);
    transform: translateY(-3px);
}header .head_sitewrap_A:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .site_start_6 {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .nav_wrap_c {
    padding: 0 0 0.8rem 0;
}header .nav_wrap_c svg {
    width: 160px;
}header .top_prime_d {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .head_sitewrap_A {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .site_start_6 {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .nav_wrap_c {
    padding: 0 0 0.7rem 0;
}header .nav_wrap_c svg {
    width: 140px;
}header .top_prime_d {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .head_sitewrap_A {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .site_start_6 {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .nav_wrap_c {
    padding: 0 0 0.6rem 0;
}header .nav_wrap_c svg {
    width: 120px;
}header .top_prime_d {
    padding: 0.6rem 0.5rem 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .top_prime_d::-webkit-scrollbar {
    height: 3px;
}header .top_prime_d::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(172,179,195);
}header .head_sitewrap_A {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}.title_page_F {
    align-items: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 5rem 2rem;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.title_page_F::before {
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%
  );
}.title_page_F::after {
    position: absolute;
    z-index: 2;
    left: 0;
    height: 100%;
    animation: gradientPulse 8s infinite alternate ease-in-out;
    opacity: 0.3;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgb(172,179,195,0.5) 0%,
    transparent 100%
  );
}.title_page_F > div {
    animation: appearFromBottom 1.2s ease-out forwards;
    max-width: 1200px;
    transform: translateY(0);
    position: relative;
    gap: 3rem;
    display: flex;
    z-index: 5;
    width: 100%;
    flex-direction: column;
}.title_page_F > div > div:first-child {
    margin-left: 5vw;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
}.title_style_header {
    transform-origin: left;
    transition: transform 0.3s ease;
    margin: 0;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(123,110,160) 100%
  );
    background-clip: text !important;
    transform: scale(1);
    font-weight: 700;
    line-height: 1.1;
    font-size: calc(45px * 1.2);
    position: relative;
    color: transparent;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: text !important;
    letter-spacing: -0.03em;
}.title_style_header::after {
    transform: scaleX(0.8);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(123,110,160);
    left: 0;
    height: 4px;
    bottom: -0.5rem;
    width: 60%;
    content: "";
    position: absolute;
    transform-origin: left;
}.title_page_F:hover .title_style_header::after {
    transform: scaleX(1);
}.page_intro_y {
    display: flex;
    transition: transform 0.5s ease;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
    border-left: 4px solid rgb(123,110,160);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    gap: 2rem;
    margin-left: 10vw;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
}.title_page_F:hover .page_intro_y {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.title_page_F .mission_why_z {
    opacity: 1;
    animation-delay: 0.3s;
    animation: slideInRight 0.8s ease-out forwards;
    position: relative;
    transform: translateX(0);
}.title_page_F .mission_why_z h3 {
    line-height: 1.4;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.02em;
    margin: 0;
    font-size: calc(24px * 1.1);
}.title_page_F .mission_why_z::before {
    position: absolute;
    animation: expandWidth 1.5s ease-out forwards;
    content: "";
    transform-origin: left;
    left: 0;
    top: -1rem;
    width: 40px;
    animation-delay: 1s;
    height: 3px;
    background: rgb(123,110,160);
}.title_page_F .page_intro_y > div:last-child {
    animation-delay: 0.6s;
    margin-top: 1rem;
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
}.title_page_F .page_intro_y > div:last-child span {
    position: relative;
    padding-left: 1.5rem;
    display: inline-block;
}.title_page_F .page_intro_y > div:last-child span::before {
    height: 12px;
    transform: translateY(-50%) rotate(225deg);
    border-bottom: 3px solid rgb(123,110,160);
    left: 0;
    width: 12px;
    top: 50%;
    content: "";
    border-left: 3px solid rgb(123,110,160);
    position: absolute;
}.title_page_F .page_intro_y > div:last-child p {
    line-height: 1.6;
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.01em;
    font-weight: 400;
    opacity: 0.9;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

@keyframes gradientPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}

@media (min-width: 768px) {.title_page_F {
    padding: 8rem 4rem;
}.title_page_F > div {
    gap: 4rem;
}.title_page_F > div > div:first-child {
    margin-left: 0;
}.title_style_header {
    font-size: calc(45px * 1.5);
}.page_intro_y {
    padding: 3rem;
    margin-left: 5vw;
    width: 80%;
}
}

@media (min-width: 992px) {.title_page_F > div {
    gap: 5rem;
}.title_page_F > div > div:first-child {
    width: 80%;
}.title_style_header {
    font-size: calc(45px * 1.8);
}.title_page_F .mission_why_z h3 {
    font-size: calc(24px * 1.2);
}.page_intro_y {
    padding: 3.5rem;
    width: 65%;
    margin-left: 10vw;
}
}

@media (max-width: 767px) {.title_page_F {
    align-items: flex-start;
    padding-top: 6rem;
}.title_style_header {
    font-size: calc(45px * 1.1);
}.title_page_F > div > div:first-child {
    transform: none;
    margin-left: 0;
}.page_intro_y {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: none;
    padding: 2rem 1.5rem;
    margin-left: 0;
}.title_page_F .mission_why_z h3 {
    font-size: 24px;
}}.course_offering_l {
    overflow: hidden;
    height: 100vh;
    background-color: #ffffff;
    min-height: 600px;
    max-height: 900px;
    position: relative;
}.course_offering_l::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    content: '';
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    width: 70%;
    height: 100%;
}.course_offering_l .online_learn_T {
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
}.course_offering_l .knowledge_plan_t {
    display: flex;
    animation: carousel-slide 30s infinite linear;
    width: 500%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.course_offering_l .online_learn_T:hover .knowledge_plan_t {
    animation-play-state: paused;
}.course_offering_l .master_it_D {
    overflow: hidden;
    height: 100%;
    width: 20%;
}.course_offering_l .master_it_D img {
    transform: scale(1.1);
    width: 100%;
    transition: transform 1s ease;
    filter: brightness(1.05) contrast(1.1);
    height: 100%;
    object-fit: cover;
}.course_offering_l .master_it_D:hover img {
    transform: scale(1.2);
}.course_offering_l .container {
    height: 100%;
    padding-left: 0;
    width: 65%;
    justify-content: flex-start;
    z-index: 2;
    align-items: center;
    position: relative;
    display: flex;
}.course_offering_l .knowledge_center_C {
    max-width: 750px;
    padding-left: 3%;
    width: 100%;
}.course_offering_l .new_skills_L {
    padding: 3rem;
    border-top: 4px solid rgb(172,179,195);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border-radius: 27px;
    background-color: #ffffff;
    position: relative;
}.course_offering_l .new_skills_L h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 33px;
}.course_offering_l .new_skills_L p {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}.course_offering_l .new_skills_L .connect_widget_b {
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(to right, rgb(172,179,195), rgb(123,110,160));
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    font-size: 19px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
}.course_offering_l .new_skills_L .connect_widget_b::before {
    content: '';
    opacity: 0;
    background: linear-gradient(to right, rgb(123,110,160), rgb(172,179,195));
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}.course_offering_l .new_skills_L .connect_widget_b:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_offering_l .new_skills_L .connect_widget_b:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course_offering_l .container {
    width: 70%;
}.course_offering_l::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course_offering_l {
    flex-direction: column;
    max-height: none;
    display: flex;
    min-height: 0;
    height: auto;
}.course_offering_l::before {
    background: linear-gradient(180deg, rgb(214,217,225) 0%, transparent 50%);
}.course_offering_l .online_learn_T {
    height: 400px;
    order: 2;
    position: relative;
    width: 100%;
}.course_offering_l .container {
    width: 100%;
    order: 1;
    padding: 4rem 2rem;
}.course_offering_l .knowledge_center_C {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 768px) {.course_offering_l .online_learn_T {
    height: 350px;
}.course_offering_l .container {
    padding: 3rem 1.5rem;
}.course_offering_l .new_skills_L {
    padding: 2rem;
}.course_offering_l .new_skills_L h3 {
    font-size: calc(33px * 0.9);
}
}

@media screen and (max-width: 576px) {.course_offering_l .online_learn_T {
    height: 250px;
}.course_offering_l .container {
    padding: 2.5rem 1rem;
}.course_offering_l .new_skills_L {
    padding: 1.5rem;
}.course_offering_l .new_skills_L h3 {
    font-size: calc(33px * 0.8);
}.course_offering_l .new_skills_L p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.course_offering_l .new_skills_L .connect_widget_b {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}}.teacher_profile_v {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(214,217,225) 0%, rgb(172,179,195,0.5) 100%);
    position: relative;
}.teacher_profile_v::before {
    height: 100%;
    opacity: 0.04;
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(172,179,195,0.5) 20px,
            rgb(172,179,195,0.5) 21px
        );
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}.teacher_profile_v::after {
    top: 0;
    opacity: 0.3;
    width: 100%;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(172,179,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(123,110,160,0.5) 0%, transparent 40%);
    position: absolute;
    filter: blur(80px);
    left: 0;
}.teacher_profile_v .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.teacher_profile_v .user_testimonials_i {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
    display: flex;
    align-items: center;
}.teacher_profile_v .user_testimonials_i::before {
    position: absolute;
    border: 1px solid rgb(172,179,195,0.5);
    width: 500px;
    animation: orbit 20s linear infinite;
    opacity: 0.2;
    left: 50%;
    border-radius: 50%;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
}.teacher_profile_v .user_testimonials_i::after {
    top: 50%;
    left: 50%;
    opacity: 0.15;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    border: 1px dashed rgb(123,110,160,0.5);
    border-radius: 50%;
    animation: orbit 15s linear infinite reverse;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.teacher_profile_v .thumbnail_img_s {
    width: 240px;
    z-index: 5;
    position: relative;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 240px;
    margin-bottom: 30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
}.teacher_profile_v .thumbnail_img_s::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    animation: spin 12s linear infinite;
    opacity: 0.4;
    inset: -30px;
    z-index: -1;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(172,179,195,0.5) 90deg,
        transparent 180deg,
        rgb(123,110,160,0.5) 270deg,
        transparent 360deg
    );
}.teacher_profile_v .thumbnail_img_s::after {
    inset: 0;
    z-index: 2;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    border-radius: 50%;
    content: "";
    position: absolute;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teacher_profile_v .name {
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 40px;
    transition: all 0.3s ease;
    position: relative;
    -webkit-background-clip: text !important;
    text-align: center;
    color: #000000;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(172,179,195) 100%
    );
    z-index: 3;
    margin-bottom: 15px;
}.teacher_profile_v .name::after {
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    background: linear-gradient(
        to right,
        rgb(172,179,195) 0%,
        rgb(123,110,160) 100%
    );
    left: 50%;
    width: 0;
    content: "";
    transform: translateX(-50%);
    bottom: -8px;
}.teacher_profile_v .user_testimonials_i:hover .name::after {
    width: 80px;
}.teacher_profile_v .user_testimonials_i span:not(.name) {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgb(123,110,160);
    padding: 8px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    font-size: 21px;
    text-transform: uppercase;
    z-index: 3;
    backdrop-filter: blur(5px);
    text-align: center;
    position: relative;
    opacity: 0.9;
    font-weight: 600;
}.teacher_profile_v .user_testimonials_i:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}.teacher_profile_v .work_projects_x {
    margin: 0;
    padding: 35px 45px;
    z-index: 3;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 22px;
    position: relative;
    text-align: center;
    line-height: 1.8;
    color: #000000;
    background: #ffffff;
    font-size: 16px;
    max-width: 650px;
}.teacher_profile_v .work_projects_x::before,
.teacher_profile_v .work_projects_x::after {
    width: 10px;
    position: absolute;
    height: 10px;
    content: "";
}.teacher_profile_v .work_projects_x::before {
    top: 25px;
    border-top: 2px solid rgb(172,179,195);
    left: 25px;
    border-left: 2px solid rgb(172,179,195);
}.teacher_profile_v .work_projects_x::after {
    border-right: 2px solid rgb(123,110,160);
    bottom: 25px;
    border-bottom: 2px solid rgb(123,110,160);
    right: 25px;
}.teacher_profile_v .user_testimonials_i:hover .thumbnail_img_s {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

@media (max-width: 991px) {.teacher_profile_v {
    padding: 90px 0;
}.teacher_profile_v .thumbnail_img_s {
    height: 200px;
    margin-bottom: 25px;
    width: 200px;
}.teacher_profile_v .user_testimonials_i::before {
    height: 400px;
    width: 400px;
}.teacher_profile_v .user_testimonials_i::after {
    height: 320px;
    width: 320px;
}.teacher_profile_v .name {
    font-size: calc(40px * 0.9);
}.teacher_profile_v .work_projects_x {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.teacher_profile_v {
    padding: 70px 0;
}.teacher_profile_v .thumbnail_img_s {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.teacher_profile_v .user_testimonials_i::before {
    width: 320px;
    height: 320px;
}.teacher_profile_v .user_testimonials_i::after {
    width: 260px;
    height: 260px;
}.teacher_profile_v .name {
    font-size: calc(40px * 0.8);
}.teacher_profile_v .user_testimonials_i span:not(.name) {
    padding: 6px 16px;
    font-size: calc(21px * 0.95);
    margin-bottom: 25px;
}.teacher_profile_v .work_projects_x {
    max-width: 100%;
    font-size: calc(16px * 0.95);
    padding: 25px 30px;
}.teacher_profile_v .work_projects_x::before,
    .teacher_profile_v .work_projects_x::after {
    width: 8px;
    height: 8px;
}.teacher_profile_v .work_projects_x::before {
    top: 20px;
    left: 20px;
}.teacher_profile_v .work_projects_x::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.teacher_profile_v {
    padding: 50px 0;
}.teacher_profile_v .thumbnail_img_s {
    width: 150px;
    margin-bottom: 18px;
    height: 150px;
}.teacher_profile_v .user_testimonials_i::before {
    width: 260px;
    height: 260px;
}.teacher_profile_v .user_testimonials_i::after {
    height: 200px;
    width: 200px;
}.teacher_profile_v .name {
    font-size: calc(40px * 0.7);
}.teacher_profile_v .user_testimonials_i span:not(.name) {
    font-size: calc(21px * 0.9);
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 5px 12px;
}.teacher_profile_v .work_projects_x {
    font-size: calc(16px * 0.9);
    padding: 20px 25px;
}.teacher_profile_v .work_projects_x::before,
    .teacher_profile_v .work_projects_x::after {
    width: 6px;
    height: 6px;
}.teacher_profile_v .work_projects_x::before {
    top: 15px;
    left: 15px;
}.teacher_profile_v .work_projects_x::after {
    bottom: 15px;
    right: 15px;
}}.our_team_R {
    background: rgb(214,217,225);
    overflow: hidden;
    z-index: 1;
    padding: 140px 0;
    position: relative;
}.our_team_R::before {
    height: 100%;
    width: 100%;
    filter: blur(20px);
    transform-origin: center center;
    background: 
        linear-gradient(217deg, rgb(172,179,195,0.5), transparent 70%),
        linear-gradient(127deg, rgb(123,110,160,0.5), transparent 70%),
        linear-gradient(336deg, rgb(172,179,195,0.5), transparent 70%);
    content: "";
    animation: gradientFlow 15s ease infinite;
    top: 0;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    left: 0;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.our_team_R::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: -2;
    top: 0;
    height: 100%;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(172,179,195,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(123,110,160,0.5) 0%, transparent 50%);
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.our_team_R .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.our_team_R .container::before {
    content: "";
    right: -100px;
    width: 200px;
    top: -100px;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 50%;
    opacity: 0.1;
    height: 200px;
    position: absolute;
    background: rgb(172,179,195,0.5);
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.our_team_R .knowledge_center_C {
    gap: 60px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}.our_team_R .knowledge_center_C::before {
    left: 30%;
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
    bottom: -30px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(172,179,195), transparent);
    opacity: 0.4;
    width: 40%;
    height: 1px;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.our_team_R .learn_space_P {
    align-items: center;
    position: relative;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    flex: 0 0 40%;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    padding: 50px 35px;
    display: flex;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    perspective: 1000px;
    flex-direction: column;
}.our_team_R .learn_space_P:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(172,179,195,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(172,179,195,0.5);
}.our_team_R .learn_space_P::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(172,179,195,0.5) 100%);
    z-index: -1;
    border-radius: 24px;
    inset: 0;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0.07;
}.our_team_R .learn_space_P:hover::before {
    opacity: 0.12;
}.our_team_R .learn_space_P::after {
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(172,179,195,0.5), transparent);
    z-index: -2;
    animation: borderGlow 4s linear infinite;
    border-radius: calc(24px + 1px);
    inset: -1px;
    opacity: 0;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.our_team_R .learn_space_P:hover::after {
    opacity: 1;
}.our_team_R .thumbnail_img_s {
    position: relative;
    transition: all 0.5s ease;
    z-index: 2;
    height: 220px;
    margin-bottom: 30px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    width: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}.our_team_R .thumbnail_img_s::before {
    -webkit-mask: linear-gradient(rgb(123,110,160,0.5)) content-box, linear-gradient(rgb(172,179,195,0.5));
    position: absolute;
    border-radius: 50%;
    animation: rotate 8s linear infinite;
    content: "";
    background: conic-gradient(rgb(172,179,195), rgb(123,110,160), rgb(172,179,195));
    padding: 3px;
    -webkit-mask-composite: xor;
    inset: -3px;
    mask-composite: exclude;
    opacity: 0.2;
}.our_team_R .thumbnail_img_s::after {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgb(172,179,195,0.5);
    inset: -10px;
    content: "";
    opacity: 0.2;
    animation: rotateReverse 20s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.our_team_R .expert_classes_F {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}.our_team_R .expert_classes_F::before {
    position: absolute;
    opacity: 0.8;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(172,179,195), transparent);
    top: 0;
    transform: translateX(-50%);
    width: 70px;
    content: "";
    left: 50%;
}.our_team_R .skill_training_P {
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(19px * 1.15);
    margin-bottom: 10px;
}.our_team_R .skill_training_P::after {
    transition: width 0.4s ease;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: -4px;
    background: rgb(172,179,195);
    content: "";
    position: absolute;
    transform: translateX(-50%);
}.our_team_R .learn_space_P:hover .skill_training_P::after {
    width: 80%;
}.our_team_R .creds_sect_o {
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: calc(18px * 1.05);
    color: rgb(172,179,195);
    transition: all 0.3s ease;
    opacity: 0.9;
}.our_team_R .learn_space_P:hover .creds_sect_o {
    opacity: 1;
    color: rgb(123,110,160);
    transform: translateY(2px);
}.our_team_R .article_wrap_h {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.01);
    padding: 50px 45px;
    flex: 0 0 55%;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}.our_team_R .article_wrap_h:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(123,110,160,0.5);
    border-color: rgb(123,110,160,0.5);
}.our_team_R .article_wrap_h::before,
.our_team_R .article_wrap_h::after {
    background: rgb(172,179,195,0.5);
    z-index: -1;
    animation: blobAnimation 25s infinite alternate;
    content: "";
    filter: blur(60px);
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    height: 500px;
    transition: all 0.8s ease;
    width: 500px;
    opacity: 0.03;
    position: absolute;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.our_team_R .article_wrap_h::before {
    top: -250px;
    right: -250px;
}.our_team_R .article_wrap_h::after {
    animation-delay: -15s;
    background: rgb(123,110,160,0.5);
    left: -250px;
    bottom: -250px;
}.our_team_R .article_wrap_h:hover::before,
.our_team_R .article_wrap_h:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.our_team_R .learn_pro_8 {
    gap: 16px;
    font-size: calc(16px * 1.2);
    font-weight: 600;
    display: flex;
    color: rgb(172,179,195);
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    margin-bottom: 25px;
}.our_team_R .learn_pro_8::after {
    height: 1px;
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(172,179,195), transparent);
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    width: 0;
}.our_team_R .article_wrap_h:hover .learn_pro_8::after {
    width: 50%;
}.our_team_R .learn_pro_8 svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
    fill: rgb(172,179,195);
}.our_team_R .learn_pro_8 svg path {
    transition: fill 0.4s ease;
}.our_team_R .article_wrap_h h2 {
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: calc(36px * 1.1);
    color: #000000;
    font-weight: 700;
}.our_team_R .article_wrap_h h2::after {
    left: 0;
    border-radius: 10px;
    position: absolute;
    transition: width 0.5s ease;
    width: 100px;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160,0.5), transparent);
    bottom: 0;
    content: "";
    height: 3px;
}.our_team_R .article_wrap_h p {
    transition: all 0.4s ease;
    position: relative;
    margin-bottom: 0;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    color: #000000;
}.our_team_R .article_wrap_h::before,
.our_team_R .article_wrap_h::after,
.our_team_R .learn_space_P::before,
.our_team_R .learn_space_P::after,
.our_team_R .thumbnail_img_s::before,
.our_team_R .thumbnail_img_s::after {
    pointer-events: none;
}.our_team_R .knowledge_center_C::after {
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(rgb(172,179,195,0.5) 1px, transparent 1px),
        radial-gradient(rgb(123,110,160,0.5) 1px, transparent 1px);
    opacity: 0.03;
    height: 100%;
    background-size: 40px 40px;
    pointer-events: none;
    background-position: 0 0, 20px 20px;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
}

@media (max-width: 1199px) {.our_team_R {
    padding: 120px 0;
}.our_team_R .knowledge_center_C {
    gap: 50px;
}.our_team_R .article_wrap_h {
    padding: 40px 35px;
}.our_team_R .learn_space_P {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.our_team_R {
    padding: 100px 0;
}.our_team_R .knowledge_center_C {
    gap: 50px;
    flex-direction: column;
}.our_team_R .learn_space_P,
    .our_team_R .article_wrap_h {
    flex: 0 0 100%;
    width: 100%;
}.our_team_R .article_wrap_h {
    padding: 40px 30px;
}.our_team_R .learn_space_P {
    max-width: 500px;
    margin: 0 auto;
}.our_team_R .knowledge_center_C::before {
    width: 60%;
    left: 20%;
}.our_team_R .article_wrap_h h2 {
    font-size: 36px;
}
}

@media (max-width: 767px) {.our_team_R {
    padding: 80px 0;
}.our_team_R .thumbnail_img_s {
    width: 180px;
    height: 180px;
}.our_team_R .learn_space_P {
    padding: 35px 25px;
}.our_team_R .article_wrap_h {
    padding: 35px 25px;
}.our_team_R .article_wrap_h h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(36px * 0.9);
}.our_team_R .skill_training_P {
    font-size: 19px;
}.our_team_R .creds_sect_o {
    font-size: 18px;
}.our_team_R .learn_pro_8 {
    font-size: 16px;
}.our_team_R .learn_pro_8 svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.our_team_R {
    padding: 60px 0;
}.our_team_R .thumbnail_img_s {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.our_team_R .learn_space_P {
    padding: 30px 20px;
}.our_team_R .article_wrap_h {
    padding: 30px 20px;
}.our_team_R .learn_pro_8 {
    font-size: calc(16px * 0.95);
}.our_team_R .learn_pro_8 svg {
    height: 35px;
    width: 35px;
}.our_team_R .article_wrap_h h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
}.our_team_R .article_wrap_h p {
    font-size: 18px;
    line-height: 1.8;
}.our_team_R .skill_training_P {
    font-size: calc(19px * 0.95);
}.our_team_R .creds_sect_o {
    font-size: calc(18px * 0.95);
}.our_team_R .knowledge_center_C::before {
    width: 80%;
    left: 10%;
}}.program_outcomes_l {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(214,217,225) 0%, #ffffff 100%);
    padding: 80px 0;
}.program_outcomes_l::before {
    filter: blur(100px);
    background: rgb(172,179,195,0.5);
    width: 400px;
    top: -150px;
    opacity: 0.3;
    animation: pulse 10s ease-in-out infinite alternate;
    height: 400px;
    position: absolute;
    right: -150px;
    border-radius: 50%;
    content: "";
}.program_outcomes_l::after {
    background: rgb(123,110,160,0.5);
    border-radius: 50%;
    position: absolute;
    width: 400px;
    height: 400px;
    filter: blur(100px);
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    opacity: 0.3;
    content: "";
    left: -150px;
    bottom: -150px;
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.program_outcomes_l .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.program_outcomes_l .knowledge_center_C {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 0;
}.program_outcomes_l .thumbnail_img_s {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    width: 100%;
    z-index: 1;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    transform-origin: center;
    min-height: 400px;
    transition: all 0.5s ease;
    object-fit: cover;
}.program_outcomes_l .thumbnail_img_s:hover {
    transform: scale(1.02);
}.program_outcomes_l .article_wrap_h {
    border-radius: 15px;
    margin-left: -30px;
    padding: 40px 35px 40px 45px;
    background: #ffffff;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    z-index: 2;
    position: relative;
}.program_outcomes_l .article_wrap_h::before {
    opacity: 0.4;
    height: 100px;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(172,179,195,0.5), transparent);
    width: 100px;
    content: "";
}.program_outcomes_l .article_wrap_h::after {
    left: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    position: absolute;
    background: linear-gradient(135deg, rgb(123,110,160,0.5), transparent);
    width: 100px;
    content: "";
    opacity: 0.4;
    bottom: 0;
    height: 100px;
}.program_outcomes_l h3 {
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 32px;
    color: rgb(172,179,195);
}.program_outcomes_l h3::before {
    width: 5px;
    top: 0;
    content: "";
    left: 0;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(172,179,195), rgb(123,110,160));
    height: 100%;
}.program_outcomes_l ul {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    flex-direction: column;
    list-style: none;
}.program_outcomes_l li {
    position: relative;
    transform: translateY(0);
    transition: all 0.3s ease;
}.program_outcomes_l li:hover {
    transform: translateY(-5px);
}.program_outcomes_l li p {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    gap: 16px;
    z-index: 1;
    font-size: 17px;
    padding: 15px 20px;
    margin: 0;
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    align-items: center;
}.program_outcomes_l li p::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(172,179,195,0.5), rgb(123,110,160,0.5));
    opacity: 0;
}.program_outcomes_l li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.program_outcomes_l li:hover p::before {
    opacity: 0.1;
}.program_outcomes_l svg {
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    padding: 10px;
    background: #ffffff;
}.program_outcomes_l svg path {
    fill: rgb(172,179,195);
    transition: fill 0.3s ease;
}.program_outcomes_l li:hover svg {
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(172,179,195), rgb(123,110,160));
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
}.program_outcomes_l li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.program_outcomes_l {
    padding: 60px 0;
}.program_outcomes_l .knowledge_center_C {
    gap: 30px;
    grid-template-columns: 1fr;
}.program_outcomes_l .thumbnail_img_s {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.program_outcomes_l .article_wrap_h {
    padding: 35px 30px;
    margin-left: 0;
}
}

@media (max-width: 768px) {.program_outcomes_l {
    padding: 50px 0;
}.program_outcomes_l .thumbnail_img_s {
    min-height: 280px;
}.program_outcomes_l h3 {
    font-size: calc(32px * 0.95);
}
}

@media (max-width: 576px) {.program_outcomes_l {
    padding: 40px 0;
}.program_outcomes_l .thumbnail_img_s {
    min-height: 220px;
}.program_outcomes_l .article_wrap_h {
    padding: 25px 20px;
}.program_outcomes_l h3 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.9);
}.program_outcomes_l li p {
    font-size: 17px;
    gap: 12px;
    padding: 12px 15px;
}.program_outcomes_l svg {
    padding: 8px;
    height: 22px;
    width: 22px;
}}.privacy_refuge_H {
    background-color: rgb(214,217,225);
    color: #000000;
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}.privacy_refuge_H h1, .privacy_refuge_H h2, .privacy_refuge_H h3, .privacy_refuge_H h4, .privacy_refuge_H h5, .privacy_refuge_H h6 {
    margin-bottom: 20px;
    color: rgb(172,179,195);
}.privacy_refuge_H h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(172,179,195);
    padding-bottom: 10px;
    font-size: 40px;
}.privacy_refuge_H h2 {
    font-weight: 600;
    font-size: 31px;
}.privacy_refuge_H h3 {
    font-size: 1.5em;
    font-weight: 600;
}.privacy_refuge_H h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy_refuge_H h5 {
    font-size: 21px;
    font-weight: 400;
}.privacy_refuge_H h6 {
    font-size: 16px;
    font-weight: 300;
}.privacy_refuge_H ul, .privacy_refuge_H ol {
    padding-left: 20px;
    list-style: none;
    margin-left: 20px;
}.privacy_refuge_H ul li, .privacy_refuge_H ol li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_refuge_H ul li:before {
    content: '•';
    color: rgb(123,110,160);
    font-size: 1.2em;
    position: absolute;
    left: 0;
}.privacy_refuge_H p, .privacy_refuge_H span, .privacy_refuge_H div {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_refuge_H {
    padding: 20px 10px;
}.privacy_refuge_H h1 {
    font-size: calc(21px - 10%);
}.privacy_refuge_H h2 {
    font-size: calc(21px - 10%);
}.privacy_refuge_H p, .privacy_refuge_H span, .privacy_refuge_H div {
    font-size: calc(14px - 10%);
}}
.privacy_refuge_H a {
    text-decoration: underline;
    color: rgb(172,179,195);
    transition: color 0.3s ease-in-out;
}.privacy_refuge_H a:hover {
    color: rgb(123,110,160);
}.privacy_refuge_H blockquote {
    font-style: italic;
    padding: 15px 20px;
    margin: 20px 0;
    border-left: 5px solid rgb(172,179,195);
    background-color: rgb(172,179,195,0.5);
}.privacy_refuge_H code {
    font-family: monospace;
    background-color: rgb(123,110,160,0.5);
    padding: 2px 6px;
    border-radius: 10px;
}.privacy_refuge_H hr {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    height: 1px;
    margin: 30px 0;
}.cookie_overlay_window_u {
    transition: transform 0.3s ease-in-out;
    background: rgb(123,110,160);
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(123,110,160);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#consentAlertBanner_K {
    display: none;
}#consentAlertBanner_K:checked ~ .cookie_overlay_window_u {
    visibility: hidden;
    opacity: 0;
}.user_choices_f {
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}.cookie_overlay_window_u h5 {
    letter-spacing: 1px;
    font-size: 23px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}.cookie_overlay_window_u p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.cookie_all_3 {
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(172,179,195));
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_all_3 svg {
    width: 80px;
    fill: rgb(172,179,195);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.cookie_all_3:hover svg {
    transform: scale(1.1);
}.consent_ack_S {
    border-radius: 29px;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    min-width: 140px;
    text-align: center;
    box-shadow: 0 0 15px rgb(172,179,195);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    line-height: 40px;
    margin-left: 10px;
    flex-shrink: 0;
    padding: 10px 20px;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
}.consent_ack_S:hover {
    box-shadow: 0 0 20px rgb(123,110,160);
}.cookie_button.consent_track_2 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(123,110,160);
    color: #ffffff;
}.cookie_button.consent_track_2:hover {
    box-shadow: 0 0 15px rgb(123,110,160);
    background: rgba(0, 0, 0, 0.5);
}.cookie_overlay_window_u p a {
    transition: color 0.3s ease;
    color: rgb(172,179,195);
    text-decoration: none;
}.cookie_overlay_window_u p a:hover {
    color: rgb(123,110,160);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_window_u {
    padding: 15px 0;
}.user_choices_f {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_all_3 {
    display: none;
}.user_choices_f {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_overlay_window_u h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.track_ack_8 {
    margin-bottom: 15px;
}.consent_ack_S {
    min-width: 100%;
    margin: 10px 0;
}}
.contact_K {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgb(172,179,195,0.5) 100%);
    position: relative;
}.contact_K::before {
    position: absolute;
    left: 0;
    opacity: 0.05;
    top: 0;
    animation: gradientMove 20s linear infinite;
    content: "";
    width: 100%;
    background-size: 60px 60px;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(172,179,195,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(172,179,195,0.5) 50%, 
        rgb(172,179,195,0.5) 75%, 
        transparent 75%, 
        transparent);
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_K .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.contact_K h2 {
    font-size: 30px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: rgb(172,179,195);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_K h2::after {
    bottom: -15px;
    position: absolute;
    background: rgb(172,179,195);
    height: 4px;
    content: "";
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.contact_K .reach_inquiry_U {
    gap: 0;
    display: grid;
    margin: 0 auto;
    position: relative;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
    border-radius: 30px;
    overflow: hidden;
}.contact_K .thumbnail_img_s {
    height: 100%;
    order: 2;
    min-height: 600px;
    position: relative;
}.contact_K .inquiry_panel_D {
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    order: 1;
    background: #ffffff;
    display: flex;
}.contact_K .inquiry_panel_D::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(172,179,195), rgb(123,110,160));
    top: 0;
    width: 10px;
    right: 0;
    content: "";
    height: 100%;
}.contact_K form {
    position: relative;
    width: 100%;
}.contact_K form h3 {
    color: #000000;
    border-bottom: 2px solid rgb(123,110,160,0.5);
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
}.contact_K form input[type="text"] {
    background: rgb(214,217,225);
    border: none;
    transition: all 0.3s ease;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding: 16px 20px 16px 50px;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
}.contact_K form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(172,179,195);
    outline: none;
    background: #ffffff;
}.contact_K form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_K form input#name {
    position: relative;
}.contact_K form input#name::before {
    position: absolute;
    top: 50%;
    content: "";
    background: rgb(172,179,195);
    width: 20px;
    left: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
}.contact_K .message_message_H {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_K .message_message_H input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_K .message_message_H label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    font-size: 15px;
}.contact_K .message_message_H label::before {
    left: 0;
    height: 24px;
    top: 0;
    position: absolute;
    content: "";
    width: 24px;
    border-radius: 10px;
    background: rgb(214,217,225);
    transition: all 0.3s ease;
}.contact_K .message_message_H input[type="checkbox"]:checked + label::before {
    background: rgb(172,179,195);
}.contact_K .message_message_H input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    content: "";
    top: 4px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    width: 8px;
    height: 14px;
}.contact_K .message_message_H label a {
    text-decoration: none;
    position: relative;
    color: rgb(172,179,195);
    font-weight: 600;
    transition: all 0.3s ease;
}.contact_K .message_message_H label a::after {
    content: "";
    bottom: -2px;
    position: absolute;
    background: rgb(172,179,195);
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
}.contact_K .message_message_H label a:hover::after {
    width: 100%;
}.contact_K form .connect_widget_b {
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    background: rgb(172,179,195);
    padding: 16px 40px;
    z-index: 1;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
}.contact_K form .connect_widget_b::before {
    background: rgb(123,110,160);
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    z-index: -1;
    width: 0;
}.contact_K form .connect_widget_b:hover::before {
    width: 100%;
}.contact_K form .connect_widget_b:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(172,179,195);
}.contact_K svg {
    width: 20px;
    left: 20px;
    top: 50%;
    height: 20px;
    position: absolute;
    fill: rgb(172,179,195);
    transform: translateY(-50%);
}.contact_K svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,179,195);
}.contact_K form #name,
.contact_K form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_K .reach_inquiry_U {
    max-width: 800px;
}.contact_K .inquiry_panel_D {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_K {
    padding: 80px 0 60px;
}.contact_K .reach_inquiry_U {
    grid-template-columns: 1fr;
}.contact_K .thumbnail_img_s {
    clip-path: none;
    order: 1;
    min-height: 300px;
}.contact_K .inquiry_panel_D {
    order: 2;
    padding: 40px 30px;
}.contact_K .inquiry_panel_D::before {
    top: 0;
    background: linear-gradient(to right, rgb(172,179,195), rgb(123,110,160));
    right: 0;
    width: 100%;
    height: 6px;
}.contact_K h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_K {
    padding: 60px 0 40px;
}.contact_K h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.contact_K .thumbnail_img_s {
    min-height: 200px;
}.contact_K .inquiry_panel_D {
    padding: 30px 20px;
}.contact_K form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.contact_K form .connect_widget_b {
    width: 100%;
    padding: 14px 20px;
}}.teaching_process_C {
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgb(172,179,195,0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
    overflow: hidden;
}.teaching_process_C::before {
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    transform: rotate(-15deg) translateZ(-50px);
    filter: blur(20px);
    top: -5%;
    opacity: 0.2;
    position: absolute;
    width: 50%;
    height: 50%;
    background: linear-gradient(45deg, rgb(172,179,195,0.5) 0%, rgb(123,110,160) 100%);
    content: "";
    right: -5%;
}.teaching_process_C::after {
    bottom: -5%;
    z-index: 0;
    transform: rotate(15deg) translateZ(-30px);
    filter: blur(15px);
    width: 40%;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(225deg, rgb(123,110,160) 0%, rgb(172,179,195,0.5) 100%);
    content: "";
    height: 40%;
    animation: float 12s ease-in-out infinite alternate-reverse;
    left: -5%;
}.teaching_process_C .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.teaching_process_C .knowledge_center_C {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: center;
    transform: translateZ(20px);
    align-items: center;
}.teaching_process_C .knowledge_center_C:hover {
    transform: translateZ(40px) scale(1.02);
}.teaching_process_C .knowledge_center_C > div {
    transform: translateX(0) rotateY(0);
    border-left: 4px solid rgb(172,179,195);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 20px 40px 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);
    position: relative;
    padding: 3.5rem;
    max-width: 800px;
}.teaching_process_C .knowledge_center_C > div::before {
    animation: shine 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    left: -100%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    width: 200%;
    content: "";
    top: -100%;
    height: 200%;
    transform: rotate(45deg);
}.teaching_process_C .knowledge_center_C > div:hover {
    transform: translateX(10px) rotateY(2deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.teaching_process_C h3 {
    font-size: calc(38px * 0.9);
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
    display: inline-block;
    position: relative;
}.teaching_process_C h3::after {
    transition: transform 0.4s ease-out;
    height: 3px;
    content: "";
    width: 60px;
    background: linear-gradient(90deg, rgb(172,179,195) 0%, rgb(123,110,160) 100%);
    bottom: -8px;
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    left: 0;
}.teaching_process_C .knowledge_center_C:hover h3::after {
    transform: scaleX(1.5);
}.teaching_process_C p {
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    transition: opacity 0.3s ease;
    font-size: 13px;
    color: #000000;
    opacity: 0.9;
    transform: translateZ(5px);
}.teaching_process_C p span {
    display: block;
    transform: translateY(0);
    position: relative;
    transition: all 0.4s ease;
    padding-left: 0;
}.teaching_process_C .knowledge_center_C:hover p span {
    transform: translateY(-5px);
}.teaching_process_C p span::first-letter {
    color: rgb(172,179,195);
    font-weight: 600;
    font-size: 1.2em;
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(-50px) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translateZ(-50px) translate(10px, 15px);
    }
    100% {
        transform: rotate(-12deg) translateZ(-50px) translate(-5px, 10px);
    }
}

@keyframes shine {
    0% {
        top: -100%;
        left: -100%;
    }
    20%, 100% {
        top: 100%;
        left: 100%;
    }
}

@media (max-width: 991px) {.teaching_process_C {
    padding: 80px 0;
}.teaching_process_C .knowledge_center_C > div {
    padding: 2.5rem;
}.teaching_process_C h3 {
    font-size: calc(38px * 0.8);
}
}

@media (max-width: 767px) {.teaching_process_C {
    perspective: 600px;
    padding: 60px 0;
}.teaching_process_C .knowledge_center_C > div {
    padding: 2rem;
    border-left-width: 3px;
}.teaching_process_C h3 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.7);
}.teaching_process_C h3::after {
    width: 50px;
    height: 2px;
}.teaching_process_C p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.teaching_process_C {
    padding: 50px 0;
}.teaching_process_C .knowledge_center_C > div {
    padding: 1.5rem;
    border-left-width: 2px;
}.teaching_process_C h3 {
    font-size: calc(38px * 0.6);
    margin-bottom: 1rem;
}.teaching_process_C h3::after {
    width: 40px;
}.teaching_process_C p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.teaching_process_C .knowledge_center_C:hover {
    transform: translateZ(20px) scale(1.01);
}.teaching_process_C .knowledge_center_C > div:hover {
    transform: translateX(5px) rotateY(1deg);
}}.get_help_info_y {
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgb(123,110,160,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.get_help_info_y::before {
    height: 30%;
    top: -5%;
    background: radial-gradient(circle, rgb(172,179,195,0.5) 0%, transparent 70%);
    right: -5%;
    width: 30%;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    opacity: 0.5;
    content: "";
}.get_help_info_y::after {
    left: -5%;
    opacity: 0.3;
    animation: float 18s infinite ease-in-out reverse;
    width: 40%;
    height: 40%;
    bottom: -10%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(172,179,195,0.5) 0%, transparent 70%);
}.get_help_info_y .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.get_help_info_y .team_contact_4 {
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
}.get_help_info_y .team_contact_4:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get_help_info_y h3 {
    color: rgb(172,179,195);
    position: relative;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 1.8rem;
    font-weight: 700;
}.get_help_info_y h3::after {
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(172,179,195) 0%, transparent 100%);
    position: absolute;
    bottom: -10px;
    width: 60%;
    content: "";
    left: 0;
    height: 3px;
}.get_help_info_y h3:hover::after {
    width: 100%;
}.get_help_info_y p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.get_help_info_y h5 {
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #000000;
    align-items: center;
    font-weight: 600;
    display: flex;
    font-size: 18px;
}.get_help_info_y svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.get_help_info_y svg:hover {
    transform: scale(1.1);
}.get_help_info_y svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,179,195);
}.get_help_info_y svg:hover path {
    fill: rgb(123,110,160);
}.get_help_info_y .get_support_H {
    margin: 2rem 0 0;
    gap: 1rem;
    flex-direction: column;
    padding: 0;
    display: flex;
    list-style: none;
}.get_help_info_y .get_support_H li {
    transition: transform 0.3s ease;
    position: relative;
}.get_help_info_y .get_support_H li:hover {
    transform: translateX(5px);
}.get_help_info_y .get_help_F {
    color: #000000;
    transition: color 0.3s ease;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
}.get_help_info_y .get_help_F:hover {
    color: rgb(172,179,195);
}.get_help_info_y .get_help_F svg {
    margin-left: 10px;
}

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

@media (min-width: 768px) {.get_help_info_y .team_contact_4 {
    max-width: 90%;
    padding: 4rem;
    margin: 0 auto;
}.get_help_info_y .get_support_H {
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row;
}
}

@media (min-width: 992px) {.get_help_info_y .team_contact_4 {
    padding: 5rem;
    max-width: 80%;
}.get_help_info_y h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 1.1);
}.get_help_info_y::before {
    width: 35%;
    height: 35%;
}.get_help_info_y::after {
    height: 45%;
    width: 45%;
}
}

@media (max-width: 767px) {.get_help_info_y {
    padding: 4rem 0;
}.get_help_info_y .team_contact_4 {
    padding: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
}.get_help_info_y h3 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.9);
}.get_help_info_y p {
    font-size: calc(14px * 0.95);
}.get_help_info_y .get_help_F {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.get_help_info_y {
    padding: 3rem 0;
}.get_help_info_y .team_contact_4 {
    transform: none;
    padding: 1.5rem;
}.get_help_info_y h3 {
    font-size: calc(34px * 0.8);
}.get_help_info_y svg {
    width: 20px;
    height: 20px;
}
}