* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1215px;
}.nav_train_ui {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-capsule_ui {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.study_bottom_ui {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.consentSettingsDialog_ui {
    animation: fadeInUp 0.5s ease-out;
    border-top: 1px solid rgb(138,138,141);
    padding: 20px 0;
    z-index: 1000;
    position: fixed;
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(175,175,178);
    bottom: 0;
}.consentSettingsDialog_ui .web_tracking_ui {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
    margin-right: 20px;
}.consentSettingsDialog_ui .web_tracking_ui svg {
    width: 60px;
    fill: rgb(138,138,141);
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.consentSettingsDialog_ui .cookie_control_ui {
    flex-grow: 1;
}.consentSettingsDialog_ui .cookie_control_ui h5 {
    margin-bottom: 6px;
    font-size: 23px;
    color: rgb(138,138,141);
}.consentSettingsDialog_ui .cookie_control_ui p {
    color: #000000;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}.consentSettingsDialog_ui .data_approval_ui {
    padding: 10px 20px;
    margin-right: 15px;
    display: inline-block;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    background-color: rgb(138,138,141);
    font-size: 19px;
}.consentSettingsDialog_ui .data_approval_ui:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.consentSettingsDialog_ui .data_approval_ui:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.consentSettingsDialog_ui .web_tracking_ui {
    margin-bottom: 15px;
    margin-right: 0;
}.consentSettingsDialog_ui .data_approval_ui {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#cookie_banner_box_ui {
    display: none;
}#cookie_banner_box_ui:checked ~ .consentSettingsDialog_ui {
    visibility: hidden;
    opacity: 0;
}footer {
    position: relative;
    width: 100%;
}footer .study_bottom_ui {
    position: relative;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(138,138,141) 100%);
    padding: 80px 0 30px;
    z-index: 1;
}footer .study_bottom_ui::before {
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
}footer .study_bottom_ui::after {
    height: 3px;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(138,138,141) 0%, 
        rgb(102,102,105) 50%, 
        rgb(138,138,141) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    animation: glowBorder 3s infinite linear;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .study_bottom_ui .container {
    z-index: 2;
    position: relative;
}footer .challenge_cta_ui {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .edu_tutor_ui {
    position: relative;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
}footer .edu_tutor_ui::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(102,102,105,0.5) 50%, 
        transparent 100%);
    content: '';
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}footer .info_item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    flex: 1;
    transition: all 0.3s ease;
    transform: translateY(0);
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 15px;
    padding: 15px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-family: Arial, sans-serif;
    font-weight: 400;
    gap: 10px;
    transition: color 0.3s ease;
    font-size: 16px;
    text-decoration: none;
}footer .info_item svg {
    fill: rgb(102,102,105);
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
    flex-shrink: 0;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(102,102,105);
}footer .text_main_holder {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}footer .head_teach_ui {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}footer .head_teach_ui svg {
    filter: drop-shadow(0 0 5px rgb(138,138,141,0.5));
    height: auto;
    max-width: 160px;
}footer .student_aid_ui {
    color: #ffffff;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.7;
    max-width: 300px;
}footer .top_page_ui {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .top_page_ui h5 {
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}footer .top_page_ui h5::after {
    width: 50px;
    bottom: 0;
    left: 0;
    content: '';
    border-radius: 10px;
    background: rgb(102,102,105);
    position: absolute;
    height: 3px;
}footer .site_nav_ui {
    flex-direction: column;
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
}footer .site_nav_ui a {
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    opacity: 0.8;
    font-size: 16px;
    padding-left: 15px;
}footer .site_nav_ui a::before {
    left: 0;
    border-radius: 50%;
    opacity: 0.7;
    content: '';
    height: 6px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(102,102,105);
    width: 6px;
    transition: all 0.3s ease;
}footer .site_nav_ui a:hover {
    opacity: 1;
    color: rgb(102,102,105);
    transform: translateX(5px);
}footer .site_nav_ui a:hover::before {
    opacity: 1;
    box-shadow: 0 0 10px rgb(102,102,105);
    width: 8px;
    height: 8px;
}footer .subscribe_holder {
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    border-radius: 20px;
    display: flex;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.8;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    outline: none;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 14px 15px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(102,102,105,0.5);
    border-color: rgb(102,102,105);
}footer .news_signup_form_ui {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(102,102,105) 0%, rgb(138,138,141) 100%);
    letter-spacing: 1px;
    padding: 12px 24px;
    border: none;
}footer .news_signup_form_ui::before {
    width: 100%;
    height: 100%;
    left: -100%;
    transition: 0.6s;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    position: absolute;
    content: '';
}footer .news_signup_form_ui:hover::before {
    left: 100%;
}footer .news_signup_form_ui:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .milestone_cta_ui {
    padding-top: 30px;
    position: relative;
    text-align: center;
}footer .milestone_cta_ui::before {
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(102,102,105,0.5) 50%, 
        transparent 100%);
}footer .encrypt_cta_ui {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 992px) {footer .study_bottom_ui {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .edu_tutor_ui {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .study_bottom_ui {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top_page_ui {
    gap: 15px;
}footer .edu_tutor_ui {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .news_signup_form_ui {
    width: 100%;
}
}

@media (max-width: 576px) {footer .study_bottom_ui {
    padding: 40px 0 30px;
}footer .head_teach_ui {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .student_aid_ui {
    margin: 0 auto;
    text-align: center;
}footer .top_page_ui h5 {
    text-align: center;
}footer .top_page_ui h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .site_nav_ui {
    align-items: center;
}footer .site_nav_ui a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.welcome_section_ui {
    width: 100%;
    overflow: hidden;
    position: relative;
}.welcome_section_ui .edu_welcome_ui {
    min-height: 100vh;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
}.welcome_section_ui .edu_welcome_ui::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(138,138,141), 0.85) 0%,
        rgba(rgb(102,102,105), 0.75) 50%,
        rgba(rgb(138,138,141), 0.65) 100%);
    z-index: 1;
    animation: gradientShift 15s infinite alternate ease-in-out;
    transform-origin: center;
    height: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
}.welcome_section_ui .edu_welcome_ui::after {
    left: 0;
    position: absolute;
    opacity: 0.4;
    z-index: 2;
    mask-composite: intersect;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%);
    mask-size: 350px 350px;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%),
                linear-gradient(-45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    height: 100%;
    content: '';
    animation: maskShift 30s infinite linear;
}.welcome_section_ui .community_team_ui {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    width: 90%;
    background: rgba(#ffffff, 0.15);
    animation: fadeInUp 1s ease-out forwards;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    z-index: 5;
    border-left: 3px solid rgb(102,102,105);
    max-width: 1200px;
}.welcome_section_ui .community_team_ui:hover {
    box-shadow: 0 30px 70px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.welcome_section_ui .community_team_ui::before {
    content: '';
    position: absolute;
    transition: opacity 0.8s ease;
    right: -10px;
    z-index: -1;
    left: -10px;
    bottom: -10px;
    filter: blur(20px);
    opacity: 0;
    background: linear-gradient(45deg, 
        transparent 20%, 
        rgba(rgb(102,102,105), 0.1) 40%, 
        rgba(rgb(102,102,105), 0) 80%);
    top: -10px;
}.welcome_section_ui .community_team_ui:hover::before {
    opacity: 1;
}.welcome_section_ui h1 {
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 2rem;
    transition: transform 0.5s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    letter-spacing: -0.03em;
    position: relative;
    transform: translateZ(40px);
    font-size: calc(40px * 1.2);
}.welcome_section_ui h1::after {
    position: absolute;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    left: 0;
    background: rgb(102,102,105);
    bottom: -15px;
    content: '';
    transform: scaleX(0.6);
    height: 6px;
}.welcome_section_ui .community_team_ui:hover h1::after {
    transform: scaleX(1);
}.welcome_section_ui h3 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 21px;
    transform: translateZ(20px);
    color: rgba(#ffffff, 0.9);
    max-width: 90%;
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}.welcome_section_ui p {
    max-width: 85%;
    line-height: 1.6;
    animation: fadeIn 1.2s 0.5s both;
    font-weight: 400;
    color: rgba(#ffffff, 0.8);
    border-top: 1px solid rgba(255,255,255,0.1);
    transform: translateZ(10px);
    padding-top: 1rem;
    position: relative;
    font-size: calc(15px * 1.2);
}

@media (max-width: 991px) {.welcome_section_ui .edu_welcome_ui {
    min-height: 80vh;
}.welcome_section_ui .community_team_ui {
    width: 95%;
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.welcome_section_ui h1 {
    font-size: calc(32px * 1.1);
}.welcome_section_ui h3 {
    max-width: 95%;
    font-size: calc(18px * 1.1);
}.welcome_section_ui p {
    font-size: 15px;
    max-width: 100%;
}
}

@media (max-width: 767px) {.welcome_section_ui .edu_welcome_ui {
    min-height: 70vh;
}.welcome_section_ui .community_team_ui {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    width: 92%;
    transform: none;
    padding: 2rem 1.5rem;
}.welcome_section_ui h1 {
    font-size: 32px;
    margin-bottom: 1.5rem;
}.welcome_section_ui h1::after {
    height: 4px;
    bottom: -10px;
    width: 60px;
}.welcome_section_ui h3 {
    margin-bottom: 1rem;
    font-size: 18px;
}.welcome_section_ui p {
    padding-top: 0.75rem;
}
}

@media (max-width: 480px) {.welcome_section_ui .edu_welcome_ui {
    min-height: 60vh;
}.welcome_section_ui .community_team_ui {
    padding: 1.5rem 1rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.welcome_section_ui h1 {
    margin-bottom: 1.25rem;
    font-size: calc(32px * 0.85);
}.welcome_section_ui h3 {
    font-size: calc(15px * 1.1);
}.welcome_section_ui p {
    font-size: 15px;
}}

@keyframes gradientShift {
    0% {
        opacity: 0.85;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.85;
        background-position: 100% 100%;
    }
}

@keyframes maskShift {
    0% {
        mask-position: 0 0;
    }
    100% {
        mask-position: 350px 350px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(2deg) translateY(30px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.privacy_space_ui {
    font-family: Arial, sans-serif;
    display: grid;
    background-color: #ffffff;
    padding: 2rem;
    color: #000000;
    grid-template-columns: 1fr;
    gap: 2rem;
}.privacy_space_ui h1, .privacy_space_ui h2 {
    padding: 0.5rem 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(138,138,141);
}.privacy_space_ui h1 {
    border-bottom: 3px solid rgb(138,138,141);
    font-weight: 700;
    font-size: 48px;
}.privacy_space_ui h2 {
    font-size: 35px;
    border-bottom: 2px solid rgb(102,102,105);
    font-weight: 600;
}.privacy_space_ui h3, .privacy_space_ui h4, .privacy_space_ui h5, .privacy_space_ui h6 {
    margin: 10px 0;
}.privacy_space_ui ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}.privacy_space_ui ul li {
    align-items: center;
    border-bottom: 1px solid rgb(102,102,105,0.5);
    font-weight: 400;
    padding: 0.5rem 0;
    display: flex;
    font-size: 14px;
}.privacy_space_ui ul li:last-child {
    border-bottom: none;
}.privacy_space_ui ul li::before {
    margin-right: 1rem;
    color: rgb(138,138,141);
    content: '—';
}.privacy_space_ui p, .privacy_space_ui span {
    color: #000000;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    font-size: 14px;
}.privacy_space_ui div {
    margin: 1rem 0;
}.privacy_space_ui section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {.privacy_space_ui {
    padding: 1.5rem;
    border-radius: 10px;
    gap: 1rem;
}.privacy_space_ui h1 {
    font-size: calc(22px * 0.9);
    border-bottom-width: 2px;
}.privacy_space_ui h2 {
    font-size: calc(22px * 0.9);
    border-bottom-width: 1px;
}.privacy_space_ui ul li {
    padding: 0.5rem 0;
}.privacy_space_ui ul li::before {
    margin-right: 0.5rem;
}}.target_audience_ui {
    position: relative;
    background-color: rgb(175,175,178);
    overflow: hidden;
    z-index: 1;
    padding: 6rem 0;
}.target_audience_ui::before {
    position: absolute;
    top: -50%;
    content: "";
    right: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(102,102,105,0.5), 0.3) 0%,
        transparent 70%
    );
    animation: pulseGlow 15s infinite alternate ease-in-out;
    height: 100%;
    width: 100%;
    z-index: -1;
}.target_audience_ui::after {
    left: -20%;
    bottom: -30%;
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    height: 80%;
    content: "";
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(138,138,141,0.5), 0.2) 0%,
        transparent 70%
    );
    z-index: -1;
    width: 80%;
}.target_audience_ui .team_profile_ui {
    padding: 0 2rem;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
}.target_audience_ui h3 {
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 4rem;
    padding: 1rem 3rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
}.target_audience_ui h3::before,
.target_audience_ui h3::after {
    content: "";
    width: 30px;
    border-style: solid;
    border-color: rgb(102,102,105);
    height: 30px;
    position: absolute;
    z-index: -1;
}.target_audience_ui h3::before {
    border-width: 2px 0 0 2px;
    border-radius: 5px 0 0 0;
    top: -10px;
    left: -10px;
}.target_audience_ui h3::after {
    bottom: -10px;
    right: -10px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 5px 0;
}.target_audience_ui ul {
    flex-direction: column;
    padding: 0;
    gap: 2rem;
    display: flex;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 2;
}.target_audience_ui li {
    padding: 2rem;
    flex-direction: column;
    display: flex;
    border-radius: 21px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}.target_audience_ui li::before {
    right: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(102,102,105,0.5), 0.5),
        transparent
    );
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    top: 0;
}.target_audience_ui li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
    border-color: rgba(rgb(102,102,105,0.5), 0.3);
}.target_audience_ui li:hover::after {
    content: "";
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(102,102,105),
        rgb(138,138,141)
    );
    width: 100%;
    animation: glowLine 2s infinite alternate ease-in-out;
    position: absolute;
    height: 4px;
    bottom: 0;
}.target_audience_ui li svg {
    margin-bottom: 1.5rem;
    height: 60px;
    width: 60px;
    fill: rgb(102,102,105);
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.target_audience_ui li svg path {
    fill: rgb(102,102,105);
    transition: fill 0.3s ease;
}.target_audience_ui li:hover svg {
    transform: scale(1.05);
    fill: rgb(138,138,141);
}.target_audience_ui li:hover svg path {
    fill: rgb(138,138,141);
}.target_audience_ui li:nth-child(even) {
    transform: translateX(20px);
}.target_audience_ui li:nth-child(odd) {
    transform: translateX(-20px);
}.target_audience_ui li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}.target_audience_ui li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(102,102,105,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(138,138,141,0.5), 0.8);
    }
}

@media (min-width: 992px) {.target_audience_ui ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.target_audience_ui li:nth-child(1),
    .target_audience_ui li:nth-child(3) {
    transform: translateY(20px);
}.target_audience_ui li:nth-child(2),
    .target_audience_ui li:nth-child(4) {
    transform: translateY(-20px);
}.target_audience_ui li:nth-child(1):hover,
    .target_audience_ui li:nth-child(3):hover {
    transform: translateY(10px);
}.target_audience_ui li:nth-child(2):hover,
    .target_audience_ui li:nth-child(4):hover {
    transform: translateY(-30px);
}
}

@media (max-width: 991px) {.target_audience_ui {
    padding: 4rem 0;
}.target_audience_ui ul {
    gap: 1.5rem;
}.target_audience_ui h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 3rem;
    padding: 0.8rem 2rem;
}.target_audience_ui li {
    padding: 1.5rem;
}.target_audience_ui li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}
}

@media (max-width: 768px) {.target_audience_ui {
    padding: 3rem 0;
}.target_audience_ui .team_profile_ui {
    padding: 0 1.5rem;
}.target_audience_ui h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
}.target_audience_ui li {
    padding: 1.25rem;
}.target_audience_ui li:nth-child(even),
    .target_audience_ui li:nth-child(odd) {
    transform: translateX(0);
}.target_audience_ui li:nth-child(even):hover,
    .target_audience_ui li:nth-child(odd):hover {
    transform: translateY(-5px);
}.target_audience_ui li svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.target_audience_ui {
    padding: 2.5rem 0;
}.target_audience_ui .team_profile_ui {
    padding: 0 1rem;
}.target_audience_ui h3 {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.target_audience_ui h3::before,
    .target_audience_ui h3::after {
    height: 20px;
    width: 20px;
}.target_audience_ui ul {
    gap: 1rem;
}.target_audience_ui li {
    padding: 1rem;
}.target_audience_ui li svg {
    width: 35px;
    margin-bottom: 0.75rem;
    height: 35px;
}}.thanks_box_ui {
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgb(138,138,141,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.thanks_box_ui::before {
    transform: rotate(-15deg) skew(10deg);
    right: -10%;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(102,102,105) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.1;
    height: 60%;
    top: -5%;
    width: 40%;
    pointer-events: none;
}.thanks_box_ui::after {
    position: absolute;
    content: "";
    left: -10%;
    background: linear-gradient(45deg, rgb(138,138,141) 0%, transparent 80%);
    bottom: -5%;
    width: 45%;
    z-index: 1;
    height: 65%;
    transform: rotate(12deg) skew(-5deg);
    opacity: 0.1;
    pointer-events: none;
}.thanks_box_ui .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
}.thanks_box_ui h2 {
    transform: translateX(-5%);
    line-height: 1.3;
    max-width: 90%;
    color: rgb(138,138,141);
    font-size: 34px;
    margin-bottom: 35px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    position: relative;
}.thanks_box_ui h2::after {
    transform-origin: left center;
    position: absolute;
    transform: scaleX(1);
    width: 85px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(102,102,105);
    bottom: -12px;
    left: 0;
    content: "";
    height: 3px;
}.thanks_box_ui .team_profile_ui {
    background-color: #ffffff;
    transform: translateX(5%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px 50px 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}.thanks_box_ui .team_profile_ui::before {
    content: "";
    top: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(138,138,141) 0%, rgb(102,102,105) 100%);
    position: absolute;
    left: 0;
    height: 100%;
}.thanks_box_ui .team_profile_ui::after {
    opacity: 0.3;
    height: 100px;
    content: "";
    right: 20px;
    border-radius: 50%;
    width: 100px;
    z-index: -1;
    background: radial-gradient(circle, rgb(102,102,105,0.5) 0%, transparent 70%);
    top: 20px;
    position: absolute;
}.thanks_box_ui ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanks_box_ui li {
    position: relative;
    z-index: 2;
}.thanks_box_ui li::before {
    font-family: serif;
    line-height: 1;
    left: -20px;
    z-index: -1;
    content: "";
    font-size: 120px;
    opacity: 0.1;
    position: absolute;
    top: -40px;
    color: rgb(138,138,141);
}.thanks_box_ui li span {
    font-size: calc(13px + 0.1rem);
    max-width: 95%;
    line-height: 1.7;
    color: #000000;
    display: block;
    font-weight: 400;
    position: relative;
}.thanks_box_ui:hover .team_profile_ui {
    transform: translateX(5%) translateY(-5px);
}.thanks_box_ui:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.thanks_box_ui {
    padding: 90px 0;
}.thanks_box_ui h2 {
    max-width: 100%;
    font-size: calc(34px - 0.2rem);
    transform: translateX(0);
}.thanks_box_ui .team_profile_ui {
    padding: 40px 30px 40px 45px;
    transform: translateX(0);
}.thanks_box_ui:hover .team_profile_ui {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.thanks_box_ui {
    padding: 70px 0;
}.thanks_box_ui::before,
    .thanks_box_ui::after {
    width: 70%;
    height: 50%;
}.thanks_box_ui h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 0.4rem);
    line-height: 1.35;
}.thanks_box_ui .team_profile_ui {
    padding: 35px 25px 35px 35px;
}.thanks_box_ui li::before {
    left: -15px;
    font-size: 90px;
    top: -25px;
}.thanks_box_ui li span {
    font-size: 13px;
}
}

@media (max-width: 575px) {.thanks_box_ui {
    padding: 60px 0;
}.thanks_box_ui .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanks_box_ui h2 {
    font-size: calc(34px - 0.5rem);
    margin-bottom: 25px;
}.thanks_box_ui h2::after {
    width: 60px;
    height: 2px;
}.thanks_box_ui .team_profile_ui {
    padding: 25px 20px 25px 25px;
}.thanks_box_ui .team_profile_ui::before {
    width: 4px;
}.thanks_box_ui li::before {
    left: -10px;
    font-size: 70px;
    top: -20px;
}.thanks_box_ui li span {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}}.get_in_touch_ui {
    background: #000000;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.get_in_touch_ui::before {
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(138,138,141,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(102,102,105,0.5) 0%, transparent 40%);
}.get_in_touch_ui::after {
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(138,138,141,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(102,102,105,0.5) 95.5%, transparent 96%);
    position: absolute;
    background-size: 20px 20px;
    top: 0;
}.get_in_touch_ui .img_expand_ui {
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.7;
    position: absolute;
    width: 50%;
}.get_in_touch_ui .img_expand_ui::before {
    content: '';
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.get_in_touch_ui .img_expand_ui::after {
    height: 100%;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    width: 100%;
    position: absolute;
}.get_in_touch_ui .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.get_in_touch_ui h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    text-shadow: 
        0 0 5px rgb(138,138,141),
        0 0 10px rgb(138,138,141),
        0 0 15px rgb(138,138,141);
}.get_in_touch_ui .query_form_ui {
    border-radius: 14px;
    margin: 0 auto;
    max-width: 1100px;
    background: rgba(30, 30, 30, 0.7);
    display: flex;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(138,138,141,0.5),
        0 0 20px rgb(102,102,105,0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}.get_in_touch_ui .query_panel_ui {
    flex: 3;
    padding: 50px;
    position: relative;
}.get_in_touch_ui form h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(138,138,141);
}.get_in_touch_ui input[type="text"],
.get_in_touch_ui textarea {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 15px;
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(rgb(138,138,141,0.5), 0.3);
}.get_in_touch_ui input[type="text"]:focus,
.get_in_touch_ui textarea:focus {
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(138,138,141,0.5);
    border-color: rgb(138,138,141);
    outline: none;
}.get_in_touch_ui input[type="text"]::placeholder,
.get_in_touch_ui textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.get_in_touch_ui textarea {
    resize: none;
    height: 140px;
}.get_in_touch_ui .connect_widget_ui {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}.get_in_touch_ui .connect_widget_ui input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch_ui .connect_widget_ui label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}.get_in_touch_ui .connect_widget_ui label::before {
    width: 20px;
    left: 0;
    position: absolute;
    content: '';
    height: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    top: 2px;
    box-shadow: 0 0 5px rgb(138,138,141,0.5);
    border: 1px solid rgb(138,138,141);
    transition: all 0.3s ease;
}.get_in_touch_ui .connect_widget_ui input[type="checkbox"]:checked + label::before {
    background: rgb(138,138,141);
    box-shadow: 0 0 8px rgb(138,138,141);
}.get_in_touch_ui .connect_widget_ui input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    height: 12px;
    left: 7px;
    transform: rotate(45deg);
    content: '';
    border-width: 0 2px 2px 0;
    top: 5px;
}.get_in_touch_ui .connect_widget_ui a {
    color: rgb(138,138,141);
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgb(138,138,141);
    text-decoration: none;
}.get_in_touch_ui .connect_widget_ui a:hover {
    text-shadow: 0 0 5px rgb(102,102,105);
    color: rgb(102,102,105);
}.get_in_touch_ui .feedback_support_ui {
    border-radius: 10px;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgb(138,138,141,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(138,138,141);
    border: none;
    text-transform: uppercase;
    position: relative;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
}.get_in_touch_ui .feedback_support_ui::before {
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    top: 0;
    content: '';
}.get_in_touch_ui .feedback_support_ui:hover {
    transform: translateY(-3px);
    background: rgb(102,102,105);
    box-shadow: 0 0 20px rgb(102,102,105);
}.get_in_touch_ui .feedback_support_ui:hover::before {
    left: 100%;
}.get_in_touch_ui .feedback_box_ui {
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    display: flex;
    position: relative;
    flex: 2;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(5px);
}.get_in_touch_ui .feedback_box_ui::before {
    left: 0;
    top: 0;
    content: '';
    opacity: 0.1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(138,138,141,0.5) 0%, transparent 100%);
    position: absolute;
}.get_in_touch_ui .feedback_box_ui h4 {
    text-shadow: 0 0 5px rgb(138,138,141);
    color: #ffffff;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
}.get_in_touch_ui .feedback_box_ui h4::after {
    box-shadow: 0 0 5px rgb(138,138,141);
    height: 2px;
    position: absolute;
    width: 50px;
    bottom: -10px;
    left: 0;
    content: '';
    background: rgb(138,138,141);
}.get_in_touch_ui .connect_links_ui {
    padding: 0;
    margin: 0;
    list-style: none;
}.get_in_touch_ui .connect_links_ui li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}.get_in_touch_ui .connect_links_ui li:hover {
    transform: translateX(5px);
}.get_in_touch_ui .connect_links_ui svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    margin-right: 15px;
}.get_in_touch_ui .connect_links_ui svg path {
    fill: rgb(138,138,141);
    filter: drop-shadow(0 0 3px rgb(138,138,141));
    transition: fill 0.3s ease;
}.get_in_touch_ui .connect_links_ui li:hover svg path {
    fill: rgb(102,102,105);
    filter: drop-shadow(0 0 5px rgb(102,102,105));
}.get_in_touch_ui .connect_links_ui span {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.get_in_touch_ui .connect_links_ui a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.get_in_touch_ui .connect_links_ui a:hover {
    text-shadow: 0 0 5px rgb(138,138,141,0.5);
    color: rgb(138,138,141);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(138,138,141,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.get_in_touch_ui .img_expand_ui {
    opacity: 0.3;
    width: 100%;
    height: 40%;
}.get_in_touch_ui .query_form_ui {
    max-width: 700px;
    flex-direction: column;
}.get_in_touch_ui .query_panel_ui,
    .get_in_touch_ui .feedback_box_ui {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.get_in_touch_ui {
    padding: 80px 0;
}.get_in_touch_ui h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.get_in_touch_ui .query_panel_ui,
    .get_in_touch_ui .feedback_box_ui {
    padding: 30px;
}.get_in_touch_ui form h3,
    .get_in_touch_ui .feedback_box_ui h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.get_in_touch_ui {
    padding: 60px 0;
}.get_in_touch_ui h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.get_in_touch_ui .query_panel_ui,
    .get_in_touch_ui .feedback_box_ui {
    padding: 25px 20px;
}.get_in_touch_ui input[type="text"],
    .get_in_touch_ui textarea {
    padding: 12px;
    margin-bottom: 15px;
}.get_in_touch_ui .feedback_support_ui {
    padding: 12px;
    width: 100%;
}}.training_specialist_ui {
    background-color: rgb(175,175,178);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.training_specialist_ui::before {
    height: 300px;
    right: -100px;
    background: rgb(138,138,141,0.5);
    position: absolute;
    z-index: 0;
    top: -100px;
    width: 300px;
    content: "";
    filter: blur(120px);
    border-radius: 50%;
}.training_specialist_ui::after {
    bottom: -80px;
    height: 250px;
    position: absolute;
    z-index: 0;
    content: "";
    width: 250px;
    border-radius: 50%;
    background: rgb(102,102,105,0.5);
    filter: blur(100px);
    left: -80px;
}.training_specialist_ui .review_space_ui {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    z-index: 2;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    gap: 0;
    display: grid;
    overflow: visible;
    max-width: 1100px;
    border-radius: 22px;
    position: relative;
}.training_specialist_ui .img_expand_ui {
    height: 500px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px) translateY(-30px);
    position: relative;
    border-radius: 22px 0 0 22px;
}.training_specialist_ui .img_expand_ui::before {
    width: 100%;
    border-radius: 22px;
    content: "";
    z-index: -1;
    top: 30px;
    height: 100%;
    left: 30px;
    position: absolute;
    background: rgb(138,138,141,0.5);
}.training_specialist_ui .work_insights_ui {
    flex-direction: column;
    display: flex;
    padding: 4rem 3rem;
    justify-content: center;
}.training_specialist_ui .name {
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #000000;
    font-size: 39px;
    margin-bottom: 0.5rem;
}.training_specialist_ui .work_insights_ui > div:nth-child(2) {
    font-weight: 400;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-size: 20px;
    padding-bottom: 15px;
    color: rgb(138,138,141);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}.training_specialist_ui .work_insights_ui > div:nth-child(2)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(102,102,105);
    width: 60px;
    content: "";
    height: 2px;
}.training_specialist_ui .career_explore_ui {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(14px * 1.1);
    line-height: 1.7;
    font-weight: 300;
    color: #000000;
    font-style: italic;
}.training_specialist_ui .career_explore_ui::before {
    color: rgb(102,102,105,0.5);
    font-family: serif;
    left: -2rem;
    content: "";
    font-size: 5rem;
    top: -2.5rem;
    position: absolute;
    z-index: -1;
}.training_specialist_ui .review_space_ui:hover .img_expand_ui {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(138,138,141,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.training_specialist_ui .review_space_ui:hover .name {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    text-fill-color: transparent;
    background-clip: text !important;
}

@media (max-width: 992px) {.training_specialist_ui .review_space_ui {
    grid-template-columns: 1fr;
    max-width: 90%;
}.training_specialist_ui .img_expand_ui {
    transform: translateY(-30px);
    border-radius: 22px 22px 0 0;
    height: 400px;
}.training_specialist_ui .img_expand_ui::before {
    width: 100%;
    left: 0;
    top: 30px;
}.training_specialist_ui .work_insights_ui {
    padding: 1rem 2rem 3rem;
}.training_specialist_ui .review_space_ui:hover .img_expand_ui {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.training_specialist_ui {
    padding: 4rem 1rem;
}.training_specialist_ui .review_space_ui {
    max-width: 100%;
}.training_specialist_ui .img_expand_ui {
    height: 320px;
    transform: translateY(-20px);
}.training_specialist_ui .img_expand_ui::before {
    top: 20px;
}.training_specialist_ui .work_insights_ui {
    padding: 0.5rem 1.5rem 2.5rem;
}.training_specialist_ui .name {
    font-size: calc(37px);
}.training_specialist_ui .work_insights_ui > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 14px;
}.training_specialist_ui .career_explore_ui {
    font-size: 14px;
}.training_specialist_ui .review_space_ui:hover .img_expand_ui {
    transform: translateY(-25px);
}}.pricing_menu_ui {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_menu_ui::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}.pricing_menu_ui .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.pricing_menu_ui .study_packages_ui {
    position: relative;
    perspective: 1000px;
}.pricing_menu_ui h2 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    transform: translateZ(50px);
    margin-bottom: 20px;
    animation: fadeInDown 0.8s ease-out forwards;
    text-align: center;
    font-weight: 700;
}.pricing_menu_ui .plan_details_ui {
    max-width: 800px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateZ(30px);
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: calc(18px * 1.1);
    opacity: 0.9;
}.pricing_menu_ui .rate_plans_ui {
    display: grid;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    perspective: 2000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_menu_ui .rate_plans_ui li {
    height: 100%;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
}.pricing_menu_ui .rate_plans_ui li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_menu_ui .rate_plans_ui li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_menu_ui .rate_plans_ui li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing_menu_ui .rate_plans_ui li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing_menu_ui .bundle_offer_ui {
    transform-style: preserve-3d;
    will-change: transform;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    height: 100%;
}.pricing_menu_ui .bundle_offer_ui:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing_menu_ui .plan_table_ui {
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    background: linear-gradient(135deg, rgb(138,138,141,0.5), rgb(102,102,105,0.5));
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
}.pricing_menu_ui .bundle_offer_ui:hover .plan_table_ui {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.pricing_menu_ui .plan_table_ui::before {
    width: 100px;
    opacity: 0.15;
    transform: rotate(45deg);
    right: -10px;
    top: -10px;
    background: rgb(102,102,105);
    height: 100px;
    position: absolute;
    content: "";
    transition: all 0.4s ease;
}.pricing_menu_ui .bundle_offer_ui:hover .plan_table_ui::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}.pricing_menu_ui .learn_pricing_ui {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 35px 30px;
    z-index: 1;
}.pricing_menu_ui .bundle_offer_ui:hover .learn_pricing_ui {
    transform: translateZ(10px);
}.pricing_menu_ui .learn_pricing_ui h4 {
    padding-bottom: 15px;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    font-size: calc(23px * 1.2);
}.pricing_menu_ui .bundle_offer_ui:hover .learn_pricing_ui h4 {
    transform: translateY(-5px);
}.pricing_menu_ui .learn_pricing_ui h4::after {
    left: 0;
    transition: width 0.4s ease;
    width: 50px;
    height: 3px;
    background: rgb(138,138,141);
    content: "";
    bottom: 0;
    position: absolute;
}.pricing_menu_ui .bundle_offer_ui:hover .learn_pricing_ui h4::after {
    width: 80px;
}.pricing_menu_ui .learn_pricing_ui p {
    padding-right: 10px;
    max-height: 200px;
    margin-bottom: 30px;
    overflow-y: auto;
    color: #ffffff;
    transition: opacity 0.3s ease;
    line-height: 1.6;
    font-size: 18px;
    opacity: 0.8;
}.pricing_menu_ui .learn_pricing_ui p::-webkit-scrollbar {
    width: 4px;
}.pricing_menu_ui .learn_pricing_ui p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(138,138,141,0.5);
}.pricing_menu_ui .bundle_offer_ui:hover .learn_pricing_ui p {
    opacity: 1;
}.pricing_menu_ui .fee_structure_ui {
    margin-top: 20px;
    font-size: calc(23px * 1.4);
    display: block;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    position: relative;
    font-weight: 700;
}.pricing_menu_ui .fee_structure_ui::before {
    height: 2px;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    background: rgb(102,102,105);
    top: -10px;
    width: 30px;
    position: absolute;
}.pricing_menu_ui .bundle_offer_ui:hover .fee_structure_ui::before {
    width: 50px;
}.pricing_menu_ui .bundle_offer_ui:hover .fee_structure_ui {
    transform: scale(1.1);
    color: rgb(102,102,105);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing_menu_ui {
    padding: 100px 0;
}.pricing_menu_ui h2 {
    font-size: calc(34px * 0.9);
}.pricing_menu_ui .plan_details_ui {
    margin-bottom: 40px;
    font-size: 18px;
}.pricing_menu_ui .rate_plans_ui {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_menu_ui {
    padding: 80px 0;
}.pricing_menu_ui .rate_plans_ui {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_menu_ui .learn_pricing_ui {
    padding: 30px 25px;
}.pricing_menu_ui .learn_pricing_ui p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing_menu_ui {
    padding: 70px 0;
}.pricing_menu_ui h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.pricing_menu_ui .plan_details_ui {
    margin-bottom: 30px;
    font-size: calc(18px * 0.95);
}.pricing_menu_ui .rate_plans_ui {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.pricing_menu_ui .plan_table_ui {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing_menu_ui .fee_structure_ui {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 576px) {.pricing_menu_ui {
    padding: 60px 0;
}.pricing_menu_ui h2 {
    font-size: calc(34px * 0.7);
}.pricing_menu_ui .plan_details_ui {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.pricing_menu_ui .learn_pricing_ui {
    padding: 25px 20px;
}.pricing_menu_ui .learn_pricing_ui h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 23px;
}.pricing_menu_ui .learn_pricing_ui p {
    margin-bottom: 20px;
    max-height: 150px;
    font-size: calc(18px * 0.9);
}}.stay_informed_ui {
    overflow: hidden;
    padding: 5rem 2rem;
    z-index: 1;
    background: linear-gradient(135deg, rgb(102,102,105,0.5), rgb(138,138,141));
    position: relative;
}.stay_informed_ui::before {
    filter: blur(25px);
    background: rgb(138,138,141,0.5);
    content: "";
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    animation: float 15s ease-in-out infinite;
    height: 40%;
    width: 40%;
    z-index: -1;
    top: -5%;
    position: absolute;
}.stay_informed_ui::after {
    width: 30%;
    left: -5%;
    z-index: -1;
    position: absolute;
    height: 30%;
    animation: float 18s ease-in-out infinite reverse;
    filter: blur(20px);
    transform: rotate(15deg) translateZ(0);
    bottom: -5%;
    background: rgb(102,102,105,0.5);
    content: "";
}.stay_informed_ui .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.stay_informed_ui .team_profile_ui {
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 3px solid rgb(138,138,141);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(138,138,141);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.08);
}.stay_informed_ui .team_profile_ui:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) scale(1.01);
}.stay_informed_ui h4 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    font-size: 23px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding-left: 1.5rem;
    line-height: 1.4;
}.stay_informed_ui h4::before {
    bottom: 0.5rem;
    transform-origin: top;
    left: 0;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(138,138,141), rgb(102,102,105));
    position: absolute;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.43, 0.13, 0.23, 0.96) forwards;
    width: 5px;
    top: 0.5rem;
    content: "";
}.stay_informed_ui .input_holder {
    animation: slideUp 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 1rem;
    transform: translateY(10px);
    opacity: 0;
}.stay_informed_ui .input_holder span {
    overflow: hidden;
    flex: 1;
    position: relative;
    min-width: 200px;
}.stay_informed_ui .input_holder input[type="email"] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    transition: all 0.3s;
    font-family: Arial, sans-serif;
    font-size: 15px;
    width: 100%;
}.stay_informed_ui .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
    background: #ffffff;
    transform: translateY(-2px);
}.stay_informed_ui .input_holder input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.6);
    transition: opacity 0.3s;
}.stay_informed_ui .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay_informed_ui .input_holder .news_signup_form_ui {
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(138,138,141), rgb(102,102,105));
    font-size: 17px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.stay_informed_ui .input_holder .news_signup_form_ui::before {
    transform: translateX(-100%);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: transform 0.6s;
    left: 0;
    content: "";
    height: 100%;
}.stay_informed_ui .input_holder .news_signup_form_ui:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.stay_informed_ui .input_holder .news_signup_form_ui:hover::before {
    transform: translateX(100%);
}.stay_informed_ui .input_holder .news_signup_form_ui:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

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

@media (max-width: 992px) {.stay_informed_ui {
    padding: 4rem 1.5rem;
}.stay_informed_ui .team_profile_ui {
    padding: 2.5rem;
}.stay_informed_ui h4 {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 768px) {.stay_informed_ui {
    padding: 3rem 1rem;
}.stay_informed_ui .team_profile_ui {
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
    padding: 2rem;
}.stay_informed_ui h4 {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.stay_informed_ui .input_holder {
    gap: 0.8rem;
}.stay_informed_ui .input_holder span {
    flex: 1 0 100%;
}.stay_informed_ui .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.stay_informed_ui .input_holder .news_signup_form_ui {
    padding: 0.9rem 1.2rem;
}
}

@media (max-width: 576px) {.stay_informed_ui {
    padding: 2.5rem 0.8rem;
}.stay_informed_ui .team_profile_ui {
    padding: 1.5rem;
    transform: none;
}.stay_informed_ui h4 {
    font-size: calc(15px + 2px);
    margin-bottom: 1.2rem;
    padding-left: 0.8rem;
}.stay_informed_ui .input_holder {
    gap: 0.6rem;
}.stay_informed_ui .input_holder input[type="email"],
    .stay_informed_ui .input_holder .news_signup_form_ui {
    padding: 0.8rem 1rem;
}}.company_overview_ui {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.company_overview_ui::before {
    backdrop-filter: blur(3px);
    z-index: 1;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(138,138,141,0.5) 0%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 0.85) 65%, 
        rgb(102,102,105,0.5) 100%);
}.company_overview_ui::after {
    top: -100px;
    content: "";
    background: rgb(102,102,105);
    width: 120%;
    transform: rotate(-2deg);
    opacity: 0.05;
    z-index: 0;
    height: 200px;
    position: absolute;
    left: -10%;
}.company_overview_ui .container {
    justify-content: flex-end;
    display: flex;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.company_overview_ui .text_frame_ui {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(20px);
    position: relative;
    width: 70%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    animation: slide-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}.company_overview_ui .text_frame_ui::before {
    width: 40px;
    content: "";
    left: -20px;
    transform: skewY(45deg);
    background: rgb(138,138,141);
    position: absolute;
    top: 40px;
    height: 85%;
    opacity: 0.1;
}.company_overview_ui h1 {
    animation: fade-in-right 0.5s ease forwards 0.3s;
    font-size: 43px;
    font-weight: 700;
    transform: translateX(-10px);
    color: rgb(138,138,141);
    opacity: 0;
    position: relative;
    margin-bottom: 30px;
}.company_overview_ui h1::after {
    bottom: -10px;
    left: 0;
    content: "";
    background: rgb(102,102,105);
    animation: scale-in 0.5s ease forwards 0.7s;
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    position: absolute;
    width: 60px;
}.company_overview_ui ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.company_overview_ui li {
    margin-bottom: 20px;
    opacity: 0;
    animation: fade-in-up 0.5s ease forwards 0.5s;
    transform: translateY(20px);
}.company_overview_ui li:last-child {
    animation-delay: 0.7s;
}.company_overview_ui h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}.company_overview_ui h4::before {
    transform: translateY(-50%) scale(0);
    content: "";
    position: absolute;
    left: -15px;
    width: 8px;
    animation: scale-in 0.4s ease forwards 0.9s;
    background: rgb(102,102,105);
    top: 50%;
    border-radius: 50%;
    height: 8px;
}.company_overview_ui span {
    font-size: 18px;
    position: relative;
    column-gap: 40px;
    padding-left: 15px;
    line-height: 1.8;
    column-count: 2;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

@keyframes slide-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media screen and (max-width: 1200px) {.company_overview_ui {
    padding: 100px 20px;
}.company_overview_ui .container {
    max-width: 100%;
}.company_overview_ui .text_frame_ui {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.company_overview_ui {
    padding: 80px 20px;
}.company_overview_ui .container {
    justify-content: center;
}.company_overview_ui .text_frame_ui {
    width: 90%;
    padding: 30px;
}.company_overview_ui span {
    column-count: 1;
}
}

@media screen and (max-width: 768px) {.company_overview_ui {
    padding: 60px 15px;
}.company_overview_ui .text_frame_ui {
    padding: 25px;
    width: 100%;
}.company_overview_ui .text_frame_ui::before {
    display: none;
}.company_overview_ui h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 25px;
}.company_overview_ui h4 {
    font-size: calc(20px * 0.9);
}.company_overview_ui span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    padding-left: 10px;
}
}

@media screen and (max-width: 576px) {.company_overview_ui {
    padding: 50px 10px;
}.company_overview_ui .text_frame_ui {
    padding: 20px;
}.company_overview_ui h1 {
    font-size: calc(43px * 0.75);
    margin-bottom: 20px;
}.company_overview_ui h1::after {
    height: 2px;
    width: 50px;
}.company_overview_ui h4 {
    font-size: calc(20px * 0.85);
}.company_overview_ui span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.program_details_ui {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
}.program_details_ui::before {
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 20% 50%, rgb(138,138,141,0.5) 0%, transparent 50%);
    width: 100%;
}.program_details_ui::after {
    width: 200px;
    content: "";
    height: 200px;
    position: absolute;
    border-radius: 50%;
    animation: pulse 8s infinite alternate;
    background: radial-gradient(circle, rgb(102,102,105,0.5) 0%, transparent 70%);
    z-index: 1;
    right: -50px;
    top: -50px;
}.program_details_ui .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.program_details_ui .team_profile_ui {
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    gap: 40px;
    backdrop-filter: blur(5px);
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(138,138,141,0.5);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 23px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.program_details_ui .team_profile_ui::before {
    animation: shine 5s infinite;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}.program_details_ui .career_challenge_ui {
    padding-right: 20px;
    position: relative;
    flex: 1;
}.program_details_ui .career_challenge_ui::before {
    height: 60px;
    left: -30px;
    border: 2px solid rgb(138,138,141,0.5);
    z-index: -1;
    width: 60px;
    content: "";
    animation: rotate 25s linear infinite;
    border-radius: 50%;
    position: absolute;
    top: -30px;
}.program_details_ui .career_challenge_ui::after {
    animation: float 8s ease-in-out infinite;
    position: absolute;
    border: 1px solid rgb(102,102,105,0.5);
    width: 40px;
    z-index: -1;
    height: 40px;
    content: "";
    bottom: -20px;
    border-radius: 10px;
    right: 50px;
}.program_details_ui .head_teach_ui {
    max-width: 180px;
    padding: 10px 15px;
    align-items: center;
    height: 60px;
    margin-bottom: 20px;
    transform: translateZ(0);
    width: 60px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(175,175,178) 100%);
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.program_details_ui .head_teach_ui:hover {
    transform: translateY(-5px) translateZ(0);
}.program_details_ui .head_teach_ui svg {
    height: 40px;
    max-width: 100%;
    width: 40px;
    max-height: 100%;
    fill: rgb(138,138,141);
    transition: fill 0.3s ease;
}.program_details_ui .head_teach_ui svg path {
    fill: rgb(138,138,141);
    transition: fill 0.3s ease;
}.program_details_ui .head_teach_ui:hover svg,
.program_details_ui .head_teach_ui:hover svg path {
    fill: rgb(102,102,105);
}.program_details_ui h3 {
    color: rgb(138,138,141);
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 29px;
    position: relative;
}.program_details_ui h3::after {
    background: linear-gradient(to right, rgb(138,138,141), rgb(102,102,105));
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    border-radius: 10px;
    position: absolute;
}.program_details_ui p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
}.program_details_ui .img_expand_ui {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    min-height: 400px;
    transition: all 0.5s ease;
    border-radius: 23px;
}.program_details_ui .img_expand_ui::before {
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    z-index: 2;
    height: 100%;
    position: absolute;
}.program_details_ui .img_expand_ui::after {
    top: -50%;
    height: 200%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    animation: shine-effect 6s infinite;
    z-index: 3;
    width: 200%;
    left: -50%;
    transform: rotate(25deg);
}.program_details_ui .team_profile_ui:hover .img_expand_ui {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.program_details_ui {
    padding: 60px 0;
}.program_details_ui .team_profile_ui {
    gap: 30px;
    padding: 30px;
    flex-direction: column;
}.program_details_ui .career_challenge_ui {
    padding-right: 0;
    width: 100%;
}.program_details_ui .img_expand_ui {
    min-height: 350px;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}.program_details_ui h3 {
    font-size: calc(29px - 4px);
}
}

@media screen and (max-width: 767px) {.program_details_ui {
    padding: 50px 0;
}.program_details_ui .team_profile_ui {
    padding: 25px;
}.program_details_ui .head_teach_ui {
    height: 50px;
    max-width: 150px;
}.program_details_ui h3 {
    font-size: calc(29px - 6px);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.program_details_ui h3::after {
    height: 2px;
    width: 60px;
}.program_details_ui p {
    margin-bottom: 20px;
    font-size: calc(15px - 1px);
}.program_details_ui .img_expand_ui {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.program_details_ui {
    padding: 40px 0;
}.program_details_ui .team_profile_ui {
    gap: 20px;
    padding: 20px;
}.program_details_ui .head_teach_ui {
    margin-bottom: 15px;
    max-width: 120px;
    height: 40px;
}.program_details_ui h3 {
    font-size: calc(29px - 8px);
}.program_details_ui .img_expand_ui {
    min-height: 250px;
}}.statistical_details_ui {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 6rem 0;
}.statistical_details_ui::before {
    opacity: 0.05;
    z-index: 1;
    content: "";
    width: 50%;
    background: linear-gradient(145deg, rgb(138,138,141,0.5) 0%, transparent 80%);
    top: -5%;
    transform: rotate(-15deg);
    height: 120%;
    position: absolute;
    left: -10%;
}.statistical_details_ui::after {
    height: 140%;
    transform: rotate(10deg);
    content: "";
    right: -5%;
    position: absolute;
    opacity: 0.08;
    z-index: 1;
    background: linear-gradient(225deg, rgb(102,102,105,0.5) 0%, transparent 70%);
    bottom: -10%;
    width: 40%;
}.statistical_details_ui .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
}.statistical_details_ui h4 {
    font-weight: 700;
    margin-top: 3.5rem;
    font-size: 36px;
    font-family: Arial, sans-serif;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    opacity: 0;
    transform: translateX(2rem);
    color: #000000;
    text-align: left;
}.statistical_details_ui h4::before {
    width: 4rem;
    height: 3px;
    content: "";
    transform: scaleX(0);
    background: rgb(102,102,105);
    left: 0;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
    position: absolute;
    transform-origin: left;
    bottom: -0.5rem;
}.statistical_details_ui ul {
    gap: 2rem;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    margin: 0;
}.statistical_details_ui .statistics_upsides_ui {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    animation: fadeUp 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    padding: 2rem;
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.statistical_details_ui .statistics_upsides_ui:nth-child(1) {
    --i: 1;
}.statistical_details_ui .statistics_upsides_ui:nth-child(2) {
    --i: 2;
}.statistical_details_ui .statistics_upsides_ui:nth-child(3) {
    --i: 3;
}.statistical_details_ui .statistics_upsides_ui:nth-child(4) {
    --i: 4;
}.statistical_details_ui .statistics_upsides_ui:nth-child(5) {
    --i: 5;
}.statistical_details_ui .statistics_upsides_ui:nth-child(6) {
    --i: 6;
}.statistical_details_ui .statistics_upsides_ui:nth-child(7) {
    --i: 7;
}.statistical_details_ui .statistics_upsides_ui:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(10px);
}.statistical_details_ui .statistics_upsides_ui::before {
    top: 0;
    height: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(138,138,141), rgb(102,102,105));
    position: absolute;
    content: "";
    transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 4px;
}.statistical_details_ui .statistics_upsides_ui:hover::before {
    height: 100%;
}.statistical_details_ui .statistics_upsides_ui div {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
    position: relative;
}.statistical_details_ui .statistics_upsides_ui:hover div {
    transform: translateX(0.5rem);
}.statistical_details_ui .statistics_upsides_ui p {
    margin: 0 0 0.5rem;
    color: rgb(138,138,141);
    font-size: calc(39px * 1.2);
    font-weight: 700;
    display: inline-block;
    position: relative;
}.statistical_details_ui .statistics_upsides_ui p::after {
    content: "";
    background: rgb(102,102,105);
    right: -1rem;
    bottom: 0.25rem;
    width: 0.5rem;
    transform: scale(0);
    opacity: 0;
    height: 0.5rem;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.statistical_details_ui .statistics_upsides_ui:hover p::after {
    transform: scale(1);
    opacity: 1;
}.statistical_details_ui .statistics_upsides_ui span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
    transition: opacity 0.3s ease;
    opacity: 0.85;
    font-weight: 400;
}.statistical_details_ui .statistics_upsides_ui:hover span {
    opacity: 1;
}

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

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (max-width: 992px) {.statistical_details_ui {
    padding: 4rem 0;
}.statistical_details_ui h4 {
    font-size: calc(36px * 0.9);
    margin-top: 2.5rem;
}.statistical_details_ui ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}.statistical_details_ui .statistics_upsides_ui {
    padding: 1.75rem;
}.statistical_details_ui .statistics_upsides_ui p {
    font-size: calc(39px * 1.1);
}
}

@media (max-width: 768px) {.statistical_details_ui {
    padding: 3rem 0;
}.statistical_details_ui::before,
  .statistical_details_ui::after {
    opacity: 0.05;
}.statistical_details_ui ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}.statistical_details_ui .statistics_upsides_ui {
    padding: 1.5rem;
}.statistical_details_ui .statistics_upsides_ui p {
    font-size: 39px;
}.statistical_details_ui h4 {
    font-size: calc(36px * 0.8);
    margin-top: 2rem;
}.statistical_details_ui h4::before {
    width: 3rem;
}
}

@media (max-width: 576px) {.statistical_details_ui {
    padding: 2.5rem 0;
}.statistical_details_ui ul {
    margin: 0 auto;
    max-width: 350px;
    grid-template-columns: 1fr;
}.statistical_details_ui .statistics_upsides_ui {
    padding: 1.5rem;
    text-align: center;
}.statistical_details_ui .statistics_upsides_ui::before {
    left: 0;
    height: 4px;
    width: 100%;
    top: 0;
}.statistical_details_ui .statistics_upsides_ui:hover::before {
    width: 100%;
    height: 4px;
}.statistical_details_ui .statistics_upsides_ui:hover div {
    transform: translateY(0.25rem);
    transform: translateX(0);
}.statistical_details_ui h4 {
    text-align: center;
    font-size: calc(36px * 0.75);
    margin-top: 1.5rem;
}.statistical_details_ui h4::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }
}header {
    -webkit-backdrop-filter: blur(20px);
    background: rgb(138,138,141,0.5);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    z-index: 1000;
    width: 100%;
    position: fixed;
}header:before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    animation: shimmer 8s infinite linear;
}header:after {
    bottom: 0;
    height: 3px;
    filter: blur(1px);
    background: linear-gradient(
        90deg,
        rgb(102,102,105) 0%,
        rgb(138,138,141) 50%,
        rgb(102,102,105) 100%
    );
    opacity: 0.8;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
}header .header_learn_ui {
    overflow: hidden;
    position: relative;
}header .header_learn_ui:before {
    content: '';
    left: 0;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 20%, rgb(138,138,141,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(102,102,105,0.5) 0%, transparent 40%);
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
}header .container {
    padding: 16px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .container:before {
    content: '';
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    bottom: -1px;
    height: 1px;
    opacity: 0.5;
    position: absolute;
}header .head_train_ui {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .top_page_ui {
    gap: 35px;
    position: relative;
    align-items: center;
    display: flex;
}header .top_page_ui:before {
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    height: 35px;
    position: absolute;
    transform: translateY(-50%) scaleX(0.8);
    content: '';
}header .top_page_ui:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .header_pagewrap_ui {
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .header_pagewrap_ui:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    height: 1px;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    position: absolute;
    transform-origin: right;
    width: 100%;
    content: '';
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}header .header_pagewrap_ui:after {
    transform: scaleY(0);
    z-index: -1;
    opacity: 0;
    top: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(138,138,141,0.5),
        transparent
    );
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}header .header_pagewrap_ui:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .header_pagewrap_ui:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .header_pagewrap_ui:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .main_mainbar_ui {
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    padding: 5px;
    text-decoration: none;
}header .main_mainbar_ui:before {
    left: -10px;
    content: '';
    opacity: 0;
    position: absolute;
    height: calc(100% + 20px);
    transition: opacity 0.5s ease;
    width: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(138,138,141,0.5) 0%,
        transparent 70%
    );
    top: -10px;
    z-index: -1;
}header .main_mainbar_ui:after {
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(138,138,141),
        transparent
    ) 1;
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    left: 0;
    content: '';
    top: 0;
}header .main_mainbar_ui:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .main_mainbar_ui:hover:after {
    opacity: 0.7;
}header .main_mainbar_ui svg {
    width: auto;
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(138,138,141,0.5));
}header .main_mainbar_ui:hover svg {
    filter: drop-shadow(0 0 5px rgb(138,138,141));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_page_ui {
    gap: 20px;
}header .main_mainbar_ui svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_page_ui {
    height: 100vh;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    background: rgb(138,138,141);
    -webkit-backdrop-filter: blur(15px);
    background: linear-gradient(
            135deg,
            rgb(138,138,141) 0%,
            rgb(138,138,141,0.5) 100%
        );
    flex-direction: column;
    gap: 20px;
    backdrop-filter: blur(15px);
    right: -100%;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    padding: 80px 30px 30px;
    top: 0;
    max-width: 320px;
    z-index: 1001;
    width: 80%;
}header .top_page_ui:before {
    display: none;
}header .menu.active {
    right: 0;
}header .header_pagewrap_ui {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .header_pagewrap_ui:last-child {
    border-bottom: none;
}header .main_mainbar_ui {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_mainbar_ui svg {
    height: 35px;
}
}