* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1247px;
    max-width: 100%;
}header,footer {
    width: 100%;
}.sys-proposal-cta {
    flex: 0 0 auto;
}.sys-head-master {
    flex: 1 0 auto;
}.sys-wrapper-template {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sys-statistical-summary {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(192,218,240) 0%, rgba(255, 255, 255, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
}.sys-statistical-summary::before {
    position: absolute;
    opacity: 0.2;
    left: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(157,183,205,0.5) 3%, transparent 15%),
        radial-gradient(circle at 85% 60%, rgb(123,149,172,0.5) 3%, transparent 20%),
        radial-gradient(circle at 40% 80%, rgb(157,183,205,0.5) 5%, transparent 25%);
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}.sys-statistical-summary::after {
    right: -50px;
    top: -50px;
    background: rgb(157,183,205,0.5);
    z-index: -1;
    filter: blur(70px);
    width: 200px;
    border-radius: 50%;
    height: 200px;
    opacity: 0.2;
    content: "";
    position: absolute;
}.sys-statistical-summary .container {
    margin: 0 auto;
    flex-direction: column-reverse;
    display: flex;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    gap: 60px;
}.sys-statistical-summary .sys-expert-upgrade {
    z-index: 2;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    gap: 30px;
    display: grid;
}.sys-statistical-summary .sys-statistics-benefits {
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    padding: 40px 20px;
}.sys-statistical-summary .sys-statistics-benefits::before {
    position: absolute;
    top: -50%;
    transform: rotate(25deg);
    width: 200%;
    opacity: 0.1;
    transition: all 0.8s ease;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(157,183,205,0.5) 30%,
        rgb(123,149,172,0.5) 70%,
        transparent 100%
    );
    z-index: -1;
    content: "";
    height: 200%;
    left: -50%;
}.sys-statistical-summary .sys-statistics-benefits:hover {
    border-color: rgb(157,183,205,0.5);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.sys-statistical-summary .sys-statistics-benefits:hover::before {
    opacity: 0.2;
    transform: rotate(0deg);
}.sys-statistical-summary .sys-statistics-benefits h4 {
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-size: 3.5rem;
    font-weight: 700;
    display: inline-block;
    color: rgb(157,183,205);
}.sys-statistical-summary .sys-statistics-benefits h4::after {
    left: 50%;
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(123,149,172);
}.sys-statistical-summary .sys-statistics-benefits span {
    font-size: 16px;
    display: block;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}.sys-statistical-summary .sys-boost-growth {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    text-align: center;
    z-index: 2;
}.sys-statistical-summary .sys-boost-growth::before {
    position: absolute;
    z-index: -1;
    filter: blur(50px);
    background: rgb(123,149,172,0.5);
    content: "";
    width: 150px;
    height: 150px;
    top: -60px;
    opacity: 0.2;
    border-radius: 50%;
    left: -60px;
}.sys-statistical-summary .sys-class-statistics {
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.sys-statistical-summary .sys-class-statistics::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    bottom: -12px;
    height: 4px;
    background: linear-gradient(90deg, rgb(157,183,205) 0%, rgb(123,149,172) 100%);
    content: "";
    border-radius: 10px;
    position: absolute;
}.sys-statistical-summary .sys-statistics-wins {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.8;
}.sys-statistical-summary svg {
    height: 50px;
    width: 50px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    fill: rgb(157,183,205);
}.sys-statistical-summary svg path {
    fill: rgb(157,183,205);
    transition: all 0.3s ease;
}.sys-statistical-summary .sys-statistics-benefits:hover svg {
    fill: rgb(123,149,172);
    transform: scale(1.1);
}.sys-statistical-summary .sys-statistics-benefits:hover svg path {
    fill: rgb(123,149,172);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.sys-statistical-summary .sys-statistics-benefits:nth-child(1)::after {
    content: "";
    border-radius: 50%;
    opacity: 0.2;
    width: 100px;
    right: -50px;
    position: absolute;
    background: rgb(157,183,205,0.5);
    height: 100px;
    bottom: -50px;
    animation: pulse 5s infinite ease-in-out;
    z-index: -1;
    filter: blur(30px);
}.sys-statistical-summary .sys-statistics-benefits:nth-child(2)::after {
    width: 80px;
    position: absolute;
    opacity: 0.2;
    height: 80px;
    filter: blur(30px);
    z-index: -1;
    top: -40px;
    background: rgb(123,149,172,0.5);
    content: "";
    animation: pulse 6s infinite ease-in-out;
    left: -40px;
    border-radius: 50%;
}.sys-statistical-summary .sys-statistics-benefits:nth-child(3)::after {
    opacity: 0.15;
    height: 120px;
    z-index: -1;
    content: "";
    filter: blur(40px);
    background: rgb(157,183,205,0.5);
    position: absolute;
    border-radius: 50%;
    bottom: -60px;
    left: -60px;
    animation: pulse 7s infinite ease-in-out;
    width: 120px;
}.sys-statistical-summary .sys-statistics-benefits:nth-child(4)::after {
    width: 90px;
    content: "";
    height: 90px;
    border-radius: 50%;
    right: -45px;
    filter: blur(35px);
    background: rgb(123,149,172,0.5);
    z-index: -1;
    animation: pulse 8s infinite ease-in-out;
    opacity: 0.15;
    top: -45px;
    position: absolute;
}

@media (max-width: 991px) {.sys-statistical-summary {
    padding: 90px 0;
}.sys-statistical-summary .container {
    gap: 50px;
}.sys-statistical-summary .sys-expert-upgrade {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.sys-statistical-summary .sys-statistics-benefits {
    padding: 35px 15px;
}.sys-statistical-summary .sys-statistics-benefits h4 {
    font-size: 3rem;
}.sys-statistical-summary .sys-class-statistics {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.sys-statistical-summary {
    padding: 70px 0;
}.sys-statistical-summary .container {
    gap: 40px;
}.sys-statistical-summary .sys-statistics-benefits h4 {
    font-size: 2.5rem;
}.sys-statistical-summary .sys-statistics-benefits span {
    font-size: calc(16px * 0.95);
}.sys-statistical-summary .sys-class-statistics {
    font-size: calc(28px * 0.8);
}.sys-statistical-summary .sys-class-statistics::after {
    width: 60px;
}.sys-statistical-summary .sys-statistics-wins {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 575px) {.sys-statistical-summary {
    padding: 60px 0;
}.sys-statistical-summary .container {
    gap: 35px;
}.sys-statistical-summary .sys-expert-upgrade {
    gap: 20px;
    grid-template-columns: 1fr;
}.sys-statistical-summary .sys-statistics-benefits {
    padding: 30px 15px;
}.sys-statistical-summary .sys-statistics-benefits h4 {
    margin-bottom: 15px;
    font-size: 2.2rem;
}.sys-statistical-summary .sys-statistics-benefits h4::after {
    height: 2px;
    width: 30px;
}.sys-statistical-summary .sys-statistics-benefits span {
    font-size: calc(16px * 0.9);
}.sys-statistical-summary .sys-class-statistics {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.sys-statistical-summary .sys-class-statistics::after {
    width: 50px;
    height: 3px;
}.sys-statistical-summary .sys-statistics-wins {
    font-size: calc(16px * 0.9);
    line-height: 1.7;
}.sys-statistical-summary svg {
    width: 40px;
    height: 40px;
}.sys-statistical-summary::before,
    .sys-statistical-summary::after,
    .sys-statistical-summary .sys-statistics-benefits::before,
    .sys-statistical-summary .sys-statistics-benefits::after,
    .sys-statistical-summary .sys-boost-growth::before {
    opacity: 0.15;
}}.sys-customer-feedback {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(to right, rgb(192,218,240) 0%, #ffffff 100%);
}.sys-customer-feedback::before {
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(157,183,205,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(157,183,205,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(157,183,205,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(157,183,205,0.5) 75%);
    content: "";
    height: 100%;
    background-size: 40px 40px;
    z-index: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
}.sys-customer-feedback .sys-quick-studies {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.sys-customer-feedback h4 {
    margin-bottom: 100px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 34px;
}.sys-customer-feedback h4::before {
    position: absolute;
    left: calc(50% - 20px);
    z-index: -1;
    background: rgb(157,183,205,0.5);
    width: 40px;
    height: 40px;
    bottom: -50px;
    content: "";
    transform: rotate(45deg);
}.sys-customer-feedback h4::after {
    background: rgb(157,183,205);
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: -20px;
    height: 2px;
    left: 50%;
    position: absolute;
}.sys-customer-feedback .sys-opinion-hub {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    display: grid;
}.sys-customer-feedback .sys-student-feedback {
    z-index: 1;
    transition: all 0.4s ease;
    padding: 40px 30px 30px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
}.sys-customer-feedback .sys-student-feedback:hover {
    transform: translateY(-15px);
}.sys-customer-feedback .sys-student-feedback::before {
    top: 15px;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    left: 15px;
    z-index: -1;
    transition: all 0.4s ease;
    background: rgb(157,183,205,0.5);
    opacity: 0.2;
}.sys-customer-feedback .sys-student-feedback:hover::before {
    left: 5px;
    top: 5px;
}.sys-customer-feedback .sys-student-feedback::after {
    z-index: -2;
    border-radius: 10px;
    left: 0;
    top: 0;
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 100%;
    transition: all 0.4s ease;
    width: 100%;
}.sys-customer-feedback .sys-student-feedback:hover::after {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.sys-customer-feedback .sys-pic-strip {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
    z-index: 3;
    position: relative;
    border-radius: 20px;
    height: 100px;
    width: 100px;
    margin: -70px auto 25px;
}.sys-customer-feedback .sys-student-feedback:hover .sys-pic-strip {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transform: translateY(-5px);
}.sys-customer-feedback .sys-student-feedback span {
    color: #000000;
    margin-bottom: 15px;
    font-size: calc(17px * 1.2);
    font-weight: 600;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
}.sys-customer-feedback .sys-student-feedback span::after {
    background: rgb(157,183,205);
    left: 50%;
    transition: all 0.3s ease;
    height: 2px;
    width: 40px;
    transform: translateX(-50%);
    opacity: 0.5;
    bottom: -8px;
    content: "";
    position: absolute;
}.sys-customer-feedback .sys-student-feedback:hover span {
    color: rgb(157,183,205);
}.sys-customer-feedback .sys-student-feedback:hover span::after {
    width: 60px;
    opacity: 1;
}.sys-customer-feedback .sys-student-feedback p {
    font-size: 17px;
    color: #000000;
    text-align: center;
    line-height: 1.6;
    transition: all 0.3s ease;
}.sys-customer-feedback .sys-student-feedback:hover p {
    color: #000000;
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+1) {
    z-index: 3;
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+2) {
    z-index: 2;
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+3) {
    z-index: 1;
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+1)::before {
    background: rgb(157,183,205,0.5);
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+2)::before {
    background: rgb(123,149,172,0.5);
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+3)::before {
    background: rgb(157,183,205,0.5);
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+1):hover {
    z-index: 4;
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+2):hover {
    z-index: 4;
}.sys-customer-feedback .sys-student-feedback:nth-child(3n+3):hover {
    z-index: 4;
}

@media (max-width: 992px) {.sys-customer-feedback .sys-opinion-hub {
    gap: 60px 30px;
    grid-template-columns: repeat(2, 1fr);
}.sys-customer-feedback .sys-pic-strip {
    width: 90px;
    margin-top: -60px;
    height: 90px;
}.sys-customer-feedback .sys-student-feedback {
    padding: 35px 25px 25px;
}
}

@media (max-width: 768px) {.sys-customer-feedback {
    padding: 80px 0;
}.sys-customer-feedback h4 {
    margin-bottom: 80px;
}.sys-customer-feedback .sys-opinion-hub {
    grid-template-columns: 1fr;
    gap: 70px;
    max-width: 400px;
    margin: 0 auto;
}.sys-customer-feedback .sys-student-feedback::before {
    top: 10px;
    left: 10px;
}.sys-customer-feedback .sys-student-feedback:hover::before {
    top: 3px;
    left: 3px;
}.sys-customer-feedback .sys-pic-strip {
    width: 80px;
    margin-top: -50px;
    height: 80px;
}}.sys-title-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,218,240), rgb(123,149,172,0.5) 70%);
    perspective: 1000px;
}.sys-title-page::before {
    top: 0;
    opacity: 0.5;
    height: 100%;
    background-size: 80px 80px;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    animation: backgroundShift 40s linear infinite;
    position: absolute;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

.sys-title-page .sys-quick-studies {
    z-index: 5;
    grid-gap: 2rem;
    max-width: 1400px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    min-height: 85vh;
    padding: 4rem 2rem;
    margin: 0 auto;
    height: 100%;
}.sys-title-page h1 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateZ(60px);
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    opacity: 0;
    font-size: calc(45px * 1.2);
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    grid-column: 1 / -1;
}.sys-title-page h1::after {
    transform-origin: left center;
    background: rgb(157,183,205);
    transform: scaleX(0);
    bottom: -10px;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    left: 0;
    height: 4px;
    width: 80px;
    position: absolute;
}@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.sys-title-page .sys-info-card {
    transform-style: preserve-3d;
    flex-direction: column;
    justify-content: center;
    display: flex;
    opacity: 0;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    transform: translateZ(30px);
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

.sys-title-page .sys-edu-intro {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    gap: 1.5rem;
    flex-direction: column;
    border-left: 4px solid rgb(157,183,205);
    transform: rotate(-2deg);
    display: flex;
    padding: 2rem;
}.sys-title-page .sys-edu-intro:hover {
    transform: rotate(0deg) translateY(-10px);
}.sys-title-page .sys-edu-intro p {
    line-height: 1.6;
    color: #000000;
    font-size: calc(17px * 1.2);
    margin-bottom: 1.5rem;
}.sys-title-page svg {
    height: 100px;
    width: 100px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    align-self: center;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
}.sys-title-page svg:hover {
    transform: translateZ(40px) scale(1.1);
}.sys-title-page svg path {
    fill: rgb(123,149,172);
    transition: fill 0.3s ease;
}.sys-title-page svg:hover path {
    fill: rgb(157,183,205);
}.sys-title-page svg text {
    font-family: Arial, sans-serif;
    animation: textPulse 3s infinite alternate;
}@keyframes textPulse {
    0% { fill: rgb(123,149,172); }
    100% { fill: rgb(157,183,205); }
}

.sys-title-page .sys-edu-intro div {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}.sys-title-page .sys-help-request {
    padding: 0.8rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(157,183,205), rgb(123,149,172));
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform: translateZ(10px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    z-index: 10;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border: none;
}.sys-title-page .sys-help-request::before {
    left: -100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s;
    top: 0;
    position: absolute;
    width: 100%;
}.sys-title-page .sys-help-request:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
    transform: translateZ(20px) scale(1.05);
}.sys-title-page .sys-help-request:hover::before {
    left: 100%;
}.sys-title-page .sys-pic-strip {
    overflow: hidden;
    min-height: 400px;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    position: relative;
    border-radius: 15px;
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    opacity: 0;
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    height: 100%;
}@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

.sys-title-page .sys-pic-strip::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(157,183,205,0.5) 0%,
        transparent 70%
    );
    z-index: 2;
    width: 100%;
    left: 0;
    height: 100%;
}.sys-title-page .sys-pic-strip::after {
    width: 100%;
    height: 40%;
    z-index: 3;
    left: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    position: absolute;
    bottom: 0;
    content: "";
}.sys-title-page .sys-pic-strip:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

@media (max-width: 992px) {.sys-title-page .sys-quick-studies {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 3rem 1.5rem;
}.sys-title-page h1 {
    font-size: calc(45px * 1.1);
    text-align: center;
}.sys-title-page h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }
    
    .sys-title-page .sys-info-card {
    order: 2;
}.sys-title-page .sys-pic-strip {
    transform: translateZ(10px) perspective(800px) rotateY(0);
    min-height: 300px;
    order: 1;
    margin-bottom: 2rem;
}
    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }
}

@media (max-width: 768px) {.sys-title-page .sys-quick-studies {
    padding: 2rem 1rem;
}.sys-title-page h1 {
    font-size: 45px;
    margin-bottom: 1.5rem;
}.sys-title-page .sys-edu-intro {
    padding: 1.5rem;
    transform: rotate(0);
}.sys-title-page .sys-edu-intro p {
    font-size: 17px;
}.sys-title-page svg {
    width: 80px;
    height: 80px;
}.sys-title-page .sys-pic-strip {
    min-height: 250px;
}
}

@media (max-width: 576px) {.sys-title-page {
    padding-top: 1rem;
}.sys-title-page .sys-quick-studies {
    padding: 1.5rem 1rem;
    grid-gap: 1.5rem;
}.sys-title-page h1 {
    font-size: calc(45px * 0.9);
}.sys-title-page .sys-edu-intro {
    padding: 1.25rem;
}.sys-title-page svg {
    height: 60px;
    width: 60px;
}.sys-title-page .sys-help-request {
    padding: 0.7rem 1.5rem;
}.sys-title-page .sys-pic-strip {
    min-height: 200px;
}}.sys-academic-experience {
    padding: 7rem 2rem;
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(157,183,205,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(123,149,172,0.5) 0%, transparent 40%), 
              #000000;
    overflow: hidden;
}.sys-academic-experience::before {
    opacity: 0.3;
    width: 150%;
    left: -25%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    content: "";
    height: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    position: absolute;
    top: -25%;
}.sys-academic-experience .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.sys-academic-experience .sys-student-feedback {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 0;
    grid-template-columns: 1fr 1fr;
}.sys-academic-experience .sys-student-feedback::after {
    opacity: 0.3;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(157,183,205,0.5) 0%, transparent 50%);
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    content: "";
}.sys-academic-experience .sys-student-feedback .sys-pic-strip {
    transform: scale(1.05) translateX(-5%);
    border-radius: 0;
    transition: all 0.5s ease;
    grid-row: 1 / 4;
    min-height: 500px;
    z-index: 1;
    grid-column: 1 / 2;
    box-shadow: 0 0 30px rgb(157,183,205,0.5);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: relative;
}.sys-academic-experience .sys-student-feedback .sys-pic-strip:hover {
    box-shadow: 0 0 50px rgb(157,183,205);
    transform: scale(1.07) translateX(-4%);
}.sys-academic-experience .sys-student-feedback .name {
    grid-column: 2 / 3;
    animation: neonPulse 4s infinite alternate;
    z-index: 2;
    letter-spacing: 2px;
    grid-row: 1 / 2;
    font-size: 36px;
    text-shadow: 0 0 10px rgb(157,183,205,0.5), 0 0 20px rgb(157,183,205,0.5);
    position: relative;
    font-weight: 700;
    padding: 3.5rem 2rem 0.5rem 3rem;
    color: #ffffff;
}.sys-academic-experience .sys-student-feedback span:not(.name) {
    position: relative;
    grid-row: 2 / 3;
    letter-spacing: 1px;
    padding: 0 2rem 1rem 3rem;
    font-weight: 400;
    font-size: 19px;
    z-index: 2;
    color: rgb(123,149,172);
    grid-column: 2 / 3;
    text-transform: uppercase;
}.sys-academic-experience .sys-student-feedback .sys-job-container {
    padding: 2rem 2rem 2.5rem 3rem;
    border-top: 1px solid rgb(123,149,172,0.5);
    z-index: 2;
    border-radius: 0 10px 0 0;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    grid-column: 2 / 3;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    margin-right: 1.5rem;
    grid-row: 3 / 4;
    line-height: 1.7;
    backdrop-filter: blur(5px);
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(157,183,205,0.5), 0 0 20px rgb(157,183,205,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(157,183,205), 0 0 30px rgb(157,183,205);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.sys-academic-experience {
    padding: 5rem 1.5rem;
}.sys-academic-experience .sys-student-feedback {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.sys-academic-experience .sys-student-feedback .sys-pic-strip {
    grid-column: 1 / 2;
    min-height: 350px;
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
}.sys-academic-experience .sys-student-feedback .sys-pic-strip:hover {
    transform: scale(1.03) translateY(-4%);
}.sys-academic-experience .sys-student-feedback .name {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.sys-academic-experience .sys-student-feedback span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.sys-academic-experience .sys-student-feedback .sys-job-container {
    border-radius: 10px;
    grid-row: 4 / 5;
    margin-right: 0;
    padding: 1.5rem;
    grid-column: 1 / 2;
}
}

@media (max-width: 576px) {.sys-academic-experience {
    padding: 4rem 1rem;
}.sys-academic-experience .sys-student-feedback .sys-pic-strip {
    min-height: 280px;
}.sys-academic-experience .sys-student-feedback .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.sys-academic-experience .sys-student-feedback span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.sys-academic-experience .sys-student-feedback .sys-job-container {
    padding: 1.2rem;
}}.sys-reach-outu7VC {
    background: linear-gradient(
        -45deg, 
        rgb(192,218,240) 0%, 
        rgb(123,149,172,0.5) 100%
    );
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.sys-reach-outu7VC .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}.sys-reach-outu7VC .sys-help-support {
    display: flex;
    border-radius: 15px;
    align-items: stretch;
    box-shadow: 0 25px 50px rgb(157,183,205,0.5);
    background: rgb(123,149,172,0.5);
    position: relative;
    overflow: hidden;
}.sys-reach-outu7VC .sys-pic-strip {
    position: relative;
    z-index: 2;
    transform: skew(-10deg);
    flex: 0 0 45%;
    min-height: 600px;
    margin-left: -5%;
}.sys-reach-outu7VC .sys-pic-strip::before {
    background: linear-gradient(
        135deg, 
        rgb(157,183,205,0.5) 0%, 
        rgb(123,149,172,0.5) 100%
    );
    content: '';
    position: absolute;
    transform: skew(10deg);
    width: 120%;
    left: 0;
    top: 0;
    opacity: 0.7;
    height: 100%;
    z-index: 1;
}.sys-reach-outu7VC .sys-inquiry-message {
    z-index: 3;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
}.sys-reach-outu7VC h2 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: 44px;
    padding-left: 2rem;
    position: relative;
    text-align: left;
    color: #ffffff;
}.sys-reach-outu7VC h2::before {
    position: absolute;
    height: 1rem;
    width: 1rem;
    background: rgb(157,183,205);
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(157,183,205,0.5);
    content: '';
    top: 50%;
    left: 0;
}.sys-reach-outu7VC .sys-inquiry-message h3 {
    padding-bottom: 1rem;
    font-size: 32px;
    position: relative;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
}.sys-reach-outu7VC .sys-inquiry-message h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    width: 50px;
    content: '';
    bottom: 0;
    background: rgb(157,183,205);
}.sys-reach-outu7VC .sys-inquiry-message form {
    display: grid;
    gap: 1.5rem;
}.sys-reach-outu7VC .sys-inquiry-message input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 16px;
    background: rgb(123,149,172,0.5);
    outline: none;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgb(157,183,205,0.5);
}.sys-reach-outu7VC .sys-inquiry-message input:not([type="checkbox"]):not([type="submit"])::after {
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    background: rgb(157,183,205);
    content: '';
    bottom: -2px;
}.sys-reach-outu7VC .sys-inquiry-message input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(157,183,205);
    box-shadow: 0 0 15px rgb(157,183,205,0.5);
}.sys-reach-outu7VC .sys-inquiry-message input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.sys-reach-outu7VC .sys-inquiry-message .sys-message-reach {
    align-items: center;
    display: flex;
    gap: 1rem;
}.sys-reach-outu7VC .sys-inquiry-message .sys-message-reach input[type="checkbox"] {
    height: 22px;
    background: rgb(123,149,172,0.5);
    position: relative;
    width: 22px;
    border: 2px solid rgb(157,183,205,0.5);
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}.sys-reach-outu7VC .sys-inquiry-message .sys-message-reach input[type="checkbox"]:checked {
    border-color: rgb(157,183,205);
    background: rgb(157,183,205);
}.sys-reach-outu7VC .sys-inquiry-message .sys-message-reach input[type="checkbox"]:checked::after {
    content: '✔';
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
}.sys-reach-outu7VC .sys-inquiry-message .sys-message-reach label {
    align-items: center;
    font-size: 16px;
    display: flex;
    color: #ffffff;
}.sys-reach-outu7VC .sys-inquiry-message .sys-message-reach a {
    text-decoration: none;
    color: rgb(157,183,205);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.sys-reach-outu7VC .sys-inquiry-message .sys-message-reach a:hover {
    text-decoration: underline;
}.sys-reach-outu7VC .sys-inquiry-message .sys-help-request {
    background: rgb(157,183,205);
    padding: 1rem;
    overflow: hidden;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    border: none;
    width: 100%;
    font-weight: 600;
}.sys-reach-outu7VC .sys-inquiry-message .sys-help-request::before {
    position: absolute;
    opacity: 0;
    left: -50%;
    width: 200%;
    transform: rotate(-45deg);
    height: 200%;
    top: -50%;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(157,183,205,0.5), 
        transparent
    );
    content: '';
}.sys-reach-outu7VC .sys-inquiry-message .sys-help-request:hover::before {
    opacity: 1;
}.sys-reach-outu7VC .sys-inquiry-message .sys-help-request:hover {
    box-shadow: 0 10px 20px rgb(157,183,205,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.sys-reach-outu7VC .sys-pic-strip {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.sys-reach-outu7VC .sys-help-support {
    flex-direction: column;
}.sys-reach-outu7VC .sys-pic-strip {
    min-height: 300px;
    margin-left: 0;
    flex: 0 0 100%;
    transform: none;
}.sys-reach-outu7VC .sys-pic-strip::before {
    transform: none;
    width: 100%;
}.sys-reach-outu7VC .sys-inquiry-message {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.sys-reach-outu7VC {
    padding: 3rem 0;
}.sys-reach-outu7VC h2 {
    font-size: calc(44px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.sys-reach-outu7VC h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.sys-reach-outu7VC .sys-inquiry-message h3 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.9);
}.sys-reach-outu7VC .sys-inquiry-message input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.sys-reach-outu7VC .sys-help-support {
    border-radius: 0;
}.sys-reach-outu7VC .sys-inquiry-message {
    padding: 2rem 1.5rem;
}}footer {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 1;
}footer::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(157,183,205,0.5) 50%, rgb(123,149,172,0.5) 100%);
    top: 0;
    animation: gradientShift 15s ease infinite;
    left: 0;
    backdrop-filter: blur(8px);
    height: 100%;
}.sys-proposal-cta {
    position: relative;
    padding: 4.5rem 0 2rem;
}.sys-proposal-cta::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 1px;
    animation: shimmer 8s linear infinite;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(157,183,205) 25%, 
                #ffffff 50%, 
                rgb(123,149,172) 75%, 
                transparent 100%);
    content: "";
}.sys-proposal-cta .container {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    justify-content: space-between;
    position: relative;
}.sys-proposal-cta .company_holder {
    padding: 1.5rem;
    flex: 1 1 350px;
    border-radius: 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    backdrop-filter: blur(15px);
    margin-right: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
}.sys-proposal-cta .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(157,183,205,0.5);
    transform: translateY(-5px);
}.sys-proposal-cta .company_holder h3 {
    display: inline-block;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: calc(34px * 0.85);
    position: relative;
    font-weight: 700;
}.sys-proposal-cta .company_holder h3::after {
    background: linear-gradient(to right, rgb(157,183,205), rgb(123,149,172));
    transform: scaleX(0.3);
    content: "";
    transform-origin: left;
    bottom: -8px;
    height: 2px;
    position: absolute;
    transition: transform 0.5s ease;
    left: 0;
    width: 100%;
}.sys-proposal-cta .company_holder:hover h3::after {
    transform: scaleX(1);
}.sys-proposal-cta .sys-knowl-base {
    line-height: 1.6;
    font-size: 17px;
    max-width: 450px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
}.sys-proposal-cta .sys-discord-cta {
    position: relative;
    flex: 1 1 450px;
}.sys-proposal-cta .sys-nav-begin {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.sys-proposal-cta .sys-discord-cta .sys-nav-begin {
    justify-content: flex-end;
}.sys-proposal-cta .sys-header-top {
    padding: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 13px;
    backdrop-filter: blur(10px);
}.sys-proposal-cta .sys-header-top h5 {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}.sys-proposal-cta .sys-header-top h5::before {
    background: rgb(157,183,205);
    height: 2px;
    width: 40px;
    left: 0;
    bottom: -6px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
}.sys-proposal-cta .sys-header-top:hover h5::before {
    width: 100%;
}.sys-proposal-cta .sys-header-top .sys-nav-begin {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.sys-proposal-cta .sys-header-top a {
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    display: block;
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    z-index: 1;
}.sys-proposal-cta .sys-header-top a::before {
    position: absolute;
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, rgb(157,183,205), rgb(123,149,172));
    z-index: -1;
    content: "";
}.sys-proposal-cta .sys-header-top a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.sys-proposal-cta .sys-header-top a:hover::before {
    width: 100%;
}.sys-digital-res {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    padding: 1.5rem 0;
}.sys-digital-res::before {
    position: absolute;
    content: "";
    height: 1px;
    right: 0;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(123,149,172) 25%, 
                #ffffff 50%, 
                rgb(157,183,205) 75%, 
                transparent 100%);
    top: 0;
}.sys-digital-res .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}.sys-digital-res .sys-support-cta {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    font-size: 12px;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}.sys-digital-res .sys-support-cta:hover {
    box-shadow: 0 0 15px rgb(157,183,205,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.sys-proposal-cta {
    padding: 3.5rem 0 2rem;
}.sys-proposal-cta .container {
    flex-direction: column;
}.sys-proposal-cta .company_holder {
    margin-right: 0;
    margin-bottom: 2rem;
    flex: 1 1 100%;
}.sys-proposal-cta .sys-discord-cta {
    flex: 1 1 100%;
}.sys-proposal-cta .sys-discord-cta .sys-nav-begin {
    justify-content: space-between;
}.sys-proposal-cta .sys-header-top {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.sys-proposal-cta {
    padding: 3rem 0 1.5rem;
}.sys-proposal-cta::before {
    height: 2px;
}.sys-proposal-cta .company_holder {
    padding: 1.25rem;
}.sys-proposal-cta .sys-header-top {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.sys-proposal-cta .sys-discord-cta .sys-nav-begin {
    flex-direction: column;
}.sys-digital-res {
    padding: 1.25rem 0;
}.sys-digital-res::before {
    height: 2px;
}
}

@media (max-width: 576px) {.sys-proposal-cta {
    padding: 2.5rem 0 1rem;
}.sys-proposal-cta .company_holder h3 {
    font-size: calc(34px * 0.75);
}.sys-proposal-cta .sys-knowl-base {
    font-size: calc(17px * 0.9);
}.sys-proposal-cta .sys-header-top h5 {
    font-size: calc(23px * 0.9);
}.sys-proposal-cta .sys-header-top a {
    font-size: calc(17px * 0.9);
}.sys-digital-res .sys-support-cta {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.sys-proposal-cta .sys-nav-begin a::after {
    background: rgb(157,183,205);
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 50%;
    left: -10px;
    content: "";
    transition: transform 0.3s ease;
}.sys-proposal-cta .sys-nav-begin a:hover::after {
    transform: translateY(-50%) scale(1);
}.sys-proposal-cta .sys-knowl-base::before {
    top: -10px;
    left: -10px;
    content: "";
    border: 1px solid transparent;
    position: absolute;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
}.sys-proposal-cta .sys-knowl-base::after {
    right: -10px;
    border: 1px solid transparent;
    bottom: -10px;
    position: absolute;
    width: 0;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
}.sys-proposal-cta .company_holder:hover .sys-knowl-base::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-right-color: rgb(157,183,205,0.5);
    border-top-color: rgb(157,183,205,0.5);
}.sys-proposal-cta .company_holder:hover .sys-knowl-base::after {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(123,149,172,0.5);
    border-left-color: rgb(123,149,172,0.5);
}.sys-our-team {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(180deg, rgb(192,218,240) 0%, rgb(123,149,172,0.5) 100%);
    position: relative;
}.sys-our-team::before {
    animation: backgroundShift 30s linear infinite;
    left: 0;
    content: "";
    width: 100%;
    background-image: 
        linear-gradient(30deg, rgb(157,183,205,0.5) 12%, transparent 12.5%, transparent 87%, rgb(157,183,205,0.5) 87.5%, rgb(157,183,205,0.5)),
        linear-gradient(150deg, rgb(157,183,205,0.5) 12%, transparent 12.5%, transparent 87%, rgb(157,183,205,0.5) 87.5%, rgb(157,183,205,0.5)),
        linear-gradient(30deg, rgb(157,183,205,0.5) 12%, transparent 12.5%, transparent 87%, rgb(157,183,205,0.5) 87.5%, rgb(157,183,205,0.5)),
        linear-gradient(150deg, rgb(157,183,205,0.5) 12%, transparent 12.5%, transparent 87%, rgb(157,183,205,0.5) 87.5%, rgb(157,183,205,0.5)),
        linear-gradient(60deg, rgb(123,149,172,0.5) 25%, transparent 25.5%, transparent 75%, rgb(123,149,172,0.5) 75%, rgb(123,149,172,0.5)),
        linear-gradient(60deg, rgb(123,149,172,0.5) 25%, transparent 25.5%, transparent 75%, rgb(123,149,172,0.5) 75%, rgb(123,149,172,0.5));
    position: absolute;
    opacity: 0.1;
    top: 0;
    background-size: 80px 140px;
    height: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }
    100% {
        background-position: 80px 140px, 80px 140px, 120px 210px, 120px 210px, 80px 140px, 120px 210px;
    }
}

.sys-our-team .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1000px;
    z-index: 2;
}.sys-our-team h2 {
    font-size: 29px;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
}.sys-our-team h2::after {
    border-radius: 10px;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(157,183,205), rgb(123,149,172));
    width: 80px;
}.sys-our-team .sys-skill-boost {
    flex-direction: column;
    display: flex;
    gap: 40px;
}.sys-our-team .sys-proof-stats {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    background: #ffffff;
}.sys-our-team .sys-proof-stats:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}.sys-our-team .sys-proof-stats::before {
    width: 200px;
    opacity: 0.1;
    top: -100px;
    transition: all 0.5s ease;
    position: absolute;
    height: 200px;
    right: -100px;
    background: rgb(157,183,205,0.5);
    border-radius: 50%;
    content: "";
}.sys-our-team .sys-proof-stats:nth-child(2)::before {
    right: auto;
    background: rgb(123,149,172,0.5);
    bottom: -100px;
    top: auto;
    left: -100px;
}.sys-our-team .sys-proof-stats:hover::before {
    transform: scale(1.2);
    opacity: 0.15;
}.sys-our-team .sys-proof-stats h3 {
    font-weight: 600;
    color: rgb(157,183,205);
    font-size: 21px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}.sys-our-team .sys-proof-stats:nth-child(2) h3 {
    color: rgb(123,149,172);
}.sys-our-team .sys-proof-stats h3::after {
    opacity: 0.3;
    background: currentColor;
    content: "";
    height: 2px;
    width: 100%;
    transition: width 0.3s ease;
    left: 0;
    bottom: -5px;
    position: absolute;
}.sys-our-team .sys-proof-stats:hover h3::after {
    width: 70%;
}.sys-our-team .sys-proof-stats p {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    z-index: 2;
    position: relative;
}.sys-our-team .sys-proof-stats::after {
    width: 5px;
    content: "";
    left: 0;
    position: absolute;
    height: 0;
    background: linear-gradient(to bottom, rgb(157,183,205), rgb(123,149,172));
    transition: height 0.4s ease;
    top: 0;
}.sys-our-team .sys-proof-stats:nth-child(2)::after {
    background: linear-gradient(to bottom, rgb(123,149,172), rgb(157,183,205));
}.sys-our-team .sys-proof-stats:hover::after {
    height: 100%;
}.sys-our-team .sys-proof-stats:first-child {
    animation: fadeInUp 0.7s ease forwards;
}.sys-our-team .sys-proof-stats:last-child {
    animation: fadeInUp 0.7s 0.2s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.sys-our-team {
    padding: 80px 0;
}.sys-our-team .sys-proof-stats {
    padding: 30px;
}
}

@media (max-width: 768px) {.sys-our-team {
    padding: 60px 0;
}.sys-our-team h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.sys-our-team .sys-skill-boost {
    gap: 30px;
}.sys-our-team .sys-proof-stats {
    padding: 25px;
}.sys-our-team .sys-proof-stats h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.sys-our-team {
    padding: 50px 0;
}.sys-our-team h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.8);
}.sys-our-team h2::after {
    height: 3px;
    width: 60px;
}.sys-our-team .sys-skill-boost {
    gap: 25px;
}.sys-our-team .sys-proof-stats {
    padding: 20px;
}.sys-our-team .sys-proof-stats h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.85);
}.sys-our-team .sys-proof-stats p {
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.sys-our-team::before {
    animation: none;
}.sys-our-team .sys-proof-stats,
    .sys-our-team .sys-proof-stats::after,
    .sys-our-team .sys-proof-stats::before,
    .sys-our-team .sys-proof-stats h3::after {
    transition: none;
}.sys-our-team .sys-proof-stats:first-child,
    .sys-our-team .sys-proof-stats:last-child {
    animation: none;
    transform: none;
    opacity: 1;
}.sys-our-team .sys-proof-stats:hover {
    transform: none;
}}.sys-learning-profits {
    background: linear-gradient(135deg, rgb(192,218,240) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.sys-learning-profits::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(157,183,205,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(123,149,172,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
    height: 100%;
}.sys-learning-profits::after {
    content: "";
    transform: rotate(15deg);
    filter: blur(20px);
    height: 80%;
    width: 80%;
    z-index: -1;
    animation: floatBackground 15s ease-in-out infinite alternate;
    right: -50%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(45deg, rgb(157,183,205,0.5) 0%, rgb(123,149,172,0.5) 100%);
    position: absolute;
    opacity: 0.05;
    top: -50%;
}.sys-learning-profits h5 {
    opacity: 0;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-left: auto;
    animation: fadeInUp 0.8s ease-out forwards 0.2s;
    position: relative;
    z-index: 1;
    color: #000000;
    max-width: 800px;
    font-size: 24px;
    margin-right: auto;
    transform: translateY(0);
    margin-bottom: 50px;
    line-height: 1.4;
}.sys-learning-profits h5::after {
    content: "";
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(157,183,205) 0%, rgb(123,149,172) 100%);
    transform: scaleX(0);
    display: block;
    animation: scaleIn 1s ease-out forwards 0.6s;
    width: 80px;
    margin: 20px auto 0;
    height: 3px;
}.sys-learning-profits .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}.sys-learning-profits .sys-quick-studies {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    gap: 40px;
    position: relative;
    border-radius: 12px;
    background: #ffffff;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    transform: translateY(20px);
    padding: 30px;
}.sys-learning-profits .sys-quick-studies::before {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 5px;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(157,183,205) 0%, rgb(123,149,172) 100%);
    width: 100%;
    transform-origin: left;
}.sys-learning-profits .sys-quick-studies:hover {
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.sys-learning-profits .sys-quick-studies:hover::before {
    transform: scaleX(1);
}.sys-learning-profits .sys-pic-strip {
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(800px) rotateY(-2deg);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    height: auto;
    border-radius: 10px;
    max-width: 450px;
    width: 100%;
    filter: brightness(1.02) contrast(1.05);
}.sys-learning-profits .sys-pic-strip:hover {
    transform: perspective(800px) rotateY(0);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
}.sys-learning-profits .sys-info-card {
    flex: 1;
    max-width: 100%;
}.sys-learning-profits ul {
    gap: 16px;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
}.sys-learning-profits li {
    border-radius: 8px;
    transform: translateX(20px);
    padding: 14px 20px 14px 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: calc(0.1s * var(--i, 1));
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(192,218,240), 0.5) 0%, rgba(#ffffff, 0.5) 100%);
    opacity: 0;
}.sys-learning-profits li:nth-child(1) {
    --i: 1;
}.sys-learning-profits li:nth-child(2) {
    --i: 2;
}.sys-learning-profits li:nth-child(3) {
    --i: 3;
}.sys-learning-profits li:nth-child(4) {
    --i: 4;
}.sys-learning-profits li:nth-child(5) {
    --i: 5;
}.sys-learning-profits li:hover {
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(rgb(192,218,240), 0.7) 0%, rgba(#ffffff, 0.7) 100%);
    transform: translateY(-3px) translateX(0);
}.sys-learning-profits li div {
    position: relative;
}.sys-learning-profits li p {
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin: 0;
    font-size: calc(17px - 1px);
    color: #000000;
    position: relative;
}.sys-learning-profits li:nth-child(odd) p {
    font-weight: 600;
}.sys-learning-profits li svg {
    left: -40px;
    top: 0;
    height: 28px;
    transition: transform 0.3s ease;
    width: 28px;
    transform: translateY(-2px);
    position: absolute;
}.sys-learning-profits li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.sys-learning-profits li svg path {
    fill: rgb(157,183,205);
    transition: fill 0.3s ease;
}.sys-learning-profits li:hover svg path {
    fill: rgb(123,149,172);
}

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

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

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

@keyframes floatBackground {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(20deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

@media (min-width: 768px) {.sys-learning-profits {
    padding: 150px 0 120px;
}.sys-learning-profits .sys-quick-studies {
    gap: 60px;
    padding: 50px;
    flex-direction: row;
}.sys-learning-profits ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}.sys-learning-profits .sys-pic-strip {
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 350px;
}.sys-learning-profits h5 {
    font-size: calc(24px + 2px);
}
}

@media (min-width: 992px) {.sys-learning-profits .sys-pic-strip {
    max-width: 450px;
}.sys-learning-profits h5 {
    font-size: calc(24px + 4px);
}.sys-learning-profits li p {
    font-size: 17px;
}
}

@media (max-width: 767px) {.sys-learning-profits {
    padding: 80px 0 60px;
}.sys-learning-profits h5 {
    margin-bottom: 30px;
    padding: 0 15px;
}.sys-learning-profits .sys-quick-studies {
    padding: 25px 20px;
}.sys-learning-profits li {
    padding: 12px 15px 12px 50px;
}.sys-learning-profits li svg {
    height: 24px;
    width: 24px;
    left: -35px;
}.sys-learning-profits .sys-pic-strip {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
    max-width: 100%;
}
}

@media (max-width: 480px) {.sys-learning-profits h5 {
    font-size: calc(24px - 2px);
}.sys-learning-profits li p {
    font-size: calc(17px - 2px);
}.sys-learning-profits .sys-quick-studies {
    padding: 20px 15px;
}
}

@media (hover: hover) {.sys-learning-profits .sys-quick-studies {
    transform: translateY(0);
}}.sys-course-program-details {
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(192,218,240);
}.sys-course-program-details::before {
    left: 0;
    z-index: 1;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(192,218,240) 0%, rgb(157,183,205,0.5) 100%);
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.sys-course-program-details::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(123,149,172,0.5) 15px, rgb(123,149,172,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(157,183,205,0.5) 15px, rgb(157,183,205,0.5) 16px);
    left: 0;
    animation: gridShift 30s infinite linear;
    opacity: 0.15;
    z-index: 1;
    background-size: 4rem 4rem;
}.sys-course-program-details .container {
    z-index: 3;
    position: relative;
}.sys-course-program-details .sys-quick-studies {
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
}.sys-course-program-details .sys-study-map {
    grid-row: 2 / 8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background: #ffffff;
    border-radius: 18px;
    z-index: 5;
    position: relative;
    grid-column: 1 / 9;
}.sys-course-program-details .sys-pic-strip {
    grid-row: 1 / 7;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    z-index: 3;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    grid-column: 7 / 13;
    overflow: hidden;
}.sys-course-program-details .sys-pic-strip::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(157,183,205,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    z-index: 2;
}.sys-course-program-details .sys-pic-strip::after {
    position: absolute;
    height: 70%;
    width: 70%;
    bottom: -5px;
    right: -5px;
    border-radius: 10px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    content: "";
    opacity: 0.6;
    z-index: 1;
    border: 2px solid rgb(123,149,172);
}.sys-course-program-details .sys-top-teach {
    top: -2rem;
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
    display: flex;
    transform: rotate(-5deg);
    align-items: center;
    right: 3rem;
    transition: transform 0.3s ease-out;
    height: 5rem;
    position: absolute;
    width: 5rem;
}.sys-course-program-details .sys-top-teach:hover {
    transform: rotate(0deg) scale(1.05);
}.sys-course-program-details .sys-top-teach svg {
    transition: all 0.3s ease;
    width: 3rem;
    height: 3rem;
}.sys-course-program-details .sys-top-teach:hover svg {
    transform: scale(1.1);
}.sys-course-program-details .sys-top-teach svg path {
    fill: rgb(157,183,205);
}.sys-course-program-details h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.3;
    border-left: 4px solid rgb(157,183,205);
    padding-left: 1rem;
    position: relative;
    font-weight: 700;
    font-size: 30px;
}.sys-course-program-details p {
    position: relative;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
}.sys-course-program-details .sys-quick-studies::before {
    z-index: 1;
    left: -6rem;
    top: -6rem;
    border-radius: 50%;
    position: absolute;
    height: 12rem;
    content: "";
    width: 12rem;
    background: rgb(157,183,205,0.5);
    opacity: 0.6;
    filter: blur(100px);
    animation: moveCircle 20s infinite alternate;
}.sys-course-program-details .sys-quick-studies::after {
    background: rgb(123,149,172,0.5);
    animation: moveCircle 15s infinite alternate-reverse;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    bottom: -4rem;
    filter: blur(80px);
    right: -4rem;
    width: 8rem;
    border-radius: 50%;
    height: 8rem;
    content: "";
}.sys-course-program-details .sys-study-map::before {
    border-radius: 0 10px 0 10px;
    content: "";
    background: linear-gradient(90deg, rgb(157,183,205) 0%, rgb(123,149,172) 100%);
    right: 0;
    position: absolute;
    top: 0;
    height: 5px;
    width: 100px;
}.sys-course-program-details .sys-study-map::after {
    background: linear-gradient(180deg, rgb(157,183,205) 0%, rgb(123,149,172) 100%);
    width: 5px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100px;
    border-radius: 0 0 10px 0;
    position: absolute;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.sys-course-program-details {
    padding: 7rem 0;
}.sys-course-program-details .sys-quick-studies {
    gap: 0.75rem;
}.sys-course-program-details .sys-study-map {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.sys-course-program-details .sys-pic-strip {
    grid-column: 6 / 13;
}.sys-course-program-details .sys-top-teach {
    right: 2rem;
}
}

@media (max-width: 992px) {.sys-course-program-details {
    padding: 6rem 0;
}.sys-course-program-details .sys-quick-studies {
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.sys-course-program-details .sys-study-map {
    grid-column: auto;
    padding: 2.5rem;
    grid-row: 2 / 3;
}.sys-course-program-details .sys-pic-strip {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-column: auto;
    height: 350px;
    grid-row: 1 / 2;
}.sys-course-program-details .sys-top-teach {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.sys-course-program-details h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.sys-course-program-details {
    padding: 5rem 0;
}.sys-course-program-details .sys-study-map {
    padding: 2rem;
}.sys-course-program-details .sys-pic-strip {
    height: 300px;
}.sys-course-program-details .sys-top-teach {
    height: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
    width: 4.5rem;
}.sys-course-program-details .sys-top-teach svg {
    height: 2.5rem;
    width: 2.5rem;
}.sys-course-program-details h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.25rem;
}.sys-course-program-details p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.sys-course-program-details .sys-study-map::before {
    width: 70px;
}.sys-course-program-details .sys-study-map::after {
    height: 70px;
}
}

@media (max-width: 576px) {.sys-course-program-details {
    padding: 4rem 0;
}.sys-course-program-details .sys-study-map {
    padding: 1.5rem;
}.sys-course-program-details .sys-pic-strip {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.sys-course-program-details .sys-top-teach {
    right: 1.5rem;
    bottom: -1.25rem;
    height: 4rem;
    width: 4rem;
}.sys-course-program-details .sys-top-teach svg {
    height: 2.25rem;
    width: 2.25rem;
}.sys-course-program-details h3 {
    font-size: calc(30px * 0.7);
    padding-left: 0.75rem;
    margin-bottom: 1rem;
}.sys-course-program-details p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.sys-course-program-details .sys-study-map::before {
    width: 50px;
}.sys-course-program-details .sys-study-map::after {
    height: 50px;
}.sys-course-program-details .sys-quick-studies::before,
    .sys-course-program-details .sys-quick-studies::after {
    display: none;
}}header .sys-top-pagebar {
    left: 0;
    padding: 1.5rem 2rem;
    border-bottom-left-radius: 24px;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    align-items: center;
    z-index: 100;
    background: linear-gradient(135deg, rgb(157,183,205,0.5) 0%, rgb(123,149,172) 100%);
    width: 100%;
    overflow: visible;
    display: flex;
    position: relative;
    border-bottom-right-radius: 0;
}header .sys-top-pagebar .sys-top-teach {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .sys-top-pagebar .sys-top-teach .sys-header-bar {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .sys-top-pagebar .sys-top-teach .sys-header-bar:hover {
    transform: translateY(-8px) rotate(0deg);
}header .sys-top-pagebar .sys-top-teach svg {
    height: auto;
    width: 80px;
}header .sys-top-pagebar .sys-header-top {
    padding: 0;
    position: relative;
    margin: 0;
    display: flex;
    gap: 1rem;
    list-style: none;
}header .sys-top-pagebar .sys-header-top::before {
    left: -20px;
    border-radius: 10px;
    opacity: 0;
    top: -10px;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(45deg, transparent 0%, rgb(157,183,205,0.5) 100%);
    z-index: -1;
    content: "";
    width: calc(100% + 40px);
    height: calc(100% + 20px);
}header .sys-top-pagebar .sys-header-know {
    position: relative;
    transition: transform 0.3s ease;
}header .sys-top-pagebar .sys-header-know a {
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    font-size: 18px;
    position: relative;
    font-weight: 600;
}header .sys-top-pagebar .sys-header-know a::before {
    position: absolute;
    transform: scaleX(0) rotate(-2deg);
    height: 2px;
    width: 100%;
    content: "";
    background: rgb(123,149,172);
    transition: transform 0.3s ease;
    left: 0;
    transform-origin: right;
    bottom: 0;
}header .sys-top-pagebar .sys-header-know a:hover {
    color: rgb(123,149,172);
}header .sys-top-pagebar .sys-header-know a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .sys-top-pagebar {
    box-sizing: border-box;
    transform: skewX(0);
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    padding: 1rem;
    flex-direction: column;
}header .sys-top-pagebar .sys-top-teach {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .sys-top-pagebar .sys-header-top {
    transform: skewX(0);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .sys-top-pagebar .sys-header-top::before {
    transform: skewX(0);
}header .sys-top-pagebar .sys-header-top:hover::before {
    transform: skewX(0);
}header .sys-top-pagebar .sys-header-know {
    margin: 0.25rem;
}header .sys-top-pagebar .sys-header-know:nth-child(odd),
  header .sys-top-pagebar .sys-header-know:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .sys-top-pagebar {
    padding: 0.75rem;
}header .sys-top-pagebar .sys-header-top {
    flex-direction: column;
    align-items: center;
}header .sys-top-pagebar .sys-header-know {
    width: 100%;
    text-align: center;
}header .sys-top-pagebar .sys-top-teach svg {
    width: 100px;
}}.sys-connect {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(192,218,240) 0%, rgba(255,255,255,0.95) 100%);
}.sys-connect::before {
    border-radius: 50%;
    height: 300px;
    transform: rotate(-15deg);
    right: -10%;
    z-index: 0;
    top: -10%;
    width: 300px;
    animation: float 15s infinite ease-in-out;
    content: "";
    background: linear-gradient(225deg, rgb(157,183,205,0.5) 0%, transparent 70%);
    position: absolute;
}.sys-connect::after {
    bottom: -5%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    content: "";
    width: 200px;
    animation: float 20s infinite ease-in-out reverse;
    left: -5%;
    background: linear-gradient(45deg, rgb(123,149,172,0.5) 0%, transparent 70%);
    height: 200px;
    position: absolute;
}.sys-connect .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}.sys-connect .sys-ask-for-help {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    position: relative;
    padding: 3rem;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.sys-connect .sys-ask-for-help:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.sys-connect h3 {
    font-size: calc(30px * 1.1);
    margin-bottom: 1.5rem;
    color: rgb(157,183,205);
    position: relative;
    display: inline-block;
    font-weight: 700;
}.sys-connect h3::after {
    left: 0;
    transform: scaleX(0.3);
    bottom: -8px;
    width: 100%;
    transition: transform 0.4s ease;
    height: 3px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(157,183,205) 0%, rgb(123,149,172) 100%);
    position: absolute;
}.sys-connect .sys-ask-for-help:hover h3::after {
    transform: scaleX(1);
}.sys-connect p {
    color: #000000;
    max-width: 90%;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 1.5rem;
}.sys-connect h5 {
    font-size: 20px;
    align-items: center;
    display: flex;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: capitalize;
}.sys-connect h5 svg {
    height: 22px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    width: 22px;
}.sys-connect .sys-edu-form {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 0;
    margin: 2rem 0 0;
}.sys-connect .sys-edu-form li {
    transition: transform 0.3s ease;
    position: relative;
}.sys-connect .sys-edu-form li:hover {
    transform: translateY(-5px);
}.sys-connect .sys-write-form {
    color: rgb(157,183,205);
    text-decoration: none;
    align-items: center;
    font-size: calc(14px * 0.95);
    border-left: 3px solid rgb(157,183,205);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--secondary-color-rgb), 0.05));
    display: flex;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    font-weight: 600;
}.sys-connect .sys-write-form:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.15), rgba(var(--secondary-color-rgb), 0.1));
    padding-left: 1.5rem;
}.sys-connect .sys-write-form svg {
    width: 20px;
    transition: transform 0.3s ease;
    margin-left: 10px;
    height: 20px;
}.sys-connect .sys-write-form:hover svg {
    transform: scale(1.1) rotate(5deg);
}.sys-connect svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,183,205);
}.sys-connect .sys-write-form:hover svg path {
    fill: rgb(123,149,172);
}

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

@media (max-width: 992px) {.sys-connect {
    padding: 4rem 0;
}.sys-connect .sys-ask-for-help {
    padding: 2.5rem;
    transform: none;
}.sys-connect h3 {
    font-size: calc(30px * 0.9);
}.sys-connect p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.sys-connect {
    padding: 3rem 0;
}.sys-connect .sys-ask-for-help {
    padding: 2rem;
}.sys-connect .sys-edu-form {
    flex-direction: column;
    gap: 1rem;
}.sys-connect h3 {
    font-size: 30px;
}.sys-connect::before,
    .sys-connect::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 576px) {.sys-connect {
    padding: 2.5rem 0;
}.sys-connect .sys-ask-for-help {
    padding: 1.5rem;
}.sys-connect h3 {
    font-size: calc(30px * 0.8);
}.sys-connect h5 {
    font-size: calc(20px * 0.9);
}.sys-connect p {
    font-size: calc(14px * 0.95);
}.sys-connect .sys-write-form {
    font-size: calc(14px * 0.9);
    padding: 0.6rem 1rem;
}.sys-connect .sys-write-form svg,
    .sys-connect h5 svg {
    height: 18px;
    width: 18px;
}}.sys-privacy-section {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
}.sys-privacy-section::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to right, rgb(157,183,205,0.5) 0%, transparent 10%);
}.sys-privacy-section::after {
    width: 40%;
    right: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(123,149,172,0.5) 0%, transparent 50%);
    z-index: 0;
}.sys-privacy-section .container {
    transition: transform 0.5s ease-out;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    background-color: #ffffff;
    transform-origin: left center;
    margin: 0 auto;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    z-index: 1;
    position: relative;
}.sys-privacy-section .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.sys-privacy-section h1 {
    position: relative;
    animation: slideInTitle 0.8s 0.2s forwards;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-5px);
    padding-bottom: 0.75rem;
    font-size: 46px;
}.sys-privacy-section h1::after {
    height: 3px;
    content: "";
    bottom: 0;
    left: 0;
    animation: expandUnderline 1.2s 0.8s forwards;
    background: linear-gradient(to right, rgb(157,183,205), rgb(123,149,172));
    width: 0;
    position: absolute;
}.sys-privacy-section h2 {
    opacity: 0;
    padding-left: 1rem;
    color: #000000;
    margin: 2.5rem 0 1rem;
    animation: slideInUp 0.6s 0.4s forwards;
    transform: translateY(10px);
    font-weight: 600;
    position: relative;
    font-size: 36px;
}.sys-privacy-section h2::before {
    animation: scaleVertical 0.4s 0.8s forwards;
    content: "";
    transform-origin: top;
    background-color: rgb(157,183,205);
    top: 0;
    left: 0;
    position: absolute;
    width: 4px;
    height: 100%;
    transform: scaleY(0);
}.sys-privacy-section h3 {
    padding-left: 1.5rem;
    transform: translateY(8px);
    animation: slideInUp 0.6s 0.5s forwards;
    position: relative;
    font-size: calc(36px * 0.85);
    color: #000000;
    font-weight: 600;
    opacity: 0;
    margin: 2rem 0 1rem;
}.sys-privacy-section h3::before {
    width: 10px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    background-color: rgb(123,149,172);
}.sys-privacy-section h4 {
    animation: slideInUp 0.6s 0.6s forwards;
    font-weight: 400;
    font-size: calc(36px * 0.75);
    padding-left: 1.75rem;
    position: relative;
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    transform: translateY(5px);
    opacity: 0;
}.sys-privacy-section h4::before {
    position: absolute;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    content: "";
    transform: translateY(-50%);
    border: 2px solid rgb(157,183,205);
    top: 50%;
    left: 0;
}.sys-privacy-section p {
    animation: slideInUp 0.6s 0.5s forwards;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
}.sys-privacy-section p strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.sys-privacy-section p strong::after {
    bottom: -2px;
    position: absolute;
    width: 100%;
    background-color: rgb(157,183,205,0.5);
    content: "";
    left: 0;
    height: 1px;
}.sys-privacy-section ul {
    position: relative;
    transform: translateX(10px);
    animation: slideInRight 0.7s 0.7s forwards;
    margin: 1.5rem 0 2rem 1rem;
    opacity: 0;
    padding-left: 1.5rem;
}.sys-privacy-section ul::before {
    background: linear-gradient(to bottom, rgb(157,183,205), transparent);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}.sys-privacy-section li {
    position: relative;
    padding-left: 0.25rem;
    color: #000000;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    font-size: 13px;
}.sys-privacy-section li::before {
    top: 0.7rem;
    position: absolute;
    left: -1.5rem;
    background-color: rgb(157,183,205);
    border-radius: 50%;
    transform: scale(0);
    width: 6px;
    animation: scaleIn 0.3s 1s forwards;
    content: "";
    height: 6px;
}.sys-privacy-section span {
    line-height: 1.7;
    border-left: 2px solid rgb(123,149,172,0.5);
    animation: slideInUp 0.6s 0.6s forwards;
    display: block;
    padding-left: 1rem;
    color: #000000;
    opacity: 0;
    font-size: 13px;
    margin: 0.75rem 0 1.5rem;
    transform: translateY(10px);
}

@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.sys-privacy-section {
    padding: 3rem 1rem;
}.sys-privacy-section .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.sys-privacy-section h1 {
    font-size: calc(46px * 0.9);
}.sys-privacy-section h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.9);
}.sys-privacy-section h3 {
    font-size: calc(36px * 0.8);
}.sys-privacy-section h4 {
    font-size: calc(36px * 0.7);
}
}

@media (max-width: 767px) {.sys-privacy-section {
    padding: 2rem 0.75rem;
}.sys-privacy-section .container {
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
}.sys-privacy-section h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
}.sys-privacy-section h2 {
    font-size: calc(36px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.sys-privacy-section h3 {
    font-size: calc(36px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.sys-privacy-section h4 {
    font-size: calc(36px * 0.65);
    margin: 1.25rem 0 0.5rem;
}.sys-privacy-section p, .sys-privacy-section li, .sys-privacy-section span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.sys-privacy-section ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.sys-privacy-section {
    padding: 1.5rem 0.5rem;
}.sys-privacy-section .container {
    padding: 1rem;
}.sys-privacy-section h1 {
    margin-bottom: 1.25rem;
    font-size: calc(46px * 0.7);
}.sys-privacy-section h2 {
    font-size: calc(36px * 0.7);
    padding-left: 0.75rem;
}.sys-privacy-section h2::before {
    width: 3px;
}.sys-privacy-section h3 {
    font-size: calc(36px * 0.65);
    padding-left: 1.25rem;
}.sys-privacy-section h3::before {
    height: 8px;
    width: 8px;
}.sys-privacy-section h4 {
    font-size: calc(36px * 0.6);
    padding-left: 1.5rem;
}.sys-privacy-section p, .sys-privacy-section li, .sys-privacy-section span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.sys-privacy-section span {
    padding-left: 0.75rem;
}}.sys-cookie-popup-message {
    border-top: 3px solid rgb(157,183,205);
    position: fixed;
    padding: 15px 20px;
    bottom: 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #ffffff;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
}.sys-visitor-confirm {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.sys-cookie-layer {
    margin-right: 15px;
    flex-shrink: 0;
}.sys-cookie-layer svg {
    fill: rgb(157,183,205);
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
}.sys-track-cookies {
    flex-grow: 1;
    margin-right: 15px;
}.sys-track-cookies h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(157,183,205);
}.sys-track-cookies p {
    color: #000000;
    margin-bottom: 0;
    font-size: 13px;
}.sys-cookie-tips {
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 15px;
    border-radius: 10px;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    user-select: none;
}.cookie_button.sys-cookie-necessary {
    background-color: rgb(157,183,205);
    border-color: rgb(157,183,205);
    color: #ffffff;
}#sys-cookieDialogNotice {
    display: none;
}#sys-cookieDialogNotice:checked ~ .sys-cookie-popup-message {
    opacity: 0;
    visibility: hidden;
}.cookie_button.sys-cookie-necessary:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.sys-track-manage {
    background-color: rgb(123,149,172);
    color: #000000;
    border-color: rgb(123,149,172);
}.cookie_button.sys-track-manage:hover {
    border-color: rgb(157,183,205);
    color: #ffffff;
    background-color: rgb(157,183,205);
}.sys-cookie-popup-message p a {
    color: rgb(157,183,205);
    text-decoration: underline;
}.sys-cookie-popup-message p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.sys-track-cookies h5 {
    font-size: calc(24px - 2px);
}.sys-track-cookies p {
    font-size: calc(13px - 2px);
}.sys-cookie-tips {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.sys-visitor-confirm {
    align-items: center;
    flex-direction: column;
}.sys-cookie-layer {
    margin-bottom: 10px;
}.sys-track-cookies {
    margin-bottom: 15px;
    text-align: center;
}.sys-cookie-tips {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.sys-gratWrap {
    background: linear-gradient(135deg, rgb(157,183,205,0.5) 0%, rgb(192,218,240) 40%, rgb(123,149,172,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.sys-gratWrap::before {
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    animation: pulse 8s infinite alternate ease-in-out;
    top: 0;
    z-index: 1;
}.sys-gratWrap::after {
    transform: rotate(-5deg);
    height: 150%;
    content: "";
    opacity: 0.04;
    z-index: 0;
    animation: patternShift 20s infinite linear;
    background: repeating-linear-gradient(45deg, rgb(157,183,205,0.5) 0px, transparent 2px, transparent 10px);
    left: -25%;
    width: 150%;
    position: absolute;
    top: -25%;
}.sys-gratWrap .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.sys-gratWrap h2 {
    font-size: 36px;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #000000;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
}.sys-gratWrap h2::after {
    bottom: -15px;
    height: 4px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: translateX(-50%) scaleX(0);
    background: linear-gradient(90deg, rgb(157,183,205), rgb(123,149,172));
    position: absolute;
    left: 50%;
    width: 80px;
}.sys-gratWrap .sys-quick-studies {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
    transform-origin: center top;
    animation: fadeIn 1s 0.5s both ease-out;
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
}.sys-gratWrap .sys-quick-studies::before {
    width: 95%;
    filter: blur(12px);
    left: 50%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: -8px;
    background: linear-gradient(180deg, rgb(157,183,205,0.5) 0%, transparent 80%);
    opacity: 0.3;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
}.sys-gratWrap .sys-quick-studies:hover {
    transform: perspective(1000px) rotateX(0deg);
}.sys-gratWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}.sys-gratWrap ul::before {
    width: 4px;
    top: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(157,183,205), rgb(123,149,172));
    left: -20px;
    content: "";
    position: absolute;
    animation: growHeight 1.5s 1s forwards ease-in-out;
}.sys-gratWrap li {
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 0;
    position: relative;
    opacity: 0;
    transform: translateX(20px);
}.sys-gratWrap li::before {
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    height: 32px;
    background: linear-gradient(135deg, rgb(123,149,172) 0%, rgb(157,183,205) 100%);
    opacity: 0;
    left: -40px;
    box-shadow: 0 5px 15px -5px rgb(123,149,172,0.5);
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    width: 32px;
    top: -5px;
    content: "";
}.sys-gratWrap li span {
    font-size: 13px;
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.7;
    opacity: 0;
    animation: fadeIn 1s 1.2s forwards ease-out;
    position: relative;
    color: #000000;
    letter-spacing: 0.01em;
}.sys-gratWrap li span::first-letter {
    font-weight: 700;
    font-size: 1.4em;
    color: rgb(157,183,205);
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

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

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.sys-gratWrap {
    padding: 5rem 0;
}.sys-gratWrap h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.sys-gratWrap .sys-quick-studies {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.sys-gratWrap {
    padding: 4rem 0;
}.sys-gratWrap h2 {
    line-height: 1.4;
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.sys-gratWrap .sys-quick-studies {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.sys-gratWrap ul::before {
    left: -15px;
}.sys-gratWrap li::before {
    height: 24px;
    left: -30px;
    width: 24px;
}
}

@media (max-width: 576px) {.sys-gratWrap {
    padding: 3rem 0;
}.sys-gratWrap h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.sys-gratWrap .sys-quick-studies {
    transform: none;
    padding: 1.5rem;
}.sys-gratWrap ul::before {
    left: -12px;
}.sys-gratWrap li::before {
    top: -2px;
    width: 20px;
    height: 20px;
    left: -25px;
}.sys-gratWrap li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.sys-service-package {
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    color: #ffffff;
}.sys-service-package::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
}.sys-service-package .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.sys-service-package .sys-premium-plan {
    position: relative;
}.sys-service-package h2 {
    background: linear-gradient(90deg, rgb(157,183,205), rgb(123,149,172));
    font-weight: 700;
    font-size: 38px;
    color: transparent;
    margin-bottom: 1.5rem;
    animation: fadeIn 0.8s ease-out forwards;
    transform: translateY(10px);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    text-align: center;
}.sys-service-package .sys-study-rates {
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    font-size: calc(17px * 1.1);
    margin: 0 auto 3rem;
    opacity: 0;
    color: #ffffff;
    max-width: 800px;
    transform: translateY(15px);
    position: relative;
    padding: 0 1rem;
    text-align: center;
}.sys-service-package .sys-payment-deals {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
    gap: 2rem;
    padding: 0;
    perspective: 1000px;
}.sys-service-package .sys-payment-deals li {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
}.sys-service-package .sys-payment-deals li:nth-child(1) {
    animation-delay: 0.2s;
}.sys-service-package .sys-payment-deals li:nth-child(2) {
    animation-delay: 0.3s;
}.sys-service-package .sys-payment-deals li:nth-child(3) {
    animation-delay: 0.4s;
}.sys-service-package .sys-payment-deals li:nth-child(4) {
    animation-delay: 0.5s;
}.sys-service-package .sys-learning-packages {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
}.sys-service-package .sys-learning-packages:hover {
    transform: translateY(-12px) scale(1.02);
}.sys-service-package .sys-basic-cost {
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    flex-direction: column;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    display: flex;
    position: relative;
    padding: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}.sys-service-package .sys-basic-cost::before {
    top: 0;
    background: linear-gradient(90deg, rgb(157,183,205), rgb(123,149,172));
    height: 5px;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
}.sys-service-package .sys-learning-packages:hover .sys-basic-cost::before {
    transform: scaleX(1);
}.sys-service-package .sys-price-choices {
    flex-direction: column;
    padding: 2.5rem 2rem;
    height: 100%;
    display: flex;
    color: #ffffff;
}.sys-service-package .sys-price-choices h4 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    margin-top: 0;
    font-size: calc(21px * 1.2);
    position: relative;
}.sys-service-package .sys-price-choices h4::after {
    height: 2px;
    width: 50px;
    bottom: 0;
    background: rgb(123,149,172);
    content: "";
    position: absolute;
    left: 0;
}.sys-service-package .sys-price-choices p {
    flex-grow: 1;
    hyphens: auto;
    font-size: 17px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.85);
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
}.sys-service-package .sys-cert-cost {
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 10px;
    justify-content: center;
    background: linear-gradient(120deg, rgb(157,183,205), rgb(123,149,172));
    align-self: flex-start;
    font-size: calc(17px * 1.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    align-items: center;
    margin-top: auto;
}.sys-service-package .sys-learning-packages:hover .sys-cert-cost {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

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

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


@media (max-width: 1200px) {.sys-service-package .sys-payment-deals {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}.sys-service-package .sys-price-choices {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.sys-service-package {
    padding: 3.5rem 0;
}.sys-service-package h2 {
    font-size: calc(38px * 0.9);
}.sys-service-package .sys-study-rates {
    font-size: 17px;
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.sys-service-package {
    padding: 3rem 0;
}.sys-service-package h2 {
    font-size: calc(38px * 0.85);
}.sys-service-package .sys-payment-deals {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 480px;
}.sys-service-package .sys-price-choices h4 {
    font-size: 21px;
}.sys-service-package .sys-cert-cost {
    padding: 0.6rem 1.2rem;
    font-size: calc(17px * 1.2);
}
}

@media (max-width: 480px) {.sys-service-package {
    padding: 2.5rem 0;
}.sys-service-package h2 {
    font-size: calc(38px * 0.8);
}.sys-service-package .sys-study-rates {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.95);
}.sys-service-package .sys-price-choices {
    padding: 1.75rem 1.25rem;
}.sys-service-package .sys-price-choices p {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.95);
}
}