.uUwrapper-bundle {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

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

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

.PNhead_top {
    flex: 1 0 auto;
}

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


.DOcontact_box {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(232,225,227) 0%, #1a1e2e 100%);
    padding: 90px 0;
}

.DOcontact_box::after {
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    bottom: 0;
    height: 100px;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
}

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

.DOcontact_box h2::before {
    content: "";
    position: absolute;
    width: 30px;
    left: calc(50% - 50px);
    height: 2px;
    background: rgb(196,171,177);
    bottom: -20px;
}

.DOcontact_box .DRquery_widget {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.DOcontact_box .Pvpic_float::after {
    animation: scanLines 5s linear infinite;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(196,171,177), 0.1) 10px, rgba(rgb(196,171,177), 0.1) 11px);
    content: "";
    height: 100%;
    z-index: 2;
}

.DOcontact_box #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.DOcontact_box h3::after {
    height: 2px;
    width: 50px;
    position: absolute;
    background: rgb(196,171,177);
    left: 0;
    bottom: -10px;
    content: "";
}

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

.DOcontact_box .FWconnect_support {
    gap: 12px;
    margin-top: 5px;
    align-items: flex-start;
    display: flex;
}

.DOcontact_box .FWconnect_support input[type="checkbox"]:checked {
    background: rgb(196,171,177);
    border-color: rgb(196,171,177);
}

.DOcontact_box .FWconnect_support input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    content: "";
    left: 9px;
    height: 10px;
    top: 6px;
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.DOcontact_box .FWconnect_support a:hover {
    color: #ffffff;
}

.DOcontact_box .FWconnect_support a::after {
    height: 1px;
    content: "";
    background: rgb(196,171,177);
    left: 0;
    bottom: -2px;
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
}

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

.DOcontact_box .bEconnect_grid:hover {
    background: rgb(173,130,142);
    transform: translateY(-3px);
}

.DOcontact_box svg {
    width: 22px;
    fill: rgb(196,171,177);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(196,171,177), 0.5));
    height: 22px;
}

.Szjoin_now {
    transform-style: preserve-3d;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(196,171,177), rgb(173,130,142));
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.Szjoin_now::after {
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    top: -50%;
    content: '';
    width: 200%;
    mix-blend-mode: overlay;
    animation: rotateLightSource 15s infinite linear;
    left: -50%;
    pointer-events: none;
    position: absolute;
}

.Szjoin_now h6 {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    transform: perspective(1000px) rotateX(5deg);
    margin: 0;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-left: 3px solid #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    line-height: 1.6;
}

.Szjoin_now .bEconnect_grid::before {
    top: -2px;
    z-index: -1;
    bottom: -2px;
    transform: translateZ(-5px);
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.4s ease;
    left: -2px;
    content: '';
    right: -2px;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(173,130,142), 
        rgb(196,171,177), 
        rgb(173,130,142));
}

.Szjoin_now .bEconnect_grid:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 10px 10px rgba(0, 0, 0, 0.15),
                0 0 0 4px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) translateZ(10px);
}

.Szjoin_now .bEconnect_grid:active {
    transition: all 0.1s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),
                0 3px 3px rgba(0, 0, 0, 0.1),
                0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: translateY(0) translateZ(0);
}

.yTprice_table .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.yTprice_table h2 {
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateY(0);
    letter-spacing: 0.5px;
    font-size: calc(37px * 1.1);
    position: relative;
    color: #ffffff;
}

.yTprice_table .kVannual_plan {
    color: rgb(255, 255, 255, 0.5);
    font-weight: 400;
    max-width: 80%;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.2px;
    font-size: calc(16px * 1.05);
    margin: 0 auto 50px;
}

.yTprice_table .rTprogram_rate li {
    display: flex;
    height: 100%;
}

.yTprice_table .vbqtr_cost::before {
    top: 0;
    height: 5px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    transform: translateY(-5px);
}

.yTprice_table .vbqtr_cost:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}

.yTprice_table .vbqtr_cost:hover::before {
    transform: translateY(0);
}

.yTprice_table .SWlearn_fees {
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.yTprice_table .vbqtr_cost:hover h4 {
    color: rgb(196,171,177);
}

.yTprice_table .vbqtr_cost h4::after {
    height: 2px;
    width: 40px;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.4s ease, background-color 0.4s ease;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
}

.yTprice_table .vbqtr_cost p {
    word-break: normal;
    line-height: 1.7;
    margin: 0 0 30px;
    font-size: 16px;
    hyphens: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.75);
    white-space: normal;
    font-weight: 300;
    flex-grow: 1;
}

.yTprice_table .cTbundle_price::before {
    width: 25px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.6;
    transition: width 0.4s ease, opacity 0.3s ease;
    background-color: rgb(196,171,177);
    top: 0;
}

.Qpinstructor_profile::before {
    background: 
        linear-gradient(135deg, rgb(196,171,177,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(173,130,142,0.5) 0px, rgb(173,130,142,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.12;
    left: 0;
    height: 100%;
}

.Qpinstructor_profile .cpstudent_opinions {
    border-left: 5px solid rgb(196,171,177);
    display: grid;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    gap: 2rem;
}

.Qpinstructor_profile .cpstudent_opinions:hover::after {
    transform: rotate(30deg) scale(1.2);
    opacity: 0.15;
}

.Qpinstructor_profile .Pvpic_float {
    overflow: hidden;
    height: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    width: 120px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10% 30% 50% 70%;
    position: relative;
    z-index: 2;
}

.Qpinstructor_profile .cpstudent_opinions:hover .Pvpic_float::before {
    opacity: 0.7;
}

.Qpinstructor_profile .name::after {
    bottom: -5px;
    height: 2px;
    width: 0;
    content: "";
    transition: width 0.4s ease;
    background: rgb(196,171,177);
    position: absolute;
    left: 0;
}

.Qpinstructor_profile .cpstudent_opinions:hover .name::after {
    width: 100%;
}

.Qpinstructor_profile .cpstudent_opinions:hover > div:nth-child(2) div {
    transform: translateX(5px);
}

.Qpinstructor_profile .oNwork_projects {
    padding-left: 1.5rem;
    color: #000000;
    margin: 0;
    font-size: 12px;
    position: relative;
    border-left: 1px solid rgb(173,130,142,0.5);
    line-height: 1.75;
    transition: all 0.4s ease;
}

.Qpinstructor_profile .cpstudent_opinions:hover .oNwork_projects::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

.Axuser_reviews::before {
    pointer-events: none;
    width: 40%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(196,171,177,0.5) 10%, transparent 70%);
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    opacity: 0.7;
    height: 70%;
    right: -5%;
}

.Axuser_reviews .container {
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}

.Axuser_reviews h2::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
}

.Axuser_reviews .cpstudent_opinions {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 8px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}

.Axuser_reviews .cpstudent_opinions:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) translateZ(30px);
}

.Axuser_reviews .cpstudent_opinions:hover::before {
    transform: scaleX(1);
}

.Axuser_reviews .cpstudent_opinions img {
    height: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    margin-right: 1rem;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.Axuser_reviews .cpstudent_opinions:hover h4 {
    color: rgb(196,171,177);
    transform: translateX(5px);
}

.Axuser_reviews .description::before {
    z-index: -1;
    color: rgb(173,130,142,0.5);
    top: -35px;
    content: "";
    line-height: 1;
    position: absolute;
    font-size: 80px;
    opacity: 0.3;
    left: -10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.Axuser_reviews a::before {
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.6s ease;
    z-index: -1;
    content: "";
}

.Axuser_reviews a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.Axuser_reviews a:hover::before {
    left: 100%;
}

.Gxtraining_method {
    overflow: hidden;
    background: linear-gradient(140deg, rgb(232,225,227) 0%, rgb(196,171,177,0.5) 100%);
    padding: 7rem 0;
    position: relative;
    z-index: 1;
}

.Gxtraining_method::after {
    left: -80px;
    bottom: -80px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    content: "";
    width: 300px;
    background: rgb(173,130,142);
    animation: morph 15s infinite alternate ease-in-out;
    z-index: -1;
    opacity: 0.05;
}

.Gxtraining_method .Pcstudy_training:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.Gxtraining_method .Pcstudy_training > div {
    transform: translateX(0);
    border-left: 5px solid rgb(196,171,177);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 0 rgba(255,255,255,0.8) inset;
    padding: 3.5rem 3rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
}

.Gxtraining_method .Pcstudy_training > div:hover::before {
    opacity: 0.3;
}

.Gxtraining_method h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    font-size: calc(28px * 0.8);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(196,171,177);
}

.Gxtraining_method .Pcstudy_training > div:hover h3::after {
    width: 100px;
}

.Gxtraining_method .Pcstudy_training > div:hover p {
    transform: translateY(3px);
}

.Gxtraining_method p span {
    border-left: 2px solid rgba(rgb(196,171,177,0.5), 0.2);
    display: block;
    position: relative;
    padding-left: 1rem;
}

.Bgprogram_overview::before {
    width: 40%;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(173,130,142,0.5), transparent);
    top: 0;
    z-index: 0;
    right: 0;
    position: absolute;
    content: "";
    transform: translateX(30%) skewX(-15deg);
}

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

.Bgprogram_overview h2::after {
    transform: scaleX(0);
    width: 6rem;
    background: rgb(196,171,177);
    transform-origin: left;
    bottom: -0.8rem;
    content: "";
    left: 0;
    animation: expandLine 1.2s ease-out 0.7s forwards;
    height: 3px;
    position: absolute;
}

.Bgprogram_overview .Pvpic_float {
    height: 320px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(3deg);
}

.Bgprogram_overview .Pvpic_float::after {
    content: "";
    left: 0;
    background: rgb(196,171,177);
    opacity: 0;
    transform: translateX(-20px);
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    transition: all 0.5s ease-out;
}

.Bgprogram_overview .Pvpic_float:hover::after {
    transform: translateX(0);
    opacity: 0.7;
}

.Bgprogram_overview .description {
    border-left: 2px solid rgb(196,171,177,0.5);
    line-height: 1.7;
    padding-left: 1rem;
    color: #000000;
    font-size: 13px;
    position: relative;
    margin-bottom: 1.5rem;
}

.Bgprogram_overview .description:last-of-type {
    position: relative;
    padding-top: 1.5rem;
}

.hCconsentWarningDialog {
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 20px 0;
    justify-content: center;
    border-top: 3px solid rgb(196,171,177);
    display: flex;
    background: rgb(232,225,227);
    position: fixed;
    width: 100%;
}

.ogcookie_review {
    margin-right: 20px;
    flex-shrink: 0;
}

.ogcookie_review svg {
    fill: rgb(196,171,177);
    height: 50px;
    width: 50px;
}

.Duuser_alert {
    flex-grow: 1;
    text-align: left;
    color: #ffffff;
}

.Duuser_alert p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

.Duuser_alert p a {
    text-decoration: underline;
    color: rgb(196,171,177);
}

.cookie_button.Zjcookies_consent {
    margin-right: 10px;
}

#HCcookieNoticePrompt {
    display: none;
}

#HCcookieNoticePrompt:checked ~ .hCconsentWarningDialog {
    opacity: 0;
    visibility: hidden;
}


.abappNote {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgb(173,130,142,0.5) 70%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.abappNote::after {
    top: -50%;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: -1;
    transform: scale(1.5);
    opacity: 0.4;
    right: -50%;
    background: radial-gradient(circle, rgb(173,130,142,0.5) 0%, transparent 70%);
}

.abappNote .Pcstudy_training:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}

.abappNote .Pcstudy_training > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.abappNote .Pcstudy_training > div:first-child::before {
    transform: translateY(-50%);
    width: 1.5rem;
    top: 50%;
    height: 60px;
    background: rgb(196,171,177);
    content: '';
    position: absolute;
    left: -3.5rem;
}

.abappNote a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    display: block;
    transform-origin: left center;
}

.abappNote a:hover::before {
    opacity: 0.1;
}

.abappNote p {
    margin: 0;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1.7;
    font-size: 17px;
}

.abappNote a:hover p {
    color: rgb(196,171,177);
    transform: translateX(5px);
}

.abappNote .Pcstudy_training > div:last-child::before {
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgb(196,171,177,0.5), transparent 80%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
}

.Mqour_team .container {
    position: relative;
    z-index: 2;
}

.Mqour_team .Pcstudy_training {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.Mqour_team h3::after {
    position: absolute;
    height: 5px;
    bottom: -15px;
    background: rgb(196,171,177);
    width: 60%;
    left: 0;
    content: "";
}

.Mqour_team .Jomethod_innov {
    position: relative;
    grid-column: 7 / -1;
    z-index: 1;
}

.Mqour_team .telearn_history span {
    display: block;
    font-size: 21px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: rgb(196,171,177);
    text-transform: uppercase;
    font-weight: 700;
}

.Mqour_team .Pvpic_float,
.Mqour_team .wpfast_track {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    box-shadow: 15px 15px 0 rgb(196,171,177,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 0;
    height: 360px;
}

.Mqour_team .telearn_history::before {
    bottom: -20px;
    content: "";
    position: absolute;
    left: -20px;
    background: repeating-linear-gradient(
        45deg,
        rgb(196,171,177,0.5),
        rgb(196,171,177,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    width: 100px;
    height: 100px;
    z-index: -1;
}

.Mqour_team .Pvpic_float::after,
.Mqour_team .wpfast_track::after {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    width: 100%;
}

.Mqour_team .Pvpic_float:hover::before,
.Mqour_team .wpfast_track:hover::before {
    left: 100%;
}

.Mqour_team .Pcstudy_training::after {
    z-index: -1;
    border-radius: 50%;
    content: "";
    position: absolute;
    border: 2px dashed rgb(196,171,177,0.5);
    right: -100px;
    top: -100px;
    height: 200px;
    width: 200px;
    animation: rotate 60s linear infinite;
}

.dGprivacy_frame {
    border: 1px solid rgb(196,171,177);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0 auto;
    position: relative;
    padding: 50px;
    width: 90%;
    overflow: hidden;
    max-width: 1200px;
    background: #ffffff;
}

.dGprivacy_frame h1 {
    margin-top: 40px;
    text-transform: uppercase;
    z-index: 2;
    font-size: 46px;
    color: #000000;
    border-bottom: 3px solid rgb(196,171,177);
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
}

.dGprivacy_frame h2 {
    position: relative;
    color: rgb(173,130,142);
    margin-bottom: 25px;
    z-index: 2;
    font-weight: 600;
    font-size: 36px;
    margin-top: 35px;
}

.dGprivacy_frame ul, .dGprivacy_frame ol {
    list-style-type: disc;
    position: relative;
    list-style: none;
    z-index: 2;
    padding-left: 40px;
    margin-bottom: 30px;
}

.dGprivacy_frame li:before {
    font-size: 1.5em;
    color: rgb(196,171,177);
    content: "•";
    line-height: 1;
    position: absolute;
    left: -25px;
}

.dGprivacy_frame .container {
    z-index: 2;
    position: relative;
}

.dGprivacy_frame h3, .dGprivacy_frame h4, .dGprivacy_frame h5, .dGprivacy_frame h6 {
    margin-top: 30px;
    z-index: 2;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(196,171,177);
}

.dGprivacy_frame a:hover {
    color: rgb(196,171,177);
    border-bottom: 1px solid rgb(196,171,177);
}

.dGprivacy_frame button {
    border: 2px solid rgb(196,171,177);
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    padding: 12px 25px;
    border-radius: 10px;
    background: rgb(173,130,142);
    position: relative;
    z-index: 2;
}

.hqstay_connected::before {
    right: -5%;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    top: -10%;
    width: 35%;
    height: 120%;
    position: absolute;
    opacity: 0.07;
    background: linear-gradient(165deg, rgb(196,171,177), transparent);
}

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

.hqstay_connected .Pcstudy_training:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.hqstay_connected h4 {
    margin: 0 0 2rem;
    letter-spacing: 0.01em;
    text-align: center;
    position: relative;
    color: #000000;
    max-width: 90%;
    font-weight: 600;
    font-size: calc(21px * 0.95);
    line-height: 1.4;
}

.hqstay_connected h4::after {
    width: 3rem;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    bottom: -0.75rem;
    left: 50%;
    position: absolute;
    background: rgb(196,171,177);
}

.hqstay_connected .input_holder span {
    position: relative;
    flex: 1 1 250px;
}

.hqstay_connected input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.7);
    padding: 0.9rem 1.2rem;
    font-size: 16px;
    outline: none;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #000000;
}

.hqstay_connected input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.hqstay_connected .Nbjoin_list::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    content: "";
    left: -100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(173,130,142), rgb(196,171,177));
    top: 0;
    width: 100%;
}

.hqstay_connected .Nbjoin_list:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.1);
}

.bjwelcome {
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.bjwelcome::after {
    width: 50%;
    position: absolute;
    content: "";
    background: rgb(196,171,177);
    z-index: 0;
    opacity: 0.1;
    height: 60%;
    right: -5%;
    animation: floatElement 10s ease-in-out infinite;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    filter: blur(20px);
}

.bjwelcome .Hamaster_studyfast {
    box-shadow: -15px 20px 40px rgba(0,0,0,0.2);
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1200px) rotateY(-3deg);
    backdrop-filter: blur(5px);
    height: 100%;
    overflow: hidden;
    border-left: 4px solid rgb(196,171,177);
    position: relative;
    padding: 7% 5%;
    width: 100%;
}

.bjwelcome .Hamaster_studyfast:hover::before {
    transform: scale(1.02);
    opacity: 0.85;
}

.bjwelcome .Hamaster_studyfast h3 {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    color: #ffffff;
    font-size: calc(22px * 0.95);
    line-height: 1.4;
    max-width: 90%;
}

.bjwelcome .Hamaster_studyfast h1::after {
    bottom: -15px;
    transform: scaleX(0);
    content: "";
    transform-origin: left center;
    width: 70px;
    animation: expandWidth 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    left: 5%;
    position: absolute;
    height: 4px;
    background: rgb(196,171,177);
}

.bjwelcome .Hamaster_studyfast div div {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 20px 30px;
    animation: fadeUp 0.8s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    backdrop-filter: blur(8px);
    transform: translateY(20px);
    opacity: 0;
    background: linear-gradient(135deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0.05) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-width: 85%;
    margin-top: 40px;
    border-left: 3px solid rgb(173,130,142);
    position: relative;
    margin-left: 10%;
}

header .Igtop_edu {
    align-items: center;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    display: grid;
}

header .Upfirst_expert::after {
    content: '';
    bottom: 0;
    position: absolute;
    width: 50%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(196,171,177), 
        rgb(173,130,142), 
        rgb(196,171,177), 
        transparent);
    left: 50%;
    transform: translateX(-50%);
}

header .SGhead_primary {
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 0.4rem 0.8rem;
    text-align: center;
    color: #000000;
    font-size: 17px;
}

.Zulocation_info {
    overflow: hidden;
    background: rgb(196,171,177,0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 80px 0;
}

.Zulocation_info::after {
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(196,171,177) 2px, transparent 2px) 0 0 / 50px 50px,
        radial-gradient(circle at 90% 80%, rgb(173,130,142) 2px, transparent 2px) 0 0 / 50px 50px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.15;
    top: 0;
    animation: backgroundShift 30s linear infinite;
}

.Zulocation_info .XYedu_guide::before {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 6px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(196,171,177), rgb(173,130,142));
}

.Zulocation_info .XYedu_guide:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.Zulocation_info h3 {
    padding-bottom: 15px;
    font-size: 31px;
    color: rgb(196,171,177);
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
}

.Zulocation_info .CYcontact_query {
    padding-left: 15px;
    font-weight: 400;
    font-size: calc(14px + 0.05rem);
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    border-left: 1px solid rgb(173,130,142,0.5);
}

.Zulocation_info .Ighelp_request::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(196,171,177,0.5), transparent);
    top: -20px;
    height: 1px;
}

.Zulocation_info .Ighelp_request span::before {
    height: 100%;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(196,171,177);
    border-radius: 10px 0 0 10px;
    opacity: 0.7;
    content: '';
    width: 3px;
    top: 0;
}

.Zulocation_info .Ighelp_request span:hover svg {
    opacity: 1;
    fill: rgb(173,130,142);
    transform: rotate(15deg) scale(1.1);
}

.Zulocation_info .Ighelp_request span svg path {
    fill: rgb(173,130,142);
    stroke: #ffffff;
    transition: all 0.3s ease;
    stroke-width: 0.5;
}

.Zulocation_info .Ighelp_request span p svg {
    margin-right: 8px;
    height: 16px;
    opacity: 0.8;
    position: static;
    width: 16px;
}

.Zulocation_info .Ighelp_request span span {
    background: transparent;
    margin-left: 10px;
    color: rgb(196,171,177);
    align-items: center;
    font-weight: 600;
    display: inline-flex;
    padding: 0;
}

.Zulocation_info .Ighelp_request span span a {
    display: inline-flex;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    color: rgb(196,171,177);
    align-items: center;
}

.Zulocation_info .Ighelp_request span span a:hover {
    color: rgb(173,130,142);
}

.Zulocation_info .Ighelp_request span span a:hover svg {
    transform: translateX(3px);
    fill: rgb(173,130,142);
}

.Zulocation_info .Ighelp_request span span a:hover::after {
    width: 100%;
}

.Zulocation_info .BSreach_section::before {
    left: 0;
    height: 4px;
    content: '';
    background: linear-gradient(to right, rgb(196,171,177), rgb(173,130,142));
    position: absolute;
    top: 0;
    width: 100%;
}

.Zulocation_info .BSreach_section h4 svg {
    height: 18px;
    margin-right: 8px;
    fill: rgb(196,171,177);
    width: 18px;
    transition: transform 0.5s ease;
}

.Zulocation_info .BSreach_section:hover h4 svg {
    transform: rotate(360deg);
}

.Zulocation_info .BSreach_section:hover h4::after {
    width: 100%;
}

.Zulocation_info .BSreach_section span {
    padding: 10px;
    align-items: center;
    display: flex;
    position: relative;
    color: #000000;
    border-bottom: 1px dashed rgb(196,171,177,0.5);
    font-size: 14px;
    transition: transform 0.3s ease;
}

.Zulocation_info .BSreach_section span:hover {
    color: rgb(196,171,177);
    transform: translateX(5px);
}

footer {
    position: relative;
}

footer::before {
    position: absolute;
    opacity: 0.92;
    left: 0;
    z-index: 1;
    content: '';
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(196,171,177) 150%);
    right: 0;
}

.qvdata_viz .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.qvdata_viz .company_holder::before {
    background: rgb(196,171,177);
    position: absolute;
    height: 5px;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
}

.qvdata_viz .company_holder h3::after {
    background: rgb(173,130,142);
    position: absolute;
    width: 60px;
    left: 0;
    content: '';
    bottom: -8px;
    height: 3px;
}

.qvdata_viz .avglossary {
    position: relative;
}

.qvdata_viz .vamain_site {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.qvdata_viz .vamain_site h5 {
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 3px solid rgb(196,171,177);
}

.qvdata_viz .vamain_site .umtop_class a::before {
    z-index: -1;
    width: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    top: 0;
    content: '';
    height: 100%;
    background: rgb(196,171,177,0.5);
}

.qvdata_viz .vamain_site .umtop_class a:hover::before {
    width: 100%;
}

.IJsample_docs {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
    z-index: 2;
}

.IJsample_docs .yDprice_table {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
}



.IJsample_docs::before {
    height: 1px;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 100%;
    left: 0;
    content: '';
    top: 0;
}



::-webkit-scrollbar {
    width: 1rem;
}

::-webkit-scrollbar-track {
    box-shadow: inset -3px 2px 7px 1px rgba(0, 0, 0, 0.3);
    background: linear-gradient(88deg, rgb(255, 255, 255, 0.5) 80%, rgb(173,130,142) 84%, rgb(196,171,177,0.5) 22%);
}

::-webkit-scrollbar-thumb {
    transition: all, border-radius 4.4s cubic-bezier(0.42, 0, 0.58, 1);
    border: 1px dotted #ffffff;
    background: rgb(196,171,177,0.5);
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(196,171,177);
}

::-webkit-scrollbar-corner {
    border-radius: 7px;
    background: rgb(196,171,177,0.5);
}

.Bgprogram_overview .LNcontent_pad::-webkit-scrollbar {
    width: 6px;
}

.Bgprogram_overview .LNcontent_pad::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.Bgprogram_overview .LNcontent_pad::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(196,171,177);
}



@media (max-width: 768px) {.Szjoin_now {
    padding: 3rem 1.5rem;
}.Szjoin_now h6 {
    font-size: calc(18px * 0.9);
    transform: perspective(1000px) rotateX(3deg);
}.Szjoin_now .bEconnect_grid {
    font-size: calc(15px * 0.9);
    padding: 0.875rem 2rem;
}.Szjoin_now .container {
    gap: 2rem;
}
}



@media (min-width: 992px) {.Szjoin_now {
    padding: 5rem 2rem;
}.Szjoin_now .container {
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.Szjoin_now h6 {
    flex: 1;
    max-width: 60%;
    transform: perspective(1000px) rotateX(5deg) translateZ(10px);
    text-align: left;
}.Szjoin_now div div {
    flex: 0 0 auto;
}.Szjoin_now .bEconnect_grid {
    padding: 1.125rem 2.75rem;
}
}



@media (prefers-reduced-motion) {.Szjoin_now::after {
    animation: none;
}.Szjoin_now .bEconnect_grid:hover,
    .Szjoin_now .bEconnect_grid:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}.Szjoin_now h6,
    .Szjoin_now .container,
    .Szjoin_now div div span {
    transform: none;
}}



@media (max-width: 768px) {.yTprice_table {
    padding: 60px 0;
}.yTprice_table h2 {
    font-size: calc(37px * 0.9);
}.yTprice_table .kVannual_plan {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 100%;
}.yTprice_table .rTprogram_rate {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.yTprice_table .vbqtr_cost {
    max-height: none;
}.yTprice_table .vbqtr_cost p {
    font-size: calc(16px * 0.95);
    margin-bottom: 25px;
}
}



@media (min-width: 768px) {.Qpinstructor_profile {
    padding: 7rem 0;
}.Qpinstructor_profile .cpstudent_opinions {
    row-gap: 1.5rem;
    column-gap: 2.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: auto 1fr;
}.Qpinstructor_profile .cpstudent_opinions > div:first-child {
    align-items: flex-start;
    display: flex;
    grid-row: 1 / 3;
    justify-content: center;
}.Qpinstructor_profile .cpstudent_opinions > div:nth-child(2) {
    align-self: end;
}.Qpinstructor_profile .Pvpic_float {
    width: 180px;
    height: 180px;
}.Qpinstructor_profile .name {
    margin-bottom: 0.8rem;
    font-size: calc(19px * 1.3);
}.Qpinstructor_profile .oNwork_projects {
    padding-left: 2rem;
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 1024px) {.Axuser_reviews {
    padding: 5rem 0;
}.Axuser_reviews .ljlearner_reflections {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.Axuser_reviews h2 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 768px) {.Axuser_reviews {
    padding: 4rem 0;
}.Axuser_reviews .container {
    padding: 0 1.5rem;
}.Axuser_reviews .ljlearner_reflections {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.8rem;
}.Axuser_reviews h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.85);
}.Axuser_reviews .cpstudent_opinions {
    padding: 1.8rem;
}
}



@media (prefers-reduced-motion: reduce) {.Axuser_reviews .cpstudent_opinions,
    .Axuser_reviews .cpstudent_opinions::before,
    .Axuser_reviews .cpstudent_opinions img,
    .Axuser_reviews .cpstudent_opinions h4,
    .Axuser_reviews .description::before,
    .Axuser_reviews a,
    .Axuser_reviews a::before {
    transition: none;
}}



@media (min-width: 992px) {.Gxtraining_method {
    padding: 10rem 0;
}.Gxtraining_method .Pcstudy_training {
    transform: perspective(1000px) rotateY(3deg);
}.Gxtraining_method .Pcstudy_training > div {
    padding: 5rem 6rem;
}.Gxtraining_method h3 {
    margin-bottom: 2.5rem;
}.Gxtraining_method p {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}



@media (min-width: 768px) {.Bgprogram_overview {
    padding: 8rem 0;
}.Bgprogram_overview h2 {
    margin-bottom: 4rem;
    font-size: calc(32px * 1.1);
    max-width: 80%;
}.Bgprogram_overview .hGfuture_skills {
    grid-template-columns: 45% 1fr;
    align-items: flex-start;
    gap: 4rem;
}.Bgprogram_overview .Pvpic_float {
    top: 2rem;
    height: 450px;
    position: sticky;
}.Bgprogram_overview .LNcontent_pad {
    max-height: 600px;
}
}



@media (max-width: 767px) {.Bgprogram_overview {
    padding: 4rem 0;
}.Bgprogram_overview h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.Bgprogram_overview .Pvpic_float {
    margin-bottom: 1rem;
    height: 250px;
}.Bgprogram_overview .LNcontent_pad {
    max-height: 350px;
}.Bgprogram_overview .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}



@media (max-width: 992px) {.abappNote {
    padding: 4rem 0;
}.abappNote .Pcstudy_training {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.abappNote .Pcstudy_training > div:first-child::before {
    width: 1rem;
    height: 50px;
    left: -2.5rem;
}.abappNote h5 {
    font-size: calc(20px - 0.1rem);
}
}



@media (max-width: 576px) {.abappNote {
    padding: 2.5rem 0;
}.abappNote .container {
    padding: 0 1.5rem;
}.abappNote .Pcstudy_training {
    padding: 1.5rem;
}.abappNote .Pcstudy_training > div:first-child {
    margin-bottom: 1.5rem;
}.abappNote .Pcstudy_training > div:first-child::before {
    height: 30px;
    width: 0.5rem;
    left: -1.5rem;
}.abappNote h5 {
    padding-left: 0.5rem;
    font-size: calc(20px - 0.3rem);
}.abappNote p {
    font-size: calc(17px - 0.1rem);
    line-height: 1.6;
}.abappNote .Pcstudy_training > div:last-child {
    padding-top: 1.5rem;
}}



@media (max-width: 768px) {.Mqour_team {
    padding: 70px 0;
}.Mqour_team h3 {
    margin-bottom: 35px;
    font-size: calc(40px * 0.8);
}.Mqour_team .telearn_history,
    .Mqour_team .Jomethod_innov {
    margin-bottom: 40px;
}.Mqour_team .Pvpic_float,
    .Mqour_team .wpfast_track {
    height: 350px;
    box-shadow: 10px 10px 0 rgb(196,171,177,0.5);
}.Mqour_team .wpfast_track {
    box-shadow: 10px 10px 0 rgb(173,130,142,0.5);
}.Mqour_team .Pvpic_float:hover,
    .Mqour_team .wpfast_track:hover {
    box-shadow: 15px 15px 0 rgb(196,171,177,0.5);
}.Mqour_team .wpfast_track:hover {
    box-shadow: 15px 15px 0 rgb(173,130,142,0.5);
}
}



@media only screen and (max-width: 800px) {.dGprivacy_frame {
    width: 95%;
    padding: 30px;
}.dGprivacy_frame h1 {
    font-size: calc(22px - 10px);
}.dGprivacy_frame h2 {
    font-size: calc(22px - 5px);
}.dGprivacy_frame ul, .dGprivacy_frame ol {
    padding-left: 20px;
}.dGprivacy_frame li:before {
    left: -15px;
}.dGprivacy_frame button {
    padding: 10px 20px;
}}



@media screen and (min-width: 768px) {.hqstay_connected .Pcstudy_training {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5rem 3.5rem;
}.hqstay_connected h4 {
    margin: 0;
    max-width: 50%;
    text-align: left;
}.hqstay_connected h4::after {
    left: 0;
    transform: none;
}.hqstay_connected .input_holder {
    flex: 0 0 50%;
    justify-content: flex-end;
    width: auto;
    margin-top: 0;
}
}



@media screen and (max-width: 480px) {.hqstay_connected {
    padding: 2.5rem 0;
}.hqstay_connected .Pcstudy_training {
    padding: 1.5rem;
}.hqstay_connected h4 {
    font-size: 16px;
    line-height: 1.5;
}.hqstay_connected input[type="email"],
    .hqstay_connected .Nbjoin_list {
    padding: 0.7rem 0.9rem;
    font-size: calc(16px * 0.9);
}
}



@media (prefers-reduced-motion: reduce) {.hqstay_connected .Pcstudy_training,
    .hqstay_connected input[type="email"],
    .hqstay_connected .Nbjoin_list,
    .hqstay_connected .Nbjoin_list::before {
    transition: none;
}}



@media screen and (max-width: 991px) {.bjwelcome::after {
    width: 60%;
    top: -5%;
    height: 50%;
}.bjwelcome .Fflearn_team {
    padding: 4% 5%;
}.bjwelcome .Hamaster_studyfast {
    padding: 8% 5%;
    transform: perspective(800px) rotateY(-1deg);
}.bjwelcome .Hamaster_studyfast h3 {
    font-size: calc(22px * 0.9);
    max-width: 95%;
}.bjwelcome .Hamaster_studyfast h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 25px;
}.bjwelcome .Hamaster_studyfast div div {
    padding: 15px 25px;
    max-width: 95%;
    margin-top: 30px;
}
}



@media screen and (max-width: 576px) {.bjwelcome {
    min-height: 80vh;
}.bjwelcome::after {
    display: none;
}.bjwelcome::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}.bjwelcome .Fflearn_team {
    padding: 12% 5% 15%;
}.bjwelcome .Hamaster_studyfast {
    border-left: 2px solid rgb(196,171,177);
    padding: 8% 5% 10%;
}.bjwelcome .Hamaster_studyfast span {
    padding: 10px 15px;
    transform: translateX(-10px);
    margin-bottom: 15px;
}.bjwelcome .Hamaster_studyfast h3 {
    font-size: calc(22px * 0.8);
    line-height: 1.5;
}.bjwelcome .Hamaster_studyfast h1 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.65);
    padding-left: 0;
}.bjwelcome .Hamaster_studyfast h1::after {
    width: 40px;
    left: 0;
}.bjwelcome .Hamaster_studyfast div div {
    padding: 12px 15px;
    margin-left: 0;
    max-width: 100%;
}.bjwelcome .Hamaster_studyfast p {
    line-height: 1.5;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .Upfirst_expert svg {
    width: 120px;
}header .vamain_site {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
    flex-wrap: nowrap;
}header .vamain_site::-webkit-scrollbar {
    height: 2px;
}header .vamain_site::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(196,171,177);
}header .SGhead_primary {
    white-space: nowrap;
    flex-shrink: 0;
}}


@media (max-width: 767px) {.Zulocation_info {
    padding: 40px 0;
}.Zulocation_info .XYedu_guide {
    padding: 25px;
}.Zulocation_info .XYedu_guide::after {
    display: none;
}.Zulocation_info h3 {
    font-size: calc(31px - 0.3rem);
}.Zulocation_info .CYcontact_query {
    font-size: 14px;
}.Zulocation_info .Ighelp_request {
    grid-template-columns: 1fr;
}.Zulocation_info .Ighelp_request span {
    padding: 12px;
}.Zulocation_info .Ighelp_request span svg {
    width: 16px;
    right: 8px;
    top: 8px;
    height: 16px;
}.Zulocation_info .BSreach_section span svg {
    width: 10px;
    height: 10px;
}
}



@media (max-width: 992px) {.qvdata_viz .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.qvdata_viz {
    padding: 50px 0;
}.qvdata_viz .vamain_site {
    flex: 0 0 100%;
}
}

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

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



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



@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 50% 50% 40% 60% / 50% 40% 60% 40%;
    }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}



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



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



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

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

