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

.sys-top-primary {
    flex: 1 0 auto;
}

.sys-wrapper-segment {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.sys-course-structure {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(245, 248, 252, 0.9) 100%);
    position: relative;
}

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

.sys-course-structure h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 29px;
    max-width: 90%;
    position: relative;
    transform-origin: left center;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
}

.sys-course-structure .sys-skill-up {
    opacity: 0;
    gap: 2.5rem;
    transform: translateY(20px);
    display: flex;
    position: relative;
    flex-direction: column;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
}

.sys-course-structure .sys-pic-cell::after {
    position: absolute;
    height: 60%;
    content: "";
    width: 60%;
    z-index: 2;
    left: -30%;
    top: -30%;
    animation: moveGradient 20s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.sys-course-structure .description:last-child {
    margin-bottom: 0;
}

.sys-customer-reviews {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, #ffffff 100%);
}

.sys-customer-reviews::after {
    width: 200px;
    content: "";
    height: 200px;
    transform: rotate(25deg) skew(-15deg);
    z-index: 1;
    bottom: -80px;
    left: -50px;
    position: absolute;
    background: rgb(110,120,135,0.5);
}

.sys-customer-reviews h2:hover {
    transform: perspective(1000px) translateZ(15px);
}

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

.sys-customer-reviews .sys-review-slider::after {
    top: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    right: 0;
    position: absolute;
    transition: width 0.3s ease-in-out;
    width: 0;
}

.sys-customer-reviews .sys-review-slider img {
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 60px;
    border: 2px solid #ffffff;
    margin-right: 15px;
}

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

.sys-customer-reviews .sys-review-slider:nth-child(odd) {
    transform: perspective(800px) rotateY(-2deg);
}

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

.sys-customer-reviews a::before {
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}

.sys-educational-rewards::before {
    opacity: 0.08;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(146,157,178,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(110,120,135,0.5) 0%, transparent 70%);
}

.sys-educational-rewards .sys-pic-cell {
    object-fit: cover;
    max-height: 400px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.sys-educational-rewards .sys-pic-cell {
    transform: perspective(1200px) rotateY(-8deg);
}

.sys-educational-rewards h1::after {
    left: 0;
    content: '';
    width: 80px;
    height: 3px;
    transform-origin: left;
    animation: expand 0.8s ease-out forwards;
    position: absolute;
    bottom: -10px;
    background: rgb(146,157,178);
}

.sys-educational-rewards h1::after {
    width: 100px;
}

.sys-educational-rewards li:hover svg {
    transform: scale(1.15);
}

.sys-educational-rewards svg path {
    fill: rgb(146,157,178);
    transition: fill 0.3s ease;
}

.sys-trackingNoticeDialog {
    padding: 15px 20px;
    position: fixed;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    border-top: 3px solid rgb(146,157,178);
    font-family: Arial, sans-serif;
    background: #ffffff;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.cookie_button.sys-visitor-confirm {
    color: #ffffff;
    background-color: rgb(146,157,178);
    border-color: rgb(146,157,178);
}

.cookie_button.sys-visitor-confirm:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_button.sys-user-choices:hover {
    background-color: rgb(146,157,178);
    border-color: rgb(146,157,178);
    color: #ffffff;
}


.sys-appWrap {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(245, 245, 255, 0.95) 100%);
}

.sys-appWrap .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    z-index: 2;
}

.sys-appWrap h2::after {
    height: 4px;
    position: absolute;
    content: '';
    transform: scaleX(0);
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    width: 10rem;
    bottom: -0.8rem;
    left: 0;
    transform-origin: left;
}

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

.sys-appWrap li::before {
    transform: scale(0);
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 0.5rem;
    background-color: rgb(146,157,178);
    content: '';
    position: absolute;
    top: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    left: 0;
}

.sys-deal-plan .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 1;
}

.sys-deal-plan .sys-discount-deals {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(20px);
}

.sys-deal-plan .sys-learn-price {
    animation: fadeSlideUp 0.8s forwards 0.4s;
    transform: translateY(30px);
    gap: 30px;
    display: grid;
    opacity: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 20px;
}

.sys-deal-plan .sys-indv-sub {
    background: #ffffff;
    min-height: 420px;
    position: relative;
    border-radius: 14px;
    display: flex;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.sys-deal-plan .sys-member-fees:hover .sys-indv-sub::before {
    transform: scaleY(1);
}

.sys-deal-plan .sys-learn-sub {
    flex: 1;
    z-index: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sys-deal-plan .sys-member-fees:nth-child(even):hover .sys-learn-sub h3 {
    color: rgb(110,120,135);
}

.sys-deal-plan .sys-member-fees:nth-child(even) .sys-fee-chart {
    color: rgb(110,120,135);
}

.sys-deal-plan .sys-learn-sub p {
    margin-top: auto;
    hyphens: auto;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
}

.sys-get-support {
    padding: 4rem 0;
    backdrop-filter: blur(15px);
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(146,157,178,0.5) 0%, 
        rgb(110,120,135,0.5) 20%, 
        transparent 80%
    );
}

.sys-get-support .sys-reach-contact {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.sys-get-support .sys-edu-query:hover::after {
    opacity: 1;
}

.sys-get-support .sys-edu-query:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.sys-get-support .sys-edu-query:nth-child(2) {
    height: 300px;
    grid-column: span 2;
    grid-row: 1 / 2;
}

.sys-get-support .sys-edu-query h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 1rem;
    position: relative;
    color: rgb(146,157,178);
    display: inline-block;
}

.sys-get-support .sys-pic-cell {
    border-radius: 11px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    transition: all 0.5s ease;
    position: relative;
}

.sys-get-support .sys-contact-question {
    display: contents;
}

.sys-get-support .sys-contact-question a {
    overflow: hidden;
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.sys-get-support .sys-contact-question a p {
    font-weight: 600;
    margin: 0;
    z-index: 2;
    position: relative;
    color: rgb(146,157,178);
    font-size: 18px;
}

.sys-get-support .sys-assist-form {
    gap: 0.5rem;
    flex-wrap: wrap;
    display: flex;
}

.sys-get-support .sys-assist-form span {
    color: rgb(146,157,178);
    border-radius: 10px;
    padding: 0.3rem 0.7rem;
    background: #ffffff;
    font-size: 16px;
}

.sys-privacy-guard::before {
    content: '';
    opacity: 0.1;
    background: radial-gradient(circle, rgb(146,157,178), transparent);
    position: absolute;
    height: 200px;
    top: -50px;
    right: -50px;
    z-index: 0;
    width: 200px;
}

.sys-privacy-guard h2 {
    font-weight: 600;
    z-index: 1;
    margin-top: 35px;
    color: rgb(110,120,135);
    font-size: 38px;
    position: relative;
    margin-bottom: 20px;
}

.sys-privacy-guard h4 {
    font-size: 23px;
}

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

.sys-privacy-guard li {
    position: relative;
    border-left: 3px solid rgb(110,120,135);
    z-index: 1;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.7;
}


.sys-privacy-guard hr {
    border: none;
    margin: 40px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
}

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

header .sys-top-navbar {
    padding: 0.5rem 1rem;
    justify-content: center;
    display: flex;
    text-decoration: none;
    margin-bottom: 0.5rem;
    position: relative;
}

header .sys-top-navbar:hover svg {
    filter: drop-shadow(0 2px 4px rgb(146,157,178,0.5));
    transform: translateY(-2px);
}

header .sys-page-nav {
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    color: #000000;
    z-index: 1;
    overflow: hidden;
}

header .sys-page-nav:hover::after {
    transform: scaleX(1);
}

.sys-receive-updates {
    overflow: hidden;
    background: linear-gradient(90deg, rgb(183,194,215) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    perspective: 1000px;
    margin: 4rem 0;
    padding: 3rem;
}

.sys-receive-updates .sys-class-pro {
    transform: rotateX(5deg);
    display: flex;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.sys-receive-updates p::after {
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.5);
    bottom: -10px;
    transition: transform 0.4s ease;
    width: 60px;
    content: "";
    background: rgb(110,120,135);
}

.sys-receive-updates .sys-updates-list:focus {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    outline: none;
}

.sys-receive-updates .sys-join-block::after {
    top: -50%;
    left: -50%;
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0.5);
    width: 200%;
    content: "";
}

footer::before {
    left: 0;
    top: 0;
    background: linear-gradient(120deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -2;
    content: "";
    opacity: 0.85;
}

.sys-goal-footer .container {
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
}

.sys-goal-footer .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 1.5rem;
    padding: 0.5rem 2rem;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
}

.sys-goal-footer .sys-head-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.sys-goal-footer .sys-main-edu .sys-head-bar {
    flex-direction: column;
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
}

.sys-goal-footer .sys-main-edu .sys-head-bar a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.sys-trophy-case {
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    position: relative;
}

.sys-landing-page::before {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    content: "";
    left: 0;
}

.sys-landing-page .sys-main-begin:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.sys-landing-page .sys-main-begin > div:first-child {
    position: relative;
    opacity: 0;
    padding-left: 2rem;
    border-left: 3px solid rgb(146,157,178);
    transform: translateX(-1rem);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.sys-landing-page h3::after {
    width: 30%;
    content: "";
    background: linear-gradient(to right, rgb(146,157,178), transparent);
    bottom: -0.5rem;
    left: 0;
    height: 1px;
    position: absolute;
}

.sys-landing-page .sys-creds-block:hover::before {
    transform: translate(8px, 8px);
}

.sys-landing-page h1 {
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 44px;
    color: #ffffff;
    position: relative;
    transform: translateY(0);
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.sys-landing-page .sys-creds-block:hover h1::after {
    transform: scaleX(1.5);
}

.sys-landing-page p {
    position: relative;
    padding: 2rem;
    line-height: 1.6;
    font-size: calc(18px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 0;
    z-index: 2;
}

.sys-reach-out .container {
    padding: 0 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.sys-reach-out .sys-support-card {
    border-radius: 23px;
    align-items: stretch;
    display: flex;
    box-shadow: 0 25px 50px rgb(146,157,178,0.5);
    background: rgb(110,120,135,0.5);
    overflow: hidden;
    position: relative;
}

.sys-reach-out h2 {
    color: #ffffff;
    font-size: 47px;
    text-align: left;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.sys-reach-out .sys-connect-support h3::after {
    position: absolute;
    height: 3px;
    content: '';
    background: rgb(146,157,178);
    left: 0;
    bottom: 0;
    width: 50px;
}

.sys-reach-out .sys-connect-support input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(110,120,135,0.5);
    transition: all 0.3s ease;
    border: 1px solid rgb(146,157,178,0.5);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    width: 100%;
    outline: none;
}

.sys-reach-out .sys-connect-support .sys-reach-box input[type="checkbox"]:checked {
    border-color: rgb(146,157,178);
    background: rgb(146,157,178);
}

.sys-reach-out .sys-connect-support .sys-reach-box label {
    display: flex;
    font-size: 15px;
    color: #ffffff;
    align-items: center;
}

.sys-reach-out .sys-connect-support .sys-help-inquiry {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 1rem;
    font-weight: 600;
    background: rgb(146,157,178);
    border: none;
    font-size: 14px;
}

.sys-our-team {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}



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

.sys-our-team h2 {
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 38px;
    text-shadow: 0 0 20px rgb(146,157,178,0.5);
    letter-spacing: 2px;
}

.sys-our-team .sys-master-class {
    backdrop-filter: blur(5px);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sys-our-team .sys-master-class::before {
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
}

.sys-our-team .sys-master-class:nth-child(2) h3::before {
    background: rgb(110,120,135);
    box-shadow: 0 0 10px rgb(110,120,135);
}

.sys-our-team .sys-master-class:hover h3::after {
    width: 80px;
}

.sys-our-team .container::before {
    bottom: -100px;
    animation: float 20s infinite alternate-reverse linear;
    height: 400px;
    opacity: 0.25;
    position: absolute;
    content: "";
    filter: blur(80px);
    border-radius: 50%;
    z-index: 1;
    width: 400px;
    background: linear-gradient(135deg, rgb(110,120,135) 0%, transparent 80%);
    left: -100px;
}

.sys-course-instructor .sys-review-slider:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(110,120,135,0.5),
        inset 0 0 50px rgb(146,157,178,0.5);
    transform: rotateX(0) rotateY(0);
}

.sys-course-instructor .sys-review-slider:hover .sys-pic-cell {
    transform: translateX(-50%) translateZ(50px);
}

.sys-course-instructor .name {
    font-size: 32px;
    width: 100%;
    margin-top: 100px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(146,157,178,0.5);
    transform: translateZ(20px);
}

.sys-course-instructor .sys-work-overview::before {
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(146,157,178,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    width: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}

.sys-statistical-data {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.sys-statistical-data .container {
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.sys-statistical-data .sys-edu-statistics {
    border-radius: 12px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
}

.sys-statistical-data .sys-statistics-edge {
    font-size: 16px;
    max-width: 700px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.sys-statistical-data .sys-edu-wins {
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    align-items: center;
    flex-direction: column;
    padding: 20px 15px;
    overflow: hidden;
    margin: 0 10px;
    min-width: calc(25% - 20px);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
}

.sys-statistical-data .sys-edu-wins:hover::before {
    opacity: 1;
}

.sys-statistical-data .sys-edu-wins:hover .sys-statistics-tracks::after {
    width: 52px;
    height: 52px;
    border-color: rgba(rgb(146,157,178), 0.3);
}

.sys-statistical-data .sys-statistics-tracks svg {
    height: 100%;
    fill: rgb(110,120,135);
    width: 100%;
    transition: all 0.3s ease;
}

.sys-statistical-data .sys-edu-wins:hover .sys-statistics-tracks svg path {
    fill: rgb(146,157,178);
}

.sys-statistical-data .sys-edu-wins:nth-child(3) span {
    animation-delay: 0.4s;
}



.sys-statistical-data .sys-edu-wins p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

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


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



@media (min-width: 768px) {.sys-course-structure {
    padding: 140px 0 100px;
}.sys-course-structure h2 {
    max-width: 80%;
    font-size: calc(29px * 1.1);
}.sys-course-structure .sys-skill-up {
    flex-direction: row;
    gap: 4rem;
}.sys-course-structure .sys-pic-cell {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: auto;
    width: 40%;
}.sys-course-structure .sys-pic-cell:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.sys-course-structure .sys-prose-block {
    max-height: 400px;
    width: 60%;
    padding: 0 1.5rem 0 2.5rem;
}.sys-course-structure h2::after {
    width: 120px;
}
}



@media (max-width: 992px) {.sys-customer-reviews {
    padding: 80px 0 50px;
}.sys-customer-reviews h2 {
    margin-bottom: 50px;
}.sys-customer-reviews .sys-rating-insights {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.sys-customer-reviews .sys-review-slider {
    padding: 25px;
}
}



@media (prefers-reduced-motion) {.sys-customer-reviews .sys-review-slider,
    .sys-customer-reviews h2,
    .sys-customer-reviews a,
    .sys-customer-reviews .sys-review-slider img {
    transition: none;
}.sys-customer-reviews .sys-review-slider:hover {
    transform: none;
}.sys-customer-reviews h2:hover {
    transform: none;
}.sys-customer-reviews a:hover {
    transform: none;
}.sys-customer-reviews .sys-review-slider:hover img {
    transform: none;
}}



@media (max-width: 480px) {.sys-educational-rewards {
    padding: 40px 0;
}.sys-educational-rewards .sys-pic-cell {
    max-height: 300px;
}.sys-educational-rewards .sys-class-pro {
    padding: 20px 15px;
}.sys-educational-rewards h1 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.sys-educational-rewards li svg {
    height: 20px;
    width: 20px;
}}



@media (max-width: 992px) {.sys-appWrap {
    padding: 5rem 0;
}.sys-appWrap h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.85);
}.sys-appWrap .sys-class-pro {
    padding: 2.5rem 2rem;
}
}



@media (min-width: 768px) {.sys-deal-plan .sys-pro-rates {
    grid-template-columns: 1fr;
}.sys-deal-plan .sys-learn-price {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}



@media (min-width: 992px) {.sys-deal-plan {
    padding: 150px 0;
}.sys-deal-plan .sys-pro-rates {
    gap: 80px;
    grid-template-columns: 1fr;
}.sys-deal-plan .sys-learn-price {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.sys-deal-plan .sys-indv-sub {
    min-height: 480px;
}
}



@media screen and (max-width: 1200px) {.sys-get-support .sys-reach-contact {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}.sys-get-support .sys-edu-query:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.sys-get-support .sys-edu-query:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.sys-get-support .sys-edu-query:nth-child(3) {
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
}


@media only screen and (max-width: 800px) {.sys-privacy-guard {
    padding: 30px;
    grid-template-columns: 1fr;
    border-radius: 10px;
}.sys-privacy-guard h1 {
    grid-column: span 1;
    font-size: calc(23px - 0.5rem);
}.sys-privacy-guard h2 {
    font-size: calc(23px - 0.4rem);
}.sys-privacy-guard p {
    font-size: calc(16px - 0.2rem);
}}



@media (max-width: 768px) {.sys-receive-updates {
    padding: 2rem 1.5rem;
}.sys-receive-updates .sys-class-pro {
    align-items: stretch;
    transform: none;
    flex-direction: column;
}.sys-receive-updates p {
    padding-right: 0;
    flex: none;
    transform: none;
    margin-bottom: 1.5rem;
}.sys-receive-updates .input_holder {
    flex-direction: column;
    flex: none;
    transform: none;
}.sys-receive-updates .sys-updates-list {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.sys-receive-updates .sys-join-block {
    padding: 1rem;
    width: 100%;
    border-radius: 10px;
}}



@media (max-width: 576px) {.sys-goal-footer {
    padding: 2.5rem 0 1rem;
}.sys-goal-footer .sys-main-edu {
    min-width: 100%;
    flex: 1 1 100%;
}.sys-goal-footer .sys-head-bar {
    gap: 1rem;
}.sys-trophy-case {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.sys-goal-footer::before {
    height: 5px;
}
}



@media screen and (min-width: 992px) {.sys-landing-page .sys-main-begin {
    gap: 4rem;
    grid-template-columns: 0.7fr 1.3fr;
    padding: 5rem;
}.sys-landing-page .sys-creds-block {
    padding: 3rem;
}.sys-landing-page h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 2rem;
}.sys-landing-page p {
    font-size: calc(18px * 1.2);
    padding: 2.5rem;
}
}



@media screen and (max-width: 1024px) {.sys-reach-out .sys-support-card {
    flex-direction: column;
}.sys-reach-out .sys-pic-cell {
    flex: 0 0 100%;
    margin-left: 0;
    min-height: 300px;
    transform: none;
}.sys-reach-out .sys-pic-cell::before {
    transform: none;
    width: 100%;
}.sys-reach-out .sys-connect-support {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 768px) {.sys-our-team {
    padding: 80px 0;
}.sys-our-team h2 {
    font-size: calc(32px + 0.2rem);
    margin-bottom: 40px;
}.sys-our-team .sys-master-class {
    padding: 30px;
}.sys-our-team .sys-master-class:nth-child(1),
    .sys-our-team .sys-master-class:nth-child(2) {
    transform: translateX(0);
}.sys-our-team .sys-master-class:nth-child(1):hover,
    .sys-our-team .sys-master-class:nth-child(2):hover {
    transform: translateY(-5px);
}
}



@media (max-width: 991px) {.sys-course-instructor {
    padding: 7rem 0 5rem;
}.sys-course-instructor .sys-review-slider {
    padding: 2.5rem 2rem;
}.sys-course-instructor .sys-pic-cell {
    width: 150px;
    top: -75px;
    height: 150px;
}.sys-course-instructor .name {
    margin-top: 80px;
}.sys-course-instructor .sys-work-overview {
    padding: 1.5rem;
}
}



@media screen and (max-width: 767px) {.sys-statistical-data {
    padding: 80px 0;
}.sys-statistical-data .sys-edu-statistics {
    padding: 25px;
}.sys-statistical-data .sys-statistics-advances {
    margin-right: 0;
    margin-bottom: 15px;
}.sys-statistical-data .sys-study-gain {
    font-size: calc(28px - 4px);
    margin-bottom: 8px;
}.sys-statistical-data .sys-statistics-edge {
    font-size: calc(16px - 1px);
}.sys-statistical-data .sys-edu-wins {
    min-width: calc(50% - 20px);
    padding: 15px 10px;
}.sys-statistical-data .sys-statistics-tracks {
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
}.sys-statistical-data .sys-statistics-tracks::after {
    width: 38px;
    height: 38px;
}.sys-statistical-data .sys-edu-wins span {
    font-size: calc(19px);
}.sys-statistical-data .sys-edu-wins p {
    font-size: calc(16px - 1px);
}

}



@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}



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


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



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



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}



@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}



@keyframes floatGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-5%, 5%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(5%, -5%) scale(0.95);
        opacity: 0.2;
    }
}

@keyframes numberFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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

