﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.sys-transcript {
    flex: 0 0 auto;
}.container {
    width: 1152px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.sys-warp-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.sys-top-header {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@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-homepage {
    width: 100%;
    overflow: hidden;
    position: relative;
}.sys-homepage .sys-master-zone {
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100vh;
}.sys-homepage .sys-master-zone::before {
    left: 0;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(203,212,198,0.5),
    rgb(168,179,161,0.5),
    rgba(0, 0, 0, 0.6)
  );
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.sys-homepage .sys-master-zone::after {
    pointer-events: none;
    background: radial-gradient(
    circle at 70% 30%,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 70%
  );
    z-index: 2;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}.sys-homepage .sys-learn-learnings {
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    z-index: 3;
    animation: fadeIn 1.2s ease-out forwards, floatEffect 8s ease-in-out infinite;
    backdrop-filter: blur(10px);
    max-width: 80%;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.sys-homepage .sys-learn-learnings::before {
    right: -2px;
    bottom: -2px;
    top: -2px;
    opacity: 0.3;
    left: -2px;
    transform: translateZ(-10px);
    z-index: -1;
    background: linear-gradient(
    90deg,
    transparent,
    rgb(203,212,198),
    rgb(168,179,161),
    transparent
  );
    content: "";
    position: absolute;
    filter: blur(8px);
}.sys-homepage .sys-learn-learnings h1 {
    font-size: 41px;
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.3s forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.sys-homepage .sys-learn-learnings h1::after {
    transform-origin: left;
    left: 0;
    position: absolute;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(203,212,198), rgb(168,179,161));
    animation: lineGrow 1s ease-out 1s forwards;
    width: 60px;
    bottom: -10px;
    height: 4px;
}.sys-homepage .sys-learn-learnings h3 {
    color: #ffffff;
    max-width: 90%;
    margin: 0 0 1.5rem;
    animation: slideUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(-5px);
    font-size: calc(21px + 0.1rem);
    font-weight: 600;
    line-height: 1.5;
}.sys-homepage .sys-learn-learnings p {
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0;
    padding-left: 20px;
    transform: translateY(-5px);
    color: #ffffff;
    opacity: 0;
    opacity: 0.8;
    position: relative;
    animation: slideUp 0.8s ease-out 0.9s forwards;
    font-size: 15px;
}.sys-homepage .sys-learn-learnings p::before {
    height: 2px;
    left: 0;
    width: 10px;
    transform: translateY(-50%);
    background: rgb(168,179,161);
    position: absolute;
    content: "";
    top: 50%;
}

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

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

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

@keyframes floatEffect {
  0%, 100% {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateX(2deg) translateY(-10px);
  }
}

@media (max-width: 1200px) {.sys-homepage .sys-learn-learnings {
    padding: 2.5rem;
    max-width: 90%;
}.sys-homepage .sys-learn-learnings h1 {
    font-size: calc(41px - 0.2rem);
}.sys-homepage .sys-learn-learnings h3 {
    font-size: 21px;
    max-width: 100%;
}
}

@media (max-width: 992px) {.sys-homepage .sys-master-zone {
    height: 90vh;
}.sys-homepage .sys-learn-learnings {
    max-width: 95%;
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.sys-homepage .sys-learn-learnings h1 {
    font-size: calc(41px - 0.4rem);
    margin-bottom: 1.2rem;
}.sys-homepage .sys-learn-learnings h3 {
    margin-bottom: 1.2rem;
    font-size: calc(21px - 0.1rem);
}
}

@media (max-width: 768px) {.sys-homepage .sys-master-zone {
    height: 80vh;
}.sys-homepage .sys-learn-learnings {
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.8rem;
}.sys-homepage .sys-learn-learnings h1 {
    margin-bottom: 1rem;
    font-size: calc(41px - 0.6rem);
}.sys-homepage .sys-learn-learnings h1::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}.sys-homepage .sys-learn-learnings h3 {
    font-size: calc(21px - 0.2rem);
    margin-bottom: 1rem;
}.sys-homepage .sys-learn-learnings p {
    padding-left: 15px;
    font-size: calc(15px - 0.1rem);
}.sys-homepage .sys-learn-learnings p::before {
    width: 8px;
}
  
  @keyframes floatEffect {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }
}

@media (max-width: 576px) {.sys-homepage .sys-master-zone {
    height: 70vh;
}.sys-homepage .sys-learn-learnings {
    margin: 0 1rem;
    padding: 1.5rem;
    max-width: 100%;
}.sys-homepage .sys-learn-learnings h1 {
    margin-bottom: 0.8rem;
    font-size: calc(41px - 0.8rem);
}.sys-homepage .sys-learn-learnings h3 {
    font-size: calc(21px - 0.3rem);
    margin-bottom: 0.8rem;
}.sys-homepage .sys-learn-learnings p {
    font-size: calc(15px - 0.2rem);
}
}

@media (max-height: 600px) {.sys-homepage .sys-master-zone {
    height: auto;
    min-height: 100vh;
    padding: 3rem 0;
}.sys-homepage .sys-learn-learnings {
    padding: 1.5rem;
}}.sys-education-framework {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(237,239,234) 40%, #ffffff 100%);
}.sys-education-framework::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(203,212,198,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(168,179,161,0.5) 0%, transparent 30%);
    will-change: transform;
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    transform: translateZ(0);
    content: "";
    opacity: 0.15;
    animation: ambientGlow 20s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
}.sys-education-framework::after {
    transform: translateZ(0);
    animation: floatElement 15s infinite alternate ease-in-out;
    will-change: transform;
    filter: blur(50px);
    height: 300px;
    border-radius: 50%;
    z-index: 0;
    width: 300px;
    background: linear-gradient(135deg, rgb(203,212,198,0.5) 0%, rgb(168,179,161) 100%);
    content: "";
    position: absolute;
    right: -50px;
    opacity: 0.1;
    top: -50px;
}.sys-education-framework .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
}.sys-education-framework .sys-learn-vision {
    perspective: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}.sys-education-framework .sys-learn-vision > div {
    width: 100%;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    padding: 50px 60px;
    transform: translateZ(0);
    border-left: 4px solid rgb(203,212,198);
    border-radius: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    max-width: 900px;
    backdrop-filter: blur(10px);
}.sys-education-framework .sys-learn-vision > div:hover {
    box-shadow: 
        0 25px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-5px) translateZ(10px);
}.sys-education-framework h3 {
    color: #000000;
    padding-bottom: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(36px * 0.9);
    transform: translateZ(0);
}.sys-education-framework h3::after {
    left: 0;
    width: 80px;
    transform: scaleX(1);
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(to right, rgb(203,212,198), rgb(168,179,161));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.sys-education-framework .sys-learn-vision > div:hover h3::after {
    transform: scaleX(1.5);
}.sys-education-framework p {
    animation: fadeInText 0.8s forwards 0.3s ease-out;
    color: #000000;
    transform: translateY(20px);
    font-size: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    opacity: 0;
    margin: 0;
}.sys-education-framework p span {
    display: block;
    position: relative;
}.sys-education-framework p span::before {
    font-size: 80px;
    left: -10px;
    color: rgb(203,212,198);
    position: absolute;
    top: -30px;
    font-family: Georgia, serif;
    opacity: 0.15;
    content: "";
    z-index: -1;
}.sys-education-framework .sys-learn-vision > div::before {
    opacity: 0.15;
    top: 15px;
    background: linear-gradient(135deg, rgb(203,212,198) 0%, rgb(168,179,161) 100%);
    position: absolute;
    z-index: 0;
    transform: translateZ(0);
    border-radius: 50%;
    right: 15px;
    content: "";
    width: 40px;
    height: 40px;
}

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

@keyframes ambientGlow {
    0% {
        opacity: 0.15;
        transform: scale(1) rotate(0deg);
    }
    100% {
        opacity: 0.25;
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
    100% {
        transform: translate(-10px, -10px);
    }
}


@media (max-width: 992px) {.sys-education-framework {
    padding: 90px 0;
}.sys-education-framework .sys-learn-vision > div {
    padding: 40px 45px;
}.sys-education-framework h3 {
    font-size: calc(36px * 0.8);
}
}

@media (max-width: 768px) {.sys-education-framework {
    padding: 70px 0;
}.sys-education-framework .sys-learn-vision > div {
    padding: 35px 30px;
}.sys-education-framework h3 {
    padding-bottom: 12px;
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.sys-education-framework h3::after {
    width: 60px;
}.sys-education-framework::before,
    .sys-education-framework::after {
    opacity: 0.1;
}
}

@media (max-width: 576px) {.sys-education-framework {
    padding: 60px 0;
}.sys-education-framework .sys-learn-vision > div {
    padding: 30px 25px;
}.sys-education-framework h3 {
    font-size: calc(36px * 0.6);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.sys-education-framework p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.sys-education-framework h3::after {
    width: 50px;
    height: 2px;
}.sys-education-framework .sys-learn-vision > div::before {
    width: 30px;
    top: 10px;
    right: 10px;
    height: 30px;
}}.sys-tariff-plan {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: #ffffff;
}.sys-tariff-plan::before {
    position: absolute;
    width: 400px;
    opacity: 0.6;
    animation: float 15s ease-in-out infinite alternate;
    top: -150px;
    background: linear-gradient(135deg, rgb(203,212,198,0.5), transparent);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
    height: 400px;
    content: '';
    z-index: 1;
    right: -100px;
}.sys-tariff-plan::after {
    width: 300px;
    z-index: 1;
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(168,179,161,0.5), transparent);
    left: -50px;
    position: absolute;
    content: '';
    height: 300px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.5;
    filter: blur(25px);
}.sys-tariff-plan .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.sys-tariff-plan .sys-discount-plan {
    display: flex;
    flex-direction: column;
}.sys-tariff-plan .sys-cost-breakdown {
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.sys-tariff-plan .sys-cost-breakdown h2 {
    font-weight: 700;
    position: relative;
    font-size: 38px;
    color: #000000;
    display: inline-block;
    margin-bottom: 1rem;
}.sys-tariff-plan .sys-cost-breakdown h2::after {
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(203,212,198);
    height: 3px;
    bottom: -10px;
    content: '';
}.sys-tariff-plan .sys-pricing-options {
    color: #000000;
    font-size: 15px;
    max-width: 700px;
    margin: 1.5rem auto 0;
    line-height: 1.6;
}.sys-tariff-plan .sys-cost-summary {
    gap: 2rem;
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.sys-tariff-plan .sys-payment-option {
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    display: block;
    transform: translateY(30px);
}.sys-tariff-plan .sys-payment-option:nth-child(2) {
    animation-delay: 0.5s;
}.sys-tariff-plan .sys-payment-option:nth-child(3) {
    animation-delay: 0.6s;
}.sys-tariff-plan .sys-payment-option:nth-child(4) {
    animation-delay: 0.7s;
}.sys-tariff-plan .sys-payment-option:hover {
    transform: translateY(-10px);
}.sys-tariff-plan .sys-pricing-block {
    border-radius: 4px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    height: 100%;
    position: relative;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}.sys-tariff-plan .sys-payment-option:hover .sys-pricing-block {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.sys-tariff-plan .sys-learn-rates {
    padding: 2.5rem 2rem;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
    position: relative;
    display: flex;
}.sys-tariff-plan .sys-learn-rates h3 {
    font-weight: 700;
    font-size: calc(21px + 2px);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
}.sys-tariff-plan .sys-payment-option:hover .sys-learn-rates h3 {
    color: rgb(203,212,198);
}.sys-tariff-plan .sys-study-sub {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(203,212,198);
    font-size: calc(21px + 4px);
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}.sys-tariff-plan .sys-study-sub::after {
    bottom: 0;
    content: '';
    background: rgb(203,212,198,0.5);
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
}.sys-tariff-plan .sys-payment-option:hover .sys-study-sub::after {
    width: 80px;
}.sys-tariff-plan .sys-learn-rates p {
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    flex-grow: 1;
    color: #000000;
    white-space: normal;
    font-size: 15px;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
}.sys-tariff-plan .sys-pic-holder {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}.sys-tariff-plan .sys-pic-holder::after {
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    content: '';
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
}.sys-tariff-plan .sys-payment-option:hover .sys-pic-holder::after {
    opacity: 1;
}

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

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

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

@media (max-width: 991px) {.sys-tariff-plan {
    padding: 5rem 0;
}.sys-tariff-plan .sys-cost-breakdown {
    margin-bottom: 2rem;
}.sys-tariff-plan .sys-cost-summary {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.sys-tariff-plan {
    padding: 4rem 0;
}.sys-tariff-plan .sys-learn-rates {
    padding: 2rem 1.5rem;
}.sys-tariff-plan .sys-pic-holder {
    height: 180px;
}
}

@media (max-width: 575px) {.sys-tariff-plan {
    padding: 3rem 0;
}.sys-tariff-plan .sys-cost-breakdown h2 {
    font-size: calc(38px - 4px);
}.sys-tariff-plan .sys-cost-summary {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.sys-tariff-plan .sys-learn-rates {
    padding: 1.5rem 1.25rem;
}.sys-tariff-plan .sys-pic-holder {
    height: 160px;
}
}

@media (hover: none) {.sys-tariff-plan .sys-payment-option:hover {
    transform: none;
}.sys-tariff-plan .sys-payment-option:hover .sys-pricing-block {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.sys-tariff-plan .sys-payment-option:hover .sys-pic-holder::after {
    opacity: 0;
}.sys-tariff-plan .sys-payment-option:hover .sys-study-sub::after {
    width: 40px;
}}footer {
    font-family: Arial, sans-serif;
    color: #ffffff;
    perspective: 1000px;
    position: relative;
}footer::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.85;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(203,212,198,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}footer::after {
    animation: scanline 10s linear infinite;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    height: 100%;
}.sys-transcript {
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
}.sys-transcript::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(168,179,161) 50%, 
                transparent 100%);
    left: 0;
    width: 100%;
    animation: glowPulse 3s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    content: "";
    height: 2px;
}.sys-transcript .container {
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
}.sys-transcript .company_holder {
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    transition: all 0.4s ease;
    border-left: 3px solid rgb(203,212,198);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
}.sys-transcript .company_holder:hover {
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(203,212,198,0.5);
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}.sys-transcript .company_holder h3 {
    position: relative;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
    font-size: calc(28px * 0.9);
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}.sys-transcript .company_holder h3::after {
    content: "";
    width: 60px;
    position: absolute;
    bottom: 0;
    transition: width 0.4s ease-in-out;
    background: rgb(203,212,198);
    height: 3px;
    left: 0;
}.sys-transcript .company_holder:hover h3::after {
    width: 100%;
}.sys-transcript .sys-stats-tool {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    padding-left: 1rem;
}.sys-transcript .sys-stats-tool::before {
    height: 100%;
    content: "";
    left: 0;
    width: 2px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
                rgb(203,212,198) 0%, 
                transparent 100%);
}.sys-transcript .sys-mobile-cta {
    position: relative;
}.sys-transcript .sys-head-main {
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    gap: 2rem;
    display: grid;
}.sys-transcript .sys-top-train {
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    position: relative;
    border-radius: 19px;
}.sys-transcript .sys-top-train::before {
    width: 200%;
    top: -50%;
    transform: rotate(45deg);
    transition: all 0.6s ease;
    z-index: -1;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    content: "";
    left: -50%;
    position: absolute;
    height: 200%;
}.sys-transcript .sys-top-train:hover::before {
    left: -100%;
    top: -100%;
}.sys-transcript .sys-top-train::after {
    border-color: transparent rgb(203,212,198) transparent transparent;
    content: "";
    transform-style: preserve-3d;
    transform: translateZ(5px);
    width: 0;
    border-width: 0 25px 25px 0;
    border-style: solid;
    height: 0;
    transition: all 0.4s ease;
    top: 0;
    position: absolute;
    right: 0;
}.sys-transcript .sys-top-train:hover::after {
    border-color: transparent rgb(168,179,161) transparent transparent;
    border-width: 0 35px 35px 0;
}.sys-transcript .sys-top-train:hover {
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.sys-transcript .sys-top-train h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
}.sys-transcript .sys-top-train h5::before {
    width: 100%;
    background: rgb(168,179,161);
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    height: 1px;
}.sys-transcript .sys-top-train h5::after {
    left: 0;
    background: rgb(203,212,198);
    bottom: -8px;
    transition: width 0.4s ease-in-out;
    position: absolute;
    content: "";
    height: 3px;
    width: 30%;
}.sys-transcript .sys-top-train:hover h5::after {
    width: 100%;
}.sys-transcript .sys-top-train .sys-head-main {
    flex-direction: column;
    gap: 0.875rem;
    display: flex;
}.sys-transcript .sys-top-train a {
    text-decoration: none;
    font-size: 17px;
    position: relative;
    transform-style: preserve-3d;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.75);
    display: block;
}.sys-transcript .sys-top-train a::before {
    position: absolute;
    transform: translateZ(5px);
    content: "→";
    transition: all 0.3s ease;
    opacity: 0;
    left: -20px;
}.sys-transcript .sys-top-train a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
}.sys-transcript .sys-top-train a:hover::before {
    left: 0;
    opacity: 1;
}.sys-tutor-match {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.3);
}.sys-tutor-match::before {
    height: 1px;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(203,212,198) 30%, 
                #ffffff 50%, 
                rgb(168,179,161) 70%, 
                transparent 100%);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.sys-tutor-match .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.sys-tutor-match .sys-contact-edu {
    text-align: center;
    border-radius: 30px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
}.sys-tutor-match .sys-contact-edu:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(203,212,198), 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(168,179,161,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(168,179,161);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.sys-transcript .company_holder::before,
.sys-transcript .sys-top-train::before {
    opacity: 0;
    z-index: -1;
    width: 100px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(203,212,198,0.5) 0%, transparent 70%);
    height: 100px;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    filter: blur(30px);
}.sys-transcript .company_holder::before {
    bottom: -20px;
    right: -20px;
}.sys-transcript .sys-top-train::before {
    top: -20px;
    left: -20px;
}.sys-transcript .company_holder:hover::before,
.sys-transcript .sys-top-train:hover::before {
    opacity: 0.5;
}.sys-transcript .company_holder::after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-right: 2px solid rgb(203,212,198);
    transition: all 0.4s ease;
    right: 20px;
    top: 20px;
    border-top: 2px solid rgb(203,212,198);
    opacity: 0.7;
    content: "";
}.sys-transcript .company_holder:hover::after {
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
}

@media (max-width: 992px) {.sys-transcript {
    padding: 4rem 0 2rem;
}.sys-transcript .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.sys-transcript .company_holder,
    .sys-transcript .sys-mobile-cta {
    width: 100%;
}.sys-transcript .sys-head-main {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.sys-transcript {
    padding: 3.5rem 0 1.5rem;
}.sys-transcript .sys-head-main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.sys-transcript .company_holder,
    .sys-transcript .sys-top-train {
    padding: 1.5rem;
}.sys-transcript .company_holder h3,
    .sys-transcript .sys-top-train h5 {
    margin-bottom: 1.25rem;
}.sys-tutor-match {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.sys-transcript {
    padding: 3rem 0 1rem;
}.sys-transcript .company_holder {
    padding: 1.25rem;
}.sys-transcript .company_holder h3 {
    font-size: calc(28px * 0.8);
}.sys-transcript .sys-top-train h5 {
    font-size: calc(19px * 0.9);
}.sys-transcript .sys-top-train a,
    .sys-transcript .sys-stats-tool {
    font-size: calc(17px * 0.9);
}.sys-tutor-match .sys-contact-edu {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 1rem;
}}

.sys-transcript .company_holder .sys-stats-tool::after {
    left: 1rem;
    position: absolute;
    height: 3px;
    content: "";
    width: 70px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(203,212,198), transparent);
    transition: width 0.4s ease;
}.sys-transcript .company_holder:hover .sys-stats-tool::after {
    width: calc(100% - 1rem);
}.sys-transcript::after {
    z-index: -2;
    left: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    opacity: 0.3;
    background-size: 40px 40px;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.sys-transcript .sys-top-train:nth-child(1)::before {
    background: radial-gradient(circle, rgb(203,212,198,0.5) 0%, transparent 70%);
}.sys-transcript .sys-top-train:nth-child(2)::before {
    background: radial-gradient(circle, rgb(168,179,161,0.5) 0%, transparent 70%);
}.sys-transcript .sys-head-main a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(203,212,198), rgb(168,179,161));
    transition: width 0.3s ease;
    content: "";
    width: 0;
}.sys-transcript .sys-head-main a:hover::after {
    width: 100%;
}.sys-get-in-touchwtm {
    padding: 100px 0;
    background: rgb(237,239,234);
    overflow: hidden;
    position: relative;
}.sys-get-in-touchwtm::before {
    z-index: 1;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(203,212,198,0.5) 0,
        rgb(203,212,198,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.07;
}.sys-get-in-touchwtm::after {
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    opacity: 0.07;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(rgb(168,179,161,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(168,179,161,0.5) 1px, transparent 1px);
}.sys-get-in-touchwtm .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
}.sys-get-in-touchwtm h2 {
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 29px;
    transform: translateX(-50%);
    left: 50%;
    color: #000000;
}.sys-get-in-touchwtm h2::before {
    content: "";
    position: absolute;
    height: 4px;
    background: rgb(203,212,198);
    left: calc(50% - 40px);
    bottom: 0;
    width: 80px;
}.sys-get-in-touchwtm h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    background: rgb(168,179,161);
    width: 30px;
    height: 4px;
}.sys-get-in-touchwtm .sys-query-card {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    display: flex;
    margin-top: 50px;
}.sys-get-in-touchwtm .sys-pic-holder {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.sys-get-in-touchwtm .sys-pic-holder::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(203,212,198), 0.4), 
        rgba(rgb(168,179,161), 0.4)
    );
    z-index: 1;
}.sys-get-in-touchwtm .sys-feedback-links {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px;
    justify-content: center;
    flex: 0 0 55%;
}.sys-get-in-touchwtm .sys-feedback-links::before {
    right: -75px;
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 0;
    border-radius: 50%;
    top: -75px;
    border: 30px solid rgb(203,212,198,0.5);
}.sys-get-in-touchwtm .sys-feedback-links::after {
    background: rgb(168,179,161,0.5);
    content: "";
    bottom: -50px;
    position: absolute;
    left: -50px;
    width: 100px;
    transform: rotate(45deg);
    height: 100px;
    border-radius: 0;
    z-index: 0;
}.sys-get-in-touchwtm form {
    position: relative;
    z-index: 2;
}.sys-get-in-touchwtm form h3 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.sys-get-in-touchwtm form h3::after {
    content: "";
    left: 0;
    width: 50%;
    background: rgb(203,212,198);
    bottom: -15px;
    height: 2px;
    position: absolute;
}.sys-get-in-touchwtm form input[type="text"] {
    margin-bottom: 25px;
    font-size: 13px;
    color: #000000;
    border-bottom: 2px solid rgb(237,239,234);
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    background: transparent;
    padding: 20px 25px;
}.sys-get-in-touchwtm form input[type="text"]:focus {
    border-bottom-color: rgb(203,212,198);
    outline: none;
}.sys-get-in-touchwtm form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.sys-get-in-touchwtm form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.sys-get-in-touchwtm .sys-support-request {
    position: relative;
    margin-bottom: 40px;
}.sys-get-in-touchwtm .sys-support-request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.sys-get-in-touchwtm .sys-support-request label {
    padding-left: 35px;
    font-size: 15px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    position: relative;
}.sys-get-in-touchwtm .sys-support-request label::before {
    transition: all 0.3s ease;
    border: 2px solid rgb(237,239,234);
    content: "";
    left: 0;
    top: 0;
    background: transparent;
    height: 22px;
    width: 22px;
    position: absolute;
}.sys-get-in-touchwtm .sys-support-request input[type="checkbox"]:checked + label::before {
    border-color: rgb(203,212,198);
    background: rgb(203,212,198);
}.sys-get-in-touchwtm .sys-support-request input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    width: 6px;
    left: 8px;
}.sys-get-in-touchwtm .sys-support-request label a {
    text-decoration: none;
    color: rgb(203,212,198);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}.sys-get-in-touchwtm .sys-support-request label a::after {
    height: 1px;
    content: "";
    width: 100%;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(203,212,198);
    position: absolute;
    bottom: -1px;
}.sys-get-in-touchwtm .sys-support-request label a:hover {
    color: rgb(168,179,161);
}.sys-get-in-touchwtm .sys-support-request label a:hover::after {
    transform: scaleX(0);
    background: rgb(168,179,161);
}.sys-get-in-touchwtm .sys-inquiry-reach {
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    background: rgb(203,212,198);
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    color: #ffffff;
    padding: 18px 40px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    font-weight: 600;
    display: inline-block;
    width: auto;
}.sys-get-in-touchwtm .sys-inquiry-reach::before {
    left: -10px;
    background: rgb(168,179,161);
    width: 0;
    z-index: -1;
    content: "";
    transform: skewX(-25deg);
    position: absolute;
    top: 0;
    height: 100%;
    transition: width 0.5s ease;
}.sys-get-in-touchwtm .sys-inquiry-reach:hover::before {
    width: 150%;
}.sys-get-in-touchwtm svg {
    fill: none;
    height: 24px;
    stroke: rgb(203,212,198);
    transition: all 0.3s ease;
    stroke-width: 2;
    width: 24px;
}.sys-get-in-touchwtm svg path {
    transition: all 0.3s ease;
    stroke: rgb(203,212,198);
    fill: none;
}.sys-get-in-touchwtm svg:hover,
.sys-get-in-touchwtm svg:hover path {
    stroke: rgb(168,179,161);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.sys-get-in-touchwtm {
    padding: 80px 0;
}.sys-get-in-touchwtm .sys-pic-holder {
    min-height: 500px;
}.sys-get-in-touchwtm .sys-feedback-links {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.sys-get-in-touchwtm {
    padding: 60px 0;
}.sys-get-in-touchwtm .sys-query-card {
    flex-direction: column;
}.sys-get-in-touchwtm .sys-pic-holder {
    width: 100%;
    min-height: 300px;
}.sys-get-in-touchwtm .sys-feedback-links {
    padding: 40px 30px;
    width: 100%;
}.sys-get-in-touchwtm form h3 {
    margin-bottom: 30px;
}.sys-get-in-touchwtm form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.sys-get-in-touchwtm .sys-support-request {
    margin-bottom: 30px;
}.sys-get-in-touchwtm .sys-inquiry-reach {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.sys-get-in-touchwtm {
    padding: 50px 0;
}.sys-get-in-touchwtm h2 {
    font-size: calc(29px * 0.85);
}.sys-get-in-touchwtm .sys-query-card {
    margin-top: 30px;
}.sys-get-in-touchwtm .sys-pic-holder {
    min-height: 200px;
}.sys-get-in-touchwtm .sys-feedback-links {
    padding: 30px 20px;
}.sys-get-in-touchwtm form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.sys-get-in-touchwtm form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.sys-get-in-touchwtm .sys-support-request {
    margin-bottom: 25px;
}.sys-get-in-touchwtm .sys-support-request label {
    font-size: calc(15px * 0.9);
}.sys-get-in-touchwtm .sys-inquiry-reach {
    padding: 12px 25px;
}}.sys-course-program {
    background: rgb(237,239,234);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.sys-course-program::before {
    z-index: 0;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(168,179,161,0.5) 2px, rgb(168,179,161,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(203,212,198,0.5) 2px, rgb(203,212,198,0.5) 4px);
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    opacity: 0.03;
    bottom: 0;
}.sys-course-program::after {
    left: 5%;
    height: 90%;
    content: "";
    position: absolute;
    width: 90%;
    animation: ambientLight 15s infinite alternate ease-in-out;
    filter: blur(40px);
    top: 5%;
    z-index: 0;
    background: 
        radial-gradient(ellipse at top left, rgb(203,212,198,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(168,179,161,0.5) 0%, transparent 60%);
}.sys-course-program .container {
    z-index: 1;
    position: relative;
}.sys-course-program .sys-learn-vision {
    border-radius: 17px;
    max-width: 100%;
    background: transparent;
    position: relative;
    display: flex;
    overflow: visible;
    flex-direction: column;
}.sys-course-program .sys-pic-holder {
    position: absolute;
    transform: translateZ(0);
    z-index: 0;
    width: 100%;
    height: 100%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 17px;
    filter: saturate(0.8) contrast(1.1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
}.sys-course-program .sys-pic-holder::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    content: "";
}.sys-course-program .sys-pic-holder::after {
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.7;
    height: 100%;
    z-index: 2;
    left: 0;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
}.sys-course-program .sys-learn-vision:hover .sys-pic-holder {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}.sys-course-program .sys-knowledge-guide {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    width: 85%;
    margin: 40px auto;
    backdrop-filter: blur(10px);
    border-radius: 17px;
    padding: 80px 60px;
    z-index: 3;
    transition: all 0.6s ease;
    transform: perspective(1000px) rotateX(2deg);
}.sys-course-program .sys-knowledge-guide::before {
    top: -2px;
    opacity: 0.7;
    bottom: -2px;
    z-index: -1;
    right: -2px;
    position: absolute;
    transition: opacity 0.6s ease;
    left: -2px;
    background: linear-gradient(
        45deg,
        rgb(203,212,198) 0%,
        transparent 30%,
        transparent 70%,
        rgb(168,179,161) 100%
    );
    content: "";
    border-radius: calc(17px + 2px);
}.sys-course-program .sys-knowledge-guide::after {
    transition: all 0.4s ease;
    content: "";
    right: 10px;
    opacity: 0.5;
    top: 10px;
    border: 1px dashed rgb(203,212,198,0.5);
    position: absolute;
    border-radius: 10px;
    bottom: 10px;
    z-index: -1;
    left: 10px;
}.sys-course-program .sys-learn-vision:hover .sys-knowledge-guide {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.sys-course-program .sys-learn-vision:hover .sys-knowledge-guide::before {
    opacity: 1;
}.sys-course-program .sys-learn-vision:hover .sys-knowledge-guide::after {
    right: 15px;
    opacity: 0.7;
    bottom: 15px;
    top: 15px;
    left: 15px;
}.sys-course-program .sys-top-bar {
    left: 50%;
    background: #ffffff;
    border-radius: 50%;
    height: 70px;
    position: absolute;
    align-items: center;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(203,212,198,0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    justify-content: center;
    top: -35px;
    width: 70px;
    z-index: 5;
    transform: translateX(-50%);
}.sys-course-program .sys-top-bar::before {
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    left: -10px;
    transition: opacity 0.5s ease;
    top: -10px;
    content: "";
    bottom: -10px;
    right: -10px;
    position: absolute;
    background: 
        conic-gradient(
            rgb(203,212,198) 0deg, 
            rgb(203,212,198) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(168,179,161) 180deg, 
            rgb(168,179,161) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    animation: rotateConic 10s linear infinite;
}.sys-course-program .sys-top-bar:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(168,179,161,0.5);
    transform: translateX(-50%) scale(1.1);
}.sys-course-program .sys-top-bar:hover::before {
    opacity: 0.8;
}.sys-course-program .sys-top-bar svg {
    width: 40px;
    transition: transform 0.5s ease;
    height: 40px;
}.sys-course-program .sys-top-bar:hover svg {
    transform: rotate(15deg);
}.sys-course-program .sys-top-bar svg path {
    fill: rgb(203,212,198);
    transition: fill 0.5s ease;
}.sys-course-program .sys-top-bar:hover svg path {
    fill: rgb(168,179,161);
}.sys-course-program h3 {
    padding-bottom: 20px;
    margin-top: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
}.sys-course-program h3::before {
    background: rgb(203,212,198);
    content: "";
    width: 50px;
    bottom: 0;
    left: 50%;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.5s ease;
}.sys-course-program h3::after {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    transition: width 0.5s ease;
    content: "";
    background: rgb(168,179,161,0.5);
    height: 1px;
}.sys-course-program .sys-knowledge-guide:hover h3::before {
    width: 100px;
}.sys-course-program .sys-knowledge-guide:hover h3::after {
    width: 150px;
}.sys-course-program p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.sys-course-program p::before, 
.sys-course-program p::after {
    content: "";
    height: 20px;
    width: 20px;
    opacity: 0.3;
    transition: all 0.5s ease;
    position: absolute;
}.sys-course-program p::before {
    top: -10px;
    left: -10px;
    border-left: 2px solid rgb(203,212,198);
    border-top: 2px solid rgb(203,212,198);
}.sys-course-program p::after {
    border-bottom: 2px solid rgb(168,179,161);
    bottom: -10px;
    border-right: 2px solid rgb(168,179,161);
    right: -10px;
}.sys-course-program .sys-knowledge-guide:hover p::before,
.sys-course-program .sys-knowledge-guide:hover p::after {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.sys-course-program {
    padding: 100px 0;
}.sys-course-program .sys-knowledge-guide {
    width: 90%;
    padding: 70px 50px;
}.sys-course-program h3 {
    font-size: calc(38px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.sys-course-program {
    padding: 80px 0;
}.sys-course-program .sys-knowledge-guide {
    width: 90%;
    margin: 30px auto;
    padding: 60px 40px;
}.sys-course-program .sys-top-bar {
    height: 60px;
    top: -30px;
    width: 60px;
}.sys-course-program .sys-top-bar svg {
    height: 35px;
    width: 35px;
}.sys-course-program h3 {
    font-size: calc(38px - 4px);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.sys-course-program p {
    line-height: 1.7;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {.sys-course-program {
    padding: 60px 0;
}.sys-course-program .sys-knowledge-guide {
    margin: 25px auto;
    transform: none;
    padding: 50px 30px;
    width: 95%;
}.sys-course-program .sys-top-bar {
    width: 50px;
    top: -25px;
    height: 50px;
}.sys-course-program .sys-top-bar svg {
    width: 30px;
    height: 30px;
}.sys-course-program .sys-top-bar::before {
    display: none;
}.sys-course-program h3 {
    font-size: calc(38px - 6px);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.sys-course-program p {
    font-size: calc(18px - 2px);
    max-width: 100%;
    line-height: 1.6;
}.sys-course-program p::before, 
    .sys-course-program p::after {
    width: 15px;
    height: 15px;
}.sys-course-program .sys-knowledge-guide:hover p::before,
    .sys-course-program .sys-knowledge-guide:hover p::after {
    height: 25px;
    width: 25px;
}.sys-course-program h3::before {
    width: 40px;
}.sys-course-program h3::after {
    width: 80px;
}.sys-course-program .sys-knowledge-guide:hover h3::before {
    width: 70px;
}.sys-course-program .sys-knowledge-guide:hover h3::after {
    width: 110px;
}.sys-course-program .sys-pic-holder {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.sys-course-program .sys-learn-vision:hover .sys-pic-holder {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.sys-course-program .sys-knowledge-guide::after {
    display: none;
}}.sys-cookie-popup-interrupt {
    position: fixed;
    border-top: 2px solid rgb(203,212,198);
    z-index: 90;
    bottom: 0;
    background: rgb(237,239,234);
    width: 100%;
}.sys-data-guard {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.sys-cookie-popup-interrupt h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.sys-cookie-popup-interrupt p {
    font-size: 18px;
}.sys-learn-cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.sys-learn-cookies svg, .sys-learn-cookies svg path, .sys-learn-cookies img {
    height: 100px;
    fill: rgb(203,212,198);
    width: 100px;
}.sys-cookie-control {
    text-align: center;
    min-width: 120px;
    white-space: nowrap;
    color: rgb(203,212,198);
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    border-bottom: 2px solid rgb(203,212,198);
    line-height: 35px;
    text-decoration: none;
    font-size: 24px;
}.sys-cookie-popup-interrupt p a {
    color: rgb(203,212,198);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.sys-cookie-popup-interrupt {
    padding: 20px;
}}
#sys-cookie-alert-panel {
    display: none;
}#sys-cookie-alert-panel:checked ~ .sys-cookie-popup-interrupt {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.sys-learn-cookies {
    display: none;
}.sys-data-guard {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.sys-cookie-popup-interrupt h5 {
    text-align: center;
}.sys-cookie-popup-interrupt p {
    text-align: center;
}.sys-user-alert {
    margin-bottom: 20px;
}body .sys-warp-container .sys-cookie-control {
    margin-left: 0;
}}.sys-privacy-armoury {
    background: rgb(203,212,198,0.5);
    padding: 40px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.sys-privacy-armoury h1 {
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    color: #000000;
    font-size: 46px;
    text-transform: uppercase;
}.sys-privacy-armoury h2 {
    color: rgb(168,179,161);
    font-weight: 600;
    border-bottom: 2px solid rgb(168,179,161,0.5);
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 25px;
}.sys-privacy-armoury ul, .sys-privacy-armoury ol {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}.sys-privacy-armoury li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 18px;
}.sys-privacy-armoury div {
    margin-bottom: 20px;
    padding: 20px;
    line-height: 1.8;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {.sys-privacy-armoury {
    box-shadow: none;
    padding: 20px;
}.sys-privacy-armoury h1 {
    font-size: calc(20px - 10px);
}.sys-privacy-armoury h2 {
    font-size: calc(20px - 5px);
}}

.sys-privacy-armoury h3, .sys-privacy-armoury h4, .sys-privacy-armoury h5, .sys-privacy-armoury h6 {
    font-size: 1.2em;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(203,212,198);
}.sys-privacy-armoury p, .sys-privacy-armoury span {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}.sys-privacy-armoury a {
    font-weight: 400;
    transition: color 0.3s ease;
    color: rgb(168,179,161);
    text-decoration: none;
}.sys-privacy-armoury a:hover {
    color: rgb(203,212,198);
    text-decoration: underline;
}.sys-privacy-armoury button {
    color: #ffffff;
    transition: background 0.3s ease;
    border: none;
    background: rgb(168,179,161);
    cursor: pointer;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
}.sys-privacy-armoury button:hover {
    background: rgb(203,212,198);
}header {
    background: rgb(237,239,234);
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
}header::before {
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(203,212,198,0.5) 0%, 
        transparent 50%, 
        rgb(168,179,161,0.5) 100%);
    content: '';
}header .container {
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}header .sys-nav-mentor {
    border-radius: 15px;
    background: #ffffff;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
}header .sys-head-primary {
    display: flex;
    margin-bottom: 0.5rem;
    text-decoration: none;
    padding: 0.5rem 1rem;
    justify-content: center;
    position: relative;
}header .sys-head-primary::before {
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(203,212,198,0.5), 
        rgb(168,179,161,0.5), 
        rgb(203,212,198,0.5), 
        transparent);
    width: 100%;
    bottom: 0;
}header .sys-head-primary svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .sys-head-primary:hover svg {
    filter: drop-shadow(0 2px 4px rgb(203,212,198,0.5));
    transform: translateY(-2px);
}header .sys-top-train {
    border-radius: 10px;
    padding: 0.6rem;
    gap: 0.4rem;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    background: rgb(237,239,234);
    width: 100%;
}header .sys-header-wrap {
    color: #000000;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 15px;
}header .sys-header-wrap::before {
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(203,212,198), rgb(168,179,161));
    position: absolute;
}header .sys-header-wrap:hover {
    color: #ffffff;
}header .sys-header-wrap:hover::before {
    opacity: 1;
}header .sys-header-wrap::after {
    transition: transform 0.3s ease;
    height: 2px;
    transform: scaleX(0);
    content: '';
    bottom: 0;
    background: linear-gradient(to right, rgb(203,212,198), rgb(168,179,161));
    transform-origin: left;
    position: absolute;
    width: 100%;
    left: 0;
}header .sys-header-wrap:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .sys-nav-mentor {
    padding: 0.8rem;
    gap: 0.8rem;
}header .sys-head-primary svg {
    width: 140px;
}header .sys-top-train {
    padding: 0.5rem;
}header .sys-header-wrap {
    font-size: calc(15px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .sys-nav-mentor {
    padding: 0.7rem;
    gap: 0.7rem;
}header .sys-head-primary svg {
    width: 120px;
}header .sys-top-train {
    gap: 0.3rem;
    padding: 0.4rem;
}header .sys-header-wrap {
    padding: 0.3rem 0.7rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .sys-nav-mentor {
    gap: 0.6rem;
    padding: 0.6rem;
}header .sys-head-primary svg {
    width: 110px;
}header .sys-top-train {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .sys-top-train::-webkit-scrollbar {
    height: 2px;
}header .sys-top-train::-webkit-scrollbar-thumb {
    background: rgb(203,212,198);
    border-radius: 10px;
}header .sys-header-wrap {
    flex-shrink: 0;
    white-space: nowrap;
}}.sys-education-experience {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,239,234), rgb(203,212,198,0.5));
}.sys-education-experience::before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.1;
    left: 0;
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(45deg, rgb(168,179,161,0.5) 0px, transparent 2px, transparent 10px);
    height: 100%;
}.sys-education-experience .sys-review-grid {
    align-items: center;
    gap: 4rem;
    padding: 0;
    position: relative;
    border-radius: 25px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    z-index: 2;
    background: #ffffff;
    overflow: hidden;
    max-width: 1200px;
}.sys-education-experience .sys-pic-holder {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: relative;
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 450px;
    width: 40%;
}.sys-education-experience .sys-pic-holder::after {
    width: 100%;
    background: linear-gradient(135deg, rgb(203,212,198,0.5), transparent);
    opacity: 0.5;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.sys-education-experience .sys-work-skills {
    padding: 3rem;
    width: 60%;
    position: relative;
}.sys-education-experience .name {
    color: #000000;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
}.sys-education-experience .name::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background: rgb(203,212,198);
    width: 50%;
    height: 3px;
    bottom: -8px;
}.sys-education-experience .sys-work-skills > div:nth-child(2) {
    margin-bottom: 1.5rem;
    padding-left: 2px;
    font-size: 18px;
    color: rgb(168,179,161);
    font-weight: 600;
}.sys-education-experience .sys-job-content {
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
}.sys-education-experience .sys-job-content::before {
    top: -2rem;
    position: absolute;
    font-size: 4rem;
    color: rgb(203,212,198,0.5);
    left: -1rem;
    content: "";
    opacity: 0.4;
}.sys-education-experience .sys-review-grid:hover .sys-pic-holder {
    transform: scale(1.03);
}.sys-education-experience .sys-review-grid:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.sys-education-experience .sys-review-grid {
    flex-direction: column;
    gap: 2rem;
}.sys-education-experience .sys-pic-holder {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.sys-education-experience .sys-work-skills {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.sys-education-experience {
    padding: 3rem 1rem;
}.sys-education-experience .sys-pic-holder {
    height: 280px;
}.sys-education-experience .sys-work-skills {
    padding: 0 1.5rem 1.5rem;
}.sys-education-experience .name {
    font-size: calc(29px * 0.85);
}.sys-education-experience .sys-job-content {
    font-size: calc(17px * 0.95);
}}.sys-who-we-are {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.sys-who-we-are::before {
    position: absolute;
    background: linear-gradient(145deg, rgba(15, 25, 35, 0.92), rgba(25, 35, 45, 0.85));
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
    top: 0;
}.sys-who-we-are::after {
    content: "";
    opacity: 0.05;
    background: rgb(203,212,198,0.5);
    height: 70%;
    right: -5%;
    z-index: 1;
    animation: floatBackground 30s infinite alternate ease-in-out;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    width: 50%;
    top: -10%;
}.sys-who-we-are h4 {
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    z-index: 2;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: max(32px, min(5vw, 48px));
    padding-bottom: 15px;
}.sys-who-we-are h4::after {
    position: absolute;
    background: rgb(168,179,161);
    z-index: 2;
    content: "";
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    height: 3px;
}.sys-who-we-are .container {
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.sys-who-we-are .sys-caption-box {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border-left: 5px solid rgb(168,179,161);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    padding: 40px;
}.sys-who-we-are .sys-caption-box:hover {
    transform: translateY(-5px);
}.sys-who-we-are .sys-caption-box::before {
    right: 20px;
    opacity: 0.5;
    position: absolute;
    border-top: 3px solid rgb(168,179,161,0.5);
    border-right: 3px solid rgb(168,179,161,0.5);
    width: 60px;
    content: "";
    height: 60px;
    top: 20px;
}.sys-who-we-are .sys-caption-box::after {
    border-bottom: 3px solid rgb(168,179,161,0.5);
    opacity: 0.5;
    width: 60px;
    content: "";
    height: 60px;
    border-left: 3px solid rgb(168,179,161,0.5);
    left: 20px;
    bottom: 20px;
    position: absolute;
}.sys-who-we-are h6 {
    font-size: max(24px, min(3vw, 32px));
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
}.sys-who-we-are h6::after {
    transition: transform 0.4s ease;
    background: rgb(168,179,161);
    transform-origin: left;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0.7);
    bottom: -8px;
    width: 70%;
}.sys-who-we-are .sys-caption-box:hover h6::after {
    transform: scaleX(1);
}.sys-who-we-are span {
    font-family: Arial, sans-serif;
    hyphens: auto;
    line-height: 1.8;
    max-width: 100%;
    color: #000000;
    display: block;
    column-count: 1;
    font-size: 13px;
    column-gap: 40px;
}


@media (min-width: 768px) {.sys-who-we-are {
    padding: 150px 0 100px;
}.sys-who-we-are h4 {
    margin-bottom: 60px;
}.sys-who-we-are .sys-caption-box {
    padding: 50px;
    max-width: 90%;
    margin: 0 auto;
}.sys-who-we-are span {
    text-align: justify;
    column-count: 2;
}
}

@media (min-width: 992px) {.sys-who-we-are {
    padding: 180px 0 120px;
}.sys-who-we-are .sys-caption-box {
    padding: 60px 70px;
    max-width: 85%;
}.sys-who-we-are h4 {
    font-size: 42px;
}.sys-who-we-are h6 {
    font-size: 28px;
}.sys-who-we-are span {
    font-size: calc(13px + 1px);
}
}

@media (max-width: 767px) {.sys-who-we-are {
    padding: 80px 0 60px;
}.sys-who-we-are h4 {
    margin-bottom: 30px;
    font-size: 28px;
}.sys-who-we-are .sys-caption-box {
    padding: 30px 25px;
}.sys-who-we-are h6 {
    margin-bottom: 20px;
    font-size: 22px;
}.sys-who-we-are span {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}.sys-who-we-are .sys-caption-box::before,
    .sys-who-we-are .sys-caption-box::after {
    height: 40px;
    width: 40px;
}}

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(18deg) translateY(10px);
    }
}.sys-course-fit-for {
    padding: 6rem 0;
    background-color: rgb(237,239,234);
    position: relative;
    overflow: hidden;
}.sys-course-fit-for::before {
    opacity: 0.2;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(168,179,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(203,212,198,0.5) 0%, transparent 40%);
}.sys-course-fit-for::after {
    left: 0;
    opacity: 0.1;
    content: '';
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    position: absolute;
}.sys-course-fit-for .sys-learn-vision {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.sys-course-fit-for h3 {
    font-weight: 300;
    position: relative;
    margin-bottom: 4rem;
    color: rgb(203,212,198);
    text-align: center;
    letter-spacing: 2px;
    font-size: 40px;
}.sys-course-fit-for h3::after {
    border-radius: 50px;
    height: 3px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(203,212,198), transparent);
    bottom: -15px;
    content: '';
    width: 80px;
    opacity: 0.8;
    transform: translateX(-50%);
}.sys-course-fit-for ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    list-style-type: none;
    display: grid;
    padding: 0;
    gap: 2.5rem;
}.sys-course-fit-for li {
    display: flex;
    padding: 2.5rem 2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 26px;
    align-items: center;
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(10px);
}.sys-course-fit-for li::before {
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgb(203,212,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(168,179,161,0.5) 0%, transparent 30%);
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.1;
    transition: opacity 0.5s ease;
    top: 0;
    width: 100%;
    left: 0;
}.sys-course-fit-for li::after {
    z-index: -1;
    height: 200%;
    transition: all 0.5s ease;
    content: '';
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    left: -50%;
    transform: scale(0.8);
    width: 200%;
    opacity: 0;
    position: absolute;
    top: -50%;
}.sys-course-fit-for li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    border-color: rgb(203,212,198,0.5);
}.sys-course-fit-for li:hover::before {
    opacity: 0.2;
}.sys-course-fit-for li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.sys-course-fit-for li svg {
    filter: drop-shadow(0 3px 6px rgb(168,179,161,0.5));
    margin-bottom: 1.5rem;
    fill: rgb(168,179,161);
    height: 70px;
    transition: all 0.5s ease;
    width: 70px;
    animation: float 8s ease-in-out infinite;
}.sys-course-fit-for li:hover svg {
    fill: rgb(203,212,198);
    transform: translateY(-5px);
    filter: drop-shadow(0 8px 15px rgb(203,212,198,0.5));
}.sys-course-fit-for li svg path {
    transition: all 0.5s ease;
}.sys-course-fit-for li:hover svg path {
    fill: rgb(203,212,198);
}.sys-course-fit-for li {
    line-height: 1.7;
    color: #000000;
    margin-top: 1rem;
    font-size: calc(16px * 1.1);
    font-weight: 300;
}.sys-course-fit-for li:nth-child(1) {
    animation-delay: 0s;
}.sys-course-fit-for li:nth-child(2) {
    animation-delay: 0.3s;
}.sys-course-fit-for li:nth-child(3) {
    animation-delay: 0.6s;
}.sys-course-fit-for li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.sys-course-fit-for {
    padding: 5rem 0;
}.sys-course-fit-for h3 {
    font-size: calc(40px * 0.8);
    margin-bottom: 3rem;
}.sys-course-fit-for ul {
    gap: 2rem;
}.sys-course-fit-for li {
    padding: 2rem 1.5rem;
}.sys-course-fit-for li svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.sys-course-fit-for {
    padding: 4rem 0;
}.sys-course-fit-for h3 {
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    font-size: calc(40px * 0.7);
}.sys-course-fit-for ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.sys-course-fit-for li {
    padding: 1.8rem 1.2rem;
}.sys-course-fit-for li svg {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
}}.sys-find-support {
    padding: 100px 0;
    background: rgb(237,239,234);
    position: relative;
    overflow: hidden;
}.sys-find-support::before {
    left: 0;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
}.sys-find-support .container {
    z-index: 1;
    position: relative;
}.sys-find-support .sys-get-supportMbc1w {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 50px;
    position: relative;
    background: linear-gradient(135deg, rgb(237,239,234) 0%, transparent 100%);
}.sys-find-support .sys-get-supportMbc1w::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(203,212,198) 0%, rgb(168,179,161) 100%);
}.sys-find-support .sys-get-supportMbc1w h2 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    font-size: 32px;
    color: rgb(203,212,198);
}.sys-find-support .sys-get-supportMbc1w p {
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
    max-width: 700px;
}.sys-find-support .sys-get-supportMbc1w p:last-of-type {
    margin-bottom: 40px;
    padding-left: 30px;
    position: relative;
}.sys-find-support .sys-edu-reach {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.sys-find-support .sys-reach-out {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    justify-content: center;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    flex-direction: column;
}.sys-find-support .sys-reach-out::before {
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: -1;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(203,212,198,0.5) 0%, rgb(168,179,161,0.5) 100%);
    position: absolute;
    height: 100%;
}.sys-find-support .sys-reach-out::after {
    position: absolute;
    bottom: 0;
    content: '';
    background: rgb(203,212,198);
    transform: scaleX(0);
    width: 100%;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
}.sys-find-support .sys-reach-out:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.sys-find-support .sys-reach-out:hover::before {
    opacity: 0.1;
}.sys-find-support .sys-reach-out:hover::after {
    transform: scaleX(1);
}.sys-find-support .sys-reach-out svg {
    width: 36px;
    stroke: rgb(203,212,198);
    margin-bottom: 12px;
    height: 36px;
    transition: all 0.3s ease;
    stroke-width: 2;
    fill: none;
}.sys-find-support .sys-reach-out:hover svg {
    transform: scale(1.1);
    stroke: rgb(203,212,198);
}.sys-find-support .sys-reach-out span {
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
    font-size: calc(18px * 0.85);
}.sys-find-support .sys-reach-out:hover span {
    color: rgb(203,212,198);
}.sys-find-support .sys-get-supportMbc1w p:last-of-type svg {
    fill: none;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    stroke-width: 2;
    transform: translateY(-50%);
    stroke: rgb(203,212,198);
    left: 0;
}

@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}

@media screen and (max-width: 991px) {.sys-find-support {
    padding: 80px 0;
}.sys-find-support .sys-get-supportMbc1w {
    padding: 40px;
}.sys-find-support .sys-reach-out {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.sys-find-support {
    padding: 60px 0;
}.sys-find-support .sys-get-supportMbc1w {
    padding: 30px;
}.sys-find-support .sys-get-supportMbc1w h2 {
    font-size: calc(32px * 0.9);
}.sys-find-support .sys-edu-reach {
    gap: 20px;
    justify-content: center;
}.sys-find-support .sys-reach-out {
    width: 90px;
    height: 90px;
}.sys-find-support .sys-reach-out svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
}

@media screen and (max-width: 480px) {.sys-find-support {
    padding: 50px 0;
}.sys-find-support .sys-get-supportMbc1w {
    padding: 25px 20px;
}.sys-find-support .sys-get-supportMbc1w h2 {
    font-size: calc(32px * 0.85);
}.sys-find-support .sys-reach-out {
    width: 80px;
    height: 80px;
}.sys-find-support .sys-reach-out svg {
    height: 28px;
    margin-bottom: 6px;
    width: 28px;
}.sys-find-support .sys-reach-out span {
    font-size: calc(18px * 0.8);
}}.sys-ty-modal {
    background: linear-gradient(135deg, rgb(237,239,234) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
    padding: 80px 0;
    perspective: 1000px;
    position: relative;
}.sys-ty-modal::before {
    left: 0;
    pointer-events: none;
    position: absolute;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(168,179,161,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(168,179,161,0.5) 11px
    );
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    animation: patternMove 30s linear infinite;
    height: 100%;
    transform: translateZ(-20px);
}.sys-ty-modal::after {
    transform: rotate(-15deg) scale(2);
    top: -50%;
    content: "";
    right: -50%;
    background: radial-gradient(
        circle at center,
        rgb(203,212,198,0.5) 0%,
        transparent 70%
    );
    width: 100%;
    height: 100%;
    opacity: 0.15;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    position: absolute;
    z-index: 0;
}.sys-ty-modal .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    max-width: 1200px;
    transform-style: preserve-3d;
}.sys-ty-modal h2 {
    opacity: 0;
    color: #000000;
    transform: translateZ(30px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}.sys-ty-modal h2::after {
    height: 3px;
    width: 150px;
    position: absolute;
    opacity: 0;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    background: linear-gradient(90deg, transparent, rgb(168,179,161), transparent);
    transform-origin: center;
    content: "";
}.sys-ty-modal .sys-learn-vision {
    transform: translateZ(15px) rotateX(2deg);
    opacity: 0;
    overflow: hidden;
    position: relative;
    padding: 40px;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    border-radius: 29px;
}.sys-ty-modal .sys-learn-vision::before {
    background: linear-gradient(45deg, rgb(168,179,161,0.5) 0%, transparent 70%);
    z-index: -1;
    left: 0;
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.sys-ty-modal .sys-learn-vision::after {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgb(203,212,198,0.5), transparent 70%);
    bottom: 0;
    transform: translate(40%, 40%);
    height: 180px;
    right: 0;
    width: 180px;
    z-index: -1;
    animation: glowPulse 8s ease-in-out infinite alternate;
    content: "";
    opacity: 0.2;
}.sys-ty-modal ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.sys-ty-modal li {
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(168,179,161);
    transform: translateX(-20px);
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px 15px 20px 35px;
    position: relative;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
}.sys-ty-modal li::before {
    height: 15px;
    content: "";
    border-radius: 50%;
    left: -9px;
    border: 3px solid rgb(168,179,161);
    width: 15px;
    animation: pulseDot 3s infinite;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background-color: #ffffff;
}.sys-ty-modal span {
    display: block;
    opacity: 0;
    color: #000000;
    font-size: calc(17px * 1.05);
    transform: translateY(15px);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    animation: textFadeIn 1s ease-out forwards 0.8s;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

@keyframes itemSlideIn {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.sys-ty-modal {
    padding: 60px 0;
}.sys-ty-modal h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.sys-ty-modal .sys-learn-vision {
    padding: 30px;
}
}

@media (max-width: 768px) {.sys-ty-modal {
    padding: 50px 0;
}.sys-ty-modal h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.sys-ty-modal .sys-learn-vision {
    transform: translateZ(10px) rotateX(1deg);
    padding: 25px;
}.sys-ty-modal span {
    font-size: 17px;
}.sys-ty-modal li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.sys-ty-modal {
    padding: 40px 0;
}.sys-ty-modal h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.sys-ty-modal h2::after {
    width: 100px;
    bottom: -10px;
}.sys-ty-modal .sys-learn-vision {
    padding: 20px;
    margin-top: 15px;
    transform: translateZ(5px) rotateX(0.5deg);
}.sys-ty-modal li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.sys-ty-modal li::before {
    left: -7px;
    height: 12px;
    width: 12px;
}.sys-ty-modal span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.sys-learning-outcomes {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(237,239,234) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
}.sys-learning-outcomes::before {
    right: 0;
    content: "";
    height: 400px;
    animation: float 15s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(203,212,198,0.5) 0%, transparent 70%);
    opacity: 0.4;
    filter: blur(60px);
    transform: translate(30%, -30%);
    top: 0;
    position: absolute;
    width: 400px;
}.sys-learning-outcomes::after {
    left: 0;
    bottom: 0;
    transform: translate(-30%, 30%);
    filter: blur(60px);
    width: 400px;
    background: radial-gradient(circle, rgb(168,179,161,0.5) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite alternate-reverse;
    opacity: 0.4;
    position: absolute;
    height: 400px;
    content: "";
}@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

.sys-learning-outcomes .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.sys-learning-outcomes .sys-learn-vision {
    gap: 30px;
    position: relative;
    grid-template-columns: 0.8fr 1.2fr;
    display: grid;
}.sys-learning-outcomes .sys-pic-holder {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    transform: rotate(-1deg);
    object-fit: cover;
    max-height: 400px;
    height: auto;
    border-radius: 15px;
    position: relative;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
}.sys-learning-outcomes .sys-pic-holder:hover {
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
    transform: rotate(0) scale(1.02);
}.sys-learning-outcomes .sys-caption-box {
    background: #ffffff;
    position: relative;
    border-radius: 15px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    z-index: 2;
    padding: 30px 25px;
    transform: translateY(10px);
}.sys-learning-outcomes .sys-caption-box::before {
    left: -5px;
    right: -5px;
    content: "";
    top: -5px;
    z-index: -1;
    border-radius: 20px;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(135deg, rgb(203,212,198,0.5), rgb(168,179,161,0.5));
    bottom: -5px;
    filter: blur(10px);
}.sys-learning-outcomes h3 {
    border-bottom: 2px dashed rgb(203,212,198,0.5);
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(203,212,198);
    position: relative;
}.sys-learning-outcomes h3::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(168,179,161,0.5);
    opacity: 0.3;
    right: -15px;
    width: 30px;
    z-index: -1;
    height: 30px;
    top: -15px;
    content: "";
}.sys-learning-outcomes ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.sys-learning-outcomes li {
    transition: all 0.3s ease;
    position: relative;
    transform: translateX(0);
    margin-bottom: 15px;
}.sys-learning-outcomes li:last-child {
    margin-bottom: 0;
}.sys-learning-outcomes li::before {
    height: 0;
    transition: height 0.3s ease;
    top: 0;
    position: absolute;
    content: "";
    left: -10px;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgb(203,212,198), rgb(168,179,161));
    width: 3px;
}.sys-learning-outcomes li:hover {
    transform: translateX(8px);
}.sys-learning-outcomes li:hover::before {
    height: 100%;
}.sys-learning-outcomes li p {
    align-items: center;
    display: flex;
    padding: 10px 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    gap: 12px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    margin: 0;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    font-size: 14px;
}.sys-learning-outcomes li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}.sys-learning-outcomes svg {
    transition: all 0.3s ease;
    width: 20px;
    padding: 8px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgb(203,212,198,0.5);
    height: 20px;
    flex-shrink: 0;
}.sys-learning-outcomes svg path {
    fill: rgb(203,212,198);
    transition: fill 0.3s ease;
}.sys-learning-outcomes li:hover svg {
    transform: rotate(10deg);
    border-color: transparent;
    background: linear-gradient(135deg, rgb(203,212,198), rgb(168,179,161));
}.sys-learning-outcomes li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.sys-learning-outcomes {
    padding: 60px 0;
}.sys-learning-outcomes .sys-learn-vision {
    grid-template-columns: 1fr;
    gap: 20px;
}.sys-learning-outcomes .sys-pic-holder {
    width: 100%;
    object-fit: cover;
    transform: rotate(0);
    max-height: 350px;
}.sys-learning-outcomes .sys-caption-box {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.sys-learning-outcomes {
    padding: 50px 0;
}.sys-learning-outcomes .sys-pic-holder {
    max-height: 280px;
}.sys-learning-outcomes h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 576px) {.sys-learning-outcomes {
    padding: 40px 0;
}.sys-learning-outcomes .sys-pic-holder {
    max-height: 220px;
}.sys-learning-outcomes .sys-caption-box {
    padding: 20px 15px;
}.sys-learning-outcomes h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.85);
}.sys-learning-outcomes li {
    margin-bottom: 12px;
}.sys-learning-outcomes li p {
    gap: 10px;
    font-size: calc(14px * 0.95);
    padding: 8px 10px;
}.sys-learning-outcomes svg {
    height: 18px;
    width: 18px;
    padding: 6px;
}
}