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

.ZSKtwart_portal {
    flex: 0 0 auto;
}

.ZSKtwart_portal {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}

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

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


.Vdctlcontact_box {
    background: linear-gradient(120deg, rgb(222,218,201) 0%, #1a1e2e 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.Vdctlcontact_box::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(193,156,201), 0.05) 100%);
}

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

.Vdctlcontact_box h2::before {
    content: "";
    position: absolute;
    background: rgb(193,156,201);
    left: calc(50% - 50px);
    height: 2px;
    width: 30px;
    bottom: -20px;
}

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

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

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

.Vdctlcontact_box h3::after {
    background: rgb(193,156,201);
    content: "";
    height: 2px;
    position: absolute;
    bottom: -10px;
    width: 50px;
    left: 0;
}

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

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

.Vdctlcontact_box .eUXOArequest_block input[type="checkbox"]:checked {
    background: rgb(193,156,201);
    border-color: rgb(193,156,201);
}

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

.Vdctlcontact_box .eUXOArequest_block a:hover {
    color: #ffffff;
}

.Vdctlcontact_box .eUXOArequest_block a::after {
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(193,156,201);
    content: "";
}

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

.Vdctlcontact_box .EnXQYinquiry_links:hover {
    transform: translateY(-3px);
    background: rgb(111,126,179);
}

.Vdctlcontact_box svg {
    filter: drop-shadow(0 0 5px rgba(rgb(193,156,201), 0.5));
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(193,156,201);
    height: 22px;
}

footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}

footer::after {
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
}

.ZSKtwart_portal .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.ZSKtwart_portal .company_holder:hover {
    transform: rotateX(0deg);
}

.ZSKtwart_portal .company_holder h3 {
    letter-spacing: 1px;
    position: relative;
    font-size: 34px;
    display: inline-block;
    color: #ffffff;
    margin: 0 0 1.5rem;
    transform: translateZ(20px);
    font-weight: 700;
}

.ZSKtwart_portal .company_holder h3::after {
    border-right: 3px solid #ffffff;
    bottom: -10px;
    height: 30px;
    content: "";
    width: 30px;
    border-bottom: 3px solid #ffffff;
    right: -10px;
    position: absolute;
}

.ZSKtwart_portal .NLHrBlevel_up {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}

.ZSKtwart_portal .ezqFbtop_info {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.ZSKtwart_portal .YbCXemain_train:hover {
    transform: rotateX(0deg);
}

.ZSKtwart_portal .YbCXemain_train h5 {
    font-size: 19px;
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    background: rgb(111,126,179,0.5);
    margin: 0 0 1.5rem;
    transform: translateZ(15px);
    padding: 1rem 1.5rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    min-width: 200px;
}

.ZSKtwart_portal .YbCXemain_train .ezqFbtop_info a {
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    transform: translateZ(10px);
    position: relative;
}

.ZSKtwart_portal .YbCXemain_train .ezqFbtop_info a:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(111,126,179,0.5);
}

.VxtoJstudy_group {
    padding: 2rem 0;
    transform-style: preserve-3d;
    position: relative;
    margin-top: 3rem;
    perspective: 1000px;
    background: rgb(111,126,179,0.5);
}

.VxtoJstudy_group .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.bRoyPour_story {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.bRoyPour_story::before {
    background: radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
}

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

.bRoyPour_story .oCUjsmetadata_block {
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: relative;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
    padding: 40px;
    max-width: 900px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
}

.bRoyPour_story .oCUjsmetadata_block > div:first-child::after {
    right: -60px;
    content: "";
    height: 1px;
    width: 40px;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(111,126,179), transparent);
    top: 50%;
}

.bRoyPour_story h5::after {
    bottom: -8px;
    animation: pulse 2s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgb(193,156,201), transparent);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    transform-origin: center;
}

.bRoyPour_story .oCUjsmetadata_block > div:nth-child(2) p b {
    font-weight: 700;
    color: rgb(193,156,201);
    letter-spacing: 1px;
}

.bRoyPour_story ol::before {
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    content: "";
    left: 0;
    position: absolute;
    background: radial-gradient(circle at center, rgb(111,126,179,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
}

.bRoyPour_story ol li::first-letter {
    color: rgb(193,156,201);
    font-weight: 700;
    font-size: 150%;
}

.BkQXotyWrap::before {
    opacity: 0.6;
    background-size: 60px 60px, 40px 40px;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    animation: shimmer 15s infinite linear;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    position: absolute;
    left: 0;
    width: 100%;
}

.BkQXotyWrap .CWUYQstudy_studio {
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.BkQXotyWrap .CWUYQstudy_studio > div:first-child::after {
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(111,126,179);
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -0.75rem;
    transform: scaleX(0);
    width: 60px;
    content: "";
    transform-origin: left center;
}

.BkQXotyWrap p {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    font-size: 15px;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.BkQXotyWrap a:hover {
    transform: translateX(5px);
}

.BkQXotyWrap a:hover::before {
    transform: scaleX(1);
}

.qerItprogram_structure {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(111,126,179,0.5) 100%);
}

.qerItprogram_structure::after {
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(111,126,179,0.5) 0%, transparent 40%);
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}

.qerItprogram_structure .sAfdustudy_track {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    border-radius: 0 15px 15px 0;
    padding: 3.5rem 3rem 3.5rem 5rem;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    z-index: 3;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(-40px);
    grid-area: info;
}

.qerItprogram_structure .sAfdustudy_track::after {
    left: -50%;
    animation: rotateRadial 30s linear infinite;
    transform-origin: center;
    z-index: -1;
    height: 200%;
    content: "";
    width: 200%;
    position: absolute;
    opacity: 0.1;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(193,156,201,0.5) 0%,
        transparent 60%
    );
}

.qerItprogram_structure .ziMvNnav_sitewrap::after {
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    border-radius: 8px;
    position: absolute;
    inset: 0;
}

.qerItprogram_structure .ziMvNnav_sitewrap svg {
    position: absolute;
    width: 50px;
    left: 50%;
    top: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgb(193,156,201,0.5));
    transform: translate(-50%, -50%);
    height: 50px;
}

.qerItprogram_structure h3::before {
    background: linear-gradient(to right, rgb(193,156,201), transparent);
    content: "";
    left: 0;
    bottom: -10px;
    height: 3px;
    position: absolute;
    width: 40px;
}

.qerItprogram_structure p {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    max-width: 600px;
    margin-bottom: 2rem;
}

.qerItprogram_structure .FvIiWimg_round::before {
    height: 100%;
    content: "";
    z-index: 2;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.6;
    top: 0;
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
}

.qerItprogram_structure .CWUYQstudy_studio:hover .FvIiWimg_round {
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
}

.qerItprogram_structure .ziMvNnav_sitewrap:hover svg path {
    fill: rgb(111,126,179);
}

.rAMcosecure_pantry {
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    font-family: Arial, sans-serif;
}

.rAMcosecure_pantry h2 {
    color: #000000;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 600;
    font-size: 35px;
    border-bottom: 1px solid #000000;
}

.rAMcosecure_pantry ul, .rAMcosecure_pantry ol {
    padding-left: 20px;
    list-style-position: inside;
    margin: 20px 0;
}

.rAMcosecure_pantry ul li, .rAMcosecure_pantry ol li {
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}



.rAMcosecure_pantry h3, .rAMcosecure_pantry h4, .rAMcosecure_pantry h5, .rAMcosecure_pantry h6 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.BLFZwprimary_page {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(222,218,201);
    overflow: hidden;
    min-height: 100vh;
}

.BLFZwprimary_page .WhLxXedu_online::before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    opacity: 0.85;
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgb(193,156,201,0.5) 0%,
    rgb(111,126,179,0.5) 60%,
    rgb(255, 255, 255, 0.5) 100%
  );
    bottom: 0;
}

.BLFZwprimary_page .WhLxXedu_online:hover {
    transform: perspective(1000px) rotateY(0);
}

.BLFZwprimary_page .WhLxXedu_online span {
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 0;
    animation: slideInFromLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.2s;
    transform: translateX(10px);
    display: block;
}

.BLFZwprimary_page .WhLxXedu_online h3 {
    font-size: 18px;
    -webkit-background-clip: text !important;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.85));
    display: inline-block;
    font-weight: 600;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    color: #ffffff;
    background-clip: text !important;
    opacity: 0;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
}

.BLFZwprimary_page .WhLxXedu_online div div {
    animation: fadeInRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    padding-left: 1rem;
    border-left: 3px solid rgb(193,156,201);
    position: relative;
    transform: translateX(20px);
    opacity: 0;
}

.zmCAFteacher_profile::before {
    width: 100%;
    position: absolute;
    animation: pulse 20s infinite alternate;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(193,156,201,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(111,126,179,0.5) 0%, transparent 30%);
}

.zmCAFteacher_profile .rmFGpuser_opinions:hover {
    transform: rotateY(0deg) translateZ(10px);
}

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

.zmCAFteacher_profile .rmFGpuser_opinions:hover .FvIiWimg_round {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(193,156,201,0.5);
}

.zmCAFteacher_profile .rmFGpuser_opinions:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.zmCAFteacher_profile .rmFGpuser_opinions > span:not(.name) {
    border-radius: 10px;
    font-size: 15px;
    grid-area: job;
    font-weight: 600;
    background: #ffffff;
    padding: 10px 15px;
    transition: transform 0.3s ease;
    z-index: 2;
    color: rgb(111,126,179);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateZ(25px);
}

#lCxBYuserPrivacyWindow {
    display: none;
}

#lCxBYuserPrivacyWindow:checked ~ .dKNEYcookieUsagePromptPanel {
    visibility: hidden;
    opacity: 0;
}

.RUhoJcookie_none {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.dSjmDconsent_ack {
    margin-right: 10px;
    flex-shrink: 0;
}

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

.fCUExwrapper-canvas .RUhoJcookie_none {
    padding: 40px 0;
    justify-content: space-between;
}

.fCUExwrapper-canvas .lxPmccookie_guard {
    color: #ffffff;
    text-align: left;
}

.fCUExwrapper-canvas .lxPmccookie_guard h5 {
    font-weight: 700;
}

.fCUExwrapper-canvas .lxPmccookie_guard h5, .fCUExwrapper-canvas .lxPmccookie_guard p {
    color: #ffffff;
}

.cnKhfpricing_level::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(193,156,201,0.5), rgb(111,126,179,0.5));
    top: 0;
    content: "";
    opacity: 0.08;
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
}

.cnKhfpricing_level .UkIiBfee_board {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.cnKhfpricing_level .UkIiBfee_board h2::after {
    content: "";
    width: 80px;
    bottom: -10px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179));
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}

.cnKhfpricing_level .KYDBlcost_rates {
    margin: 0 auto;
    gap: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.cnKhfpricing_level .wCQmsmonthly_rate:hover {
    transform: translateY(-8px);
}

.cnKhfpricing_level .AQogXpremium_plan {
    overflow: hidden;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    height: 100%;
    flex-direction: column;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    border-radius: 16px;
}

.cnKhfpricing_level .hoUuApayment_deals h3::after {
    background: rgb(193,156,201);
    border-radius: 2px;
    position: absolute;
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    bottom: 0;
}

.cnKhfpricing_level .GvelQlearning_fees::before {
    background: linear-gradient(90deg, rgb(193,156,201,0.5), transparent);
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
}

.cnKhfpricing_level .hoUuApayment_deals p {
    word-break: break-word;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(17px - 2px);
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.cnKhfpricing_level .FvIiWimg_round::after {
    bottom: 0;
    z-index: 1;
    top: 0;
    transition: opacity 0.3s ease;
    right: 0;
    position: absolute;
    content: "";
    opacity: 0.6;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}

.WPatguser_feedback::before {
    opacity: 0.2;
    top: -400px;
    height: 800px;
    border-radius: 50%;
    z-index: 1;
    content: "";
    right: -400px;
    width: 800px;
    filter: blur(100px);
    position: absolute;
    background: rgb(193,156,201,0.5);
}

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

.WPatguser_feedback h4::after {
    height: 60px;
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    background: rgb(193,156,201,0.5);
    width: 60px;
    position: absolute;
    z-index: -1;
    left: -30px;
    content: "";
    top: -20px;
}

.WPatguser_feedback .ShZtXlearning_ratings::after {
    top: 10%;
    content: "";
    left: 50%;
    position: absolute;
    width: 1px;
    z-index: 1;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(111,126,179,0.5), transparent);
}

.WPatguser_feedback .rmFGpuser_opinions:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
}

.WPatguser_feedback .rmFGpuser_opinions::before {
    border-radius: inherit;
    inset: 5px;
    position: absolute;
    z-index: -1;
    background: #ffffff;
    content: "";
}

.WPatguser_feedback .rmFGpuser_opinions::after {
    content: "";
    opacity: 0.7;
    z-index: -2;
    inset: 0;
    background: linear-gradient(135deg, rgb(193,156,201,0.5), rgb(111,126,179,0.5));
    border-radius: inherit;
    position: absolute;
}

.WPatguser_feedback .rmFGpuser_opinions:nth-child(3n) {
    transform: translateY(-20px);
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}

.WPatguser_feedback .FvIiWimg_round {
    height: 80px;
    animation: morphing 10s infinite alternate ease-in-out;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 80px;
    margin-bottom: 20px;
}

.WPatguser_feedback .rmFGpuser_opinions span::after {
    content: "";
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    background: rgb(193,156,201);
    position: absolute;
    width: 30px;
    bottom: -8px;
}

.xlJqsfollow {
    background: rgb(222,218,201);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 5rem 2rem;
}

.xlJqsfollow::after {
    width: 38.2%;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    background: rgb(111,126,179,0.5);
    position: absolute;
    opacity: 0.08;
    bottom: 0;
    z-index: -1;
    content: "";
    height: 61.8%;
    left: 0;
}

.xlJqsfollow .CWUYQstudy_studio::before {
    top: -100px;
    width: 200px;
    border: 15px solid rgb(111,126,179);
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.05;
    position: absolute;
    right: -100px;
    content: "";
}

.xlJqsfollow p {
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    font-size: 38px;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #000000;
    padding-right: 2rem;
    font-weight: 700;
}

.xlJqsfollow p::after {
    right: 0;
    width: 38.2%;
    bottom: -20px;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    content: "";
    background: rgb(111,126,179);
    height: 3px;
    transform-origin: right;
    position: absolute;
}

.xlJqsfollow .input_holder::before {
    border: 1px solid #000000;
    width: 100%;
    content: "";
    pointer-events: none;
    transition: all 0.3s ease;
    top: -8px;
    position: absolute;
    background: transparent;
    left: 8px;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}

.xlJqsfollow .LfAcunews_alert:focus {
    border-color: rgb(193,156,201);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.xlJqsfollow .EnXQYinquiry_links::before {
    transition: all 0.3s ease;
    content: "";
    height: 100%;
    background: rgb(193,156,201);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: -100%;
}

.xlJqsfollow .EnXQYinquiry_links:hover {
    border-color: rgb(193,156,201);
    color: #ffffff;
}

.HaVeDservice_connect {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(222,218,201) 0%, rgb(111,126,179,0.5) 100%);
}

.HaVeDservice_connect::after {
    animation: morph 20s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(111,126,179,0.5);
    height: 150px;
    filter: blur(60px);
    content: "";
    position: absolute;
    z-index: 0;
    width: 150px;
    right: -30px;
    bottom: -30px;
}

.HaVeDservice_connect h1::after {
    bottom: -10px;
    left: 50%;
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(193,156,201) 0%, rgb(111,126,179) 100%);
    height: 4px;
    position: absolute;
    width: 80px;
}

.HaVeDservice_connect .jKwSBmsg_details:hover {
    transform: translateY(-5px);
}

.HaVeDservice_connect .jKwSBmsg_details > div {
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(240, 240, 240, 0.4));
    transform-origin: center;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.HaVeDservice_connect h6 {
    color: #000000;
    text-transform: capitalize;
    display: flex;
    margin-bottom: 0.5rem;
    font-size: 21px;
    align-items: center;
    font-weight: 600;
}

.HaVeDservice_connect span {
    font-size: calc(17px - 1px);
    margin-left: 1.5rem;
    display: block;
    color: #000000;
}

.HaVeDservice_connect .nDFJkedu_reach > div:hover {
    transform: translateX(5px);
}

.HaVeDservice_connect .lgqyAcontact_support:hover {
    color: rgb(193,156,201);
}

.HaVeDservice_connect .lgqyAcontact_support svg {
    transform: scale(0.9);
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.HaVeDservice_connect svg {
    transition: all 0.3s ease;
}

.HaVeDservice_connect .lgqyAcontact_support:hover svg path {
    fill: rgb(193,156,201);
}

.WVkTXfuture_learners::before {
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(193,156,201,0.5) 20px,
        rgb(193,156,201,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(111,126,179,0.5) 20px,
        rgb(111,126,179,0.5) 22px,
        transparent 22px
    );
    left: 0;
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
    content: "";
}

.WVkTXfuture_learners h3 {
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 80px;
    padding: 0 20px 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 31px;
    box-shadow: 0 10px 25px -10px rgb(193,156,201,0.5);
    left: 50%;
    font-family: Arial, sans-serif;
    display: inline-block;
}

.WVkTXfuture_learners h3::after {
    background: rgb(193,156,201);
    bottom: -6px;
    transform: translateX(-50%);
    content: "";
    animation: pulseCircle 2s infinite;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(193,156,201,0.5);
    left: 50%;
    width: 12px;
    position: absolute;
    height: 12px;
}

.WVkTXfuture_learners ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    left: -5px;
    top: -5px;
    background: rgb(193,156,201);
    border-radius: 50%;
    width: 10px;
}

.WVkTXfuture_learners ul li::after {
    right: -5px;
    height: 10px;
    position: absolute;
    width: 10px;
    content: "";
    border-radius: 50%;
    background: rgb(111,126,179);
    bottom: -5px;
}

.WVkTXfuture_learners ul li svg {
    transition: all 0.4s ease;
    top: 50%;
    width: 35px;
    transform: translateY(-50%);
    position: absolute;
    left: 20px;
    height: 35px;
}

.WVkTXfuture_learners ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.WVkTXfuture_learners ul li:hover svg path {
    fill: rgb(111,126,179);
}



.WVkTXfuture_learners ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.WVkTXfuture_learners ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

header:before {
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    pointer-events: none;
    left: 0;
}

header:after {
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    background-size: 100px 100px;
    pointer-events: none;
    position: absolute;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
}

header .container {
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

header .OhsFjtop_class {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}

header .OhsFjtop_class:before {
    left: 0;
    position: absolute;
    height: 20px;
    content: '';
    opacity: 0.5;
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
}

header .OhsFjtop_class:after {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 20px;
    transform: translateY(-50%) translateX(40px);
    opacity: 0.5;
    top: 50%;
    width: 20px;
    right: 0;
    border-radius: 50%;
    position: absolute;
}

header .YbCXemain_train:hover:before {
    opacity: 0.7;
}

header .OXmFWtop_lead {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 8px 0;
}

header .OXmFWtop_lead:after {
    transform-origin: right;
    left: -30px;
    transform: translateY(-50%) scaleX(0);
    content: '';
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    height: 1px;
    width: 20px;
    position: absolute;
}

header .OXmFWtop_lead:hover:before {
    opacity: 1;
    left: -20px;
}

header .mwpkUnav_lesson {
    display: flex;
    padding: 5px;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

header .mwpkUnav_lesson:after {
    content: '';
    left: -5px;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    opacity: 0;
    background: #ffffff;
    transition: all 0.3s ease;
    top: -5px;
    height: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

header .mwpkUnav_lesson svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}


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



@media (max-width: 992px) {.Vdctlcontact_box {
    padding: 70px 0;
}.Vdctlcontact_box .hSZPTreach_box {
    grid-template-columns: 1fr;
}.Vdctlcontact_box .FvIiWimg_round {
    min-height: 300px;
}.Vdctlcontact_box .rBjnQsupport_help {
    padding: 40px 30px 50px;
}
}



@media (max-width: 1200px) {.ZSKtwart_portal .container {
    gap: 3rem;
}.ZSKtwart_portal .company_holder {
    flex: 1 1 350px;
}.ZSKtwart_portal .NLHrBlevel_up {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.ZSKtwart_portal .ezqFbtop_info {
    gap: 2rem;
}
}



@media (max-width: 992px) {.ZSKtwart_portal {
    padding: 4rem 0 2rem;
}.ZSKtwart_portal .container {
    flex-direction: column;
    gap: 3rem;
}.ZSKtwart_portal .company_holder,
    .ZSKtwart_portal .NLHrBlevel_up {
    min-width: 100%;
    flex: 1 1 100%;
}.ZSKtwart_portal .YbCXemain_train {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.ZSKtwart_portal .company_holder,
    .ZSKtwart_portal .YbCXemain_train {
    transform: none;
}
}



@media (max-width: 576px) {.ZSKtwart_portal {
    padding: 3rem 0 1rem;
}.ZSKtwart_portal .YbCXemain_train {
    min-width: 100%;
    flex: 1 1 100%;
}.ZSKtwart_portal .ezqFbtop_info {
    gap: 0.7rem;
}.ZSKtwart_portal .YbCXemain_train .ezqFbtop_info a {
    padding: 0.6rem 0.8rem;
}.VxtoJstudy_group {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.VxtoJstudy_group::before {
    display: none;
}
}



@media (max-width: 991px) {.bRoyPour_story {
    padding: 80px 0;
}.bRoyPour_story .oCUjsmetadata_block {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.bRoyPour_story h5 {
    font-size: calc(22px * 0.9);
}
}



@media (max-width: 575px) {.bRoyPour_story {
    padding: 40px 0;
}.bRoyPour_story .oCUjsmetadata_block {
    padding: 20px 15px;
}.bRoyPour_story .oCUjsmetadata_block > div:first-child::before,
    .bRoyPour_story .oCUjsmetadata_block > div:first-child::after {
    display: none;
}.bRoyPour_story h5 {
    font-size: calc(22px * 0.7);
}.bRoyPour_story ol li {
    text-align: left;
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}}



@media (hover: hover) {.BkQXotyWrap .CWUYQstudy_studio:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}



@media screen and (max-width: 768px) {.BkQXotyWrap {
    padding: 4rem 1.5rem;
}.BkQXotyWrap .CWUYQstudy_studio {
    transform: none;
    padding: 2rem;
}.BkQXotyWrap .CWUYQstudy_studio::before {
    height: 4px;
}.BkQXotyWrap h5 {
    font-size: calc(19px * 0.85);
}.BkQXotyWrap p {
    font-size: calc(15px * 0.95);
}
}



@media screen and (max-width: 1200px) {.qerItprogram_structure .CWUYQstudy_studio {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.qerItprogram_structure .sAfdustudy_track {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.qerItprogram_structure h3 {
    font-size: calc(28px * 0.9);
}
}



@media screen and (max-width: 768px) {.qerItprogram_structure {
    padding: 4rem 0;
}.qerItprogram_structure .FvIiWimg_round {
    height: 300px;
}.qerItprogram_structure .sAfdustudy_track {
    padding: 2.5rem 2rem;
}.qerItprogram_structure .ziMvNnav_sitewrap {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
}.qerItprogram_structure .ziMvNnav_sitewrap svg {
    width: 45px;
    height: 45px;
}.qerItprogram_structure h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.5rem;
}.qerItprogram_structure p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media screen and (max-width: 576px) {.qerItprogram_structure {
    padding: 3rem 0;
}.qerItprogram_structure .FvIiWimg_round {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.qerItprogram_structure .sAfdustudy_track {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 1.5rem;
    transform: translateY(-30px);
}.qerItprogram_structure .ziMvNnav_sitewrap {
    width: 70px;
    height: 70px;
    margin-bottom: 1.2rem;
}.qerItprogram_structure .ziMvNnav_sitewrap svg {
    height: 40px;
    width: 40px;
}.qerItprogram_structure h3 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.qerItprogram_structure h3::before {
    bottom: -8px;
    height: 2px;
    width: 30px;
}.qerItprogram_structure h3::after {
    height: 1px;
    width: 60px;
    bottom: -12px;
}.qerItprogram_structure p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
}.qerItprogram_structure .CWUYQstudy_studio:hover .sAfdustudy_track {
    transform: translateY(-35px);
}}



@media (max-width: 576px) {.BLFZwprimary_page {
    min-height: 70vh;
}.BLFZwprimary_page .xAkOGstart_page {
    padding: 1rem;
}.BLFZwprimary_page .WhLxXedu_online {
    padding: 2rem 1.2rem;
}.BLFZwprimary_page .WhLxXedu_online h1 {
    margin-bottom: 1.2rem;
    font-size: calc(42px * 0.6);
}.BLFZwprimary_page .WhLxXedu_online h3 {
    font-size: calc(18px * 0.85);
}.BLFZwprimary_page .WhLxXedu_online p {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 0.9);
}.BLFZwprimary_page .WhLxXedu_online div div {
    border-left: 2px solid rgb(193,156,201);
    padding-left: 0.8rem;
}}



@media (max-width: 576px) {.zmCAFteacher_profile {
    padding: 60px 0;
}.zmCAFteacher_profile .FvIiWimg_round {
    width: 100%;
    height: 200px;
}.zmCAFteacher_profile .eVWNrexp_projects {
    padding: 25px 20px;
    font-size: calc(15px * 0.95);
}.zmCAFteacher_profile .name {
    font-size: calc(18px * 0.9);
}.zmCAFteacher_profile .rmFGpuser_opinions > span:not(.name) {
    font-size: calc(15px * 0.9);
}}


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


@media only screen and (max-width: 800px) {.dSjmDconsent_ack {
    display: none;
}.RUhoJcookie_none {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.dKNEYcookieUsagePromptPanel h5 {
    text-align: center;
}.dKNEYcookieUsagePromptPanel p {
    text-align: center;
}.lxPmccookie_guard {
    margin-bottom: 20px;
}body .fCUExwrapper-canvas .QJdFLcookie_compl {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (min-width: 1200px) {.cnKhfpricing_level .KYDBlcost_rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.cnKhfpricing_level .hoUuApayment_deals {
    padding: 40px;
}.cnKhfpricing_level .FvIiWimg_round {
    height: 260px;
}.cnKhfpricing_level .wCQmsmonthly_rate:nth-child(odd) {
    transform: translateY(20px);
}.cnKhfpricing_level .wCQmsmonthly_rate:nth-child(odd):hover {
    transform: translateY(12px);
}.cnKhfpricing_level .wCQmsmonthly_rate:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 767px) {.cnKhfpricing_level {
    padding: 80px 0;
}.cnKhfpricing_level .wRKUustudy_costs {
    gap: 40px;
}.cnKhfpricing_level .UkIiBfee_board h2 {
    font-size: calc(38px - 4px);
}.cnKhfpricing_level .FvIiWimg_round {
    height: 200px;
}.cnKhfpricing_level .hoUuApayment_deals {
    padding: 25px;
}.cnKhfpricing_level .GvelQlearning_fees {
    font-size: 1.5rem;
}}



@media (max-width: 992px) {.xlJqsfollow {
    padding: 4rem 1.5rem;
}.xlJqsfollow .CWUYQstudy_studio {
    grid-template-columns: 1fr;
    gap: 2rem;
}.xlJqsfollow p {
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: calc(38px * 0.9);
}.xlJqsfollow p::before {
    left: 0;
    height: 80%;
}.xlJqsfollow p::after {
    left: 0;
    width: 50%;
    right: auto;
}.xlJqsfollow .input_holder {
    padding-left: 0;
}
}



@media (max-width: 768px) {.xlJqsfollow {
    padding: 3.5rem 1.5rem;
}.xlJqsfollow p {
    font-size: 23px;
}.xlJqsfollow .input_holder {
    flex-direction: column;
    align-items: stretch;
}.xlJqsfollow .LfAcunews_alert {
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
    width: 100%;
}.xlJqsfollow .EnXQYinquiry_links {
    width: 100%;
}.xlJqsfollow::before,
    .xlJqsfollow::after {
    opacity: 0.05;
}
}



@media (max-width: 576px) {.xlJqsfollow {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.xlJqsfollow p {
    padding-left: 1rem;
}.xlJqsfollow p::before {
    width: 2px;
}.xlJqsfollow p::after {
    height: 2px;
}.xlJqsfollow .LfAcunews_alert,
    .xlJqsfollow .EnXQYinquiry_links {
    padding: 1rem;
}.xlJqsfollow .CWUYQstudy_studio::before,
    .xlJqsfollow .CWUYQstudy_studio::after {
    display: none;
}}



@media (min-width: 992px) {.HaVeDservice_connect {
    padding: 8rem 0;
}.HaVeDservice_connect .jKwSBmsg_details {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
}.HaVeDservice_connect .jKwSBmsg_details > div:first-child {
    grid-column: 1;
}.HaVeDservice_connect .jKwSBmsg_details > div {
    padding: 2rem;
}.HaVeDservice_connect .nDFJkedu_reach {
    margin-top: 0.5rem;
}.HaVeDservice_connect h1 {
    margin-bottom: 4rem;
}
}



@media (max-width: 992px) {.WVkTXfuture_learners {
    padding: 80px 0;
}.WVkTXfuture_learners ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.WVkTXfuture_learners h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 60px;
}
}



@media (max-width: 480px) {.WVkTXfuture_learners {
    padding: 50px 0;
}.WVkTXfuture_learners .CWUYQstudy_studio {
    padding: 0 15px;
}.WVkTXfuture_learners h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 35px;
}.WVkTXfuture_learners ul li {
    padding: 18px 15px 18px 60px;
}.WVkTXfuture_learners ul li svg {
    width: 30px;
    height: 30px;
    left: 15px;
}}



@media (max-width: 767px) {header .YbCXemain_train {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    gap: 25px;
    z-index: 1001;
    max-width: 320px;
    top: 0;
    right: -100%;
    padding: 80px 30px 30px;
    position: fixed;
    flex-direction: column;
    background: rgb(193,156,201);
}header .YbCXemain_train:before {
    left: 10%;
    bottom: auto;
    width: 80%;
    top: 60px;
}header .YbCXemain_train:after {
    right: 20px;
    pointer-events: none;
    border-radius: 50%;
    width: 30px;
    top: 20px;
    height: 30px;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .OXmFWtop_lead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .OXmFWtop_lead:hover {
    transform: translateX(0);
}header .OXmFWtop_lead:last-child {
    border-bottom: none;
}header .mwpkUnav_lesson {
    margin: 0 auto;
}
}



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



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



@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

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



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



@keyframes pulse {
  0% {
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.8) rotate(360deg);
  }
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}



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



@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(20px, 20px) rotate(10deg);
    }
}

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(193,156,201,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(193,156,201);
    }
}



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(193,156,201,0.5);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

