* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.lJF_wrapper-capsule {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

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

.TFg_thanksPoint::before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    left: 0;
    width: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(216,148,108,0.5) 0px,
        rgb(216,148,108,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
}

.TFg_thanksPoint h2::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.3rem;
    bottom: -1rem;
    transform: scaleX(1);
    left: 0;
    transform-origin: left;
    width: 8rem;
    background: linear-gradient(to right, rgb(230,186,157), rgb(216,148,108));
    content: "";
    position: absolute;
}

.TFg_thanksPoint .AFI_student_journey:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}

.TFg_thanksPoint li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}

.TFg_thanksPoint span {
    color: #000000;
    display: block;
    transition: padding-left 0.3s ease;
    position: relative;
    font-size: 14px;
    padding-left: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.TFg_thanksPoint li:hover span {
    padding-left: 0.5rem;
}

.GQB_title_screen {
    background-color: rgb(243,220,203);
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 600px;
    width: 100%;
}

.GQB_title_screen .LSq_edu_base {
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.GQB_title_screen .FyK_edu_lead {
    height: 100%;
    position: relative;
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
    min-width: 100vw;
}

.GQB_title_screen .wQc_text_frame {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 50%;
    backdrop-filter: blur(10px);
    border-radius: 26px 26px 0 0;
    background: rgba(255, 255, 255, 0.85);
    margin: 0 0 5% 10%;
    z-index: 4;
    padding: 3rem;
    animation: slideUp 1s ease-out;
    transform: translateY(0);
}

.GQB_title_screen .wQc_text_frame .FAs_reach_reach::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: buttonGlow 3s infinite;
    top: 0;
}

.aSy_course_features .Aig_learn_development {
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.aSy_course_features .mdH_learn_professional {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 20%;
}

.aSy_course_features .mdH_learn_professional:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}

.aSy_course_features .mdH_learn_professional::after {
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
}

.aSy_course_features .mdH_learn_professional::after {
    animation: tech-grid 15s linear infinite;
}

.aSy_course_features .Oiy_knowledge_guide::after {
    left: 0;
    right: 0;
    transform: translateX(-100%);
    top: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    z-index: -1;
    bottom: 0;
    position: absolute;
    content: "";
    animation: shine-effect 10s ease-in-out infinite;
}

.aSy_course_features .Oiy_knowledge_guide:hover h3::after {
    width: 60%;
}

.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach {
    font-weight: 600;
    text-decoration: none;
    font-size: 19px;
    z-index: 1;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 1rem 2.5rem;
    box-shadow: 0 8px 25px rgb(230,186,157,0.5);
    background: linear-gradient(
        45deg,
        rgb(230,186,157) 0%,
        rgb(216,148,108) 100%
    );
    overflow: hidden;
}

.aSy_course_features .Oiy_knowledge_guide .FAs_reach_reach {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.9);
}



.aSy_course_features::before {
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.7;
    position: absolute;
}

.aSy_course_features .mdH_learn_professional:nth-child(3)::before {
    animation-delay: 4s;
}

.aSy_course_features .mdH_learn_professional:nth-child(5)::before {
    animation-delay: 8s;
}

.qmp_register_now::after {
    top: -10%;
    filter: blur(20px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    position: absolute;
    width: 50%;
    right: -10%;
    pointer-events: none;
    z-index: -1;
    content: "";
    transform: rotate(-15deg);
    height: 70%;
}

.qmp_register_now h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 1.5rem;
    transform: translateZ(20px);
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    letter-spacing: 0.025em;
    max-width: 800px;
    font-weight: 600;
    font-size: calc(17px * 1.2);
}

.qmp_register_now div span:hover {
    transform: perspective(800px) rotateX(10deg) translateY(-5px);
}

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

.qmp_register_now .FAs_reach_reach:hover::before {
    left: 100%;
}

.qmp_register_now .FAs_reach_reach:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 
                0 3px 3px rgba(0, 0, 0, 0.05),
                0 0 0 4px rgba(255, 255, 255, 0.1);
}

.vyN_secure_enclosure::after {
    width: 200px;
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-15deg);
    right: -40px;
    filter: blur(20px);
    background: linear-gradient(to bottom right, 
        rgb(216,148,108) 0%, 
        transparent 70%);
    height: 200px;
    opacity: 0.1;
    top: -40px;
}

.vyN_secure_enclosure h1 {
    padding-bottom: 1.5rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgb(216,148,108,0.5), 0.2);
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    font-size: 41px;
    line-height: 1.2;
    margin: 0 0 2.5rem 0;
}

.vyN_secure_enclosure h2::before {
    position: absolute;
    background: rgb(216,148,108);
    border-radius: 2px;
    height: calc(100% - 1rem);
    top: 0.5rem;
    width: 4px;
    content: "";
    left: 0;
}

.vyN_secure_enclosure p {
    max-width: 95%;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.vyN_secure_enclosure ul {
    list-style-type: none;
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.2rem;
}

.vyN_secure_enclosure li::before {
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 0.7rem;
    position: absolute;
    content: "";
    background: rgb(216,148,108);
    transition: transform 0.3s ease, background 0.3s ease;
    opacity: 0.8;
    left: 0;
}

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



.Cyq_our_background .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}



.Cyq_our_background .wQc_text_frame {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    padding: 40px;
    display: flex;
    border-left: 3px solid rgb(216,148,108);
    transform: translateY(20px);
    flex-direction: column;
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.Cyq_our_background .wQc_text_frame div div {
    font-family: Arial, sans-serif;
    font-size: 15px;
    column-gap: 40px;
    line-height: 1.8;
    margin-bottom: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    column-count: 1;
}

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

.CoM_education_history .Sxq_learner_views::before {
    background: linear-gradient(45deg, rgb(230,186,157,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    opacity: 0.04;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}

.CoM_education_history .Sxq_learner_views > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}

.CoM_education_history .Sxq_learner_views > div:nth-child(2) {
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}

.CoM_education_history .name {
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    color: rgb(230,186,157);
}

.CoM_education_history .Sxq_learner_views > div:nth-child(3) {
    position: relative;
    margin-top: 15px;
}

.CoM_education_history .Mpm_job_tasks::before,
.CoM_education_history .Mpm_job_tasks::after {
    content: "";
    font-family: Georgia, serif;
    position: absolute;
    color: rgb(230,186,157);
    font-size: 60px;
    opacity: 0.1;
}

.CoM_education_history .Mpm_job_tasks::before {
    top: -20px;
    left: -15px;
}

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

.kCT_contact_panel h2 {
    margin-bottom: 70px;
    letter-spacing: 2px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.kCT_contact_panel .NMr_photo_box {
    position: relative;
    min-height: 100%;
}

.kCT_contact_panel .NMr_photo_box::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.kCT_contact_panel .dpQ_request_block::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
}

.kCT_contact_panel input[type="text"] {
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    width: 100%;
    font-size: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
}

.kCT_contact_panel .JCY_inquiry_query input[type="checkbox"]:checked {
    background: rgb(230,186,157);
    border-color: rgb(230,186,157);
}

.kCT_contact_panel .JCY_inquiry_query label {
    font-size: calc(12px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.kCT_contact_panel .JCY_inquiry_query a:hover {
    color: #ffffff;
}

.kCT_contact_panel .JCY_inquiry_query a:hover::after {
    background: #ffffff;
}

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

.kCT_contact_panel svg path {
    fill: rgb(230,186,157);
    transition: all 0.3s ease;
}

.kCT_contact_panel svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}

#oAB_userConsentBanner {
    display: none;
}

#oAB_userConsentBanner:checked ~ .kHp_cookie_warning_message {
    opacity: 0;
    visibility: hidden;
}

.kHp_cookie_warning_message h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.Mdw_cookies_consent {
    cursor: pointer;
    border-bottom: 2px solid rgb(230,186,157);
    text-decoration: none;
    color: rgb(230,186,157);
    line-height: 35px;
    margin-left: 10px;
    white-space: nowrap;
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
    font-size: 24px;
}

.lJF_wrapper-capsule .wWY_track_cookies h5 {
    font-weight: 700;
}

.lJF_wrapper-capsule .wWY_track_cookies h5, .lJF_wrapper-capsule .wWY_track_cookies p {
    color: #ffffff;
}

.VFb_audience_profile::after {
    content: "";
    position: absolute;
    background-size: cover;
    z-index: 2;
    bottom: 0;
    height: 120px;
    background-position: center;
    width: 100%;
    left: 0;
}

.VFb_audience_profile .AFI_student_journey {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    padding: 50px 40px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.VFb_audience_profile h4 {
    padding-bottom: 15px;
    text-align: center;
    color: rgb(230,186,157);
    position: relative;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 35px;
}

.VFb_audience_profile div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}

.VFb_audience_profile p::before {
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(230,186,157), rgb(216,148,108));
    width: 4px;
    height: 100%;
    transition: all 0.3s ease;
}

.VFb_audience_profile p:hover {
    color: #000000;
    transform: translateY(-5px);
}

.VFb_audience_profile p svg {
    width: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
}

.VFb_audience_profile p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}

.VFb_audience_profile .AFI_student_journey > div p:nth-child(2) {
    animation-delay: 0.4s;
}

.VFb_audience_profile .AFI_student_journey > div p:nth-child(5) {
    animation-delay: 1s;
}

.XNr_learning_impact::before {
    height: 400px;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    background: radial-gradient(circle, rgb(230,186,157,0.5) 0%, transparent 70%);
    opacity: 0.4;
    filter: blur(60px);
    top: 0;
    content: "";
    transform: translate(30%, -30%);
    width: 400px;
    right: 0;
}

.XNr_learning_impact .NMr_photo_box {
    border-radius: 15px;
    width: 100%;
    z-index: 1;
    transform: rotate(-1deg);
    position: relative;
    max-height: 400px;
    height: auto;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    object-fit: cover;
}

.XNr_learning_impact h3 {
    color: rgb(230,186,157);
    margin-bottom: 25px;
    font-size: 32px;
    position: relative;
    border-bottom: 2px dashed rgb(230,186,157,0.5);
    font-weight: 700;
    padding-bottom: 10px;
}

.XNr_learning_impact li {
    position: relative;
    transform: translateX(0);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.XNr_learning_impact li:hover::before {
    height: 100%;
}

.XNr_learning_impact li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}

.XNr_learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(230,186,157);
}

.XNr_learning_impact li:hover svg {
    transform: rotate(10deg);
    border-color: transparent;
    background: linear-gradient(135deg, rgb(230,186,157), rgb(216,148,108));
}

footer .fRo_student_aid::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
}

footer .info_item:hover {
    background-color: rgb(216,148,108,0.5);
    transform: scale(1.05) translateY(0);
    z-index: 2;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .ZbT_header_guide, footer .vWg_top_section, footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    text-align: center;
    align-items: center;
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    border-radius: 29px;
    transition: all 0.3s ease;
    flex-direction: column;
    flex: 1 1 300px;
    background-color: rgb(230,186,157,0.5);
    max-width: 400px;
}

footer .ZvS_cert_block {
    max-width: 300px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

footer .vWg_top_section:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}

footer .VxC_header_pro {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin-bottom: 20px;
    display: flex;
}

footer .VxC_header_pro a:hover {
    background-color: rgb(216,148,108,0.5);
    transform: translateY(-3px);
}

footer .input_holder input[type="email"] {
    text-align: center;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    color: #ffffff;
}

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

footer .oTO_enroll_info {
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: rgb(230,186,157,0.5);
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
}

header .Cpr_header_know {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 30px;
    gap: 1rem;
}

header .OxV_main_lead:hover svg {
    filter: drop-shadow(0 2px 4px rgb(230,186,157,0.5));
    transform: translateY(-2px);
}

header .uoV_head_wrap {
    color: #000000;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
}

header .uoV_head_wrap:hover::after {
    transform: scaleX(1);
}

.CQb_pricing_option::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
    z-index: 1;
    bottom: 0;
}

.CQb_pricing_option:hover h2::after {
    transform: scaleX(1.2);
}

.CQb_pricing_option .rWf_learning_fees {
    opacity: 0.9;
    font-size: calc(15px + 2px);
    text-align: center;
    margin: 0 auto 60px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
}

.CQb_pricing_option .bKx_trial_rates li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}

.CQb_pricing_option .qSr_discount_grid::before {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(230deg, rgb(216,148,108,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    left: 0;
    height: 100%;
    content: "";
}

.CQb_pricing_option .EMT_trial_pricing {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.CQb_pricing_option .EMT_trial_pricing h4::after {
    background: rgb(230,186,157);
    content: "";
    transition: width 0.4s ease;
    width: 40px;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
}

.CQb_pricing_option .pRO_cert_fees {
    font-size: calc(22px + 4px);
    margin-top: auto;
    font-weight: 700;
    padding: 10px 0;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(216,148,108) 0%, rgb(230,186,157) 100%);
    transition: transform 0.3s ease;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    position: relative;
    background-clip: text !important;
    color: #ffffff;
}



@media (max-width: 575px) {.TFg_thanksPoint {
    padding: 3rem 0;
}.TFg_thanksPoint .container {
    padding: 0 1rem;
}.TFg_thanksPoint .AFI_student_journey {
    padding: 1.5rem;
    border-left-width: 3px;
}.TFg_thanksPoint h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.TFg_thanksPoint h2::after {
    bottom: -0.7rem;
    width: 5rem;
    height: 0.2rem;
}.TFg_thanksPoint span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.TFg_thanksPoint li::before {
    height: 0.7rem;
    left: -1.5rem;
    width: 0.7rem;
}}



@media (max-width: 992px) {.aSy_course_features .Oiy_knowledge_guide {
    padding: 3rem;
}.aSy_course_features .AFI_student_journey {
    max-width: 700px;
}.aSy_course_features .Oiy_knowledge_guide h3 {
    font-size: calc(30px * 0.9);
}.aSy_course_features .Oiy_knowledge_guide p {
    max-width: 95%;
}
}




@media (max-width: 991px) {.qmp_register_now {
    padding: 3.5rem 1.5rem;
}.qmp_register_now h6 {
    font-size: calc(17px * 1.1);
}.qmp_register_now .container {
    gap: 2rem;
}
}



@media (max-width: 480px) {.qmp_register_now {
    padding: 2.5rem 0.75rem;
}.qmp_register_now h6 {
    padding-bottom: 1rem;
    font-size: calc(17px * 0.9);
}.qmp_register_now h6::after {
    width: 40px;
}.qmp_register_now .container {
    gap: 1.5rem;
}.qmp_register_now .FAs_reach_reach {
    font-size: calc(19px * 0.9);
    padding: 0.9rem 1.75rem;
}
}



@media (max-width: 768px) {.vyN_secure_enclosure {
    padding: 3rem 1rem;
}.vyN_secure_enclosure .container {
    border-left: 3px solid rgb(230,186,157);
    padding: 2rem 1.5rem;
}.vyN_secure_enclosure h1 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(41px * 0.8);
}.vyN_secure_enclosure h2 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.vyN_secure_enclosure h3 {
    font-size: calc(32px * 0.7);
    margin: 2rem 0 1rem;
}.vyN_secure_enclosure h4 {
    font-size: calc(32px * 0.6);
}.vyN_secure_enclosure p, 
    .vyN_secure_enclosure span,
    .vyN_secure_enclosure li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.vyN_secure_enclosure ul {
    padding-left: 0.5rem;
}.vyN_secure_enclosure li {
    padding-left: 1.2rem;
}
}



@media (max-width: 767px) {.Cyq_our_background {
    padding: 80px 0 100px;
}.Cyq_our_background h2 {
    font-size: calc(37px * 1.1);
    margin-bottom: 30px;
}.Cyq_our_background .wQc_text_frame {
    padding: 30px;
}
}



@media (min-width: 768px) {.CoM_education_history {
    padding: 100px 0;
}.CoM_education_history .Sxq_learner_views {
    grid-template-rows: auto 1fr;
    grid-template-columns: 200px 1fr;
    padding: 60px;
}.CoM_education_history .Sxq_learner_views > div:first-child {
    margin: 0;
    grid-row: 1 / 3;
    width: 200px;
    height: 200px;
}.CoM_education_history .Sxq_learner_views > div:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}.CoM_education_history .name::after {
    left: 0;
    transform: none;
}.CoM_education_history .Sxq_learner_views > div:nth-child(3) {
    grid-column: 2;
    padding-left: 30px;
    margin-top: 0;
}
}



@media (max-width: 576px) {.kCT_contact_panel {
    padding: 40px 0;
}.kCT_contact_panel .container {
    padding: 0 15px;
}.kCT_contact_panel h2 {
    font-size: calc(35px - 6px);
    margin-bottom: 40px;
}.kCT_contact_panel h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.kCT_contact_panel h2::after {
    width: 50px;
}.kCT_contact_panel .dpQ_request_block {
    padding: 30px 20px 40px;
}.kCT_contact_panel #contact {
    gap: 20px;
}.kCT_contact_panel .FAs_reach_reach {
    width: 100%;
}.kCT_contact_panel .NMr_photo_box {
    min-height: 200px;
}}



@media (max-width: 768px) {.VFb_audience_profile {
    padding: 70px 0 90px;
}.VFb_audience_profile .AFI_student_journey {
    padding: 35px 25px;
}.VFb_audience_profile h4 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.VFb_audience_profile div > div {
    grid-template-columns: 1fr;
}.VFb_audience_profile::after {
    height: 60px;
}
}



@media (max-width: 768px) {.XNr_learning_impact {
    padding: 50px 0;
}.XNr_learning_impact .NMr_photo_box {
    max-height: 280px;
}.XNr_learning_impact h3 {
    font-size: calc(32px * 0.9);
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}



@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}



@media (max-width: 576px) {footer .fRo_student_aid {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(12px - 1px);
}footer .vWg_top_section h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .VxC_header_pro a {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .SCd_news_signup_form {
    padding: 12px 15px;
}footer .oTO_enroll_info {
    padding: 6px 15px;
}}



@media (max-width: 992px) {.CQb_pricing_option {
    padding: 90px 0;
}.CQb_pricing_option .bKx_trial_rates {
    grid-template-columns: repeat(2, 1fr);
}.CQb_pricing_option .Mnb_plan_table {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.CQb_pricing_option {
    padding: 60px 0;
}.CQb_pricing_option h2 {
    font-size: calc(32px - 6px);
}.CQb_pricing_option .EMT_trial_pricing h4 {
    font-size: 22px;
}.CQb_pricing_option .EMT_trial_pricing p {
    font-size: calc(15px - 1px);
}
}



@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }

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

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

