* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.inner-container_E {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.header_main_t {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1178px;
    max-width: 100%;
}.collab_space_K {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_plan_f {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.tariff_plan_f::before {
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    position: absolute;
}.tariff_plan_f .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.tariff_plan_f .rate_choice_O {
    display: flex;
    flex-direction: column;
    align-items: center;
}.tariff_plan_f h2 {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    transform: translateY(20px);
    font-size: 30px;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 20px;
    position: relative;
}.tariff_plan_f .annual_fee_g {
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    opacity: 0;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 12px;
    transform: translateY(20px);
    line-height: 1.6;
    margin-bottom: 40px;
}.tariff_plan_f .lesson_rates_R {
    gap: 30px;
    width: 100%;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.tariff_plan_f .lesson_rates_R li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.tariff_plan_f .lesson_rates_R li:nth-child(1) {
    animation-delay: 0.3s;
}.tariff_plan_f .lesson_rates_R li:nth-child(2) {
    animation-delay: 0.4s;
}.tariff_plan_f .lesson_rates_R li:nth-child(3) {
    animation-delay: 0.5s;
}.tariff_plan_f .lesson_rates_R li:nth-child(4) {
    animation-delay: 0.6s;
}.tariff_plan_f .pricing_tiers_t {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    position: relative;
}.tariff_plan_f .pricing_tiers_t:hover {
    transform: translateY(-8px) scale(1.02);
}.tariff_plan_f .pricing_tiers_t::before {
    content: "";
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
    position: absolute;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 0;
    pointer-events: none;
}.tariff_plan_f .pricing_tiers_t:hover::before {
    left: 100%;
}.tariff_plan_f .payment_deals_S {
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    border-radius: 23px;
    padding: 5px;
}.tariff_plan_f .pricing_tiers_t:hover .payment_deals_S {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.tariff_plan_f .payment_deals_S::after {
    transform-origin: left;
    top: 0;
    background: linear-gradient(90deg, rgb(155,168,189), rgb(119,130,145));
    width: 100%;
    height: 5px;
    position: absolute;
    transform: scaleX(0);
    content: '';
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: 0;
}.tariff_plan_f .pricing_tiers_t:hover .payment_deals_S::after {
    transform: scaleX(1);
}.tariff_plan_f .learning_plan_W {
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    display: flex;
    color: #ffffff;
    padding: 30px;
    min-height: 400px;
}.tariff_plan_f .learning_plan_W h4 {
    font-weight: 700;
    color: rgb(155,168,189);
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    position: relative;
    font-size: 21px;
    padding-bottom: 15px;
}.tariff_plan_f .pricing_tiers_t:hover .learning_plan_W h4 {
    transform: translateX(5px);
}.tariff_plan_f .learning_plan_W h4::after {
    left: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    height: 3px;
    background: rgb(119,130,145);
}.tariff_plan_f .pricing_tiers_t:hover .learning_plan_W h4::after {
    width: 60px;
}.tariff_plan_f .learning_plan_W p {
    margin: 0 0 30px;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    word-break: break-word;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 200px;
    scrollbar-color: rgb(155,168,189,0.5) transparent;
    line-height: 1.6;
    font-size: calc(12px - 2px);
}.tariff_plan_f .learning_plan_W p::-webkit-scrollbar {
    width: 5px;
}.tariff_plan_f .learning_plan_W p::-webkit-scrollbar-track {
    background: transparent;
}.tariff_plan_f .learning_plan_W p::-webkit-scrollbar-thumb {
    background-color: rgb(155,168,189,0.5);
    border-radius: 10px;
}.tariff_plan_f .tuition_table_Z {
    padding: 10px 20px;
    color: #ffffff;
    display: inline-block;
    font-size: calc(21px + 4px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(135deg, rgb(155,168,189) 0%, rgb(155,168,189,0.5) 100%);
    align-self: flex-start;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
}.tariff_plan_f .pricing_tiers_t:hover .tuition_table_Z {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.tariff_plan_f .tuition_table_Z::before {
    left: -50%;
    top: -50%;
    content: "";
    transform: scale(0);
    width: 200%;
    opacity: 0;
    position: absolute;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
}.tariff_plan_f .pricing_tiers_t:hover .tuition_table_Z::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.tariff_plan_f {
    padding: 80px 0;
}.tariff_plan_f .lesson_rates_R {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.tariff_plan_f .learning_plan_W {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.tariff_plan_f {
    padding: 60px 0;
}.tariff_plan_f h2 {
    font-size: calc(30px - 4px);
}.tariff_plan_f .annual_fee_g {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.tariff_plan_f .lesson_rates_R {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.tariff_plan_f .learning_plan_W {
    min-height: 300px;
}.tariff_plan_f .tuition_table_Z {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 480px) {.tariff_plan_f {
    padding: 40px 0;
}.tariff_plan_f h2 {
    font-size: calc(30px - 6px);
}.tariff_plan_f .learning_plan_W {
    padding: 20px;
    min-height: 280px;
}.tariff_plan_f .learning_plan_W p {
    margin-bottom: 20px;
    font-size: calc(12px - 3px);
}.tariff_plan_f .tuition_table_Z {
    padding: 8px 15px;
}}.collab_space_K {
    background: linear-gradient(135deg, #000000 0%, rgb(155,168,189,0.5) 100%);
    padding: 5rem 0 1rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
}.collab_space_K::before {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    content: '';
    top: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgb(155,168,189,0.5) 0%, transparent 50%);
}.collab_space_K::after {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(155,168,189), transparent);
    content: '';
    right: 0;
    position: absolute;
    animation: glowLine 3s infinite alternate;
    z-index: 2;
    height: 3px;
    top: 0;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.collab_space_K .container {
    position: relative;
    z-index: 2;
}.collab_space_K .report_abuse_q {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.collab_space_K .chat_form_U {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    backdrop-filter: blur(8px);
    gap: 2rem;
    border-radius: 10px;
    padding: 1.5rem;
    justify-content: center;
    border: 1px solid rgb(119,130,145,0.5);
}.collab_space_K .chat_form_U::before {
    animation: scanLine 4s infinite linear;
    left: 50%;
    height: 2px;
    top: -2px;
    background: linear-gradient(90deg, transparent, rgb(119,130,145), transparent);
    width: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.collab_space_K .info_item {
    max-width: 300px;
    transition: transform 0.3s ease;
    min-width: 200px;
    text-align: center;
    flex: 1;
}.collab_space_K .info_item:hover {
    transform: translateY(-5px);
}.collab_space_K .info_item p, 
.collab_space_K .info_item a {
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 0.75rem;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid transparent;
    justify-content: center;
    gap: 0.5rem;
    font-size: calc(16px - 2px);
}.collab_space_K .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(119,130,145);
    width: 1.25rem;
    height: 1.25rem;
}.collab_space_K .info_item a:hover {
    box-shadow: 0 0 15px rgb(155,168,189,0.5);
    background: #000000;
    border-color: rgb(155,168,189,0.5);
}.collab_space_K .info_item a:hover svg {
    fill: rgb(155,168,189);
}.collab_space_K .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}.collab_space_K .top_train_U {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}.collab_space_K .top_train_U svg {
    height: auto;
    transition: filter 0.3s ease;
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(155,168,189,0.5));
}.collab_space_K .top_train_U svg:hover {
    filter: drop-shadow(0 0 10px rgb(155,168,189));
}.collab_space_K .mentor_net_r {
    opacity: 0.7;
    font-size: calc(15px - 1px);
    color: #ffffff;
    line-height: 1.5;
    max-width: 280px;
}.collab_space_K .main_site_f {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.collab_space_K .main_site_f h5 {
    margin-bottom: 0.5rem;
    font-size: 19px;
    padding-bottom: 0.75rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.collab_space_K .main_site_f h5::after {
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
    content: '';
    background: rgb(119,130,145);
    position: absolute;
    height: 2px;
    left: 0;
}.collab_space_K .main_site_f:hover h5::after {
    width: 80px;
}.collab_space_K .nav_block_r {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.collab_space_K .nav_block_r a {
    padding-left: 1rem;
    font-size: 16px;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
}.collab_space_K .nav_block_r a::before {
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 5px;
    background: rgb(119,130,145);
    transform: translateY(-50%);
    left: 0;
    height: 5px;
    content: '';
    top: 50%;
}.collab_space_K .nav_block_r a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(155,168,189);
}.collab_space_K .nav_block_r a:hover::before {
    height: 7px;
    width: 7px;
    box-shadow: 0 0 8px rgb(155,168,189);
    background: rgb(155,168,189);
}.collab_space_K .subscribe_holder {
    border: 1px solid rgb(119,130,145,0.5);
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    overflow: hidden;
    gap: 1.25rem;
    position: relative;
}.collab_space_K .subscribe_holder::before {
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at top right, rgb(155,168,189,0.5) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
}.collab_space_K .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}.collab_space_K .subscribe_holder p {
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(16px - 1px);
}.collab_space_K .input_holder {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
    position: relative;
}.collab_space_K .input_holder input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgb(119,130,145,0.5);
    flex: 1;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #ffffff;
    padding: 0.875rem 1rem;
}.collab_space_K .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(155,168,189,0.5);
    outline: none;
    border-color: rgb(155,168,189);
}.collab_space_K .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.collab_space_K .sub_cta_o {
    padding: 0.875rem 1.5rem;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    background: rgb(155,168,189);
    width: 100%;
    cursor: pointer;
    font-size: 19px;
    border: none;
    transition: all 0.3s ease;
}.collab_space_K .sub_cta_o::before {
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.collab_space_K .sub_cta_o:hover {
    box-shadow: 0 0 15px rgb(119,130,145,0.5);
    transform: translateY(-2px);
    background: rgb(119,130,145);
}.collab_space_K .sub_cta_o:hover::before {
    left: 100%;
}.collab_space_K .badge_case_i {
    border-top: 1px solid rgb(119,130,145,0.5);
    text-align: center;
    position: relative;
    padding-top: 1.5rem;
    margin-top: 3rem;
}.collab_space_K .badge_case_i::before {
    height: 1px;
    content: '';
    top: -1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(119,130,145,0.5), transparent);
    width: 100%;
}.collab_space_K .art_portal_g {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

@media (max-width: 1024px) {.collab_space_K {
    padding: 4rem 0 1rem;
}.collab_space_K .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.collab_space_K .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.collab_space_K .input_holder {
    flex-direction: row;
}.collab_space_K .sub_cta_o {
    width: auto;
}
}

@media (max-width: 768px) {.collab_space_K {
    padding: 3rem 0 1rem;
}.collab_space_K .chat_form_U {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}.collab_space_K .info_item {
    min-width: 100%;
}.collab_space_K .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.collab_space_K .subscribe_holder {
    grid-column: auto;
}.collab_space_K .top_train_U {
    text-align: center;
    align-items: center;
}.collab_space_K .mentor_net_r {
    text-align: center;
    max-width: 100%;
}.collab_space_K .main_site_f h5 {
    text-align: center;
}.collab_space_K .main_site_f h5::after {
    left: 50%;
    transform: translateX(-50%);
}.collab_space_K .nav_block_r {
    align-items: center;
}.collab_space_K .nav_block_r a {
    text-align: center;
}.collab_space_K .nav_block_r a:hover {
    transform: translateY(-2px);
}.collab_space_K .input_holder {
    flex-direction: column;
}.collab_space_K .sub_cta_o {
    width: 100%;
}
}

@media (max-width: 480px) {.collab_space_K {
    padding: 2.5rem 0 1rem;
}.collab_space_K .info_item p, 
    .collab_space_K .info_item a {
    font-size: calc(16px - 3px);
}.collab_space_K .main_site_f h5, 
    .collab_space_K .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.collab_space_K .nav_block_r a, 
    .collab_space_K .subscribe_holder p {
    font-size: calc(16px - 2px);
}.collab_space_K .art_portal_g {
    font-size: calc(15px - 2px);
}}.privacy_holdings_h {
    padding: 2rem;
    background-color: rgb(155,168,189);
    font-family: Arial, sans-serif;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgb(155,168,189,0.5);
    gap: 1.5rem;
}.privacy_holdings_h h1, .privacy_holdings_h h2 {
    color: rgb(155,168,189);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}.privacy_holdings_h h1 {
    font-size: 48px;
    border-radius: 10px;
    padding-left: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(155,168,189);
    font-weight: 700;
    padding: 0.5rem 1rem;
}.privacy_holdings_h h2 {
    border-left: 4px solid rgb(119,130,145);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 28px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    padding-left: 0.5rem;
}.privacy_holdings_h h3, .privacy_holdings_h h4, .privacy_holdings_h h5, .privacy_holdings_h h6 {
    margin: 10px 0;
}.privacy_holdings_h ul {
    list-style: none;
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
    padding-left: 0;
    margin: 10px 0;
}.privacy_holdings_h ul li {
    gap: 1rem;
    padding: 0.5rem;
    font-size: 17px;
    display: flex;
    background-color: rgb(119,130,145,0.5);
    font-weight: 400;
    border-radius: 10px;
    align-items: center;
}.privacy_holdings_h ul li::before {
    color: rgb(155,168,189);
    font-size: 1.2rem;
    content: '⭑';
}.privacy_holdings_h p, .privacy_holdings_h span {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 17px;
}.privacy_holdings_h div {
    margin-bottom: 1rem;
}.privacy_holdings_h section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {.privacy_holdings_h {
    padding: 1.5rem;
    gap: 1rem;
    border-radius: 10px;
}.privacy_holdings_h h1 {
    font-size: calc(22px * 0.9);
}.privacy_holdings_h h2 {
    font-size: calc(22px * 0.9);
}.privacy_holdings_h ul {
    gap: 0.5rem;
}.privacy_holdings_h ul li {
    padding: 0.75rem;
}.privacy_holdings_h ul li::before {
    font-size: 1rem;
}}.gratArea_r {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(192,205,226), #ffffff);
}.gratArea_r::before {
    width: 100%;
    animation: movePattern 40s linear infinite;
    left: 0;
    opacity: 0.2;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(119,130,145,0.5) 49.5%, rgb(119,130,145,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(119,130,145,0.5) 49.5%, rgb(119,130,145,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    background-size: 60px 60px;
}.gratArea_r::after {
    transform: rotate(25deg);
    content: "";
    right: -20%;
    width: 70%;
    position: absolute;
    height: 200%;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(155,168,189,0.5) 10%, transparent 80%);
    top: -50%;
    z-index: 0;
}.gratArea_r .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 20px;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.gratArea_r h2 {
    font-weight: 600;
    position: relative;
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out forwards;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 36px;
    transform: translateZ(20px);
    line-height: 1.4;
    margin-bottom: 40px;
}.gratArea_r h2::after {
    transform-origin: left;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    position: absolute;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(155,168,189), rgb(119,130,145));
    bottom: -16px;
    height: 3px;
    content: "";
    transform: scaleX(0);
}.gratArea_r .knowledge_learn_v {
    opacity: 0;
    padding: 35px 40px 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    transform: translateZ(10px) translateY(10px);
    border-left: 4px solid rgb(119,130,145);
    position: relative;
    background: #ffffff;
}.gratArea_r .knowledge_learn_v::before {
    border-radius: 50%;
    content: "";
    position: absolute;
    transform: translateZ(-5px);
    width: 100px;
    background: linear-gradient(135deg, rgb(119,130,145,0.5) 30%, transparent 70%);
    opacity: 0.15;
    top: 20px;
    height: 100px;
    right: 20px;
}.gratArea_r ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.gratArea_r li {
    padding-left: 25px;
    position: relative;
}.gratArea_r li::before {
    background: rgb(155,168,189);
    animation: pulse 3s infinite;
    height: 8px;
    top: 8px;
    content: "";
    left: 0;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0.9;
    width: 8px;
}.gratArea_r li span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

@media (max-width: 1200px) {.gratArea_r {
    padding: 100px 0;
}.gratArea_r h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 992px) {.gratArea_r {
    padding: 80px 0;
}.gratArea_r h2 {
    font-size: calc(36px * 0.85);
}.gratArea_r::after {
    right: -50%;
    width: 100%;
}.gratArea_r .knowledge_learn_v {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.gratArea_r {
    padding: 60px 0;
}.gratArea_r h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.gratArea_r h2::after {
    bottom: -12px;
    width: 60px;
}.gratArea_r .knowledge_learn_v {
    padding: 25px 30px 20px;
}.gratArea_r li span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.gratArea_r {
    padding: 50px 0;
}.gratArea_r h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.gratArea_r .knowledge_learn_v {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.gratArea_r li {
    padding-left: 20px;
}.gratArea_r li::before {
    height: 6px;
    width: 6px;
    top: 8px;
}.gratArea_r li span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.gratArea_r::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.gratArea_r .knowledge_learn_v:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.user_feedback_H {
    position: relative;
    padding: 7rem 0;
    background: rgb(192,205,226);
    overflow: hidden;
}.user_feedback_H::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgb(155,168,189,0.5) 50px,
            rgb(155,168,189,0.5) 51px
        );
    content: "";
    z-index: 0;
    position: absolute;
    opacity: 0.3;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.user_feedback_H::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(119,130,145,0.5));
    top: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 30%;
    right: 0;
    position: absolute;
    z-index: 0;
}.user_feedback_H .container {
    z-index: 1;
    position: relative;
}.user_feedback_H h2 {
    color: #000000;
    margin-bottom: 5rem;
    position: relative;
    display: inline-block;
    transform: translateX(2rem);
    font-size: 37px;
    font-weight: 700;
}.user_feedback_H h2::after {
    position: absolute;
    transform: translateY(-50%);
    height: 5px;
    content: "";
    background: rgb(155,168,189);
    top: 50%;
    width: 1.5rem;
    left: -2rem;
}.user_feedback_H .rating_voices_N {
    flex-direction: column;
    position: relative;
    gap: 6rem;
    display: flex;
    padding-left: 3rem;
}.user_feedback_H .rating_voices_N::before {
    width: 3px;
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(155,168,189),
        rgb(119,130,145)
    );
    z-index: 1;
}.user_feedback_H .learn_reviews_e {
    padding: 2rem 2rem 2rem 3rem;
    max-width: 80%;
    position: relative;
    background: #ffffff;
    transform: translateX(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    margin-left: auto;
    border-radius: 25px;
    display: flex;
}.user_feedback_H .learn_reviews_e::before {
    left: -3rem;
    background: linear-gradient(
        to right,
        rgb(155,168,189),
        rgb(119,130,145)
    );
    width: 3rem;
    top: 50%;
    z-index: 1;
    height: 3px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}.user_feedback_H .learn_reviews_e::after {
    top: 50%;
    height: 15px;
    border: 3px solid rgb(155,168,189);
    left: -3.5rem;
    box-shadow: 0 0 0 5px rgb(192,205,226);
    content: "";
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    background: #ffffff;
    width: 15px;
    transform: translateY(-50%);
}.user_feedback_H .learn_reviews_e:nth-child(odd) {
    margin-right: auto;
    align-self: flex-start;
    margin-left: 0;
    transform: translateX(3rem);
}.user_feedback_H .learn_reviews_e:nth-child(odd)::before {
    right: -3rem;
    left: auto;
    background: linear-gradient(
        to left,
        rgb(155,168,189),
        rgb(119,130,145)
    );
}.user_feedback_H .learn_reviews_e:nth-child(odd)::after {
    right: -3.5rem;
    left: auto;
}.user_feedback_H .learn_reviews_e:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(155,168,189,0.5);
    transform: translateY(-10px);
}.user_feedback_H .learn_reviews_e:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}.user_feedback_H .learn_reviews_e img {
    top: -35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    object-fit: cover;
    position: absolute;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}.user_feedback_H .learn_reviews_e:nth-child(odd) img {
    right: auto;
    left: 30px;
}.user_feedback_H .learn_reviews_e:hover img {
    transform: scale(1.1) rotate(10deg);
}.user_feedback_H .learn_reviews_e p {
    font-size: calc(15px * 1.1);
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
}.user_feedback_H .learn_reviews_e .description {
    font-size: 15px;
    position: relative;
    margin-top: 1rem;
    border-left: 3px solid rgb(119,130,145,0.5);
    color: #000000;
    padding-left: 1rem;
    line-height: 1.6;
    font-weight: 400;
}.user_feedback_H .learn_reviews_e:nth-child(odd) .description {
    text-align: right;
    padding-right: 1rem;
    border-right: 3px solid rgb(119,130,145,0.5);
    border-left: none;
    padding-left: 0;
}

@media (max-width: 992px) {.user_feedback_H .learn_reviews_e,
    .user_feedback_H .learn_reviews_e:nth-child(odd) {
    max-width: 90%;
}
}

@media (max-width: 768px) {.user_feedback_H {
    padding: 5rem 0;
}.user_feedback_H h2 {
    margin-bottom: 4rem;
    transform: translateX(0);
    font-size: calc(37px * 0.9);
}.user_feedback_H h2::after {
    top: -1rem;
    height: 3px;
    width: 50px;
    left: 0;
}.user_feedback_H .rating_voices_N {
    padding-left: 0;
}.user_feedback_H .rating_voices_N::before {
    left: 50%;
    transform: translateX(-50%);
}.user_feedback_H .learn_reviews_e,
    .user_feedback_H .learn_reviews_e:nth-child(odd) {
    max-width: 90%;
    transform: translateX(0);
    padding: 2rem;
    margin: 0 auto;
}.user_feedback_H .learn_reviews_e::before,
    .user_feedback_H .learn_reviews_e:nth-child(odd)::before {
    left: 50%;
    width: 3px;
    top: -1.5rem;
    transform: translateX(-50%);
    height: 1.5rem;
    background: linear-gradient(
            to bottom,
            rgb(155,168,189),
            rgb(119,130,145)
        );
}.user_feedback_H .learn_reviews_e::after,
    .user_feedback_H .learn_reviews_e:nth-child(odd)::after {
    top: -2rem;
    transform: translateX(-50%);
    left: 50%;
}.user_feedback_H .learn_reviews_e img,
    .user_feedback_H .learn_reviews_e:nth-child(odd) img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}.user_feedback_H .learn_reviews_e:hover,
    .user_feedback_H .learn_reviews_e:nth-child(odd):hover {
    transform: translateY(-10px);
}.user_feedback_H .learn_reviews_e:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.user_feedback_H .learn_reviews_e .description,
    .user_feedback_H .learn_reviews_e:nth-child(odd) .description {
    border-top: 3px solid rgb(119,130,145,0.5);
    text-align: center;
    padding: 1rem 0 0 0;
    border: none;
}}.prospective_students_n {
    position: relative;
    padding: 140px 0;
    background: rgb(192,205,226);
    overflow: hidden;
}.prospective_students_n::before {
    left: 0;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(155,168,189,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(155,168,189,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(155,168,189,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(155,168,189,0.5) 75%
        );
    background-size: 60px 60px;
    opacity: 0.03;
    height: 100%;
    position: absolute;
    background-position: 0 0, 30px 30px;
    top: 0;
    content: "";
    width: 100%;
    z-index: 0;
}.prospective_students_n::after {
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    height: 150px;
    width: 100%;
    background: linear-gradient(to top, rgb(192,205,226), transparent);
}.prospective_students_n .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.prospective_students_n .knowledge_learn_v {
    position: relative;
}.prospective_students_n h4 {
    font-size: 28px;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    padding: 20px 0;
    color: #000000;
    font-weight: 700;
}.prospective_students_n h4::before {
    left: 50%;
    top: 0;
    content: "";
    width: 100px;
    height: 3px;
    background: rgb(155,168,189,0.5);
    border-radius: 2px;
    transform: translateX(-50%);
    position: absolute;
}.prospective_students_n h4::after {
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    content: "";
    position: absolute;
    left: 50%;
    background: rgb(119,130,145,0.5);
    border-radius: 2px;
    height: 3px;
}.prospective_students_n div {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.prospective_students_n div::before {
    background: linear-gradient(180deg, rgb(155,168,189,0.5), rgb(119,130,145,0.5), transparent);
    z-index: 0;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    left: 50%;
    position: absolute;
    width: 2px;
}.prospective_students_n div p {
    border-radius: 50px;
    display: flex;
    color: #000000;
    line-height: 1.6;
    width: 70%;
    z-index: 1;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    align-items: center;
    font-size: 16px;
    padding: 25px 30px;
    margin: 0 0 60px 0;
}.prospective_students_n div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.prospective_students_n div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.prospective_students_n div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.prospective_students_n div p::before {
    width: 30px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 2;
    height: 30px;
    position: absolute;
    content: "";
}.prospective_students_n div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.prospective_students_n div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.prospective_students_n div p::after {
    z-index: 3;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    transition: all 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(155,168,189), rgb(119,130,145));
    content: "";
}.prospective_students_n div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.prospective_students_n div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.prospective_students_n div p:hover::after {
    box-shadow: 0 0 10px rgb(155,168,189,0.5);
    transform: scale(1.3);
}.prospective_students_n div p svg {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
    margin-right: 20px;
    min-width: 32px;
}.prospective_students_n div p:hover svg {
    transform: rotate(15deg);
}.prospective_students_n div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,168,189);
}.prospective_students_n div p:hover svg path {
    fill: rgb(119,130,145);
}

@media (max-width: 991px) {.prospective_students_n {
    padding: 120px 0;
}.prospective_students_n h4 {
    margin-bottom: 70px;
    font-size: calc(28px - 2px);
}.prospective_students_n div p {
    padding: 22px 25px;
    margin-bottom: 50px;
    width: 80%;
}.prospective_students_n div p svg {
    width: 28px;
    min-width: 28px;
    margin-right: 15px;
    height: 28px;
}
}

@media (max-width: 767px) {.prospective_students_n {
    padding: 100px 0;
}.prospective_students_n h4 {
    font-size: calc(28px - 4px);
    margin-bottom: 60px;
}.prospective_students_n div p {
    align-self: center !important;
    width: 90%;
    margin-bottom: 40px;
    border-radius: 30px !important;
    padding: 18px 22px;
}.prospective_students_n div p::before,
    .prospective_students_n div p::after {
    display: none;
}.prospective_students_n div p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
}

@media (max-width: 479px) {.prospective_students_n {
    padding: 80px 0;
}.prospective_students_n h4 {
    font-size: calc(28px - 6px);
    margin-bottom: 50px;
}.prospective_students_n div p {
    margin-bottom: 30px;
    width: 100%;
    padding: 15px 18px;
    font-size: calc(16px - 1px);
}.prospective_students_n div p svg {
    margin-right: 10px;
    height: 22px;
    width: 22px;
    min-width: 22px;
}}.program_overview_F {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-color: rgb(192,205,226);
}.program_overview_F::before {
    top: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
    45deg,
    rgb(155,168,189,0.5) 0,
    rgb(155,168,189,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
}.program_overview_F::after {
    z-index: 1;
    content: "";
    right: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(
    circle at 80% 20%,
    rgb(119,130,145,0.5) 0%,
    transparent 60%
  );
    top: 0;
    height: 100%;
}.program_overview_F .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.program_overview_F .knowledge_learn_v {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    display: grid;
}.program_overview_F .knowledge_learn_v::before {
    z-index: -1;
    position: absolute;
    height: 200px;
    animation: rotate 30s linear infinite;
    top: -80px;
    width: 200px;
    content: "";
    border-radius: 50%;
    border: 1px solid rgb(155,168,189,0.5);
    left: -120px;
}.program_overview_F .knowledge_learn_v::after {
    border: 2px solid rgb(119,130,145,0.5);
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 300px;
    right: -50px;
    height: 300px;
    animation: rotate 40s linear infinite reverse;
    bottom: -100px;
}.program_overview_F .learn_skills_w {
    padding: 40px;
    display: flex;
    justify-content: center;
    border-left: 3px solid rgb(155,168,189);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: relative;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    backdrop-filter: blur(10px);
    border-radius: 11px;
    transform: translateZ(0);
}.program_overview_F .learn_skills_w::before {
    top: 20px;
    width: 60px;
    content: "";
    height: 60px;
    right: 20px;
    border-top: 2px solid rgb(119,130,145,0.5);
    border-right: 2px solid rgb(119,130,145,0.5);
    z-index: 1;
    position: absolute;
}.program_overview_F .learn_skills_w::after {
    width: 60px;
    content: "";
    border-left: 2px solid rgb(155,168,189,0.5);
    bottom: 20px;
    left: 20px;
    z-index: 1;
    border-bottom: 2px solid rgb(155,168,189,0.5);
    height: 60px;
    position: absolute;
}.program_overview_F .top_train_U {
    position: relative;
    margin-bottom: 30px;
}.program_overview_F .top_train_U::before {
    left: -20px;
    position: absolute;
    width: 10px;
    top: 50%;
    background-color: rgb(155,168,189);
    height: 10px;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}.program_overview_F .top_train_U svg {
    max-height: 70px;
    width: 60px;
    height: 60px;
    transition: filter 0.4s ease;
}.program_overview_F .top_train_U:hover svg {
    filter: drop-shadow(0 0 8px rgb(155,168,189,0.5));
}.program_overview_F .top_train_U svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,168,189);
}.program_overview_F .top_train_U:hover svg path {
    fill: rgb(119,130,145);
}.program_overview_F h3 {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    letter-spacing: 1px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 37px;
}.program_overview_F h3::after {
    background: linear-gradient(
    to right,
    rgb(155,168,189) 0%,
    rgb(119,130,145) 100%
  );
    left: 0;
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    width: 80px;
    content: "";
    position: absolute;
}.program_overview_F p {
    margin-bottom: 0;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 17px;
}.program_overview_F .img_box_grid_f {
    min-height: 500px;
    height: 500px;
    border-radius: 11px;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}.program_overview_F .img_box_grid_f::before {
    left: 0;
    background: linear-gradient(
    to bottom right,
    rgb(155,168,189,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(119,130,145,0.5) 100%
  );
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.program_overview_F .img_box_grid_f::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 11px;
    inset: 0;
    position: absolute;
    z-index: 3;
}.program_overview_F .img_box_grid_f:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.program_overview_F .knowledge_learn_v {
    gap: 40px;
}.program_overview_F .learn_skills_w {
    padding: 30px;
}.program_overview_F .img_box_grid_f {
    min-height: 450px;
}
}

@media (max-width: 991px) {.program_overview_F {
    padding: 70px 0;
}.program_overview_F .knowledge_learn_v {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_overview_F .learn_skills_w {
    order: 2;
}.program_overview_F .img_box_grid_f {
    min-height: 400px;
    order: 1;
    transform: perspective(1000px) rotateY(0deg);
}.program_overview_F .knowledge_learn_v::before,
  .program_overview_F .knowledge_learn_v::after {
    display: none;
}
}

@media (max-width: 767px) {.program_overview_F {
    padding: 50px 0;
}.program_overview_F .learn_skills_w {
    padding: 25px;
}.program_overview_F h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: calc(37px * 0.9);
}.program_overview_F .top_train_U {
    margin-bottom: 20px;
}.program_overview_F .top_train_U svg {
    max-height: 60px;
}.program_overview_F .img_box_grid_f {
    min-height: 350px;
}.program_overview_F .learn_skills_w::before,
  .program_overview_F .learn_skills_w::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 576px) {.program_overview_F {
    padding: 40px 0;
}.program_overview_F .learn_skills_w {
    padding: 20px;
}.program_overview_F h3 {
    font-size: calc(37px * 0.8);
}.program_overview_F p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.program_overview_F .top_train_U {
    margin-bottom: 15px;
}.program_overview_F .top_train_U svg {
    max-height: 50px;
}.program_overview_F .img_box_grid_f {
    min-height: 300px;
}.program_overview_F .learn_skills_w::before,
  .program_overview_F .learn_skills_w::after {
    height: 30px;
    width: 30px;
}
}

@media (min-width: 1400px) {.program_overview_F .container {
    max-width: 1320px;
}.program_overview_F .img_box_grid_f {
    min-height: 550px;
}}.title_section_C {
    position: relative;
    height: 100vh;
    width: 100%;
    background: linear-gradient(125deg, #000000 0%, rgb(119,130,145,0.5) 100%);
    min-height: 650px;
    overflow: hidden;
}.title_section_C .knowledge_learn_v {
    height: 100%;
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
}.title_section_C .master_zone_g {
    overflow: hidden;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}.title_section_C .master_zone_g::before {
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 80%,
        #000000 100%
    );
    inset: 0;
    z-index: 2;
    position: absolute;
    content: '';
}.title_section_C .study_tools_x {
    animation: parallax-carousel 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    width: 500%;
    display: flex;
    height: 100%;
}.title_section_C .intro_title_E {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}.title_section_C .intro_title_E:nth-child(odd) {
    filter: saturate(1.1) contrast(1.05);
}.title_section_C .intro_title_E:nth-child(even) {
    filter: saturate(1.2) contrast(1.1);
}.title_section_C .intro_title_E::before {
    content: '';
    inset: 0;
    opacity: 0.15;
    position: absolute;
    z-index: 2;
    background: rgb(155,168,189,0.5);
}.title_section_C .intro_title_E img {
    object-fit: cover;
    transform: translateY(0);
    width: 100%;
    transition: transform 1s ease;
    height: 100%;
}.title_section_C .message_wrap_F {
    z-index: 10;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 70%,
        transparent 100%
    );
    width: 100%;
    padding: 3rem 10% 5rem;
}.title_section_C .message_wrap_F h1 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(43px * 1.5);
    position: relative;
    font-weight: 700;
}.title_section_C .message_wrap_F h1::after {
    background: rgb(155,168,189);
    transform-origin: center;
    bottom: -10px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    animation: pulse-width 4s ease-in-out infinite;
}.title_section_C .message_wrap_F p {
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-right: auto;
    font-size: calc(17px * 1.1);
    max-width: 800px;
    margin-left: auto;
}.title_section_C .message_wrap_F .inquiry_widget_T {
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    background: rgb(155,168,189);
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 16px;
}.title_section_C .message_wrap_F .inquiry_widget_T::before {
    position: absolute;
    z-index: -1;
    background: rgb(119,130,145);
    content: '';
    transition: transform 0.4s ease;
    transform-origin: right;
    transform: scaleX(0);
    inset: 0;
}.title_section_C .message_wrap_F .inquiry_widget_T:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.title_section_C .message_wrap_F .inquiry_widget_T:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}@keyframes parallax-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes pulse-width {
    0%, 100% {
        opacity: 0.8;
        width: 100%;
    }
    50% {
        opacity: 1;
        width: 70%;
    }
}

.title_section_C::after {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
    pointer-events: none;
    content: '';
    background: linear-gradient(
        125deg,
        rgb(155,168,189,0.5) 0%,
        transparent 70%
    );
    left: 0;
    height: 100%;
    opacity: 0.05;
}

@media (max-width: 1200px) {.title_section_C .message_wrap_F {
    padding: 3rem 8% 4rem;
}.title_section_C .message_wrap_F h1 {
    font-size: calc(43px * 1.3);
}.title_section_C .message_wrap_F p {
    font-size: 17px;
}
}

@media (max-width: 992px) {.title_section_C {
    min-height: 600px;
}.title_section_C .master_zone_g {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}.title_section_C .message_wrap_F {
    padding: 2.5rem 6% 3.5rem;
}.title_section_C .message_wrap_F h1 {
    font-size: calc(43px * 1.2);
}
}

@media (max-width: 768px) {.title_section_C {
    min-height: 550px;
}.title_section_C .master_zone_g {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}.title_section_C .message_wrap_F {
    padding: 2rem 5% 3rem;
}.title_section_C .message_wrap_F h1 {
    font-size: 43px;
}.title_section_C .message_wrap_F h1::after {
    bottom: -5px;
}.title_section_C .message_wrap_F p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.title_section_C {
    min-height: 500px;
}.title_section_C .master_zone_g {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 98%, 0 90%);
}.title_section_C .message_wrap_F {
    padding: 1.5rem 5% 2.5rem;
}.title_section_C .message_wrap_F h1 {
    font-size: calc(43px * 0.9);
    margin-bottom: 1rem;
}.title_section_C .message_wrap_F p {
    font-size: calc(17px * 0.9);
    margin-bottom: 2rem;
}.title_section_C .message_wrap_F .inquiry_widget_T {
    padding: 12px 30px;
    font-size: calc(16px * 0.9);
}

}

@media (orientation: landscape) and (max-height: 600px) {.title_section_C {
    min-height: 450px;
    height: auto;
}.title_section_C .message_wrap_F {
    padding: 1.5rem 5% 2rem;
}.title_section_C .message_wrap_F h1 {
    margin-bottom: 0.8rem;
}.title_section_C .message_wrap_F p {
    margin-bottom: 1.5rem;
}}.try_immediately_L {
    overflow: hidden;
    background-size: 200% 100%;
    position: relative;
    padding: 120px 0;
    z-index: 1;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(to right, rgb(155,168,189), rgb(119,130,145), rgb(155,168,189));
}.try_immediately_L::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
}.try_immediately_L::after {
    width: 200%;
    top: -50%;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    left: -50%;
    transform-origin: center;
    position: absolute;
    animation: rotateLight 40s linear infinite;
    z-index: -1;
    opacity: 0.3;
    content: '';
}.try_immediately_L .knowledge_learn_v {
    z-index: 2;
    padding: 60px;
    max-width: 1100px;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}.try_immediately_L .knowledge_learn_v::before {
    transform: skewX(-45deg) translateX(-150%);
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    content: '';
}.try_immediately_L .knowledge_learn_v::after {
    animation: rotatePrism 20s linear infinite;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(155,168,189,0.5) 90deg,
        transparent 180deg,
        rgb(119,130,145,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    left: -25%;
    height: 150%;
    content: '';
    position: absolute;
    top: -25%;
    opacity: 0.1;
    width: 150%;
}.try_immediately_L h3 {
    letter-spacing: 4px;
    font-size: 28px;
    transform: perspective(500px);
    animation: floatText 6s ease-in-out infinite;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    transform-style: preserve-3d;
}.try_immediately_L h3::before {
    box-shadow: 0 0 15px #ffffff;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    width: 40%;
    content: '';
    left: 30%;
    bottom: -20px;
    position: absolute;
}.try_immediately_L h3::after {
    animation: reflectionSweep 8s linear infinite;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
}.try_immediately_L .talk_now_O {
    padding: 18px 50px;
    letter-spacing: 3px;
    transition: all 0.4s ease;
    font-weight: 600;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);
    z-index: 1;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    border-radius: 50px;
    font-size: 19px;
    transform: translateZ(10px);
    position: relative;
    text-decoration: none;
    color: rgb(155,168,189);
    text-transform: uppercase;
    overflow: hidden;
}.try_immediately_L .talk_now_O::before {
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(155,168,189),
        rgb(119,130,145)
    );
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    height: 100%;
    content: '';
}.try_immediately_L .talk_now_O::after {
    height: 300%;
    left: -100%;
    z-index: 1;
    top: -100%;
    position: absolute;
    transition: left 0.7s ease;
    width: 30%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    transform: rotate(30deg);
}.try_immediately_L .talk_now_O:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) translateZ(10px);
}.try_immediately_L .talk_now_O:hover::before {
    opacity: 1;
}.try_immediately_L .talk_now_O:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.try_immediately_L {
    padding: 100px 0;
}.try_immediately_L .knowledge_learn_v {
    padding: 50px 40px;
    max-width: 90%;
}.try_immediately_L h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 50px;
}.try_immediately_L .talk_now_O {
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.try_immediately_L {
    padding: 80px 0;
}.try_immediately_L .knowledge_learn_v {
    padding: 40px 30px;
}.try_immediately_L h3 {
    margin-bottom: 45px;
    letter-spacing: 3px;
    font-size: calc(28px * 0.8);
}.try_immediately_L h3::before {
    width: 30%;
    left: 35%;
}.try_immediately_L .talk_now_O {
    font-size: calc(19px * 0.95);
    letter-spacing: 2px;
    padding: 15px 40px;
}
}

@media screen and (max-width: 576px) {.try_immediately_L {
    padding: 60px 0;
}.try_immediately_L .knowledge_learn_v {
    padding: 30px 20px;
}.try_immediately_L h3 {
    letter-spacing: 2px;
    font-size: calc(28px * 0.7);
    margin-bottom: 40px;
}.try_immediately_L h3::before {
    bottom: -15px;
    left: 37.5%;
    width: 25%;
}.try_immediately_L .talk_now_O {
    letter-spacing: 1px;
    padding: 12px 35px;
    font-size: calc(19px * 0.9);
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-45deg) translateX(-150%);
    }
    50% {
        transform: skewX(-45deg) translateX(150%);
    }
    100% {
        transform: skewX(-45deg) translateX(-150%);
    }
}

@keyframes rotatePrism {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: perspective(500px) translateZ(0);
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        transform: perspective(500px) translateZ(20px);
        text-shadow: 0 0 25px #ffffff;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }
    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}.contact_section_L {
    padding: 80px 0;
    position: relative;
}.contact_section_L::before {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
}.contact_section_L .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.contact_section_L .connect_reach_m {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    display: grid;
    grid-template-columns: 45% 55%;
}.contact_section_L .connect_reach_m::before {
    content: "";
    border-radius: 50%;
    background: rgb(155,168,189,0.5);
    top: -150px;
    left: -150px;
    height: 300px;
    z-index: 0;
    width: 300px;
    position: absolute;
}.contact_section_L .connect_reach_m::after {
    width: 300px;
    position: absolute;
    right: -150px;
    bottom: -150px;
    z-index: 0;
    border-radius: 50%;
    height: 300px;
    background: rgb(119,130,145,0.5);
    content: "";
}.contact_section_L .message_box_t {
    position: relative;
    z-index: 1;
    padding: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}.contact_section_L .message_box_t h3 {
    color: rgb(155,168,189);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 32px;
}.contact_section_L .message_box_t h3::after {
    height: 4px;
    background-color: rgb(119,130,145);
    position: absolute;
    bottom: -15px;
    width: 60px;
    content: "";
    left: 0;
}.contact_section_L .message_box_t div {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: flex;
}.contact_section_L .message_box_t div:last-of-type {
    border-bottom: none;
}.contact_section_L .message_box_t div svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.contact_section_L .message_box_t div svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,168,189);
}.contact_section_L .message_box_t div:hover svg path {
    fill: rgb(119,130,145);
}.contact_section_L .message_box_t div span {
    font-size: 16px;
    color: #000000;
}.contact_section_L .message_box_t div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_section_L .message_box_t div span a:hover {
    color: rgb(155,168,189);
}.contact_section_L .query_inquiry_z {
    padding: 50px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}.contact_section_L .query_inquiry_z h3 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
}.contact_section_L form {
    flex-direction: column;
    display: flex;
}.contact_section_L form input[type="text"],
.contact_section_L form input[type="email"] {
    background-color: rgb(192,205,226);
    height: 55px;
    border: none;
    color: #000000;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}.contact_section_L form input[type="text"]:focus,
.contact_section_L form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(155,168,189,0.5);
}.contact_section_L form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_section_L .request_message_k {
    position: relative;
    margin-bottom: 25px;
}.contact_section_L .request_message_k input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}.contact_section_L .request_message_k label {
    line-height: 1.6;
    display: block;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}.contact_section_L .request_message_k label::before {
    top: 2px;
    border-radius: 10px;
    background-color: rgb(192,205,226);
    left: 0;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
}.contact_section_L .request_message_k input[type="checkbox"]:checked + label::before {
    background-color: rgb(155,168,189);
}.contact_section_L .request_message_k input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    left: 7px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 3px;
}.contact_section_L .request_message_k label a {
    text-decoration: none;
    color: rgb(155,168,189);
    transition: all 0.3s ease;
}.contact_section_L .request_message_k label a:hover {
    text-decoration: underline;
    color: rgb(119,130,145);
}.contact_section_L form .inquiry_widget_T {
    background-color: rgb(155,168,189);
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    padding: 16px 30px;
    font-size: 16px;
    color: #ffffff;
}.contact_section_L form .inquiry_widget_T:hover {
    background-color: rgb(119,130,145);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(155,168,189,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_section_L .message_box_t div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.contact_section_L .message_box_t div:nth-child(2) {
    --n: 0;
}.contact_section_L .message_box_t div:nth-child(3) {
    --n: 1;
}.contact_section_L .message_box_t div:nth-child(4) {
    --n: 2;
}.contact_section_L .message_box_t div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_section_L .container {
    width: 90%;
}.contact_section_L .connect_reach_m {
    grid-template-columns: 1fr;
}.contact_section_L .message_box_t {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact_section_L {
    padding: 60px 0;
}.contact_section_L .message_box_t,
    .contact_section_L .query_inquiry_z {
    padding: 30px 20px;
}.contact_section_L .message_box_t h3 {
    font-size: calc(32px * 0.8);
}.contact_section_L form input[type="text"],
    .contact_section_L form input[type="email"] {
    height: 50px;
}.contact_section_L form .inquiry_widget_T {
    width: 100%;
    padding: 14px 20px;
}}header {
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
    background: rgb(192,205,226);
}header::before {
    opacity: 0.5;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgb(155,168,189,0.5) 0%, 
        transparent 50%, 
        rgb(119,130,145,0.5) 100%);
}header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}header .nav_prime_f {
    align-items: center;
    display: flex;
    background: #ffffff;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 1rem;
    flex-direction: column;
}header .header_lesson_U {
    margin-bottom: 0.5rem;
    justify-content: center;
    text-decoration: none;
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
}header .header_lesson_U::before {
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(155,168,189,0.5), 
        rgb(119,130,145,0.5), 
        rgb(155,168,189,0.5), 
        transparent);
    bottom: 0;
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
}header .header_lesson_U svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}header .header_lesson_U:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(155,168,189,0.5));
}header .main_site_f {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    background: rgb(192,205,226);
    padding: 0.6rem;
    border-radius: 10px;
}header .head_info_O {
    transition: all 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 12px;
    color: #000000;
    border-radius: 10px;
    font-weight: 400;
    text-decoration: none;
    z-index: 1;
    padding: 0.5rem 1rem;
}header .head_info_O::before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(155,168,189), rgb(119,130,145));
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
}header .head_info_O:hover {
    color: #ffffff;
}header .head_info_O:hover::before {
    opacity: 1;
}header .head_info_O::after {
    transform: scaleX(0);
    height: 2px;
    transform-origin: left;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, rgb(155,168,189), rgb(119,130,145));
    content: '';
    left: 0;
    transition: transform 0.3s ease;
}header .head_info_O:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_prime_f {
    gap: 0.8rem;
    padding: 0.8rem;
}header .header_lesson_U svg {
    width: 140px;
}header .main_site_f {
    padding: 0.5rem;
}header .head_info_O {
    font-size: calc(12px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav_prime_f {
    padding: 0.7rem;
    gap: 0.7rem;
}header .header_lesson_U svg {
    width: 120px;
}header .main_site_f {
    padding: 0.4rem;
    gap: 0.3rem;
}header .head_info_O {
    font-size: calc(12px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav_prime_f {
    padding: 0.6rem;
    gap: 0.6rem;
}header .header_lesson_U svg {
    width: 110px;
}header .main_site_f {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .main_site_f::-webkit-scrollbar {
    height: 2px;
}header .main_site_f::-webkit-scrollbar-thumb {
    background: rgb(155,168,189);
    border-radius: 10px;
}header .head_info_O {
    flex-shrink: 0;
    white-space: nowrap;
}}.cookieSettingsWindow_w {
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(119,130,145);
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    z-index: 90;
    background: rgb(119,130,145);
    width: 100%;
    transition: transform 0.3s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#trackingAlertPopup_U {
    display: none;
}#trackingAlertPopup_U:checked ~ .cookieSettingsWindow_w {
    visibility: hidden;
    opacity: 0;
}.web_tracking_l {
    padding: 20px 5%;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookieSettingsWindow_w h5 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}.cookieSettingsWindow_w p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}.consent_learn_Y {
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(155,168,189));
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    display: flex;
}.consent_learn_Y svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(155,168,189);
}.consent_learn_Y:hover svg {
    transform: scale(1.1);
}.cookie_gate_l {
    font-size: 20px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    color: #000000;
    margin-left: 10px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(155,168,189);
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(155,168,189), rgb(119,130,145));
    border-radius: 24px;
    min-width: 140px;
    flex-shrink: 0;
    line-height: 40px;
}.cookie_gate_l:hover {
    box-shadow: 0 0 20px rgb(119,130,145);
}.cookie_button.cookies_overview_o {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(119,130,145);
    color: #ffffff;
}.cookie_button.cookies_overview_o:hover {
    box-shadow: 0 0 15px rgb(119,130,145);
    background: rgba(0, 0, 0, 0.5);
}.cookieSettingsWindow_w p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(155,168,189);
}.cookieSettingsWindow_w p a:hover {
    color: rgb(119,130,145);
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow_w {
    padding: 15px 0;
}.web_tracking_l {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.consent_learn_Y {
    display: none;
}.web_tracking_l {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieSettingsWindow_w h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.digital_consent_y {
    margin-bottom: 15px;
}.cookie_gate_l {
    min-width: 100%;
    margin: 10px 0;
}}
.company_info_F {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: rgb(192,205,226);
}.company_info_F::before {
    right: -50px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    top: -50px;
    z-index: 0;
    opacity: 0.3;
    height: 300px;
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    position: absolute;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(155,168,189,0.5), rgb(119,130,145,0.5));
}.company_info_F::after {
    filter: blur(20px);
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    height: 250px;
    content: "";
    width: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    left: -50px;
    background: linear-gradient(225deg, rgb(119,130,145,0.5), rgb(155,168,189,0.5));
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}.company_info_F .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.company_info_F h1 {
    margin-bottom: 40px;
    font-size: 45px;
    text-align: left;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
}.company_info_F h1::after {
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(155,168,189), rgb(119,130,145));
    left: 0;
    content: "";
}.company_info_F h1:hover::after {
    width: 120px;
}.company_info_F .expert_study_N {
    position: relative;
}.company_info_F .expert_study_N ul {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
}.company_info_F .master_study_j {
    transform: translateZ(0);
    overflow: hidden;
    padding: 30px;
    position: relative;
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
}.company_info_F .master_study_j:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
}.company_info_F .master_study_j::before {
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(155,168,189), rgb(119,130,145));
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    height: 0;
    content: "";
    position: absolute;
}.company_info_F .master_study_j:hover::before {
    height: 100%;
}.company_info_F .master_study_j h4 {
    font-size: 19px;
    position: relative;
    color: #000000;
    padding-left: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: 0;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.company_info_F .master_study_j:hover h4 {
    transform: translateX(5px);
    color: rgb(155,168,189);
}.company_info_F .master_study_j div {
    line-height: 1.7;
    padding-left: 10px;
    max-height: 250px;
    font-size: 16px;
    overflow-y: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    padding-right: 10px;
    position: relative;
}.company_info_F .master_study_j div::-webkit-scrollbar {
    width: 5px;
}.company_info_F .master_study_j div::-webkit-scrollbar-track {
    border-radius: 1px;
    background: rgba(0,0,0,0.03);
}.company_info_F .master_study_j div::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: linear-gradient(to bottom, rgb(155,168,189,0.5), rgb(119,130,145,0.5));
}.company_info_F .master_study_j:hover div {
    color: #000000;
}

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

@media (max-width: 992px) {.company_info_F {
    padding: 60px 0;
}.company_info_F h1 {
    text-align: center;
}.company_info_F h1::after {
    left: 50%;
    transform: translateX(-50%);
}.company_info_F .expert_study_N ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.company_info_F {
    padding: 40px 0;
}.company_info_F .master_study_j {
    padding: 25px 20px;
}.company_info_F .master_study_j div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.company_info_F h1 {
    font-size: calc(45px * 0.85);
    margin-bottom: 30px;
}.company_info_F .master_study_j {
    padding: 20px 15px;
}.company_info_F .master_study_j h4 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.company_info_F .master_study_j div {
    max-height: 180px;
    font-size: calc(16px * 0.95);
}}.leadership_profile_m {
    background: rgb(192,205,226);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.leadership_profile_m::before {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(155,168,189,0.5) 100%);
    position: absolute;
    content: "";
    height: 100%;
}.leadership_profile_m::after {
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
    opacity: 0.5;
    background: rgb(119,130,145,0.5);
    right: 0;
    position: absolute;
    width: 40%;
    bottom: 0;
    height: 70%;
}.leadership_profile_m .learn_reviews_e {
    gap: 3rem;
    display: grid;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
}.leadership_profile_m .img_box_grid_f {
    overflow: hidden;
    aspect-ratio: 3/4;
    border-radius: 0;
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    width: 100%;
}.leadership_profile_m .img_box_grid_f::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(155,168,189,0.5) 100%);
    left: 0;
    width: 100%;
    z-index: 1;
}.leadership_profile_m .img_box_grid_f:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.leadership_profile_m .work_expertise_a {
    position: relative;
    padding: 2rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.leadership_profile_m .work_expertise_a::before {
    left: 0;
    width: 2px;
    content: "";
    height: 0;
    top: 0;
    position: absolute;
    background: rgb(155,168,189);
    transition: height 0.8s ease-out;
}.leadership_profile_m .learn_reviews_e:hover .work_expertise_a::before {
    height: 100%;
}.leadership_profile_m .name {
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    font-size: 41px;
}.leadership_profile_m .name::after {
    position: absolute;
    background: rgb(119,130,145);
    height: 1px;
    transition: transform 0.6s ease-out 0.2s;
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    transform: translateX(-101%);
}.leadership_profile_m .learn_reviews_e:hover .name::after {
    transform: translateX(0);
}.leadership_profile_m .work_expertise_a > div:nth-child(2) {
    transform: translateY(20px);
    opacity: 0;
    letter-spacing: 3px;
    color: rgb(119,130,145);
    text-transform: uppercase;
    transition: all 0.5s ease-out 0.4s;
    font-size: 24px;
    margin-bottom: 2.5rem;
    font-weight: 400;
}.leadership_profile_m .learn_reviews_e:hover .work_expertise_a > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.leadership_profile_m .job_table_m {
    position: relative;
    font-weight: 300;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.6s;
    opacity: 0;
    padding: 0 0 0 20px;
}.leadership_profile_m .learn_reviews_e:hover .job_table_m {
    transform: translateY(0);
    opacity: 1;
}.leadership_profile_m .job_table_m::first-letter {
    font-size: 1.5em;
    color: rgb(155,168,189);
    font-weight: 700;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.leadership_profile_m:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

@media (max-width: 992px) {.leadership_profile_m .learn_reviews_e {
    grid-template-columns: 1fr;
    gap: 2rem;
}.leadership_profile_m .img_box_grid_f {
    aspect-ratio: 16/9;
    max-height: 300px;
}.leadership_profile_m .work_expertise_a {
    padding: 1rem 0;
}.leadership_profile_m .work_expertise_a::before {
    transition: width 0.8s ease-out;
    width: 0;
    height: 2px;
}.leadership_profile_m .learn_reviews_e:hover .work_expertise_a::before {
    height: 2px;
    width: 100%;
}}.learning_impact_M {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(119,130,145,0.5), 0.03) 0%, rgba(rgb(155,168,189,0.5), 0.07) 100%);
    overflow: hidden;
    position: relative;
}.learning_impact_M::before {
    content: "";
    width: 300px;
    height: 300px;
    top: -50px;
    z-index: 0;
    background: linear-gradient(45deg, rgb(155,168,189), rgb(119,130,145));
    left: -100px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.05;
    position: absolute;
}.learning_impact_M::after {
    bottom: -50px;
    background: linear-gradient(135deg, rgb(119,130,145), rgb(155,168,189));
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 200px;
    width: 200px;
    position: absolute;
    opacity: 0.05;
    content: "";
    right: -50px;
}.learning_impact_M .container {
    perspective: 1000px;
    z-index: 1;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    position: relative;
    display: grid;
}.learning_impact_M .img_box_grid_f {
    box-shadow: 
        20px 20px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.8);
    width: 100%;
    border-radius: 2px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    object-fit: cover;
    transform: rotateY(-5deg) translateZ(20px);
    z-index: 2;
    position: relative;
}.learning_impact_M .img_box_grid_f:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.learning_impact_M .knowledge_learn_v {
    z-index: 2;
    transform: translateZ(0);
    position: relative;
}.learning_impact_M .message_wrap_F {
    padding: 20px 0 20px 30px;
    position: relative;
}.learning_impact_M .message_wrap_F::before {
    left: 0;
    top: 0;
    position: absolute;
    transform: scaleY(0.95);
    width: 3px;
    background: linear-gradient(to bottom, rgb(155,168,189), rgb(119,130,145));
    height: 100%;
    content: "";
    transform-origin: top;
    animation: grow 3s ease-out forwards;
}.learning_impact_M h1 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #000000;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
    line-height: 1.3;
    position: relative;
    font-weight: 700;
}.learning_impact_M h1::after {
    height: 3px;
    transform-origin: left;
    position: absolute;
    background: rgb(155,168,189);
    left: 0;
    transition: transform 0.5s ease-out;
    transform: scaleX(0.7);
    bottom: -10px;
    content: "";
    width: 80px;
}.learning_impact_M .message_wrap_F:hover h1 {
    transform: translateX(5px);
}.learning_impact_M .message_wrap_F:hover h1::after {
    transform: scaleX(1);
}.learning_impact_M ul {
    gap: 20px;
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.learning_impact_M li {
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 16px 20px;
    box-shadow: 
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    position: relative;
}.learning_impact_M li:hover {
    box-shadow: 
        0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-5px);
}.learning_impact_M li p {
    color: #000000;
    gap: 15px;
    margin: 0;
    align-items: center;
    display: flex;
    font-size: 17px;
    line-height: 1.6;
}.learning_impact_M svg {
    width: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
}.learning_impact_M li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.learning_impact_M svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,168,189);
}.learning_impact_M li:hover svg path {
    fill: rgb(119,130,145);
}

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

@keyframes grow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(0.95);
    }
}

@media screen and (max-width: 1200px) {.learning_impact_M {
    padding: 100px 0;
}.learning_impact_M .container {
    padding: 0 30px;
}.learning_impact_M h1 {
    font-size: calc(40px * 0.9);
}
}

@media screen and (max-width: 992px) {.learning_impact_M .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_impact_M .img_box_grid_f {
    margin: 0 auto;
    max-width: 80%;
    transform: rotateY(-3deg) translateZ(10px);
}.learning_impact_M ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.learning_impact_M h1 {
    margin-bottom: 40px;
    text-align: center;
}.learning_impact_M h1::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.learning_impact_M .message_wrap_F {
    padding: 20px 0;
}.learning_impact_M .message_wrap_F::before {
    transform: scaleX(0.95);
    width: 100%;
    top: 0;
    height: 3px;
}.learning_impact_M .message_wrap_F:hover h1 {
    transform: translateY(-5px);
}.learning_impact_M .message_wrap_F:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}
}

@media screen and (max-width: 768px) {.learning_impact_M {
    padding: 80px 0;
}.learning_impact_M .img_box_grid_f {
    max-width: 100%;
}.learning_impact_M h1 {
    font-size: calc(40px * 0.8);
    line-height: 1.4;
}.learning_impact_M li {
    padding: 15px;
}.learning_impact_M li p {
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.learning_impact_M {
    padding: 60px 0;
}.learning_impact_M .container {
    gap: 30px;
    padding: 0 20px;
}.learning_impact_M h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.learning_impact_M ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.learning_impact_M svg {
    height: 20px;
    width: 20px;
}.learning_impact_M li p {
    font-size: calc(17px * 0.9);
    gap: 10px;
}}.learning_process_x {
    overflow: hidden;
    position: relative;
    padding: 100px 20px;
    background: rgb(192,205,226);
    z-index: 1;
}.learning_process_x::before {
    background: repeating-linear-gradient(
        120deg,
        rgb(155,168,189,0.5) 0%,
        transparent 10%,
        rgb(119,130,145,0.5) 20%,
        transparent 30%,
        rgb(155,168,189,0.5) 40%
    );
    position: absolute;
    animation: bg-shift 20s linear infinite;
    z-index: -1;
    opacity: 0.3;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.learning_process_x::after {
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at 30% 50%,
        rgb(119,130,145,0.5) 0%,
        transparent 60%
    );
    top: 0;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    filter: blur(60px);
    left: 0;
    z-index: -1;
}.learning_process_x .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.learning_process_x .knowledge_learn_v {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    padding: 40px;
}.learning_process_x .knowledge_learn_v::before {
    animation: border-flow 6s linear infinite;
    position: absolute;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(155,168,189,0.5) 45%,
        rgb(119,130,145) 50%,
        rgb(155,168,189,0.5) 55%,
        transparent 60%
    );
    border-radius: 28px;
    filter: blur(2px);
    top: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    background-size: 300% 300%;
    left: -5px;
}.learning_process_x .knowledge_learn_v::after {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 28px;
    inset: 0;
    backdrop-filter: blur(10px);
}.learning_process_x h3 {
    transform: translateZ(30px);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    animation: title-float 5s ease-in-out infinite alternate;
    margin-bottom: 40px;
    letter-spacing: 2px;
    position: relative;
    color: #000000;
    font-size: 28px;
    z-index: 2;
}.learning_process_x h3::before {
    border-radius: 10px;
    width: 60px;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    top: 110%;
    animation: underline-pulse 3s ease-in-out infinite;
    background: linear-gradient(
        90deg,
        rgb(155,168,189) 0%,
        rgb(119,130,145) 100%
    );
    opacity: 0.8;
    left: 50%;
}.learning_process_x h3::after {
    top: 0;
    animation: text-glow 3s ease-in-out infinite alternate;
    position: absolute;
    content: attr(data-text);
    filter: blur(4px);
    opacity: 0.7;
    left: 0;
    z-index: -1;
    color: rgb(155,168,189);
}.learning_process_x span {
    position: relative;
    font-size: 15px;
    animation: text-float 7s ease-in-out infinite alternate;
    text-align: center;
    transform: translateZ(10px);
    max-width: 800px;
    color: #000000;
    z-index: 2;
    line-height: 1.8;
}.learning_process_x span::before {
    content: "";
    top: 10px;
    opacity: 0.2;
    left: 10px;
    background: rgb(155,168,189,0.5);
    animation: shadow-dance 8s ease-in-out infinite alternate;
    filter: blur(20px);
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.learning_process_x {
    padding: 80px 15px;
}.learning_process_x h3 {
    font-size: calc(28px - 4px);
    margin-bottom: 30px;
}.learning_process_x span {
    font-size: calc(15px - 1px);
}.learning_process_x .knowledge_learn_v {
    padding: 30px;
}
}

@media (max-width: 767px) {.learning_process_x {
    padding: 60px 15px;
}.learning_process_x h3 {
    margin-bottom: 25px;
    font-size: calc(28px - 6px);
}.learning_process_x span {
    line-height: 1.6;
}.learning_process_x .knowledge_learn_v {
    padding: 25px 20px;
}.learning_process_x h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.learning_process_x {
    padding: 40px 10px;
}.learning_process_x h3 {
    font-size: calc(28px - 8px);
    margin-bottom: 20px;
    letter-spacing: 1px;
}.learning_process_x span {
    font-size: calc(15px - 2px);
}.learning_process_x .knowledge_learn_v {
    padding: 20px 15px;
}.learning_process_x h3::before {
    height: 2px;
    width: 40px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}