﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.framework-wrap_id {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.head_pagewrap_id {
    flex: 1 0 auto;
}.container {
    width: 1256px;
    margin: auto;
    max-width: 100%;
}::-webkit-scrollbar {
    width: 2%;
    padding: 3px;
}::-webkit-scrollbar-track {
    border-radius: 19%;
    background: rgb(213,218,195);
    box-shadow: inset -3px 4px 8px -2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    box-shadow: -5px -2px 7px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(292deg, #ffffff 100%, rgb(255, 255, 255, 0.5) 32%, rgb(127,134,126) 43%, rgb(127,134,126,0.5) 91%, rgb(170,183,171) 9%, rgb(213,218,195) 16%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(127,134,126,0.5);
    box-shadow: 2px -4px 11px 2px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-corner {
    background: #ffffff;
}* {
    scrollbar-color: rgb(170,183,171) rgb(213,218,195);
    scrollbar-width: thin;
}header,footer {
    width: 100%;
}.lesson_cta_id {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.explore_now_id {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(213,218,195) 0%, rgb(127,134,126,0.5) 100%);
    perspective: 1000px;
    padding: 5rem 0;
}.explore_now_id::before {
    content: '';
    top: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(45deg, rgb(170,183,171,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    transform: translateZ(-10px);
    opacity: 0.15;
    width: 100%;
    position: absolute;
}.explore_now_id::after {
    right: -2rem;
    height: 15rem;
    animation: rotate 30s infinite linear;
    width: 15rem;
    bottom: -2rem;
    content: '';
    opacity: 0.05;
    z-index: 0;
    background: rgb(170,183,171);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}.explore_now_id .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
}.explore_now_id h2 {
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateZ(20px);
    text-align: center;
    font-size: 31px;
}.explore_now_id .virtual_academy_id {
    transform: translateZ(30px) rotateX(2deg);
    transform-origin: center bottom;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 -20px 50px rgb(170,183,171,0.5) inset;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    padding: 3rem;
    opacity: 0;
    align-items: center;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    grid-template-columns: auto 1fr;
    border-left: 3px solid rgb(170,183,171);
    gap: 2.5rem;
    backdrop-filter: blur(5px);
    display: grid;
}.explore_now_id .virtual_academy_id:hover {
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 -20px 50px rgb(170,183,171,0.5) inset;
}.explore_now_id svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 4.5rem;
    height: 4.5rem;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: translateZ(10px) translateY(-5px);
}.explore_now_id .virtual_academy_id:hover svg {
    transform: translateZ(20px) translateY(-8px) rotate(5deg);
}.explore_now_id svg path {
    fill: rgb(170,183,171);
    transition: fill 0.3s ease;
}.explore_now_id .virtual_academy_id:hover svg path {
    fill: rgb(127,134,126);
}.explore_now_id .virtual_academy_id > div {
    transform: translateZ(15px);
    text-align: center;
}.explore_now_id .query_help_id {
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(170,183,171), rgb(127,134,126) 120%);
    border-radius: 10px;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.3, 1.33), box-shadow 0.3s ease;
    border: none;
    color: #ffffff;
    display: inline-block;
    padding: 1rem 2.5rem;
    box-shadow: 
    0 6px 16px -8px rgb(170,183,171,0.5),
    0 2px 0 rgb(170,183,171,0.5) inset;
    position: relative;
}.explore_now_id .query_help_id::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    top: 0;
    width: 100%;
    left: -100%;
    transition: transform 0.6s ease;
    height: 100%;
    content: '';
}.explore_now_id .query_help_id:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
    0 10px 20px -5px rgb(170,183,171,0.5),
    0 2px 0 rgb(255, 255, 255, 0.5) inset;
}.explore_now_id .query_help_id:hover::before {
    transform: translateX(200%);
}.explore_now_id .query_help_id:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
    0 2px 10px -3px rgb(170,183,171,0.5),
    0 1px 0 rgb(255, 255, 255, 0.5) inset;
}

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

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

@media (max-width: 992px) {.explore_now_id {
    padding: 4rem 0;
}.explore_now_id h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.explore_now_id .virtual_academy_id {
    transform: translateZ(20px) rotateX(1deg);
    gap: 2rem;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.explore_now_id {
    padding: 3.5rem 0;
}.explore_now_id h2 {
    font-size: calc(31px * 0.8);
    line-height: 1.4;
}.explore_now_id .virtual_academy_id {
    grid-template-columns: 1fr;
    text-align: center;
    grid-template-rows: auto auto;
    padding: 2rem;
    transform: translateZ(15px) rotateX(0deg);
    gap: 1.5rem;
}.explore_now_id svg {
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
}.explore_now_id .query_help_id {
    padding: 0.9rem 2rem;
}.explore_now_id::after {
    width: 10rem;
    height: 10rem;
}
}

@media (max-width: 576px) {.explore_now_id {
    padding: 3rem 0;
}.explore_now_id h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.explore_now_id .virtual_academy_id {
    gap: 1rem;
    padding: 1.5rem;
    transform: translateZ(10px) rotateX(0deg);
}.explore_now_id svg {
    width: 3.5rem;
    height: 3.5rem;
}.explore_now_id .query_help_id {
    font-size: calc(16px * 0.9);
    padding: 0.8rem 1.8rem;
}.explore_now_id::after {
    display: none;
}.explore_now_id .container {
    padding: 0 1rem;
}}.pricing_row_id {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_row_id::before {
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
}.pricing_row_id .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.pricing_row_id .learn_fees_idOgc {
    position: relative;
}.pricing_row_id h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.5px;
    transform: translateZ(0);
    color: #ffffff;
}.pricing_row_id h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    width: 80px;
}.pricing_row_id .learning_price_id {
    text-align: center;
    margin: 0 auto 60px;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 700px;
    color: #ffffff;
}.pricing_row_id .indv_cost_id {
    padding: 0;
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.pricing_row_id .indv_cost_id li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.pricing_row_id .indv_cost_id li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.pricing_row_id .rate_packages_id {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 100%;
    position: relative;
}.pricing_row_id .rate_schemes_id {
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    position: relative;
    border-top: 3px solid rgb(170,183,171);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px 25px;
    height: 100%;
    transition: all 0.3s ease;
}.pricing_row_id .rate_packages_id:hover .rate_schemes_id {
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    border-top-color: rgb(127,134,126);
}.pricing_row_id .rate_schemes_id::before {
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    width: 200%;
    transition: opacity 0.5s ease;
    opacity: 0;
    content: "";
    transform: rotate(45deg);
    top: -50%;
    left: -50%;
    pointer-events: none;
}.pricing_row_id .rate_packages_id:hover .rate_schemes_id::before {
    opacity: 1;
}.pricing_row_id .price_plan_id {
    z-index: 2;
    flex-direction: column;
    display: flex;
    height: 100%;
    position: relative;
}.pricing_row_id .price_plan_id h4 {
    margin: 0 0 15px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    position: relative;
}.pricing_row_id .price_plan_id h4::after {
    background: rgb(170,183,171);
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -8px;
}.pricing_row_id .rate_packages_id:hover .price_plan_id h4::after {
    background: rgb(127,134,126);
    width: 60px;
}.pricing_row_id .price_plan_id p {
    word-wrap: break-word;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #ffffff;
    font-size: calc(13px - 2px);
    opacity: 0.8;
    hyphens: auto;
    line-height: 1.7;
    white-space: normal;
}.pricing_row_id .plan_rates_id {
    margin-top: auto;
    display: inline-block;
    align-self: flex-start;
    color: #ffffff;
    padding: 10px 15px;
    transform: translateZ(0);
    font-size: calc(20px + 2px);
    background: linear-gradient(135deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
}.pricing_row_id .plan_rates_id::before {
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,183,171,0.5) 0%, rgb(127,134,126,0.5) 100%);
    transition: opacity 0.3s ease;
    right: 0;
}.pricing_row_id .rate_packages_id:hover .plan_rates_id::before {
    opacity: 1;
}

@media (max-width: 991px) {.pricing_row_id {
    padding: 80px 0;
}.pricing_row_id .indv_cost_id {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_row_id .rate_schemes_id {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.pricing_row_id {
    padding: 60px 0;
}.pricing_row_id h2 {
    font-size: calc(32px - 4px);
}.pricing_row_id .learning_price_id {
    font-size: calc(13px - 1px);
    margin-bottom: 40px;
}.pricing_row_id .indv_cost_id {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.pricing_row_id .price_plan_id h4 {
    font-size: calc(20px - 1px);
}.pricing_row_id .price_plan_id p {
    font-size: calc(13px - 3px);
}.pricing_row_id .plan_rates_id {
    font-size: calc(20px);
}
}

@media (max-width: 480px) {.pricing_row_id {
    padding: 50px 0;
}.pricing_row_id h2 {
    font-size: calc(32px - 6px);
}.pricing_row_id .rate_schemes_id {
    padding: 25px 15px;
}.pricing_row_id .indv_cost_id li:hover {
    transform: translateY(-5px);
}}footer {
    position: relative;
    width: 100%;
}footer .lesson_cta_id {
    position: relative;
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(213,218,195);
    font-family: Arial, sans-serif;
}footer .lesson_cta_id::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(170,183,171,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(127,134,126,0.5) 0%, transparent 20%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.3;
    z-index: 0;
}footer .flag_content_id {
    position: relative;
    z-index: 1;
}footer .ask_feedback_id {
    background-color: #ffffff;
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 24px;
    justify-content: space-between;
    display: flex;
    z-index: 3;
    gap: 15px;
}footer .info_item {
    padding: 15px;
    border-radius: 10px;
    flex: 1 1 200px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    background-color: rgb(213,218,195);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    width: 22px;
    fill: rgb(170,183,171);
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(170,183,171);
}footer .text_main_holder {
    margin-top: 40px;
    gap: 20px;
    position: relative;
    display: flex;
    perspective: 2000px;
    flex-direction: column;
}footer .top_wrap_id, footer .head_class_id, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.5s ease;
    transform-origin: center center;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 24px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}footer .top_wrap_id {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}footer .top_wrap_id:hover {
    transform: translateZ(30px) scale(1.02);
}footer .head_class_id {
    background-color: rgb(127,134,126);
    margin-left: 20px;
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    z-index: 1;
    color: #ffffff;
    margin-right: 20px;
}footer .subscribe_holder {
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    margin-right: 40px;
    margin-left: 40px;
    margin-top: -20px;
    background-color: rgb(170,183,171);
    color: #ffffff;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .top_wrap_id::after, footer .head_class_id::after, footer .subscribe_holder::after {
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 24px;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: -1;
    width: 100%;
    opacity: 0;
}footer .top_wrap_id:hover::after, footer .head_class_id:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .top_wrap_id svg {
    height: 45px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}footer .footer_clients_id {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}footer .head_class_id h5 {
    font-size: 23px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}footer .head_class_id h5::after {
    width: 40px;
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,183,171), transparent);
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
}footer .head_class_id h5:hover::after {
    width: 100%;
}footer .nav_learn_id {
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 15px;
}footer .nav_learn_id a {
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .nav_learn_id a::before {
    height: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(170,183,171);
}footer .nav_learn_id a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .nav_learn_id a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 14px 16px;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_cta_id {
    background-color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: rgb(170,183,171);
    font-weight: 600;
    cursor: pointer;
    border: none;
}footer .sub_cta_id:hover {
    background-color: rgb(127,134,126);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateY(-3px);
}footer .progress_bar_id {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .footer_edu_id {
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    color: #000000;
    padding: 8px 20px;
    font-size: 12px;
    background-color: #ffffff;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .top_wrap_id, footer .head_class_id, footer .subscribe_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}footer .top_wrap_id {
    margin-right: -20px;
}footer .head_class_id {
    z-index: 1;
    margin-left: 0;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .ask_feedback_id {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .lesson_cta_id {
    padding: 80px 0 30px;
}footer .ask_feedback_id {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .top_wrap_id, footer .head_class_id, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 0;
    margin-left: 0;
}footer .head_class_id, footer .subscribe_holder {
    margin-top: -10px;
}footer .progress_bar_id {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .lesson_cta_id {
    padding: 70px 0 20px;
}footer .ask_feedback_id {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .top_wrap_id, footer .head_class_id, footer .subscribe_holder {
    padding: 20px 15px;
}footer .head_class_id h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .nav_learn_id {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_cta_id {
    padding: 12px;
}}.tyHub_id {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,218,195) 0%, rgb(170,183,171,0.5) 100%);
    padding: 6rem 0;
}.tyHub_id::before {
    left: 0;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}.tyHub_id::after {
    z-index: 2;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(170,183,171,0.5) 0%, transparent 50%);
    pointer-events: none;
    top: 0;
}.tyHub_id .container {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 2rem;
}.tyHub_id h2 {
    transform-origin: left center;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    color: rgb(170,183,171);
    font-family: Arial, sans-serif;
    animation: slideInTitle 0.8s ease-out forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    max-width: 90%;
    position: relative;
    font-size: 38px;
}.tyHub_id h2::after {
    transform-origin: left;
    content: "";
    left: 0;
    width: 100px;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    background: linear-gradient(90deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    bottom: -12px;
}.tyHub_id .virtual_academy_id {
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(127,134,126);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    padding: 2.5rem;
    overflow: hidden;
    transition: transform 0.4s ease-out;
    animation: fadeInUp 0.6s 0.4s both;
    border-radius: 10px;
    position: relative;
}.tyHub_id .virtual_academy_id::before {
    height: 5px;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(127,134,126) 0%, rgb(170,183,171) 100%);
    left: 0;
    content: "";
}.tyHub_id .virtual_academy_id:hover {
    transform: translateY(-5px);
}.tyHub_id ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.tyHub_id li {
    position: relative;
    padding-left: 1.5rem;
}.tyHub_id li::before {
    content: "";
    background: rgb(127,134,126);
    transform: scale(0);
    width: 8px;
    height: 8px;
    top: 0.7rem;
    position: absolute;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-radius: 50%;
    left: 0;
}.tyHub_id span {
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeText 0.8s 0.6s both;
}

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

@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

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

@media (max-width: 991px) {.tyHub_id {
    padding: 5rem 0;
}.tyHub_id h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.tyHub_id .virtual_academy_id {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tyHub_id {
    padding: 4rem 0;
}.tyHub_id h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.tyHub_id h2::after {
    width: 80px;
    height: 3px;
}.tyHub_id .virtual_academy_id {
    padding: 1.75rem;
}.tyHub_id span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tyHub_id {
    padding: 3rem 0;
}.tyHub_id .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.tyHub_id h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.75rem;
}.tyHub_id .virtual_academy_id {
    padding: 1.5rem;
}.tyHub_id li {
    padding-left: 1.25rem;
}.tyHub_id li::before {
    height: 6px;
    width: 6px;
    top: 0.65rem;
}.tyHub_id span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.learning_impact_id {
    background: linear-gradient(135deg, rgba(rgb(127,134,126,0.5), 0.03) 0%, rgba(rgb(170,183,171,0.5), 0.07) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.learning_impact_id::before {
    position: absolute;
    opacity: 0.05;
    top: -50px;
    height: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    width: 300px;
    z-index: 0;
    background: linear-gradient(45deg, rgb(170,183,171), rgb(127,134,126));
    left: -100px;
}.learning_impact_id::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    opacity: 0.05;
    bottom: -50px;
    width: 200px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(127,134,126), rgb(170,183,171));
    height: 200px;
    right: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.learning_impact_id .container {
    perspective: 1000px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    gap: 60px;
    z-index: 1;
    position: relative;
    align-items: center;
}.learning_impact_id .photo_album_id {
    border-radius: 2px;
    transform: rotateY(-5deg) translateZ(20px);
    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);
    height: auto;
    z-index: 2;
    object-fit: cover;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.learning_impact_id .photo_album_id:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.learning_impact_id .virtual_academy_id {
    transform: translateZ(0);
    z-index: 2;
    position: relative;
}.learning_impact_id .quote_box_id {
    padding: 20px 0 20px 30px;
    position: relative;
}.learning_impact_id .quote_box_id::before {
    height: 100%;
    content: "";
    transform: scaleY(0.95);
    transform-origin: top;
    top: 0;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126));
    position: absolute;
    left: 0;
    width: 3px;
    animation: grow 3s ease-out forwards;
}.learning_impact_id h1 {
    line-height: 1.3;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    font-size: 44px;
    transition: transform 0.5s ease-out;
    position: relative;
    margin-bottom: 30px;
}.learning_impact_id h1::after {
    height: 3px;
    left: 0;
    transition: transform 0.5s ease-out;
    transform: scaleX(0.7);
    content: "";
    bottom: -10px;
    background: rgb(170,183,171);
    width: 80px;
    transform-origin: left;
    position: absolute;
}.learning_impact_id .quote_box_id:hover h1 {
    transform: translateX(5px);
}.learning_impact_id .quote_box_id:hover h1::after {
    transform: scaleX(1);
}.learning_impact_id ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    margin: 0;
    gap: 20px;
    list-style: none;
}.learning_impact_id li {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    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);
    padding: 16px 20px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 4px;
}.learning_impact_id 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_id li p {
    align-items: center;
    color: #000000;
    display: flex;
    margin: 0;
    gap: 15px;
    font-size: 13px;
    line-height: 1.6;
}.learning_impact_id svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    flex-shrink: 0;
}.learning_impact_id li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.learning_impact_id svg path {
    fill: rgb(170,183,171);
    transition: fill 0.3s ease;
}.learning_impact_id li:hover svg path {
    fill: rgb(127,134,126);
}

@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_id {
    padding: 100px 0;
}.learning_impact_id .container {
    padding: 0 30px;
}.learning_impact_id h1 {
    font-size: calc(44px * 0.9);
}
}

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

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

@media screen and (max-width: 576px) {.learning_impact_id {
    padding: 60px 0;
}.learning_impact_id .container {
    padding: 0 20px;
    gap: 30px;
}.learning_impact_id h1 {
    margin-bottom: 30px;
    font-size: calc(44px * 0.7);
}.learning_impact_id ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.learning_impact_id svg {
    height: 20px;
    width: 20px;
}.learning_impact_id li p {
    gap: 10px;
    font-size: calc(13px * 0.9);
}}.contact_information_id {
    background: linear-gradient(120deg, rgb(213,218,195) 0%, #1a1e2e 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact_information_id::before {
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(170,183,171), 0.05) 100%);
}.contact_information_id::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    height: 100px;
    bottom: 0;
}.contact_information_id .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.contact_information_id h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 34px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}.contact_information_id h2::before {
    position: absolute;
    width: 30px;
    background: rgb(170,183,171);
    height: 2px;
    content: "";
    left: calc(50% - 50px);
    bottom: -20px;
}.contact_information_id h2::after {
    background: rgb(170,183,171);
    content: "";
    bottom: -20px;
    left: calc(50% - 10px);
    position: absolute;
    height: 2px;
    width: 70px;
}.contact_information_id .support_block_id {
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact_information_id .photo_album_id {
    min-height: 100%;
    position: relative;
}.contact_information_id .photo_album_id::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}.contact_information_id .photo_album_id::after {
    left: 0;
    width: 100%;
    animation: scanLines 5s linear infinite;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(170,183,171), 0.1) 10px, rgba(rgb(170,183,171), 0.1) 11px);
    position: absolute;
    z-index: 2;
    content: "";
    height: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_information_id .query_feedback_id {
    position: relative;
    padding: 50px;
}.contact_information_id .query_feedback_id::before {
    z-index: -1;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.contact_information_id #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact_information_id h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}.contact_information_id h3::after {
    background: rgb(170,183,171);
    bottom: -10px;
    width: 50px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
}.contact_information_id input[type="text"] {
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 16px 20px;
    font-size: 17px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}.contact_information_id input[type="text"]:focus {
    border-color: rgb(170,183,171);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(170,183,171), 0.2);
    outline: none;
}.contact_information_id input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_information_id .support_query_id {
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.contact_information_id .support_query_id input[type="checkbox"] {
    appearance: none;
    width: 24px;
    border-radius: 3px;
    margin-top: 2px;
    height: 24px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.contact_information_id .support_query_id input[type="checkbox"]:checked {
    border-color: rgb(170,183,171);
    background: rgb(170,183,171);
}.contact_information_id .support_query_id input[type="checkbox"]:checked::after {
    height: 10px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    content: "";
    top: 6px;
    position: absolute;
    left: 9px;
}.contact_information_id .support_query_id label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(17px - 2px);
    line-height: 1.5;
}.contact_information_id .support_query_id a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(170,183,171);
}.contact_information_id .support_query_id a:hover {
    color: #ffffff;
}.contact_information_id .support_query_id a::after {
    background: rgb(170,183,171);
    left: 0;
    height: 1px;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    bottom: -2px;
}.contact_information_id .support_query_id a:hover::after {
    background: #ffffff;
}.contact_information_id .query_help_id {
    background: rgb(170,183,171);
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 16px 35px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    align-self: flex-start;
}.contact_information_id .query_help_id::before {
    left: -100%;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    position: absolute;
}.contact_information_id .query_help_id:hover {
    background: rgb(127,134,126);
    transform: translateY(-3px);
}.contact_information_id .query_help_id:hover::before {
    left: 100%;
}.contact_information_id svg {
    filter: drop-shadow(0 0 5px rgba(rgb(170,183,171), 0.5));
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(170,183,171);
    height: 22px;
}.contact_information_id svg path {
    transition: all 0.3s ease;
    fill: rgb(170,183,171);
}.contact_information_id svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact_information_id svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_information_id {
    padding: 70px 0;
}.contact_information_id .support_block_id {
    grid-template-columns: 1fr;
}.contact_information_id .photo_album_id {
    min-height: 300px;
}.contact_information_id .query_feedback_id {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_information_id {
    padding: 50px 0;
}.contact_information_id h2 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.contact_information_id .photo_album_id {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_information_id {
    padding: 40px 0;
}.contact_information_id .container {
    padding: 0 15px;
}.contact_information_id h2 {
    margin-bottom: 40px;
    font-size: calc(34px - 6px);
}.contact_information_id h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_information_id h2::after {
    width: 50px;
}.contact_information_id .query_feedback_id {
    padding: 30px 20px 40px;
}.contact_information_id #contact {
    gap: 20px;
}.contact_information_id .query_help_id {
    width: 100%;
}.contact_information_id .photo_album_id {
    min-height: 200px;
}}.developer_experience_id {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,218,195) 0%, rgb(170,183,171,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
}.developer_experience_id::before {
    width: 120%;
    height: 70%;
    position: absolute;
    left: -5%;
    z-index: 1;
    background: rgb(127,134,126,0.5);
    content: "";
    transform: rotate(-12deg);
    top: -10%;
}.developer_experience_id .user_quotes_id {
    gap: 3rem;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: row;
    transform: translateX(5%);
    align-items: center;
}.developer_experience_id .photo_album_id {
    transition: all 0.5s ease;
    box-shadow: 15px 15px 0 rgb(170,183,171,0.5);
    border-radius: 21px;
    transform: rotate(-5deg);
    width: 280px;
    height: 350px;
}.developer_experience_id .photo_album_id:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.developer_experience_id .employee_content_id {
    transform: rotate(2deg) translateY(-30px);
    padding: 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    max-width: 60%;
    position: relative;
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 21px;
}.developer_experience_id .employee_content_id::after {
    bottom: -10px;
    filter: blur(8px);
    height: 10px;
    width: 85%;
    opacity: 0.6;
    transition: all 0.5s ease;
    background: rgb(127,134,126);
    content: "";
    position: absolute;
    left: 30px;
}.developer_experience_id .employee_content_id:hover {
    transform: rotate(0deg) translateY(-20px);
}.developer_experience_id .employee_content_id:hover::after {
    opacity: 0.8;
    width: 95%;
}.developer_experience_id .name {
    transform: translateX(-20px);
    font-size: 32px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(170,183,171);
}.developer_experience_id .employee_content_id > div:nth-child(2) {
    font-size: 18px;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(127,134,126);
}.developer_experience_id .experience_log_id {
    padding-left: 1.5rem;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    font-size: 15px;
}.developer_experience_id .experience_log_id::before {
    width: 5px;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126));
    content: "";
    border-radius: 10px;
}

@media (max-width: 992px) {.developer_experience_id .user_quotes_id {
    gap: 2rem;
    flex-direction: column;
    transform: none;
}.developer_experience_id .photo_album_id {
    height: 280px;
    margin: 0 auto;
    width: 220px;
}.developer_experience_id .employee_content_id {
    max-width: 100%;
    transform: none;
}.developer_experience_id .name,
    .developer_experience_id .employee_content_id > div:nth-child(2) {
    transform: none;
}}header {
    width: 100%;
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(170,183,171) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    z-index: 1000;
    border-bottom: 1px solid rgb(170,183,171,0.5);
}header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(170,183,171,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(127,134,126,0.5) 0%, transparent 25%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
}header:after {
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0.02;
    width: 100%;
    height: 100%;
}header .top_pro_id {
    position: relative;
    overflow: hidden;
}header .top_pro_id:before {
    box-shadow: 0 0 15px rgb(170,183,171), 0 0 35px rgb(170,183,171);
    width: 200%;
    left: -50%;
    bottom: 0;
    animation: scanlineGlow 4s linear infinite;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(170,183,171) 25%,
        #ffffff 50%,
        rgb(170,183,171) 75%,
        transparent 100%
    );
    opacity: 0.7;
    height: 1px;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 25px;
}header .container:before {
    mix-blend-mode: overlay;
    content: '';
    height: 100%;
    opacity: 0.5;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    width: 100%;
    position: absolute;
}header .head_wrap_id {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .head_wrap_id:before {
    transform: translateY(-50%);
    opacity: 0.3;
    width: 20px;
    top: 50%;
    left: -10px;
    animation: breathe 5s infinite alternate;
    filter: blur(15px);
    height: 20px;
    border-radius: 50%;
    content: '';
    position: absolute;
    background: rgb(170,183,171);
}header .head_wrap_id:after {
    content: '';
    top: 50%;
    animation: breathe 5s infinite alternate-reverse;
    filter: blur(15px);
    right: -10px;
    background: rgb(127,134,126);
    opacity: 0.3;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
}header .head_class_id {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}header .head_class_id:before {
    width: 110%;
    left: -5%;
    top: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,183,171,0.5), 
        transparent
    );
    transform: translateX(-100%);
    filter: blur(5px);
    content: '';
    position: absolute;
    height: 110%;
    opacity: 0.15;
}header .site_start_id {
    font-size: 18px;
    text-shadow: 0 0 1px #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    padding: 8px 2px;
    text-transform: uppercase;
    font-weight: 400;
}header .site_start_id:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,183,171,0.5), 
        transparent
    );
    z-index: -1;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
    width: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
}header .site_start_id:after {
    background: linear-gradient(90deg, 
        rgb(170,183,171),
        #ffffff 50%,
        rgb(170,183,171)
    );
    filter: blur(0.5px);
    transform: translateX(-50%);
    height: 2px;
    content: '';
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    position: absolute;
    width: 0;
    opacity: 0.8;
    bottom: -2px;
}header .site_start_id:hover {
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(170,183,171);
}header .site_start_id:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .site_start_id:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(170,183,171),
        0 0 10px rgb(170,183,171);
}header .top_mentor_id {
    justify-content: center;
    transition: all 0.3s ease;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
}header .top_mentor_id:before {
    content: '';
    width: 150%;
    background: radial-gradient(circle, 
        rgb(170,183,171,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}header .top_mentor_id:after {
    border-image: linear-gradient(45deg, rgb(170,183,171), rgb(127,134,126), rgb(170,183,171)) 1;
    height: calc(100% + 10px);
    border: 1px solid transparent;
    left: -5px;
    top: -5px;
    opacity: 0;
    content: '';
    transition: all 0.5s ease;
    position: absolute;
    width: calc(100% + 10px);
}header .top_mentor_id:hover:before {
    opacity: 0.3;
}header .top_mentor_id:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .top_mentor_id svg {
    height: 45px;
    position: relative;
    filter: drop-shadow(0 0 2px rgb(170,183,171,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
}header .top_mentor_id:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(170,183,171));
}header .top_mentor_id:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(170,183,171), rgb(127,134,126), rgb(170,183,171)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(170,183,171), rgb(127,134,126), rgb(170,183,171)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(170,183,171), rgb(127,134,126), rgb(170,183,171)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_class_id {
    gap: 20px;
}header .top_mentor_id svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_class_id {
    overflow-y: auto;
    right: -100%;
    height: 100vh;
    flex-direction: column;
    gap: 25px;
    padding: 85px 30px 30px;
    width: 85%;
    max-width: 330px;
    position: fixed;
    top: 0;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
}header .head_class_id:before {
    top: 70px;
    opacity: 0.3;
    height: 1px;
    animation: none;
    width: 80%;
    left: 10%;
}header .head_class_id:after {
    height: 30px;
    right: 20px;
    background: transparent;
    width: 30px;
    content: '';
    opacity: 0.6;
    position: absolute;
    top: 20px;
    border: 1px solid rgb(170,183,171,0.5);
}header .menu.active {
    right: 0;
}header .site_start_id {
    width: 100%;
    border-bottom: 1px solid rgb(170,183,171,0.5);
    padding: 12px 5px;
    opacity: 0.8;
    text-align: left;
}header .site_start_id:last-child {
    border-bottom: none;
}header .site_start_id:hover {
    transform: translateY(0);
    opacity: 1;
}header .top_mentor_id {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top_mentor_id svg {
    height: 35px;
}header .head_class_id {
    max-width: 100%;
    width: 100%;
}}.course_beneficiaries_id {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: rgb(213,218,195);
    padding: 100px 20px;
}.course_beneficiaries_id::before {
    z-index: -1;
    top: -50%;
    position: absolute;
    opacity: 0.6;
    animation: slowRotate 35s linear infinite;
    width: 200%;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(127,134,126,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(170,183,171,0.5) 0%,
    transparent 45%
  );
    content: "";
    height: 200%;
    left: -50%;
}.course_beneficiaries_id .virtual_academy_id {
    z-index: 2;
    position: relative;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(12px);
    margin: 0 auto;
    padding: 50px;
    max-width: 900px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.1);
}.course_beneficiaries_id h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 31px;
}.course_beneficiaries_id h3::after {
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, 
    rgb(170,183,171,0.5), 
    rgb(127,134,126), 
    rgb(170,183,171,0.5)
  );
    left: 50%;
    content: "";
    bottom: -15px;
}.course_beneficiaries_id ul {
    list-style: none;
    gap: 25px;
    display: flex;
    padding: 0;
    flex-direction: column;
    margin: 0;
}.course_beneficiaries_id ul li {
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 25px;
    text-align: center;
    align-items: center;
}.course_beneficiaries_id ul li::before {
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    padding: 2px;
    -webkit-mask-composite: xor;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(127,134,126,0.5),
    rgb(170,183,171,0.5),
    transparent
  );
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0.4;
    content: "";
    mask-composite: exclude;
    border-radius: 26px;
}.course_beneficiaries_id ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.course_beneficiaries_id ul li:hover::before {
    opacity: 1;
}.course_beneficiaries_id ul li svg {
    margin-bottom: 15px;
    fill: rgb(127,134,126);
    height: 45px;
    width: 45px;
    transition: all 0.3s ease;
}.course_beneficiaries_id ul li:hover svg {
    transform: scale(1.05);
    fill: rgb(170,183,171);
}.course_beneficiaries_id ul li svg path {
    fill: rgb(127,134,126);
    transition: all 0.3s ease;
}.course_beneficiaries_id ul li:hover svg path {
    fill: rgb(170,183,171);
}.course_beneficiaries_id ul li {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
}.course_beneficiaries_id ul li::after {
    position: absolute;
    bottom: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    top: 0;
    border-radius: 26px;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    right: 0;
    content: "";
}.course_beneficiaries_id ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.course_beneficiaries_id {
    padding: 70px 15px;
}.course_beneficiaries_id .virtual_academy_id {
    padding: 40px 30px;
}.course_beneficiaries_id h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.course_beneficiaries_id ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.course_beneficiaries_id {
    padding: 50px 15px;
}.course_beneficiaries_id .virtual_academy_id {
    backdrop-filter: blur(8px);
    padding: 30px 20px;
}.course_beneficiaries_id h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.course_beneficiaries_id ul {
    gap: 15px;
}.course_beneficiaries_id ul li {
    padding: 20px 15px;
}.course_beneficiaries_id ul li svg {
    height: 35px;
    width: 35px;
    margin-bottom: 12px;
}.course_beneficiaries_id::before {
    animation-duration: 60s;
}.course_beneficiaries_id ul li::before {
    padding: 1px;
}}

.course_beneficiaries_id ul li {
    --x: center;
    --y: center;
}

@media (hover: hover) {.course_beneficiaries_id ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}

@media screen and (min-width: 1200px) {.course_beneficiaries_id ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}}.confidential_cove_id {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    font-family: Arial, sans-serif;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(170,183,171) 30%, rgb(127,134,126) 100%);
    padding: 20px 40px;
    height: auto;
    gap: 20px;
    display: flex;
}.confidential_cove_id h1 {
    color: #ffffff;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    font-weight: 700;
    font-size: 47px;
}.confidential_cove_id h2 {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 33px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}.confidential_cove_id h3, .confidential_cove_id h4, .confidential_cove_id h5, .confidential_cove_id h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff;
    margin-top: 15px;
}.confidential_cove_id ul, .confidential_cove_id ol {
    padding: 0;
    list-style: none;
    border-left: 2px solid #ffffff;
    margin: 20px 0;
}.confidential_cove_id li {
    font-size: 14px;
    margin-left: 10px;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px dashed #ffffff;
}.confidential_cove_id section {
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
}.confidential_cove_id p, .confidential_cove_id span, .confidential_cove_id div {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.confidential_cove_id {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}.confidential_cove_id h1 {
    font-size: calc(20px - 10px);
}.confidential_cove_id h2 {
    font-size: calc(20px - 5px);
}.confidential_cove_id ul, .confidential_cove_id ol {
    border-left: 1px solid #ffffff;
}.confidential_cove_id li {
    font-size: calc(14px - 2px);
}}.cookie_message_panel_id {
    width: 100%;
    border-top: 2px solid rgb(170,183,171);
    z-index: 90;
    position: fixed;
    background: rgb(213,218,195);
    bottom: 0;
}.manage_cookies_id {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie_message_panel_id h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_message_panel_id p {
    font-size: 18px;
}.user_default_id {
    margin-right: 10px;
    flex-shrink: 0;
}.user_default_id svg, .user_default_id svg path, .user_default_id img {
    height: 100px;
    width: 100px;
    fill: rgb(170,183,171);
}.visitor_acceptance_id {
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(170,183,171);
    line-height: 35px;
    min-width: 120px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(170,183,171);
    font-size: 24px;
    white-space: nowrap;
    text-align: center;
}.cookie_message_panel_id p a {
    text-decoration: none;
    color: rgb(170,183,171);
}
@media only screen and (max-width: 1200px) {.cookie_message_panel_id {
    padding: 20px;
}}
#cookieUsageNotice_id {
    display: none;
}#cookieUsageNotice_id:checked ~ .cookie_message_panel_id {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.user_default_id {
    display: none;
}.manage_cookies_id {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_message_panel_id h5 {
    text-align: center;
}.cookie_message_panel_id p {
    text-align: center;
}.cookie_gate_id {
    margin-bottom: 20px;
}body .framework-wrap_id .visitor_acceptance_id {
    margin-left: 0;
}}.meet_us_id {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.meet_us_id::before {
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5));
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
}.meet_us_id::after {
    right: -50%;
    opacity: 0.18;
    transform: rotate(-45deg);
    top: -50%;
    width: 100%;
    height: 200%;
    z-index: 2;
    background: rgb(170,183,171);
    position: absolute;
    content: "";
}.meet_us_id .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.meet_us_id .quote_box_id {
    animation: slide-up 0.8s ease-out forwards;
    transform: translateY(20px);
    position: relative;
    padding: 50px;
    background: rgba(23, 23, 35, 0.85);
    border-left: 4px solid rgb(170,183,171);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.meet_us_id .quote_box_id::before {
    right: 0;
    position: absolute;
    width: 30%;
    content: "";
    top: 0;
    background: rgb(170,183,171);
    height: 4px;
}.meet_us_id .quote_box_id::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(170,183,171), transparent);
    height: 2px;
    width: 60%;
}.meet_us_id h1 {
    display: inline-block;
    transform: translateX(-20px);
    opacity: 0;
    position: relative;
    font-size: 46px;
    animation: slide-right 0.6s ease-out 0.3s forwards;
    margin-bottom: 30px;
    font-weight: 700;
}.meet_us_id h1::after {
    transform-origin: left;
    content: "";
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 80px;
    transform: scaleX(0);
    animation: expand 0.6s ease-out 0.9s forwards;
    background: rgb(170,183,171);
    position: absolute;
}.meet_us_id ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.meet_us_id li {
    margin-bottom: 20px;
}.meet_us_id li:last-child {
    margin-bottom: 0;
}.meet_us_id h4 {
    color: rgb(127,134,126);
    transform: translateY(15px);
    opacity: 0;
    font-size: 20px;
    font-weight: 600;
    animation: slide-up 0.6s ease-out 0.6s forwards;
    margin-bottom: 15px;
}.meet_us_id span {
    max-width: 100%;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in 0.8s ease-out 0.9s forwards;
    display: block;
    column-count: 1;
    font-family: Arial, sans-serif;
    column-gap: 40px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

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

@keyframes slide-right {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media (min-width: 768px) {.meet_us_id {
    padding: 160px 0;
}.meet_us_id .quote_box_id {
    padding: 60px;
    width: 90%;
    margin-left: 5%;
}.meet_us_id h1 {
    font-size: calc(46px * 1.2);
    margin-bottom: 40px;
}.meet_us_id h1::after {
    width: 120px;
}.meet_us_id span {
    column-count: 2;
    column-gap: 50px;
}.meet_us_id::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
}

@media (min-width: 1200px) {.meet_us_id {
    padding: 180px 0;
}.meet_us_id .quote_box_id {
    margin-left: 10%;
    transform: perspective(1000px) rotateY(-2deg);
    width: 80%;
    padding: 70px 80px;
}.meet_us_id h1 {
    font-size: calc(46px * 1.4);
}.meet_us_id h1::after {
    height: 4px;
    width: 150px;
}.meet_us_id span {
    column-count: 3;
    font-size: calc(13px * 1.05);
}
}

@media (hover: hover) {.meet_us_id .quote_box_id:hover {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0);
}.meet_us_id .quote_box_id:hover::before {
    transition: width 0.5s ease;
    width: 40%;
}
}

@media (max-width: 767px) {.meet_us_id {
    padding: 80px 0;
}.meet_us_id .quote_box_id {
    padding: 30px 25px;
}.meet_us_id h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.9);
}.meet_us_id h4 {
    font-size: calc(20px * 0.9);
}.meet_us_id span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.info_hub_id {
    background: rgb(213,218,195);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.info_hub_id::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(170,183,171,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(127,134,126,0.5) 0%, transparent 70%);
}.info_hub_id::after {
    z-index: 2;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}.info_hub_id .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 3;
}.info_hub_id .get_contactpanel_id {
    position: relative;
    padding: 0;
    grid-template-columns: 1fr 2fr;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 23px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    gap: 40px;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.info_hub_id .write_feedback_id {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    grid-column: 1 / -1;
    color: rgb(170,183,171);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 40px;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
}.info_hub_id .write_feedback_id::after {
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(170,183,171);
    height: 3px;
    content: '';
    width: 60px;
    left: 40px;
}.info_hub_id .photo_album_id {
    position: relative;
    min-height: 350px;
    height: 100%;
    border-radius: 0;
    transform: scale(1.001);
    overflow: hidden;
}.info_hub_id .photo_album_id::before {
    right: 0;
    left: 0;
    z-index: 1;
    content: '';
    bottom: 0;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(170,183,171,0.5) 100%
    );
    top: 0;
    position: absolute;
}.info_hub_id .photo_album_id::after {
    background: radial-gradient(
        circle,
        rgb(170,183,171,0.5) 0%,
        transparent 70%
    );
    animation: floatEffect 8s infinite alternate ease-in-out;
    opacity: 0.7;
    z-index: 2;
    content: '';
    width: 60%;
    right: -10%;
    top: -10%;
    position: absolute;
    height: 60%;
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.info_hub_id .talk_support_id {
    padding: 40px;
    position: relative;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.02);
    gap: 22px;
    display: flex;
}.info_hub_id .talk_support_id::before {
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126), rgb(170,183,171));
    content: '';
}.info_hub_id .talk_support_id p {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0 0 22px 0;
    margin: 0;
    gap: 15px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}.info_hub_id .talk_support_id p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.info_hub_id .talk_support_id p svg {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    flex-shrink: 0;
}.info_hub_id .talk_support_id p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,183,171);
}.info_hub_id .talk_support_id p:hover svg path {
    fill: #ffffff;
}.info_hub_id .talk_support_id p .content-wrapper {
    flex-grow: 1;
    gap: 8px;
    flex-direction: column;
    display: flex;
}.info_hub_id .talk_support_id p {
    color: #ffffff;
}.info_hub_id .talk_support_id p span {
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    color: #ffffff;
    display: inline-block;
}.info_hub_id .talk_support_id p:first-child span {
    font-size: calc(17px + 2px);
}.info_hub_id .talk_support_id p span a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    padding: 2px 8px;
}.info_hub_id .talk_support_id p span a:hover {
    color: #ffffff;
    background: rgb(170,183,171,0.5);
    transform: translateX(5px);
}.info_hub_id .talk_support_id p span b {
    color: rgb(170,183,171);
    font-weight: 700;
}.info_hub_id .get_connected_id {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 35px;
    padding-top: 35px;
}.info_hub_id .ask_form_id {
    padding-bottom: 15px;
    align-items: center;
    font-weight: 600;
    position: relative;
    font-size: 19px;
    margin: 0 0 20px 0;
    display: flex;
    color: rgb(170,183,171);
    gap: 12px;
}.info_hub_id .ask_form_id svg {
    height: 20px;
    width: 20px;
}.info_hub_id .ask_form_id svg path {
    fill: rgb(170,183,171);
}.info_hub_id .ask_form_id:after {
    position: absolute;
    height: 2px;
    border-radius: 10px;
    left: 0;
    content: '';
    width: 40px;
    background: rgb(170,183,171);
    bottom: 0;
}.info_hub_id .edu_query_id {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    display: grid;
}.info_hub_id .help_form_id {
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: calc(17px - 1px);
}.info_hub_id .help_form_id::before {
    width: 4px;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.7;
    position: absolute;
    content: '';
    background: rgb(170,183,171);
}.info_hub_id .help_form_id::after {
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    background: rgb(170,183,171);
    content: '';
    opacity: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
}.info_hub_id .help_form_id:hover {
    transform: translateX(5px);
}.info_hub_id .help_form_id:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.info_hub_id .get_contactpanel_id {
    gap: 30px;
}.info_hub_id .talk_support_id {
    padding: 30px;
}
}

@media (max-width: 991px) {.info_hub_id {
    padding: 60px 0;
}.info_hub_id .get_contactpanel_id {
    grid-template-columns: 1fr;
}.info_hub_id .write_feedback_id {
    padding: 30px;
}.info_hub_id .write_feedback_id::after {
    left: 30px;
}.info_hub_id .photo_album_id {
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.info_hub_id .talk_support_id {
    padding: 30px;
}.info_hub_id .talk_support_id p svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 767px) {.info_hub_id {
    padding: 50px 0;
}.info_hub_id .write_feedback_id {
    font-size: calc(32px - 4px);
    padding: 25px;
}.info_hub_id .write_feedback_id::after {
    left: 25px;
}.info_hub_id .talk_support_id {
    gap: 18px;
    padding: 25px;
}.info_hub_id .talk_support_id p {
    padding-bottom: 18px;
}.info_hub_id .photo_album_id {
    min-height: 250px;
}.info_hub_id .get_connected_id {
    margin-top: 25px;
    padding-top: 25px;
}.info_hub_id .edu_query_id {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.info_hub_id {
    padding: 40px 0;
}.info_hub_id .write_feedback_id {
    text-align: center;
    padding: 20px;
}.info_hub_id .write_feedback_id::after {
    left: 50%;
    transform: translateX(-50%);
}.info_hub_id .talk_support_id {
    padding: 20px;
}.info_hub_id .photo_album_id {
    min-height: 200px;
}.info_hub_id .ask_form_id {
    text-align: center;
}.info_hub_id .ask_form_id:after {
    transform: translateX(-50%);
    left: 50%;
}.info_hub_id .edu_query_id {
    grid-template-columns: 1fr;
}.info_hub_id .talk_support_id p {
    flex-direction: row;
}.info_hub_id .talk_support_id p svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 375px) {.info_hub_id .get_contactpanel_id {
    border-radius: 10px;
}.info_hub_id .talk_support_id {
    padding: 15px;
}.info_hub_id .talk_support_id p {
    padding-bottom: 15px;
}.info_hub_id .photo_album_id {
    min-height: 180px;
}.info_hub_id .get_connected_id {
    padding-top: 20px;
    margin-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.info_hub_id .photo_album_id::after {
    animation: none;
}.info_hub_id .talk_support_id p span a:hover,
    .info_hub_id .help_form_id:hover {
    transform: none;
}}.course_highlights_id {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(213,218,195) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
}.course_highlights_id::before {
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
}.course_highlights_id::after {
    opacity: 0.05;
    position: absolute;
    right: -5%;
    width: 40%;
    filter: blur(50px);
    height: 40%;
    z-index: 0;
    content: "";
    top: -5%;
    background: linear-gradient(120deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    transform: rotate(-15deg);
}.course_highlights_id .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.course_highlights_id h2 {
    font-size: 33px;
    font-weight: 700;
    opacity: 0;
    line-height: 1.3;
    max-width: 90%;
    margin-bottom: 3rem;
    color: #000000;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    position: relative;
}.course_highlights_id h2::after {
    transform: scaleX(0);
    position: absolute;
    bottom: -1rem;
    left: 0;
    background: linear-gradient(90deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    animation: scaleIn 1s 0.3s ease-out forwards;
    width: 80px;
    transform-origin: left;
    content: "";
    height: 4px;
}.course_highlights_id .skill_up_id {
    gap: 2rem;
    opacity: 0;
    display: flex;
    transform: translateY(0);
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    flex-direction: column;
}.course_highlights_id .photo_album_id {
    width: 100%;
    transform: translateY(20px);
    height: 350px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}.course_highlights_id .photo_album_id::before {
    height: 100%;
    content: "";
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
}.course_highlights_id .photo_album_id:hover {
    transform: translateY(0);
}.course_highlights_id .photo_album_id:hover::before {
    opacity: 1;
}.course_highlights_id .quote_box_id {
    transition: transform 0.4s ease;
    background: rgba(255,255,255,0.7);
    padding: 2rem;
    backdrop-filter: blur(10px);
    transform: translateX(0);
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.course_highlights_id .quote_box_id::before {
    height: 0;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 5px;
    background: rgb(170,183,171);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.course_highlights_id .quote_box_id:hover::before {
    height: 100%;
}.course_highlights_id .description {
    font-size: 13px;
    position: relative;
    overflow-y: auto;
    max-height: 200px;
    padding-right: 10px;
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}.course_highlights_id .description:first-of-type {
    font-weight: 600;
}.course_highlights_id .description::-webkit-scrollbar {
    width: 4px;
}.course_highlights_id .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.course_highlights_id .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126));
}

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

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


@media (min-width: 768px) {.course_highlights_id {
    padding: 6rem 0;
}.course_highlights_id h2 {
    font-size: calc(33px * 1.1);
    max-width: 80%;
}.course_highlights_id .skill_up_id {
    align-items: flex-start;
    flex-direction: row;
}.course_highlights_id .photo_album_id {
    height: 450px;
    flex-shrink: 0;
    width: 45%;
}.course_highlights_id .quote_box_id {
    margin-top: 3rem;
    width: 55%;
    margin-left: -3rem;
    padding: 2.5rem;
    z-index: 2;
}.course_highlights_id .quote_box_id:hover {
    transform: translateX(10px);
}.course_highlights_id .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_highlights_id {
    padding: 8rem 0;
}.course_highlights_id h2 {
    max-width: 70%;
    font-size: calc(33px * 1.2);
}.course_highlights_id .photo_album_id {
    width: 50%;
    height: 500px;
}.course_highlights_id .quote_box_id {
    padding: 3rem;
    margin-left: -5rem;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    width: 60%;
}.course_highlights_id .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_highlights_id .container {
    padding: 0 2rem;
}.course_highlights_id h2 {
    font-size: calc(33px * 1.3);
    margin-bottom: 4rem;
}.course_highlights_id .skill_up_id {
    gap: 3rem;
}.course_highlights_id .photo_album_id {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.course_highlights_id .photo_album_id:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.course_highlights_id .quote_box_id {
    margin-left: -8rem;
    padding: 3.5rem;
}
}

@media (max-width: 767px) {.course_highlights_id {
    padding: 4rem 0;
}.course_highlights_id h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.course_highlights_id h2::after {
    width: 60px;
    height: 3px;
}.course_highlights_id .skill_up_id {
    gap: 1.5rem;
}.course_highlights_id .photo_album_id {
    height: 250px;
}.course_highlights_id .quote_box_id {
    padding: 1.5rem;
}.course_highlights_id .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    max-height: 150px;
}}.statistical_summary_id {
    background: rgb(213,218,195);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.statistical_summary_id::before {
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(170,183,171,0.5),
        rgb(170,183,171,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    opacity: 0.1;
}.statistical_summary_id .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 10;
    padding: 0 30px;
}.statistical_summary_id h2 {
    font-weight: 700;
    padding-left: 30px;
    font-size: 31px;
    color: #000000;
    text-align: left;
    position: relative;
    border-left: 5px solid rgb(170,183,171);
    margin-bottom: 80px;
    font-family: Arial, sans-serif;
}.statistical_summary_id ul {
    margin: 0;
    display: flex;
    gap: 40px;
    padding: 0;
    list-style: none;
    flex-direction: column;
}.statistical_summary_id .statistics_pro_id {
    transition: all 0.4s ease-out;
    position: relative;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 40% 60%;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.statistical_summary_id .statistics_pro_id:nth-child(even) {
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9));
    direction: rtl;
    grid-template-columns: 60% 40%;
}.statistical_summary_id .statistics_pro_id p {
    padding: 40px;
    color: rgb(170,183,171);
    background: rgb(213,218,195);
    direction: ltr;
    margin: 0;
    position: relative;
    font-size: calc(38px * 1.5);
    align-items: center;
    text-shadow: 0 0 15px rgb(170,183,171,0.5);
    font-weight: 700;
    display: flex;
    justify-content: center;
}.statistical_summary_id .statistics_pro_id span {
    align-items: center;
    color: #000000;
    padding: 40px;
    direction: ltr;
    line-height: 1.7;
    font-weight: 400;
    z-index: 2;
    display: flex;
    font-size: 20px;
    position: relative;
}.statistical_summary_id .statistics_pro_id::before {
    height: 200%;
    transition: all 0.5s ease-out;
    width: 200%;
    position: absolute;
    transform: scale(0.5);
    top: -50%;
    z-index: 1;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(170,183,171,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    content: "";
}.statistical_summary_id .statistics_pro_id:hover::before {
    opacity: 0.2;
    transform: scale(1);
}.statistical_summary_id .statistics_pro_id p::after {
    transform-origin: left;
    width: 70%;
    bottom: 50%;
    position: absolute;
    transition: transform 0.4s ease-out;
    background: rgb(127,134,126);
    content: "";
    height: 1px;
    transform: scaleX(0);
}.statistical_summary_id .statistics_pro_id:nth-child(odd) p::after {
    transform-origin: right;
    right: -35%;
}.statistical_summary_id .statistics_pro_id:nth-child(even) p::after {
    left: -35%;
}.statistical_summary_id .statistics_pro_id:hover p::after {
    transform: scaleX(1);
}.statistical_summary_id svg {
    top: 20px;
    transition: transform 0.3s ease;
    fill: rgb(127,134,126);
    z-index: 3;
    height: 30px;
    right: 20px;
    position: absolute;
    width: 30px;
}.statistical_summary_id .statistics_pro_id:nth-child(even) svg {
    right: auto;
    left: 20px;
}.statistical_summary_id svg path {
    fill: rgb(127,134,126);
}.statistical_summary_id .statistics_pro_id:hover svg {
    transform: rotate(45deg);
}@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.statistical_summary_id .statistics_pro_id {
    position: relative;
}.statistical_summary_id .statistics_pro_id::after {
    position: absolute;
    animation: borderFlow 3s linear infinite;
    -webkit-mask-composite: xor;
    border: 1px solid transparent;
    background-size: 200% 200%;
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    content: "";
    border-radius: 14px;
    inset: 0;
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126), rgb(170,183,171)) border-box;
    pointer-events: none;
}.title_intro_id {
    background-color: rgb(213,218,195);
    overflow: hidden;
    justify-content: center;
    width: 100%;
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.title_intro_id .main_intro_id {
    max-width: 1400px;
    padding: 0 20px;
    z-index: 2;
    width: 100%;
    position: relative;
}.title_intro_id .study_express_id {
    overflow: hidden;
    gap: 2rem;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    border-radius: 15px;
    padding: 4rem 3rem;
}.title_intro_id .study_express_id::before {
    backdrop-filter: blur(8px);
    content: "";
    z-index: 1;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(170,183,171,0.5),
    rgb(127,134,126,0.5)
  );
}.title_intro_id .study_express_id::after {
    animation: morphShape 15s ease-in-out infinite alternate;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -10%;
    content: "";
    opacity: 0.15;
    background: rgb(127,134,126);
    z-index: 0;
    height: 60%;
    position: absolute;
    width: 40%;
    right: -5%;
}.title_intro_id .study_express_id span {
    z-index: 2;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
}.title_intro_id .study_express_id h3 {
    margin: 0;
    font-weight: 600;
    transform: translateX(0);
    color: #ffffff;
    padding: 0.75rem 1rem;
    line-height: 1.5;
    font-size: calc(24px * 0.9);
    border-left: 3px solid rgb(170,183,171);
    background: linear-gradient(
    90deg,
    rgb(170,183,171,0.5),
    transparent
  );
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 90%;
}.title_intro_id .study_express_id h1 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    transform: translateY(0);
    font-weight: 700;
    z-index: 2;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 46px);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
}.title_intro_id .study_express_id h1::after {
    height: 4px;
    width: 80px;
    content: "";
    margin-top: 1rem;
    background: linear-gradient(
    90deg,
    rgb(170,183,171),
    rgb(127,134,126)
  );
    border-radius: 10px;
    display: block;
}.title_intro_id .study_express_id div div {
    position: relative;
    z-index: 2;
}.title_intro_id .study_express_id p {
    margin: 0;
    color: #ffffff;
    line-height: 1.6;
    padding: 0.75rem 1rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    transparent
  );
    transform: translateY(0);
    backdrop-filter: blur(4px);
    font-size: calc(16px * 1.2);
    border-radius: 10px;
    max-width: 90%;
}.title_intro_id:hover .study_express_id span {
    transform: translateY(-5px);
}.title_intro_id:hover .study_express_id h3 {
    transform: translateX(5px);
}.title_intro_id:hover .study_express_id h1 {
    transform: translateY(-5px);
}.title_intro_id:hover .study_express_id p {
    transform: translateY(-5px);
}

@keyframes morphShape {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 50% 50% 70% 30% / 40% 40% 60% 60%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  75% {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 30% 70% 70% 30% / 30% 50% 50% 70%;
  }
}

@media (min-width: 768px) {.title_intro_id .study_express_id {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 5rem 4rem;
}.title_intro_id .study_express_id span {
    grid-column: 1 / 3;
}.title_intro_id .study_express_id h1 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.title_intro_id .study_express_id div {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.title_intro_id .study_express_id h3 {
    max-width: 80%;
    font-size: 24px;
}
}

@media (min-width: 992px) {.title_intro_id .study_express_id {
    padding: 6rem 5rem;
}.title_intro_id .study_express_id::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
}.title_intro_id .study_express_id h1 {
    font-size: 46px;
}.title_intro_id .study_express_id h1::after {
    width: 120px;
}.title_intro_id .study_express_id h3 {
    font-size: calc(24px * 1.1);
    padding: 1rem 1.5rem;
}.title_intro_id .study_express_id p {
    font-size: calc(16px * 1.4);
}
}

@media (prefers-reduced-motion) {.title_intro_id .study_express_id::after {
    animation: none;
}.title_intro_id:hover .study_express_id span,
  .title_intro_id:hover .study_express_id h3,
  .title_intro_id:hover .study_express_id h1,
  .title_intro_id:hover .study_express_id p {
    transform: none;
}
}