.Mxt_head_lesson {
    flex: 1 0 auto;
}

.Mxt_head_lesson {
    z-index: 1;
    margin-top: 0;
    position: relative;
    background: rgb(239,237,234);
    padding-top: 2rem;
}

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

.ytB_plan_display::before {
    opacity: 0.4;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    position: absolute;
    width: 40%;
    z-index: 0;
    filter: blur(60px);
    height: 70%;
    background: linear-gradient(145deg, rgb(212,202,198,0.5), rgb(179,166,161,0.5));
}

.ytB_plan_display .iMp_plan_table {
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
}

.ytB_plan_display .Pus_skill_plans {
    max-width: 680px;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin: 20px auto 0;
}

.ytB_plan_display .UwO_pricing_deals {
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(0deg);
    backface-visibility: hidden;
}

.ytB_plan_display .VUW_program_rate {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 35px 30px;
}

.ytB_plan_display .VUW_program_rate h3::before {
    background: linear-gradient(to bottom, rgb(212,202,198), rgb(179,166,161));
    position: absolute;
    width: 4px;
    border-radius: 10px;
    height: calc(100% - 10px);
    content: "";
    top: 5px;
    left: 0;
}

.ytB_plan_display .anK_img_hover_box {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 220px;
    overflow: hidden;
    width: 100%;
}

.JWN_potential_learners {
    position: relative;
    background: rgb(239,237,234);
    overflow: hidden;
    padding: 140px 0;
}

.JWN_potential_learners::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(239,237,234), transparent);
    content: "";
    height: 150px;
    left: 0;
    z-index: 1;
}

.JWN_potential_learners .vyq_community_team {
    position: relative;
}

.JWN_potential_learners h4::before {
    height: 3px;
    width: 100px;
    top: 0;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 2px;
    background: rgb(212,202,198,0.5);
}

.JWN_potential_learners div {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.JWN_potential_learners div p {
    transition: all 0.4s ease;
    align-items: center;
    border-radius: 50px;
    z-index: 1;
    font-size: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    background: #ffffff;
    color: #000000;
    display: flex;
    margin: 0 0 60px 0;
    position: relative;
    line-height: 1.6;
    width: 70%;
}

.JWN_potential_learners div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}

.JWN_potential_learners div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}

.JWN_potential_learners div p svg {
    transition: all 0.3s ease;
    height: 32px;
    width: 32px;
    min-width: 32px;
    margin-right: 20px;
}

.JWN_potential_learners div p:hover svg path {
    fill: rgb(179,166,161);
}

footer .nkQ_footer_careers {
    position: relative;
    z-index: 1;
}

footer .Lmh_edu_askus {
    padding: 25px;
    justify-content: space-between;
    gap: 15px;
    display: flex;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin: auto;
    flex-wrap: wrap;
    width: 85%;
    z-index: 3;
    background-color: #ffffff;
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item p,
footer .info_item a {
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}

footer .fwJ_main_train:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .ahF_head_nav {
    margin-right: 20px;
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    color: #ffffff;
    background-color: rgb(179,166,161);
    z-index: 1;
    margin-left: 20px;
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .fwJ_main_train:hover::after, footer .ahF_head_nav:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .WfQ_academy_info {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}

footer .ahF_head_nav h5::after {
    left: 0;
    width: 40px;
    content: "";
    background: linear-gradient(90deg, rgb(212,202,198), transparent);
    transition: width 0.3s ease;
    bottom: -8px;
    height: 2px;
    position: absolute;
}

footer .eJy_head_class a::before {
    content: "";
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: 0;
    background-color: rgb(212,202,198);
    height: 1px;
    position: absolute;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .miz_get_started {
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    padding: 14px 20px;
    color: rgb(212,202,198);
    border-radius: 10px;
    font-size: 18px;
}

.YGx_teaching_history::before {
    animation: backgroundShift 30s linear infinite;
    inset: 0;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(212,202,198,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(179,166,161,0.5) 0, rgb(179,166,161,0.5) 1px, transparent 1px, transparent 15px);
    opacity: 0.1;
    position: absolute;
    content: "";
}

.YGx_teaching_history .dlz_feedback_zone:hover {
    transform: perspective(1200px) rotateY(2deg);
}

.YGx_teaching_history .anK_img_hover_box {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-row: 1 / span 2;
    z-index: 1;
    grid-column: 1;
    min-height: 450px;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: relative;
}

.YGx_teaching_history .name {
    position: relative;
    z-index: 2;
    align-self: end;
    color: #000000;
    padding: 0 50px 5px 70px;
    transform: translateY(0);
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    grid-row: 1;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-column: 2;
}

.YGx_teaching_history .dlz_feedback_zone:hover span:not(.name)::after {
    transform: scaleX(1);
}

.YGx_teaching_history .MVW_exp_section {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    color: #000000;
    z-index: 2;
    font-size: 12px;
    padding: 0 50px 50px 70px;
    margin: 0;
    grid-row: 2;
    grid-column: 2;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transform: translateY(0);
}

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

.xNG_company_overview .Jez_text_content::before {
    width: 4px;
    background: linear-gradient(
    to bottom,
    rgb(212,202,198) 0%,
    rgb(179,166,161) 100%
  );
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.xNG_company_overview h1::after {
    transform: scaleX(0);
    position: absolute;
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    bottom: -10px;
    background: rgb(179,166,161);
    left: 0;
    content: "";
    height: 3px;
    width: 70px;
    transform-origin: left;
}

.xNG_company_overview span {
    line-height: 1.8;
    opacity: 0.9;
    column-count: 1;
    color: #ffffff;
    position: relative;
    column-gap: 40px;
    display: block;
    font-size: calc(18px + 1px);
    text-align: justify;
}

.fda_opening_board::after {
    animation: patternShift 30s linear infinite;
    width: 120%;
    pointer-events: none;
    z-index: 2;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    height: 120%;
    left: -10%;
    content: "";
    position: absolute;
    top: -10%;
}

.fda_opening_board .ilF_start_page span {
    margin-bottom: 1.5rem;
    display: block;
    transform: translateZ(20px);
}

.fda_opening_board .ilF_start_page h3 {
    opacity: 0;
    font-size: calc(21px * 1.2);
    color: rgb(179,166,161);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 400;
    animation: slideInUp 0.8s 0.2s forwards ease-out;
    padding-left: 1rem;
    transform: translateY(-10px);
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.fda_opening_board .ilF_start_page > div > div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    border-left: 4px solid rgb(179,166,161);
    padding: 1.5rem 2rem;
    box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.1),
    0 6px 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, 
    rgb(212,202,198,0.5) 0%,
    rgb(212,202,198) 50%,
    rgb(212,202,198,0.5) 100%);
    transform: translateX(0);
    position: relative;
}

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

.onB_contact .wkm_request_inquiry {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.onB_contact .BpE_help_inquiry::before {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
}

.onB_contact .BpE_help_inquiry input[type="text"]:focus,
.onB_contact .BpE_help_inquiry textarea:focus {
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(212,202,198,0.5);
    background-color: rgba(0, 0, 0, 0.015);
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section label {
    font-size: calc(12px - 2px);
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: #000000;
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section input[type="checkbox"]:checked + label::after {
    left: 7px;
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    width: 8px;
    height: 5px;
    content: '';
    position: absolute;
    top: 10px;
    border-bottom: 2px solid #ffffff;
}

.onB_contact .BpE_help_inquiry .Fza_feedback_inquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(212,202,198,0.5);
    background: rgb(179,166,161);
}

.onB_contact .BpE_help_inquiry .Fza_feedback_inquiry:hover::before {
    left: 100%;
}

.onB_contact .IuB_support_feedback {
    background: linear-gradient(135deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    flex: 1 1 45%;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li {
    position: relative;
    transition: transform 0.3s ease;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 20px;
    opacity: 0.9;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li:hover span::after {
    width: 100%;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li a:hover {
    opacity: 0.8;
}

.zQR_usageAgreementAlert {
    background: rgb(179,166,161);
    border-top: 3px solid rgb(212,202,198);
    bottom: 0;
    z-index: 90;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
}

.zQR_usageAgreementAlert p {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}

.zQR_usageAgreementAlert p a {
    color: rgb(212,202,198);
    border-bottom: 2px solid rgb(212,202,198);
    text-decoration: none;
}


#Rmk_cookieNoticeMessage {
    display: none;
}

#Rmk_cookieNoticeMessage:checked ~ .zQR_usageAgreementAlert {
    opacity: 0;
    visibility: hidden;
}

.fuo_program_offerings::after {
    opacity: 0.4;
    z-index: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 80%, rgb(212,202,198,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(179,166,161,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(212,202,198,0.5) 0%, transparent 20%);
    height: 100%;
    top: 0;
}

.fuo_program_offerings .anK_img_hover_box::after {
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    width: 120%;
    height: 120%;
    transition: opacity 0.5s ease-out;
    left: -10%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
    top: -10%;
    position: absolute;
}

.fuo_program_offerings .Jez_text_content:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) translateZ(10px);
}

.fuo_program_offerings h3 {
    color: #000000;
    line-height: 1.3;
    position: relative;
    font-size: calc(21px * 1.1);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.fuo_program_offerings .description {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 15px;
}

.fuo_program_offerings span.description {
    display: none;
}

.fuo_program_offerings .HDZ_tech_classes > div {
    position: relative;
}

.Ozg_gratArea::after {
    filter: blur(50px);
    background: linear-gradient(45deg, rgb(212,202,198) 0%, rgba(rgb(212,202,198,0.5), 0.1) 100%);
    position: absolute;
    transform: rotate(15deg) skew(-5deg);
    opacity: 0.15;
    content: "";
    width: 35%;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate-reverse;
    left: -5%;
    height: 70%;
    bottom: -10%;
}

.Ozg_gratArea h5 {
    line-height: 1.3;
    letter-spacing: -0.01em;
    position: relative;
    color: #000000;
    overflow: hidden;
    margin: 0;
    font-weight: 700;
    padding-bottom: 0.75rem;
    font-size: 22px;
}

.Ozg_gratArea h5::after {
    transform: translateX(-100%);
    left: 0;
    content: "";
    position: absolute;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    bottom: 0;
    background: rgb(179,166,161);
    width: 80px;
    height: 3px;
}

.Ozg_gratArea p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    transform: translateY(10px);
    position: relative;
    color: #000000;
}

.fCQ_newsletter_subscription::after {
    left: -5%;
    bottom: -10%;
    animation: floatElement 8s infinite ease-in-out reverse;
    position: absolute;
    transform: rotate(15deg) skew(-15deg);
    opacity: 0.1;
    z-index: -1;
    height: 60%;
    background: rgb(212,202,198);
    content: "";
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    width: 30%;
}

.fCQ_newsletter_subscription .vyq_community_team::before {
    background: linear-gradient(90deg, rgb(212,202,198), rgb(179,166,161), rgb(212,202,198));
    right: 0;
    top: 0;
    animation: gradientMove 6s infinite linear;
    left: 0;
    content: "";
    background-size: 200% 100%;
    height: 4px;
    position: absolute;
}

.fCQ_newsletter_subscription .input_holder div {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}

.fCQ_newsletter_subscription .USb_email_entry {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
}

.fCQ_newsletter_subscription .USb_email_entry:focus::placeholder {
    opacity: 0.7;
    transform: translateX(10px);
}

.fCQ_newsletter_subscription .miz_get_started::before {
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    transition: all 0.6s ease;
}

.umY_program_outcomes::before {
    content: '';
    width: 200%;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(239,237,234) 0%, transparent 100%),
        repeating-linear-gradient(
            45deg,
            rgb(212,202,198,0.5) 0,
            rgb(212,202,198,0.5) 1px,
            transparent 1px,
            transparent 15px
        );
    position: absolute;
    z-index: 1;
    right: -50%;
    transform: skewX(-20deg);
    height: 100%;
}

.umY_program_outcomes h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    padding-bottom: 1rem;
    font-size: 36px;
}

.umY_program_outcomes .text_main_holder {
    gap: 2rem;
    flex-direction: column;
    display: flex;
}

.umY_program_outcomes .text_main_holder > div::before {
    background: rgb(212,202,198);
    width: 5px;
    bottom: 0;
    position: absolute;
    height: 0;
    left: 0;
    transition: height 0.3s ease;
    content: '';
}

.umY_program_outcomes .text_main_holder > div:nth-child(even):hover {
    transform: translateX(3rem);
}

.umY_program_outcomes .text_main_holder svg path {
    fill: rgb(212,202,198);
}

.tPo_enroll_instantly {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    z-index: 1;
}

.tPo_enroll_instantly::after {
    animation: colorShift 15s ease-in-out infinite alternate;
    top: 0;
    height: 100%;
    filter: blur(60px);
    z-index: -1;
    content: '';
    width: 100%;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(179,166,161) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(212,202,198) 0%,
        transparent 50%
    );
    opacity: 0.1;
    left: 0;
    position: absolute;
}

.tPo_enroll_instantly h3 {
    animation: textPulse 4s ease-in-out infinite alternate;
    text-shadow: 0 0 15px #ffffff;
    margin-bottom: 55px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 28px;
    letter-spacing: 3px;
}

.tPo_enroll_instantly .Mfd_talk_contact {
    letter-spacing: 2px;
    padding: 18px 48px;
    border-radius: 21px;
    background: transparent;
    border: 2px solid #ffffff;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    color: #ffffff;
}

.tPo_enroll_instantly .Mfd_talk_contact:hover::before {
    left: 0;
}

header::before {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
    left: 0;
}

header .fwJ_main_train {
    position: relative;
    flex: 0 0 auto;
    z-index: 5;
}

header .bBf_site_start:hover {
    transform: translateY(-3px) scale(1.02);
}

header .fwJ_main_train::before {
    transition: all 0.3s ease;
    left: -8px;
    right: -8px;
    transform: skew(-3deg);
    opacity: 0.3;
    top: -8px;
    border: 1px solid rgb(212,202,198);
    bottom: -8px;
    content: '';
    position: absolute;
    border-radius: 10px;
}

header .Qrh_nav_train a::before {
    bottom: 5px;
    width: 80%;
    transition: transform 0.3s ease;
    opacity: 0.7;
    transform: scaleX(0);
    content: '';
    background: rgb(212,202,198);
    height: 1px;
    position: absolute;
    left: 10%;
}

header .Qrh_nav_train:hover::after {
    opacity: 0.4;
}

header .BfM_main_base::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
    content: '';
    height: 1px;
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    width: 60%;
}

.kIS_statistical_report::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0.9;
    width: 100%;
    background: linear-gradient(135deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
}

.kIS_statistical_report .sqv_fast_gain {
    background: #000000;
    border-radius: 10px;
    width: 120px;
    transform: rotate(-5deg);
    box-shadow: 0 0 0 2px rgb(212,202,198), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(212,202,198,0.5);
    justify-content: center;
    grid-row: 1;
    height: 120px;
    grid-column: 1;
    align-items: center;
    display: flex;
    margin: 0;
}

.kIS_statistical_report .VOf_mentor_statistics {
    grid-row: 2;
    grid-column: 1 / -1;
    line-height: 1.7;
    border-radius: 25px;
    font-size: calc(14px * 1.1);
    text-align: left;
    margin: 20px 0 50px;
    border-left: 4px solid rgb(179,166,161);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}

.kIS_statistical_report .XMf_statistics_upgrade:hover {
    transform: translateX(10px);
}

.kIS_statistical_report .fVF_statistics_advance svg {
    fill: rgb(179,166,161);
    height: 25px;
    width: 25px;
}

.kIS_statistical_report .fVF_statistics_advance svg path {
    fill: rgb(179,166,161);
}

.kIS_statistical_report .XMf_statistics_upgrade span::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 30px;
    bottom: -10px;
    background: rgb(212,202,198);
    left: 0;
    height: 3px;
}

.zNS_secure_archive::before {
    opacity: 0.15;
    height: 40%;
    z-index: 0;
    content: "";
    width: 40%;
    animation: float 15s ease-in-out infinite;
    filter: blur(40px);
    top: -5%;
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(212,202,198,0.5) 0%, transparent 70%);
}

.zNS_secure_archive .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.zNS_secure_archive h1::after {
    position: absolute;
    transition: width 0.3s ease;
    height: 4px;
    background: linear-gradient(90deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    left: 0;
    content: "";
    bottom: -0.5rem;
    width: 40%;
    transform-origin: left;
}

.zNS_secure_archive h4 {
    border-left: 1px solid rgb(179,166,161);
    padding-left: 0.6rem;
    color: #000000;
    margin: 1.8rem 0 1rem;
    position: relative;
    font-weight: 600;
    font-size: calc(38px * 0.7);
}

.zNS_secure_archive p strong::after {
    bottom: -2px;
    left: 0;
    background: rgb(212,202,198,0.5);
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: left;
    height: 1px;
}

.zNS_secure_archive li {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.2s ease;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 2.5rem;
}

.zNS_secure_archive li:hover::before {
    transform: scale(1.2);
    background: rgb(179,166,161);
}


@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 (min-width: 992px) {.ytB_plan_display .OdD_premium_cost {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.ytB_plan_display .iMp_plan_table {
    text-align: left;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}.ytB_plan_display .iMp_plan_table h2 {
    display: inline-block;
}.ytB_plan_display .iMp_plan_table h2::after {
    left: 0;
    transform: none;
}.ytB_plan_display .Pus_skill_plans {
    margin: 25px 0 0;
}.ytB_plan_display .tEy_premium_plan {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.JWN_potential_learners {
    padding: 100px 0;
}.JWN_potential_learners h4 {
    font-size: calc(30px - 4px);
    margin-bottom: 60px;
}.JWN_potential_learners div p {
    margin-bottom: 40px;
    border-radius: 30px !important;
    width: 90%;
    align-self: center !important;
    padding: 18px 22px;
}.JWN_potential_learners div p::before,
    .JWN_potential_learners div p::after {
    display: none;
}.JWN_potential_learners div p svg {
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin-right: 12px;
}
}



@media (max-width: 767px) {footer .lMD_digital_res {
    padding: 80px 0 30px;
}footer .Lmh_edu_askus {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .fwJ_main_train, footer .ahF_head_nav, footer .subscribe_holder {
    margin-right: 0;
    padding: 25px 20px;
    margin-left: 0;
}footer .ahF_head_nav, footer .subscribe_holder {
    margin-top: -10px;
}footer .ZPf_math_tools {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.YGx_teaching_history {
    padding: 100px 0;
}.YGx_teaching_history .container {
    padding: 0 30px;
}.YGx_teaching_history .dlz_feedback_zone {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto auto auto;
}.YGx_teaching_history .anK_img_hover_box {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
    grid-row: 1;
    grid-column: 1;
}.YGx_teaching_history .name {
    grid-column: 1;
    padding: 40px 30px 5px 30px;
    grid-row: 2;
    text-align: left;
}.YGx_teaching_history .dlz_feedback_zone span:not(.name) {
    padding: 10px 30px 40px 30px;
    text-align: left;
    grid-column: 1;
    grid-row: 3;
}.YGx_teaching_history .dlz_feedback_zone span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.YGx_teaching_history .MVW_exp_section {
    padding: 0 30px 40px 30px;
    grid-row: 4;
    grid-column: 1;
}
}



@media (max-width: 480px) {.xNG_company_overview {
    padding: 60px 0;
}.xNG_company_overview .Jez_text_content {
    padding: 25px 15px;
}.xNG_company_overview h1 {
    margin-bottom: 25px;
    font-size: calc(38px - 4px);
}.xNG_company_overview h4::after {
    width: 30px;
}.xNG_company_overview span {
    line-height: 1.5;
    font-size: calc(18px - 1px);
}}



@media (max-width: 576px) {.fda_opening_board .bJF_course_entry {
    width: 95%;
}.fda_opening_board .ilF_start_page {
    transform: none;
    padding: 2rem 1rem;
}.fda_opening_board .ilF_start_page h1 {
    font-size: calc(33px * 1.1);
}.fda_opening_board .ilF_start_page h3 {
    font-size: calc(17px * 1.1);
}.fda_opening_board .ilF_start_page > div > div {
    width: 100%;
    padding: 1rem;
}}



@media (max-width: 576px) {.onB_contact {
    padding: 50px 0;
}.onB_contact .BpE_help_inquiry,
    .onB_contact .IuB_support_feedback {
    padding: 40px 25px;
}.onB_contact h3 {
    font-size: calc(31px - 6px);
}.onB_contact .BpE_help_inquiry .ezx_inquiry_section label {
    font-size: calc(12px - 3px);
}.onB_contact .wkm_request_inquiry {
    border-radius: 20px;
}.onB_contact .BpE_help_inquiry input[type="text"],
    .onB_contact .BpE_help_inquiry textarea {
    border-radius: 25px;
}.onB_contact .BpE_help_inquiry textarea {
    border-radius: 20px;
}}



@media (min-width: 768px) {.fuo_program_offerings {
    padding: 8rem 0;
}.fuo_program_offerings .HDZ_tech_classes {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.fuo_program_offerings .anK_img_hover_box {
    height: 450px;
}.fuo_program_offerings h3 {
    font-size: calc(21px * 1.2);
}.fuo_program_offerings p.description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.fuo_program_offerings {
    padding: 4rem 0;
}.fuo_program_offerings .anK_img_hover_box {
    height: 280px;
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.fuo_program_offerings .Jez_text_content {
    padding: 2rem;
}.fuo_program_offerings h3 {
    font-size: 21px;
    margin-bottom: 1.25rem;
}.fuo_program_offerings h3::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.fuo_program_offerings p.description {
    max-height: 250px;
    line-height: 1.6;
}}



@media (prefers-reduced-motion: reduce) {.Ozg_gratArea::before,
    .Ozg_gratArea::after {
    animation: none;
}.Ozg_gratArea .vyq_community_team,
    .Ozg_gratArea h5::after,
    .Ozg_gratArea p {
    animation-duration: 0.1s;
}.Ozg_gratArea a:hover {
    transform: none;
}}



@media (max-width: 767px) {.fCQ_newsletter_subscription {
    padding: 4rem 0;
}.fCQ_newsletter_subscription .vyq_community_team {
    padding: 2.5rem 1.5rem;
}.fCQ_newsletter_subscription h3 {
    font-size: calc(20px * 0.9);
    padding-left: 0.75rem;
}.fCQ_newsletter_subscription .USb_email_entry {
    border-radius: 10px;
    margin-bottom: 1rem;
}.fCQ_newsletter_subscription .miz_get_started {
    width: 100%;
    border-radius: 10px;
}}



@media (max-width: 576px) {.umY_program_outcomes .anK_img_hover_box {
    height: 250px;
}.umY_program_outcomes .Jez_text_content {
    padding: 1.5rem;
    width: 90%;
    margin: -30px auto 2rem;
}.umY_program_outcomes .text_main_holder > div {
    padding: 1rem 1.2rem;
}.umY_program_outcomes .text_main_holder svg {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
}}



@media screen and (max-width: 768px) {.tPo_enroll_instantly {
    padding: 70px 0;
}.tPo_enroll_instantly .vyq_community_team::before {
    height: 100px;
    width: 100px;
    top: -50px;
    right: -50px;
}.tPo_enroll_instantly .vyq_community_team::after {
    bottom: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
}.tPo_enroll_instantly h3 {
    font-size: calc(28px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.tPo_enroll_instantly h3::after {
    bottom: -15px;
    width: 40px;
}.tPo_enroll_instantly .Mfd_talk_contact {
    padding: 14px 36px;
    font-size: calc(20px * 0.95);
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .BfM_main_base {
    padding: 0.8rem 1.2rem;
}header .fwJ_main_train {
    max-width: 130px;
}header .fwJ_main_train::before {
    display: none;
}header .ahF_head_nav {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
}header .ahF_head_nav::-webkit-scrollbar {
    height: 2px;
}header .ahF_head_nav::-webkit-scrollbar-thumb {
    background: rgb(212,202,198);
    border-radius: 10px;
}header .Qrh_nav_train {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .Qrh_nav_train a {
    white-space: nowrap;
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
}header .Qrh_nav_train a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media screen and (max-width: 576px) {.kIS_statistical_report {
    padding: 60px 0;
}.kIS_statistical_report .AIj_expert_benefits {
    gap: 20px;
}.kIS_statistical_report .sqv_fast_gain {
    width: 70px;
    height: 70px;
}.kIS_statistical_report .sqv_fast_gain svg {
    width: 35px;
    height: 35px;
}.kIS_statistical_report .qMp_statistics_advances {
    font-size: calc(45px * 0.7);
}.kIS_statistical_report .VOf_mentor_statistics {
    margin: 10px 0 30px;
    font-size: calc(14px * 0.9);
}.kIS_statistical_report .XMf_statistics_upgrade {
    margin-bottom: 20px;
    flex: 0 0 100%;
    align-items: center;
    text-align: center;
}.kIS_statistical_report .XMf_statistics_upgrade span::after {
    left: 50%;
    transform: translateX(-50%);
}}



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



@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}



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



@keyframes patternShift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(0, 0);
  }
}



@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}



@keyframes gradientMove {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}



@keyframes scaleUp {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}



@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

