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

.lMD_digital_res {
    flex: 0 0 auto;
}

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


.ytB_plan_display {
    background: linear-gradient(135deg, rgb(239,237,234), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.ytB_plan_display .container {
    z-index: 1;
    position: relative;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}

.ytB_plan_display .OdD_premium_cost {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.ytB_plan_display .iMp_plan_table h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 20px;
}

.ytB_plan_display .tEy_premium_plan {
    gap: 30px;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    transform: translateY(40px);
    grid-template-columns: 1fr;
    opacity: 0;
    display: grid;
}

.ytB_plan_display .UwO_pricing_deals:hover .SvN_rate_card {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}

.ytB_plan_display .VUW_program_rate h3 {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    white-space: normal;
    font-size: calc(21px + 2px);
    color: #000000;
    word-break: break-word;
    font-weight: 700;
    overflow-wrap: break-word;
}

.ytB_plan_display .VUW_program_rate p {
    word-break: break-word;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    white-space: normal;
    margin-bottom: 10px;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-top: 5px;
}

.ytB_plan_display .anK_img_hover_box::after {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}

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

.JWN_potential_learners h4 {
    padding: 20px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 80px;
    position: relative;
}

.JWN_potential_learners h4::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    border-radius: 2px;
    background: rgb(179,166,161,0.5);
}

.JWN_potential_learners div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}

.JWN_potential_learners div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}

.JWN_potential_learners div p::before {
    width: 30px;
    border-radius: 50%;
    z-index: 2;
    height: 30px;
    position: absolute;
    content: "";
    background: #ffffff;
}

.JWN_potential_learners div p::after {
    width: 15px;
    position: absolute;
    height: 15px;
    z-index: 3;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(212,202,198), rgb(179,166,161));
    content: "";
}

.JWN_potential_learners div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,202,198);
}

footer .lMD_digital_res::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.3;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(212,202,198,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(179,166,161,0.5) 0%, transparent 20%);
}

footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(212,202,198);
    margin-right: 12px;
    width: 22px;
    height: 22px;
}

footer .text_main_holder {
    gap: 20px;
    perspective: 2000px;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
    display: flex;
}

footer .subscribe_holder {
    margin-right: 40px;
    margin-left: 40px;
    transform: translateZ(-20px) scale(0.96);
    background-color: rgb(212,202,198);
    color: #ffffff;
    z-index: 0;
    margin-top: -20px;
}

footer .fwJ_main_train::after, footer .ahF_head_nav::after, footer .subscribe_holder::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    width: 100%;
    top: 0;
    border-radius: 24px;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    left: 0;
}

footer .eJy_head_class {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
    margin-bottom: 20px;
}

footer .eJy_head_class a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

footer .eJy_head_class a:hover::before {
    width: 100%;
}

footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

footer .ZPf_math_tools {
    text-align: center;
    position: relative;
    margin-top: 60px;
}

footer .yfH_res_connect {
    padding: 8px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: #000000;
    border-radius: 30px;
    font-size: 13px;
    background-color: #ffffff;
}

.YGx_teaching_history .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 1;
}

.YGx_teaching_history .dlz_feedback_zone {
    grid-template-columns: 1fr 1fr;
    transform: perspective(1200px) rotateY(0deg);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: relative;
    grid-template-rows: auto auto;
    border-radius: 10px;
    display: grid;
    backdrop-filter: blur(10px);
    background: #ffffff;
    max-width: 1000px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.YGx_teaching_history .dlz_feedback_zone:hover .anK_img_hover_box::before {
    opacity: 0.4;
}

.YGx_teaching_history .dlz_feedback_zone span:not(.name) {
    position: relative;
    grid-row: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    color: rgb(179,166,161);
    z-index: 2;
    grid-column: 2;
    font-weight: 300;
    transform: translateY(0);
    align-self: end;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 35px 50px 40px 70px;
    font-size: 12px;
}

.YGx_teaching_history .dlz_feedback_zone:hover .MVW_exp_section {
    transform: translateY(-5px);
}

.xNG_company_overview::before {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
}

.xNG_company_overview .Jez_text_content {
    padding: 40px;
    margin: 0 auto;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    max-width: 900px;
    animation: slide-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    position: relative;
}

.xNG_company_overview h4 {
    font-size: calc(23px + 2px);
    font-weight: 600;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
    color: rgb(179,166,161);
    display: inline-block;
}

.fda_opening_board {
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(239,237,234), rgba(0, 0, 0, 0.5));
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
}

.fda_opening_board .bJF_course_entry {
    perspective: 1200px;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    width: 90%;
}

.fda_opening_board .ilF_start_page::before {
    position: absolute;
    background: linear-gradient(to right, 
    rgba(#000000, 0.8) 0%,
    rgba(#000000, 0.7) 50%,
    rgba(#000000, 0.8) 100%);
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    transform: translateZ(-10px);
    height: 100%;
    left: 0;
}

.fda_opening_board .ilF_start_page h1 {
    text-shadow: 
    0 2px 5px rgba(0, 0, 0, 0.3),
    0 5px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: calc(46px * 1.25);
    transform: translateZ(40px);
    animation: slideInUp 0.8s 0.4s forwards ease-out;
    color: #ffffff;
    margin-bottom: 2rem;
    transform: translateY(-20px);
}

.fda_opening_board .ilF_start_page > div > div:hover {
    transform: translateX(10px);
}

.onB_contact {
    z-index: 1;
    background: rgb(239,237,234);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.onB_contact .anK_img_hover_box {
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    width: 100%;
    filter: contrast(1.2) saturate(0.8);
    left: 0;
}

.onB_contact h3 {
    color: #000000;
    font-weight: 300;
    font-size: 31px;
    letter-spacing: 1px;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
}

.onB_contact .BpE_help_inquiry {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    padding: 80px;
    flex: 1 1 55%;
    position: relative;
}

.onB_contact .BpE_help_inquiry #contact {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.onB_contact .BpE_help_inquiry input[type="text"],
.onB_contact .BpE_help_inquiry textarea {
    font-family: Arial, sans-serif;
    border-radius: 50px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.03);
    padding: 20px 25px;
    margin-bottom: 30px;
    border: none;
    font-size: 12px;
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section label::before {
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    width: 22px;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 2px;
    height: 22px;
    left: 0;
    background-color: transparent;
}

.onB_contact .BpE_help_inquiry .ezx_inquiry_section a:hover {
    color: rgb(179,166,161);
}

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

.onB_contact .IuB_support_feedback h4 {
    font-size: 21px;
    color: #ffffff;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
    position: relative;
}

.onB_contact .IuB_support_feedback .iyu_connect_request {
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    z-index: 1;
    list-style: none;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li:last-child {
    margin-bottom: 0;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li:hover {
    transform: translateX(5px);
}

.onB_contact .IuB_support_feedback .iyu_connect_request li span {
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    color: #ffffff;
}

.onB_contact .IuB_support_feedback .iyu_connect_request li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.HDO_user_choices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.RYn_cookie_lock {
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    display: flex;
}

.kEs_cookie_controls {
    border: 2px solid rgb(212,202,198);
    flex-shrink: 0;
    transition: none;
    text-decoration: none;
    background: rgb(212,202,198);
    padding: 10px 20px;
    font-size: 17px;
    min-width: 150px;
    border-radius: 10px;
    margin-left: 10px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.fuo_program_offerings::before {
    z-index: 0;
    top: -50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(179,166,161,0.5) 0%, transparent 60%);
    width: 200%;
    height: 200%;
    pointer-events: none;
    transform: rotate(-15deg);
    opacity: 0.3;
    left: -50%;
}

.fuo_program_offerings .anK_img_hover_box {
    height: 380px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.fuo_program_offerings .anK_img_hover_box:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.fuo_program_offerings .Jez_text_content::before {
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(179,166,161,0.5) 0%, transparent 100%);
    opacity: 0.05;
    top: 0;
}

.fuo_program_offerings h3::after {
    bottom: -12px;
    position: absolute;
    height: 3px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    transform-origin: left;
    content: "";
    left: 0;
    width: 60px;
}

.Ozg_gratArea {
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(rgb(212,202,198,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.Ozg_gratArea .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

.Ozg_gratArea .vyq_community_team {
    padding: clamp(2rem, 5vw, 3.5rem);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    display: grid;
    grid-template-rows: auto auto;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    opacity: 0;
    gap: calc(15px * 1.5);
    transform: translateY(20px);
    position: relative;
}

.Ozg_gratArea a:hover {
    transform: translateY(-5px);
}

.Ozg_gratArea a::before {
    content: "";
    border-radius: 50% 0 50% 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(179,166,161,0.5), 0.1) 50%);
    position: absolute;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    right: -20px;
    opacity: 0;
    height: 80px;
    transform: scale(0);
    bottom: -20px;
    width: 80px;
}

.fCQ_newsletter_subscription .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}

.fCQ_newsletter_subscription .vyq_community_team {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
}

.fCQ_newsletter_subscription h3 {
    color: #000000;
    max-width: 90%;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    margin-bottom: 2rem;
    font-size: 20px;
    padding-left: 1rem;
}

.fCQ_newsletter_subscription .input_holder {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    position: relative;
}

.fCQ_newsletter_subscription .input_holder div::after {
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(179,166,161), rgb(212,202,198));
    width: 100%;
    transform-origin: left;
    height: 2px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}

.fCQ_newsletter_subscription .miz_get_started {
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(212,202,198), rgb(179,166,161));
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
}

.umY_program_outcomes .anK_img_hover_box::after {
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
}

.umY_program_outcomes .Jez_text_content {
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 60%;
    background: #ffffff;
    padding: 3rem;
    border-radius: 25px 0 0 25px;
    margin-left: auto;
    z-index: 3;
}

.umY_program_outcomes .text_main_holder > div {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background: rgb(239,237,234);
    transition: all 0.3s ease;
    padding: 1.5rem 2rem;
    display: flex;
}

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

.umY_program_outcomes .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}

.umY_program_outcomes .text_main_holder p {
    font-size: 14px;
    align-self: center;
    margin: 0;
    color: #000000;
    line-height: 1.6;
}

.tPo_enroll_instantly::before {
    top: 0;
    background-size: 30px 30px;
    width: 100%;
    left: 0;
    transform-origin: center top;
    animation: gridMove 20s linear infinite;
    transform: perspective(500px) rotateX(60deg);
    z-index: -1;
    opacity: 0.05;
    content: '';
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    position: absolute;
    height: 100%;
}

.tPo_enroll_instantly .vyq_community_team::after {
    bottom: -75px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    content: '';
    width: 150px;
    border-radius: 50%;
    left: -75px;
    animation: orbitRotate 15s linear infinite reverse;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 150px;
    position: absolute;
}

.tPo_enroll_instantly h3::after {
    transform: translateX(-50%);
    animation: barPulse 2s ease-in-out infinite;
    bottom: -20px;
    left: 50%;
    height: 3px;
    opacity: 0.7;
    width: 50px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    box-shadow: 0 0 10px #ffffff;
    content: '';
    position: absolute;
}

.tPo_enroll_instantly .Mfd_talk_contact::after {
    animation: patternMove 3s linear infinite;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    background-size: 10px 10px;
    width: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
}



header .BfM_main_base {
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2rem;
    display: flex;
    z-index: 5;
    position: relative;
}

header .bBf_site_start img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .fwJ_main_train:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(212,202,198,0.5);
}

header .Qrh_nav_train {
    position: relative;
    perspective: 800px;
    margin: 0 0.3rem;
}

header .Qrh_nav_train a:hover {
    transform: translateZ(10px);
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(212,202,198);
}

header .Qrh_nav_train::after {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    content: '';
    left: 0;
    background: radial-gradient(circle at center, rgb(212,202,198,0.5) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    z-index: -1;
    height: 100%;
}

.kIS_statistical_report::after {
    top: 0;
    content: "";
    position: absolute;
    animation: movePattern 30s linear infinite;
    z-index: 2;
    width: 100%;
    background: radial-gradient(
        circle at 10px 10px,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    left: 0;
    background-size: 20px 20px;
}

.kIS_statistical_report .sqv_fast_gain svg path {
    fill: rgb(212,202,198);
}

.kIS_statistical_report .qMp_statistics_advances::before {
    border-radius: 10px;
    background: rgb(212,202,198);
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    left: -20px;
    width: 4px;
    position: absolute;
    content: "";
}

.kIS_statistical_report .QbY_statistics_pluses {
    grid-row: 3;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    grid-column: 1 / -1;
    position: relative;
    flex-wrap: wrap;
}

.kIS_statistical_report .XMf_statistics_upgrade {
    text-align: left;
    flex: 0 0 calc(25% - 30px);
    transition: all 0.3s ease;
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.kIS_statistical_report .XMf_statistics_upgrade span {
    position: relative;
    margin: 0 0 5px 0;
    color: #ffffff;
    order: 2;
    font-weight: 700;
    font-size: calc(35px * 1.5);
    display: inline-block;
    line-height: 1;
}

.zNS_secure_archive {
    padding: 5rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(255,255,255,0.95) 100%);
}



.zNS_secure_archive .container {
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(0.5deg);
    background: #ffffff;
    max-width: 1140px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
    position: relative;
    padding: 3rem;
}

.zNS_secure_archive h2 {
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    border-left: 3px solid rgb(212,202,198);
    transition: all 0.3s ease;
    padding-left: 1rem;
    font-size: 38px;
    font-weight: 600;
}

.zNS_secure_archive p {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    line-height: 1.7;
    font-size: 13px;
    z-index: 1;
}

.zNS_secure_archive p strong {
    position: relative;
    color: rgb(212,202,198);
    display: inline-block;
    font-weight: 600;
}

.zNS_secure_archive ul {
    margin: 1.5rem 0 2rem;
    position: relative;
    list-style-type: none;
    padding-left: 0;
}

.zNS_secure_archive ul::before {
    bottom: 0;
    position: absolute;
    width: 1px;
    transform-origin: top;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(212,202,198,0.5), transparent);
    transform: scaleY(0.95);
    left: 0.8rem;
}

.fuo_program_offerings p.description::-webkit-scrollbar {
    width: 5px;
}

.fuo_program_offerings p.description::-webkit-scrollbar-track {
    background: transparent;
}

.fuo_program_offerings p.description::-webkit-scrollbar-thumb {
    background-color: rgb(179,166,161,0.5);
    border-radius: 10px;
}



@media (min-width: 1200px) {.ytB_plan_display .tEy_premium_plan {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.ytB_plan_display .VUW_program_rate {
    padding: 40px 35px;
}.ytB_plan_display .anK_img_hover_box {
    height: 240px;
}
}



@media (max-width: 480px) {.ytB_plan_display {
    padding: 60px 0;
}.ytB_plan_display .VUW_program_rate {
    padding: 25px 20px;
}.ytB_plan_display .anK_img_hover_box {
    height: 180px;
}}



@media (max-width: 991px) {.JWN_potential_learners {
    padding: 120px 0;
}.JWN_potential_learners h4 {
    font-size: calc(30px - 2px);
    margin-bottom: 70px;
}.JWN_potential_learners div p {
    width: 80%;
    margin-bottom: 50px;
    padding: 22px 25px;
}.JWN_potential_learners div p svg {
    height: 28px;
    min-width: 28px;
    margin-right: 15px;
    width: 28px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .fwJ_main_train, footer .ahF_head_nav, footer .subscribe_holder {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    flex: 1;
}footer .fwJ_main_train {
    margin-right: -20px;
}footer .ahF_head_nav {
    margin-right: -20px;
    z-index: 1;
    margin-left: 0;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}



@media (max-width: 992px) {.YGx_teaching_history {
    padding: 120px 0;
}.YGx_teaching_history .dlz_feedback_zone {
    grid-template-columns: 1fr 1.2fr;
}.YGx_teaching_history .anK_img_hover_box {
    min-height: 400px;
}.YGx_teaching_history .name {
    font-size: calc(22px * 0.9);
    padding: 0 40px 5px 50px;
}.YGx_teaching_history .dlz_feedback_zone span:not(.name) {
    padding: 30px 40px 35px 50px;
}.YGx_teaching_history .dlz_feedback_zone span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.YGx_teaching_history .MVW_exp_section {
    padding: 0 40px 40px 50px;
}
}



@media (min-width: 768px) {.xNG_company_overview {
    padding: 150px 0;
}.xNG_company_overview .Jez_text_content {
    transform: translateY(0);
    padding: 60px;
}.xNG_company_overview h1 {
    font-size: calc(38px + 10px);
    margin-bottom: 50px;
}.xNG_company_overview span {
    column-count: 2;
    column-gap: 50px;
}.xNG_company_overview h4 {
    font-size: calc(23px + 4px);
}
}



@media (min-width: 992px) {.xNG_company_overview .Jez_text_content {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    padding: 70px;
}.xNG_company_overview .Jez_text_content::before {
    width: 6px;
}.xNG_company_overview span {
    font-size: calc(18px + 2px);
}.xNG_company_overview h1::after {
    height: 4px;
    width: 90px;
}
}



@media (max-width: 992px) {.fda_opening_board .ilF_start_page {
    transform: rotateX(3deg) rotateY(-1deg);
    padding: 3rem 2rem;
}.fda_opening_board .ilF_start_page h1 {
    font-size: calc(46px * 1.1);
}.fda_opening_board .ilF_start_page h3 {
    font-size: calc(21px * 1.1);
}.fda_opening_board .ilF_start_page p {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 992px) {.onB_contact {
    padding: 80px 0;
}.onB_contact .wkm_request_inquiry {
    flex-direction: column;
}.onB_contact .BpE_help_inquiry,
    .onB_contact .IuB_support_feedback {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}


@media only screen and (max-width: 1200px) {.zQR_usageAgreementAlert {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.ScM_privacy_learn {
    display: none;
}.HDO_user_choices {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.zQR_usageAgreementAlert h5, .zQR_usageAgreementAlert p {
    text-align: center;
}.RYn_cookie_lock {
    margin-bottom: 15px;
}.kEs_cookie_controls {
    margin-top: 10px;
    margin-left: 0;
}}



@media (min-width: 992px) {.fuo_program_offerings .HDZ_tech_classes {
    gap: 6rem;
}.fuo_program_offerings .anK_img_hover_box {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.fuo_program_offerings .Jez_text_content {
    padding: 3rem;
}.fuo_program_offerings h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.3);
}.fuo_program_offerings h3::after {
    height: 4px;
    bottom: -15px;
}.fuo_program_offerings p.description {
    line-height: 1.8;
    max-height: 400px;
}
}



@media screen and (min-width: 992px) {.Ozg_gratArea {
    padding: 10rem 0;
}.Ozg_gratArea .vyq_community_team {
    padding: clamp(3rem, 7vw, 5rem);
    grid-template-columns: 1fr 1fr;
    gap: calc(15px * 3);
}.Ozg_gratArea h5 {
    font-size: calc(22px * 1.2);
    padding-bottom: 0;
}.Ozg_gratArea h5::after {
    bottom: -0.75rem;
}.Ozg_gratArea p {
    font-size: calc(15px * 1.05);
}
}



@media (min-width: 768px) {.fCQ_newsletter_subscription h3 {
    max-width: 80%;
    font-size: calc(20px * 1.1);
}.fCQ_newsletter_subscription .input_holder {
    flex-direction: row;
}.fCQ_newsletter_subscription .vyq_community_team {
    clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
    padding: 4rem;
}.fCQ_newsletter_subscription .USb_email_entry {
    border-radius: 10px 0 0 10px;
}.fCQ_newsletter_subscription .miz_get_started {
    padding: 1rem 2.5rem;
    border-radius: 0 10px 10px 0;
}
}



@media (max-width: 768px) {.umY_program_outcomes .anK_img_hover_box {
    height: 300px;
}.umY_program_outcomes .Jez_text_content {
    width: 85%;
    padding: 2rem;
}.umY_program_outcomes h2 {
    font-size: calc(36px * 0.9);
}.umY_program_outcomes .text_main_holder > div {
    padding: 1.2rem 1.5rem;
}
}



@media screen and (max-width: 992px) {.tPo_enroll_instantly {
    padding: 80px 0;
}.tPo_enroll_instantly .vyq_community_team::before {
    height: 150px;
    width: 150px;
    right: -75px;
    top: -75px;
}.tPo_enroll_instantly .vyq_community_team::after {
    bottom: -60px;
    height: 120px;
    width: 120px;
    left: -60px;
}.tPo_enroll_instantly h3 {
    margin-bottom: 45px;
    font-size: calc(28px * 0.9);
}.tPo_enroll_instantly .Mfd_talk_contact {
    padding: 16px 42px;
}
}



@media (min-width: 1400px) {header .BfM_main_base {
    margin: 0 auto;
    max-width: 1300px;
}header .Qrh_nav_train {
    margin: 0 0.5rem;
}header .Qrh_nav_train a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .BfM_main_base {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}header .fwJ_main_train {
    margin-bottom: 0;
}header .ahF_head_nav {
    flex: 1 0 100%;
    margin-top: 1rem;
    justify-content: center;
}header .Qrh_nav_train {
    margin: 0 0.2rem;
}header .Qrh_nav_train a {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .fwJ_main_train::before {
    bottom: -5px;
    top: -5px;
    right: -5px;
    left: -5px;
}
}



@media screen and (max-width: 1024px) {.kIS_statistical_report .XMf_statistics_upgrade {
    flex: 0 0 calc(33.33% - 30px);
}
}



@media screen and (max-width: 768px) {.kIS_statistical_report {
    padding: 70px 0;
}.kIS_statistical_report .sqv_fast_gain {
    width: 80px;
    height: 80px;
}.kIS_statistical_report .sqv_fast_gain svg {
    height: 40px;
    width: 40px;
}.kIS_statistical_report .qMp_statistics_advances {
    font-size: calc(45px * 0.8);
}.kIS_statistical_report .VOf_mentor_statistics {
    margin: 10px 0 40px;
    font-size: 14px;
    padding: 15px;
}.kIS_statistical_report .QbY_statistics_pluses {
    justify-content: center;
}
}



@media (max-width: 992px) {.zNS_secure_archive {
    padding: 4rem 1.5rem;
}.zNS_secure_archive .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(0.3deg);
}.zNS_secure_archive h1 {
    font-size: calc(42px * 0.9);
}.zNS_secure_archive h2 {
    font-size: calc(38px * 0.9);
    padding-left: 0.8rem;
}
}



@media (max-width: 576px) {.zNS_secure_archive {
    padding: 2rem 0.8rem;
}.zNS_secure_archive .container {
    padding: 1.5rem;
}.zNS_secure_archive h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.5rem;
}.zNS_secure_archive h1::after {
    height: 3px;
}.zNS_secure_archive h2 {
    padding-left: 0.6rem;
    border-left-width: 2px;
    font-size: calc(38px * 0.7);
}.zNS_secure_archive p, 
    .zNS_secure_archive span, 
    .zNS_secure_archive li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.zNS_secure_archive li {
    padding-left: 1.8rem;
}.zNS_secure_archive li::before {
    height: 6px;
    width: 6px;
}
}



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



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



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



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



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



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



@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}



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

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

