html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    width: 30px;
    height: 30px;
}

.container {
    width: 1208px;
    max-width: 100%;
    margin: auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    left: 0;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    background: linear-gradient(120deg, 
        rgb(197,208,194) 0%, 
        rgb(197,208,194,0.5) 100%
    );
}

.education_history_8391::after {
    left: -5%;
    position: absolute;
    background: rgb(160,173,156,0.5);
    transform: rotate(20deg);
    border-radius: 20px;
    bottom: -5%;
    height: 60%;
    animation: float 6s ease-in-out infinite reverse;
    z-index: 1;
    content: "";
    width: 40%;
}

.education_history_8391 .rating_showcase_7694:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.education_history_8391 .photo_strip_9652 {
    transition: transform 0.3s ease;
    border-radius: 20px;
    box-shadow: 10px 10px 0 rgb(197,208,194,0.5);
    grid-area: photo;
    transform: rotate(4deg);
    height: 200px;
}

.education_history_8391 .name {
    grid-area: name;
    font-size: 23px;
    margin-top: 20px;
    transform: translateX(20px);
    font-weight: 700;
    color: #000000;
}

.education_history_8391 .job_expertise_0852 {
    background: linear-gradient(to right, rgb(229,233,227), transparent);
    grid-area: quote;
    line-height: 1.6;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    position: relative;
    margin-top: 20px;
    color: #000000;
    border-left: 4px solid rgb(197,208,194);
}

.connect_form_7049::before {
    background-size: 40px 40px;
    width: 100%;
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(197,208,194), 0.05) 49%, rgba(rgb(197,208,194), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(160,173,156), 0.05) 49%, rgba(rgb(160,173,156), 0.05) 51%, transparent 52%);
}

.connect_form_7049 .feedback_support_6915 {
    position: relative;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
}

.connect_form_7049 .inquiry_panel_3206::before {
    width: 100%;
    background-size: 30px 30px;
    top: 0;
    position: absolute;
    z-index: -1;
    background-position: 0 0, 15px 15px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    height: 100%;
    content: "";
    opacity: 0.1;
    left: 0;
}

.connect_form_7049 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-left-color: rgb(160,173,156);
    background: #ffffff;
}

.connect_form_7049 .contact_reach_0786 {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.connect_form_7049 .contact_reach_0786 input[type="checkbox"]:checked {
    border-color: rgb(197,208,194);
    background: rgb(197,208,194);
}

.connect_form_7049 .contact_reach_0786 input[type="checkbox"]:checked::after {
    height: 10px;
    content: "";
    width: 5px;
    position: absolute;
    left: 50%;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 2px solid #ffffff;
    top: 40%;
}

.connect_form_7049 .contact_reach_0786 a:hover {
    color: rgb(160,173,156);
}

.connect_form_7049 .contact_reach_0786 a::after {
    content: "";
    height: 1px;
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(197,208,194);
    bottom: -2px;
}

.connect_form_7049 .request_list_4578::after {
    height: 0;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    border-radius: 50%;
    left: 50%;
    width: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    content: "";
}

.connect_form_7049 .request_list_4578:hover::after {
    width: 300%;
    height: 300%;
}

.connect_form_7049 svg path {
    transition: all 0.3s ease;
    fill: rgb(197,208,194);
}

.connect_form_7049 svg:hover path {
    fill: rgb(160,173,156);
}

.help_desk_info_5914::before {
    height: 200%;
    z-index: 1;
    content: '';
    opacity: 0.5;
    left: -50%;
    width: 200%;
    position: absolute;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    animation: techBackground 15s linear infinite;
    top: -50%;
}

.help_desk_info_5914 .msg_details_6487 {
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    border-radius: 10px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(197,208,194), 0.2);
    padding: 3rem;
}

.help_desk_info_5914 .photo_strip_9652:hover {
    transform: scale(1.05);
}

.help_desk_info_5914 .contact_section_0574 {
    color: #ffffff;
    text-align: center;
}

.help_desk_info_5914 .contact_section_0574 p {
    margin-bottom: 1rem;
    justify-content: center;
    padding: 0.5rem 0;
    position: relative;
    font-size: 12px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
}

.help_desk_info_5914 .contact_section_0574 p svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.help_desk_info_5914 .contact_section_0574 p:hover svg {
    transform: scale(1.1);
    opacity: 1;
}

.help_desk_info_5914 .contact_section_0574 a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.help_desk_info_5914 .request_team_7609 {
    justify-content: center;
    font-size: 24px;
    margin-bottom: 1rem;
    color: #ffffff;
    align-items: center;
    text-align: center;
    display: flex;
}

.help_desk_info_5914 .request_team_7609 svg path {
    fill: #ffffff;
}

.help_desk_info_5914 .edu_query_3578:hover .request_team_7609 svg {
    transform: rotate(15deg);
    opacity: 1;
}

.help_desk_info_5914 .edu_asknow_8492 {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.help_desk_info_5914 .quick_contact_0967 svg {
    transform: translateX(-10px);
    width: 0;
    opacity: 0;
    margin-right: 0;
    transition: all 0.3s ease;
    height: 16px;
}

.help_desk_info_5914 .quick_contact_0967:hover {
    background: rgba(255,255,255,0.2);
    padding-left: 0.8rem;
    padding-right: 1.2rem;
}

.data_analysis_5120 {
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    isolation: isolate;
}

.data_analysis_5120::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(197,208,194,0.5) 0%, transparent 50%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.data_analysis_5120 .statistics_gain_4217 {
    grid-template-columns: 1fr 2fr;
    z-index: 1;
    gap: 50px;
    display: grid;
    position: relative;
    align-items: center;
}

.data_analysis_5120 .learn_statistics_1267 svg path {
    fill: rgb(197,208,194);
    stroke: #ffffff;
    stroke-width: 0.5;
}

.data_analysis_5120 .boost_statistics_1724::after {
    bottom: 0;
    content: '';
    left: 0;
    background: linear-gradient(to right, rgb(197,208,194), transparent);
    position: absolute;
    height: 3px;
    width: 80px;
}

.data_analysis_5120 .statistics_advance_1087 {
    text-align: left;
    color: #ffffff;
    position: relative;
    opacity: 0.9;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.7;
}

.data_analysis_5120 .class_gains_7426::before {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
}

.data_analysis_5120 .edu_statistics_5601:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
}

.data_analysis_5120 .statistics_points_4307 {
    margin-right: 20px;
    flex-shrink: 0;
}

.data_analysis_5120 .statistics_points_4307 svg path {
    stroke-width: 0.5;
    fill: rgb(197,208,194);
    stroke: #ffffff;
}

.data_analysis_5120 .stat_item_content {
    display: flex;
    flex-direction: column;
}

.data_analysis_5120 .edu_statistics_5601 p {
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
    font-size: calc(12px * 0.9);
    line-height: 1.3;
}

.data_analysis_5120 .class_gains_7426:has(.edu_statistics_5601:nth-child(2):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.data_analysis_5120 .class_gains_7426:has(.edu_statistics_5601:nth-child(n+5):last-child) {
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

.data_analysis_5120 .edu_statistics_5601:hover::before {
    opacity: 1;
}

.data_analysis_5120 .edu_statistics_5601::after {
    background: linear-gradient(315deg, rgb(160,173,156,0.5), transparent);
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0;
    bottom: 0;
    border-bottom-left-radius: 10px;
    content: '';
}

.our_mission_2037::before {
    right: 0;
    opacity: 0.4;
    width: 40%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at top right, rgb(197,208,194,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    height: 100%;
}

.our_mission_2037 .container {
    z-index: 2;
    position: relative;
}

.our_mission_2037 h3 {
    font-weight: 700;
    text-align: center;
    grid-column: 1 / -1;
    color: #000000;
    margin-bottom: 50px;
    font-size: 31px;
    position: relative;
}

.our_mission_2037 .training_pro_2916 {
    transform: translateX(0);
    padding: 30px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    flex-direction: column;
    border-radius: 13px;
}

.our_mission_2037 .training_pro_2916,
.our_mission_2037 .study_track_5013 {
    border-top: 4px solid rgb(197,208,194);
}

.our_mission_2037 .training_pro_2916,
.our_mission_2037 .study_track_5013 {
    overflow: hidden;
}

.our_mission_2037 .training_pro_2916 p {
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
}

.our_mission_2037 .photo_strip_9652::after {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    left: 0;
    position: absolute;
}

.our_mission_2037 .study_track_5013:hover {
    transform: translateX(-10px);
}

.our_mission_2037 .study_track_5013 p {
    line-height: 1.7;
    position: relative;
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
    padding-top: 15px;
}

.our_mission_2037 .team_profile_9605 {
    height: 250px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
}

.our_mission_2037 .knowledge_learning_1297::before {
    animation: rotate 30s linear infinite;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    height: 200px;
    content: "";
    opacity: 0.4;
    left: -100px;
    border: 2px dotted rgb(197,208,194,0.5);
    top: -100px;
}



.our_mission_2037 .training_pro_2916::before,
.our_mission_2037 .study_track_5013::before {
    top: -10px;
    background: rgb(197,208,194);
    right: 30px;
    position: absolute;
    z-index: -1;
    height: 20px;
    transform: rotate(45deg);
    content: "";
    width: 20px;
}

.learning_process_6748 {
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
    background: rgb(229,233,227);
}

.learning_process_6748 {
    padding: 5rem 1.5rem;
}

.learning_process_6748::before {
    width: 100%;
    opacity: 0.25;
    left: -30%;
    border-radius: 50%;
    background: rgb(197,208,194,0.5);
    position: absolute;
    top: -30%;
    content: "";
    filter: blur(120px);
    animation: floatCircle 15s infinite alternate ease-in-out;
    z-index: 0;
    height: 100%;
}

.learning_process_6748 .knowledge_learning_1297 {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    align-items: center;
    display: grid;
    max-width: 1200px;
}

.learning_process_6748 .knowledge_learning_1297 {
    gap: 2rem;
    grid-template-columns: 1fr;
}

.learning_process_6748 h3::after {
    left: 0;
    background: rgb(197,208,194,0.5);
    border-radius: 10px;
    transform: scaleX(0);
    animation: expandLine 1s 0.6s forwards ease-out;
    bottom: -1rem;
    transform-origin: left;
    height: 4px;
    width: 2rem;
    content: "";
    position: absolute;
}

.learning_process_6748 span {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    padding: 2rem;
    animation: slideInRight 0.8s ease-out forwards;
    position: relative;
    border-left: 2px solid rgb(160,173,156,0.5);
}

.learning_process_6748 span {
    font-size: calc(15px * 0.95);
    border-left: none;
    padding: 1.5rem;
    border-top: 2px solid rgb(160,173,156,0.5);
}

.learning_process_6748 span::after {
    background: rgb(197,208,194);
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 8px;
    left: -5px;
    width: 8px;
    bottom: 0;
    animation: pulse 3s 1.5s infinite;
}

.learning_process_6748 span::after {
    left: calc(50% + 15px);
    bottom: auto;
    top: -5px;
}

.course_program_description_4752 .knowledge_2753 {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.course_program_description_4752 .next_skill_0976 {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.course_program_description_4752 .job_training_0496 {
    transform: scale(1.1);
    position: absolute;
    height: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
    top: 0;
    transition: transform 1s ease;
    animation: fade-slides 30s infinite;
}

.course_program_description_4752 .job_training_0496:nth-child(2) {
    animation-delay: -6s;
}

.course_program_description_4752 .job_training_0496:nth-child(4) {
    animation-delay: -18s;
}

.course_program_description_4752 .job_training_0496 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: saturate(0.8) brightness(0.7);
}

.course_program_description_4752 .knowledge_learning_1297 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_program_description_4752 .skill_plan_9362::before {
    left: -5px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.7;
    right: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(197,208,194,0.5) 90deg,
        transparent 180deg,
        rgb(160,173,156,0.5) 270deg,
        transparent 360deg
    );
    animation: rotate-border 15s linear infinite;
    top: -5px;
    content: "";
    bottom: -5px;
    position: absolute;
}

.course_program_description_4752 .skill_plan_9362::before,
.course_program_description_4752 .skill_plan_9362::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.course_program_description_4752 .skill_plan_9362 h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
}

.course_program_description_4752 .request_list_4578 {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 50px;
    background: rgb(197,208,194);
    font-weight: 600;
    padding: 0.8rem 2rem;
    z-index: 1;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    color: #ffffff;
}

.course_program_description_4752 .request_list_4578:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}

.course_program_description_4752 .request_list_4578:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.course_program_description_4752::after {
    bottom: 15%;
    display: flex;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    z-index: 100;
    gap: 15px;
}

.course_program_description_4752::after {
    height: 10px;
    opacity: 0.3;
    width: 100px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(3):last-child) .job_training_0496:nth-child(2) {
    animation-delay: -10s;
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(4):last-child) .job_training_0496:nth-child(1) {
    animation-delay: 0s;
}

.course_program_description_4752 .next_skill_0976:has(.job_training_0496:nth-child(4):last-child) .job_training_0496:nth-child(3) {
    animation-delay: -15s;
}

.learning_outcomes_8574 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(229,233,227) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.learning_outcomes_8574::after {
    right: -150px;
    position: absolute;
    height: 300px;
    width: 300px;
    top: -150px;
    border-radius: 50%;
    content: "";
    background: linear-gradient(45deg, rgb(197,208,194) 0%, rgb(160,173,156) 100%);
    filter: blur(50px);
    z-index: 0;
    opacity: 0.05;
}

.learning_outcomes_8574 .photo_strip_9652 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    filter: saturate(1.05);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.learning_outcomes_8574 .knowledge_learning_1297:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.learning_outcomes_8574 .content_box_7364 {
    padding: 20px 0;
    position: relative;
}

.learning_outcomes_8574 .content_box_7364:hover::before {
    transform: scaleY(1);
}

.learning_outcomes_8574 h1 {
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    font-size: 47px;
    margin-bottom: 30px;
    transition: transform 0.4s ease;
    position: relative;
}

.learning_outcomes_8574 h1::after {
    position: absolute;
    left: 0;
    width: 80px;
    transition: width 0.4s ease;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(to right, rgb(197,208,194), rgb(160,173,156));
    content: "";
    border-radius: 10px;
}

.learning_outcomes_8574 li:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(5px) translateY(-2px);
}

.learning_outcomes_8574 li p {
    margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    align-items: center;
    display: flex;
}

.learning_outcomes_8574 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.learning_outcomes_8574 li:hover svg path {
    fill: rgb(160,173,156);
}

.learning_outcomes_8574 li:nth-child(odd):hover {
    transform: translateX(0) translateY(-2px);
}

.secure_cache_6059 {
    color: #000000;
    background-color: rgb(229,233,227);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.secure_cache_6059 h3, .secure_cache_6059 h4, .secure_cache_6059 h5, .secure_cache_6059 h6 {
    margin: 1rem 0;
}

.secure_cache_6059 ul {
    list-style-type: none;
    padding: 0;
}

.secure_cache_6059 p {
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 20px;
}

.welcome_board_5847 .knowledge_learning_1297 {
    width: 100%;
    position: relative;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-template-rows: 1fr;
}

.welcome_board_5847 .learning_main_5068::before {
    background: linear-gradient(
        to left,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.welcome_board_5847 .learn_begin_4371 {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.welcome_board_5847 .learn_begin_4371::after {
    content: '';
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgb(197,208,194,0.5) 2px,
        rgb(197,208,194,0.5) 4px
    );
    z-index: 2;
    inset: 0;
    position: absolute;
}

.welcome_board_5847 .learn_begin_4371:hover img {
    transform: scale(1.05);
}

.welcome_board_5847 .content_box_7364::before {
    border-left: 4px solid rgb(197,208,194);
    left: -20px;
    position: absolute;
    content: '';
    height: 70px;
    top: -20px;
    opacity: 0.8;
    width: 70px;
    border-top: 4px solid rgb(197,208,194);
}

.welcome_board_5847 .content_box_7364 h1 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 47px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.welcome_board_5847 .content_box_7364 p {
    margin-bottom: 2.5rem;
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.7;
    color: #ffffff;
}

.welcome_board_5847 .content_box_7364 .request_list_4578 {
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(
        to right,
        rgb(197,208,194) 0%,
        rgb(160,173,156) 100%
    );
    color: #ffffff;
    padding: 14px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    z-index: 1;
    text-decoration: none;
}

.welcome_board_5847 .content_box_7364 .request_list_4578:hover::before {
    opacity: 1;
}

footer::after {
    z-index: -1;
    left: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(160,173,156) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(160,173,156) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(160,173,156) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(160,173,156) 1px, transparent 1px);
    position: absolute;
    background-size: 50px 50px;
    bottom: 0;
    opacity: 0.1;
    right: 0;
    top: 0;
    content: "";
}

.med_guides_6932 .container {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}

.med_guides_6932 .company_holder {
    flex: 1 1 400px;
    padding: 0;
    position: relative;
    border-radius: 30px;
}

.med_guides_6932 .company_holder::before {
    height: 100%;
    background-size: 50px 50px;
    position: absolute;
    width: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(160,173,156) 25px, rgb(160,173,156) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(160,173,156) 25px, rgb(160,173,156) 26px, transparent 27px, transparent 49px);
    opacity: 0.1;
    left: 0;
    top: 0;
    border-radius: 30px;
    content: "";
    pointer-events: none;
}

.med_guides_6932 .company_holder h3::after {
    top: 50%;
    width: 10px;
    height: 10px;
    content: "";
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    right: 15px;
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
}

.med_guides_6932 .workshop_cta_9836::before {
    border-radius: 50%;
    opacity: 0.6;
    width: 20px;
    top: 2rem;
    position: absolute;
    height: 20px;
    left: -10px;
    background: rgb(160,173,156);
    content: "";
    pointer-events: none;
}

.med_guides_6932 .play_market_4507 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.med_guides_6932 .page_top_0961 {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.med_guides_6932 .main_header_7860 {
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 30px;
    min-width: 200px;
}

.med_guides_6932 .main_header_7860 h5 {
    padding: 1rem 1.5rem;
    align-items: center;
    font-size: 19px;
    display: flex;
    font-weight: 600;
    background: rgb(160,173,156);
    margin: 0;
    color: #ffffff;
    position: relative;
}

.med_guides_6932 .main_header_7860 h5::after {
    right: 15px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    background: #ffffff;
    top: 50%;
    width: 6px;
    height: 6px;
}

.med_guides_6932 .main_header_7860 .page_top_0961 a {
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    color: #ffffff;
}

.med_guides_6932 .main_header_7860 .page_top_0961 a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.med_guides_6932 .main_header_7860 .page_top_0961 a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.hackathon_2967 .container {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hackathon_2967 .container::before,
.hackathon_2967 .container::after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(197,208,194);
    height: 15px;
    border-radius: 50%;
    width: 15px;
    content: "";
}

.hackathon_2967 .container::before {
    left: 15%;
}

.hackathon_2967 .container::after {
    right: 15%;
}

.hackathon_2967 .privacy_cta_9784 {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    background: rgb(197,208,194);
}

.hackathon_2967 .privacy_cta_9784::after {
    margin-left: 15px;
    left: 100%;
}

.thxField_2987 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(197,208,194,0.5), rgb(229,233,227), rgb(160,173,156,0.5));
    perspective: 1000px;
}

.thxField_2987::after {
    left: -50%;
    z-index: 1;
    position: absolute;
    width: 200%;
    animation: patternMove 60s linear infinite;
    transform: rotate(15deg);
    pointer-events: none;
    top: -50%;
    content: "";
    height: 200%;
}

.thxField_2987 h2 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 33px;
    transition: transform 0.5s ease;
    transform: translateZ(30px);
    font-family: Arial, sans-serif;
    position: relative;
    border-left: 4px solid rgb(197,208,194);
    color: #000000;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
}

.thxField_2987 .knowledge_learning_1297 {
    border-radius: 12px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    transform: translateZ(20px) rotateX(2deg);
    overflow: hidden;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(197,208,194), 0.3);
}

.thxField_2987 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thxField_2987 li {
    transition: transform 0.3s ease;
    background: #ffffff;
    padding: 40px;
    position: relative;
}

.thxField_2987 span {
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: left;
    line-height: 1.7;
    font-size: 18px;
    z-index: 2;
}

.tariff_wrapper_3859 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.tariff_wrapper_3859::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
}

.tariff_wrapper_3859 h2 {
    color: #ffffff;
    transform: translateY(0);
    text-align: center;
    font-size: 36px;
    animation: float 6s ease-in-out infinite;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}

.tariff_wrapper_3859 .learning_fees_9135 {
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.6;
    max-width: 800px;
}

.tariff_wrapper_3859 .basic_rates_8213 li {
    perspective: 1000px;
}

.tariff_wrapper_3859 .package_deals_9146 {
    transform-style: preserve-3d;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}

.tariff_wrapper_3859 .cost_fee_3497::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(197,208,194), rgb(160,173,156));
    left: 0;
    transform-origin: left;
    content: "";
    height: 5px;
    transform: scaleX(0.5);
    position: absolute;
    transition: transform 0.4s ease;
    top: 0;
}

.tariff_wrapper_3859 .package_deals_9146:hover .cost_fee_3497::before {
    transform: scaleX(1);
}

.tariff_wrapper_3859 .package_deals_9146 h4 {
    margin: 0 0 20px;
    font-size: calc(24px * 1.2);
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.tariff_wrapper_3859 .package_deals_9146 p {
    margin: 0 0 25px;
    flex-grow: 1;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.tariff_wrapper_3859 .package_deals_9146:hover .study_price_9538 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

.client_opinions_8064 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(229,233,227), #ffffff);
}

.client_opinions_8064::after {
    right: -50px;
    filter: blur(40px);
    position: absolute;
    background: rgb(197,208,194);
    border-radius: 50% 30% 70% 40%;
    opacity: 0.1;
    content: "";
    animation: floating 12s infinite alternate ease-in-out;
    top: -50px;
    height: 200px;
    width: 200px;
}

.client_opinions_8064 h2 {
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 29px;
    transform: translateY(0);
    max-width: 800px;
}

.client_opinions_8064 .knowledge_learning_1297 {
    z-index: 2;
    position: relative;
}

.client_opinions_8064 .rating_showcase_7694 {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    overflow: hidden;
    min-height: 240px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    height: 100%;
    transform: translateY(0);
    position: relative;
}

.client_opinions_8064 .rating_showcase_7694 h3 {
    font-size: calc(18px * 0.9);
    color: rgb(197,208,194);
    font-weight: 700;
    margin-bottom: 0.8rem;
    position: relative;
}

.client_opinions_8064 .rating_showcase_7694:hover h3::after {
    transform: scaleX(1);
}

.client_opinions_8064 .rating_showcase_7694 .description {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-size: 18px;
    flex-grow: 1;
    line-height: 1.6;
}

.client_opinions_8064 .rating_showcase_7694 img {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 60px;
    transition: transform 0.3s ease;
}

header:after {
    height: 100%;
    pointer-events: none;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    position: absolute;
    background-size: 100px 100px;
}

header .container {
    padding: 15px 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

header .container:before {
    background-repeat: repeat-x;
    top: 50%;
    background-size: 6px 2px, 6px 2px;
    right: 20px;
    pointer-events: none;
    content: '';
    position: absolute;
    opacity: 0.5;
    height: 30px;
    width: 50px;
    transform: translateY(-50%);
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    background-position: 0 0, 0 10px;
}

header .header_edu_3174:after {
    height: 20px;
    width: 20px;
    transform: translateY(-50%) translateX(40px);
    top: 50%;
    right: 0;
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    border-radius: 50%;
}

header .main_header_7860:hover:before {
    opacity: 0.7;
}

header .head_guide_3254 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 8px 0;
    transition: all 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

header .head_guide_3254:after {
    position: absolute;
    width: 20px;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scaleX(0);
    content: '';
    height: 1px;
    transform-origin: right;
    transition: all 0.3s ease;
    left: -30px;
}

header .head_guide_3254:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .top_info_2083:before {
    position: absolute;
    left: -10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 10px;
    width: calc(100% + 20px);
    top: -10px;
    height: calc(100% + 20px);
    content: '';
}

header .top_info_2083:hover:before {
    opacity: 1;
}

header .top_info_2083:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}

header .top_info_2083:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.future_attendees_8697::before {
    content: "";
    top: -50%;
    position: absolute;
    right: -50%;
    height: 100%;
    width: 100%;
    background: rgb(197,208,194,0.5);
    transform: rotate(35deg);
    z-index: 1;
}

.future_attendees_8697 .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}

.future_attendees_8697 .knowledge_learning_1297::before {
    content: "";
    background: linear-gradient(90deg, rgb(197,208,194), rgb(160,173,156));
    top: 0;
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
}



.future_attendees_8697 .knowledge_learning_1297::before {
    animation: dotAnimation 8s infinite;
}

.future_attendees_8697 h4 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.future_attendees_8697 h4::after {
    transform: translateX(-20px);
    content: "";
    background: rgb(160,173,156,0.5);
    bottom: -20px;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    height: 4px;
    width: 80px;
}

.future_attendees_8697 div > div::before {
    left: 0;
    z-index: -1;
    height: 1px;
    opacity: 0.5;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(160,173,156,0.5) 20%, 
        rgb(160,173,156,0.5) 80%, 
        transparent 100%);
    position: absolute;
    top: 50%;
    width: 100%;
}

.future_attendees_8697 p::before {
    top: 0;
    border-radius: 10px;
    width: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(229,233,227) 100%);
}

.future_attendees_8697 p:hover::before {
    opacity: 1;
}

.future_attendees_8697 p svg path {
    fill: rgb(197,208,194);
    transition: fill 0.3s ease;
}

.future_attendees_8697 p:hover svg {
    transform: rotate(10deg) scale(1.2);
}



.future_attendees_8697 .knowledge_learning_1297 > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}

.future_attendees_8697 .knowledge_learning_1297 > div p:nth-child(3) {
    animation-delay: 0.5s;
}

.future_attendees_8697 .knowledge_learning_1297 > div p:nth-child(5) {
    animation-delay: 0.9s;
}

.future_attendees_8697 p::after {
    width: 30px;
    transition: all 0.4s ease;
    border-radius: 50%;
    height: 30px;
    bottom: 10px;
    right: 10px;
    background: rgb(160,173,156,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0;
}



@media (max-width: 768px) {.education_history_8391 {
    padding: 60px 0;
}.education_history_8391 .rating_showcase_7694 {
    grid-template-areas: 
            "photo_strip_9652"
            "name"
            "employee_history_1409"
            "job_expertise_0852";
    padding: 30px 20px;
    grid-template-columns: 1fr;
}.education_history_8391 .photo_strip_9652 {
    margin: 0 auto;
    width: 80%;
    height: 180px;
}.education_history_8391 .name,
    .education_history_8391 .rating_showcase_7694 span:not(.name) {
    transform: translateX(0);
    text-align: center;
}.education_history_8391 .job_expertise_0852 {
    padding: 15px;
}}



@media (max-width: 576px) {.connect_form_7049 {
    padding: 50px 0;
}.connect_form_7049 .container {
    padding: 0 15px;
}.connect_form_7049 h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.connect_form_7049 .inquiry_panel_3206 {
    padding: 30px 20px 40px;
}.connect_form_7049 .request_list_4578 {
    width: 100%;
}.connect_form_7049 .photo_strip_9652 {
    min-height: 200px;
}}



@media (max-width: 768px) {.help_desk_info_5914 .msg_details_6487 {
    padding: 1.5rem;
}.help_desk_info_5914 .photo_strip_9652 {
    width: 150px;
    height: 150px;
}.help_desk_info_5914 .edu_asknow_8492 {
    align-items: center;
    flex-direction: column;
}.help_desk_info_5914 .contact_section_0574 p svg {
    height: 16px;
    margin-right: 6px;
    width: 16px;
}.help_desk_info_5914 .request_team_7609 svg {
    width: 18px;
    margin-right: 6px;
    height: 18px;
}
}



@media screen and (max-width: 1100px) {.data_analysis_5120 .statistics_gain_4217 {
    grid-template-columns: 1fr 1fr;
}.data_analysis_5120 .class_gains_7426 {
    grid-template-columns: 1fr 1fr;
}
}



@media screen and (max-width: 768px) {.data_analysis_5120 {
    padding: 60px 0;
}.data_analysis_5120 .boost_statistics_1724 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
}.data_analysis_5120 .statistics_advance_1087 {
    font-size: calc(12px * 0.95);
}.data_analysis_5120 .class_gains_7426 {
    gap: 20px;
}.data_analysis_5120 .edu_statistics_5601 {
    padding: 20px;
}.data_analysis_5120 .edu_statistics_5601 span {
    font-size: calc(20px * 0.9);
}.data_analysis_5120 .edu_statistics_5601 p {
    font-size: calc(12px * 0.85);
}
}



@media screen and (max-width: 576px) {.data_analysis_5120 {
    padding: 50px 0;
}.data_analysis_5120 .statistics_gain_4217 {
    gap: 40px;
}.data_analysis_5120 .class_gains_7426 {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_analysis_5120 .learn_statistics_1267 svg {
    height: 60px;
    width: 60px;
}.data_analysis_5120 .boost_statistics_1724 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data_analysis_5120 .boost_statistics_1724::after {
    width: 60px;
}.data_analysis_5120 .statistics_points_4307 svg {
    height: 35px;
    width: 35px;
}}



@media (max-width: 768px) {.our_mission_2037 {
    padding: 60px 0;
}.our_mission_2037 h3 {
    font-size: calc(31px * 0.9);
}.our_mission_2037 .training_pro_2916,
    .our_mission_2037 .study_track_5013 {
    padding: 25px;
}.our_mission_2037 .training_pro_2916 span {
    font-size: calc(24px * 0.9);
}.our_mission_2037 .photo_strip_9652,
    .our_mission_2037 .team_profile_9605 {
    height: 220px;
}
}



@media (min-width: 1400px) {.our_mission_2037 .container {
    max-width: 1320px;
}}



@media (max-width: 992px) {.learning_process_6748 {
    padding: 6rem 2rem;
}.learning_process_6748 .knowledge_learning_1297 {
    gap: 2rem;
}.learning_process_6748 h3 {
    font-size: calc(35px * 0.9);
}.learning_process_6748 span {
    padding: 1.5rem;
}
}



@media screen and (max-width: 768px) {.course_program_description_4752 {
    padding: 2rem 0;
}.course_program_description_4752 .skill_plan_9362 {
    border-radius: 20px;
    max-width: 700px;
    aspect-ratio: auto;
    min-height: 700px;
    padding: 3rem;
    height: auto;
}.course_program_description_4752 .skill_plan_9362::before {
    border-radius: 20px;
}.course_program_description_4752 .skill_plan_9362 h3 {
    font-size: calc(37px * 0.9);
}.course_program_description_4752 .skill_plan_9362 p {
    -webkit-line-clamp: 3;
}
}



@media (max-width: 992px) {.learning_outcomes_8574 {
    padding: 80px 0;
}.learning_outcomes_8574 .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_outcomes_8574 .photo_strip_9652 {
    max-height: 400px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.learning_outcomes_8574 .knowledge_learning_1297 {
    transform: none;
}.learning_outcomes_8574 h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.9);
}
}



@media (max-width: 576px) {.learning_outcomes_8574 {
    padding: 50px 0;
}.learning_outcomes_8574 .photo_strip_9652 {
    max-height: 250px;
}.learning_outcomes_8574 h1 {
    font-size: calc(47px * 0.7);
}.learning_outcomes_8574 .content_box_7364::before {
    width: 3px;
    left: -15px;
}.learning_outcomes_8574 li {
    padding: 10px 12px;
    margin-bottom: 12px;
}.learning_outcomes_8574 li p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.learning_outcomes_8574 li svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}}



@media (max-width: 992px) {.welcome_board_5847 .knowledge_learning_1297 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
}.welcome_board_5847 .learning_main_5068 {
    height: 100%;
    width: 100%;
    position: absolute;
    clip-path: none;
}.welcome_board_5847 .learning_main_5068::before {
    background: linear-gradient(
            to bottom,
            #000000 0%,
            transparent 30%,
            transparent 70%,
            #000000 100%
        );
}.welcome_board_5847 .content_box_7364 {
    width: 90%;
    grid-column: 1;
    border-radius: 25px;
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.4) 100%
        );
    max-width: 550px;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    margin: 0 auto;
}
}



@media (orientation: landscape) and (max-height: 600px) {.welcome_board_5847 {
    min-height: 450px;
    height: auto;
}.welcome_board_5847 .knowledge_learning_1297 {
    min-height: 450px;
}.welcome_board_5847 .content_box_7364 {
    padding: 1.5rem;
}.welcome_board_5847 .content_box_7364 h1 {
    margin-bottom: 1rem;
}.welcome_board_5847 .content_box_7364 p {
    margin-bottom: 1.5rem;
}}



@media (max-width: 1200px) {.med_guides_6932 .container {
    gap: 2rem;
}.med_guides_6932 .company_holder {
    flex: 1 1 350px;
}.med_guides_6932 .play_market_4507 {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.med_guides_6932 .page_top_0961 {
    gap: 2rem;
}.hackathon_2967 .container::before {
    left: 5%;
}.hackathon_2967 .container::after {
    right: 5%;
}
}



@media (max-width: 768px) {.med_guides_6932 {
    padding: 3rem 0 1rem;
}.med_guides_6932 .page_top_0961 {
    gap: 1.5rem;
}.med_guides_6932 .company_holder h3 {
    font-size: calc(36px - 2px);
    padding: 1.2rem 1.5rem;
}.med_guides_6932 .workshop_cta_9836 {
    padding: 1.5rem;
}.med_guides_6932 .workshop_cta_9836::before,
    .med_guides_6932 .workshop_cta_9836::after {
    display: none;
}.hackathon_2967 {
    margin-top: 2rem;
}.hackathon_2967 .privacy_cta_9784::before,
    .hackathon_2967 .privacy_cta_9784::after {
    width: 30px;
}
}



@media (max-width: 420px) {.med_guides_6932::after {
    height: 5px;
    background-size: 100px 5px;
}.med_guides_6932 .company_holder h3::after,
    .med_guides_6932 .main_header_7860 h5::before,
    .med_guides_6932 .main_header_7860 h5::after {
    display: none;
}.med_guides_6932 .main_header_7860 h5 {
    padding: 0.8rem 1rem;
}.med_guides_6932 .main_header_7860 .page_top_0961 {
    padding: 1rem;
}.hackathon_2967 .privacy_cta_9784 {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}



@media (max-width: 480px) {.thxField_2987 {
    padding: 40px 0;
}.thxField_2987 h2 {
    font-size: calc(33px * 0.7);
    border-left: 3px solid rgb(197,208,194);
    padding-left: 12px;
}.thxField_2987 .container {
    padding: 0 15px;
}.thxField_2987 .knowledge_learning_1297 {
    transform: translateZ(5px) rotateX(0.5deg);
}.thxField_2987 .knowledge_learning_1297:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thxField_2987 li {
    padding: 20px 15px;
}.thxField_2987 li::before {
    width: 20px;
    left: 15px;
    font-size: 12px;
    height: 20px;
}.thxField_2987 span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 992px) {.tariff_wrapper_3859 {
    padding: 80px 0;
}.tariff_wrapper_3859 .basic_rates_8213 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff_wrapper_3859 h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 576px) {.tariff_wrapper_3859 {
    padding: 50px 0;
}.tariff_wrapper_3859 h2 {
    font-size: calc(36px * 0.7);
}.tariff_wrapper_3859 .learning_fees_9135 {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.tariff_wrapper_3859 .cost_fee_3497 {
    padding: 25px 20px;
}.tariff_wrapper_3859 .package_deals_9146 h4 {
    font-size: calc(24px * 1.1);
}.tariff_wrapper_3859 .package_deals_9146 p {
    font-size: calc(15px * 0.9);
}.tariff_wrapper_3859 .study_price_9538 {
    font-size: calc(24px * 1.2);
    padding: 8px 16px;
}}



@media screen and (max-width: 576px) {.client_opinions_8064 h2 {
    font-size: calc(29px * 0.7);
}.client_opinions_8064 .rating_showcase_7694 {
    padding: 1.2rem;
}.client_opinions_8064 .rating_showcase_7694 h3 {
    font-size: calc(18px * 0.8);
}.client_opinions_8064 .rating_showcase_7694 .description {
    font-size: calc(18px * 0.95);
}.client_opinions_8064 .rating_showcase_7694 img {
    height: 50px;
    width: 50px;
}}



@media (max-width: 991px) {header .main_header_7860.menu {
    gap: 0;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(300px, 88vw);
    max-width: none;
    height: 100vh;
    height: 100dvh;
    padding: 72px 24px 32px;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
    background: rgb(197,208,194);
    z-index: 1003;
    transform: translateX(100%);
    overflow-y: auto;
    pointer-events: none;
}header .main_header_7860.menu.active {
    transform: translateX(0);
    pointer-events: auto;
}header .main_header_7860.menu:not(.active) {
    pointer-events: none;
}header .main_header_7860:before,
header .main_header_7860:after {
    display: none;
}header .head_guide_3254 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 14px 0;
    width: 100%;
    font-size: 15px;
    transform: none;
}header .head_guide_3254:before,
header .head_guide_3254:after {
    display: none;
}header .head_guide_3254:hover {
    transform: none;
}header .head_guide_3254:last-child {
    border-bottom: none;
}header .header_edu_3174:before,
header .header_edu_3174:after {
    display: none;
}header .top_info_2083 {
    margin: 0;
}}



@media (max-width: 576px) {.future_attendees_8697 {
    padding: 60px 0 50px;
}.future_attendees_8697 .knowledge_learning_1297 {
    padding: 35px 20px;
}.future_attendees_8697 h4 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.future_attendees_8697 h4::before {
    height: 3px;
    width: 30px;
}.future_attendees_8697 h4::after {
    width: 60px;
    height: 3px;
}.future_attendees_8697 p {
    padding: 15px;
    font-size: calc(12px * 0.9);
}.future_attendees_8697 p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.future_attendees_8697 p:hover {
    transform: translateY(-5px) scale(1.01);
}.future_attendees_8697 .knowledge_learning_1297::after {
    height: 60px;
    width: 60px;
}
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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

@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }


    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}



@keyframes staggered-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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



@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
