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

.HxPSXtop_section {
    flex: 1 0 auto;
}

.fCUExwrapper-canvas {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(120deg, 
        rgb(193,156,201) 0%, 
        rgb(193,156,201,0.5) 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1000;
    position: fixed;
}

.Vdctlcontact_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);
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
}

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

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

.Vdctlcontact_box .FvIiWimg_round {
    position: relative;
    min-height: 100%;
}

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



.Vdctlcontact_box .rBjnQsupport_help {
    padding: 50px;
    position: relative;
}

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

.Vdctlcontact_box h3 {
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.Vdctlcontact_box input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(193,156,201), 0.2);
    border-color: rgb(193,156,201);
    outline: none;
}

.Vdctlcontact_box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.Vdctlcontact_box .eUXOArequest_block input[type="checkbox"] {
    height: 24px;
    margin-top: 2px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    appearance: none;
    width: 24px;
    border-radius: 3px;
    cursor: pointer;
}

.Vdctlcontact_box .eUXOArequest_block label {
    font-size: calc(18px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.Vdctlcontact_box .eUXOArequest_block a {
    position: relative;
    color: rgb(193,156,201);
    transition: all 0.3s ease;
    text-decoration: none;
}

.Vdctlcontact_box .eUXOArequest_block a:hover::after {
    background: #ffffff;
}

.Vdctlcontact_box .EnXQYinquiry_links {
    font-size: 18px;
    border: none;
    font-weight: 600;
    background: rgb(193,156,201);
    padding: 16px 35px;
    align-self: flex-start;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.Vdctlcontact_box .EnXQYinquiry_links:hover::before {
    left: 100%;
}

.Vdctlcontact_box svg path {
    transition: all 0.3s ease;
    fill: rgb(193,156,201);
}

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

.Vdctlcontact_box svg:hover path {
    fill: #ffffff;
}

footer::before {
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    right: 0;
    background: linear-gradient(135deg, rgb(111,126,179,0.5) 0%, rgb(193,156,201,0.5) 100%);
    position: absolute;
    content: "";
}

.ZSKtwart_portal::before {
    height: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(193,156,201) 0px,
        rgb(193,156,201) 40px,
        rgb(111,126,179) 40px,
        rgb(111,126,179) 80px
    );
    content: "";
}

.ZSKtwart_portal .company_holder {
    border-radius: 0;
    padding: 2rem;
    border-bottom: 6px solid rgb(193,156,201);
    transform-style: preserve-3d;
    position: relative;
    flex: 1 1 380px;
    transition: all 0.4s ease;
    background: rgb(193,156,201,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transform: rotateX(5deg);
}

.ZSKtwart_portal .company_holder h3::before {
    border-top: 3px solid #ffffff;
    left: -10px;
    height: 30px;
    top: -10px;
    border-left: 3px solid #ffffff;
    content: "";
    width: 30px;
    position: absolute;
}

.ZSKtwart_portal .QawOkterms_legal {
    transform: translateZ(10px);
    line-height: 1.6;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    font-size: 14px;
    border-radius: 10px;
}

.ZSKtwart_portal .YbCXemain_train {
    transform: rotateX(-5deg);
    position: relative;
    transform-style: preserve-3d;
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
}

.ZSKtwart_portal .YbCXemain_train h5::after {
    right: 0;
    position: absolute;
    background: rgb(111,126,179);
    content: "";
    bottom: -5px;
    height: 5px;
    left: 0;
}

.ZSKtwart_portal .YbCXemain_train .ezqFbtop_info {
    display: flex;
    padding: 1rem;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    border-radius: 10px;
    flex-direction: column;
}

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

.ZSKtwart_portal .YbCXemain_train .ezqFbtop_info a:hover::before {
    left: 100%;
}

.VxtoJstudy_group::before {
    top: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    background: rgb(111,126,179);
    content: "";
    position: absolute;
    transform: rotateX(45deg);
    transform-origin: bottom;
}

.VxtoJstudy_group .SNWsFproject_ref {
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    padding: 0.8rem 2rem;
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

.bRoyPour_story::after {
    z-index: 2;
    background: radial-gradient(circle at center, rgb(193,156,201,0.5) 0%, transparent 15%);
    content: "";
    height: 200%;
    top: -50%;
    background-size: 20px 20px;
    width: 200%;
    opacity: 0.3;
    animation: rotate 120s linear infinite;
    pointer-events: none;
    position: absolute;
    left: -50%;
}

.bRoyPour_story .oCUjsmetadata_block:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.bRoyPour_story .oCUjsmetadata_block > div:first-child {
    position: relative;
    margin-bottom: 15px;
}

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

.bRoyPour_story h5 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 0;
}

.bRoyPour_story .oCUjsmetadata_block > div:nth-child(2) {
    text-align: center;
    margin-bottom: 25px;
}

.bRoyPour_story .oCUjsmetadata_block > div:nth-child(2) p {
    font-size: calc(18px * 1.3);
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.bRoyPour_story ol {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.bRoyPour_story ol li {
    color: #ffffff;
    animation-delay: 0.5s;
    font-weight: 300;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    animation: fadeIn 1s ease-out forwards;
    opacity: 0;
    font-size: 18px;
}

.BkQXotyWrap {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(193,156,201,0.5), rgb(111,126,179), rgb(193,156,201));
    padding: 6rem 2rem;
    isolation: isolate;
}

.BkQXotyWrap::after {
    background: linear-gradient(160deg, rgb(111,126,179,0.5), transparent);
    height: 70%;
    top: -10%;
    right: -5%;
    z-index: -1;
    filter: blur(40px);
    position: absolute;
    width: 40%;
    content: "";
    transform: rotate(-15deg) skew(20deg);
}

.BkQXotyWrap .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
}

.BkQXotyWrap .CWUYQstudy_studio::before {
    opacity: 0.9;
    left: 0;
    height: 6px;
    animation: shimmerBorder 3s infinite linear;
    content: "";
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179), rgb(193,156,201));
    transform-origin: left center;
    top: 0;
    position: absolute;
    width: 100%;
}

.BkQXotyWrap .CWUYQstudy_studio::after {
    height: 20px;
    filter: blur(15px);
    border-radius: 50%;
    z-index: -1;
    content: "";
    left: 5%;
    position: absolute;
    width: 90%;
    background: rgba(0, 0, 0, 0.07);
    bottom: -20px;
}

.BkQXotyWrap h5 {
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    color: #000000;
    font-size: 19px;
    opacity: 0;
}

.BkQXotyWrap a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: inherit;
    display: block;
}

.BkQXotyWrap a::before {
    height: 2px;
    transform-origin: right center;
    background: rgb(193,156,201,0.5);
    transform: scaleX(0);
    width: 30%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -10px;
    right: 0;
    position: absolute;
    content: "";
}

.qerItprogram_structure::before {
    filter: blur(30px);
    background: radial-gradient(ellipse at center, rgb(193,156,201,0.5) 0%, transparent 70%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    right: -10%;
    height: 140%;
    transform: rotate(-15deg);
    position: absolute;
    width: 70%;
    top: -20%;
    content: "";
    z-index: 1;
}

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

.qerItprogram_structure .CWUYQstudy_studio {
    position: relative;
    grid-template-columns: 45% 55%;
    gap: 0;
    display: grid;
    min-height: 500px;
    grid-template-areas: 
        "photo info"
        "photo info";
}

.qerItprogram_structure .sAfdustudy_track::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(193,156,201,0.5) 49.5%, rgb(193,156,201,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(193,156,201,0.5) 49.5%, rgb(193,156,201,0.5) 50.5%, transparent 50.5%);
    background-size: 30px 30px;
    width: 100%;
}

.qerItprogram_structure .ziMvNnav_sitewrap {
    position: relative;
    width: 90px;
    height: 90px;
    transform: rotate(-5deg) skew(-5deg);
    margin-bottom: 2rem;
}

.qerItprogram_structure .ziMvNnav_sitewrap::before {
    filter: blur(5px);
    content: "";
    transform: rotate(5deg);
    border-radius: 12px;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(193,156,201) 0%,
        rgb(111,126,179) 100%
    );
    z-index: -1;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    inset: -5px;
}

.qerItprogram_structure .ziMvNnav_sitewrap svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,156,201);
}

.qerItprogram_structure h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.8rem;
    transform: skew(-2deg);
    line-height: 1.3;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.qerItprogram_structure h3::after {
    bottom: -15px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(193,156,201), transparent);
    width: 80px;
    height: 1px;
    content: "";
}

.qerItprogram_structure .FvIiWimg_round {
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    position: relative;
    grid-area: photo;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    height: 460px;
}

.qerItprogram_structure .FvIiWimg_round::after {
    left: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    z-index: 2;
    height: 50%;
    width: 100%;
    content: "";
    opacity: 0.7;
    position: absolute;
    bottom: 0;
}

.qerItprogram_structure .CWUYQstudy_studio:hover .sAfdustudy_track {
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateX(-20px);
}

.rAMcosecure_pantry h1 {
    margin-top: 30px;
    font-size: 43px;
    margin-bottom: 20px;
    color: rgb(193,156,201);
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(193,156,201);
}



.rAMcosecure_pantry h1, .rAMcosecure_pantry h2, .rAMcosecure_pantry h3, .rAMcosecure_pantry h4, .rAMcosecure_pantry h5, .rAMcosecure_pantry h6 {
    animation: fadeIn 0.6s ease-in-out;
}

.rAMcosecure_pantry p, .rAMcosecure_pantry span, .rAMcosecure_pantry div {
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.rAMcosecure_pantry section {
    background: rgb(222,218,201);
    border-radius: 10px;
    padding: 20px;
}

.rAMcosecure_pantry a {
    color: rgb(193,156,201);
    text-decoration: none;
    transition: color 0.3s ease;
}

.BLFZwprimary_page .xAkOGstart_page {
    padding: 2rem;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.BLFZwprimary_page .WhLxXedu_online {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    padding: 4rem 3rem;
}

.BLFZwprimary_page .WhLxXedu_online::after {
    width: 200%;
    left: -50%;
    content: "";
    transform: scale(0.8);
    animation: pulse 8s ease-in-out infinite alternate;
    position: absolute;
    height: 200%;
    background: radial-gradient(
    circle,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 70%
  );
    z-index: -1;
    opacity: 0.1;
    top: -50%;
}

.BLFZwprimary_page .WhLxXedu_online h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    opacity: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    color: #ffffff;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    font-size: 42px;
}

.BLFZwprimary_page .WhLxXedu_online p {
    max-width: 600px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    margin-bottom: 2rem;
    font-size: 12px;
    opacity: 0;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
}

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

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

.zmCAFteacher_profile .rmFGpuser_opinions {
    transform-style: preserve-3d;
    gap: 10px 30px;
    position: relative;
    grid-template-rows: auto auto auto;
    transform: rotateY(-10deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
}

.zmCAFteacher_profile .eVWNrexp_projects::before {
    color: rgb(193,156,201);
    position: absolute;
    line-height: 1;
    content: "";
    top: 15px;
    font-size: calc(43px * 2);
    left: 20px;
}

.zmCAFteacher_profile .FvIiWimg_round {
    border-radius: 10px;
    grid-area: photo;
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(193,156,201,0.5);
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

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

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

.dKNEYcookieUsagePromptPanel {
    width: 100%;
    z-index: 90;
    position: fixed;
    background: rgb(222,218,201);
    border-top: 2px solid rgb(193,156,201);
    bottom: 0;
}

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

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

.dSjmDconsent_ack svg, .dSjmDconsent_ack svg path, .dSjmDconsent_ack img {
    fill: rgb(193,156,201);
    width: 100px;
    height: 100px;
}

.dKNEYcookieUsagePromptPanel p a {
    text-decoration: none;
    color: rgb(193,156,201);
}


.fCUExwrapper-canvas .dKNEYcookieUsagePromptPanel {
    box-shadow: rgb(111,126,179,0.5) 0px 0px 10px 10px;
    background: rgb(193,156,201);
}

.fCUExwrapper-canvas .QJdFLcookie_compl {
    padding: 10px;
    background: #ffffff;
    color: rgb(193,156,201);
    margin-left: 30px;
    border: none;
    font-size: 20px;
}

.fCUExwrapper-canvas .dKNEYcookieUsagePromptPanel p a {
    color: rgb(111,126,179);
    text-decoration: underline;
}

.cnKhfpricing_level {
    padding: 120px 0;
    background: rgb(222,218,201);
    overflow: hidden;
    position: relative;
}

.cnKhfpricing_level .container {
    max-width: 1320px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.cnKhfpricing_level .wRKUustudy_costs {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}

.cnKhfpricing_level .UkIiBfee_board h2 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.cnKhfpricing_level .BeZMPfee_plans {
    margin-right: auto;
    max-width: 600px;
    line-height: 1.7;
    color: #000000;
    margin-top: 20px;
    margin-left: auto;
    font-size: 17px;
}

.cnKhfpricing_level .wCQmsmonthly_rate {
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
}

.cnKhfpricing_level .wCQmsmonthly_rate:hover .AQogXpremium_plan {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.cnKhfpricing_level .hoUuApayment_deals {
    flex: 1;
    padding: 30px;
    z-index: 2;
    position: relative;
}

.cnKhfpricing_level .hoUuApayment_deals h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.cnKhfpricing_level .wCQmsmonthly_rate:hover .hoUuApayment_deals h3::after {
    width: 60px;
}

.cnKhfpricing_level .GvelQlearning_fees {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(193,156,201), rgb(111,126,179));
    color: transparent;
    position: relative;
    color: rgb(193,156,201);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    display: inline-block;
}

.cnKhfpricing_level .FvIiWimg_round {
    transition: all 0.5s ease;
    position: relative;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    width: 100%;
    height: 220px;
}

.cnKhfpricing_level .wCQmsmonthly_rate:hover .FvIiWimg_round::after {
    opacity: 0.3;
}

.WPatguser_feedback {
    overflow: hidden;
    position: relative;
    background: rgb(222,218,201);
    padding: 100px 0;
}

.WPatguser_feedback::after {
    border-radius: 50%;
    left: -300px;
    background: rgb(111,126,179,0.5);
    z-index: 1;
    opacity: 0.2;
    bottom: -300px;
    width: 600px;
    position: absolute;
    filter: blur(80px);
    height: 600px;
    content: "";
}

.WPatguser_feedback h4 {
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 60px;
    color: #000000;
    line-height: 1.2;
}

.WPatguser_feedback .ShZtXlearning_ratings {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.WPatguser_feedback .ShZtXlearning_ratings::before {
    z-index: 1;
    width: 80%;
    position: absolute;
    left: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(193,156,201,0.5), transparent);
    content: "";
    top: 50%;
}

.WPatguser_feedback .rmFGpuser_opinions {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #ffffff;
    z-index: 2;
    flex-direction: column;
    text-align: center;
    min-height: 320px;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    justify-content: center;
}

.WPatguser_feedback .rmFGpuser_opinions:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}

.WPatguser_feedback .rmFGpuser_opinions:nth-child(2n):hover {
    transform: translateY(10px);
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
}

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



.WPatguser_feedback .rmFGpuser_opinions:hover .FvIiWimg_round {
    transform: scale(1.1);
}

.WPatguser_feedback .rmFGpuser_opinions span {
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
    color: #000000;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.WPatguser_feedback .rmFGpuser_opinions p {
    font-style: italic;
    font-size: 12px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

.xlJqsfollow::before {
    content: "";
    background: rgb(193,156,201,0.5);
    opacity: 0.08;
    width: 61.8%;
    height: 100%;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    position: absolute;
    top: 0;
    z-index: -1;
}

.xlJqsfollow .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.xlJqsfollow .CWUYQstudy_studio {
    gap: 0;
    grid-template-columns: 38.2% 61.8%;
    position: relative;
    display: grid;
}

.xlJqsfollow .CWUYQstudy_studio::after {
    left: 38.2%;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    content: "";
    bottom: -60px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(193,156,201);
    animation: rotateDiamond 15s linear infinite;
    width: 120px;
    height: 120px;
}

.xlJqsfollow p::before {
    height: 61.8%;
    position: absolute;
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    content: "";
    width: 3px;
    background: rgb(193,156,201);
    left: -20px;
}

.xlJqsfollow .input_holder {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    position: relative;
}

.xlJqsfollow .input_holder:hover::before {
    transform: translate(4px, -4px);
}

.xlJqsfollow .LfAcunews_alert {
    padding: 1.2rem 1.5rem;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 15px;
    border-right: none;
    width: 61.8%;
    background: #ffffff;
    outline: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.xlJqsfollow .EnXQYinquiry_links {
    cursor: pointer;
    padding: 1.2rem 0;
    width: 38.2%;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #000000;
    border: 1px solid #000000;
    overflow: hidden;
    color: #ffffff;
}

.xlJqsfollow .EnXQYinquiry_links:hover::before {
    left: 0;
}

.HaVeDservice_connect::before {
    filter: blur(80px);
    top: -50px;
    content: "";
    width: 200px;
    left: -50px;
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
    border-radius: 50%;
    background: rgb(193,156,201,0.5);
    height: 200px;
    z-index: 0;
}

.HaVeDservice_connect h1 {
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    font-size: 46px;
    color: #000000;
    margin-bottom: 3rem;
}

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

.HaVeDservice_connect .jKwSBmsg_details {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 10px;
    transform: translateY(0);
}

.HaVeDservice_connect .jKwSBmsg_details > div:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.HaVeDservice_connect .jKwSBmsg_details > div:first-child {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    border-left: 4px solid rgb(193,156,201);
}

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

.HaVeDservice_connect .nDFJkedu_reach {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.HaVeDservice_connect .nDFJkedu_reach > div {
    transition: transform 0.3s ease;
}

.HaVeDservice_connect .lgqyAcontact_support {
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: calc(17px - 1px);
    font-weight: 400;
    align-items: center;
    display: flex;
    color: #000000;
}

.HaVeDservice_connect .lgqyAcontact_support:hover svg {
    transform: scale(1);
}

.WVkTXfuture_learners {
    background: rgb(222,218,201);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.WVkTXfuture_learners::after {
    position: absolute;
    filter: blur(1px);
    background-size: 40px 40px;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(193,156,201,0.5) 47%, rgb(193,156,201,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(111,126,179,0.5) 47%, rgb(111,126,179,0.5) 53%, transparent 53%);
    width: 100%;
    opacity: 0.1;
    content: "";
    height: 100%;
    z-index: 0;
}

.WVkTXfuture_learners .CWUYQstudy_studio {
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.WVkTXfuture_learners h3::before {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        rgb(193,156,201),
        rgb(111,126,179),
        rgb(193,156,201)
    );
    width: 100%;
    height: 3px;
}

.WVkTXfuture_learners ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.WVkTXfuture_learners ul li {
    border-bottom: 3px solid rgb(111,126,179);
    transition: all 0.4s ease;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    color: #000000;
    padding: 25px 25px 25px 70px;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(193,156,201);
    border-right: 1px solid rgb(111,126,179,0.5);
    border-top: 1px solid rgb(111,126,179,0.5);
    background: #ffffff;
}

.WVkTXfuture_learners ul li:hover {
    border-left: 3px solid rgb(111,126,179);
    border-bottom: 3px solid rgb(193,156,201);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
}

.WVkTXfuture_learners ul li svg path {
    fill: rgb(193,156,201);
    transition: fill 0.4s ease;
}

.WVkTXfuture_learners ul::before {
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(193,156,201,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(111,126,179,0.5) 97%);
    background-size: 30px 30px;
    opacity: 0.3;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

header .Bhucxtop_site {
    position: relative;
}

header .Bhucxtop_site:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.3;
    content: '';
    bottom: -1px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
}

header .Bhucxtop_site:after {
    filter: blur(8px);
    left: 0;
    content: '';
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    height: 60px;
    width: 60px;
    top: 50%;
    pointer-events: none;
    opacity: 0.5;
    position: absolute;
    transform: translateY(-50%);
}

header .container:before {
    background-size: 6px 2px, 6px 2px;
    opacity: 0.5;
    top: 50%;
    content: '';
    right: 20px;
    background-repeat: repeat-x;
    transform: translateY(-50%);
    pointer-events: none;
    width: 50px;
    position: absolute;
    background-position: 0 0, 0 10px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    height: 30px;
}

header .YbCXemain_train {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}

header .YbCXemain_train:before {
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 2px;
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    bottom: -10px;
    content: '';
    opacity: 0;
}

header .OXmFWtop_lead:before {
    height: 6px;
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    opacity: 0;
    content: '';
    background: #ffffff;
    border-radius: 50%;
    width: 6px;
    left: -12px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
}

header .OXmFWtop_lead:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .OXmFWtop_lead:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .mwpkUnav_lesson:before {
    height: calc(100% + 20px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -10px;
    opacity: 0;
    transition: all 0.3s ease;
    width: calc(100% + 20px);
    content: '';
    left: -10px;
}

header .mwpkUnav_lesson:hover:before {
    opacity: 1;
}

header .mwpkUnav_lesson:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}

header .mwpkUnav_lesson:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}


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



@media (max-width: 768px) {.Vdctlcontact_box {
    padding: 50px 0;
}.Vdctlcontact_box h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 50px;
}.Vdctlcontact_box .FvIiWimg_round {
    min-height: 250px;
}
}



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



@media (max-width: 768px) {.ZSKtwart_portal {
    padding: 3.5rem 0 1.5rem;
}.ZSKtwart_portal .ezqFbtop_info {
    gap: 1.5rem;
}.ZSKtwart_portal .company_holder h3 {
    font-size: calc(34px - 2px);
}.ZSKtwart_portal .company_holder h3::before,
    .ZSKtwart_portal .company_holder h3::after {
    width: 20px;
    height: 20px;
}.VxtoJstudy_group {
    margin-top: 2rem;
}.VxtoJstudy_group::before {
    top: -15px;
    height: 15px;
}
}



@media (max-width: 420px) {.ZSKtwart_portal::before {
    height: 10px;
}.ZSKtwart_portal .company_holder h3::before,
    .ZSKtwart_portal .company_holder h3::after {
    display: none;
}.ZSKtwart_portal .YbCXemain_train h5 {
    width: 100%;
    min-width: auto;
}.VxtoJstudy_group .SNWsFproject_ref {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (max-width: 767px) {.bRoyPour_story {
    padding: 60px 0;
}.bRoyPour_story .oCUjsmetadata_block {
    padding: 25px 20px;
    transform: none;
}.bRoyPour_story .oCUjsmetadata_block > div:first-child::before,
    .bRoyPour_story .oCUjsmetadata_block > div:first-child::after {
    left: -35px;
    right: -35px;
    width: 25px;
}.bRoyPour_story h5 {
    font-size: calc(22px * 0.8);
}.bRoyPour_story .oCUjsmetadata_block > div:nth-child(2) p {
    font-size: 18px;
}.bRoyPour_story ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}
}



@media screen and (max-width: 992px) {.BkQXotyWrap {
    padding: 5rem 2rem;
}.BkQXotyWrap .CWUYQstudy_studio {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.BkQXotyWrap h5 {
    font-size: calc(19px * 0.9);
}
}



@media screen and (max-width: 576px) {.BkQXotyWrap {
    padding: 3rem 1rem;
}.BkQXotyWrap .CWUYQstudy_studio {
    padding: 1.75rem;
}.BkQXotyWrap .CWUYQstudy_studio::before {
    height: 3px;
}.BkQXotyWrap h5 {
    font-size: calc(19px * 0.8);
}.BkQXotyWrap p {
    line-height: 1.7;
    font-size: calc(15px * 0.9);
}.BkQXotyWrap .CWUYQstudy_studio > div:first-child {
    margin-bottom: 1.5rem;
}}



@media screen and (max-width: 992px) {.qerItprogram_structure {
    padding: 5rem 0;
}.qerItprogram_structure .CWUYQstudy_studio {
    grid-template-areas:
            "FvIiWimg_round"
            "tJgXqquery_message";
    min-height: auto;
    grid-template-columns: 1fr;
}.qerItprogram_structure .FvIiWimg_round {
    border-radius: 15px 15px 0 0;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
}.qerItprogram_structure .sAfdustudy_track {
    transform: translateY(-40px);
    padding: 3rem 2.5rem;
    border-radius: 0 0 15px 15px;
}.qerItprogram_structure .CWUYQstudy_studio:hover .FvIiWimg_round {
    transform: perspective(1000px) rotateX(8deg);
}.qerItprogram_structure .CWUYQstudy_studio:hover .sAfdustudy_track {
    transform: translateY(-50px);
}
}



@media only screen and (max-width: 800px) {.rAMcosecure_pantry {
    padding: 20px 10px;
}.rAMcosecure_pantry h1 {
    font-size: 35px;
    margin-bottom: 15px;
}.rAMcosecure_pantry h2 {
    font-size: 21px;
    margin-bottom: 10px;
}.rAMcosecure_pantry ul li, .rAMcosecure_pantry ol li {
    font-size: 16px;
}}



@media (max-width: 992px) {.BLFZwprimary_page .WhLxXedu_online {
    transform: perspective(800px) rotateY(1deg);
    padding: 3rem 2rem;
}.BLFZwprimary_page .WhLxXedu_online h1 {
    font-size: calc(42px * 0.85);
}.BLFZwprimary_page .WhLxXedu_online h3 {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 768px) {.BLFZwprimary_page {
    min-height: 80vh;
}.BLFZwprimary_page .xAkOGstart_page {
    padding: 1.5rem;
}.BLFZwprimary_page .WhLxXedu_online {
    padding: 2.5rem 1.5rem;
    transform: none;
}.BLFZwprimary_page .WhLxXedu_online h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.5rem;
}.BLFZwprimary_page .WhLxXedu_online h3 {
    font-size: calc(18px * 0.9);
}.BLFZwprimary_page .WhLxXedu_online p {
    font-size: calc(12px * 0.95);
}
}



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



@media (min-width: 768px) {.cnKhfpricing_level .KYDBlcost_rates {
    grid-template-columns: repeat(2, 1fr);
}.cnKhfpricing_level .AQogXpremium_plan {
    height: 100%;
}.cnKhfpricing_level .FvIiWimg_round {
    height: 240px;
}
}



@media (min-width: 992px) {.cnKhfpricing_level {
    padding: 160px 0;
}.cnKhfpricing_level .wRKUustudy_costs {
    gap: 80px;
    flex-direction: row;
    align-items: center;
}.cnKhfpricing_level .UkIiBfee_board {
    text-align: left;
    flex: 0 0 30%;
    padding: 0;
}.cnKhfpricing_level .UkIiBfee_board h2 {
    font-size: calc(38px + 4px);
}.cnKhfpricing_level .UkIiBfee_board h2::after {
    transform: none;
    left: 0;
}.cnKhfpricing_level .BeZMPfee_plans {
    margin-left: 0;
}.cnKhfpricing_level .KYDBlcost_rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (prefers-reduced-motion: no-preference) {.cnKhfpricing_level .wCQmsmonthly_rate:active .AQogXpremium_plan {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}



@media (max-width: 767px) {.WPatguser_feedback {
    padding: 70px 0;
}.WPatguser_feedback h4 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.8);
    text-align: center;
}.WPatguser_feedback h4::after {
    height: 40px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}.WPatguser_feedback .ShZtXlearning_ratings {
    grid-template-columns: 1fr;
    gap: 50px;
}.WPatguser_feedback .ShZtXlearning_ratings::before,
    .WPatguser_feedback .ShZtXlearning_ratings::after {
    display: none;
}.WPatguser_feedback .rmFGpuser_opinions,
    .WPatguser_feedback .rmFGpuser_opinions:nth-child(2n),
    .WPatguser_feedback .rmFGpuser_opinions:nth-child(3n) {
    padding: 30px;
    min-height: 280px;
    transform: none;
}.WPatguser_feedback .rmFGpuser_opinions:hover,
    .WPatguser_feedback .rmFGpuser_opinions:nth-child(2n):hover,
    .WPatguser_feedback .rmFGpuser_opinions:nth-child(3n):hover {
    transform: translateY(-10px);
}.WPatguser_feedback .FvIiWimg_round {
    height: 70px;
    width: 70px;
}.WPatguser_feedback .rmFGpuser_opinions span {
    font-size: calc(16px * 0.9);
}.WPatguser_feedback .rmFGpuser_opinions p {
    font-size: calc(12px * 0.9);
}}



@media (min-width: 768px) {.HaVeDservice_connect {
    padding: 7rem 0;
}.HaVeDservice_connect .jKwSBmsg_details {
    grid-template-columns: 1fr 1fr;
}.HaVeDservice_connect .jKwSBmsg_details > div:first-child {
    grid-column: 1 / -1;
}.HaVeDservice_connect h1 {
    font-size: calc(46px + 0.5rem);
}.HaVeDservice_connect h1::after {
    width: 100px;
}
}



@media (hover: hover) {.HaVeDservice_connect h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.HaVeDservice_connect .jKwSBmsg_details > div:first-child:hover {
    border-left-width: 6px;
}
}



@media (max-width: 576px) {.HaVeDservice_connect {
    padding: 4rem 0;
}.HaVeDservice_connect .container {
    padding: 0 1.5rem;
}.HaVeDservice_connect .jKwSBmsg_details {
    padding: 1.5rem;
}.HaVeDservice_connect .jKwSBmsg_details > div {
    padding: 1.25rem;
}.HaVeDservice_connect h1 {
    font-size: calc(46px - 0.5rem);
    margin-bottom: 2rem;
}.HaVeDservice_connect h1::after {
    width: 60px;
    height: 3px;
}}



@media (max-width: 768px) {.WVkTXfuture_learners {
    padding: 60px 0;
}.WVkTXfuture_learners ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.WVkTXfuture_learners ul li {
    padding: 20px 20px 20px 65px;
}.WVkTXfuture_learners h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .YbCXemain_train {
    gap: 20px;
}header .mwpkUnav_lesson svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .mwpkUnav_lesson svg {
    height: 30px;
}
}

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



@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}



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



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



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



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



@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}



@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}



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



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



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

@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}



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



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



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

