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

* {
    scrollbar-width: none;
    scrollbar-color: #ffffff rgb(146,131,165);
}

svg {
    width: 30px;
    height: 30px;
}

.nhAheader_mainbar {
    flex: 1 0 auto;
}

.NlMvolunteer {
    flex: 0 0 auto;
}

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

.guiuser_feedback::before,
.guiuser_feedback::after {
    left: 0;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, 
        rgb(176,171,186) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(176,171,186) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(176,171,186) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(176,171,186) 75%);
    height: 50px;
    position: absolute;
}

.guiuser_feedback::before {
    transform: scaleY(-1);
    top: 0;
    opacity: 0.2;
}

.guiuser_feedback h2::after {
    left: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.guiuser_feedback .hFslearn_reviews::before {
    top: 50%;
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        90deg,
        rgb(146,131,165,0.5),
        rgb(146,131,165,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    height: 2px;
    right: 0;
    content: "";
    left: 0;
    animation: movePattern 20s linear infinite;
}

.guiuser_feedback .FtAreview_spot:nth-child(2n)::before {
    animation-delay: 2s;
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
}

.guiuser_feedback .FtAreview_spot:nth-child(3n)::before {
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    animation-delay: 4s;
}

.guiuser_feedback .FtAreview_spot img {
    object-fit: cover;
    border: 4px solid #ffffff;
    height: 90px;
    width: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    border-radius: 50%;
}

.guiuser_feedback .FtAreview_spot p {
    text-align: center;
    margin: 0;
}

.guiuser_feedback .FtAreview_spot p:first-of-type::before {
    color: rgb(146,131,165);
    margin: 0 5px;
    content: "~";
}

.guiuser_feedback .FtAreview_spot p:first-of-type::after {
    margin: 0 5px;
    color: rgb(146,131,165);
    content: "~";
}

.guiuser_feedback .FtAreview_spot .description::before,
.guiuser_feedback .FtAreview_spot .description::after {
    content: "";
    font-family: Arial, sans-serif;
    color: rgb(146,131,165,0.5);
    font-size: 50px;
    position: absolute;
    line-height: 0;
}

.guiuser_feedback .FtAreview_spot .description::before {
    top: 5px;
    left: -15px;
}

.Xfatraining_benefits::before {
    content: "";
    filter: blur(100px);
    top: -150px;
    position: absolute;
    right: -150px;
    height: 400px;
    background: rgb(146,131,165,0.5);
    animation: pulse 10s ease-in-out infinite alternate;
    opacity: 0.3;
    width: 400px;
    border-radius: 50%;
}



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

.Xfatraining_benefits .FWYpic_box {
    transform-origin: center;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    min-height: 400px;
    object-fit: cover;
    transition: all 0.5s ease;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    width: 100%;
    height: 100%;
}

.Xfatraining_benefits .bPNdescription_card::before {
    height: 100px;
    background: linear-gradient(135deg, rgb(146,131,165,0.5), transparent);
    position: absolute;
    opacity: 0.4;
    content: "";
    right: 0;
    width: 100px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
}

.Xfatraining_benefits h3 {
    font-weight: 700;
    font-size: 34px;
    padding-left: 20px;
    margin-bottom: 30px;
    color: rgb(146,131,165);
    position: relative;
}

.Xfatraining_benefits ul {
    gap: 15px;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
    list-style: none;
}

.Xfatraining_benefits li {
    transform: translateY(0);
    transition: all 0.3s ease;
    position: relative;
}

.Xfatraining_benefits li p::before {
    z-index: -1;
    width: 100%;
    opacity: 0;
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(146,131,165,0.5), rgb(115,88,141,0.5));
    top: 0;
}

.Xfatraining_benefits li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.Xfatraining_benefits li:hover p::before {
    opacity: 0.1;
}

.Xfatraining_benefits svg path {
    fill: rgb(146,131,165);
    transition: fill 0.3s ease;
}

.Xfatraining_benefits li:hover svg {
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(146,131,165), rgb(115,88,141));
}

.pyzcompany_overview::before {
    content: "";
    transform: rotate(15deg);
    top: -5%;
    z-index: 0;
    width: 25rem;
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: linear-gradient(45deg, rgb(146,131,165,0.5) 0%, rgb(115,88,141,0.5) 100%);
    height: 25rem;
    right: -5%;
}

.pyzcompany_overview .container {
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.pyzcompany_overview h1::after {
    bottom: -0.8rem;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.3rem;
    width: 6rem;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
}

.pyzcompany_overview .eiGstudy_classes::before {
    position: absolute;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    width: 100%;
    top: 0;
    content: "";
}

.pyzcompany_overview .Mykexpert_network {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}

.pyzcompany_overview .Mykexpert_network::before {
    background: linear-gradient(180deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    transform-origin: top;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    width: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pyzcompany_overview .Mykexpert_network h4::after {
    height: 2px;
    transform: scaleX(0.5);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(115,88,141);
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 3rem;
    content: "";
    bottom: -0.5rem;
}

.cxQsign_up_for_updates {
    padding: 5rem 3rem;
    overflow: hidden;
    perspective: 1200px;
    position: relative;
    background: linear-gradient(125deg, rgb(176,171,186) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.cxQsign_up_for_updates::after {
    background: rgb(115,88,141,0.5);
    width: 70%;
    animation: float-panel-reverse 12s ease-in-out infinite alternate;
    transform: rotateY(20deg) rotateX(-5deg);
    right: -10%;
    position: absolute;
    content: "";
    height: 140%;
    opacity: 0.2;
    top: -20%;
    z-index: 1;
}

.cxQsign_up_for_updates p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 22px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 2rem;
    font-weight: 700;
    line-height: 1.5;
    transform: translateZ(30px) rotateY(-5deg);
    flex: 0 0 40%;
}

.cxQsign_up_for_updates .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    position: relative;
    transform: translateZ(50px) rotateY(5deg);
}

.cxQsign_up_for_updates .Pkodiscover_learning {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #000000;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 1.3rem 1.5rem;
    transform: translateZ(10px);
    border: none;
    font-family: Arial, sans-serif;
}

.cxQsign_up_for_updates .Pkodiscover_learning::placeholder {
    opacity: 0.6;
    color: #000000;
}

.cxQsign_up_for_updates .eaOsub_desc::before {
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(to left, rgb(115,88,141), rgb(146,131,165));
    content: "";
    top: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: -1;
}

.cxQsign_up_for_updates .eaOsub_desc:hover {
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.UFQpricing_list_item {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.UFQpricing_list_item .khrstudy_rates {
    position: relative;
}

.UFQpricing_list_item h2 {
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
    font-size: 34px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
}

.UFQpricing_list_item .IGFprogram_rate {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    list-style: none;
}

.UFQpricing_list_item .IGFprogram_rate li:nth-child(1) {
    --i: 0;
}

.UFQpricing_list_item .IGFprogram_rate li:nth-child(2) {
    --i: 1;
}

.UFQpricing_list_item .IGFprogram_rate li:nth-child(4) {
    --i: 3;
}

.UFQpricing_list_item .Kagpayment_plans:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}

.UFQpricing_list_item .clMstudy_rates {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    padding: 30px;
}

.UFQpricing_list_item .Kagpayment_plans:hover .clMstudy_rates::before {
    opacity: 1;
}

.UFQpricing_list_item .WNmdiscount_price {
    display: flex;
    height: 100%;
    z-index: 1;
    position: relative;
    flex-direction: column;
}

.UFQpricing_list_item .WNmdiscount_price h4 {
    margin-top: 0;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
}

.UFQpricing_list_item .Kagpayment_plans:hover .WNmdiscount_price h4::after {
    transform: scaleX(1);
}

.UFQpricing_list_item .WNmdiscount_price p {
    overflow-wrap: break-word;
    max-height: 250px;
    margin-bottom: 25px;
    overflow-y: auto;
    flex-grow: 1;
    font-size: calc(15px * 0.95);
    padding-right: 5px;
    word-break: break-word;
    scrollbar-width: thin;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    scrollbar-color: rgba(rgb(146,131,165,0.5), 0.5) rgba(255, 255, 255, 0.05);
}

.UFQpricing_list_item .XAfprice_view::before {
    background: linear-gradient(90deg, rgb(146,131,165), transparent);
    left: 0;
    height: 1px;
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
}

.jRNoperation_process::before {
    background: linear-gradient(225deg, rgb(146,131,165) 0%, transparent 80%);
    right: -10%;
    content: "";
    pointer-events: none;
    width: 40%;
    top: -5%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    z-index: 1;
    height: 50%;
    opacity: 0.1;
}

.jRNoperation_process .RBWskill_sessions {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}

.jRNoperation_process h2::before {
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.35rem;
    position: absolute;
    transform: scaleX(0.6);
    left: 0;
    width: 6rem;
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    content: "";
}

.jRNoperation_process .bPNdescription_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
}

.jRNoperation_process .bPNdescription_card::before {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(146,131,165,0.5), 0.03) 0%, rgba(rgb(115,88,141,0.5), 0.06) 100%);
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.jRNoperation_process .bPNdescription_card:hover::after {
    height: 100%;
}

.pDxcontact_information {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: rgb(176,171,186);
}

.pDxcontact_information::before {
    height: 100%;
    opacity: 0.6;
    background: radial-gradient(circle at 20% 50%, rgb(146,131,165,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(115,88,141,0.5) 0%, transparent 40%);
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

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

.pDxcontact_information .aQzsupport_request {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
}

.pDxcontact_information .aQzsupport_request::before {
    width: 150px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    height: 150px;
    right: 0;
    position: absolute;
    top: 0;
    background: rgb(146,131,165,0.5);
    content: '';
    opacity: 0.2;
}

.pDxcontact_information .cRmhelp_inquiry {
    flex: 1;
    position: relative;
    padding: 50px;
}

.pDxcontact_information form h3 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 25px;
}

.pDxcontact_information input[type="text"]:focus,
.pDxcontact_information textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(146,131,165,0.5);
    border-color: rgb(146,131,165);
}

.pDxcontact_information textarea {
    height: 140px;
    resize: none;
}

.pDxcontact_information .gypcontact_message {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.pDxcontact_information .gypcontact_message label {
    color: #000000;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
}

.pDxcontact_information .gypcontact_message input[type="checkbox"]:checked + label::before {
    background: rgb(146,131,165);
    border-color: rgb(146,131,165);
}

.pDxcontact_information .gypcontact_message a {
    transition: all 0.3s ease;
    color: rgb(146,131,165);
    font-weight: 600;
    text-decoration: none;
}

.pDxcontact_information .gypcontact_message a:hover {
    color: rgb(115,88,141);
}

.pDxcontact_information .Bykconnect_feedback::before {
    transition: transform 0.4s ease;
    z-index: -1;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    background: rgb(115,88,141);
}

.pDxcontact_information .Bykconnect_feedback:hover {
    box-shadow: 0 5px 15px rgb(146,131,165,0.5);
}

.pDxcontact_information .BNVreach_reach {
    padding: 50px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(146,131,165), rgb(115,88,141));
    color: #ffffff;
    width: 35%;
}

.pDxcontact_information .BNVreach_reach h4 {
    font-size: 24px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.pDxcontact_information .BNVreach_reach h4::after {
    width: 40px;
    border-radius: 3px;
    bottom: -10px;
    position: absolute;
    left: 0;
    content: '';
    height: 3px;
    background: #ffffff;
}

.pDxcontact_information .iIrquery_query {
    padding: 0;
    list-style: none;
    margin: 0;
}

.pDxcontact_information .iIrquery_query li:last-child {
    border-bottom: none;
}

.pDxcontact_information .iIrquery_query li:hover {
    transform: translateX(5px);
}

.pDxcontact_information .iIrquery_query svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.pDxcontact_information .iIrquery_query li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.pDxcontact_information .iIrquery_query a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.FQRid_thankdiv {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(146,131,165,0.5), 0.05), rgba(rgb(115,88,141,0.5), 0.1));
}

.FQRid_thankdiv::after {
    opacity: 0.05;
    top: -150px;
    filter: blur(20px);
    background: rgb(146,131,165);
    right: -150px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    width: 300px;
    z-index: 0;
    height: 300px;
    animation: floatShape 15s ease-in-out infinite alternate;
    content: "";
}

.FQRid_thankdiv h2::after {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    position: absolute;
    transform: scaleX(0.8);
    width: 120px;
    height: 4px;
    transform-origin: left;
}

.FQRid_thankdiv .RBWskill_sessions::before {
    content: "";
    background-size: 200% 100%;
    animation: gradientShift 6s ease infinite;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141), rgb(146,131,165));
}

.FQRid_thankdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.FQRid_thankdiv li {
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
    position: relative;
}

.FQRid_thankdiv span {
    line-height: 1.7;
    display: block;
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.FQRid_thankdiv .RBWskill_sessions:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

footer {
    width: 100%;
    position: relative;
}

footer .NlMvolunteer {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    background:rgb(115,88,141);
    padding: 250px 0 30px;
}

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

footer .Rehform_learn {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    right: 0;
    border-radius: 22px;
    justify-content: space-between;
    top: -120px;
    background-color: #ffffff;
    position: absolute;
    flex-wrap: wrap;
    margin-bottom: 50px;
    display: flex;
    overflow: hidden;
    padding: 0;
    left: 0;
}

footer .info_item::after {
    position: absolute;
    background-color: rgb(146,131,165);
    bottom: 0;
    content: "";
    left: 0;
    height: 3px;
    width: 0;
    transition: width 0.3s ease;
}

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

footer .TPGhead_primary {
    position: relative;
    padding: 0 25px;
}

footer .Zvgknowl_base {
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    font-size: 16px;
    line-height: 1.6;
}

footer .fVxhead_know h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
}

footer .jVxmain_mainwrap {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

footer .jVxmain_mainwrap a:hover {
    color: #ffffff;
    background-color: rgb(146,131,165);
    transform: translateY(-3px);
}

footer .subscribe_holder {
    padding: 30px 25px;
    background-color: rgb(115,88,141,0.5);
    position: relative;
    border-radius: 22px;
}

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

footer .input_holder::before {
    z-index: -1;
    background-color: rgb(146,131,165);
    position: absolute;
    border-radius: 50%;
    content: "";
    opacity: 0.1;
    height: 50px;
    top: -10px;
    right: -10px;
    width: 50px;
}

footer .input_holder input[type="email"] {
    color: rgb(115,88,141);
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    border: none;
}

footer .eaOsub_desc {
    cursor: pointer;
    background-color: rgb(146,131,165);
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px;
    border: none;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
}

footer .eaOsub_desc:hover {
    background-color: rgb(115,88,141);
}

footer .YhTleaderboard {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.WIgstatistical_details {
    padding: 130px 0 160px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.WIgstatistical_details::after {
    background: radial-gradient(ellipse at bottom right, rgb(146,131,165,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(115,88,141,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.4;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -2;
    left: 0;
    content: '';
}

.WIgstatistical_details .HErknowledge_gains {
    position: relative;
    z-index: 2;
}

.WIgstatistical_details .HErknowledge_gains svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(146,131,165);
}

.WIgstatistical_details .XuPfast_upgrade::after {
    content: '';
    bottom: 0;
    position: absolute;
    width: 60px;
    left: 0;
    background: linear-gradient(to right, rgb(146,131,165), rgb(115,88,141));
    border-radius: 3px;
    height: 3px;
}

.WIgstatistical_details .Ylhclass_statistics {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    z-index: 2;
}

.WIgstatistical_details .Ylwstatistics_edges {
    border-radius: 30px 30px 30px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    flex: 1 1 calc(25% - 20px);
    transform: translateY(0);
    position: relative;
    min-width: 220px;
    margin: 10px;
}

.WIgstatistical_details .Ylwstatistics_edges:hover::before {
    transform: scale(1.2);
    opacity: 0.4;
}

.WIgstatistical_details .aYTknowledge_boosters {
    margin-bottom: 20px;
}

.WIgstatistical_details .aYTknowledge_boosters svg {
    filter: drop-shadow(0 0 5px rgb(146,131,165,0.5));
    fill: rgb(146,131,165);
    height: 40px;
    width: 40px;
}

.WIgstatistical_details .Ylwstatistics_edges span {
    font-weight: 700;
    position: relative;
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
    display: block;
}



.WIgstatistical_details .Ylwstatistics_edges::after {
    background: linear-gradient(to right, rgb(115,88,141,0.5), transparent);
    content: '';
    transition: all 0.4s ease;
    bottom: -15px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    width: 30px;
    left: -15px;
}

.WIgstatistical_details .Ylwstatistics_edges:hover::after {
    transform: scale(1.2);
    opacity: 0.4;
}

.WIgstatistical_details .Ylwstatistics_edges:nth-child(3) {
    transform: rotate(-1deg);
}

.WIgstatistical_details .stat_item_inner {
    transform: rotate(0deg);
}

.FYjcookie_overlay_alert {
    background: rgb(176,171,186);
    border-top: 2px solid rgb(146,131,165);
    z-index: 90;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.FYjcookie_overlay_alert p {
    font-size: 18px;
}

.GoZtrack_bar svg, .GoZtrack_bar svg path, .GoZtrack_bar img {
    height: 100px;
    width: 100px;
    fill: rgb(146,131,165);
}

.FYjcookie_overlay_alert p a {
    color: rgb(146,131,165);
    text-decoration: none;
}

#pkcprivacyModalWindow {
    display: none;
}

#pkcprivacyModalWindow:checked ~ .FYjcookie_overlay_alert {
    visibility: hidden;
    opacity: 0;
}

.wfSwrapper-container .tMfcookie_none {
    padding: 10px;
    background: rgb(146,131,165);
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
}

.MsCeducation_experience::before {
    left: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(146,131,165,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(115,88,141,0.5) 0%, transparent 30%);
    content: "";
    animation: pulse 20s infinite alternate;
    width: 100%;
    position: absolute;
    top: 0;
}

.MsCeducation_experience .FtAreview_spot:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.MsCeducation_experience .HJEjob_progress {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    grid-area: quote;
    font-size: 15px;
    border-radius: 11px;
    z-index: 1;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(146,131,165,0.5);
    font-weight: 300;
    padding: 50px 40px;
    position: relative;
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    line-height: 1.7;
    margin: 0;
    color: #ffffff;
}

.MsCeducation_experience .FtAreview_spot:hover .FWYpic_box {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(146,131,165,0.5);
    transform: translateZ(60px) translateX(-10px);
}

.MsCeducation_experience .name {
    transition: transform 0.3s ease;
    transform: translateZ(30px);
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #ffffff;
    grid-area: name;
    background: rgb(146,131,165);
    z-index: 2;
    font-size: 20px;
    padding: 15px 20px;
    margin: 0;
}

.MsCeducation_experience .FtAreview_spot:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.MYycourse_candidates {
    background: linear-gradient(135deg, rgb(176,171,186) 0%, rgb(115,88,141,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.MYycourse_candidates::after {
    position: absolute;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(146,131,165,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(146,131,165,0.5) 0%, transparent 2%);
    left: 0;
    opacity: 0.4;
    content: '';
    z-index: 1;
    width: 100%;
    animation: pulseDots 10s infinite alternate;
    top: 0;
    background-size: 180px 180px;
}

.MYycourse_candidates li::before {
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    content: '';
}

.MYycourse_candidates li::after {
    transition: width 0.4s ease, opacity 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
    background: rgb(146,131,165);
    content: '';
    opacity: 0.7;
    position: absolute;
}

.MYycourse_candidates li:hover::after {
    opacity: 1;
    width: 8px;
}

.MYycourse_candidates li svg {
    height: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transition: all 0.4s ease;
    animation: pulseIcon 3s infinite alternate;
    width: 40px;
    fill: rgb(146,131,165);
    filter: drop-shadow(0 0 8px rgb(146,131,165,0.5));
}

.MYycourse_candidates li:nth-child(1)::after {
    animation-delay: 0s;
}

.MYycourse_candidates li:nth-child(3)::after {
    animation-delay: 1s;
}

.MYycourse_candidates li:nth-child(1) svg {
    animation-delay: 0s;
}

.MYycourse_candidates li:nth-child(3) svg {
    animation-delay: 0.5s;
}

header .bkFtop_sitebar {
    background: linear-gradient(120deg, rgb(176,171,186) 0%, rgb(146,131,165,0.5) 100%);
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

header .bkFtop_sitebar::after {
    height: 100px;
    left: -25%;
    content: "";
    transform: rotate(-2deg);
    top: -50px;
    width: 150%;
    z-index: -2;
    opacity: 0.1;
    background: rgb(146,131,165);
    position: absolute;
}

header .fwLheader_know {
    gap: 2rem;
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
}

header .TpXtop_page::before {
    bottom: -5px;
    top: -5px;
    opacity: 0;
    content: "";
    right: -5px;
    transition: all 0.3s ease;
    position: absolute;
    left: -5px;
    border-radius: 10px;
    border: 2px dashed rgb(146,131,165,0.5);
}

header .TpXtop_page:hover::before {
    right: -8px;
    opacity: 1;
    bottom: -8px;
    left: -8px;
    top: -8px;
}

header .fVxhead_know {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    margin: 0;
}

header .fVxhead_know:hover::before {
    width: 100%;
}

header .CuVheader_lead {
    margin: 5px 3px;
    position: relative;
}

header .CuVheader_lead:nth-child(odd) {
    transform: translateY(-3px);
}

header .CuVheader_lead a {
    font-size: 13px;
    overflow: hidden;
    font-weight: 600;
    border-radius: 0 10px 0 10px;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-left: 3px solid transparent;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #000000;
    background: #ffffff;
}

header .CuVheader_lead a:hover {
    border-left-color: rgb(146,131,165);
    color: rgb(146,131,165);
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

header .CuVheader_lead a:hover::before {
    transform: scaleY(1);
}

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

.GOBprivacy_box::before {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(146,131,165,0.5), 0.03) 20px,
    rgba(rgb(146,131,165,0.5), 0.03) 40px
  );
    content: "";
}

.GOBprivacy_box .container {
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    z-index: 1;
}

.GOBprivacy_box h1::after {
    left: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    bottom: 0;
    width: 80px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    height: 4px;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
}

.GOBprivacy_box h2::before {
    top: 8px;
    left: 0;
    width: 4px;
    position: absolute;
    border-radius: 2px;
    content: "";
    height: calc(100% - 16px);
    background: rgb(115,88,141);
}

.GOBprivacy_box h3::before {
    height: calc(100% - 16px);
    background: rgb(115,88,141,0.5);
    content: "";
    border-radius: 2px;
    width: 3px;
    left: 0;
    position: absolute;
    top: 8px;
}

.GOBprivacy_box h4 {
    transform: translateY(8px);
    font-weight: 600;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    position: relative;
    font-size: calc(34px * 0.7);
    font-family: Arial, sans-serif;
    padding-left: 12px;
    opacity: 0;
    color: #000000;
    margin: 1.5rem 0 1rem;
}

.GOBprivacy_box p {
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateY(8px);
    position: relative;
    opacity: 0;
}

.GOBprivacy_box ul {
    transform: translateX(10px);
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    position: relative;
    list-style-type: none;
    margin: 0 0 2rem 0;
    border-left: 3px solid rgb(146,131,165,0.5);
}

.GOBprivacy_box li:nth-child(1) {
    --li-index: 1;
}

.GOBprivacy_box li:nth-child(2) {
    --li-index: 2;
}

.GOBprivacy_box li:nth-child(3) {
    --li-index: 3;
}

.GOBprivacy_box li::before {
    top: 1.2rem;
    background: rgb(146,131,165);
    transform: rotate(45deg);
    content: "";
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgb(146,131,165,0.5);
    position: absolute;
}

.HcQcourse_program_details {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(176,171,186) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.HcQcourse_program_details::before {
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(146,131,165,0.5) 0%, transparent 70%);
    z-index: 0;
    top: 0;
}

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

.HcQcourse_program_details .FWYpic_box {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.HcQcourse_program_details .FWYpic_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.HcQcourse_program_details .bPNdescription_card {
    position: relative;
    transition: transform 0.3s ease;
    padding: 30px;
    background: #ffffff;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.HcQcourse_program_details .bPNdescription_card:hover::before {
    height: 100%;
}

.HcQcourse_program_details .bPNdescription_card:hover h3 {
    transform: translateX(10px);
    color: rgb(115,88,141);
}

.HcQcourse_program_details .description {
    color: #000000;
    position: relative;
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.7;
    max-height: 300px;
    margin-bottom: 20px;
    overflow-y: auto;
}

.pLetitle_welcome > div {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.pLetitle_welcome .iXplearn_training {
    margin-bottom: 3rem;
    padding-left: 2rem;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}

.pLetitle_welcome .Hvtlearn_top {
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 44px;
    padding-bottom: 0.5rem;
    line-height: 1.2;
    margin: 0;
}

.pLetitle_welcome .Hvtlearn_top::after {
    width: 0;
    position: absolute;
    background: rgb(146,131,165);
    animation: expandWidth 1s ease-out 0.6s forwards;
    content: "";
    left: 0;
    height: 2px;
    bottom: 0;
}

.pLetitle_welcome .KEClearn_hero::before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    content: "";
    top: 0;
    z-index: 1;
}

.pLetitle_welcome .KEClearn_hero p {
    transform: translateX(-20px);
    margin: 0;
    padding-left: 1.5rem;
    opacity: 0;
    max-width: 600px;
    line-height: 1.6;
    position: relative;
    font-size: calc(13px * 1.2);
    animation: slideInRight 0.8s ease-out 0.6s forwards;
}

.pLetitle_welcome .KEClearn_hero h3 {
    opacity: 0;
    line-height: 1.4;
    max-width: 700px;
    border-left: 3px solid rgb(146,131,165);
    font-size: 20px;
    backdrop-filter: blur(5px);
    animation: fadeInUp 0.8s ease-out 0.9s forwards;
    font-weight: 600;
    padding: 1.5rem;
    margin: 0;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.1);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}}


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


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



@media (max-width: 991px) {.guiuser_feedback {
    padding: 100px 0 150px;
}.guiuser_feedback h2 {
    margin-bottom: 60px;
}.guiuser_feedback h2::before,
    .guiuser_feedback h2::after {
    width: 70px;
}.guiuser_feedback .hFslearn_reviews {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.guiuser_feedback {
    padding: 80px 0 120px;
}.guiuser_feedback h2 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.guiuser_feedback h2::before,
    .guiuser_feedback h2::after {
    width: 50px;
}.guiuser_feedback .hFslearn_reviews {
    gap: 60px;
    grid-template-columns: 1fr;
}.guiuser_feedback .FtAreview_spot {
    padding: 25px 20px;
}.guiuser_feedback .FtAreview_spot img {
    width: 80px;
    height: 80px;
}.guiuser_feedback .FtAreview_spot .description::before {
    left: -10px;
    font-size: 40px;
}.guiuser_feedback .FtAreview_spot .description::after {
    right: -10px;
    font-size: 40px;
}}



@media (max-width: 768px) {.Xfatraining_benefits {
    padding: 50px 0;
}.Xfatraining_benefits .FWYpic_box {
    min-height: 280px;
}.Xfatraining_benefits h3 {
    font-size: calc(34px * 0.95);
}
}



@media (max-width: 576px) {.Xfatraining_benefits {
    padding: 40px 0;
}.Xfatraining_benefits .FWYpic_box {
    min-height: 220px;
}.Xfatraining_benefits .bPNdescription_card {
    padding: 25px 20px;
}.Xfatraining_benefits h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 25px;
}.Xfatraining_benefits li p {
    font-size: 17px;
    padding: 12px 15px;
    gap: 12px;
}.Xfatraining_benefits svg {
    padding: 8px;
    width: 22px;
    height: 22px;
}}



@media screen and (max-width: 767px) {.pyzcompany_overview {
    padding: 4rem 0;
}.pyzcompany_overview h1 {
    font-size: calc(43px - 0.5rem);
    margin-bottom: 2rem;
}.pyzcompany_overview .Mykexpert_network {
    padding: 1.8rem;
}.pyzcompany_overview::before, 
    .pyzcompany_overview::after {
    height: 15rem;
    width: 15rem;
}
}



@media (max-width: 768px) {.cxQsign_up_for_updates {
    perspective: 800px;
    padding: 3.5rem 1.5rem;
}.cxQsign_up_for_updates .RBWskill_sessions {
    align-items: stretch;
    flex-direction: column;
}.cxQsign_up_for_updates p {
    font-size: 22px;
    margin-bottom: 2rem;
    flex: none;
    transform: translateZ(20px) rotateY(0);
}.cxQsign_up_for_updates p::before {
    transform: translateZ(5px) translateX(-2px) rotateY(0);
}.cxQsign_up_for_updates .input_holder {
    transform: translateZ(30px) rotateY(0);
    flex: none;
}.cxQsign_up_for_updates .eaOsub_desc {
    width: 100%;
    align-self: stretch;
}}



@media (max-width: 768px) {.UFQpricing_list_item {
    padding: 60px 0;
}.UFQpricing_list_item .IGFprogram_rate {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.UFQpricing_list_item .WNmdiscount_price p {
    max-height: 150px;
    font-size: calc(15px * 0.9);
}
}



@media (max-width: 480px) {.UFQpricing_list_item {
    padding: 50px 0;
}.UFQpricing_list_item h2 {
    font-size: calc(34px * 0.8);
}.UFQpricing_list_item .EeMpricing_block {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.UFQpricing_list_item .clMstudy_rates {
    padding: 20px;
}.UFQpricing_list_item .WNmdiscount_price h4 {
    margin-bottom: 10px;
    font-size: calc(21px * 0.95);
}.UFQpricing_list_item .XAfprice_view {
    font-size: calc(21px * 1.1);
}}



@media (min-width: 1024px) {.jRNoperation_process {
    padding: 10rem 0;
}.jRNoperation_process::before {
    height: 60%;
    width: 35%;
}.jRNoperation_process::after {
    height: 60%;
    width: 35%;
}.jRNoperation_process .RBWskill_sessions {
    padding: 0 2rem;
}.jRNoperation_process h2 {
    margin-bottom: 3.5rem;
    font-size: calc(31px * 1.2);
    transform: translateX(-1rem);
}.jRNoperation_process h2::before {
    height: 0.4rem;
    width: 8rem;
}.jRNoperation_process .bPNdescription_card {
    margin: 0 auto;
    padding: 4rem 5rem;
    max-width: 90%;
}.jRNoperation_process p {
    line-height: 2;
    font-size: calc(17px * 1.1);
}
}



@media (max-width: 992px) {.pDxcontact_information .FWYpic_box {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.pDxcontact_information .aQzsupport_request {
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
}.pDxcontact_information .cRmhelp_inquiry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.pDxcontact_information .BNVreach_reach {
    width: 100%;
}
}



@media (max-width: 576px) {.pDxcontact_information {
    padding: 40px 0;
}.pDxcontact_information h3 {
    font-size: calc(32px * 0.8);
}.pDxcontact_information .aQzsupport_request {
    max-width: 95%;
}.pDxcontact_information .cRmhelp_inquiry,
    .pDxcontact_information .BNVreach_reach {
    padding: 30px 20px;
}.pDxcontact_information input[type="text"],
    .pDxcontact_information textarea {
    padding: 12px;
}.pDxcontact_information .Bykconnect_feedback {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 767px) {.FQRid_thankdiv {
    padding: 80px 0;
}.FQRid_thankdiv .container {
    padding: 0 20px;
}.FQRid_thankdiv h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.FQRid_thankdiv .RBWskill_sessions {
    padding: 30px 20px;
}.FQRid_thankdiv li {
    padding: 10px 0 10px 15px;
}.FQRid_thankdiv li::before {
    width: 6px;
    height: 6px;
}.FQRid_thankdiv span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



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



@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .fVxhead_know, footer .subscribe_holder, footer .TPGhead_primary {
    padding: 20px;
}footer .faGproject_ref {
    margin-top: 40px;
}
}



@media screen and (max-width: 992px) {.WIgstatistical_details {
    padding: 100px 0 120px;
}.WIgstatistical_details .XuPfast_upgrade {
    text-align: center;
}.WIgstatistical_details .XuPfast_upgrade::after {
    left: 50%;
    transform: translateX(-50%);
}.WIgstatistical_details .Gbdstatistics_upsides {
    max-width: 100%;
    text-align: center;
}
}



@media screen and (max-width: 576px) {.WIgstatistical_details {
    padding: 60px 0 80px;
}.WIgstatistical_details .HErknowledge_gains svg {
    height: 70px;
    width: 70px;
}.WIgstatistical_details .XuPfast_upgrade {
    font-size: calc(32px * 0.8);
}.WIgstatistical_details .Ylwstatistics_edges {
    flex: 1 1 100%;
    margin: 7px 0;
}.WIgstatistical_details .Ylwstatistics_edges span {
    font-size: calc(22px * 0.95);
}}


@media only screen and (max-width: 800px)  {.wfSwrapper-container .tMfcookie_none {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 992px) {.MsCeducation_experience {
    padding: 80px 0;
}.MsCeducation_experience .FtAreview_spot {
    transform: none;
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "FWYpic_box"
      "name"
      "Ygaexp_highlights"
      "HJEjob_progress";
}.MsCeducation_experience .HJEjob_progress,
  .MsCeducation_experience .FWYpic_box,
  .MsCeducation_experience .name,
  .MsCeducation_experience .FtAreview_spot > span:not(.name) {
    transform: none;
}.MsCeducation_experience .FtAreview_spot:hover .HJEjob_progress,
  .MsCeducation_experience .FtAreview_spot:hover .FWYpic_box,
  .MsCeducation_experience .FtAreview_spot:hover .name,
  .MsCeducation_experience .FtAreview_spot:hover > span:not(.name) {
    transform: none;
}.MsCeducation_experience .FWYpic_box {
    height: 240px;
    width: 90%;
    margin: 0 auto;
}.MsCeducation_experience .HJEjob_progress {
    padding: 30px;
}.MsCeducation_experience .name,
  .MsCeducation_experience .FtAreview_spot > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}



@media (max-width: 991px) {header .fwLheader_know {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .TPGhead_primary {
    justify-self: center;
}header .fVxhead_know {
    justify-content: center;
}header .fVxhead_know::before {
    opacity: 0.1;
    background: rgb(115,88,141,0.5);
    width: 100%;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .fVxhead_know {
    flex-direction: column;
    width: 100%;
}header .CuVheader_lead {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .CuVheader_lead a {
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    border-left: none;
    text-align: center;
}header .CuVheader_lead a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(146,131,165);
    transform: translateY(-3px);
}header .CuVheader_lead a::before {
    bottom: 0;
    width: 100%;
    height: 5px;
    left: 0;
    right: auto;
    top: auto;
    transform: scaleX(0);
}header .CuVheader_lead a:hover::before {
    transform: scaleX(1);
}
}



@media (min-width: 992px) {.GOBprivacy_box {
    padding: 6rem 4rem;
}.GOBprivacy_box h1 {
    margin-bottom: 3.5rem;
    font-size: calc(38px * 1.2);
}.GOBprivacy_box h1::after {
    width: 150px;
}.GOBprivacy_box .container {
    max-width: 1400px;
    padding: 0 4rem;
}.GOBprivacy_box ul {
    margin: 0 0 3rem 2rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
}.GOBprivacy_box h2 {
    margin: 3.5rem 0 2rem;
}.GOBprivacy_box p,
  .GOBprivacy_box span {
    margin-bottom: 2rem;
}
}



@media (max-width: 991px) {.HcQcourse_program_details {
    padding: 70px 0;
}.HcQcourse_program_details .FWYpic_box {
    height: 250px;
}.HcQcourse_program_details h3 {
    font-size: 21px;
}.HcQcourse_program_details .description {
    max-height: 250px;
}
}



@media (min-width: 992px) {.HcQcourse_program_details .RMXlearn_business {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.HcQcourse_program_details .FWYpic_box {
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
    height: 500px;
}.HcQcourse_program_details .bPNdescription_card {
    transform: perspective(1000px) rotateY(2deg) translateX(20px);
    padding: 40px 50px;
}.HcQcourse_program_details .bPNdescription_card:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.HcQcourse_program_details h3 {
    font-size: 28px;
    margin-bottom: 30px;
}.HcQcourse_program_details .description {
    max-height: 400px;
}
}



@media (max-width: 992px) {.pLetitle_welcome {
    padding: 3rem 1.5rem;
}.pLetitle_welcome .Hvtlearn_top {
    font-size: calc(44px * 0.85);
}.pLetitle_welcome .KEClearn_hero > div {
    padding: 2.5rem;
    min-height: 350px;
}.pLetitle_welcome .KEClearn_hero p {
    font-size: 13px;
}.pLetitle_welcome .KEClearn_hero h3 {
    font-size: calc(20px * 0.9);
    padding: 1.25rem;
}
}



@media (max-width: 576px) {.pLetitle_welcome {
    padding: 2rem 0.75rem;
}.pLetitle_welcome .iXplearn_training {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.pLetitle_welcome .Hvtlearn_top {
    font-size: calc(44px * 0.6);
}.pLetitle_welcome .KEClearn_hero > div {
    clip-path: none;
    min-height: 250px;
    padding: 1.5rem;
    gap: 1rem;
}.pLetitle_welcome .KEClearn_hero p {
    font-size: calc(13px * 0.85);
    padding-left: 1rem;
}.pLetitle_welcome .KEClearn_hero h3 {
    padding: 0.75rem;
    font-size: calc(20px * 0.7);
}
}

@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}



@keyframes slideInTitle {
    0% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes float-panel {
    0% {
        transform: rotateY(-20deg) rotateX(10deg) translateZ(0);
    }
    100% {
        transform: rotateY(-15deg) rotateX(5deg) translateZ(30px);
    }
}



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



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



@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(146,131,165,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(146,131,165));
    }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



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



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



@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



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



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



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

