﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1125px;
}.main_sitewrap_VBDy {
    flex: 1 0 auto;
}.wrapper-canvas_DNvn {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.music_edu_wHac {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    scroll-behavior: auto;
    padding: 4px;
    background: linear-gradient(22deg, #ffffff 65%, rgb(255, 255, 255, 0.5) 80%, rgb(119,159,172) 20%, rgb(163,193,202) 92%, rgb(163,193,202,0.5) 86%, rgb(212,229,233) 74%);
    width: 15px;
}::-webkit-scrollbar-track {
    border: 1px dashed rgb(119,159,172,0.5);
    background: linear-gradient(295deg, #ffffff 12%, rgb(255, 255, 255, 0.5) 20%, rgb(119,159,172,0.5) 13%, rgb(163,193,202) 34%);
    margin: 4px 0;
}::-webkit-scrollbar-thumb {
    border: 2px dashed rgb(119,159,172,0.5);
    border-radius: 5%;
    background: linear-gradient(284deg, #ffffff 52%, rgb(255, 255, 255, 0.5) 37%, rgb(119,159,172) 75%, rgb(119,159,172,0.5) 61%, rgb(163,193,202,0.5) 40%, rgb(212,229,233) 17%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(119,159,172,0.5);
    box-shadow: 5px -1px 8px 2px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    background: rgb(212,229,233);
    box-shadow: inset -4px -2px 0px 6px rgba(0, 0, 0, 0.4);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(163,193,202,0.5) rgb(119,159,172,0.5);
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    backdrop-filter: blur(10px);
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    transition: all 0.5s ease;
    position: fixed;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    top: 0;
    opacity: 0.3;
    animation: pulse 15s infinite alternate;
    z-index: -1;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(163,193,202,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(119,159,172,0.5) 0%, transparent 20%);
    position: absolute;
    height: 100%;
    width: 100%;
}header .container {
    padding: 1rem 2rem;
    position: relative;
}header .head_pagebar_YzAg {
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .header_wrap_WROV {
    gap: 2rem;
    position: relative;
    display: flex;
    align-items: center;
}header .header_wrap_WROV::before {
    position: absolute;
    left: -30px;
    opacity: 0.1;
    height: calc(100% + 30px);
    background: linear-gradient(90deg, transparent 0%, rgb(163,193,202,0.5) 50%, transparent 100%);
    z-index: -1;
    top: -15px;
    content: "";
    border-radius: 25px;
    transform: skewX(-15deg);
    width: calc(100% + 60px);
}header .site_core_TpGl {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
}header .site_core_TpGl::before {
    left: 0;
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    width: 0;
    background: linear-gradient(to right, rgb(163,193,202), rgb(119,159,172));
    height: 2px;
    position: absolute;
}header .site_core_TpGl:hover {
    color: rgb(163,193,202);
    transform: translateY(-2px);
}header .site_core_TpGl:hover::before {
    width: 100%;
}header .main_learn_OxWV {
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    z-index: 2;
}header .main_learn_OxWV svg {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
    height: 40px;
    width: auto;
}header .main_learn_OxWV:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(163,193,202,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .header_wrap_WROV {
    gap: 1.5rem;
}header .site_core_TpGl {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .head_pagebar_YzAg {
    padding: 1rem 0;
    flex-direction: column-reverse;
    gap: 1rem;
}header .main_learn_OxWV {
    margin-bottom: 0.5rem;
}header .header_wrap_WROV {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.5rem 0;
    width: 100%;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}header .header_wrap_WROV::before {
    display: none;
}header .site_core_TpGl {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}header .site_core_TpGl::before {
    display: none;
}}.tySpot_AbsV {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,229,233) 0%, rgba(rgb(163,193,202,0.5), 0.1) 100%);
    position: relative;
    z-index: 1;
    padding: 6rem 0;
}.tySpot_AbsV::before {
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    content: "";
    z-index: -1;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(163,193,202,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(163,193,202,0.5), 0.05) 1px, transparent 1px);
    top: 0;
    opacity: 0.6;
}.tySpot_AbsV::after {
    background: linear-gradient(45deg, rgb(163,193,202) 0%, rgba(rgb(119,159,172,0.5), 0.8) 100%);
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(80px);
    z-index: -1;
    height: 70%;
    top: -10%;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 40%;
    right: -5%;
}.tySpot_AbsV .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.tySpot_AbsV .history_tl_RHwC {
    position: relative;
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(163,193,202,0.5), 0.08);
    gap: 2.5rem;
    padding: 3.5rem;
    display: grid;
}.tySpot_AbsV .history_tl_RHwC:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(163,193,202,0.5), 0.12);
}.tySpot_AbsV .history_tl_RHwC::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(163,193,202), rgb(119,159,172));
    transform: scaleY(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform-origin: top;
    left: 0;
    width: 4px;
    content: "";
    top: 0;
}.tySpot_AbsV .history_tl_RHwC:hover::before {
    transform: scaleY(1);
}.tySpot_AbsV h5 {
    color: #000000;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    position: relative;
    line-height: 1.3;
    padding-bottom: 1rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}.tySpot_AbsV h5::after {
    height: 3px;
    background: rgb(163,193,202);
    content: "";
    bottom: 0;
    position: absolute;
    transform: translateX(0);
    left: 0;
    width: 4rem;
    transition: width 0.6s ease, transform 0.6s ease;
}.tySpot_AbsV .history_tl_RHwC:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}.tySpot_AbsV p {
    color: #000000;
    opacity: 0.9;
    margin: 0;
    transition: color 0.3s ease;
    font-size: 16px;
    line-height: 1.7;
    transform: translateZ(0);
    position: relative;
    font-weight: 400;
}.tySpot_AbsV a {
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.tySpot_AbsV a::before {
    background: rgba(rgb(163,193,202,0.5), 0.3);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: right;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
}.tySpot_AbsV a:hover {
    transform: translateY(-2px);
}.tySpot_AbsV a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.tySpot_AbsV a:hover p {
    color: rgb(163,193,202);
}

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

@media (min-width: 768px) {.tySpot_AbsV {
    padding: 8rem 0;
}.tySpot_AbsV .history_tl_RHwC {
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
    gap: 3rem;
    align-items: start;
}.tySpot_AbsV h5 {
    font-size: calc(24px * 1.2);
    padding-bottom: 1.5rem;
}.tySpot_AbsV p {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}.tySpot_AbsV::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.tySpot_AbsV .history_tl_RHwC {
    gap: 4rem;
    padding: 5rem;
}.tySpot_AbsV h5 {
    font-size: calc(24px * 1.3);
}.tySpot_AbsV::after {
    right: -10%;
    width: 50%;
}
}

@media (max-width: 767px) {.tySpot_AbsV {
    padding: 4rem 0;
}.tySpot_AbsV .history_tl_RHwC {
    padding: 2.5rem;
}.tySpot_AbsV h5 {
    font-size: 24px;
}.tySpot_AbsV::before {
    background-size: 15px 15px;
}.tySpot_AbsV::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.tySpot_AbsV {
    padding: 3rem 0;
}.tySpot_AbsV .history_tl_RHwC {
    padding: 2rem 1.5rem;
}.tySpot_AbsV h5 {
    font-size: calc(24px * 0.9);
}.tySpot_AbsV p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.academic_expertise_aQMo {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(212,229,233);
}.academic_expertise_aQMo::before {
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(163,193,202,0.5) 49.5%, rgb(163,193,202,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(163,193,202,0.5) 49.5%, rgb(163,193,202,0.5) 50.5%, transparent 50.5%);
    animation: gridMove 20s linear infinite;
    top: 0;
    content: "";
    opacity: 0.15;
    background-size: 50px 50px;
    left: 0;
    width: 100%;
    height: 100%;
}.academic_expertise_aQMo .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.academic_expertise_aQMo .user_experience_MdHA {
    display: flex;
    height: 650px;
    perspective: 2000px;
    position: relative;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
}.academic_expertise_aQMo .img_text_overlay_JHuP {
    height: 400px;
    right: 0;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(100px) rotateY(-15deg);
    top: -20px;
    border-radius: 24px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    z-index: 3;
    width: 400px;
    filter: contrast(1.1) brightness(1.05);
}.academic_expertise_aQMo .user_experience_MdHA:hover .img_text_overlay_JHuP {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.academic_expertise_aQMo .name {
    position: absolute;
    top: 100px;
    min-width: 300px;
    background: rgb(163,193,202);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transform: translateZ(70px) rotateY(5deg);
    z-index: 4;
    left: 0;
    font-weight: 700;
    padding: 1.5rem 2rem;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 31px;
    color: #ffffff;
}.academic_expertise_aQMo .user_experience_MdHA:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.academic_expertise_aQMo .user_experience_MdHA span:not(.name) {
    background: #ffffff;
    font-size: 19px;
    transform: translateZ(50px) rotateY(5deg);
    top: 190px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    left: 40px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
    color: #000000;
    padding: 1rem 1.5rem;
    border-radius: 10px;
}.academic_expertise_aQMo .user_experience_MdHA:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.academic_expertise_aQMo .career_record_jAOo {
    left: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    transform: translateZ(30px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    right: 0;
    border-radius: 24px;
    line-height: 1.8;
    color: #000000;
    border-top: 4px solid rgb(119,159,172);
    bottom: 0;
    position: absolute;
    z-index: 2;
    border-bottom: 4px solid rgb(163,193,202);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    font-size: 12px;
}.academic_expertise_aQMo .user_experience_MdHA:hover .career_record_jAOo {
    transform: translateZ(40px) translateY(-10px);
}.academic_expertise_aQMo .career_record_jAOo::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(119,159,172,0.5) 49.5%, rgb(119,159,172,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    background-size: 20px 20px;
    mix-blend-mode: overlay;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
}.academic_expertise_aQMo .container::after {
    background: 
        radial-gradient(circle at 80% 20%, rgb(163,193,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(119,159,172,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    width: 100%;
    animation: colorPulse 10s ease-in-out infinite alternate;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    filter: blur(100px);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.academic_expertise_aQMo .user_experience_MdHA {
    flex-direction: column;
    padding: 20px 0;
    height: auto;
}.academic_expertise_aQMo .img_text_overlay_JHuP {
    width: 300px;
    right: auto;
    border-radius: 20px;
    transform: none;
    margin: 0 auto 30px;
    position: relative;
    height: 300px;
    top: auto;
}.academic_expertise_aQMo .user_experience_MdHA:hover .img_text_overlay_JHuP {
    transform: translateY(-10px);
}.academic_expertise_aQMo .name {
    top: auto;
    transform: none;
    text-align: center;
    position: relative;
    width: 90%;
    left: auto;
    margin: 0 auto 30px;
}.academic_expertise_aQMo .user_experience_MdHA:hover .name {
    transform: translateY(-5px);
}.academic_expertise_aQMo .user_experience_MdHA span:not(.name) {
    text-align: center;
    display: block;
    width: max-content;
    left: auto;
    top: auto;
    position: relative;
    transform: none;
    margin: 0 auto 45px;
}.academic_expertise_aQMo .user_experience_MdHA:hover span:not(.name) {
    transform: translateY(-5px);
}.academic_expertise_aQMo .career_record_jAOo {
    transform: none;
    position: relative;
    bottom: auto;
}.academic_expertise_aQMo .user_experience_MdHA:hover .career_record_jAOo {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.academic_expertise_aQMo {
    padding: 4rem 0;
}.academic_expertise_aQMo .img_text_overlay_JHuP {
    height: 220px;
    width: 220px;
    margin-bottom: 35px;
}.academic_expertise_aQMo .name {
    padding: 1rem 1.5rem;
    font-size: 19px;
    width: 100%;
    min-width: auto;
    margin-bottom: 25px;
}.academic_expertise_aQMo .user_experience_MdHA span:not(.name) {
    margin-bottom: 35px;
    font-size: 12px;
    padding: 0.5rem 1rem;
}.academic_expertise_aQMo .career_record_jAOo {
    padding: 2rem 1.5rem;
    font-size: calc(12px * 0.9);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(163,193,202);
}header .top_plank .edu_bar_GZnC div svg, header .top_plank .edu_bar_GZnC div svg path {
    fill: #ffffff;
}header .top_plank .edu_bar_GZnC div span {
    color: #ffffff;
}header .top_plank .edu_bar_GZnC {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    width: 100%;
    line-height: 21px;
    padding: 15px 0 10px 0;
}header .top_plank .edu_bar_GZnC div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .edu_bar_GZnC div img, header .top_plank .edu_bar_GZnC div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.secure_habitat_GSeu {
    width: 100%;
    border: 2px solid rgb(163,193,202);
    overflow: hidden;
    background: rgb(119,159,172);
    height: auto;
    display: flex;
    padding: 50px;
    color: #ffffff;
    align-items: center;
    flex-direction: column;
}.secure_habitat_GSeu h1 {
    color: rgb(163,193,202);
    width: 100%;
    border-bottom: 4px solid rgb(119,159,172);
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}.secure_habitat_GSeu h2 {
    color: #ffffff;
    border-bottom: 2px solid rgb(163,193,202);
    padding-bottom: 5px;
    margin-top: 25px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    font-size: 36px;
    margin-bottom: 15px;
}.secure_habitat_GSeu ul, .secure_habitat_GSeu ol {
    width: 100%;
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
}.secure_habitat_GSeu li {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-weight: 400;
    border-left: 4px solid rgb(119,159,172);
    border-radius: 10px;
    color: #ffffff;
    background: rgb(163,193,202,0.5);
}.secure_habitat_GSeu section {
    background: rgb(119,159,172,0.5);
    margin-bottom: 30px;
    border-radius: 23px;
    padding: 30px;
    width: 100%;
}.secure_habitat_GSeu p, .secure_habitat_GSeu span, .secure_habitat_GSeu div {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.secure_habitat_GSeu {
    padding: 30px 15px;
}.secure_habitat_GSeu h1 {
    font-size: calc(22px - 10px);
}.secure_habitat_GSeu h2 {
    font-size: calc(22px - 8px);
}.secure_habitat_GSeu li {
    padding: 8px 15px;
    font-size: calc(16px - 2px);
}}.opening_page_QFDr {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(119,159,172,0.5), rgb(163,193,202,0.5));
    position: relative;
}.opening_page_QFDr::before {
    opacity: 0.08;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    animation: patternShift 30s linear infinite;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(119,159,172,0.5) 0,
    rgb(119,159,172,0.5) 1px,
    transparent 1px,
    transparent 25px
  );
}.opening_page_QFDr::after {
    width: 100%;
    content: "";
    mix-blend-mode: overlay;
    pointer-events: none;
    background: radial-gradient(
    circle at 30% 50%, 
    rgb(119,159,172,0.5) 0%, 
    transparent 60%
  );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}.opening_page_QFDr .learn_main_Qsrl {
    flex-direction: column;
    perspective: 1000px;
    justify-content: center;
    width: 100%;
    padding: 3rem 1.5rem;
    min-height: 100vh;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    display: flex;
}.opening_page_QFDr .learn_main_Qsrl > div {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    width: 100%;
}.opening_page_QFDr .learn_main_Qsrl > div:hover {
    transform: translateZ(10px);
}.opening_page_QFDr h3 {
    line-height: 1.6;
    font-size: calc(21px * 1.1);
    margin-left: auto;
    max-width: 90%;
    letter-spacing: 0.01em;
    padding: 2rem;
    background: rgb(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(119,159,172);
    transform: perspective(1000px) rotateX(2deg);
    color: rgb(163,193,202);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
    0 20px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin-bottom: 2.5rem;
    font-weight: 600;
}.opening_page_QFDr h3:hover {
    box-shadow: 
    0 25px 35px rgba(0, 0, 0, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.opening_page_QFDr .proof_stats_PNdF {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    min-height: 450px;
    transform: perspective(1000px) translateZ(0) scale(0.98);
    transform-style: preserve-3d;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    height: 65vh;
    width: 100%;
    box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}.opening_page_QFDr .proof_stats_PNdF:hover {
    transform: perspective(1000px) translateZ(10px) scale(1);
}.opening_page_QFDr .proof_stats_PNdF::before {
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    position: absolute;
    width: 100%;
    content: "";
}.opening_page_QFDr .proof_stats_PNdF::after {
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(119,159,172,0.5) 0%,
    transparent 60%
  );
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
}.opening_page_QFDr .proof_stats_PNdF > div {
    transform: translateZ(0);
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    z-index: 3;
}.opening_page_QFDr .proof_stats_PNdF:hover > div {
    transform: translateY(-10px) translateZ(0);
}.opening_page_QFDr .proof_stats_PNdF p {
    opacity: 0.9;
    position: relative;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    line-height: 1.7;
    color: #ffffff;
    max-width: 80%;
    font-size: calc(16px * 1.2);
    padding-left: 1.5rem;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}.opening_page_QFDr .proof_stats_PNdF p::before {
    width: 4px;
    transition: transform 0.3s ease;
    height: calc(100% - 1rem);
    content: "";
    background: rgb(119,159,172);
    position: absolute;
    top: 0.5rem;
    left: 0;
    transform: scaleY(0.8);
}.opening_page_QFDr .proof_stats_PNdF:hover p::before {
    transform: scaleY(1);
}.opening_page_QFDr .proof_stats_PNdF:hover p {
    transform: translateX(5px);
    opacity: 1;
}.opening_page_QFDr .title_style_header {
    position: relative;
    line-height: 1.3;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: -0.015em;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: calc(38px * 1.2);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    font-weight: 700;
}.opening_page_QFDr .title_style_header::after {
    left: 0;
    transform: scaleX(0.8);
    background: rgb(119,159,172);
    content: "";
    bottom: -0.5rem;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    width: 60%;
    transform-origin: left;
    position: absolute;
}.opening_page_QFDr .proof_stats_PNdF:hover .title_style_header {
    transform: translateY(-5px);
}.opening_page_QFDr .proof_stats_PNdF:hover .title_style_header::after {
    transform: scaleX(1);
}

@keyframes patternShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@media (max-width: 992px) {.opening_page_QFDr .learn_main_Qsrl {
    padding: 2rem 1rem;
}.opening_page_QFDr h3 {
    font-size: 21px;
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 1.5rem;
}.opening_page_QFDr .proof_stats_PNdF {
    height: 55vh;
    min-height: 400px;
}.opening_page_QFDr .proof_stats_PNdF > div {
    padding: 2rem;
}.opening_page_QFDr .proof_stats_PNdF p {
    max-width: 90%;
    font-size: 16px;
}.opening_page_QFDr .title_style_header {
    font-size: 38px;
}
}

@media (max-width: 768px) {.opening_page_QFDr .learn_main_Qsrl {
    padding: 1.5rem 1rem;
}.opening_page_QFDr h3 {
    padding: 1.25rem;
    font-size: calc(20px * 1.1);
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 1.5rem;
}.opening_page_QFDr .proof_stats_PNdF {
    min-height: 350px;
    height: 50vh;
}.opening_page_QFDr .proof_stats_PNdF > div {
    padding: 1.5rem;
}.opening_page_QFDr .proof_stats_PNdF p {
    font-size: calc(16px * 0.95);
    padding-left: 1rem;
    max-width: 100%;
}.opening_page_QFDr .title_style_header {
    font-size: calc(35px * 1.1);
}.opening_page_QFDr .proof_stats_PNdF p::before {
    width: 3px;
}
}

@media (max-width: 576px) {.opening_page_QFDr .learn_main_Qsrl {
    padding: 1rem 0.75rem;
}.opening_page_QFDr h3 {
    font-size: 20px;
    margin-bottom: 1.25rem;
    border-left: 3px solid rgb(119,159,172);
    padding: 1rem;
    transform: none;
}.opening_page_QFDr .proof_stats_PNdF {
    min-height: 300px;
    height: 45vh;
}.opening_page_QFDr .proof_stats_PNdF > div {
    padding: 1.25rem;
}.opening_page_QFDr .proof_stats_PNdF p {
    margin-bottom: 1rem;
    font-size: 16px;
}.opening_page_QFDr .title_style_header {
    font-size: 35px;
}.opening_page_QFDr .title_style_header::after {
    height: 2px;
}}.company_info_MdtY {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.4);
}.company_info_MdtY::before {
    left: 0;
    content: "";
    backdrop-filter: blur(2px);
    right: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgb(163,193,202,0.5) 0%,
        rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    position: absolute;
}.company_info_MdtY::after {
    z-index: 2;
    height: 200%;
    right: -50%;
    background: radial-gradient(circle at center, rgb(119,159,172,0.5) 0%, transparent 60%);
    pointer-events: none;
    animation: shimmer 15s infinite alternate;
    opacity: 0.15;
    top: -50%;
    transform: rotate(45deg);
    position: absolute;
    width: 100%;
    content: "";
}.company_info_MdtY .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}.company_info_MdtY .note_holder_shwN {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 98%, 
        rgba(0, 0, 0, 0) 100%);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3.5rem;
    position: relative;
}.company_info_MdtY .note_holder_shwN:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_info_MdtY .note_holder_shwN::before {
    background: linear-gradient(90deg, 
        rgb(163,193,202) 0%, 
        rgb(119,159,172) 50%, 
        rgb(163,193,202) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 200% 100%;
    content: "";
    height: 8px;
    animation: gradient-shift 8s ease infinite;
}.company_info_MdtY .note_holder_shwN::after {
    height: 120px;
    content: "";
    top: 20px;
    right: 20px;
    animation: rotate 30s linear infinite;
    border: 2px solid rgb(119,159,172,0.5);
    position: absolute;
    transform: rotate(45deg);
    opacity: 0.2;
    z-index: -1;
    width: 120px;
}.company_info_MdtY h1 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 43px;
    font-weight: 700;
    display: inline-block;
    color: rgb(163,193,202);
}.company_info_MdtY h1::after {
    left: 0;
    position: absolute;
    width: 40%;
    content: "";
    height: 3px;
    background-color: rgb(119,159,172);
    transition: width 0.4s ease;
    bottom: -10px;
}.company_info_MdtY .note_holder_shwN:hover h1::after {
    width: 100%;
}.company_info_MdtY ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.company_info_MdtY ul li {
    margin-bottom: 1rem;
}.company_info_MdtY ul li:last-child {
    margin-bottom: 0;
}.company_info_MdtY h4 {
    margin-bottom: 1rem;
    font-size: calc(23px * 1.1);
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.company_info_MdtY span {
    font-family: Arial, sans-serif;
    column-count: 2;
    line-height: 1.8;
    color: #000000;
    padding-left: 0;
    hyphens: auto;
    text-align: justify;
    font-size: 17px;
    display: block;
    position: relative;
    column-gap: 2.5rem;
}.company_info_MdtY span::first-letter {
    color: rgb(163,193,202);
    float: left;
    margin-right: 0.1em;
    font-weight: 700;
    line-height: 0.8;
    font-size: 2.5em;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(45deg) translate(-5%, -5%);
    }
    100% {
        opacity: 0.2;
        transform: rotate(45deg) translate(5%, 5%);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 1200px) {.company_info_MdtY {
    padding: 100px 0;
}.company_info_MdtY .note_holder_shwN {
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
}.company_info_MdtY span {
    column-count: 2;
}
}

@media (max-width: 992px) {.company_info_MdtY {
    padding: 80px 0;
}.company_info_MdtY .note_holder_shwN {
    transform: none;
    padding: 2.5rem;
}.company_info_MdtY h1 {
    font-size: calc(43px * 0.9);
}.company_info_MdtY span {
    font-size: calc(17px * 0.95);
    column-count: 2;
}
}

@media (max-width: 768px) {.company_info_MdtY {
    padding: 60px 0;
}.company_info_MdtY .note_holder_shwN {
    padding: 2rem;
}.company_info_MdtY h1 {
    font-size: calc(43px * 0.8);
}.company_info_MdtY span {
    font-size: calc(17px * 0.9);
    column-count: 1;
}.company_info_MdtY .note_holder_shwN::after {
    height: 80px;
    width: 80px;
    right: 15px;
    top: 15px;
}
}

@media (max-width: 576px) {.company_info_MdtY {
    padding: 50px 0;
}.company_info_MdtY .note_holder_shwN {
    padding: 1.5rem;
}.company_info_MdtY h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1.5rem;
}.company_info_MdtY h4 {
    font-size: calc(23px * 1);
}.company_info_MdtY span {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
}.company_info_MdtY span::first-letter {
    font-size: 2em;
}.company_info_MdtY .note_holder_shwN::before {
    height: 5px;
}.company_info_MdtY .note_holder_shwN::after {
    display: none;
}
}

@media (max-width: 380px) {.company_info_MdtY {
    padding: 40px 0;
}.company_info_MdtY .note_holder_shwN {
    padding: 1.25rem;
}.company_info_MdtY h1 {
    font-size: calc(43px * 0.6);
    margin-bottom: 1.25rem;
}.company_info_MdtY span {
    font-size: calc(17px * 0.8);
    line-height: 1.5;
}}.plan_list_GoSF {
    padding: 100px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(212,229,233);
    position: relative;
}.plan_list_GoSF::before {
    background: linear-gradient(135deg, rgba(rgb(119,159,172,0.5), 0.05) 0%, rgba(rgb(163,193,202,0.5), 0.08) 100%);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
}.plan_list_GoSF .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.plan_list_GoSF .group_rates_Eygn {
    flex-direction: column;
    display: flex;
}.plan_list_GoSF .payment_plans_GIDK {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
}.plan_list_GoSF .payment_plans_GIDK h2 {
    text-transform: uppercase;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
}.plan_list_GoSF .payment_plans_GIDK h2::after {
    height: 4px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(119,159,172), rgb(163,193,202));
}.plan_list_GoSF .class_cost_ZBgr {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 25px;
    max-width: 800px;
}.plan_list_GoSF .promo_rates_bfFq {
    display: grid;
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.plan_list_GoSF .fee_offers_WIzm {
    text-decoration: none;
    perspective: 1000px;
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 1));
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out forwards;
    display: block;
}.plan_list_GoSF .fee_offers_WIzm:nth-child(1) {
    --i: 1;
}.plan_list_GoSF .fee_offers_WIzm:nth-child(2) {
    --i: 2;
}.plan_list_GoSF .fee_offers_WIzm:nth-child(3) {
    --i: 3;
}.plan_list_GoSF .fee_offers_WIzm:nth-child(4) {
    --i: 4;
}.plan_list_GoSF .value_pricing_Vrws {
    transform-style: preserve-3d;
    border-radius: 12px;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}.plan_list_GoSF .fee_offers_WIzm:hover .value_pricing_Vrws {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(163,193,202,0.5), 0.1);
}.plan_list_GoSF .fee_chart_Ybmw {
    box-sizing: border-box;
    z-index: 2;
    padding: 35px 30px;
    min-height: 250px;
    position: relative;
}.plan_list_GoSF .fee_chart_Ybmw h3 {
    position: relative;
    font-size: calc(19px + 2px);
    display: inline-block;
    transition: transform 0.3s ease;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}.plan_list_GoSF .fee_offers_WIzm:hover .fee_chart_Ybmw h3 {
    color: rgb(163,193,202);
    transform: translateX(5px);
}.plan_list_GoSF .skill_offers_bILR {
    position: relative;
    font-weight: 700;
    font-size: calc(19px + 4px);
    transition: all 0.3s ease;
    color: rgb(119,159,172);
    display: block;
    margin: 20px 0;
}.plan_list_GoSF .skill_offers_bILR::before {
    width: 40px;
    border-radius: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(119,159,172), transparent);
    top: -10px;
    position: absolute;
    height: 3px;
    content: "";
}.plan_list_GoSF .fee_offers_WIzm:hover .skill_offers_bILR {
    transform: scale(1.05);
    color: rgb(163,193,202);
}.plan_list_GoSF .fee_chart_Ybmw p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    transition: color 0.3s ease;
    color: #000000;
    word-break: normal;
    font-size: 12px;
    hyphens: auto;
    white-space: normal;
    margin-top: 15px;
    line-height: 1.6;
}.plan_list_GoSF .img_text_overlay_JHuP {
    height: 200px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}.plan_list_GoSF .img_text_overlay_JHuP::after {
    transition: opacity 0.4s ease;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    z-index: 1;
    left: 0;
    opacity: 0.6;
}.plan_list_GoSF .fee_offers_WIzm:hover .img_text_overlay_JHuP {
    transform: scale(1.05);
}.plan_list_GoSF .fee_offers_WIzm:hover .img_text_overlay_JHuP::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.plan_list_GoSF .group_rates_Eygn {
    flex-direction: row-reverse;
}.plan_list_GoSF .payment_plans_GIDK {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.plan_list_GoSF .promo_rates_bfFq {
    width: 70%;
}.plan_list_GoSF .payment_plans_GIDK h2 {
    font-size: calc(29px + 4px);
}
}

@media (max-width: 1199px) {.plan_list_GoSF {
    padding: 80px 0;
}.plan_list_GoSF .payment_plans_GIDK {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.plan_list_GoSF .payment_plans_GIDK h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.plan_list_GoSF {
    padding: 60px 0;
}.plan_list_GoSF .promo_rates_bfFq {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_list_GoSF .fee_chart_Ybmw {
    padding: 25px 20px;
}.plan_list_GoSF .img_text_overlay_JHuP {
    height: 180px;
}.plan_list_GoSF .payment_plans_GIDK h2 {
    font-size: calc(29px - 2px);
}.plan_list_GoSF .class_cost_ZBgr {
    font-size: calc(12px - 1px);
}
}

@media (hover: none) {.plan_list_GoSF .fee_offers_WIzm:hover .value_pricing_Vrws {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.plan_list_GoSF .fee_offers_WIzm:hover .fee_chart_Ybmw h3 {
    transform: none;
}.plan_list_GoSF .fee_offers_WIzm:hover .skill_offers_bILR {
    transform: none;
}.plan_list_GoSF .fee_offers_WIzm:hover .img_text_overlay_JHuP {
    transform: none;
}}.course_program_info_HJXw {
    display: flex;
    overflow: hidden;
    background-color: rgb(212,229,233);
    align-items: center;
    min-height: 100vh;
    position: relative;
}.course_program_info_HJXw .container {
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    position: relative;
    padding: 4rem 2rem;
    max-width: 1200px;
}.course_program_info_HJXw .history_tl_RHwC {
    position: relative;
    flex-direction: column;
    flex-direction: column;
    display: flex;
    align-items: center;
}.course_program_info_HJXw .pro_skills_KlrH {
    text-align: center;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}.course_program_info_HJXw .pro_skills_KlrH::before {
    height: 150px;
    content: '';
    left: -30px;
    width: 150px;
    z-index: -1;
    background-color: rgb(163,193,202);
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    top: -50px;
}.course_program_info_HJXw .pro_skills_KlrH::after {
    border-radius: 50%;
    height: 100px;
    opacity: 0.1;
    position: absolute;
    right: -20px;
    bottom: -30px;
    z-index: -1;
    content: '';
    background-color: rgb(119,159,172);
    width: 100px;
}.course_program_info_HJXw .pro_skills_KlrH h3 {
    color: rgb(163,193,202);
    font-size: 43px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}.course_program_info_HJXw .pro_skills_KlrH h3::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    border-radius: 2px;
    bottom: -15px;
    height: 4px;
    width: 80px;
    background-color: rgb(163,193,202);
}.course_program_info_HJXw .pro_skills_KlrH p {
    max-width: 700px;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2.5rem;
    margin-right: auto;
}.course_program_info_HJXw .pro_skills_KlrH .message_widget_oPgk {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 19px;
    color: #ffffff;
    display: inline-block;
    padding: 1rem 2.5rem;
    z-index: 1;
    background-color: rgb(163,193,202);
    border-radius: 50px;
    overflow: hidden;
}.course_program_info_HJXw .pro_skills_KlrH .message_widget_oPgk::before {
    transform: translateY(100%);
    left: 0;
    border-radius: 50px;
    background-color: rgb(119,159,172);
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
    transition: transform 0.4s ease;
    position: absolute;
}.course_program_info_HJXw .pro_skills_KlrH .message_widget_oPgk:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.course_program_info_HJXw .pro_skills_KlrH .message_widget_oPgk:hover::before {
    transform: translateY(0);
}.course_program_info_HJXw .study_track_VHXJ {
    margin-top: 3rem;
    height: 500px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.course_program_info_HJXw .study_track_VHXJ::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    top: 0;
}.course_program_info_HJXw .tech_classes_mJEj {
    display: flex;
    animation: carousel-slide 25s ease-in-out infinite;
    height: 100%;
    width: 500%;
}.course_program_info_HJXw .study_track_VHXJ:hover .tech_classes_mJEj {
    animation-play-state: paused;
}.course_program_info_HJXw .education_route_KodH {
    height: 100%;
    width: 20%;
    position: relative;
}.course_program_info_HJXw .education_route_KodH img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
}.course_program_info_HJXw .education_route_KodH:hover img {
    transform: scale(1.05);
}.course_program_info_HJXw .feature-item {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 250px;
    width: calc(33.333% - 20px);
}.course_program_info_HJXw .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.course_program_info_HJXw .study_track_VHXJ {
    height: 350px;
}.course_program_info_HJXw .pro_skills_KlrH h3 {
    font-size: calc(43px * 0.9);
}.course_program_info_HJXw .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.course_program_info_HJXw .container {
    padding: 3rem 1.5rem;
}.course_program_info_HJXw .study_track_VHXJ {
    height: 300px;
    margin-top: 2rem;
}.course_program_info_HJXw .pro_skills_KlrH h3 {
    font-size: calc(43px * 0.8);
}.course_program_info_HJXw .feature-item {
    padding: 20px;
    min-width: 100%;
}.course_program_info_HJXw .tech_classes_mJEj {
    animation-duration: 20s;
    width: 600%;
}.course_program_info_HJXw .education_route_KodH {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course_program_info_HJXw .study_track_VHXJ {
    height: 250px;
}.course_program_info_HJXw .pro_skills_KlrH .message_widget_oPgk {
    padding: 0.8rem 2rem;
}}footer {
    width: 100%;
    position: relative;
}footer .music_edu_wHac {
    color: #ffffff;
    background-color: #2c3e50;
    position: relative;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
}footer .music_edu_wHac::before {
    height: 100%;
    content: "";
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 60px 60px;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
}footer .sponsor_logo_Hlwb {
    z-index: 1;
    position: relative;
}footer .message_block_uGRH {
    display: grid;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    gap: 15px;
}footer .info_item {
    padding: 0 20px;
    height: 100px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    position: relative;
    align-items: center;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    width: 6px;
    background-color: rgb(163,193,202);
    position: absolute;
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
    content: "";
    left: 0;
    height: 50%;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    width: 22px;
    z-index: 1;
    height: 22px;
    fill: rgb(163,193,202);
    flex-shrink: 0;
    position: relative;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #2c3e50;
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-size: 18px;
}footer .info_item a:hover {
    color: rgb(163,193,202);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}footer .main_core_GPfa, footer .subscribe_holder {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 21px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .main_core_GPfa:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_wrap_WROV {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .main_core_GPfa svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .brainstorm_Sxkj {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .header_wrap_WROV h5 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 23px;
    grid-column: 1 / -1;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}footer .header_wrap_WROV h5::after {
    left: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 50px;
    background-color: rgb(163,193,202);
    content: "";
}footer .site_main_xCan {
    border-radius: 21px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}footer .site_main_xCan:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .site_main_xCan a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 8px 0;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}footer .site_main_xCan a:last-child {
    border-bottom: none;
}footer .site_main_xCan a::before {
    content: "→";
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: 0;
    transform: translateX(-10px);
    opacity: 0;
}footer .site_main_xCan a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .site_main_xCan a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    width: 50px;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: rgb(163,193,202);
}footer .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(163,193,202);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .mail_panel_VNzh {
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px;
    border: none;
    font-size: 15px;
    background-color: rgb(163,193,202);
    border-radius: 10px;
}footer .mail_panel_VNzh:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(119,159,172);
    transform: translateY(-3px);
}footer .insta_feed_Njzc {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .tiktok_edu_DigO {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_panel_VNzh {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header_wrap_WROV {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .music_edu_wHac {
    padding: 70px 0 30px;
}footer .message_block_uGRH {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_core_GPfa, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_wrap_WROV h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .insta_feed_Njzc {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .music_edu_wHac {
    padding: 50px 0 20px;
}footer .site_main_xCan {
    padding: 15px;
}footer .header_wrap_WROV h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .input_holder input[type="email"],
    footer .mail_panel_VNzh {
    padding: 12px;
}}.get_in_touch_HJjM {
    overflow: hidden;
    background: rgb(212,229,233);
    padding: 80px 0;
    position: relative;
}.get_in_touch_HJjM::before {
    background: radial-gradient(circle at 20% 50%, rgb(163,193,202,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(119,159,172,0.5) 0%, transparent 40%);
    content: '';
    top: 0;
    opacity: 0.6;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.get_in_touch_HJjM .img_text_overlay_JHuP {
    height: 100%;
    z-index: 1;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    position: absolute;
    width: 50%;
    left: 0;
}.get_in_touch_HJjM .img_text_overlay_JHuP::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
}.get_in_touch_HJjM .container {
    text-align: center;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.get_in_touch_HJjM h3 {
    padding: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 29px;
    font-weight: 700;
    border-radius: 10px;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    margin-bottom: 40px;
}.get_in_touch_HJjM .connect_inquiry_IGAg {
    border-radius: 23px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    display: flex;
    z-index: 3;
}.get_in_touch_HJjM .connect_inquiry_IGAg::before {
    right: 0;
    opacity: 0.2;
    border-radius: 50%;
    top: 0;
    content: '';
    height: 150px;
    background: rgb(163,193,202,0.5);
    transform: translate(50%, -50%);
    position: absolute;
    width: 150px;
}.get_in_touch_HJjM .connect_inquiry_IGAg::after {
    border-radius: 50%;
    position: absolute;
    content: '';
    transform: translate(-50%, 50%);
    width: 100px;
    opacity: 0.2;
    background: rgb(119,159,172,0.5);
    bottom: 0;
    left: 0;
    height: 100px;
}.get_in_touch_HJjM .query_support_Flax {
    position: relative;
    padding: 50px;
    flex: 1;
}.get_in_touch_HJjM form h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 25px;
}.get_in_touch_HJjM input[type="text"],
.get_in_touch_HJjM textarea {
    margin-bottom: 20px;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    border-radius: 23px;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
}.get_in_touch_HJjM input[type="text"]:focus,
.get_in_touch_HJjM textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(163,193,202,0.5);
    border-color: rgb(163,193,202);
}.get_in_touch_HJjM textarea {
    height: 140px;
    resize: none;
}.get_in_touch_HJjM .support_message_AOlX {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.get_in_touch_HJjM .support_message_AOlX input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch_HJjM .support_message_AOlX label {
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    cursor: pointer;
    color: #000000;
    padding-left: 30px;
}.get_in_touch_HJjM .support_message_AOlX label::before {
    border-radius: 10px;
    height: 20px;
    top: 2px;
    transition: all 0.3s ease;
    width: 20px;
    position: absolute;
    border: 2px solid rgb(163,193,202,0.5);
    content: '';
    left: 0;
}.get_in_touch_HJjM .support_message_AOlX input[type="checkbox"]:checked + label::before {
    border-color: rgb(163,193,202);
    background: rgb(163,193,202);
}.get_in_touch_HJjM .support_message_AOlX input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 6px;
    border-width: 0 2px 2px 0;
    content: '';
    left: 7px;
    width: 6px;
    transform: rotate(45deg);
    height: 10px;
    border: solid #ffffff;
}.get_in_touch_HJjM .support_message_AOlX a {
    text-decoration: none;
    color: rgb(163,193,202);
    transition: all 0.3s ease;
    font-weight: 600;
}.get_in_touch_HJjM .support_message_AOlX a:hover {
    color: rgb(119,159,172);
}.get_in_touch_HJjM .message_widget_oPgk {
    border-radius: 23px;
    padding: 15px 30px;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    border: none;
    overflow: hidden;
    background: rgb(163,193,202);
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
}.get_in_touch_HJjM .message_widget_oPgk::before {
    z-index: -1;
    background: rgb(119,159,172);
    content: '';
    left: 0;
    height: 100%;
    transition: transform 0.4s ease;
    top: 0;
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
}.get_in_touch_HJjM .message_widget_oPgk:hover {
    box-shadow: 0 5px 15px rgb(163,193,202,0.5);
}.get_in_touch_HJjM .message_widget_oPgk:hover::before {
    transform: translateX(0);
}.get_in_touch_HJjM .reach_widget_jfCg {
    width: 35%;
    color: #ffffff;
    padding: 50px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(163,193,202), rgb(119,159,172));
}.get_in_touch_HJjM .reach_widget_jfCg::before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-size: 20px 20px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    left: 0;
    opacity: 0.3;
    top: 0;
}.get_in_touch_HJjM .reach_widget_jfCg h4 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}.get_in_touch_HJjM .reach_widget_jfCg h4::after {
    border-radius: 3px;
    bottom: -10px;
    content: '';
    left: 0;
    width: 40px;
    position: absolute;
    height: 3px;
    background: #ffffff;
}.get_in_touch_HJjM .request_support_qloa {
    padding: 0;
    list-style: none;
    margin: 0;
}.get_in_touch_HJjM .request_support_qloa li {
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.get_in_touch_HJjM .request_support_qloa li:last-child {
    border-bottom: none;
}.get_in_touch_HJjM .request_support_qloa li:hover {
    transform: translateX(5px);
}.get_in_touch_HJjM .request_support_qloa svg {
    flex-shrink: 0;
    height: 22px;
    margin-top: 3px;
    width: 22px;
    margin-right: 15px;
}.get_in_touch_HJjM .request_support_qloa svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.get_in_touch_HJjM .request_support_qloa li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.get_in_touch_HJjM .request_support_qloa span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.get_in_touch_HJjM .request_support_qloa a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.get_in_touch_HJjM .request_support_qloa a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.get_in_touch_HJjM .img_text_overlay_JHuP {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.get_in_touch_HJjM .connect_inquiry_IGAg {
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
}.get_in_touch_HJjM .query_support_Flax {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.get_in_touch_HJjM .reach_widget_jfCg {
    width: 100%;
}
}

@media (max-width: 768px) {.get_in_touch_HJjM {
    padding: 60px 0;
}.get_in_touch_HJjM .img_text_overlay_JHuP {
    display: none;
}.get_in_touch_HJjM h3 {
    font-size: calc(29px * 0.9);
}.get_in_touch_HJjM .query_support_Flax,
    .get_in_touch_HJjM .reach_widget_jfCg {
    padding: 40px 30px;
}.get_in_touch_HJjM form h3,
    .get_in_touch_HJjM .reach_widget_jfCg h4 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.get_in_touch_HJjM {
    padding: 40px 0;
}.get_in_touch_HJjM h3 {
    font-size: calc(29px * 0.8);
}.get_in_touch_HJjM .connect_inquiry_IGAg {
    max-width: 95%;
}.get_in_touch_HJjM .query_support_Flax,
    .get_in_touch_HJjM .reach_widget_jfCg {
    padding: 30px 20px;
}.get_in_touch_HJjM input[type="text"],
    .get_in_touch_HJjM textarea {
    padding: 12px;
}.get_in_touch_HJjM .message_widget_oPgk {
    width: 100%;
    padding: 12px;
}}.learning_system_YJcl {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: rgb(212,229,233);
    display: flex;
    position: relative;
    min-height: 75vh;
}.learning_system_YJcl::before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.5;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgb(163,193,202,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(119,159,172,0.5) 0%, transparent 50%);
}.learning_system_YJcl::after {
    width: 90%;
    opacity: 0.2;
    transform-origin: center center;
    z-index: 1;
    position: absolute;
    content: "";
    height: 90%;
    left: 5%;
    background-size: 40px 40px;
    animation: gridMove 30s linear infinite;
    transform: perspective(500px) rotateX(10deg);
    background-image: 
        linear-gradient(to right, rgb(163,193,202,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(119,159,172,0.5) 1px, transparent 1px);
    top: 5%;
}.learning_system_YJcl .container {
    width: 100%;
    justify-content: center;
    padding: 0 2rem;
    align-items: center;
    position: relative;
    display: flex;
    max-width: 1200px;
    z-index: 5;
}.learning_system_YJcl .history_tl_RHwC {
    max-width: 900px;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    background: #ffffff;
    gap: 3rem;
    flex-direction: column;
    padding: 4rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}.learning_system_YJcl .history_tl_RHwC::before {
    border: 1px solid;
    animation: borderFlowInner 6s linear infinite;
    position: absolute;
    inset: 10px;
    content: "";
    z-index: 1;
    border-image: linear-gradient(45deg, 
        rgb(163,193,202,0.5) 0%, 
        transparent 25%, 
        rgb(119,159,172,0.5) 50%, 
        transparent 75%, 
        rgb(163,193,202,0.5) 100%
    ) 1;
}.learning_system_YJcl .history_tl_RHwC::after {
    border: 1px dashed rgb(163,193,202,0.5);
    inset: 20px;
    position: absolute;
    animation: rotateDash 15s linear infinite;
    opacity: 0.3;
    z-index: 1;
    content: "";
}.learning_system_YJcl h3 {
    font-size: 28px;
    color: rgb(163,193,202);
    position: relative;
    z-index: 2;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    padding-bottom: 1.5rem;
}.learning_system_YJcl h3::before {
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(163,193,202), rgb(119,159,172));
    left: 0;
    height: 4px;
    position: absolute;
    animation: lineGrow 4s ease-in-out infinite;
    width: 0;
}.learning_system_YJcl h3::after {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(163,193,202,0.5) 20%,
        rgb(119,159,172,0.5) 80%,
        transparent 100%
    );
    position: absolute;
    content: "";
    height: 1px;
    opacity: 0.5;
    bottom: 0;
    left: 0;
}.learning_system_YJcl span {
    position: relative;
    padding-left: 2rem;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    padding-right: 2rem;
    z-index: 2;
    color: #000000;
}.learning_system_YJcl span::before {
    background: linear-gradient(to bottom, rgb(163,193,202,0.5), transparent);
    width: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}.learning_system_YJcl span::after {
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(119,159,172,0.5));
    width: 5px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(163,193,202,0.5) 0%, 
            transparent 25%, 
            rgb(119,159,172,0.5) 50%, 
            transparent 75%, 
            rgb(163,193,202,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(119,159,172,0.5) 0%, 
            transparent 25%, 
            rgb(163,193,202,0.5) 50%, 
            transparent 75%, 
            rgb(119,159,172,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(163,193,202,0.5) 0%, 
            transparent 25%, 
            rgb(119,159,172,0.5) 50%, 
            transparent 75%, 
            rgb(163,193,202,0.5) 100%
        );
    }
}

@keyframes rotateDash {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

@media (max-width: 992px) {.learning_system_YJcl .container {
    padding: 3rem 1.5rem;
}.learning_system_YJcl .history_tl_RHwC {
    padding: 3rem;
}.learning_system_YJcl h3 {
    font-size: calc(28px * 0.9);
    text-align: center;
}.learning_system_YJcl span {
    font-size: calc(14px * 0.95);
}.learning_system_YJcl .history_tl_RHwC::after {
    inset: 15px;
}
}

@media (max-width: 768px) {.learning_system_YJcl {
    min-height: auto;
    padding: 4rem 0;
}.learning_system_YJcl .container {
    padding: 0 1.2rem;
}.learning_system_YJcl .history_tl_RHwC {
    gap: 2rem;
    padding: 2.5rem;
}.learning_system_YJcl h3 {
    font-size: calc(28px * 0.8);
    padding-bottom: 1.2rem;
}.learning_system_YJcl span {
    font-size: calc(14px * 0.9);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.learning_system_YJcl .history_tl_RHwC::before {
    inset: 8px;
}.learning_system_YJcl .history_tl_RHwC::after {
    inset: 12px;
}
}

@media (max-width: 576px) {.learning_system_YJcl {
    padding: 3rem 0;
}.learning_system_YJcl .container {
    padding: 0 1rem;
}.learning_system_YJcl .history_tl_RHwC {
    padding: 2rem;
    gap: 1.5rem;
}.learning_system_YJcl h3 {
    font-size: calc(28px * 0.7);
    padding-bottom: 1rem;
}.learning_system_YJcl span {
    padding-left: 1rem;
    font-size: calc(14px * 0.85);
    padding-right: 1rem;
}.learning_system_YJcl span::before,
    .learning_system_YJcl span::after {
    width: 3px;
}.learning_system_YJcl .history_tl_RHwC::before {
    inset: 5px;
}.learning_system_YJcl .history_tl_RHwC::after {
    inset: 10px;
}}.prospective_members_oFsw {
    position: relative;
    background: linear-gradient(135deg, rgb(212,229,233) 0%, rgb(163,193,202,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
}.prospective_members_oFsw::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(119,159,172,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(163,193,202,0.5) 0%, transparent 40%);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    content: "";
}.prospective_members_oFsw::after {
    left: 0;
    position: absolute;
    z-index: 2;
    height: 120px;
    background-position: center;
    bottom: 0;
    content: "";
    background-size: cover;
    width: 100%;
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.prospective_members_oFsw .container {
    z-index: 3;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.prospective_members_oFsw .history_tl_RHwC {
    transform-style: preserve-3d;
    background: #ffffff;
    perspective: 1000px;
    border-radius: 19px;
    padding: 50px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}.prospective_members_oFsw .history_tl_RHwC::before {
    content: "";
    transform: rotate(-15deg) translateZ(-10px);
    background: rgb(119,159,172);
    height: 100px;
    top: -10px;
    width: 100px;
    opacity: 0.3;
    z-index: -1;
    right: -10px;
    position: absolute;
    border-radius: 10px;
}.prospective_members_oFsw .history_tl_RHwC::after {
    opacity: 0.3;
    border-radius: 10px;
    transform: rotate(10deg) translateZ(-15px);
    position: absolute;
    left: -15px;
    z-index: -1;
    background: rgb(163,193,202);
    bottom: -15px;
    height: 120px;
    width: 120px;
    content: "";
}.prospective_members_oFsw h4 {
    margin-bottom: 35px;
    position: relative;
    color: rgb(163,193,202);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    padding-bottom: 15px;
}.prospective_members_oFsw h4::after {
    bottom: 0;
    content: "";
    left: 50%;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(163,193,202), rgb(119,159,172));
    width: 70px;
}.prospective_members_oFsw div > div {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    display: grid;
}.prospective_members_oFsw p {
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 13px;
    padding: 20px;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.prospective_members_oFsw p::before {
    top: 0;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    z-index: -1;
    width: 4px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(163,193,202), rgb(119,159,172));
}.prospective_members_oFsw p::after {
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    opacity: 0;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(163,193,202,0.5) 0%, transparent 100%);
    position: absolute;
}.prospective_members_oFsw p:hover {
    color: #000000;
    transform: translateY(-5px);
}.prospective_members_oFsw p:hover::before {
    width: 8px;
}.prospective_members_oFsw p:hover::after {
    opacity: 0.15;
}.prospective_members_oFsw p svg {
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.prospective_members_oFsw p svg path {
    fill: rgb(163,193,202);
    transition: fill 0.3s ease;
}.prospective_members_oFsw p:hover svg {
    transform: scale(1.2);
}.prospective_members_oFsw p:hover svg path {
    fill: rgb(119,159,172);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.prospective_members_oFsw p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.prospective_members_oFsw p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members_oFsw .history_tl_RHwC > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}.prospective_members_oFsw .history_tl_RHwC > div p:nth-child(1) {
    animation-delay: 0.2s;
}.prospective_members_oFsw .history_tl_RHwC > div p:nth-child(2) {
    animation-delay: 0.4s;
}.prospective_members_oFsw .history_tl_RHwC > div p:nth-child(3) {
    animation-delay: 0.6s;
}.prospective_members_oFsw .history_tl_RHwC > div p:nth-child(4) {
    animation-delay: 0.8s;
}.prospective_members_oFsw .history_tl_RHwC > div p:nth-child(5) {
    animation-delay: 1s;
}.prospective_members_oFsw .history_tl_RHwC > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.prospective_members_oFsw {
    padding: 80px 0;
}.prospective_members_oFsw .history_tl_RHwC {
    padding: 40px 30px;
}.prospective_members_oFsw h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.prospective_members_oFsw div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.prospective_members_oFsw p {
    padding: 15px;
}.prospective_members_oFsw::after {
    height: 80px;
}
}

@media (max-width: 768px) {.prospective_members_oFsw {
    padding: 70px 0 90px;
}.prospective_members_oFsw .history_tl_RHwC {
    padding: 35px 25px;
}.prospective_members_oFsw h4 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.prospective_members_oFsw div > div {
    grid-template-columns: 1fr;
}.prospective_members_oFsw::after {
    height: 60px;
}
}

@media (max-width: 576px) {.prospective_members_oFsw {
    padding: 60px 0 80px;
}.prospective_members_oFsw .history_tl_RHwC {
    padding: 30px 20px;
}.prospective_members_oFsw .history_tl_RHwC::before,
    .prospective_members_oFsw .history_tl_RHwC::after {
    height: 70px;
    width: 70px;
}.prospective_members_oFsw h4 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.7);
    padding-bottom: 10px;
}.prospective_members_oFsw h4::after {
    width: 50px;
    height: 3px;
}.prospective_members_oFsw p {
    padding: 12px;
    font-size: calc(13px * 0.9);
}.prospective_members_oFsw p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.prospective_members_oFsw::after {
    height: 40px;
}
}