* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.sys-equity-pledge {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.sys-main-train {
    flex: 1 0 auto;
}.container {
    width: 1189px;
    max-width: 100%;
    margin: auto;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}.sys-warp-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .sys-equity-pledge {
    background-color: rgb(150,140,166);
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0 30px;
    position: relative;
}footer .sys-equity-pledge::before {
    right: 0;
    top: -50px;
    transform: skewY(-3deg);
    height: 100px;
    background-color: rgb(150,140,166);
    left: 0;
    position: absolute;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    z-index: 0;
    content: "";
}footer .sys-eco-foot {
    z-index: 1;
    position: relative;
}footer .sys-contact-team {
    justify-content: center;
    display: flex;
    margin-bottom: 60px;
    gap: 15px;
    flex-wrap: wrap;
}footer .info_item {
    background-color: rgb(150,140,166,0.5);
    padding: 15px 20px 15px 25px;
    position: relative;
    max-width: 300px;
    border-radius: 0 5px 5px 0;
    flex: 1 1 200px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}footer .info_item::before {
    width: 5px;
    background-color: rgb(185,180,197);
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}footer .info_item::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
}footer .info_item:nth-child(even) {
    background-color: rgb(185,180,197,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    fill: rgb(185,180,197);
    height: 20px;
    position: relative;
    top: -1px;
    margin-right: 12px;
    vertical-align: middle;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(185,180,197);
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}footer .sys-nav-block {
    padding: 30px;
    background-color: rgb(150,140,166,0.5);
    position: relative;
    border-radius: 22px;
}footer .sys-nav-block::before {
    pointer-events: none;
    bottom: 15px;
    right: 15px;
    left: 15px;
    border-radius: calc(22px - 8px);
    position: absolute;
    content: "";
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}footer .sys-nav-block svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    display: block;
    width: auto;
}footer .sys-about-learn {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .sys-main-info {
    position: relative;
}footer .sys-main-info h5 {
    position: relative;
    color: #ffffff;
    padding-left: 15px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 25px;
}footer .sys-main-info h5::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    width: 3px;
    background-color: rgb(185,180,197);
    top: 0;
}footer .sys-main-guide {
    margin-bottom: 25px;
    position: relative;
}footer .sys-main-guide a {
    position: relative;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0 5px 5px 0;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    background-color: rgb(150,140,166,0.5);
}footer .sys-main-guide a::before {
    height: 100%;
    width: 3px;
    background-color: rgb(185,180,197);
    content: "";
    top: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}footer .sys-main-guide a:hover {
    background-color: rgb(185,180,197,0.5);
    transform: translateX(5px);
    color: #ffffff;
}footer .sys-main-guide a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgb(150,140,166,0.5);
    position: relative;
    border-radius: 22px;
}footer .subscribe_holder::before {
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(22px - 8px);
    right: 15px;
    content: "";
    bottom: 15px;
    pointer-events: none;
    position: absolute;
    top: 15px;
    left: 15px;
}footer .subscribe_holder h5 {
    padding-left: 15px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder h5::before {
    width: 3px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background-color: rgb(185,180,197);
}footer .subscribe_holder p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(185,180,197);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sys-sub-border {
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(185,180,197);
    padding: 14px 20px;
    font-size: 14px;
}footer .sys-sub-border::after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -100%;
    height: 200%;
    top: -50%;
    transform: rotate(30deg);
    transition: all 0.5s ease;
    width: 200%;
}footer .sys-sub-border:hover {
    background-color: rgb(150,140,166);
}footer .sys-sub-border:hover::after {
    left: 100%;
}footer .sys-trade-mark {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .sys-trade-mark::before {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 50px;
    height: 1px;
    top: -25px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}footer .sys-ssl-info {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sys-sub-border {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .sys-equity-pledge {
    padding: 60px 0 30px;
}footer .sys-contact-team {
    margin-bottom: 40px;
}footer .sys-nav-block, footer .subscribe_holder {
    padding: 25px 20px;
}footer .sys-main-guide a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .sys-trade-mark {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .sys-equity-pledge {
    padding: 50px 0 20px;
}footer .sys-main-info h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .sys-nav-block::before, footer .subscribe_holder::before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .sys-sub-border {
    padding: 12px;
}}.sys-academic-experience {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(220,215,226) 0%, #000000 100%);
    position: relative;
    min-height: 700px;
}.sys-academic-experience::before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(185,180,197,0.5) 85%, rgb(185,180,197,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(150,140,166,0.5) 85%, rgb(150,140,166,0.5) 88%, transparent 88%);
    opacity: 0.1;
    animation: gridFlow 20s linear infinite;
    top: 0;
    background-size: 150px 150px;
    z-index: 1;
    height: 100%;
}.sys-academic-experience .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
}.sys-academic-experience .sys-alumni-reviews {
    position: relative;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
    gap: 20px 30px;
    background: transparent;
    display: grid;
    min-height: 580px;
    grid-template-rows: auto auto 1fr;
}.sys-academic-experience .sys-alumni-reviews::before {
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    content: "";
    transform: translateY(-50%);
    filter: blur(40px);
    border-radius: 29px;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,180,197,0.5) 0%, transparent 50%);
    opacity: 0.3;
    height: 90%;
    top: 50%;
    left: 0;
    z-index: -1;
}.sys-academic-experience .sys-alumni-reviews::after {
    border-radius: 29px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -2;
    position: absolute;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.sys-academic-experience .sys-image-link {
    z-index: 2;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    filter: contrast(1.1) brightness(1.05);
    position: relative;
    grid-area: photo;
    height: 100%;
    border-radius: 29px 0 0 29px;
    transform: scale(1);
}.sys-academic-experience .sys-alumni-reviews:hover .sys-image-link {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.sys-academic-experience .sys-image-link::before {
    height: 100%;
    animation: pulseOpacity 3s ease-in-out infinite;
    z-index: 3;
    width: 10px;
    position: absolute;
    background: rgb(185,180,197);
    top: 0;
    left: 0;
    content: "";
    opacity: 0.7;
}.sys-academic-experience .name {
    color: #ffffff;
    z-index: 3;
    grid-area: name;
    margin-top: 80px;
    font-weight: 700;
    align-self: end;
    transform: translateX(0);
    font-size: 29px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}.sys-academic-experience .sys-alumni-reviews:hover .name {
    transform: translateX(15px);
}.sys-academic-experience .name::after {
    content: "";
    bottom: 0;
    transition: width 0.5s ease;
    background: rgb(185,180,197);
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
}.sys-academic-experience .sys-alumni-reviews:hover .name::after {
    width: 60%;
}.sys-academic-experience .sys-alumni-reviews span:not(.name) {
    transform: translateX(0);
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    color: rgb(150,140,166);
    position: relative;
    backdrop-filter: blur(5px);
    font-weight: 600;
    border-radius: 10px;
    align-self: start;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.6rem 1.2rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 24px;
    grid-area: job;
}.sys-academic-experience .sys-alumni-reviews:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.sys-academic-experience .sys-emp-container {
    color: #ffffff;
    border-radius: 29px;
    grid-area: quote;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    width: 95%;
    font-size: 13px;
    line-height: 1.8;
    margin-right: 0;
    align-self: start;
    z-index: 2;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
    border-left: 4px solid rgb(150,140,166);
}.sys-academic-experience .sys-alumni-reviews:hover .sys-emp-container {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.sys-academic-experience .container::after {
    height: 300px;
    content: "";
    right: -150px;
    width: 300px;
    bottom: -150px;
    filter: blur(70px);
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle, rgb(150,140,166,0.5) 0%, transparent 70%);
    opacity: 0.3;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.sys-academic-experience .sys-alumni-reviews {
    grid-template-areas:
            "sys-image-link"
            "name"
            "sys-experience-summary"
            "sys-emp-container";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px;
}.sys-academic-experience .sys-image-link {
    height: 350px;
    border-radius: 29px 29px 0 0;
}.sys-academic-experience .sys-image-link::before {
    height: 10px;
    width: 100%;
}.sys-academic-experience .name {
    text-align: center;
    margin-top: 0;
}.sys-academic-experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.sys-academic-experience .sys-alumni-reviews:hover .name {
    transform: translateY(-5px);
}.sys-academic-experience .sys-alumni-reviews span:not(.name) {
    margin: 0 auto;
}.sys-academic-experience .sys-alumni-reviews:hover span:not(.name) {
    transform: translateY(-5px);
}.sys-academic-experience .sys-emp-container {
    margin: 0 auto;
    width: 90%;
    border-left: none;
    border-top: 4px solid rgb(150,140,166);
}.sys-academic-experience .sys-alumni-reviews:hover .sys-emp-container {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.sys-academic-experience {
    padding: 5rem 0;
}.sys-academic-experience .sys-image-link {
    height: 250px;
}.sys-academic-experience .name {
    font-size: 24px;
}.sys-academic-experience .sys-alumni-reviews span:not(.name) {
    font-size: 13px;
    padding: 0.5rem 1rem;
}.sys-academic-experience .sys-emp-container {
    padding: 1.5rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    width: 95%;
}}.sys-thanksGrid {
    background: linear-gradient(145deg, rgb(150,140,166,0.5), rgb(185,180,197,0.5));
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    z-index: 1;
}.sys-thanksGrid::before {
    z-index: -1;
    width: 70%;
    right: -10%;
    top: -10%;
    position: absolute;
    opacity: 0.07;
    height: 70%;
    animation: float 20s infinite alternate ease-in-out;
    transform: rotate(25deg);
    content: "";
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
}.sys-thanksGrid::after {
    width: 50%;
    height: 50%;
    content: "";
    z-index: -1;
    animation: float 15s infinite alternate-reverse ease-in-out;
    bottom: -5%;
    position: absolute;
    opacity: 0.05;
    transform: rotate(-15deg);
    left: -5%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
}.sys-thanksGrid .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}.sys-thanksGrid .sys-learn-spot {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.sys-thanksGrid .sys-learn-spot:hover {
    transform: perspective(1000px) rotateX(0deg);
}.sys-thanksGrid .sys-learn-spot > div:first-child {
    padding: 2.5rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.sys-thanksGrid .sys-learn-spot > div:first-child::before {
    z-index: 3;
    transform-origin: left;
    left: 0;
    top: 0;
    transition: transform 0.7s ease;
    transform: scaleX(0);
    right: 0;
    background: linear-gradient(90deg, rgb(185,180,197), rgb(150,140,166));
    height: 5px;
    content: "";
    position: absolute;
}.sys-thanksGrid .sys-learn-spot:hover > div:first-child::before {
    transform: scaleX(1);
}.sys-thanksGrid .sys-learn-spot > div:last-child {
    backdrop-filter: blur(10px);
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem 3rem;
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
}.sys-thanksGrid .sys-learn-spot:hover > div:last-child {
    transform: translateY(0);
}.sys-thanksGrid h5 {
    margin: 0;
    color: rgb(185,180,197);
    display: inline-block;
    line-height: 1.4;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}.sys-thanksGrid h5::after {
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    bottom: -10px;
    background: rgb(150,140,166);
}.sys-thanksGrid .sys-learn-spot:hover h5::after {
    width: 100%;
}.sys-thanksGrid a {
    position: relative;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}.sys-thanksGrid a:hover {
    transform: translateX(5px);
}.sys-thanksGrid p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
    margin: 0;
}.sys-thanksGrid a::before {
    content: "";
    top: 0.5rem;
    width: 0.5rem;
    transition: all 0.3s ease;
    position: absolute;
    height: 0.5rem;
    opacity: 0;
    background: rgb(150,140,166);
    left: -1.5rem;
}.sys-thanksGrid a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.sys-thanksGrid {
    padding: 8rem 0;
}.sys-thanksGrid .sys-learn-spot {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.sys-thanksGrid .sys-learn-spot > div:first-child {
    transform: translateX(5%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    z-index: 2;
}.sys-thanksGrid .sys-learn-spot > div:last-child {
    z-index: 1;
    transform: translateY(25px);
    margin-left: -5%;
    padding-left: 10%;
}.sys-thanksGrid .sys-learn-spot:hover > div:last-child {
    transform: translateY(15px);
}.sys-thanksGrid h5 {
    font-size: calc(18px * 1.1);
}.sys-thanksGrid p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.sys-thanksGrid {
    padding: 10rem 0;
}.sys-thanksGrid .sys-learn-spot {
    grid-template-columns: 0.9fr 1.3fr;
}.sys-thanksGrid .sys-learn-spot > div:first-child {
    padding: 3rem;
    transform: translateX(10%);
}.sys-thanksGrid .sys-learn-spot > div:last-child {
    padding-left: 15%;
    transform: translateY(35px);
    margin-left: -10%;
}.sys-thanksGrid .sys-learn-spot:hover > div:last-child {
    transform: translateY(25px);
}.sys-thanksGrid h5 {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 767px) {.sys-thanksGrid {
    padding: 4rem 0;
}.sys-thanksGrid .sys-learn-spot > div:first-child,
    .sys-thanksGrid .sys-learn-spot > div:last-child {
    padding: 2rem;
}.sys-thanksGrid h5 {
    font-size: calc(18px * 0.9);
}.sys-thanksGrid p {
    font-size: calc(13px * 0.95);
}}.sys-cookieAgreementModal {
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    border-top: 3px solid rgb(150,140,166);
    z-index: 90;
    position: fixed;
    background: rgb(150,140,166);
    transform: translateY(100%);
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px 0;
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.sys-digital-consent {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
}.sys-cookieAgreementModal h5 {
    text-transform: uppercase;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}.sys-cookieAgreementModal p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}.sys-policy-opt {
    filter: drop-shadow(0 0 10px rgb(185,180,197));
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    margin-right: 15px;
    display: flex;
}.sys-policy-opt svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(185,180,197);
    width: 80px;
}.sys-policy-opt:hover svg {
    transform: scale(1.1);
}.sys-consent-edu {
    min-width: 140px;
    flex-shrink: 0;
    font-size: 16px;
    background: linear-gradient(90deg, rgb(185,180,197), rgb(150,140,166));
    margin-left: 10px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(185,180,197);
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    color: #000000;
}.sys-consent-edu:hover {
    box-shadow: 0 0 20px rgb(150,140,166);
}.cookie_button.sys-privacy-switch:hover {
    box-shadow: 0 0 15px rgb(150,140,166);
}.sys-cookieAgreementModal p a {
    color: rgb(185,180,197);
    text-decoration: none;
    transition: color 0.3s ease;
}.sys-cookieAgreementModal p a:hover {
    color: rgb(150,140,166);
}#sys-panelPrivacyPolicy {
    display: none;
}#sys-panelPrivacyPolicy:checked ~ .sys-cookieAgreementModal {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.sys-cookieAgreementModal {
    padding: 15px 0;
}.sys-digital-consent {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.sys-policy-opt {
    display: none;
}.sys-digital-consent {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.sys-cookieAgreementModal h5 {
    font-size: 18px;
    margin-bottom: 5px;
}.sys-edu-settings {
    margin-bottom: 15px;
}.sys-consent-edu {
    min-width: 100%;
    margin: 10px 0;
}}
.sys-welcome-page {
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.sys-welcome-page::before {
    z-index: -1;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    content: "";
}.sys-welcome-page::after {
    opacity: 0.07;
    background: repeating-linear-gradient(
    45deg,
    rgb(185,180,197,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(185,180,197,0.5) 12px
  );
    height: 200%;
    top: -50%;
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    z-index: -1;
    transform-origin: center;
    animation: backgroundShift 30s linear infinite;
}.sys-welcome-page > div {
    display: flex;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
}.sys-welcome-page > div > div:first-child {
    animation: slideInFromLeft 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-1rem) translateZ(50px);
    position: relative;
}.sys-welcome-page .title_style_header {
    position: relative;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: clamp(2.5rem, 5vw, 43px);
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3), 0 0 20px rgb(185,180,197,0.5);
}.sys-welcome-page .title_style_header::after {
    background: linear-gradient(90deg, rgb(185,180,197), transparent);
    content: "";
    left: 0;
    width: 50%;
    position: absolute;
    transform-origin: left;
    bottom: -0.5rem;
    animation: lineGrow 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
}.sys-welcome-page .sys-start-learn {
    transform: translateX(1rem) translateZ(20px);
    border-left: 4px solid rgb(150,140,166);
    animation: slideInFromRight 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 2rem;
    padding: 2rem;
    backdrop-filter: blur(8px);
    background: linear-gradient(
    to right,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.1) 100%
  );
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2), 
              inset 0 0 30px rgba(255,255,255,0.05);
    flex-direction: column;
    display: flex;
    position: relative;
}.sys-welcome-page .sys-why-trust {
    margin-bottom: 1rem;
    position: relative;
}.sys-welcome-page .sys-why-trust::before {
    top: -0.75rem;
    position: absolute;
    background: rgb(150,140,166);
    content: "";
    animation: pulse 3s infinite alternate;
    height: 1.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 1.5rem;
    left: -1rem;
}.sys-welcome-page .sys-why-trust h3 {
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.01em;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 20px);
    line-height: 1.4;
}.sys-welcome-page .sys-start-learn > div:last-child {
    position: relative;
    animation: fadeIn 2s forwards;
    transform: translateZ(10px);
}.sys-welcome-page .sys-start-learn span {
    padding-left: 1rem;
    display: block;
    position: relative;
}.sys-welcome-page .sys-start-learn span::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,180,197), transparent);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 3px;
}.sys-welcome-page p {
    font-size: clamp(1rem, 2vw, 12px);
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 0;
    font-weight: 400;
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-6rem) translateZ(50px);
  }
  to {
    opacity: 1;
    transform: translateX(-1rem) translateZ(50px);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(6rem) translateZ(20px);
  }
  to {
    opacity: 1;
    transform: translateX(1rem) translateZ(20px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

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

@media (min-width: 768px) {.sys-welcome-page > div {
    padding: 4rem;
    transform: perspective(1200px) rotateX(3deg);
    gap: 6rem;
}.sys-welcome-page .sys-start-learn {
    margin-left: auto;
    max-width: 80%;
}.sys-welcome-page .title_style_header::after {
    width: 60%;
}
}

@media (min-width: 992px) {.sys-welcome-page > div {
    flex-direction: row;
    transform: perspective(1500px) rotateX(5deg);
    align-items: center;
    gap: 3rem;
}.sys-welcome-page > div > div:first-child {
    transform: translateX(-2rem) translateZ(80px);
    flex: 1;
}.sys-welcome-page .sys-start-learn {
    margin-left: 0;
    transform: translateX(2rem) translateZ(40px);
    max-width: none;
    flex: 1.2;
}.sys-welcome-page .title_style_header {
    font-size: 43px;
}.sys-welcome-page .title_style_header::after {
    height: 6px;
}
}

@media (max-width: 767px) {.sys-welcome-page {
    align-items: flex-start;
    padding: 3rem 1rem;
}.sys-welcome-page > div {
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
    gap: 3rem;
}.sys-welcome-page .title_style_header {
    font-size: 2.25rem;
}.sys-welcome-page .sys-start-learn {
    padding: 1.5rem;
}
}

@media (hover: hover) {.sys-welcome-page .sys-start-learn:hover {
    transform: translateX(0.5rem) translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.sys-welcome-page .title_style_header:hover::after {
    animation: lineShift 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}@keyframes lineShift {
    0% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(185,180,197), transparent);
    }
    50% {
      transform: scaleX(1.2);
      background: linear-gradient(90deg, rgb(150,140,166), transparent);
    }
    100% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(185,180,197), transparent);
    }
  }
}.sys-connect-form {
    position: relative;
    background: rgb(220,215,226);
    overflow: hidden;
    padding: 70px 0;
}.sys-connect-form::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
}.sys-connect-form .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.sys-connect-form h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: rgb(150,140,166);
    font-size: 33px;
}.sys-connect-form h2::after {
    left: 50%;
    background: rgb(185,180,197);
    position: absolute;
    content: "";
    width: 60px;
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
}.sys-connect-form .sys-support-box {
    border-radius: 26px;
    display: grid;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    gap: 0;
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
}.sys-connect-form .sys-image-link {
    transition: transform 0.6s ease;
    grid-row: 1;
    grid-column: 2;
    height: 100%;
    border-bottom-right-radius: 26px;
    min-height: 500px;
    border-top-right-radius: 26px;
}.sys-connect-form .sys-query-inquiry {
    grid-column: 1;
    padding: 50px 40px;
    background: #ffffff;
    grid-row: 1;
}.sys-connect-form #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.sys-connect-form h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
    color: rgb(185,180,197);
}.sys-connect-form input[type="text"] {
    background: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgb(220,215,226);
    font-size: 12px;
    width: 100%;
}.sys-connect-form input[type="text"]:focus {
    border-color: rgb(185,180,197);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
}.sys-connect-form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.sys-connect-form .sys-message-map {
    align-items: flex-start;
    gap: 10px;
    display: flex;
    margin-top: 10px;
}.sys-connect-form .sys-message-map input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(220,215,226);
    flex-shrink: 0;
    position: relative;
    margin-top: 2px;
    width: 24px;
    height: 24px;
}.sys-connect-form .sys-message-map input[type="checkbox"]:checked {
    border-color: rgb(185,180,197);
    background: rgb(185,180,197);
}.sys-connect-form .sys-message-map input[type="checkbox"]:checked::after {
    color: #ffffff;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 16px;
    content: "✓";
    top: 50%;
    left: 50%;
}.sys-connect-form .sys-message-map label {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
}.sys-connect-form .sys-message-map a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(185,180,197);
}.sys-connect-form .sys-message-map a:hover {
    color: rgb(150,140,166);
}.sys-connect-form .sys-feedback-message {
    cursor: pointer;
    letter-spacing: 1px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    background: rgb(185,180,197);
    margin-top: 10px;
    font-size: 17px;
    padding: 15px 35px;
    border-radius: 10px;
    border: none;
    align-self: flex-start;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}.sys-connect-form .sys-feedback-message::before {
    content: "";
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    top: 0;
}.sys-connect-form .sys-feedback-message:hover {
    background: rgb(150,140,166);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.sys-connect-form .sys-feedback-message:hover::before {
    left: 100%;
}.sys-connect-form svg {
    vertical-align: middle;
    width: 22px;
    fill: rgb(185,180,197);
    height: 22px;
    margin-right: 10px;
}.sys-connect-form svg path {
    fill: rgb(185,180,197);
}

@media (max-width: 992px) {.sys-connect-form .sys-support-box {
    grid-template-columns: 1fr;
}.sys-connect-form .sys-image-link {
    border-top-left-radius: 26px;
    grid-row: 1;
    min-height: 300px;
    border-radius: 0;
    border-top-right-radius: 26px;
    grid-column: 1;
}.sys-connect-form .sys-query-inquiry {
    padding: 40px 30px;
    grid-column: 1;
    grid-row: 2;
}
}

@media (max-width: 768px) {.sys-connect-form {
    padding: 50px 0;
}.sys-connect-form h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.sys-connect-form .sys-query-inquiry {
    padding: 30px 25px;
}.sys-connect-form .sys-image-link {
    min-height: 250px;
}
}

@media (max-width: 576px) {.sys-connect-form {
    padding: 40px 0;
}.sys-connect-form .container {
    padding: 0 15px;
}.sys-connect-form h2::after {
    width: 40px;
}.sys-connect-form .sys-query-inquiry {
    padding: 25px 20px;
}.sys-connect-form #contact {
    gap: 20px;
}.sys-connect-form .sys-feedback-message {
    width: 100%;
    padding: 14px 20px;
}.sys-connect-form .sys-image-link {
    min-height: 200px;
}}header .sys-top-core {
    background: linear-gradient(120deg, rgb(185,180,197) 0%, rgb(150,140,166,0.5) 100%);
    align-items: center;
    padding: 1.5rem 0;
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: visible;
    width: 100%;
    z-index: 99;
    justify-content: space-between;
}header .sys-top-core::before {
    background: radial-gradient(circle at 70% 30%, rgb(150,140,166,0.5) 0%, transparent 60%);
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}header .sys-top-core .sys-nav-block {
    transition: all 0.4s ease;
    transform: translateY(-5px);
    margin-left: calc((100vw - 100%) / 2);
    z-index: 2;
    position: relative;
}header .sys-top-core .sys-nav-block:hover {
    transform: translateY(0) scale(1.05);
}header .sys-top-core .sys-nav-block .sys-first-class {
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
}header .sys-top-core .sys-nav-block .sys-first-class::before {
    content: "";
    top: -10px;
    height: calc(100% + 20px);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    left: -20px;
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% + 40px);
    z-index: -1;
}header .sys-top-core .sys-nav-block .sys-first-class svg {
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
}header .sys-top-core .sys-main-info {
    justify-content: flex-end;
    background: linear-gradient(90deg, transparent, rgb(185,180,197,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    display: flex;
    padding-right: calc((100vw - 100%) / 2);
    width: 80vw;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0;
    margin: 0;
    list-style: none;
}header .sys-top-core .sys-main-info::before {
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
}header .sys-top-core .sys-main-info .sys-main-site {
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .sys-top-core .sys-main-info .sys-main-site a {
    font-weight: 600;
    text-decoration: none;
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    transform-origin: center;
    display: block;
}header .sys-top-core .sys-main-info .sys-main-site a::after {
    transition: width 0.3s ease;
    width: 0;
    height: 2px;
    background: rgb(150,140,166);
    left: 1.5rem;
    bottom: 0.8rem;
    content: "";
    position: absolute;
}header .sys-top-core .sys-main-info .sys-main-site a:hover {
    transform: translateZ(10px);
    color: rgb(150,140,166);
}header .sys-top-core .sys-main-info .sys-main-site a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .sys-top-core {
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
}header .sys-top-core .sys-nav-block {
    margin-left: 0;
    margin-bottom: 1rem;
}header .sys-top-core .sys-main-info {
    background: rgb(185,180,197,0.5);
    padding-right: 0;
    justify-content: center;
    width: 100%;
    clip-path: none;
    flex-wrap: wrap;
}header .sys-top-core .sys-main-info .sys-main-site a {
    padding: 0.8rem 1rem;
}header .sys-top-core .sys-main-info .sys-main-site a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .sys-top-core .sys-main-info .sys-main-site a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .sys-top-core .sys-main-info {
    padding: 0.5rem 0;
}header .sys-top-core .sys-main-info .sys-main-site {
    width: 50%;
}header .sys-top-core .sys-main-info .sys-main-site a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 2px);
}header .sys-top-core .sys-main-info .sys-main-site a::after {
    display: none;
}}.sys-pricing-plan-card {
    padding: 7rem 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.sys-pricing-plan-card::before {
    right: -100px;
    background: linear-gradient(135deg, rgb(185,180,197,0.5), transparent);
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    height: 400px;
    opacity: 0.6;
    content: '';
    top: -150px;
    width: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
    position: absolute;
}.sys-pricing-plan-card::after {
    bottom: -100px;
    width: 300px;
    z-index: 1;
    opacity: 0.5;
    height: 300px;
    content: '';
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
    left: -50px;
    position: absolute;
    background: linear-gradient(135deg, rgb(150,140,166,0.5), transparent);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}.sys-pricing-plan-card .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.sys-pricing-plan-card .sys-plan-rates {
    flex-direction: column;
    display: flex;
}.sys-pricing-plan-card .sys-price-view {
    opacity: 0;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    transform: translateY(20px);
}.sys-pricing-plan-card .sys-price-view h2 {
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}.sys-pricing-plan-card .sys-price-view h2::after {
    width: 80px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(185,180,197);
    bottom: -10px;
    height: 3px;
    content: '';
}.sys-pricing-plan-card .sys-price-plan {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin: 1.5rem auto 0;
    max-width: 700px;
}.sys-pricing-plan-card .sys-payment-deals {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    display: grid;
}.sys-pricing-plan-card .sys-value-fees {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
    opacity: 0;
    transform: translateY(30px);
}.sys-pricing-plan-card .sys-value-fees:nth-child(2) {
    animation-delay: 0.5s;
}.sys-pricing-plan-card .sys-value-fees:nth-child(3) {
    animation-delay: 0.6s;
}.sys-pricing-plan-card .sys-value-fees:nth-child(4) {
    animation-delay: 0.7s;
}.sys-pricing-plan-card .sys-value-fees:hover {
    transform: translateY(-10px);
}.sys-pricing-plan-card .sys-monthly-plan {
    height: 100%;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    flex-direction: column;
    border-radius: 4px;
    position: relative;
    display: flex;
}.sys-pricing-plan-card .sys-value-fees:hover .sys-monthly-plan {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.sys-pricing-plan-card .sys-sub-options {
    position: relative;
    display: flex;
    z-index: 2;
    padding: 2.5rem 2rem;
    flex-direction: column;
    flex-grow: 1;
}.sys-pricing-plan-card .sys-sub-options h3 {
    font-size: calc(23px + 2px);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    transition: color 0.3s ease;
}.sys-pricing-plan-card .sys-value-fees:hover .sys-sub-options h3 {
    color: rgb(185,180,197);
}.sys-pricing-plan-card .sys-fee-chart {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: calc(23px + 4px);
    font-weight: 700;
    color: rgb(185,180,197);
}.sys-pricing-plan-card .sys-fee-chart::after {
    height: 2px;
    content: '';
    left: 0;
    width: 40px;
    background: rgb(185,180,197,0.5);
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
}.sys-pricing-plan-card .sys-value-fees:hover .sys-fee-chart::after {
    width: 80px;
}.sys-pricing-plan-card .sys-sub-options p {
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    flex-grow: 1;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    word-wrap: break-word;
}.sys-pricing-plan-card .sys-image-link {
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    height: 200px;
    overflow: hidden;
}.sys-pricing-plan-card .sys-image-link::after {
    top: 0;
    content: '';
    right: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
}.sys-pricing-plan-card .sys-value-fees:hover .sys-image-link::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.sys-pricing-plan-card .sys-plan-rates {
    flex-direction: row-reverse;
}.sys-pricing-plan-card .sys-price-view {
    padding-right: 3rem;
    width: 35%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: left;
}.sys-pricing-plan-card .sys-price-view h2 {
    text-align: left;
}.sys-pricing-plan-card .sys-price-view h2::after {
    transform: none;
    left: 0;
}.sys-pricing-plan-card .sys-price-plan {
    margin: 1.5rem 0 0;
}.sys-pricing-plan-card .sys-payment-deals {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
    gap: 2rem;
}
}

@media (max-width: 991px) {.sys-pricing-plan-card {
    padding: 5rem 0;
}.sys-pricing-plan-card .sys-price-view {
    margin-bottom: 2rem;
}.sys-pricing-plan-card .sys-payment-deals {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.sys-pricing-plan-card {
    padding: 4rem 0;
}.sys-pricing-plan-card .sys-sub-options {
    padding: 2rem 1.5rem;
}.sys-pricing-plan-card .sys-image-link {
    height: 180px;
}
}

@media (max-width: 575px) {.sys-pricing-plan-card {
    padding: 3rem 0;
}.sys-pricing-plan-card .sys-price-view h2 {
    font-size: calc(34px - 4px);
}.sys-pricing-plan-card .sys-payment-deals {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.sys-pricing-plan-card .sys-sub-options {
    padding: 1.5rem 1.25rem;
}.sys-pricing-plan-card .sys-image-link {
    height: 160px;
}
}

@media (hover: none) {.sys-pricing-plan-card .sys-value-fees:hover {
    transform: none;
}.sys-pricing-plan-card .sys-value-fees:hover .sys-monthly-plan {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.sys-pricing-plan-card .sys-value-fees:hover .sys-image-link::after {
    opacity: 0;
}.sys-pricing-plan-card .sys-value-fees:hover .sys-fee-chart::after {
    width: 40px;
}}.sys-course-offering {
    background: rgb(220,215,226);
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.sys-course-offering::before {
    background: linear-gradient(135deg, rgb(185,180,197,0.5) 0%, transparent 50%, rgb(150,140,166,0.5) 100%);
    animation: backgroundShift 15s infinite alternate;
    opacity: 0.7;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}.sys-course-offering::after {
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(185,180,197,0.5) 0%, transparent 70%);
    z-index: 2;
    content: "";
    position: absolute;
    animation: pulse 8s infinite alternate;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.sys-course-offering .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
}.sys-course-offering .sys-class-map {
    display: grid;
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
}.sys-course-offering .sys-class-map::before {
    left: -30px;
    animation: borderPulse 4s infinite alternate;
    position: absolute;
    width: calc(100% + 60px);
    z-index: -1;
    top: -30px;
    transform: rotateY(5deg) rotateX(2deg);
    height: calc(100% + 60px);
    border: 1px solid rgb(185,180,197,0.5);
    border-radius: 14px;
    transform-style: preserve-3d;
    content: "";
}.sys-course-offering .sys-note-holder {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px;
    animation: floatPanel 8s ease-in-out infinite;
    gap: 30px;
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    position: relative;
    border-radius: 14px;
    flex-direction: column;
    display: flex;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
}.sys-course-offering .sys-note-holder h2 {
    position: relative;
    -webkit-background-clip: text !important;
    padding: 15px 20px;
    display: inline-block;
    max-width: fit-content;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.5px;
    border-radius: 8px 0 8px 0;
    border-bottom: 2px solid rgb(185,180,197);
    border-left: 2px solid rgb(150,140,166);
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(185,180,197,0.5);
    font-size: 29px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(185,180,197) 0%, rgb(150,140,166) 100%);
    font-weight: 700;
    transform: translateY(-10px);
    color: #ffffff;
    background-clip: text !important;
}.sys-course-offering .sys-note-holder .description {
    border-radius: 10px;
    z-index: 2;
    line-height: 1.9;
    transition: all 0.5s ease;
    transform: translateZ(0);
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.07);
    position: relative;
    border-left: 3px solid rgb(185,180,197,0.5);
    text-align: justify;
    backdrop-filter: blur(4px);
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 18px;
}.sys-course-offering .sys-note-holder .description:first-of-type {
    border-left-color: rgb(185,180,197);
}.sys-course-offering .sys-note-holder .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(150,140,166);
}.sys-course-offering .sys-note-holder .description::before {
    content: "";
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    left: 0;
    height: 100%;
}.sys-course-offering .sys-note-holder .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.sys-course-offering .sys-image-link {
    transform: translateZ(0) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    align-self: flex-start;
    height: 450px;
    background-size: cover;
    z-index: 4;
    animation: floatImage 6s ease-in-out infinite alternate;
    transform-style: preserve-3d;
    position: relative;
    background-position: center;
    overflow: hidden;
    border-radius: 14px;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}.sys-course-offering .sys-image-link:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(185,180,197,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(185,180,197,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(150,140,166,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(185,180,197,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(185,180,197);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(185,180,197,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(185,180,197);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.sys-course-offering {
    padding: 100px 0;
}.sys-course-offering .sys-class-map {
    gap: 30px;
}.sys-course-offering .sys-note-holder {
    padding: 30px;
}.sys-course-offering .sys-note-holder h2 {
    font-size: calc(29px * 0.9);
    padding: 12px 18px;
}.sys-course-offering .sys-note-holder .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.sys-course-offering {
    padding: 80px 0;
}.sys-course-offering .sys-class-map {
    grid-template-columns: 1fr;
    gap: 40px;
}.sys-course-offering .sys-class-map::before {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    transform: none;
    left: -20px;
}.sys-course-offering .sys-note-holder {
    transform: none;
    animation: none;
    order: 2;
}.sys-course-offering .sys-image-link {
    order: 1;
    transform: none;
    animation: pulse 8s infinite alternate;
    min-height: 400px;
}.sys-course-offering .sys-image-link:hover {
    transform: scale(1.02) translateY(-5px);
}.sys-course-offering .sys-note-holder h2 {
    display: block;
    text-align: center;
    margin-left: auto;
    max-width: 100%;
    margin-right: auto;
}.sys-course-offering .sys-note-holder .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.sys-course-offering {
    padding: 60px 0;
}.sys-course-offering .sys-class-map {
    gap: 30px;
}.sys-course-offering .sys-note-holder {
    padding: 25px;
    gap: 20px;
}.sys-course-offering .sys-note-holder h2 {
    padding: 10px 15px;
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.sys-course-offering .sys-note-holder .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    margin-bottom: 15px;
    padding: 12px;
}.sys-course-offering .sys-image-link {
    min-height: 350px;
}.sys-course-offering .sys-class-map::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.sys-course-offering {
    padding: 40px 0;
}.sys-course-offering .sys-note-holder {
    gap: 15px;
    padding: 20px;
}.sys-course-offering .sys-note-holder h2 {
    font-size: calc(29px * 0.7);
    padding: 8px 12px;
    letter-spacing: 1px;
}.sys-course-offering .sys-note-holder .description {
    padding: 10px;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.sys-course-offering .sys-image-link {
    min-height: 280px;
}}.sys-privacy-vault {
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
    padding: 30px;
    background-color: rgb(220,215,226);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}.sys-privacy-vault h1 {
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 35px;
}.sys-privacy-vault h2 {
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    font-size: 19px;
}.sys-privacy-vault h3, .sys-privacy-vault h4, .sys-privacy-vault h5, .sys-privacy-vault h6 {
    margin: 10px 0;
    font-size: 19px;
    color: #000000;
}.sys-privacy-vault ul {
    padding-left: 20px;
    margin: 15px 0;
    list-style-type: square;
    color: #000000;
}.sys-privacy-vault li {
    font-size: 16px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.sys-privacy-vault {
    padding: 20px;
}.sys-privacy-vault h1 {
    font-size: 19px;
}.sys-privacy-vault h2 {
    font-size: 20px;
}.sys-privacy-vault ul {
    font-size: 16px;
}}
.sys-our-team {
    background: rgb(220,215,226);
    position: relative;
    padding: 140px 0 120px;
    overflow: hidden;
}.sys-our-team::before {
    background: linear-gradient(125deg, rgb(185,180,197,0.5) 0%, transparent 40%, rgb(150,140,166,0.5) 80%, rgb(185,180,197,0.5) 100%);
    animation: gradientFlow 25s infinite alternate;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.15;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.sys-our-team::after {
    opacity: 0.15;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    animation: pulseBackground 15s infinite alternate;
    background: radial-gradient(ellipse at 30% 20%, rgb(185,180,197,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(150,140,166,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
    content: "";
    filter: blur(50px);
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.sys-our-team .container {
    z-index: 2;
    position: relative;
}.sys-our-team .sys-learn-spot {
    max-width: 100vw;
    position: relative;
}.sys-our-team h3 {
    margin: 0;
    transform: translateY(-100%) translateY(-30px);
    font-size: 32px;
    border-left: 4px solid rgb(185,180,197);
    left: 0;
    padding-left: 30px;
    position: absolute;
    top: 0;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
}.sys-our-team .sys-growth-graph {
    margin-bottom: 100px;
    position: relative;
    display: grid;
    width: 115%;
    margin-left: -15%;
    gap: 20px;
    padding-top: 20px;
    grid-template-columns: 1.6fr 1.4fr;
}.sys-our-team .sys-growth-graph span {
    color: #ffffff;
    padding: 10px 30px;
    top: -15px;
    background: rgb(185,180,197);
    z-index: 10;
    position: absolute;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    right: 10%;
    transform: skewX(-15deg);
    font-size: 21px;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
}.sys-our-team .sys-growth-graph span::before {
    position: absolute;
    width: 15px;
    top: 0;
    background: rgb(185,180,197);
    left: -15px;
    z-index: -1;
    height: 100%;
    transform: skewX(15deg);
    content: "";
}.sys-our-team .sys-growth-graph p {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    grid-column: 2 / 3;
    align-self: center;
    font-size: 13px;
    padding: 40px;
    z-index: 5;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 110%;
    transform: translateX(-30px);
    grid-row: 1 / 2;
    line-height: 1.8;
    color: #000000;
}.sys-our-team .sys-growth-graph .sys-image-link {
    height: 500px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-row: 1 / 2;
    z-index: 3;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    grid-column: 1 / 2;
}.sys-our-team .sys-growth-graph .sys-image-link::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    position: absolute;
}.sys-our-team .sys-learn-legacy {
    margin-right: -15%;
    grid-template-columns: 1.4fr 1.6fr;
    width: 115%;
    display: grid;
    gap: 20px;
    margin-left: auto;
    position: relative;
}.sys-our-team .sys-learn-legacy::before {
    width: 40%;
    background: linear-gradient(to right, rgb(185,180,197,0.5), rgb(150,140,166,0.5), transparent);
    top: -50px;
    height: 1px;
    left: 30%;
    content: "";
    position: absolute;
}.sys-our-team .sys-learn-legacy p {
    padding: 40px;
    color: #000000;
    font-size: 13px;
    transform: translateX(30px);
    width: 110%;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    grid-row: 1 / 2;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    align-self: center;
    grid-column: 1 / 2;
    z-index: 5;
    line-height: 1.8;
}.sys-our-team .sys-learn-legacy .sys-how-grow {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    border-radius: 12px 0 0 12px;
    height: 500px;
    overflow: hidden;
}.sys-our-team .sys-learn-legacy .sys-how-grow::before {
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
}.sys-our-team .sys-growth-graph::after,
.sys-our-team .sys-learn-legacy::after {
    border-radius: 50%;
    height: 200px;
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.15;
    width: 200px;
    filter: blur(80px);
    animation: pulseOpacity 8s infinite alternate;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.sys-our-team .sys-growth-graph::after {
    background: rgb(185,180,197);
    bottom: -100px;
    right: 10%;
}.sys-our-team .sys-learn-legacy::after {
    top: -100px;
    background: rgb(150,140,166);
    left: 10%;
}.sys-our-team .sys-growth-graph::before,
.sys-our-team .sys-learn-legacy::before {
    content: "";
    position: absolute;
    animation: widthPulse 6s infinite alternate;
    height: 1px;
    width: 300px;
    background: linear-gradient(to right, transparent, rgb(185,180,197,0.5) 50%, transparent);
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.sys-our-team .sys-growth-graph::before {
    top: -20px;
    left: 20%;
}.sys-our-team .sys-learn-legacy::before {
    right: 20%;
    bottom: -20px;
}.sys-our-team .sys-learn-spot::before,
.sys-our-team .sys-learn-spot::after {
    height: 1px;
    animation: horizontalLine 15s infinite alternate;
    width: 80%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(185,180,197,0.5) 50%, transparent);
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.sys-our-team .sys-learn-spot::before {
    left: 10%;
    top: 15%;
}.sys-our-team .sys-learn-spot::after {
    right: 10%;
    bottom: 15%;
}

@media screen and (max-width: 1199px) {.sys-our-team {
    padding: 120px 0 100px;
}.sys-our-team h3 {
    font-size: calc(32px - 0.2rem);
}.sys-our-team .sys-growth-graph,
    .sys-our-team .sys-learn-legacy {
    width: 110%;
}.sys-our-team .sys-growth-graph {
    margin-left: -10%;
}.sys-our-team .sys-learn-legacy {
    margin-right: -10%;
}.sys-our-team .sys-growth-graph .sys-image-link,
    .sys-our-team .sys-learn-legacy .sys-how-grow {
    height: 450px;
}.sys-our-team .sys-growth-graph p,
    .sys-our-team .sys-learn-legacy p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.sys-our-team .sys-growth-graph p,
    .sys-our-team .sys-learn-legacy p {
    width: 100%;
}.sys-our-team {
    padding: 100px 0 80px;
}.sys-our-team h3 {
    position: relative;
    font-size: calc(32px - 0.4rem);
    transform: none;
    margin-bottom: 50px;
}.sys-our-team .sys-growth-graph,
    .sys-our-team .sys-learn-legacy {
    width: 100%;
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-left: 0;
    gap: 30px;
}.sys-our-team .sys-growth-graph {
    margin-bottom: 80px;
}.sys-our-team .sys-growth-graph span {
    font-size: calc(21px - 0.2rem);
    right: auto;
    top: -15px;
    left: 0;
}.sys-our-team .sys-growth-graph .sys-image-link {
    grid-row: 1 / 2;
    border-radius: 12px;
    grid-column: 1 / 2;
    height: 400px;
}.sys-our-team .sys-growth-graph p {
    transform: translateX(0);
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.sys-our-team .sys-learn-legacy .sys-how-grow {
    border-radius: 12px;
    height: 400px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.sys-our-team .sys-learn-legacy p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: translateX(0);
}.sys-our-team .sys-growth-graph::after,
    .sys-our-team .sys-learn-legacy::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {.sys-our-team {
    padding: 80px 0 60px;
}.sys-our-team h3 {
    font-size: calc(32px - 0.6rem);
    margin-bottom: 40px;
    padding-left: 20px;
}.sys-our-team .sys-growth-graph {
    margin-bottom: 60px;
}.sys-our-team .sys-growth-graph span {
    padding: 8px 20px;
    font-size: calc(21px - 0.3rem);
}.sys-our-team .sys-growth-graph .sys-image-link,
    .sys-our-team .sys-learn-legacy .sys-how-grow {
    height: 350px;
}.sys-our-team .sys-growth-graph p,
    .sys-our-team .sys-learn-legacy p {
    font-size: calc(13px - 0.1rem);
    padding: 25px;
}.sys-our-team::after {
    filter: blur(30px);
}.sys-our-team .sys-growth-graph::after,
    .sys-our-team .sys-learn-legacy::after {
    filter: blur(50px);
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 575px) {.sys-our-team {
    padding: 60px 0 40px;
}.sys-our-team h3 {
    margin-bottom: 30px;
    padding-left: 15px;
    border-left-width: 3px;
    font-size: calc(32px - 0.8rem);
}.sys-our-team .sys-growth-graph {
    margin-bottom: 50px;
    gap: 20px;
}.sys-our-team .sys-growth-graph span {
    padding: 6px 15px;
    font-size: calc(21px - 0.4rem);
}.sys-our-team .sys-growth-graph .sys-image-link,
    .sys-our-team .sys-learn-legacy .sys-how-grow {
    height: 280px;
}.sys-our-team .sys-growth-graph p,
    .sys-our-team .sys-learn-legacy p {
    font-size: calc(13px - 0.2rem);
    padding: 20px;
}.sys-our-team::after {
    filter: blur(20px);
}.sys-our-team .sys-learn-spot::before,
    .sys-our-team .sys-learn-spot::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.sys-our-team .sys-growth-graph {
    width: 120%;
    margin-left: -20%;
}.sys-our-team .sys-learn-legacy {
    width: 120%;
    margin-right: -20%;
}.sys-our-team .sys-growth-graph .sys-image-link,
    .sys-our-team .sys-learn-legacy .sys-how-grow {
    height: 550px;
}
}