* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.syscore-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.sysfirst_class {
    flex: 1 0 auto;
}.sysdegree_path {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1109px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.syscontact {
    overflow: hidden;
    position: relative;
    background: rgb(225,233,229);
    padding: 100px 0;
}.syscontact::before {
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.syscontact .syssnapshot {
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    height: 50%;
}.syscontact .syssnapshot::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(225,233,229) 100%);
    content: '';
    top: 0;
    position: absolute;
    left: 0;
}.syscontact .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.syscontact h3 {
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 70px;
}.syscontact .sysconnect_box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    overflow: hidden;
    position: relative;
}.syscontact .sysquery_panel {
    position: relative;
    flex: 2;
    padding: 60px 50px;
}.syscontact form h3 {
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    text-shadow: none;
    margin-bottom: 30px;
    color: #000000;
    text-transform: none;
    letter-spacing: normal;
}.syscontact input[type="text"],
.syscontact textarea {
    width: 100%;
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
    border-bottom: 2px solid rgb(152,173,163,0.5);
    padding: 15px 0;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: none;
    border-radius: 0;
    background: #ffffff;
}.syscontact input[type="text"]::placeholder,
.syscontact textarea::placeholder {
    color: #000000;
    opacity: 0.7;
}.syscontact input[type="text"]:focus,
.syscontact textarea:focus {
    outline: none;
    border-color: rgb(191,208,199);
}.syscontact textarea {
    resize: none;
    height: 120px;
}.syscontact .sysreach_message {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.syscontact .sysreach_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.syscontact .sysreach_message label {
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}.syscontact .sysreach_message label::before {
    content: '';
    width: 22px;
    position: absolute;
    left: 0;
    border: 2px solid rgb(152,173,163);
    top: 0;
    transition: all 0.3s ease;
    background: #ffffff;
    height: 22px;
}.syscontact .sysreach_message input[type="checkbox"]:checked + label::before {
    border-color: rgb(191,208,199);
    background: rgb(191,208,199);
}.syscontact .sysreach_message input[type="checkbox"]:checked + label::after {
    content: '';
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 4px;
    position: absolute;
    left: 8px;
    border: solid #ffffff;
}.syscontact .sysreach_message a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(191,208,199);
}.syscontact .sysreach_message a:hover {
    color: #000000;
}.syscontact .sysreach_info {
    font-family: Arial, sans-serif;
    border-radius: 50px;
    color: #ffffff;
    background: rgb(191,208,199);
    padding: 16px 40px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}.syscontact .sysreach_info:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #000000;
    transform: translateY(-3px);
}.syscontact .sysreach_support {
    background: #000000;
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 60px 40px;
    flex: 1;
}.syscontact .sysreach_support::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    height: 100%;
}.syscontact .sysreach_support h4 {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.syscontact .sysreach_support h4::after {
    position: absolute;
    background: rgb(191,208,199);
    height: 3px;
    left: 0;
    width: 50px;
    bottom: -15px;
    content: '';
}.syscontact .sysinquiry_feedback {
    padding: 0;
    list-style: none;
    margin: 0;
}.syscontact .sysinquiry_feedback li {
    align-items: center;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    display: flex;
}.syscontact .sysinquiry_feedback li:last-child {
    margin-bottom: 0;
}.syscontact .sysinquiry_feedback li:hover {
    transform: translateX(5px);
}.syscontact .sysinquiry_feedback svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 20px;
}.syscontact .sysinquiry_feedback svg path {
    fill: rgb(191,208,199);
}.syscontact .sysinquiry_feedback li:hover svg {
    transform: scale(1.2);
}.syscontact .sysinquiry_feedback span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
}.syscontact .sysinquiry_feedback a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.syscontact .sysinquiry_feedback a:hover {
    color: rgb(191,208,199);
}

@media (max-width: 992px) {.syscontact .syssnapshot {
    height: 30%;
}.syscontact h3 {
    margin-bottom: 50px;
}.syscontact .sysconnect_box {
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
}.syscontact .sysquery_panel,
    .syscontact .sysreach_support {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.syscontact {
    padding: 80px 0;
}.syscontact .syssnapshot {
    height: 25%;
}.syscontact h3 {
    margin-bottom: 40px;
    font-size: calc(39px * 0.8);
}.syscontact .sysquery_panel,
    .syscontact .sysreach_support {
    padding: 30px;
}.syscontact form h3,
    .syscontact .sysreach_support h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.syscontact .sysreach_info {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.syscontact {
    padding: 60px 0;
}.syscontact .syssnapshot {
    height: 20%;
}.syscontact h3 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.7);
}.syscontact .sysquery_panel,
    .syscontact .sysreach_support {
    padding: 25px 20px;
}.syscontact input[type="text"],
    .syscontact textarea {
    padding: 12px 0;
    margin-bottom: 20px;
}.syscontact .sysreach_info {
    width: 100%;
    padding: 14px 20px;
}.syscontact .sysinquiry_feedback li {
    margin-bottom: 20px;
}.syscontact .sysinquiry_feedback svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
}}.syscourse_offering {
    background-color: #ffffff;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    position: relative;
}.syscourse_offering::before {
    left: 0;
    z-index: 2;
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(225,233,229) 90%);
}.syscourse_offering .sysknowledge_map {
    top: 0;
    right: 0;
    position: absolute;
    width: 55%;
    height: 100%;
    z-index: 1;
}.syscourse_offering .systraining {
    display: flex;
    flex-direction: column;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    height: 500%;
}.syscourse_offering .sysknowledge_map:hover .systraining {
    animation-play-state: paused;
}.syscourse_offering .sysjob_training {
    width: 100%;
    position: relative;
    height: 20%;
}.syscourse_offering .sysjob_training::before {
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    height: 100%;
    z-index: 2;
    left: 0;
}.syscourse_offering .sysjob_training img {
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    transition: transform 0.8s ease;
    object-fit: cover;
}.syscourse_offering .sysjob_training:hover img {
    transform: scale(1.1);
}.syscourse_offering .container {
    width: 100%;
    display: flex;
    position: relative;
    padding: 0;
    align-items: center;
    z-index: 5;
}.syscourse_offering .syslearn_spot {
    display: flex;
    justify-content: center;
    padding-left: 8%;
    width: 45%;
    flex-direction: column;
}.syscourse_offering .syscareer_challenge {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,233,229) 100%);
    position: relative;
    border-radius: 0 11px 11px 0;
    max-width: 550px;
    padding: 3.5rem;
    border-left: 5px solid rgb(191,208,199);
}.syscourse_offering .syscareer_challenge::before {
    right: 20px;
    border-radius: 0 10px 10px 0;
    top: 20px;
    position: absolute;
    content: '';
    left: 20px;
    border-left: none;
    bottom: 20px;
    pointer-events: none;
    border: 1px solid rgb(152,173,163,0.5);
}.syscourse_offering .syscareer_challenge h3 {
    font-size: 39px;
    color: rgb(191,208,199);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
}.syscourse_offering .syscareer_challenge h3::after {
    width: 80px;
    height: 3px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: rgb(152,173,163);
}.syscourse_offering .syscareer_challenge p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
}.syscourse_offering .syscareer_challenge .sysreach_info {
    color: #ffffff;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(45deg, rgb(191,208,199) 0%, rgb(152,173,163) 100%);
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
}.syscourse_offering .syscareer_challenge .sysreach_info::before {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(45deg, rgb(152,173,163) 0%, rgb(191,208,199) 100%);
    z-index: -1;
    top: 0;
    opacity: 0;
}.syscourse_offering .syscareer_challenge .sysreach_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.syscourse_offering .syscareer_challenge .sysreach_info:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.syscourse_offering .syslearn_spot {
    padding-left: 10%;
}.syscourse_offering .syscareer_challenge {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.syscourse_offering .sysknowledge_map {
    width: 50%;
}.syscourse_offering .syslearn_spot {
    padding-left: 5%;
    width: 50%;
}.syscourse_offering .syscareer_challenge {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.syscourse_offering {
    min-height: auto;
    flex-direction: column;
}.syscourse_offering .sysknowledge_map {
    width: 100%;
    position: relative;
    height: 400px;
}.syscourse_offering .systraining {
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
    width: 500%;
    height: 100%;
}.syscourse_offering .sysjob_training {
    width: 20%;
    height: 100%;
}.syscourse_offering .sysjob_training::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.syscourse_offering .container {
    padding: 3rem 1rem;
}.syscourse_offering .syslearn_spot {
    width: 100%;
    max-width: 800px;
    padding-left: 0;
    margin: 0 auto;
}.syscourse_offering .syscareer_challenge {
    border-left: none;
    border-radius: 11px;
    border-top: 5px solid rgb(191,208,199);
    max-width: 100%;
}.syscourse_offering .syscareer_challenge::before {
    left: 20px;
    border: 1px solid rgb(152,173,163,0.5);
    border-top: none;
    border-radius: 10px;
    top: 20px;
    bottom: 20px;
    right: 20px;
}
}

@media screen and (max-width: 768px) {.syscourse_offering .sysknowledge_map {
    height: 350px;
}.syscourse_offering .container {
    padding: 2.5rem 1rem;
}.syscourse_offering .syscareer_challenge {
    padding: 2rem;
}.syscourse_offering .syscareer_challenge h3 {
    font-size: calc(39px * 0.8);
}

}

@media screen and (max-width: 576px) {.syscourse_offering .sysknowledge_map {
    height: 300px;
}.syscourse_offering .container {
    padding: 2rem 1rem;
}.syscourse_offering .syscareer_challenge {
    padding: 1.5rem;
}.syscourse_offering .syscareer_challenge h3 {
    font-size: calc(39px * 0.7);
}.syscourse_offering .syscareer_challenge p {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.9);
}.syscourse_offering .syscareer_challenge .sysreach_info {
    text-align: center;
    width: 100%;
    padding: 1rem;
}.syscourse_offering .syscareer_challenge::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.systitle_board {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    height: 100vh;
    width: 100%;
    background: linear-gradient(45deg, #000000 0%, rgb(152,173,163,0.5) 100%);
}.systitle_board .syslearn_spot {
    grid-template-rows: 1fr;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
    height: 100%;
}.systitle_board .sysedu_base {
    z-index: 1;
    height: 100%;
    top: 0;
    width: 60%;
    position: absolute;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
}.systitle_board .sysedu_base::before {
    top: 0;
    height: 100%;
    z-index: 2;
    left: 0;
    content: '';
    background: linear-gradient(
        to left,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    position: absolute;
}.systitle_board .sysedu_expert {
    width: 500%;
    display: flex;
    height: 100%;
    animation: staggered-carousel 25s ease-in-out infinite;
}.systitle_board .syslearn_top {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}.systitle_board .syslearn_top::before {
    opacity: 0.3;
    content: '';
    position: absolute;
    background: rgb(191,208,199,0.5);
    z-index: 2;
    inset: 0;
    mix-blend-mode: color;
}.systitle_board .syslearn_top::after {
    z-index: 2;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgb(191,208,199,0.5) 2px,
        rgb(191,208,199,0.5) 4px
    );
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.1;
}.systitle_board .syslearn_top img {
    object-fit: cover;
    width: 100%;
    filter: brightness(0.9) contrast(1.1);
    transition: transform 1s ease;
    transform: scale(1);
    height: 100%;
}.systitle_board .syslearn_top:hover img {
    transform: scale(1.05);
}.systitle_board .systext_display_box {
    position: relative;
    padding: 0;
    max-width: 500px;
    z-index: 10;
    align-self: center;
    justify-self: center;
    grid-column: 1;
    width: 80%;
}.systitle_board .systext_display_box::before {
    top: -20px;
    left: -20px;
    content: '';
    opacity: 0.8;
    border-left: 4px solid rgb(191,208,199);
    width: 70px;
    position: absolute;
    border-top: 4px solid rgb(191,208,199);
    height: 70px;
}.systitle_board .systext_display_box::after {
    border-bottom: 4px solid rgb(191,208,199);
    right: -20px;
    height: 70px;
    bottom: -20px;
    content: '';
    width: 70px;
    opacity: 0.8;
    border-right: 4px solid rgb(191,208,199);
    position: absolute;
}.systitle_board .systext_display_box h1 {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 44px;
    overflow: hidden;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    padding-bottom: 15px;
}.systitle_board .systext_display_box h1::after {
    position: absolute;
    background: rgb(191,208,199);
    animation: heading-line 3s ease infinite;
    bottom: 0;
    width: 80px;
    height: 4px;
    content: '';
    left: 0;
}.systitle_board .systext_display_box p {
    font-size: 15px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
}.systitle_board .systext_display_box .sysreach_info {
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    background: linear-gradient(
        to right,
        rgb(191,208,199) 0%,
        rgb(152,173,163) 100%
    );
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 15px;
    padding: 14px 35px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}.systitle_board .systext_display_box .sysreach_info::before {
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: '';
    background: linear-gradient(
        to right,
        rgb(152,173,163) 0%,
        rgb(191,208,199) 100%
    );
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.systitle_board .systext_display_box .sysreach_info:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.systitle_board .systext_display_box .sysreach_info:hover::before {
    opacity: 1;
}

@keyframes staggered-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes heading-line {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media (max-width: 1200px) {.systitle_board .sysedu_base {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 65%;
}.systitle_board .systext_display_box {
    max-width: 450px;
    width: 85%;
}
}

@media (max-width: 992px) {.systitle_board .syslearn_spot {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}.systitle_board .sysedu_base {
    height: 100%;
    clip-path: none;
    width: 100%;
    position: absolute;
}.systitle_board .sysedu_base::before {
    background: linear-gradient(
            to bottom,
            #000000 0%,
            transparent 30%,
            transparent 70%,
            #000000 100%
        );
}.systitle_board .systext_display_box {
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.4) 100%
        );
    max-width: 550px;
    padding: 2.5rem;
    grid-column: 1;
}
}

@media (max-width: 768px) {.systitle_board {
    min-height: 500px;
}.systitle_board .systext_display_box {
    padding: 2rem;
}.systitle_board .systext_display_box h1 {
    font-size: calc(44px * 0.9);
}.systitle_board .systext_display_box p {
    font-size: calc(15px * 0.95);
}.systitle_board .systext_display_box::before,
    .systitle_board .systext_display_box::after {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 576px) {.systitle_board {
    min-height: 450px;
}.systitle_board .systext_display_box {
    padding: 1.5rem;
}.systitle_board .systext_display_box h1 {
    font-size: calc(44px * 0.8);
}.systitle_board .systext_display_box p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
}.systitle_board .systext_display_box .sysreach_info {
    text-align: center;
    padding: 12px 25px;
    width: 100%;
}.systitle_board .systext_display_box::before,
    .systitle_board .systext_display_box::after {
    height: 40px;
    left: -10px;
    top: -10px;
    width: 40px;
}.systitle_board .systext_display_box::after {
    bottom: -10px;
    right: -10px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.systitle_board {
    height: auto;
    min-height: 450px;
}.systitle_board .syslearn_spot {
    min-height: 450px;
}.systitle_board .systext_display_box {
    padding: 1.5rem;
}.systitle_board .systext_display_box h1 {
    margin-bottom: 1rem;
}.systitle_board .systext_display_box p {
    margin-bottom: 1.5rem;
}}.syseducational_gains {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(245,248,255,1) 0%, rgba(235,241,255,1) 100%);
    position: relative;
    overflow: hidden;
}.syseducational_gains::before {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 1;
    transform: rotate(-15deg) skewX(5deg);
    top: -5%;
    content: '';
    background: linear-gradient(120deg, rgb(152,173,163,0.5) 0%, transparent 70%);
    left: -10%;
    height: 70%;
    width: 50%;
}.syseducational_gains::after {
    background: linear-gradient(240deg, rgb(152,173,163,0.5) 0%, transparent 70%);
    transform: rotate(15deg) skewX(-5deg);
    position: absolute;
    height: 70%;
    z-index: 1;
    content: '';
    bottom: -5%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    width: 60%;
    right: -10%;
}.syseducational_gains .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
}.syseducational_gains .syslearn_spot {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
}.syseducational_gains .systext_display_box {
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    padding: 40px;
    border-left: 4px solid rgb(191,208,199);
    transform: translateZ(0) perspective(1000px);
}.syseducational_gains .systext_display_box:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(2deg);
}.syseducational_gains h4 {
    line-height: 1.3;
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 30px;
    color: #000000;
    position: relative;
}.syseducational_gains h4::after {
    width: 70px;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.5s ease;
    background: rgb(191,208,199);
    content: '';
    display: block;
    margin-top: 15px;
    height: 3px;
}.syseducational_gains .systext_display_box:hover h4::after {
    transform: scaleX(1.5);
}.syseducational_gains .systext_display_box > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.syseducational_gains ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.syseducational_gains li {
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    transform: translateX(0);
}.syseducational_gains li:hover {
    transform: translateX(5px);
}.syseducational_gains li p {
    margin: 0;
    display: flex;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    align-items: flex-start;
    gap: 15px;
}.syseducational_gains li p span:first-child {
    flex-shrink: 0;
    margin-top: 3px;
}.syseducational_gains li p span:last-child {
    flex-grow: 1;
}.syseducational_gains svg {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    height: 22px;
    width: 22px;
}.syseducational_gains li:hover svg {
    transform: rotate(5deg);
}.syseducational_gains svg path {
    fill: rgb(191,208,199);
    transition: fill 0.3s ease;
}.syseducational_gains li:hover svg path {
    fill: rgb(152,173,163);
}.syseducational_gains .syssnapshot {
    border-radius: 19px;
    transition: transform 0.7s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    box-shadow: 20px 20px 60px rgba(0,0,0,0.12);
    aspect-ratio: 16/9;
    transform: translateY(0) rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    object-fit: cover;
    height: auto;
    display: block;
    width: 100%;
}.syseducational_gains .syssnapshot:hover {
    transform: translateY(-10px) rotate(-1deg);
}

@media (min-width: 768px) {.syseducational_gains .systext_display_box > div {
    gap: 40px;
    flex-direction: row;
}.syseducational_gains .systext_display_box > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.syseducational_gains {
    padding: 150px 0;
}.syseducational_gains .syslearn_spot {
    align-items: center;
    grid-template-columns: 60% 40%;
}.syseducational_gains h4 {
    font-size: calc(19px * 1.1);
}.syseducational_gains .syssnapshot {
    max-height: 500px;
    height: 100%;
}
}

@media (max-width: 767px) {.syseducational_gains {
    padding: 80px 0;
}.syseducational_gains .systext_display_box {
    padding: 30px 25px;
}.syseducational_gains h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.syseducational_gains li p {
    font-size: calc(17px * 0.95);
}.syseducational_gains svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.syseducational_gains {
    padding: 60px 0;
}.syseducational_gains::before,
    .syseducational_gains::after {
    opacity: 0.5;
}.syseducational_gains .systext_display_box {
    padding: 25px 20px;
}.syseducational_gains h4 {
    font-size: calc(19px * 0.85);
}.syseducational_gains li {
    margin-bottom: 12px;
}.syseducational_gains li p {
    gap: 10px;
}.syseducational_gains svg {
    height: 18px;
    width: 18px;
}}.sysdeveloper_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(152,173,163,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.sysdeveloper_experience::before {
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(152,173,163,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(152,173,163,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(152,173,163,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(152,173,163,0.5) 75%);
    content: "";
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    height: 100%;
    top: 0;
    background-size: 40px 40px;
    z-index: 1;
    opacity: 0.05;
    left: 0;
    width: 100%;
}.sysdeveloper_experience::after {
    filter: blur(80px);
    height: 200px;
    right: -50px;
    top: -50px;
    animation: glow 8s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    background: rgb(191,208,199,0.5);
    width: 200px;
    position: absolute;
}.sysdeveloper_experience .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.sysdeveloper_experience .sysuser_voicesD3uk {
    grid-template-columns: 1fr;
    gap: 30px;
    backdrop-filter: blur(5px);
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.sysdeveloper_experience .sysuser_voicesD3uk:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.sysdeveloper_experience .sysuser_voicesD3uk > div:nth-child(1) {
    position: relative;
    order: 1;
}.sysdeveloper_experience .sysuser_voicesD3uk > div:nth-child(2) {
    order: 2;
}.sysdeveloper_experience .sysuser_voicesD3uk > div:nth-child(3) {
    order: 3;
}.sysdeveloper_experience .syssnapshot {
    transition: transform 0.5s ease;
    transform: translateZ(0);
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 300px;
}.sysdeveloper_experience .syssnapshot::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(191,208,199,0.5) 100%);
    transition: opacity 0.5s ease;
    left: 0;
    height: 100%;
    opacity: 0.7;
}.sysdeveloper_experience .sysuser_voicesD3uk:hover .syssnapshot {
    transform: scale(1.03);
}.sysdeveloper_experience .sysuser_voicesD3uk:hover .syssnapshot::before {
    opacity: 0.9;
}.sysdeveloper_experience .name {
    display: inline-block;
    color: rgb(191,208,199);
    font-size: 24px;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: 700;
    transform: translateY(0);
    transition: transform 0.3s ease;
}.sysdeveloper_experience .name::after {
    width: 0;
    background: rgb(191,208,199);
    bottom: -5px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
}.sysdeveloper_experience .sysuser_voicesD3uk:hover .name::after {
    width: 100%;
}.sysdeveloper_experience .sysuser_voicesD3uk > div:nth-child(2) > div {
    font-size: calc(17px - 2px);
    margin-bottom: 15px;
    color: #000000;
    opacity: 0.85;
    font-weight: 600;
    letter-spacing: 0.5px;
}.sysdeveloper_experience .sysexp_card {
    border-left: 3px solid rgb(152,173,163,0.5);
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
    margin: 0;
    color: #000000;
}.sysdeveloper_experience .sysexp_card::before {
    content: "";
    top: -30px;
    position: absolute;
    z-index: -1;
    font-family: Georgia, serif;
    opacity: 0.2;
    color: rgb(152,173,163,0.5);
    left: -15px;
    font-size: 80px;
}

@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}

@media (min-width: 768px) {.sysdeveloper_experience .sysuser_voicesD3uk {
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.sysdeveloper_experience .sysuser_voicesD3uk > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.sysdeveloper_experience .sysuser_voicesD3uk > div:nth-child(2) {
    grid-column: 2 / 3;
    align-self: end;
    grid-row: 1 / 2;
}.sysdeveloper_experience .sysuser_voicesD3uk > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.sysdeveloper_experience .syssnapshot {
    height: 100%;
    min-height: 400px;
}
}

@media (min-width: 992px) {.sysdeveloper_experience {
    padding: 140px 0;
}.sysdeveloper_experience .sysuser_voicesD3uk {
    padding: 60px;
    gap: 40px 60px;
}.sysdeveloper_experience .syssnapshot::after {
    z-index: 2;
    content: "";
    transition: transform 0.5s ease;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: scale(0.95);
}.sysdeveloper_experience .sysuser_voicesD3uk:hover .syssnapshot::after {
    transform: scale(1);
}.sysdeveloper_experience .name {
    font-size: calc(24px + 2px);
}.sysdeveloper_experience .sysexp_card {
    padding-left: 30px;
    line-height: 1.9;
    font-size: calc(17px + 1px);
}
}

@media (max-width: 767px) {.sysdeveloper_experience {
    padding: 80px 0;
}.sysdeveloper_experience .sysuser_voicesD3uk {
    padding: 30px;
}.sysdeveloper_experience .syssnapshot {
    height: 240px;
}.sysdeveloper_experience .name {
    font-size: calc(24px - 1px);
}.sysdeveloper_experience .sysexp_card {
    line-height: 1.7;
    font-size: calc(17px - 1px);
}}.systariff_wrapper {
    position: relative;
    overflow: hidden;
    background: rgb(225,233,229);
    padding: 5rem 0;
}.systariff_wrapper::before {
    top: -50px;
    height: 300px;
    z-index: 0;
    right: -50px;
    content: "";
    border-radius: 50%;
    position: absolute;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(152,173,163,0.5), rgb(191,208,199,0.5));
    width: 300px;
}.systariff_wrapper::after {
    left: -50px;
    position: absolute;
    z-index: 0;
    content: "";
    filter: blur(50px);
    height: 250px;
    border-radius: 50%;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(191,208,199,0.5), rgb(152,173,163,0.5));
    width: 250px;
}.systariff_wrapper .container {
    z-index: 1;
    position: relative;
}.systariff_wrapper .sysbasic_rates {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}.systariff_wrapper .sysmonthly_plan {
    max-width: 800px;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
}.systariff_wrapper .sysmonthly_plan h2 {
    font-size: calc(33px * 1.1);
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
}.systariff_wrapper .sysmonthly_plan h2::after {
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,163));
    height: 3px;
    bottom: -10px;
    position: absolute;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.systariff_wrapper .sysannual_plan {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
}.systariff_wrapper .sysplan_fees {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    perspective: 1000px;
}.systariff_wrapper .sysprice_plan {
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.systariff_wrapper .sysprice_plan:hover {
    transform: translateY(-10px);
}.systariff_wrapper .sysprice_panel {
    min-height: 430px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    border-radius: 10px;
    z-index: 1;
}.systariff_wrapper .sysprice_plan:hover .sysprice_panel {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.systariff_wrapper .syslesson_rates {
    z-index: 2;
    flex: 1;
    padding: 2rem;
    position: relative;
}.systariff_wrapper .sysprice_plan h3 {
    position: relative;
    color: #000000;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}.systariff_wrapper .sysprice_plan h3::before {
    transition: width 0.3s ease;
    background: rgb(191,208,199);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -5px;
    width: 40px;
    left: 0;
}.systariff_wrapper .sysprice_plan:hover h3::before {
    width: 100%;
}.systariff_wrapper .sysaccess_plans {
    font-weight: 700;
    margin: 1.5rem 0;
    color: rgb(152,173,163);
    position: relative;
    display: block;
    font-size: calc(18px * 1.4);
}.systariff_wrapper .sysaccess_plans::after {
    top: 50%;
    background: rgb(191,208,199);
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    content: "";
    border-radius: 3px;
    left: -10px;
    position: absolute;
}.systariff_wrapper .sysprice_plan p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
    hyphens: auto;
}.systariff_wrapper .syssnapshot {
    position: relative;
    height: 180px;
}.systariff_wrapper .syssnapshot::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    z-index: 1;
}.systariff_wrapper .sysprice_plan:nth-child(1) .sysprice_panel {
    border-top: 4px solid rgb(191,208,199);
}.systariff_wrapper .sysprice_plan:nth-child(2) .sysprice_panel {
    border-top: 4px solid rgb(152,173,163);
}.systariff_wrapper .sysprice_plan:nth-child(3) .sysprice_panel {
    border-top: 4px solid #6c5ce7;
}.systariff_wrapper .sysprice_plan:nth-child(4) .sysprice_panel {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.systariff_wrapper .sysplan_fees {
    grid-template-columns: repeat(2, 1fr);
}.systariff_wrapper .sysprice_panel {
    min-height: 480px;
}.systariff_wrapper .sysmonthly_plan {
    padding: 0 2rem;
}.systariff_wrapper .sysmonthly_plan h2 {
    font-size: calc(33px * 1.2);
}
}

@media (min-width: 992px) {.systariff_wrapper .sysbasic_rates {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.systariff_wrapper .sysplan_fees {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.systariff_wrapper .sysmonthly_plan {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.systariff_wrapper .sysmonthly_plan h2::after {
    left: 0;
    transform: none;
}.systariff_wrapper .sysprice_panel {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.systariff_wrapper .sysplan_fees {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.systariff_wrapper .sysprice_plan {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.systariff_wrapper .sysprice_plan:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.systariff_wrapper .sysprice_panel {
    transform-style: preserve-3d;
    min-height: 520px;
    backface-visibility: hidden;
}.systariff_wrapper .syssnapshot {
    height: 200px;
}.systariff_wrapper .sysaccess_plans {
    font-size: calc(18px * 1.6);
}.systariff_wrapper .sysmonthly_plan h2 {
    font-size: calc(33px * 1.3);
}}header {
    border-bottom: 1px solid rgb(191,208,199,0.5);
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    top: 0;
    width: 100%;
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(191,208,199) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    transition: all 0.4s ease;
}header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(191,208,199,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(152,173,163,0.5) 0%, transparent 25%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    content: '';
    pointer-events: none;
    left: 0;
}header:after {
    opacity: 0.02;
    pointer-events: none;
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
}header .syshead_site {
    overflow: hidden;
    position: relative;
}header .syshead_site:before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(191,208,199) 25%,
        #ffffff 50%,
        rgb(191,208,199) 75%,
        transparent 100%
    );
    position: absolute;
    height: 1px;
    opacity: 0.7;
    bottom: 0;
    animation: scanlineGlow 4s linear infinite;
    width: 200%;
    box-shadow: 0 0 15px rgb(191,208,199), 0 0 35px rgb(191,208,199);
    content: '';
    left: -50%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 25px;
    position: relative;
}header .container:before {
    opacity: 0.5;
    content: '';
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
}header .sysmain_primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .sysmain_primary:before {
    top: 50%;
    left: -10px;
    opacity: 0.3;
    animation: breathe 5s infinite alternate;
    width: 20px;
    position: absolute;
    content: '';
    border-radius: 50%;
    background: rgb(191,208,199);
    filter: blur(15px);
    height: 20px;
    transform: translateY(-50%);
}header .sysmain_primary:after {
    height: 20px;
    opacity: 0.3;
    transform: translateY(-50%);
    background: rgb(152,173,163);
    border-radius: 50%;
    animation: breathe 5s infinite alternate-reverse;
    right: -10px;
    content: '';
    filter: blur(15px);
    top: 50%;
    width: 20px;
    position: absolute;
}header .systop_header {
    display: flex;
    position: relative;
    align-items: center;
    gap: 30px;
}header .systop_header:before {
    height: 110%;
    content: '';
    top: -5%;
    filter: blur(5px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(191,208,199,0.5), 
        transparent
    );
    animation: menuGlow 10s infinite ease-in-out;
    opacity: 0.15;
    width: 110%;
    position: absolute;
    left: -5%;
    transform: translateX(-100%);
}header .systop_main {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    text-shadow: 0 0 1px #ffffff;
    text-decoration: none;
    font-size: 17px;
    padding: 8px 2px;
    transition: all 0.3s ease;
}header .systop_main:before {
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(191,208,199,0.5), 
        transparent
    );
    transition: all 0.4s ease;
    position: absolute;
    content: '';
    opacity: 0;
    top: 0;
}header .systop_main:after {
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(191,208,199),
        #ffffff 50%,
        rgb(191,208,199)
    );
    opacity: 0.8;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    bottom: -2px;
    position: absolute;
    content: '';
    filter: blur(0.5px);
}header .systop_main:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(191,208,199);
    transform: translateY(-2px);
    color: #ffffff;
}header .systop_main:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .systop_main:hover:after {
    box-shadow: 
        0 0 5px rgb(191,208,199),
        0 0 10px rgb(191,208,199);
    width: 100%;
}header .syssite_core {
    text-decoration: none;
    padding: 5px;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}header .syssite_core:before {
    height: 150%;
    opacity: 0;
    left: 50%;
    background: radial-gradient(circle, 
        rgb(191,208,199,0.5) 0%, 
        transparent 70%
    );
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 150%;
    transition: opacity 0.5s ease;
}header .syssite_core:after {
    border-image: linear-gradient(45deg, rgb(191,208,199), rgb(152,173,163), rgb(191,208,199)) 1;
    width: calc(100% + 10px);
    content: '';
    transition: all 0.5s ease;
    border: 1px solid transparent;
    opacity: 0;
    height: calc(100% + 10px);
    top: -5px;
    position: absolute;
    left: -5px;
}header .syssite_core:hover:before {
    opacity: 0.3;
}header .syssite_core:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .syssite_core svg {
    width: auto;
    height: 45px;
    position: relative;
    filter: drop-shadow(0 0 2px rgb(191,208,199,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .syssite_core:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(191,208,199));
}header .syssite_core:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(191,208,199), rgb(152,173,163), rgb(191,208,199)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(191,208,199), rgb(152,173,163), rgb(191,208,199)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(191,208,199), rgb(152,173,163), rgb(191,208,199)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .systop_header {
    gap: 20px;
}header .syssite_core svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .systop_header {
    backdrop-filter: blur(15px);
    max-width: 330px;
    position: fixed;
    gap: 25px;
    -webkit-backdrop-filter: blur(15px);
    overflow-y: auto;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    width: 85%;
    top: 0;
    flex-direction: column;
    right: -100%;
    padding: 85px 30px 30px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    z-index: 1001;
    height: 100vh;
}header .systop_header:before {
    height: 1px;
    top: 70px;
    opacity: 0.3;
    left: 10%;
    width: 80%;
    animation: none;
}header .systop_header:after {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    content: '';
    border: 1px solid rgb(191,208,199,0.5);
    top: 20px;
    background: transparent;
    opacity: 0.6;
}header .menu.active {
    right: 0;
}header .systop_main {
    border-bottom: 1px solid rgb(191,208,199,0.5);
    text-align: left;
    padding: 12px 5px;
    width: 100%;
    opacity: 0.8;
}header .systop_main:last-child {
    border-bottom: none;
}header .systop_main:hover {
    transform: translateY(0);
    opacity: 1;
}header .syssite_core {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .syssite_core svg {
    height: 35px;
}header .systop_header {
    max-width: 100%;
    width: 100%;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(191,208,199,0.5) 35%, rgb(152,173,163,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    animation: gradientFlow 20s ease infinite;
    top: 0;
    bottom: 0;
    position: absolute;
    background-size: 300% 300%;
    z-index: -1;
    opacity: 0.75;
    content: "";
    right: 0;
}footer::after {
    content: "";
    background-size: 50px 50px;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.15;
    bottom: 0;
    position: absolute;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(191,208,199,0.5) 25%, rgb(191,208,199,0.5) 26%, transparent 27%, transparent 74%, rgb(152,173,163,0.5) 75%, rgb(152,173,163,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(191,208,199,0.5) 25%, rgb(191,208,199,0.5) 26%, transparent 27%, transparent 74%, rgb(152,173,163,0.5) 75%, rgb(152,173,163,0.5) 76%, transparent 77%, transparent);
}.sysdegree_path {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.sysdegree_path::before {
    width: 100%;
    box-shadow: 0 0 20px rgb(191,208,199,0.5);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,208,199), rgb(152,173,163), transparent);
    left: 0;
    opacity: 0.8;
    top: 0;
    height: 2px;
}.sysdegree_path .container {
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    display: flex;
    position: relative;
}.sysdegree_path .company_holder {
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    transition: all 0.4s ease;
    flex: 1 1 350px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}.sysdegree_path .company_holder::before {
    content: "";
    width: 200%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,199), transparent);
    transform: translateY(-1px);
    left: -50%;
    height: 1px;
}.sysdegree_path .company_holder::after {
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    transform: translateY(1px);
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(152,173,163), transparent);
}.sysdegree_path .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(191,208,199,0.5);
    transform: translateY(-5px);
}.sysdegree_path .company_holder h3 {
    color: #ffffff;
    font-size: 36px;
    position: relative;
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgb(191,208,199,0.5);
}.sysdegree_path .company_holder h3::after {
    position: absolute;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(191,208,199);
    bottom: -8px;
    width: 50px;
    left: 0;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,163));
    height: 3px;
}.sysdegree_path .company_holder:hover h3::after {
    width: 100%;
}.sysdegree_path .sysprivacy_cta {
    font-size: 18px;
    max-width: 100%;
    opacity: 0.85;
    color: #ffffff;
    line-height: 1.6;
    text-shadow: 0 0 10px #000000;
}.sysdegree_path .sysconduct_code {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.sysdegree_path .syssite_head {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.sysdegree_path .systop_header {
    min-width: 250px;
    flex: 1 1 calc(50% - 1.25rem);
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    border-radius: 19px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.sysdegree_path .systop_header::before {
    left: -50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(152,173,163), transparent);
    transform: translateY(-1px);
    content: "";
    width: 200%;
    top: 0;
    position: absolute;
}.sysdegree_path .systop_header::after {
    width: 100%;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,199), transparent);
    transform: translateY(1px);
    left: 0;
}.sysdegree_path .systop_header:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(152,173,163,0.5);
}.sysdegree_path .systop_header h5 {
    display: inline-block;
    text-shadow: 0 0 15px rgb(152,173,163,0.5);
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    font-size: 21px;
}.sysdegree_path .systop_header h5::after {
    border-radius: 10px;
    left: 0;
    transition: width 0.3s ease-out;
    height: 3px;
    bottom: -8px;
    width: 40px;
    content: "";
    box-shadow: 0 0 10px rgb(152,173,163);
    position: absolute;
    background: linear-gradient(90deg, rgb(152,173,163), rgb(191,208,199));
}.sysdegree_path .systop_header:hover h5::after {
    width: 100%;
}.sysdegree_path .systop_header .syssite_head {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.sysdegree_path .systop_header .syssite_head a {
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    padding: 0.5rem 1rem;
    opacity: 0.8;
    position: relative;
    z-index: 1;
    display: block;
    text-shadow: 0 0 5px #000000;
}.sysdegree_path .systop_header .syssite_head a::before {
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(191,208,199), rgb(152,173,163));
    left: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    width: 3px;
    z-index: -1;
    opacity: 0.5;
}.sysdegree_path .systop_header .syssite_head a::after {
    height: 100%;
    opacity: 0;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    width: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
}.sysdegree_path .systop_header .syssite_head a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(152,173,163,0.5);
    padding-left: 1.5rem;
    opacity: 1;
}.sysdegree_path .systop_header .syssite_head a:hover::before {
    opacity: 1;
    box-shadow: 0 0 10px rgb(191,208,199);
    width: 5px;
}.sysdegree_path .systop_header .syssite_head a:hover::after {
    width: 100%;
    opacity: 0.2;
}.sysmobile_cta {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    position: relative;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
}.sysmobile_cta::before {
    background: linear-gradient(90deg, transparent, rgb(191,208,199), rgb(152,173,163), transparent);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.5;
    height: 1px;
    width: 100%;
}.sysmobile_cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.sysmobile_cta .sysfooter_clients {
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: 15px;
    text-shadow: 0 0 5px #000000;
}.sysmobile_cta .sysfooter_clients:hover {
    text-shadow: 0 0 8px rgb(152,173,163,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.sysdegree_path .container {
    gap: 2rem;
}.sysdegree_path .company_holder {
    flex: 1 1 320px;
}.sysdegree_path .sysconduct_code {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.sysdegree_path {
    padding: 3.5rem 0 2rem;
}.sysdegree_path .container {
    gap: 2rem;
    flex-direction: column;
}.sysdegree_path .company_holder,
    .sysdegree_path .sysconduct_code {
    flex: 1 1 100%;
    min-width: 100%;
}.sysdegree_path .systop_header {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.sysdegree_path {
    padding: 3rem 0 1.5rem;
}.sysdegree_path .company_holder,
    .sysdegree_path .systop_header {
    padding: 1.5rem;
}.sysdegree_path .syssite_head {
    gap: 1.5rem;
}.sysdegree_path .company_holder h3 {
    font-size: calc(36px - 2px);
}.sysdegree_path .systop_header h5 {
    font-size: calc(21px - 1px);
}.sysdegree_path .company_holder:hover,
    .sysdegree_path .systop_header:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.sysdegree_path {
    padding: 2.5rem 0 1rem;
}.sysdegree_path .syssite_head {
    gap: 1rem;
}.sysdegree_path .systop_header {
    min-width: 100%;
    flex: 1 1 100%;
}.sysdegree_path .systop_header .syssite_head a {
    padding: 0.4rem 0.8rem;
}.sysdegree_path .systop_header .syssite_head a:hover {
    padding-left: 1.2rem;
}.sysmobile_cta {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.sysdegree_path .company_holder:hover,
    .sysdegree_path .systop_header:hover {
    transform: translateY(-2px);
}}.sysprivacy_holdings {
    padding: 60px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background-color: rgb(225,233,229);
}.sysprivacy_holdings::before {
    background: radial-gradient(circle, rgb(191,208,199), transparent);
    z-index: 0;
    right: -50px;
    position: absolute;
    width: 200px;
    top: -50px;
    content: '';
    height: 200px;
    opacity: 0.1;
}.sysprivacy_holdings::after {
    position: absolute;
    background: radial-gradient(circle, rgb(152,173,163), transparent);
    width: 300px;
    z-index: 0;
    content: '';
    bottom: -50px;
    left: -50px;
    opacity: 0.1;
    height: 300px;
}.sysprivacy_holdings h1 {
    z-index: 1;
    color: rgb(191,208,199);
    padding-bottom: 15px;
    font-size: 45px;
    grid-column: span 2;
    border-bottom: 2px solid rgb(191,208,199);
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}.sysprivacy_holdings h2 {
    color: rgb(152,173,163);
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 37px;
}.sysprivacy_holdings h3,
.sysprivacy_holdings h4,
.sysprivacy_holdings h5,
.sysprivacy_holdings h6 {
    position: relative;
    margin-top: 30px;
    z-index: 1;
    margin-bottom: 15px;
    color: rgb(191,208,199);
    font-weight: 400;
}.sysprivacy_holdings h3 {
    font-size: calc(24px - 0.2rem);
}.sysprivacy_holdings h4 {
    font-size: 24px;
}.sysprivacy_holdings h5 {
    font-size: calc(24px - 0.2rem);
}.sysprivacy_holdings h6 {
    font-size: 21px;
}.sysprivacy_holdings ul,
.sysprivacy_holdings ol {
    position: relative;
    margin-top: 15px;
    padding-left: 20px;
    z-index: 1;
}.sysprivacy_holdings li {
    border-left: 3px solid rgb(152,173,163);
    position: relative;
    z-index: 1;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 10px;
}.sysprivacy_holdings > div {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}.sysprivacy_holdings p {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    font-size: 17px;
}.sysprivacy_holdings span {
    color: rgb(191,208,199);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.sysprivacy_holdings {
    grid-template-columns: 1fr;
    padding: 30px;
    border-radius: 10px;
}.sysprivacy_holdings h1 {
    font-size: calc(24px - 0.5rem);
    grid-column: span 1;
}.sysprivacy_holdings h2 {
    font-size: calc(24px - 0.4rem);
}.sysprivacy_holdings p {
    font-size: calc(17px - 0.2rem);
}}
.sysprivacy_holdings hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}.sysprivacy_holdings section {
    padding-top: 25px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    margin: 50px 0;
}.sysclient_comments {
    overflow: hidden;
    background: rgb(225,233,229);
    padding: 100px 0;
    position: relative;
}.sysclient_comments::before {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.2;
    content: "";
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, 
            rgb(191,208,199,0.5) 0px, 
            rgb(191,208,199,0.5) 2px, 
            transparent 2px, 
            transparent 10px);
    height: 100%;
    z-index: 0;
}.sysclient_comments .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}.sysclient_comments h2 {
    transform: rotate(180deg);
    color: #000000;
    margin-bottom: 70px;
    font-weight: 700;
    position: relative;
    height: 100%;
    float: left;
    padding-right: 50px;
    font-size: 30px;
    writing-mode: vertical-lr;
}.sysclient_comments h2::after {
    width: 4px;
    content: "";
    background: rgb(191,208,199);
    right: 30px;
    top: 0;
    position: absolute;
    height: 100%;
}.sysclient_comments .sysuser_voicest8G {
    align-items: flex-start;
    gap: 70px;
    flex-direction: column;
    margin-left: 80px;
    display: flex;
}.sysclient_comments .sysuser_voicesD3uk {
    transform: translateZ(0);
    display: flex;
    width: 100%;
    position: relative;
    max-width: 700px;
    align-items: center;
    transition: transform 0.5s ease;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(odd) {
    align-self: flex-start;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(even) {
    align-self: flex-end;
    flex-direction: row-reverse;
}.sysclient_comments .sysuser_voicesD3uk:hover {
    transform: translateZ(30px);
}.sysclient_comments .sysuser_voicesD3uk img {
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #ffffff;
    height: 120px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    width: 120px;
    z-index: 2;
}.sysclient_comments .sysuser_voicesD3uk:hover img {
    transform: scale(1.1);
}.sysclient_comments .sysuser_voicesD3uk p {
    margin: 0;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(odd) p,
.sysclient_comments .sysuser_voicesD3uk:nth-child(odd) .description {
    padding-left: 30px;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(even) p,
.sysclient_comments .sysuser_voicesD3uk:nth-child(even) .description {
    padding-right: 30px;
    text-align: right;
}.sysclient_comments .sysuser_voicesD3uk p:first-of-type {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}.sysclient_comments .sysuser_voicesD3uk .description {
    color: #000000;
    font-size: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    font-weight: 400;
    background: #ffffff;
    position: relative;
    max-width: 500px;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(odd) .description::before {
    transform: rotate(45deg);
    background: #ffffff;
    height: 30px;
    top: 30px;
    z-index: -1;
    content: "";
    width: 30px;
    left: -15px;
    position: absolute;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(even) .description::before {
    content: "";
    height: 30px;
    transform: rotate(45deg);
    right: -15px;
    top: 30px;
    width: 30px;
    z-index: -1;
    position: absolute;
    background: #ffffff;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(3n+1) .description {
    border-top: 4px solid rgb(191,208,199);
}.sysclient_comments .sysuser_voicesD3uk:nth-child(3n+2) .description {
    border-top: 4px solid rgb(152,173,163);
}.sysclient_comments .sysuser_voicesD3uk:nth-child(3n+3) .description {
    border-top: 4px solid #000000;
}

@media (max-width: 991px) {.sysclient_comments {
    padding: 80px 0;
}.sysclient_comments h2 {
    writing-mode: horizontal-tb;
    padding-right: 0;
    transform: none;
    text-align: center;
    margin-bottom: 50px;
    float: none;
}.sysclient_comments h2::after {
    top: auto;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    right: auto;
    height: 4px;
}.sysclient_comments .sysuser_voicest8G {
    margin-left: 0;
    gap: 50px;
}
}

@media (max-width: 767px) {.sysclient_comments {
    padding: 60px 0;
}.sysclient_comments .sysuser_voicesD3uk,
    .sysclient_comments .sysuser_voicesD3uk:nth-child(even),
    .sysclient_comments .sysuser_voicesD3uk:nth-child(odd) {
    flex-direction: column;
    align-self: center;
    align-items: center;
}.sysclient_comments .sysuser_voicesD3uk img {
    height: 100px;
    margin-bottom: 15px;
    width: 100px;
}.sysclient_comments .sysuser_voicesD3uk p:first-of-type,
    .sysclient_comments .sysuser_voicesD3uk:nth-child(even) p:first-of-type,
    .sysclient_comments .sysuser_voicesD3uk:nth-child(odd) p:first-of-type {
    text-align: center;
    padding: 0;
}.sysclient_comments .sysuser_voicesD3uk .description,
    .sysclient_comments .sysuser_voicesD3uk:nth-child(even) .description,
    .sysclient_comments .sysuser_voicesD3uk:nth-child(odd) .description {
    padding: 15px;
    text-align: center;
    max-width: none;
    width: 100%;
}.sysclient_comments .sysuser_voicesD3uk:nth-child(odd) .description::before,
    .sysclient_comments .sysuser_voicesD3uk:nth-child(even) .description::before {
    display: none;
}}.syscookieNotificationBox {
    width: 100%;
    border-top: 2px solid rgb(191,208,199);
    position: fixed;
    box-shadow: 0 -10px 30px rgb(191,208,199,0.5);
    animation: slideIn 0.5s ease-in-out;
    background: rgb(152,173,163);
    z-index: 90;
    bottom: 0;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.sysvisitor_controls {
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(191,208,199,0.5);
    display: flex;
    padding: 20px 5%;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(152,173,163) 0%, rgba(0, 0, 0, 0.5) 100%);
}.sysdigital_consent {
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 0 15px rgb(191,208,199);
    overflow: hidden;
}.sysdigital_consent svg, .sysdigital_consent svg path {
    height: 60px;
    transition: transform 0.3s ease;
    fill: rgb(191,208,199);
    width: 60px;
}.sysdigital_consent:hover svg {
    transform: rotate(20deg);
}.sysprivacy_opt {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.sysprivacy_opt h5 {
    font-size: 18px;
    color: rgb(191,208,199);
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(191,208,199);
}.sysprivacy_opt p {
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(191,208,199,0.5);
    font-size: 13px;
    color: #ffffff;
}.syscookies_tech {
    padding: 12px 25px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    background: rgb(191,208,199);
    text-decoration: none;
    box-shadow: 0 0 10px rgb(191,208,199,0.5);
    white-space: nowrap;
    border-radius: 10px;
    font-size: 15px;
}.syscookies_tech:hover {
    box-shadow: 0 0 20px rgb(152,173,163,0.5);
    background: rgb(152,173,163);
}.syscookieNotificationBox p a {
    color: rgb(191,208,199);
    text-decoration: underline;
    transition: color 0.3s ease;
}.syscookieNotificationBox p a:hover {
    color: rgb(152,173,163);
}#syscookieWarningAlert {
    display: none;
}#syscookieWarningAlert:checked ~ .syscookieNotificationBox {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.syscookieNotificationBox {
    padding: 20px;
}.sysvisitor_controls {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.sysdigital_consent {
    display: none;
}.sysvisitor_controls {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.sysprivacy_opt {
    margin-bottom: 20px;
    text-align: center;
}.syscookieNotificationBox h5, .syscookieNotificationBox p {
    text-align: center;
}.syscookies_tech {
    text-align: center;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.sysmeet_us {
    background: rgb(225,233,229);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.sysmeet_us::before {
    content: "";
    opacity: 0.2;
    animation: gridMove 40s linear infinite;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(191,208,199,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(191,208,199,0.5) 95%);
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    background-size: 30px 30px;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.sysmeet_us::after {
    width: 100%;
    opacity: 0.3;
    animation: bgPulse 20s infinite alternate;
    height: 100%;
    filter: blur(60px);
    left: 0;
    z-index: 1;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,208,199,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(152,173,163,0.5) 0%, transparent 50%);
    top: 0;
    position: absolute;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.sysmeet_us .container {
    position: relative;
    z-index: 2;
}.sysmeet_us .syslearn_spot {
    position: relative;
}.sysmeet_us h3 {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    backdrop-filter: blur(10px);
    display: inline-block;
    border-radius: 0 19px 19px 0;
    padding: 20px 30px;
    color: #000000;
    margin-bottom: 60px;
    border-left: 4px solid rgb(191,208,199);
    font-size: 30px;
}.sysmeet_us h3::before {
    position: absolute;
    left: -2px;
    content: "";
    background: rgb(152,173,163);
    width: 4px;
    top: 20px;
    animation: pulseHeight 3s infinite alternate;
    height: calc(100% - 40px);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.sysmeet_us .sysstudy_guides {
    gap: 30px;
    display: grid;
    margin-bottom: 70px;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.sysmeet_us .sysstudy_guides span {
    padding: 10px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    z-index: 5;
    color: #ffffff;
    left: 0;
    background: rgb(191,208,199);
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    border-radius: 10px;
    top: -40px;
}.sysmeet_us .sysstudy_guides p {
    align-items: center;
    display: flex;
    color: #000000;
    border-left: 3px solid rgb(191,208,199);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 19px;
    font-size: 13px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    backdrop-filter: blur(10px);
}.sysmeet_us .sysstudy_guides .syssnapshot {
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
}.sysmeet_us .sysstudy_guides .syssnapshot::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}.sysmeet_us .sysstory_visual {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.sysmeet_us .sysstory_visual::before {
    content: "";
    position: absolute;
    height: 1px;
    top: -35px;
    background: linear-gradient(to right, rgb(191,208,199,0.5), rgb(152,173,163,0.5));
    width: 200px;
    left: calc(50% - 100px);
}.sysmeet_us .sysstory_visual p {
    border-radius: 19px;
    padding: 40px;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    font-size: 13px;
    height: 100%;
    display: flex;
    color: #000000;
    border-right: 3px solid rgb(152,173,163);
}.sysmeet_us .sysstory_visual .sysquick_mastery {
    position: relative;
    overflow: hidden;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    height: 450px;
}.sysmeet_us .sysstory_visual .sysquick_mastery::before {
    z-index: 2;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.sysmeet_us .sysstory_visual .sysquick_mastery::after {
    height: 100%;
    animation: shine 6s infinite;
    transform: skewX(-25deg);
    width: 50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    z-index: 3;
    left: -100%;
    position: absolute;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.sysmeet_us .sysstudy_guides::after,
.sysmeet_us .sysstory_visual::after {
    border: 1px solid rgb(191,208,199,0.5);
    opacity: 0.7;
    position: absolute;
    content: "";
    z-index: -1;
    width: 50px;
    animation: rotateFadeIn 10s infinite linear;
    border-radius: 10px;
    height: 50px;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.sysmeet_us .sysstudy_guides::after {
    right: -25px;
    top: -25px;
    border-color: rgb(191,208,199,0.5);
}.sysmeet_us .sysstory_visual::after {
    left: -25px;
    border-color: rgb(152,173,163,0.5);
    bottom: -25px;
}.sysmeet_us .syslearn_spot::before,
.sysmeet_us .syslearn_spot::after {
    animation: floatAnimation 15s infinite alternate ease-in-out;
    position: absolute;
    height: 120px;
    width: 120px;
    filter: blur(40px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.15;
    content: "";
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.sysmeet_us .syslearn_spot::before {
    top: 20%;
    background: rgb(191,208,199);
    left: -60px;
}.sysmeet_us .syslearn_spot::after {
    animation-delay: 2s;
    bottom: 20%;
    right: -60px;
    background: rgb(152,173,163);
}

@media screen and (max-width: 1199px) {.sysmeet_us {
    padding: 100px 0;
}.sysmeet_us h3 {
    margin-bottom: 50px;
    font-size: calc(30px - 0.2rem);
    padding: 15px 25px;
}.sysmeet_us .sysstudy_guides {
    margin-bottom: 60px;
}.sysmeet_us .sysstudy_guides p,
    .sysmeet_us .sysstory_visual p {
    padding: 30px;
}.sysmeet_us .sysstudy_guides .syssnapshot,
    .sysmeet_us .sysstory_visual .sysquick_mastery {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.sysmeet_us {
    padding: 80px 0;
}.sysmeet_us h3 {
    padding: 12px 20px;
    margin-bottom: 40px;
    font-size: calc(30px - 0.4rem);
}.sysmeet_us .sysstudy_guides,
    .sysmeet_us .sysstory_visual {
    gap: 25px;
}.sysmeet_us .sysstudy_guides {
    margin-bottom: 50px;
}.sysmeet_us .sysstudy_guides span {
    top: -35px;
    padding: 8px 15px;
    font-size: calc(20px - 0.2rem);
}.sysmeet_us .sysstudy_guides p,
    .sysmeet_us .sysstory_visual p {
    font-size: calc(13px - 0.1rem);
    padding: 25px;
}.sysmeet_us .sysstudy_guides .syssnapshot,
    .sysmeet_us .sysstory_visual .sysquick_mastery {
    height: 350px;
}.sysmeet_us .sysstudy_guides::after,
    .sysmeet_us .sysstory_visual::after {
    height: 40px;
    width: 40px;
}.sysmeet_us .syslearn_spot::before,
    .sysmeet_us .syslearn_spot::after {
    filter: blur(30px);
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 767px) {.sysmeet_us {
    padding: 60px 0;
}.sysmeet_us::before {
    background-size: 20px 20px;
}.sysmeet_us h3 {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    font-size: calc(30px - 0.6rem);
    border-radius: 19px;
}.sysmeet_us .sysstudy_guides,
    .sysmeet_us .sysstory_visual {
    gap: 20px;
    grid-template-columns: 1fr;
}.sysmeet_us .sysstudy_guides {
    margin-bottom: 40px;
}.sysmeet_us .sysstudy_guides span {
    left: 20px;
}.sysmeet_us .sysstudy_guides p,
    .sysmeet_us .sysstory_visual p {
    border-width: 2px;
    padding: 20px;
}.sysmeet_us .sysstudy_guides .syssnapshot,
    .sysmeet_us .sysstory_visual .sysquick_mastery {
    height: 300px;
}.sysmeet_us .sysstory_visual p {
    order: 2;
}.sysmeet_us .sysstory_visual .sysquick_mastery {
    order: 1;
}.sysmeet_us .syslearn_spot::before,
    .sysmeet_us .syslearn_spot::after {
    height: 60px;
    filter: blur(20px);
    width: 60px;
}.sysmeet_us::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.sysmeet_us {
    padding: 50px 0;
}.sysmeet_us::before {
    background-size: 15px 15px;
}.sysmeet_us h3 {
    font-size: calc(30px - 0.8rem);
    padding: 10px 15px;
    margin-bottom: 35px;
}.sysmeet_us h3::before {
    left: -1px;
    width: 2px;
}.sysmeet_us .sysstudy_guides span {
    left: 10px;
    padding: 6px 12px;
    font-size: calc(20px - 0.4rem);
    top: -30px;
}.sysmeet_us .sysstudy_guides,
    .sysmeet_us .sysstory_visual {
    gap: 15px;
}.sysmeet_us .sysstudy_guides {
    margin-bottom: 35px;
}.sysmeet_us .sysstudy_guides p,
    .sysmeet_us .sysstory_visual p {
    font-size: calc(13px - 0.2rem);
    padding: 15px;
}.sysmeet_us .sysstudy_guides .syssnapshot,
    .sysmeet_us .sysstory_visual .sysquick_mastery {
    height: 250px;
}.sysmeet_us .sysstudy_guides .syssnapshot {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.sysmeet_us .sysstory_visual .sysquick_mastery {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.sysmeet_us .sysstudy_guides::after,
    .sysmeet_us .sysstory_visual::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.sysmeet_us .sysstudy_guides .syssnapshot,
    .sysmeet_us .sysstory_visual .sysquick_mastery {
    height: 500px;
}.sysmeet_us .sysstudy_guides p,
    .sysmeet_us .sysstory_visual p {
    padding: 50px;
}}.systyDiv {
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.systyDiv::before {
    position: absolute;
    left: 0;
    opacity: 0.07;
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
    width: 100%;
    background-image: radial-gradient(circle at 20% 30%, rgb(191,208,199,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(152,173,163,0.5) 0%, transparent 40%);
}.systyDiv::after {
    width: 300px;
    transform: rotate(15deg);
    right: -5%;
    top: -10%;
    background: linear-gradient(225deg, rgb(191,208,199,0.5) 0%, transparent 70%);
    height: 300px;
    content: "";
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    filter: blur(80px);
}.systyDiv .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.systyDiv .syslearn_spot {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    padding: 60px 40px;
    background: #ffffff;
    gap: 40px;
    display: grid;
    perspective: 1000px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
}.systyDiv .syslearn_spot::before {
    top: 0;
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.5s;
    content: "";
    width: 3px;
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,163));
    position: absolute;
    left: 0;
    height: 0%;
}.systyDiv .syslearn_spot::after {
    top: -10px;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(5deg);
    content: "";
    height: 80px;
    position: absolute;
    right: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: linear-gradient(135deg, rgb(191,208,199) 0%, rgb(152,173,163) 100%);
    width: 80px;
}.systyDiv .syslearn_spot > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    padding-left: 20px;
    transform: translateZ(20px);
}.systyDiv .syslearn_spot > div:first-child::before {
    transform: translateY(-50%);
    height: 8px;
    content: "";
    position: absolute;
    background: rgb(191,208,199);
    left: 0;
    top: 50%;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.systyDiv .syslearn_spot > div:last-child {
    transform: translateZ(10px);
    transition: transform 0.5s ease;
    position: relative;
}.systyDiv h5 {
    display: inline-block;
    position: relative;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.systyDiv h5::after {
    transform-origin: left;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(191,208,199), transparent);
    animation-delay: 0.8s;
    bottom: -8px;
    left: 0;
    height: 2px;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    width: 60px;
    transform: scaleX(0);
}.systyDiv a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.systyDiv a:hover {
    transform: translateY(-5px);
}.systyDiv p {
    opacity: 0;
    margin: 0;
    line-height: 1.8;
    padding: 25px 30px;
    background: rgba(245, 245, 250, 0.7);
    transform: translateY(20px);
    transition: border-left 0.3s ease, background 0.3s ease;
    font-size: 14px;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    animation-delay: 0.3s;
    border-left: 1px solid rgba(rgb(191,208,199,0.5), 0.2);
    color: #000000;
}.systyDiv a:hover p {
    background: rgba(245, 245, 250, 0.9);
    border-left: 3px solid rgb(191,208,199);
}.systyDiv p::before {
    color: rgb(191,208,199,0.5);
    position: absolute;
    font-size: 60px;
    opacity: 0.2;
    font-family: serif;
    left: 10px;
    line-height: 1;
    content: "";
    top: 10px;
}.systyDiv p::after {
    color: rgb(152,173,163,0.5);
    font-family: serif;
    font-size: 60px;
    right: 10px;
    opacity: 0.2;
    line-height: 1;
    position: absolute;
    bottom: -20px;
    content: "";
}

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

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

@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.systyDiv {
    padding: 150px 0;
}.systyDiv .syslearn_spot {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.systyDiv .syslearn_spot > div:first-child {
    align-items: center;
    display: flex;
}.systyDiv h5 {
    margin-bottom: 0;
    font-size: calc(22px * 1.2);
}.systyDiv p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.systyDiv .syslearn_spot {
    gap: 60px;
    padding: 100px 80px;
}.systyDiv .syslearn_spot:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.systyDiv .syslearn_spot:hover > div:first-child {
    transform: translateZ(35px);
}.systyDiv .syslearn_spot:hover > div:last-child {
    transform: translateZ(25px);
}.systyDiv h5 {
    font-size: calc(22px * 1.3);
}.systyDiv p {
    line-height: 1.9;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.systyDiv {
    padding: 80px 0;
}.systyDiv .syslearn_spot {
    padding: 40px 30px;
}.systyDiv h5 {
    font-size: calc(22px * 0.9);
}.systyDiv p {
    line-height: 1.7;
    padding: 20px 25px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.systyDiv {
    padding: 60px 0;
}.systyDiv .syslearn_spot {
    padding: 30px 20px;
}.systyDiv h5 {
    font-size: calc(22px * 0.85);
}.systyDiv p {
    padding: 15px 20px;
    font-size: calc(14px * 0.9);
}
}