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

.sys-goal-footer {
    flex: 0 0 auto;
}

.sys-goal-footer {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}

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

.sys-course-structure::before {
    top: 0;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(146,157,178,0.5), 0.03) 20px,
        rgba(rgb(146,157,178,0.5), 0.03) 21px
    );
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    pointer-events: none;
    height: 100%;
}

.sys-course-structure h2::before {
    position: absolute;
    background: rgb(146,157,178);
    top: 50%;
    content: "";
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 60%;
    left: -10px;
    width: 4px;
    transform: translateY(-50%) scaleY(0);
    transform-origin: bottom;
}

.sys-course-structure .sys-pic-cell {
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 380px;
    position: relative;
}

.sys-course-structure .sys-prose-block {
    scrollbar-width: thin;
    max-height: 350px;
    scrollbar-color: rgb(146,157,178) rgba(rgb(146,157,178,0.5), 0.1);
    padding: 1.5rem;
    border-left: 1px solid rgba(rgb(146,157,178,0.5), 0.2);
    overflow-y: auto;
    position: relative;
}

.sys-customer-reviews::before {
    width: 250px;
    transform: rotate(-15deg) skew(15deg);
    right: -50px;
    content: "";
    height: 250px;
    position: absolute;
    z-index: 1;
    top: -50px;
    background: rgb(146,157,178,0.5);
}

.sys-customer-reviews h2 {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(0px);
    position: relative;
    font-size: 32px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
}

.sys-customer-reviews .sys-review-slider {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 3px solid transparent;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

.sys-customer-reviews .sys-review-slider:hover::after {
    width: 100%;
}

.sys-customer-reviews .sys-review-slider div {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    margin-bottom: 15px;
}

.sys-customer-reviews .sys-review-slider h4 {
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}

.sys-customer-reviews .description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    position: relative;
    font-style: italic;
    z-index: 1;
    color: #000000;
}

.sys-customer-reviews .sys-review-slider:nth-child(even):hover {
    transform: perspective(800px) rotateY(0) translateY(-10px);
}

.sys-customer-reviews a:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.sys-customer-reviews a:hover::before {
    left: 100%;
}

.sys-educational-rewards {
    position: relative;
    margin: 40px 0;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(rgb(146,157,178,0.5), 0.05) 100%);
    overflow: hidden;
}

.sys-educational-rewards {
    padding: 120px 0;
}

.sys-educational-rewards .container {
    gap: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}

.sys-educational-rewards .sys-pic-cell:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.sys-educational-rewards .sys-class-pro::before {
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
}

.sys-educational-rewards .sys-prose-block {
    position: relative;
}

.sys-educational-rewards ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    gap: 20px;
}

.sys-educational-rewards ul {
    grid-template-columns: repeat(2, 1fr);
}

.sys-educational-rewards li p {
    color: #000000;
    font-size: 18px;
    display: flex;
    margin: 0;
    line-height: 1.6;
    gap: 15px;
    align-items: flex-start;
}

.sys-educational-rewards li:hover svg path {
    fill: rgb(110,120,135);
}

.sys-track-edu {
    flex-shrink: 0;
    margin-right: 15px;
}

.sys-track-edu svg {
    fill: rgb(146,157,178);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}

.sys-data-approve p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000000;
}

.sys-cookie-hide {
    border-radius: 10px;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
    user-select: none;
    text-align: center;
    border: 1px solid transparent;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.5;
    margin-left: 10px;
}

.sys-appWrap::before {
    position: absolute;
    content: '';
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    filter: blur(60px);
    top: -10%;
    width: 40%;
    opacity: 0.4;
    right: -5%;
    background: linear-gradient(120deg, rgb(146,157,178,0.5) 0%, rgb(110,120,135,0.5) 100%);
    height: 40%;
}

.sys-appWrap h2 {
    color: #000000;
    line-height: 1.3;
    font-size: 31px;
    opacity: 0;
    transform: translateY(0);
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
}

.sys-appWrap .sys-class-pro::before {
    height: 100%;
    left: 0;
    width: 5px;
    animation: pulseGlow 4s infinite alternate;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
}

.sys-deal-plan {
    background: rgb(183,194,215);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.sys-deal-plan::before {
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    top: 0;
    left: 0;
    height: 100%;
}

.sys-deal-plan .sys-discount-deals h2::after {
    position: absolute;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    height: 3px;
    content: "";
    bottom: -10px;
}

.sys-deal-plan .sys-member-fees:hover {
    transform: translateY(-10px) scale(1.02);
}

.sys-deal-plan .sys-member-fees:hover .sys-indv-sub {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}

.sys-deal-plan .sys-member-fees:nth-child(even) .sys-indv-sub::before {
    position: absolute;
    height: 100%;
    background: rgb(110,120,135);
    transform-origin: bottom;
    top: 0;
    width: 5px;
    content: "";
    right: 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.sys-deal-plan .sys-member-fees:hover .sys-learn-sub h3 {
    color: rgb(146,157,178);
}

.sys-deal-plan .sys-fee-chart {
    font-size: calc(24px + 0.5rem);
    color: rgb(146,157,178);
    font-weight: 700;
    margin: 10px 0 20px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.sys-deal-plan .sys-pic-cell {
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
    transform-origin: center;
    height: 200px;
}

.sys-deal-plan .sys-member-fees:hover .sys-pic-cell::after {
    opacity: 1;
}

.sys-get-support::before {
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 0;
    content: '';
    top: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(183,194,215) 20%, rgb(183,194,215) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(183,194,215) 20%, rgb(183,194,215) 40%, transparent 40%);
    z-index: 1;
    left: 0;
}

.sys-get-support .sys-edu-query:nth-child(1) p {
    align-items: center;
    display: flex;
}

.sys-get-support .sys-edu-query:nth-child(3) {
    display: grid;
    gap: 1rem;
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    grid-template-columns: repeat(3, 1fr);
}

.sys-get-support .sys-edu-query:hover h2::before {
    transform-origin: left;
    transform: scaleX(1);
}

.sys-get-support .sys-pic-cell:hover {
    transform: perspective(1000px) rotateX(0);
}

.sys-get-support .sys-pic-cell::before {
    background: linear-gradient(
        45deg, 
        rgb(146,157,178,0.5) 0%, 
        rgb(110,120,135,0.5) 100%
    );
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
}

.sys-get-support .sys-contact-question a:hover::before {
    opacity: 0.1;
}

.sys-get-support .sys-contact-question a span {
    margin-bottom: 0.5rem;
    font-size: 16px;
    opacity: 0.7;
    z-index: 2;
    position: relative;
    color: rgb(146,157,178);
}

.sys-get-support .sys-connect-team h3 {
    text-transform: uppercase;
    margin-right: 1rem;
    color: rgb(146,157,178);
    font-size: 16px;
    letter-spacing: 1px;
}

.sys-get-support .sys-contact-question a:hover svg,
.sys-get-support .sys-contact-question a:hover svg path {
    fill: rgb(110,120,135);
    transform: scale(1.1);
}

.sys-privacy-guard::after {
    z-index: 0;
    position: absolute;
    bottom: -50px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(110,120,135), transparent);
    left: -50px;
    content: '';
    width: 300px;
    height: 300px;
}

.sys-privacy-guard h3,
.sys-privacy-guard h4,
.sys-privacy-guard h5,
.sys-privacy-guard h6 {
    margin-bottom: 15px;
    position: relative;
    color: rgb(146,157,178);
    z-index: 1;
    margin-top: 30px;
    font-weight: 400;
}

.sys-privacy-guard h3 {
    font-size: calc(23px - 0.2rem);
}

.sys-privacy-guard > div {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}

.sys-privacy-guard span {
    color: rgb(146,157,178);
    font-weight: 600;
}

.sys-privacy-guard section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}

header .sys-top-section {
    align-items: center;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

header .sys-top-navbar svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}

header .sys-main-edu {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    background: rgb(183,194,215);
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.6rem;
}

header .sys-page-nav:hover {
    color: #ffffff;
}

header .sys-page-nav:hover::before {
    opacity: 1;
}

header .sys-page-nav::after {
    left: 0;
    height: 2px;
    bottom: 0;
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(146,157,178), rgb(110,120,135));
    content: '';
    transform-origin: left;
    width: 100%;
}

.sys-receive-updates::after {
    transform: rotate(-5deg);
    z-index: 0;
    width: 120%;
    height: 50%;
    position: absolute;
    bottom: -30%;
    content: "";
    filter: blur(20px);
    left: -10%;
    background: linear-gradient(90deg, rgb(110,120,135,0.5) 0%, transparent 100%);
}

.sys-receive-updates .sys-class-pro:hover p::after {
    transform: scaleX(1);
}

.sys-receive-updates .input_holder {
    flex: 0 0 60%;
    transform: translateZ(40px);
    position: relative;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.sys-receive-updates .sys-updates-list::placeholder {
    opacity: 0.6;
    color: #000000;
}

.sys-receive-updates .sys-join-block:hover::after {
    transform: scale(1);
    opacity: 1;
}

.sys-receive-updates .sys-join-block:hover {
    box-shadow: 0 0 15px rgb(146,157,178,0.5);
    background: linear-gradient(45deg, rgb(110,120,135) 0%, rgb(146,157,178) 100%);
}

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

footer::after {
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    z-index: -1;
    background-size: 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    top: 0;
}

.sys-goal-footer .company_holder {
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
    padding: 2.5rem;
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.sys-goal-footer .sys-pitch-comp {
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
    display: flex;
    gap: 2rem;
}

.sys-goal-footer .sys-main-edu h5 {
    position: relative;
    font-weight: 600;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    display: inline-block;
    color: #ffffff;
    margin: 0 0 1.5rem;
    padding: 0.5rem 1.5rem;
    font-size: 21px;
    background: rgba(255, 255, 255, 0.15);
}

.sys-goal-footer .sys-main-edu .sys-head-bar a::before {
    background: #ffffff;
    height: 100%;
    transition: all 0.3s ease;
    width: 3px;
    opacity: 0;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}

.sys-trophy-case .sys-compliance {
    padding: 0.7rem 2rem;
    text-align: center;
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 14px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}

.sys-landing-page::after {
    animation: floatGlow 15s ease-in-out infinite alternate;
    width: 50%;
    filter: blur(50px);
    background: radial-gradient(
        circle at center,
        rgb(110,120,135) 0%,
        transparent 70%
    );
    right: -10%;
    top: -10%;
    content: "";
    opacity: 0.2;
    position: absolute;
    height: 50%;
}

.sys-landing-page .sys-main-begin > div:last-child {
    display: flex;
    transform: translateY(1rem);
    justify-content: flex-end;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
}

.sys-landing-page .sys-creds-block {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.03)
    );
    position: relative;
    padding: 2.5rem;
    transition: transform 0.4s ease;
    transform: translateZ(0);
    max-width: 600px;
}

.sys-landing-page h1::after {
    height: 3px;
    width: 40px;
    left: 0;
    transition: transform 0.4s ease;
    bottom: -0.5rem;
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    position: absolute;
    background: rgb(146,157,178);
}

.sys-landing-page .sys-creds-block > div::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent 40%,
        rgba(rgb(146,157,178), 0.3) 100%
    );
    width: 100%;
    height: 100%;
}

.sys-reach-out .sys-pic-cell {
    z-index: 2;
    margin-left: -5%;
    position: relative;
    flex: 0 0 45%;
    transform: skew(-10deg);
    min-height: 600px;
}

.sys-reach-out .sys-connect-support {
    flex: 0 0 55%;
    display: flex;
    position: relative;
    z-index: 3;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    flex-direction: column;
}

.sys-reach-out .sys-connect-support h3 {
    font-size: 37px;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
}

.sys-reach-out .sys-connect-support form {
    display: grid;
    gap: 1.5rem;
}

.sys-reach-out .sys-connect-support input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(146,157,178);
    box-shadow: 0 0 15px rgb(146,157,178,0.5);
}

.sys-reach-out .sys-connect-support input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.sys-reach-out .sys-connect-support .sys-reach-box input[type="checkbox"] {
    width: 22px;
    background: rgb(110,120,135,0.5);
    transition: all 0.3s ease;
    height: 22px;
    position: relative;
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
    border: 2px solid rgb(146,157,178,0.5);
}

.sys-reach-out .sys-connect-support .sys-reach-box a:hover {
    text-decoration: underline;
}

.sys-reach-out .sys-connect-support .sys-help-inquiry::before {
    width: 200%;
    opacity: 0;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(146,157,178,0.5), 
        transparent
    );
    content: '';
    height: 200%;
    transition: all 0.5s ease;
    position: absolute;
    left: -50%;
    top: -50%;
}

.sys-our-team::after {
    border-radius: 50%;
    filter: blur(80px);
    right: -100px;
    background: linear-gradient(135deg, rgb(146,157,178) 0%, transparent 80%);
    height: 400px;
    top: -100px;
    width: 400px;
    opacity: 0.25;
    content: "";
    animation: float 20s infinite alternate linear;
    position: absolute;
    z-index: 1;
}

.sys-our-team h2::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(146,157,178), transparent);
    bottom: -20px;
}

.sys-our-team .sys-master-class:nth-child(2) {
    background: linear-gradient(135deg, rgba(rgb(110,120,135), 0.2) 0%, rgba(rgb(110,120,135), 0.05) 100%);
    transform: translateX(40px);
}

.sys-our-team .sys-master-class:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}

.sys-our-team .sys-master-class h3 {
    margin-bottom: 25px;
    font-size: 21px;
    padding-bottom: 15px;
    position: relative;
    margin-left: 15px;
    color: #ffffff;
    font-weight: 700;
}

.sys-our-team .sys-master-class h3::after {
    background: rgb(146,157,178);
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    content: "";
    position: absolute;
}

.sys-course-instructor {
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(183,194,215) 100%);
}



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

.sys-course-instructor .sys-review-slider {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(110,120,135,0.5),
        inset 0 0 30px rgb(146,157,178,0.5);
    padding: 3rem;
    flex-wrap: wrap;
    border-radius: 30px;
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateY(-5deg);
    position: relative;
    backdrop-filter: blur(15px);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sys-course-instructor .sys-review-slider span:not(.name) {
    transform: translateZ(15px);
    font-weight: 600;
    color: rgb(110,120,135);
    text-align: center;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    width: 100%;
}

.sys-course-instructor .sys-review-slider:hover .sys-work-overview {
    transform: translateZ(25px);
}

.sys-statistical-data::before {
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    top: 0;
    width: 100%;
    opacity: 0.9;
    content: "";
    position: absolute;
}

.sys-statistical-data .sys-statistics-advances {
    margin-right: 20px;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    padding: 15px;
    align-items: center;
    width: 60px;
    height: 60px;
}

.sys-statistical-data .sys-career-statistics {
    scrollbar-width: none;
    margin: 0 -10px;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    padding-bottom: 10px;
    position: relative;
}

.sys-statistical-data .sys-edu-wins::before {
    top: 0;
    content: "";
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    left: 0;
    height: 3px;
}

.sys-statistical-data .sys-statistics-tracks::after {
    position: absolute;
    z-index: -1;
    left: 50%;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sys-statistical-data .sys-edu-wins span {
    display: block;
    animation: numberFadeUp 0.5s forwards 0.2s;
    color: #ffffff;
    font-size: calc(19px + 4px);
    margin-bottom: 8px;
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateY(10px);
}

.sys-statistical-data .sys-edu-wins:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}

.sys-course-structure .sys-prose-block::-webkit-scrollbar {
    width: 6px;
}

.sys-course-structure .sys-prose-block::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(146,157,178,0.5), 0.1);
}

.sys-course-structure .sys-prose-block::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(146,157,178);
}

.sys-statistical-data .sys-career-statistics::-webkit-scrollbar {
    display: none;
}



@media (max-width: 767px) {.sys-course-structure {
    padding: 80px 0 60px;
}.sys-course-structure h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.sys-course-structure .sys-skill-up {
    gap: 2rem;
}.sys-course-structure .sys-pic-cell {
    height: 280px;
}.sys-course-structure .sys-prose-block {
    max-height: 300px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}.sys-course-structure .description {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 768px) {.sys-customer-reviews {
    padding: 60px 0 40px;
}.sys-customer-reviews h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 40px;
}.sys-customer-reviews .sys-rating-insights {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.sys-customer-reviews .sys-review-slider {
    transform: perspective(800px) rotateY(0) !important;
}.sys-customer-reviews .sys-review-slider:hover {
    transform: translateY(-5px) !important;
}
}



@media (max-width: 767px) {.sys-educational-rewards {
    padding: 60px 0;
}.sys-educational-rewards .sys-class-pro {
    padding: 25px 20px;
}.sys-educational-rewards h1 {
    font-size: calc(33px * 0.9);
    margin-bottom: 25px;
}.sys-educational-rewards ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.sys-educational-rewards li p {
    font-size: calc(18px * 0.95);
}
}


@media (max-width: 800px) {.sys-manage-tracking {
    align-items: center;
    flex-direction: column;
}.sys-track-edu {
    margin-bottom: 10px;
}.sys-data-approve {
    text-align: center;
    margin-bottom: 15px;
}.sys-cookie-hide {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 576px) {.sys-appWrap {
    padding: 3.5rem 0;
}.sys-appWrap .container {
    transform: none;
    padding: 0 1rem;
}.sys-appWrap h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.8rem;
}.sys-appWrap h2::after {
    width: 6rem;
    height: 3px;
}.sys-appWrap .sys-class-pro {
    padding: 1.8rem 1.2rem;
}.sys-appWrap li {
    padding-left: 1.2rem;
}.sys-appWrap li::before {
    height: 0.4rem;
    width: 0.4rem;
    top: 0.4rem;
}.sys-appWrap li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 480px) {.sys-deal-plan {
    padding: 60px 0;
}.sys-deal-plan .sys-pro-rates {
    gap: 40px;
}.sys-deal-plan .sys-learn-price {
    gap: 25px;
}.sys-deal-plan .sys-learn-sub h3 {
    font-size: 24px;
}.sys-deal-plan .sys-fee-chart {
    font-size: 24px;
}.sys-deal-plan .sys-learn-sub p {
    font-size: calc(13px - 0.1rem);
}}



@media screen and (max-width: 480px) {.sys-get-support .sys-edu-query:nth-child(3) {
    flex-direction: column;
    display: flex;
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .sys-top-section {
    gap: 0.8rem;
    padding: 0.8rem;
}header .sys-top-navbar svg {
    width: 140px;
}header .sys-main-edu {
    padding: 0.5rem;
}header .sys-page-nav {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .sys-top-section {
    gap: 0.6rem;
    padding: 0.6rem;
}header .sys-top-navbar svg {
    width: 110px;
}header .sys-main-edu {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.4rem;
}header .sys-main-edu::-webkit-scrollbar {
    height: 2px;
}header .sys-main-edu::-webkit-scrollbar-thumb {
    background: rgb(146,157,178);
    border-radius: 10px;
}header .sys-page-nav {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 768px) {.sys-goal-footer {
    padding: 3rem 0 1.5rem;
}.sys-goal-footer .company_holder {
    padding: 2rem;
}.sys-goal-footer .company_holder h3 {
    font-size: calc(36px - 2px);
}.sys-goal-footer .sys-head-bar {
    gap: 1.5rem;
}.sys-trophy-case {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.sys-goal-footer .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.sys-goal-footer .company_holder h3 {
    padding: 0.4rem 1rem;
}.sys-goal-footer .sys-main-edu h5 {
    padding: 0.4rem 1rem;
}.sys-goal-footer .sys-main-edu .sys-head-bar {
    padding: 1rem;
}.sys-goal-footer .sys-main-edu .sys-head-bar a:hover {
    transform: translateX(3px);
}.sys-trophy-case .sys-compliance {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}



@media screen and (max-width: 1200px) {.sys-reach-out .sys-pic-cell {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.sys-reach-out {
    padding: 3rem 0;
}.sys-reach-out h2 {
    padding-left: 1.5rem;
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.sys-reach-out h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.sys-reach-out .sys-connect-support h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.sys-reach-out .sys-connect-support input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media screen and (max-width: 576px) {.sys-our-team {
    padding: 60px 0;
}.sys-our-team h2 {
    font-size: 32px;
}.sys-our-team .sys-study-training {
    gap: 30px;
}.sys-our-team .sys-master-class {
    padding: 25px;
}.sys-our-team .sys-master-class h3 {
    font-size: calc(17px + 0.1rem);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.sys-our-team .sys-master-class p {
    font-size: calc(17px - 0.05rem);
}}


@media screen and (max-width: 991px) {.sys-statistical-data {
    padding: 100px 0;
}.sys-statistical-data .sys-edu-statistics {
    padding: 30px;
}.sys-statistical-data .sys-statistics-advances {
    width: 50px;
    padding: 12px;
    height: 50px;
    margin-right: 15px;
}.sys-statistical-data .sys-study-gain {
    font-size: calc(28px - 2px);
}.sys-statistical-data .sys-statistics-edge {
    font-size: calc(16px - 1px);
}.sys-statistical-data .sys-edu-wins {
    padding: 15px 12px;
    min-width: calc(33.33% - 20px);
}.sys-statistical-data .sys-statistics-tracks {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}.sys-statistical-data .sys-statistics-tracks::after {
    height: 42px;
    width: 42px;
}.sys-statistical-data .sys-edu-wins span {
    font-size: calc(19px + 2px);
}
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}



@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}



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



@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}



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



@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}



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



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

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

