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

.wrapper-segment_Ia {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.homepage_Oa .learn_front_Qo::before {
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
    rgba(0,0,0,0.85) 0%, 
    rgba(20,20,50,0.75) 50%, 
    rgba(0,0,0,0.85) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
}

.homepage_Oa .mentor_values_jp > div:nth-child(1) {
    transform: translateX(-20px);
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

.homepage_Oa p::before {
    transform: translateY(-50%);
    top: 50%;
    height: 2px;
    content: '';
    width: 10px;
    background: rgb(163,190,190);
    left: 0;
    position: absolute;
}

.homepage_Oa h3::after {
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    position: absolute;
    height: 1px;
    width: 3rem;
    background: rgb(117,158,159);
}

.who_we_are_y0::after {
    z-index: -1;
    content: "";
    background: #ffffff;
    bottom: -75px;
    height: 150px;
    left: -25%;
    transform: rotate(-3deg);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    position: absolute;
    width: 150%;
}

.who_we_are_y0:hover h2::after {
    transform: scaleX(1.5);
}

.who_we_are_y0 .text_content_box_6n::before {
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgb(163,190,190) 0%, 
        rgb(117,158,159) 100%);
    width: 6px;
    position: absolute;
    content: "";
}

.who_we_are_y0 .text_content_box_6n p::after {
    background: linear-gradient(to right, 
        rgb(163,190,190) 0%, 
        rgb(117,158,159) 100%);
    height: 2px;
    transform-origin: left center;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    bottom: -8px;
    transition: transform 0.4s ease-out;
    transform: scaleX(0.3);
}

.stay_updated_jf .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.stay_updated_jf .teach_method_7z::before {
    content: "";
    position: absolute;
    z-index: 1;
    transform: translateX(-3px);
    width: 5px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(163,190,190), rgb(117,158,159));
    left: 0;
}

.stay_updated_jf .input_holder {
    margin-top: 1rem;
    max-width: 550px;
    display: flex;
    position: relative;
    gap: 1rem;
    flex-wrap: wrap;
}

.stay_updated_jf .input_holder {
    margin-top: 0;
    max-width: 100%;
}

.stay_updated_jf .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(163,190,190);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px -3px rgb(163,190,190,0.5);
}

.stay_updated_jf .input_holder .sub_backdrop_QZ:hover {
    box-shadow: 0 8px 20px -5px rgb(163,190,190,0.5);
    transform: translateY(-3px);
}

.stay_updated_jf .input_holder .sub_backdrop_QZ:active {
    box-shadow: 0 4px 10px -3px rgb(163,190,190,0.5);
    transform: translateY(-1px);
}

.course_structure_tZ::after {
    opacity: 0.1;
    position: absolute;
    left: -5%;
    content: "";
    background: linear-gradient(45deg, rgb(117,158,159) 0%, transparent 70%);
    height: 15vw;
    width: 15vw;
    transform: rotate(-10deg);
    z-index: 1;
    bottom: -5%;
}

.course_structure_tZ .hero_image_cB {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    transform: translateY(0);
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    width: 100%;
}

.course_structure_tZ .description:first-of-type::first-letter {
    color: rgb(163,190,190);
    background: rgb(207,222,223);
    margin-right: 0.5rem;
    float: left;
    border-radius: 10px;
    font-size: 1.5rem;
    padding: 0.5rem;
    font-weight: 700;
    line-height: 1;
}

.teaching_experience_lS .feedback_corner_T6:hover {
    transform: translateY(-10px);
}

.teaching_experience_lS .hero_image_cB {
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    align-self: center;
    border: 4px solid #ffffff;
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.teaching_experience_lS .career_experience_A6::before {
    position: absolute;
    border-right: 10px solid transparent;
    content: "";
    border-bottom: 10px solid rgb(207,222,223);
    top: -10px;
    left: 30px;
    border-left: 10px solid transparent;
}

header:before {
    height: 100%;
    position: absolute;
    content: '';
    pointer-events: none;
    width: 100%;
    animation: shimmer 8s infinite linear;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
}

header .head_lesson_uD {
    gap: 35px;
    display: flex;
    align-items: center;
    position: relative;
}

header .head_lesson_uD:before {
    transform: translateY(-50%) scaleX(0.8);
    transition: all 0.4s ease;
    content: '';
    height: 35px;
    position: absolute;
    top: 50%;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    left: 0;
    width: 100%;
}

header .head_wrap_p9:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .head_wrap_p9:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}

header .nav_train_0W:after {
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(163,190,190),
        transparent
    ) 1;
    opacity: 0;
    border: 1px solid transparent;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}

.contact_form_section_JH .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_form_section_JH h3::after {
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    width: 80px;
    height: 3px;
    background: rgb(163,190,190);
    content: "";
    left: 50%;
    bottom: -15px;
}

.feedback_links_mF::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    background: rgb(163,190,190);
    position: absolute;
    width: 10px;
}

.feedback_links_mF .message_inquiry_uY form {
    flex-direction: column;
    display: flex;
}

.feedback_links_mF .message_inquiry_uY input[type="text"]:focus,
.feedback_links_mF .message_inquiry_uY textarea:focus {
    box-shadow: 0 0 0 3px rgb(163,190,190,0.5);
    border-color: rgb(163,190,190);
    outline: none;
}

.feedback_links_mF .message_inquiry_uY .inquiry_card_wH label {
    cursor: pointer;
    font-size: calc(18px - 2px);
    padding-left: 30px;
    position: relative;
    color: #000000;
    line-height: 1.5;
}

.feedback_links_mF .message_inquiry_uY .inquiry_card_wH a:hover {
    text-decoration: underline;
}

.feedback_links_mF .message_inquiry_uY .support_block_fc::before {
    left: -100%;
    width: 100%;
    background: rgb(117,158,159);
    transition: all 0.5s ease;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.feedback_links_mF .query_help_9C::before {
    background: radial-gradient(circle, rgb(163,190,190,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    top: -50%;
    width: 100%;
    height: 100%;
    animation: rotate 30s linear infinite;
    right: -50%;
}

.feedback_links_mF .query_help_9C .request_reach_fd li svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}

.feedback_links_mF .query_help_9C .request_reach_fd li a:hover {
    color: rgb(163,190,190);
}

.cookie_ack_7U {
    box-shadow: 0 0 15px rgb(163,190,190);
    overflow: hidden;
    padding: 10px;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.5);
}

.data_comply_eP h5 {
    margin-bottom: 10px;
    color: rgb(163,190,190);
    text-shadow: 0 0 10px rgb(163,190,190);
    font-weight: 700;
    font-size: 18px;
}

#cookie_modal_alert_D3 {
    display: none;
}

#cookie_modal_alert_D3:checked ~ .cookieUsageContainer_IG {
    opacity: 0;
    visibility: hidden;
}

.privacy_quarters_AX::after {
    z-index: 0;
    position: absolute;
    width: 35%;
    background: radial-gradient(circle at bottom right, rgba(rgb(163,190,190,0.5), 0.03), transparent 70%);
    content: "";
    pointer-events: none;
    height: 35%;
    right: 0;
    bottom: 0;
}

.privacy_quarters_AX h2::before {
    top: 0.25rem;
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(163,190,190), rgb(117,158,159));
    width: 4px;
    bottom: 0.25rem;
    left: 0;
    content: "";
}

.privacy_quarters_AX h2::before {
    width: 6px;
}

.privacy_quarters_AX strong {
    color: rgb(163,190,190);
    font-weight: 600;
}

.privacy_quarters_AX li::before {
    height: 8px;
    left: 0;
    background-color: rgb(117,158,159);
    top: 0.5rem;
    transform: rotate(45deg);
    content: "";
    width: 8px;
    position: absolute;
}

.price_list_T0 {
    overflow: hidden;
    position: relative;
    background-color: rgb(207,222,223);
    font-family: Arial, sans-serif;
    padding: 100px 0;
}

.price_list_T0 .learning_packages_ne {
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
}

.price_list_T0 .pay_plans_n6 {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin-top: 25px;
    max-width: 800px;
}

.price_list_T0 .learn_fees_fT {
    animation-delay: calc(0.15s * var(--i, 1));
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    perspective: 1000px;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.price_list_T0 .learn_fees_fT:hover .plan_rates_VL h3 {
    transform: translateX(5px);
    color: rgb(163,190,190);
}

.price_list_T0 .learn_fees_fT:hover .learn_rates_wB {
    color: rgb(163,190,190);
    transform: scale(1.05);
}

.price_list_T0 .hero_image_cB {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
}

.price_list_T0 .learn_fees_fT:hover .hero_image_cB::after {
    opacity: 0.3;
}

footer .edu_asknow_QJ {
    background-color: rgb(117,158,159);
    padding: 40px 20px;
    margin-bottom: 70px;
    position: relative;
    gap: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
    display: flex;
    color: #ffffff;
    justify-content: center;
}

footer .text_main_holder {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: -30px;
}

footer .head_lesson_uD {
    padding: 30px;
    position: relative;
    background-color: rgb(207,222,223);
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

footer .header_pro_Ct a {
    color: #000000;
    padding: 8px 0;
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
}

footer .subscribe_holder::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    pointer-events: none;
}

footer .sub_backdrop_QZ:hover {
    background-color: rgb(117,158,159);
}

.study_process_Go {
    background: linear-gradient(215deg, #000000 0%, rgb(163,190,190) 100%);
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    align-items: center;
    display: flex;
}

.study_process_Go .text_content_box_6n {
    max-width: 900px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 3rem;
    border-radius: 0 11px 11px 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-left: 4px solid rgb(117,158,159);
    backdrop-filter: blur(5px);
}

.study_process_Go h2::before {
    position: absolute;
    color: rgb(117,158,159);
    content: '>';
    animation: blink 1s step-end infinite;
    left: 0;
}



.study_process_Go h2::after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: linear-gradient(90deg, rgb(117,158,159), rgb(163,190,190));
    content: '';
}

.study_process_Go .text_content_box_6n:hover::before {
    animation-duration: 1s;
}

.thanksBlock_hk::after {
    position: absolute;
    transform: rotate(15deg) skewX(-10deg);
    width: 40%;
    height: 70%;
    bottom: -10%;
    content: "";
    left: -5%;
    animation: floatElement 15s ease-in-out infinite reverse;
    filter: blur(60px);
    background: linear-gradient(220deg, rgb(163,190,190,0.5) 20%, transparent 80%);
    z-index: 1;
}

.thanksBlock_hk .teach_method_7z::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(163,190,190) 0%, rgb(117,158,159) 100%);
    height: 6px;
    content: "";
}

.thanksBlock_hk li {
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
    position: relative;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.homepage_Oa .learn_front_Qo {
    min-height: 500px;
}.homepage_Oa .mentor_values_jp {
    padding: 2rem;
}.homepage_Oa .mentor_values_jp > div {
    margin-bottom: 1.2rem;
}.homepage_Oa h3::after {
    width: 2rem;
}
}



@media (min-width: 768px) {.who_we_are_y0 .text_content_box_6n div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.who_we_are_y0 {
    padding: 150px 0 200px;
}.who_we_are_y0 .text_content_box_6n {
    padding: 60px 70px;
}.who_we_are_y0 .text_content_box_6n div div {
    column-count: 2;
}
}



@media (prefers-reduced-motion: reduce) {.who_we_are_y0 .text_content_box_6n,
    .who_we_are_y0 h2::after,
    .who_we_are_y0 .text_content_box_6n:hover,
    .who_we_are_y0 .text_content_box_6n p::after {
    transition: none;
    transform: none;
}
}



@media (prefers-reduced-motion) {.stay_updated_jf::after {
    animation: none;
}.stay_updated_jf .teach_method_7z h3::after {
    animation: none;
    width: 80px;
}.stay_updated_jf .input_holder .sub_backdrop_QZ::before {
    display: none;
}}



@media screen and (min-width: 992px) {.course_structure_tZ {
    padding: 8rem 0;
}.course_structure_tZ h2 {
    margin-bottom: 4rem;
    font-size: calc(35px * 1.2);
    max-width: 60%;
}.course_structure_tZ .hero_image_cB {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
    height: 500px;
}.course_structure_tZ .tech_skills_40 {
    gap: 4rem;
}.course_structure_tZ .text_content_box_6n::before {
    left: -3rem;
    width: 0.4rem;
}.course_structure_tZ .description {
    max-height: 500px;
    font-size: calc(16px * 1.05);
    padding-right: 2rem;
    line-height: 1.8;
}.course_structure_tZ .description:first-of-type::first-letter {
    font-size: 2rem;
    padding: 0.7rem;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_train_0W svg {
    height: 35px;
}}



@media screen and (max-width: 768px) {.contact_form_section_JH {
    padding: 60px 0;
}.contact_form_section_JH h3 {
    font-size: calc(36px - 4px);
}.feedback_links_mF .message_inquiry_uY,
    .feedback_links_mF .query_help_9C {
    padding: 30px;
}.feedback_links_mF .message_inquiry_uY h3,
    .feedback_links_mF .query_help_9C h4 {
    font-size: calc(20px - 2px);
}.feedback_links_mF .message_inquiry_uY input[type="text"],
    .feedback_links_mF .message_inquiry_uY textarea {
    padding: 12px 15px;
}.feedback_links_mF .message_inquiry_uY .support_block_fc {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 767px) {.privacy_quarters_AX {
    padding: 4rem 1rem;
}.privacy_quarters_AX h1 {
    font-size: calc(48px * 0.9);
}.privacy_quarters_AX h2 {
    font-size: calc(30px * 0.9);
}.privacy_quarters_AX h3 {
    font-size: calc(30px * 0.75);
}.privacy_quarters_AX h4 {
    font-size: calc(30px * 0.65);
}}



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



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_backdrop_QZ {
    white-space: nowrap;
}footer .page_head_RY {
    padding-top: 80px;
}
}



@media (max-width: 992px) {.study_process_Go {
    padding: 5rem 1.5rem;
    min-height: 70vh;
}.study_process_Go .text_content_box_6n {
    width: 90%;
    padding: 2.5rem;
}.study_process_Go h2 {
    margin-bottom: 1.8rem;
    font-size: calc(29px * 0.9);
}.study_process_Go p {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 767px) {.thanksBlock_hk {
    padding: 60px 0;
}.thanksBlock_hk h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.thanksBlock_hk h2::after {
    width: 60px;
    bottom: -10px;
}.thanksBlock_hk .teach_method_7z {
    padding: 30px 20px;
}.thanksBlock_hk li::before {
    display: none;
}.thanksBlock_hk span {
    line-height: 1.6;
    font-size: 16px;
}
}



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



@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

