﻿.HKtdwrapping-container {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

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

.XOIfhomepage .rABUpage_home {
    min-height: 100vh;
    box-sizing: border-box;
    align-items: center;
    padding: 6rem 2rem;
    display: flex;
    position: relative;
    justify-content: center;
}

.XOIfhomepage .Ojiatraining_experts::before {
    backdrop-filter: blur(10px);
    border-radius: 12px;
    transform: translateZ(-10px);
    z-index: -1;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08) 0%, 
    rgba(255, 255, 255, 0.03) 50%, 
    rgba(255, 255, 255, 0.01) 100%);
    top: 0;
    content: '';
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 5px 5px 15px rgba(255, 255, 255, 0.05),
    inset -5px -5px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
}

header .top_plank {
    background: rgb(194,208,191);
    color:  #ffffff;
}

header .top_plank .Sxycbest_focus div svg, header .top_plank .Sxycbest_focus div svg path {
    fill: #ffffff;
}

header .top_plank .Sxycbest_focus div img, header .top_plank .Sxycbest_focus div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.eQZrcost_plan::after {
    width: 30%;
    background: linear-gradient(225deg, rgb(155,173,152,0.5), rgb(194,208,191,0.5));
    z-index: 1;
    height: 40%;
    content: "";
    opacity: 0.4;
    transform: rotate(15deg);
    filter: blur(50px);
    left: -5%;
    bottom: -10%;
    position: absolute;
}

.eQZrcost_plan .JpVNprogram_price h2::after {
    background: linear-gradient(to right, rgb(194,208,191), rgb(155,173,152));
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
    bottom: -10px;
}

.eQZrcost_plan .mxwdfee_plan:hover {
    transform: translateY(-10px);
}

.eQZrcost_plan .XWFMlearning_fee::before {
    background: var(--card-border);
    transform: scaleX(0);
    width: 100%;
    height: 5px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: left;
}

.eQZrcost_plan .hsWJpackage_price::after {
    bottom: -10px;
    left: 0;
    background-color: var(--card-accent);
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
}

.eQZrcost_plan .mxwdfee_plan:hover .mSUDpost_image::after {
    opacity: 1;
}

.KYOxcourse_demographic {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(227,233,225) 0%, rgb(194,208,191,0.5) 100%);
    padding: 5rem 0;
    position: relative;
}

.KYOxcourse_demographic h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 31px;
    position: relative;
    margin-bottom: 3.5rem;
}

.KYOxcourse_demographic li {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.12);
    position: relative;
    align-items: center;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 1.8rem 2rem;
    backdrop-filter: blur(5px);
}

.KYOxcourse_demographic li {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #ffffff;
}

.KYOxcourse_demographic li:hover::after {
    transform: scale(1);
    opacity: 0.5;
}

.KYOxcourse_demographic li svg path {
    transition: all 0.4s ease;
}

.KYOxcourse_demographic li:hover svg path {
    fill: rgb(194,208,191);
}

.KrbRjoin_now::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(-30deg);
    width: 30%;
    pointer-events: none;
    content: "";
    position: absolute;
    top: -15%;
    z-index: -1;
    right: -5%;
    height: 200%;
}

.KrbRjoin_now:hover h6 {
    transform: translateY(-5px);
}

.KrbRjoin_now .kHnOhelp_section {
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.05em;
    font-weight: 700;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    align-items: center;
    color: rgb(194,208,191);
    transform: translateZ(0);
    backface-visibility: hidden;
    display: inline-flex;
    padding: 1.2rem 2.5rem;
}

.SglVcontact_form_box::before {
    opacity: 0.05;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,173,152,0.5),
        rgb(155,173,152,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}

.SglVcontact_form_box .Dxnmsupport_section {
    position: relative;
    padding: 50px;
    flex: 1;
}

.SglVcontact_form_box textarea {
    height: 150px;
    resize: none;
}

.SglVcontact_form_box .OxHIquery_feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.SglVcontact_form_box .OxHIquery_feedback label::before {
    left: 0;
    height: 18px;
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 18px;
    position: absolute;
    content: '';
    border: 2px solid rgb(155,173,152);
}

.SglVcontact_form_box .kHnOhelp_section:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(155,173,152);
    transform: translateY(-3px);
}

.SglVcontact_form_box .IogEquery_help::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
}

.zRXOmeet_us {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,233,225) 0%, #ffffff 100%);
}

.zRXOmeet_us h2::after {
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 80px;
    background: rgb(194,208,191);
    position: absolute;
    content: "";
}

.zRXOmeet_us .yYzSachieve_goals:hover::before {
    height: 100%;
}

.zRXOmeet_us .yYzSachieve_goals:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.zRXOmeet_us .yYzSachieve_goals h3 {
    font-size: 20px;
    position: relative;
    z-index: 2;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-bottom: 20px;
}

.zRXOmeet_us .yYzSachieve_goals:last-child {
    border-top: 3px solid rgb(155,173,152);
}

.zRXOmeet_us .knlgclass_sessions::after {
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.02;
    z-index: 0;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
}

.eoqUgratitudeDiv h2::after {
    height: 3px;
    content: "";
    width: 80px;
    border-radius: 10px;
    background: rgb(194,208,191);
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
}

.eoqUgratitudeDiv .rfBcdiff_block::after {
    opacity: 0.2;
    content: "";
    height: 160px;
    right: 20px;
    background: linear-gradient(135deg, rgb(194,208,191,0.5) 0%, transparent 70%);
    border-radius: 50%;
    transform: translateY(-10px);
    width: 160px;
    top: 20px;
    position: absolute;
}

.YClEsign_up::before {
    content: "";
    background: 
        linear-gradient(0deg, transparent 40%, rgb(194,208,191,0.5) 100%),
        repeating-linear-gradient(-45deg, rgb(155,173,152,0.5) 0, rgb(155,173,152,0.5) 2px, transparent 2px, transparent 8px);
    position: absolute;
    left: 0;
    animation: movePattern 20s linear infinite;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
}

.YClEsign_up input[type="email"] {
    margin-bottom: 1.5rem;
    background: #ffffff;
    color: #000000;
    border: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 1.5rem;
}

.YClEsign_up .VvaKupdates_widget:hover::before {
    opacity: 1;
}

.MUjqtraining_zone::before {
    z-index: -1;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(194,208,191,0.5) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}

.MUjqtraining_zone .GrPsapp_store {
    display: flex;
    justify-content: flex-end;
}

.MUjqtraining_zone .RrWIhead_bar {
    position: relative;
}

.MUjqtraining_zone .RrWIhead_bar::after {
    opacity: 0.4;
    border-right: 1px solid rgb(194,208,191);
    height: 40px;
    right: -20px;
    bottom: -10px;
    content: "";
    width: 40px;
    border-bottom: 1px solid rgb(194,208,191);
    position: absolute;
}

.MUjqtraining_zone .RrWIhead_bar .VwJzheader_know a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(155,173,152);
}

.sJkzsponsor_logo::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(194,208,191), transparent);
    height: 1px;
    top: 0;
}

header .xdZjhead_master .DhqWtop_skill {
    padding: 5px 10px;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}

header .xdZjhead_master .DhqWtop_skill:hover::before {
    opacity: 1;
}

header .xdZjhead_master .DhqWtop_skill .Ysyqmain_info {
    display: block;
    transition: transform 0.3s ease;
}

header .xdZjhead_master .RrWIhead_bar {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    justify-content: flex-end;
    margin: 0;
    list-style: none;
    padding: 15px 20px;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}

header .xdZjhead_master .RrWIhead_bar .WyJFmain_know a {
    font-family: Arial, sans-serif;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 400;
    text-decoration: none;
}

.UwpFprogram_overview .mSUDpost_image:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}

.UwpFprogram_overview .KRjpprose_block {
    padding: 2.5rem;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translateZ(20px);
    position: relative;
    border-left: 4px solid rgb(194,208,191);
    backdrop-filter: blur(8px);
}

.UwpFprogram_overview .KRjpprose_block:hover h3::after {
    transform: scaleX(1.2);
}

.UwpFprogram_overview p.description {
    display: block;
}

.UwpFprogram_overview .description::first-letter {
    padding: 6px;
    color: rgb(194,208,191);
    background: rgb(194,208,191,0.5);
    font-weight: 700;
    margin-right: 8px;
    float: left;
    font-size: 1.5em;
    line-height: 1;
}

.hXQMdata_guard {
    margin-right: 20px;
    flex-grow: 1;
}

.hXQMdata_guard p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
}

.GqTatrackingSettingsBox p a {
    color: rgb(194,208,191);
    text-decoration: underline;
}

.LPaDdata_summary::after {
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
}

.LPaDdata_summary .SaYRpro_upgrade::after {
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
    left: 0;
    animation: shimmer 5s infinite;
    transform: translateX(-100%);
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.LPaDdata_summary .TIWYclass_statistics {
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    width: 100%;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 30px;
    order: 1;
    border-radius: 13px;
    margin: 20px auto;
    text-align: center;
}

.LPaDdata_summary svg path {
    fill: inherit;
}

.LPaDdata_summary .OBtJclass_gains:first-of-type {
    order: 0;
}

.JGIxcustomer_experience {
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgb(155,173,152,0.5) 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    perspective: 1000px;
}

.JGIxcustomer_experience h2::after {
    content: "";
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    bottom: -20px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,208,191) 0%, rgb(155,173,152) 100%);
}

.JGIxcustomer_experience .cFnxclient_sentiments::before {
    z-index: 0;
    font-family: Georgia, serif;
    opacity: 0.2;
    color: rgb(194,208,191,0.5);
    right: 15px;
    top: 10px;
    line-height: 1;
    position: absolute;
    content: "";
    font-size: 120px;
}

.JGIxcustomer_experience .cFnxclient_sentiments img {
    border: 3px solid #ffffff;
    transform: translateZ(10px);
    width: 60px;
    margin-right: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 50%;
    object-fit: cover;
    height: 60px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.JGIxcustomer_experience a {
    transform: translateX(-50%);
    font-weight: 600;
    background: linear-gradient(45deg, rgb(194,208,191) 0%, rgb(155,173,152) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border-radius: 4px;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    margin-top: 50px;
    left: 50%;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    padding: 12px 30px;
    position: relative;
}

.wpaMcourse_methodology .container.rfBcdiff_block:hover {
    transform: translateY(-5px) rotateX(2deg);
}

.wpaMcourse_methodology .container.rfBcdiff_block > div::before {
    background: linear-gradient(
        90deg,
        rgb(194,208,191) 0%,
        rgb(155,173,152) 100%
    );
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

.wpaMcourse_methodology p {
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    max-width: 90%;
}

.lqePconfidential_cove::after {
    background: radial-gradient(circle, rgb(155,173,152,0.5) 0%, transparent 70%);
    right: -10%;
    position: absolute;
    transform: translateZ(0);
    top: -10%;
    height: 40%;
    width: 40%;
    z-index: 0;
    content: "";
    opacity: 0.12;
}

.lqePconfidential_cove h1:hover::after {
    width: 100%;
}

.lqePconfidential_cove h3 {
    color: rgb(155,173,152);
    font-size: calc(33px * 0.85);
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateZ(0);
    margin: 2rem 0 1rem;
}

.lqePconfidential_cove p {
    line-height: 1.7;
    max-width: 90ch;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    margin-bottom: 1.25rem;
    color: #000000;
    font-size: 17px;
}

.lqePconfidential_cove ul::before {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(155,173,152,0.5), transparent);
    left: 10px;
    bottom: 0;
    width: 1px;
    position: absolute;
    opacity: 0.5;
}

.lNaMeducation_history {
    background: rgb(227,233,225);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}

.lNaMeducation_history .cFnxclient_sentiments {
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    gap: 3rem;
    display: grid;
}

.lNaMeducation_history .mSUDpost_image::before {
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(194,208,191,0.5) 100%);
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
}

.lNaMeducation_history .cFnxclient_sentiments:hover .name::after {
    transform: translateX(0);
}

.lNaMeducation_history .NGQscareer_progress {
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    transition: all 0.5s ease-out 0.6s;
    padding: 0 0 0 20px;
    color: #000000;
}



@media (max-width: 992px) {.XOIfhomepage .Ojiatraining_experts {
    padding: 2.5rem;
}
}



@media (min-width: 992px) {.eQZrcost_plan .csoraccess_rates {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.eQZrcost_plan .JpVNprogram_price {
    width: 30%;
    text-align: left;
    order: 0;
    margin: 0;
}.eQZrcost_plan .JpVNprogram_price h2 {
    text-align: left;
    display: block;
}.eQZrcost_plan .JpVNprogram_price h2::after {
    transform: none;
    left: 0;
}.eQZrcost_plan .JYbllearn_deals {
    text-align: left;
    margin: 0;
}.eQZrcost_plan .jPQvrate_choices {
    width: 70%;
}
}



@media (max-width: 767px) {.KYOxcourse_demographic {
    padding: 3rem 0;
}.KYOxcourse_demographic h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2.5rem;
}.KYOxcourse_demographic h3::after {
    width: 100px;
}.KYOxcourse_demographic li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.KYOxcourse_demographic li svg {
    margin-right: 1rem;
    width: 35px;
    height: 35px;
}}



@media (max-width: 576px) {.KrbRjoin_now {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.KrbRjoin_now .container {
    gap: 2rem;
}.KrbRjoin_now h6 {
    font-size: calc(21px * 0.95);
}.KrbRjoin_now .kHnOhelp_section {
    padding: 1rem 1.8rem;
    font-size: calc(14px * 0.9);
}
}



@media (max-width: 576px) {.SglVcontact_form_box {
    padding: 40px 0;
}.SglVcontact_form_box h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.SglVcontact_form_box .Dxnmsupport_section,
    .SglVcontact_form_box .IogEquery_help {
    padding: 30px 20px;
}.SglVcontact_form_box form h3,
    .SglVcontact_form_box .IogEquery_help h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.SglVcontact_form_box input[type="text"],
    .SglVcontact_form_box textarea {
    margin-bottom: 15px;
    padding: 12px;
}.SglVcontact_form_box textarea {
    height: 120px;
}.SglVcontact_form_box .kHnOhelp_section {
    padding: 12px;
    width: 100%;
}.SglVcontact_form_box .Zfrbsupport_grid li {
    margin-bottom: 20px;
}}



@media (min-width: 768px) {.YClEsign_up {
    padding: 8rem 3rem;
}.YClEsign_up h3 {
    width: 70%;
}.YClEsign_up .input_holder {
    padding: 5rem 3rem 3rem;
}.YClEsign_up .VvaKupdates_widget {
    width: 60%;
}
}



@media screen and (max-width: 992px) {.MUjqtraining_zone .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.MUjqtraining_zone .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.MUjqtraining_zone .GrPsapp_store {
    justify-content: flex-start;
}.MUjqtraining_zone .VwJzheader_know {
    gap: 2rem;
}
}



@media screen and (min-width: 992px) {.UwpFprogram_overview {
    padding: 8rem 0;
}.UwpFprogram_overview .mSUDpost_image {
    height: 550px;
    flex: 1.2;
}.UwpFprogram_overview .KRjpprose_block {
    flex: 1;
    padding: 3rem;
}.UwpFprogram_overview h3 {
    margin-bottom: 2rem;
}.UwpFprogram_overview .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}


@media (max-width: 1200px) {.hXQMdata_guard h5 {
    font-size: calc(18px - 2px);
}.hXQMdata_guard p {
    font-size: calc(14px - 2px);
}.ivkucookie_overlay {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
}
}



@media (max-width: 992px) {.LPaDdata_summary .SaYRpro_upgrade {
    width: calc(50% - 10px);
}
}



@media (max-width: 576px) {.LPaDdata_summary {
    padding: 50px 0;
}.LPaDdata_summary .SaYRpro_upgrade {
    width: 100%;
    min-height: 130px;
    height: auto;
}.LPaDdata_summary .TIWYclass_statistics {
    padding: 20px;
}}



@media (max-width: 576px) {.JGIxcustomer_experience {
    padding: 60px 0 50px;
}.JGIxcustomer_experience h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 35px;
}.JGIxcustomer_experience .GMCHtestimonial_track {
    gap: 20px;
    grid-template-columns: 1fr;
}.JGIxcustomer_experience .cFnxclient_sentiments {
    padding: 20px;
}.JGIxcustomer_experience .cFnxclient_sentiments::before {
    font-size: 100px;
}.JGIxcustomer_experience .cFnxclient_sentiments img {
    width: 45px;
    height: 45px;
}.JGIxcustomer_experience a {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 575.98px) {.wpaMcourse_methodology {
    padding: 3rem 0;
}.wpaMcourse_methodology .container.rfBcdiff_block > div {
    padding: 2rem 1.25rem;
}.wpaMcourse_methodology h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    line-height: 1.3;
}.wpaMcourse_methodology p {
    font-size: calc(16px - 0.05rem);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.lqePconfidential_cove {
    padding: 3rem 1.5rem;
}.lqePconfidential_cove .container {
    padding: 1.5rem;
}.lqePconfidential_cove h1 {
    font-size: calc(48px * 0.9);
}.lqePconfidential_cove h2 {
    font-size: calc(33px * 0.9);
    padding-left: 0.75rem;
}.lqePconfidential_cove h3 {
    font-size: calc(33px * 0.75);
}.lqePconfidential_cove h4 {
    font-size: calc(33px * 0.65);
}
}



@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--z, 30px));
  }
}



@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

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



@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

