* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.sysnav_core {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1270px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.syswrapper-padding {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.sysevent_cal {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sysdata_insights {
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(123,168,154,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.sysdata_insights::before {
    background-image: linear-gradient(30deg, rgb(168,199,187,0.5) 5%, transparent 35%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
}.sysdata_insights::after {
    position: absolute;
    width: 25rem;
    height: 25rem;
    opacity: 0.4;
    z-index: 1;
    background: radial-gradient(circle, rgb(123,168,154,0.5) 0%, transparent 70%);
    right: -5%;
    content: "";
    bottom: -10%;
    filter: blur(30px);
}.sysdata_insights h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
}.sysdata_insights h3::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
}.sysdata_insights .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.sysdata_insights ul {
    display: grid;
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
    list-style: none;
}.sysdata_insights .sysextra_experts {
    border-left: 4px solid rgb(168,199,187);
    overflow: hidden;
    padding: 1.5rem;
    transform-origin: center bottom;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.sysdata_insights .sysextra_experts::before {
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 15%, rgba(255,255,255,0.4) 30%, transparent 40%);
}.sysdata_insights .sysextra_experts:hover {
    transform: perspective(800px) rotateX(0) translateZ(5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
}.sysdata_insights .sysextra_experts:hover::before {
    transform: translateX(100%);
}.sysdata_insights .sysextra_experts span {
    transform: translateY(0);
    color: #000000;
    transition: transform 0.3s ease;
    font-weight: 600;
    position: relative;
    font-size: calc(17px * 0.9);
    margin-bottom: 0.75rem;
    display: block;
}.sysdata_insights .sysextra_experts:hover span {
    transform: translateY(-2px);
}.sysdata_insights .sysextra_experts p {
    margin: 0;
    opacity: 0;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    background-clip: text !important;
    color: transparent;
    position: relative;
    color: rgb(168,199,187);
    font-size: calc(30px * 1.2);
    -webkit-background-clip: text !important;
    animation: fadeUp 0.5s forwards 0.2s;
    font-weight: 700;
    transform: translateY(10px);
    display: inline-block;
}.sysdata_insights .sysextra_experts p::after {
    opacity: 0.7;
    content: "+";
    font-size: calc(19px * 0.8);
    position: absolute;
    right: -15px;
    top: 0;
}

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

@media (max-width: 992px) {.sysdata_insights {
    padding: 4rem 0;
}.sysdata_insights ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.sysdata_insights .sysextra_experts {
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.sysdata_insights {
    padding: 3rem 0;
}.sysdata_insights h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.sysdata_insights ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.25rem;
}.sysdata_insights .sysextra_experts {
    transform: perspective(800px) rotateX(0) translateZ(0);
}.sysdata_insights .sysextra_experts p {
    font-size: calc(30px * 1);
}
}

@media (max-width: 576px) {.sysdata_insights {
    padding: 2.5rem 0;
}.sysdata_insights h3 {
    font-size: calc(30px * 0.8);
}.sysdata_insights ul {
    max-width: 300px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.sysdata_insights .sysextra_experts {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: none;
}.sysdata_insights .sysextra_experts:hover {
    transform: translateY(-5px);
}.sysdata_insights .sysextra_experts p {
    font-size: calc(30px * 0.9);
}}.systhanksWrap {
    position: relative;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(168,199,187,0.5) 30%, rgb(212,227,220) 70%, rgb(123,168,154,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
}.systhanksWrap::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(168,199,187,0.5) 0%, transparent 60%);
    animation: pulseGlow 10s ease-in-out infinite;
    top: 0;
}.systhanksWrap::after {
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.7;
    position: absolute;
    content: "";
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    top: 0;
    height: 100%;
}.systhanksWrap .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.systhanksWrap .syslearn_lab {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    display: flex;
    gap: 2.5rem;
}.systhanksWrap .syslearn_lab::before {
    transform: translateX(-50%);
    opacity: 0.6;
    width: 80%;
    left: 50%;
    border-radius: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: -5px;
    background: linear-gradient(90deg, transparent, rgb(168,199,187) 50%, transparent);
}.systhanksWrap .syslearn_lab::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(123,168,154) 50%, transparent);
    border-radius: 10px;
    width: 80%;
    position: absolute;
    height: 10px;
    opacity: 0.6;
}.systhanksWrap .syslearn_lab > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.systhanksWrap .syslearn_lab > div:first-child::after {
    height: 3px;
    content: "";
    width: 60px;
    background: rgb(168,199,187);
    animation: expandLine 1.5s ease-out forwards;
    left: 0;
    position: absolute;
    bottom: 0;
    transform-origin: left;
}.systhanksWrap h5 {
    transition: transform 0.3s ease;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    margin: 0;
    font-size: 23px;
    line-height: 1.4;
    color: #000000;
}.systhanksWrap a {
    position: relative;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
}.systhanksWrap a::before {
    transform: skewX(-20deg);
    content: "";
    width: 10px;
    position: absolute;
    transition: opacity 0.3s ease;
    animation: shine 3s infinite;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(168,199,187,0.5), transparent);
    opacity: 0;
    left: -30px;
    height: 100%;
}.systhanksWrap a:hover::before {
    opacity: 1;
}.systhanksWrap p {
    border-left: 3px solid rgb(123,168,154,0.5);
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding: 0.5rem 1rem;
    color: #000000;
    margin: 0;
    transition: all 0.3s ease;
}.systhanksWrap a:hover p {
    color: rgb(168,199,187);
    transform: translateX(5px);
}.systhanksWrap .syslearn_lab:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.systhanksWrap {
    padding: 150px 0;
}.systhanksWrap .syslearn_lab {
    max-width: 85%;
    margin: 0 auto;
    padding: 4rem 5rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
}.systhanksWrap .syslearn_lab:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.systhanksWrap h5 {
    font-size: calc(23px * 1.2);
}.systhanksWrap p {
    font-size: calc(16px * 1.1);
    padding: 1rem 1.5rem;
    line-height: 1.8;
}
}

@media (min-width: 992px) {.systhanksWrap .syslearn_lab {
    gap: 3rem;
    max-width: 75%;
}.systhanksWrap .syslearn_lab > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.systhanksWrap {
    padding: 60px 0;
}.systhanksWrap .syslearn_lab {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.systhanksWrap h5 {
    font-size: calc(23px * 0.9);
}.systhanksWrap p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@media (max-width: 480px) {.systhanksWrap {
    padding: 40px 0;
}.systhanksWrap .syslearn_lab {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.systhanksWrap h5 {
    font-size: calc(23px * 0.8);
}.systhanksWrap p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}header {
    overflow: visible;
    background: #ffffff;
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(168,199,187), rgb(123,168,154));
    top: 0;
    position: absolute;
    height: 5px;
    content: "";
}header .systop_skill {
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 25px 30px;
    display: flex;
}header .systop_skill::after {
    left: 0;
    position: absolute;
    background-color: rgb(212,227,220);
    bottom: 0;
    height: 1px;
    width: 100%;
    content: "";
}header .systop_skill .systop_header {
    position: relative;
    z-index: 2;
}header .systop_skill .systop_header .systop_master {
    overflow: hidden;
    position: relative;
    display: block;
}header .systop_skill .systop_header .systop_master svg {
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
}header .systop_skill .systop_header .systop_master:hover svg {
    transform: scale(1.08);
}header .systop_skill .syshead_train {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
}header .systop_skill .syshead_train .sysnav_pagewrap {
    position: relative;
    margin: 0 15px;
}header .systop_skill .syshead_train .sysnav_pagewrap:last-child {
    margin-right: 0;
}header .systop_skill .syshead_train .sysnav_pagewrap a {
    padding: 8px 0;
    font-weight: 400;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
}header .systop_skill .syshead_train .sysnav_pagewrap a:hover {
    color: rgb(168,199,187);
    letter-spacing: 1px;
}header .systop_skill .syshead_train .sysnav_pagewrap a::before,
header .systop_skill .syshead_train .sysnav_pagewrap a::after {
    content: "";
    background-color: rgb(168,199,187);
    height: 1px;
    bottom: 0;
    left: 0;
    transform-origin: right center;
    position: absolute;
    width: 100%;
}header .systop_skill .syshead_train .sysnav_pagewrap a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .systop_skill .syshead_train .sysnav_pagewrap a::after {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
    background-color: rgb(123,168,154);
}header .systop_skill .syshead_train .sysnav_pagewrap a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .systop_skill .syshead_train .sysnav_pagewrap a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .systop_skill .syshead_train .sysnav_pagewrap a::after {
    height: 3px;
    bottom: -2px;
    opacity: 0.3;
}header .systop_skill .syshead_train .sysnav_pagewrap:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .systop_skill {
    padding: 20px 15px;
    flex-direction: column;
}header .systop_skill .systop_header {
    margin-bottom: 20px;
}header .systop_skill .syshead_train {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .systop_skill .syshead_train .sysnav_pagewrap {
    margin: 5px 12px;
}header .systop_skill .syshead_train .sysnav_pagewrap a {
    padding: 5px 0;
    font-size: calc(14px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .systop_skill {
    padding: 15px 10px;
}header .systop_skill .systop_header {
    margin-bottom: 15px;
}header .systop_skill .systop_header .systop_master svg {
    height: 35px;
}header .systop_skill .syshead_train {
    gap: 5px;
}header .systop_skill .syshead_train .sysnav_pagewrap {
    margin: 2px 10px;
}}.syssecure_sanctum {
    display: grid;
    background: linear-gradient(135deg, rgb(123,168,154) 25%, rgb(168,199,187) 75%);
    padding: 60px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    grid-gap: 30px;
    grid-template-columns: 1fr;
    height: auto;
    color: rgb(255, 255, 255, 0.5);
}.syssecure_sanctum h1 {
    font-size: 38px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: rgb(168,199,187);
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    grid-column: span 2;
    font-weight: 700;
    margin-top: 0;
    border-radius: 10px;
    padding: 10px;
    letter-spacing: 3px;
}.syssecure_sanctum h2 {
    margin-top: 0;
    border-bottom: 2px solid #ffffff;
    text-align: left;
    font-size: 31px;
    font-weight: 600;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    margin-bottom: 20px;
    background: rgb(123,168,154);
    padding: 10px;
    color: #ffffff;
}.syssecure_sanctum h3, .syssecure_sanctum h4, .syssecure_sanctum h5, .syssecure_sanctum h6 {
    text-align: left;
    font-size: 23px;
    margin-top: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    border-left: 4px solid rgb(168,199,187);
    border-radius: 10px;
    color: #ffffff;
    padding: 10px;
    font-weight: 400;
}.syssecure_sanctum ul, .syssecure_sanctum ol {
    list-style-position: inside;
    margin: 15px 0;
    line-height: 1.8;
    font-size: 12px;
    list-style: none;
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    padding: 10px;
}.syssecure_sanctum li {
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}.syssecure_sanctum li::before {
    content: "";
    background-color: rgb(123,168,154);
    left: -10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    top: 50%;
}.syssecure_sanctum section {
    border-radius: 10px;
    display: grid;
    color: #000000;
    grid-template-columns: 1fr 1fr;
    background: rgb(212,227,220);
    padding: 20px;
    grid-gap: 20px;
}

@media only screen and (max-width: 800px) {.syssecure_sanctum {
    grid-template-columns: 1fr;
    padding: 30px;
}.syssecure_sanctum h1 {
    font-size: calc(23px - 8px);
}.syssecure_sanctum h2 {
    font-size: calc(23px - 6px);
}.syssecure_sanctum h3, .syssecure_sanctum h4, .syssecure_sanctum h5, .syssecure_sanctum h6 {
    font-size: calc(23px - 4px);
}.syssecure_sanctum ul, .syssecure_sanctum ol {
    font-size: calc(12px - 2px);
    padding-left: 15px;
}.syssecure_sanctum section {
    grid-template-columns: 1fr;
}}.syseducation_history {
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(123,168,154,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
}.syseducation_history::before {
    z-index: 0;
    top: 0;
    transform: translateZ(-10px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,199,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(123,168,154,0.5) 0%, transparent 30%);
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.15;
    left: 0;
}.syseducation_history .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 2rem;
}.syseducation_history .syslearner_reflections {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform-style: preserve-3d;
    padding: 3rem;
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 2.5rem;
    display: grid;
}.syseducation_history .syslearner_reflections:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.syseducation_history .syslearner_reflections > div {
    position: relative;
}.syseducation_history .syslearner_reflections > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}.syseducation_history .syspic_strip {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    height: 300px;
    transform: rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
    border: 3px solid #ffffff;
}.syseducation_history .syspic_strip::after {
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
}.syseducation_history .syslearner_reflections:hover .syspic_strip {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.syseducation_history .name {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.03em;
    transform: translateZ(15px);
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
}.syseducation_history .name::after {
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    left: 0;
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.3s ease-in-out;
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
}.syseducation_history .syslearner_reflections:hover .name::after {
    transform: scaleX(1);
}.syseducation_history .syslearner_reflections > div:nth-child(2) > div {
    color: rgb(123,168,154);
    position: relative;
    transform: translateZ(5px);
    margin-top: 0.75rem;
    font-weight: 600;
    font-size: calc(17px - 0.1rem);
}.syseducation_history .syswork_content {
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-size: 17px;
    opacity: 0.9;
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    transition: opacity 0.3s ease;
}.syseducation_history .syslearner_reflections:hover .syswork_content {
    opacity: 1;
}.syseducation_history .syswork_content::before {
    top: -2rem;
    font-family: Georgia, serif;
    left: -1.5rem;
    position: absolute;
    opacity: 0.2;
    font-size: 6rem;
    color: rgb(123,168,154,0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    z-index: -1;
}.syseducation_history .syslearner_reflections:hover .syswork_content::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.syseducation_history {
    padding: 8rem 0;
}.syseducation_history .syslearner_reflections {
    gap: 2rem 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
}.syseducation_history .syslearner_reflections > div:first-child {
    grid-row: span 2;
}.syseducation_history .syslearner_reflections > div:nth-child(3) {
    grid-column: 2;
}.syseducation_history .syspic_strip {
    min-height: 400px;
    transform: rotateY(-5deg) translateZ(20px);
    height: 100%;
}.syseducation_history .syswork_content {
    font-size: calc(17px + 0.05rem);
}.syseducation_history .name {
    font-size: calc(20px + 0.1rem);
}
}

@media (min-width: 1024px) {.syseducation_history .syslearner_reflections {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.syseducation_history .syspic_strip {
    min-height: 450px;
}.syseducation_history .name::after {
    width: 80px;
}.syseducation_history .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.syseducation_history .syslearner_reflections {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem 4rem;
}.syseducation_history .syspic_strip {
    min-height: 500px;
}.syseducation_history .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.syseducation_history {
    padding: 4rem 0;
}.syseducation_history .syslearner_reflections {
    padding: 2rem;
}.syseducation_history .syspic_strip {
    margin-bottom: 1rem;
    height: 250px;
}.syseducation_history .syswork_content {
    font-size: calc(17px - 0.05rem);
}.syseducation_history .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.syseducation_history .syslearner_reflections {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.syseducation_history .syslearner_reflections:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.syseducation_history .syslearner_reflections {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.syseducation_history .syspic_strip {
    transform: none !important;
}}.syscookieSettingsWindow {
    background: rgb(212,227,220);
    position: fixed;
    border-top: 3px solid rgb(168,199,187);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    z-index: 90;
}.sysedu_cookie {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
}.systrack_alert {
    flex-shrink: 0;
    margin-right: 15px;
}.systrack_alert svg {
    transition: fill 0.3s ease;
    fill: rgb(168,199,187);
    height: 60px;
    width: 60px;
}.systrack_alert svg:hover {
    fill: rgb(123,168,154);
}.syscookies_consent {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.syscookieSettingsWindow h5 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(168,199,187);
}.syscookieSettingsWindow p {
    line-height: 1.5;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
}.syscookie_frame {
    cursor: pointer;
    color: #ffffff;
    border-radius: 25px;
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
    font-size: 19px;
    background: rgb(168,199,187);
    text-align: center;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.syscookie_frame:hover {
    background: rgb(123,168,154);
    box-shadow: 0 0 10px rgb(123,168,154,0.5);
}#syscookies_confirmation_action {
    background: rgb(168,199,187);
}#sysdoNotAcceptCookiesCollection {
    background: rgba(0, 0, 0, 0.5);
}.syscookieSettingsWindow p a {
    transition: color 0.3s ease;
    color: rgb(168,199,187);
    text-decoration: underline;
}.syscookieSettingsWindow p a:hover {
    color: rgb(123,168,154);
}
@media only screen and (max-width: 1200px) {.sysedu_cookie {
    flex-direction: column;
    align-items: center;
}.systrack_alert {
    margin-bottom: 15px;
}.syscookies_consent {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.syscookie_frame {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.sysedu_cookie {
    padding: 15px;
}.systrack_alert {
    display: none;
}.syscookieSettingsWindow h5 {
    font-size: 21px;
}.syscookieSettingsWindow p {
    font-size: 13px;
}}
#syscookieNoticeOverlay {
    display: none;
}#syscookieNoticeOverlay:checked ~ .syscookieSettingsWindow {
    visibility: hidden;
    opacity: 0;
}.sysevent_cal {
    padding: 5rem 0 3rem;
    z-index: 1;
    background-position: center center;
    position: relative;
    color: #ffffff;
}.sysevent_cal::before {
    width: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
}.sysevent_cal::after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.5;
    left: 0;
    height: 100%;
    top: 0;
}.sysevent_cal .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.sysevent_cal .container::before {
    width: 100%;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    opacity: 0.3;
    background: linear-gradient(0deg, rgb(168,199,187) 0%, transparent 100%);
    height: 80px;
    position: absolute;
    content: "";
    left: 0;
    top: -80px;
}.sysevent_cal .company_holder {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border: 1px solid rgba(rgb(168,199,187), 0.3);
    backdrop-filter: blur(5px);
    margin-bottom: 4rem;
    position: relative;
}.sysevent_cal .company_holder::before {
    filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    background: linear-gradient(45deg, rgb(168,199,187), transparent 70%);
    content: "";
    z-index: -1;
    height: calc(100% + 10px);
    opacity: 0.5;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    position: absolute;
}.sysevent_cal .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: calc(31px * 1.2);
    display: inline-block;
    text-shadow: 0 0 10px rgb(168,199,187), 0 0 20px rgb(168,199,187), 0 0 30px rgb(168,199,187);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}.sysevent_cal .company_holder h3::before {
    opacity: 0.7;
    top: 2px;
    z-index: -1;
    left: 2px;
    content: attr(data-text);
    position: absolute;
    filter: blur(1px);
    color: rgb(168,199,187);
}.sysevent_cal .systemplate_cta {
    border-left: 2px solid rgb(168,199,187);
    color: #ffffff;
    opacity: 0.8;
    font-size: 18px;
    padding-left: 1rem;
    line-height: 1.6;
    margin-top: 1.5rem;
}.sysevent_cal .syslevel_up {
    justify-content: space-between;
    display: flex;
    position: relative;
}.sysevent_cal .syslevel_up::before {
    width: 100%;
    content: "";
    left: 0;
    top: -20px;
    background: linear-gradient(90deg, transparent, rgb(168,199,187), transparent);
    height: 1px;
    position: absolute;
}.sysevent_cal .syshead_skill {
    display: flex;
    gap: 2rem;
    width: 100%;
    justify-content: space-between;
}.sysevent_cal .syshead_train {
    padding: 1.5rem;
    flex: 1;
    border-bottom: 2px solid rgb(168,199,187);
    transition: all 0.3s ease;
    position: relative;
    border-left: 2px solid rgb(168,199,187);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}.sysevent_cal .syshead_train:hover {
    transform: translateY(-5px);
    background: rgba(rgb(168,199,187,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}.sysevent_cal .syshead_train h5 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: rgb(123,168,154);
    position: relative;
    letter-spacing: 2px;
}.sysevent_cal .syshead_train h5::after {
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(168,199,187);
    bottom: -8px;
    content: "";
    box-shadow: 0 0 10px rgb(168,199,187);
    position: absolute;
}.sysevent_cal .syshead_train .syshead_skill {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.sysevent_cal .syshead_train .syshead_skill a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
    font-size: 18px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #ffffff;
}.sysevent_cal .syshead_train .syshead_skill a::before {
    color: rgb(168,199,187);
    position: absolute;
    transition: all 0.3s ease;
    content: "//";
    left: 0;
    font-size: 0.8em;
}.sysevent_cal .syshead_train .syshead_skill a:hover {
    text-shadow: 0 0 5px rgb(168,199,187);
    opacity: 1;
    color: rgb(168,199,187);
}.sysevent_cal .syshead_train .syshead_skill a:hover::before {
    color: rgb(123,168,154);
}.sysfooter_social {
    position: relative;
    margin-top: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
}.sysfooter_social::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(168,199,187), transparent);
    height: 1px;
}.sysfooter_social .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.sysfooter_social .systranscript {
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.7;
}.sysfooter_social .systranscript::before,
.sysfooter_social .systranscript::after {
    color: rgb(168,199,187);
    margin: 0 10px;
    content: "//";
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(168,199,187), 0 0 20px rgb(168,199,187);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.sysevent_cal .syslevel_up {
    flex-direction: column;
}.sysevent_cal .syshead_skill {
    flex-direction: column;
}.sysevent_cal .syshead_train {
    width: 100%;
    margin-bottom: 1rem;
}.sysfooter_social {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.sysevent_cal {
    padding: 4rem 0 2rem;
}.sysevent_cal .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.sysevent_cal .company_holder h3 {
    font-size: 31px;
}.sysevent_cal .syshead_train h5 {
    font-size: calc(20px * 0.9);
}.sysfooter_social {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.sysevent_cal {
    padding: 3rem 0 2rem;
}.sysevent_cal .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.sysevent_cal .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(31px * 0.85);
}.sysevent_cal .systemplate_cta {
    font-size: calc(18px * 0.9);
}.sysevent_cal .syshead_train {
    padding: 1rem;
}.sysevent_cal .syshead_train .syshead_skill a {
    font-size: calc(18px * 0.9);
}.sysfooter_social {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.sysfooter_social .systranscript::before,
    .sysfooter_social .systranscript::after {
    display: none;
}}.sysabout_this {
    padding: 120px 0 80px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.sysabout_this::before {
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.92), rgba(16, 19, 34, 0.95));
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}.sysabout_this::after {
    z-index: 2;
    position: absolute;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    height: 100%;
    opacity: 0.12;
    background: radial-gradient(circle at center, rgb(168,199,187,0.5), transparent 70%);
    width: 100%;
    top: -50%;
    content: "";
    right: -50%;
}.sysabout_this .container {
    justify-content: center;
    max-width: 1200px;
    display: flex;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}.sysabout_this h4 {
    margin: 0 0 60px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 5;
}.sysabout_this h4::before {
    background: rgb(168,199,187);
    content: "";
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    left: 50%;
}.sysabout_this h4::after {
    left: 50%;
    transform: translateX(-50%) translateX(45px);
    bottom: -15px;
    width: 10px;
    animation: slideRight 3s infinite alternate ease-in-out;
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(123,168,154);
}.sysabout_this .syscontent_card {
    backdrop-filter: blur(10px);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 800px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.sysabout_this .syscontent_card:hover {
    transform: perspective(1000px) rotateX(0deg);
}.sysabout_this .syscontent_card::before {
    background: linear-gradient(45deg, transparent 40%, rgb(168,199,187,0.5) 45%, rgb(168,199,187,0.5) 50%, transparent 55%);
    content: "";
    z-index: -1;
    right: -5px;
    bottom: -5px;
    position: absolute;
    top: -5px;
    animation: borderShine 8s infinite linear;
    opacity: 0.4;
    left: -5px;
}.sysabout_this h6 {
    color: rgb(168,199,187);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: calc(17px * 1.2);
}.sysabout_this h6::after {
    bottom: -8px;
    height: 2px;
    background: rgb(123,168,154);
    left: 0;
    content: "";
    width: 30%;
    position: absolute;
}.sysabout_this span {
    color: rgba(255, 255, 255, 0.9);
    column-count: 1;
    display: block;
    line-height: 1.8;
    column-gap: 30px;
    font-size: 18px;
    position: relative;
    text-align: justify;
}.sysabout_this .syscontent_card div {
    position: relative;
}.sysabout_this .syscontent_card div::before {
    top: 0;
    content: "";
    border-top: 2px solid rgb(168,199,187,0.5);
    opacity: 0.6;
    width: 20px;
    position: absolute;
    border-left: 2px solid rgb(168,199,187,0.5);
    height: 20px;
    left: -40px;
}.sysabout_this .syscontent_card div::after {
    height: 20px;
    opacity: 0.6;
    border-right: 2px solid rgb(168,199,187,0.5);
    content: "";
    right: -40px;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid rgb(168,199,187,0.5);
    width: 20px;
}

@keyframes pulseGlow {
    0% {
        opacity: 0.08;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.08;
        transform: scale(1);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(-50%) translateX(45px);
    }
    100% {
        transform: translateX(-50%) translateX(60px);
    }
}

@keyframes borderShine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 400% 0%;
    }
}

@media (min-width: 768px) {.sysabout_this {
    padding: 160px 0 120px;
}.sysabout_this span {
    column-count: 2;
}.sysabout_this .syscontent_card {
    padding: 50px 60px;
}.sysabout_this h4 {
    margin-bottom: 80px;
    font-size: calc(24px * 1.2);
}.sysabout_this h6 {
    margin-bottom: 35px;
    font-size: calc(17px * 1.4);
}.sysabout_this .syscontent_card::after {
    background: linear-gradient(135deg, rgb(168,199,187,0.5), transparent);
    content: "";
    filter: blur(10px);
    opacity: 0.2;
    top: 20px;
    border-radius: 50%;
    width: 60px;
    right: 20px;
    position: absolute;
    height: 60px;
}
}

@media (min-width: 992px) {.sysabout_this {
    padding: 180px 0 140px;
}.sysabout_this .syscontent_card {
    transform: perspective(1200px) rotateX(2deg) translateY(-10px);
    padding: 60px 70px;
}.sysabout_this .syscontent_card:hover {
    transform: perspective(1200px) rotateX(0deg) translateY(0);
}.sysabout_this::before {
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.88), rgba(16, 19, 34, 0.92));
}.sysabout_this h4::before {
    width: 80px;
}.sysabout_this h4::after {
    transform: translateX(-50%) translateX(65px);
}
    
    @keyframes slideRight {
        0% {
            transform: translateX(-50%) translateX(65px);
        }
        100% {
            transform: translateX(-50%) translateX(90px);
        }
    }
}

@media (max-width: 767px) {.sysabout_this {
    padding: 80px 0 60px;
}.sysabout_this .syscontent_card {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.sysabout_this h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 40px;
}.sysabout_this h6 {
    margin-bottom: 20px;
    font-size: 17px;
}.sysabout_this span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.sysabout_this {
    padding: 60px 0 40px;
}.sysabout_this .syscontent_card {
    padding: 25px 20px;
    transform: none;
}.sysabout_this h4 {
    margin-bottom: 30px;
}.sysabout_this h6::after {
    width: 25%;
}.sysabout_this span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.sysabout_this .syscontent_card div::before,
    .sysabout_this .syscontent_card div::after {
    display: none;
}}.syssubscribe_to_newsletter {
    padding: var(--section-padding) 0;
    --section-padding: clamp(3rem, 8vw, 6rem);
    overflow: hidden;
    --gradient-middle: rgb(123,168,154);
    --gradient-end: #4a90e2;
    position: relative;
    --input-bg: rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-middle) 50%, var(--gradient-end));
    --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    --gradient-start: rgb(168,199,187);
}.syssubscribe_to_newsletter::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    z-index: 1;
    bottom: 0;
}.syssubscribe_to_newsletter::after {
    left: 0;
    content: "";
    width: 100%;
    background-size: 20px 20px;
    opacity: 0.2;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%);
    z-index: 1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    top: 0;
}.syssubscribe_to_newsletter .container {
    padding: 0 clamp(1rem, 5vw, 3rem);
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.syssubscribe_to_newsletter .syslearn_lab {
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    background: rgba(255, 255, 255, 0.12);
    border-left: 3px solid #ffffff;
    transform: perspective(1000px) rotateY(-1deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    padding: clamp(2rem, 5vw, 3.5rem);
    gap: 2rem;
}.syssubscribe_to_newsletter .syslearn_lab:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 15px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.syssubscribe_to_newsletter h4 {
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    margin: 0;
    position: relative;
    text-shadow: var(--text-shadow);
    max-width: 95%;
    line-height: 1.4;
}.syssubscribe_to_newsletter h4::after {
    opacity: 0.7;
    width: 60px;
    left: 0;
    transition: transform 0.5s ease-out;
    height: 3px;
    position: absolute;
    bottom: -12px;
    background: #ffffff;
    transform: scaleX(1);
    content: "";
    transform-origin: left center;
}.syssubscribe_to_newsletter .syslearn_lab:hover h4::after {
    transform: scaleX(1.5);
}.syssubscribe_to_newsletter .input_holder {
    flex-wrap: wrap;
    display: flex;
    margin-top: 0.5rem;
    gap: 1rem;
}.syssubscribe_to_newsletter .input_holder span {
    transition: transform 0.3s ease;
    flex: 1 1 280px;
    position: relative;
}.syssubscribe_to_newsletter .input_holder span:hover {
    transform: translateY(-2px);
}.syssubscribe_to_newsletter input[type="email"] {
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    background: var(--input-bg);
    padding: 1rem 1.5rem;
    border: none;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.05);
}.syssubscribe_to_newsletter input[type="email"]:focus {
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 2px var(--gradient-middle);
    transform: scale(1.02);
    outline: none;
    background: #ffffff;
}.syssubscribe_to_newsletter input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.syssubscribe_to_newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.syssubscribe_to_newsletter .syssubscribe_area {
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    padding: 1rem 1.5rem;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 1px 3px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gradient-end), var(--gradient-middle));
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    font-size: var(--btn-font-size, 1rem);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
}.syssubscribe_to_newsletter .syssubscribe_area::before {
    height: 100%;
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: all 0.6s ease;
    content: "";
}.syssubscribe_to_newsletter .syssubscribe_area:hover {
    background: linear-gradient(135deg, var(--gradient-middle), var(--gradient-start));
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.2),
        0 2px 5px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(-2px);
}.syssubscribe_to_newsletter .syssubscribe_area:hover::before {
    left: 100%;
}.syssubscribe_to_newsletter .syssubscribe_area:active {
    box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(1px);
}

@media (min-width: 768px) {.syssubscribe_to_newsletter .syslearn_lab {
    border-radius: var(--border-radius-medium, 8px);
    flex-direction: row;
    align-items: center;
}.syssubscribe_to_newsletter .syslearn_lab > div {
    flex: 1;
    padding-right: 2rem;
}.syssubscribe_to_newsletter .input_holder {
    margin-top: 0;
    flex: 1;
}.syssubscribe_to_newsletter h4::after {
    width: 80px;
}
}

@media (max-width: 767px) {.syssubscribe_to_newsletter {
    padding: calc(var(--section-padding) * 0.8) 0;
}.syssubscribe_to_newsletter .syslearn_lab {
    padding: clamp(1.5rem, 4vw, 2.5rem);
}.syssubscribe_to_newsletter h4 {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
}.syssubscribe_to_newsletter .input_holder {
    margin-top: 0.5rem;
}.syssubscribe_to_newsletter .input_holder span {
    flex: 1 1 100%;
}
}

@media (max-width: 480px) {.syssubscribe_to_newsletter {
    padding: calc(var(--section-padding) * 0.7) 0;
}.syssubscribe_to_newsletter .syslearn_lab {
    transform: none;
    padding: 1.5rem;
}.syssubscribe_to_newsletter h4 {
    max-width: 100%;
}.syssubscribe_to_newsletter .input_holder {
    gap: 0.75rem;
}.syssubscribe_to_newsletter input[type="email"],
    .syssubscribe_to_newsletter .syssubscribe_area {
    padding: 0.9rem 1.2rem;
}}.sysaudience_profile {
    padding: 100px 0;
    position: relative;
    background-color: #edf0f8;
    overflow: hidden;
}.sysaudience_profile::before {
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    width: 100%;
}.sysaudience_profile .syslearn_lab {
    z-index: 10;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}.sysaudience_profile h3 {
    border-radius: 15px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    padding: 20px 40px;
    color: #000000;
    background-color: #edf0f8;
    font-size: 33px;
    display: inline-block;
}.sysaudience_profile h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
    border-radius: 10px;
    height: 5px;
    width: 60px;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    left: 50%;
}.sysaudience_profile ul {
    gap: 35px;
    justify-content: center;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
}.sysaudience_profile ul li {
    min-width: 280px;
    border-radius: 20px;
    padding: 35px 30px;
    align-items: flex-start;
    display: flex;
    transition: all 0.4s ease;
    background-color: #edf0f8;
    text-align: left;
    position: relative;
    width: calc(33.333% - 24px);
    gap: 20px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}.sysaudience_profile ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.sysaudience_profile ul li::before {
    content: '';
    right: 15px;
    background: linear-gradient(135deg, rgb(168,199,187), rgb(123,168,154));
    height: 12px;
    width: 12px;
    top: 15px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    border-radius: 50%;
    position: absolute;
}.sysaudience_profile ul li:hover::before {
    opacity: 1;
}.sysaudience_profile ul li svg {
    padding: 10px;
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}.sysaudience_profile ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.sysaudience_profile ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(168,199,187);
}.sysaudience_profile ul li:hover svg path {
    fill: rgb(123,168,154);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sysaudience_profile ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.sysaudience_profile ul li:nth-child(1) {
    animation-delay: 0.1s;
}.sysaudience_profile ul li:nth-child(2) {
    animation-delay: 0.2s;
}.sysaudience_profile ul li:nth-child(3) {
    animation-delay: 0.3s;
}.sysaudience_profile ul li:nth-child(4) {
    animation-delay: 0.4s;
}.sysaudience_profile ul li:nth-child(5) {
    animation-delay: 0.5s;
}.sysaudience_profile ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.sysaudience_profile {
    padding: 80px 0;
}.sysaudience_profile h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.sysaudience_profile ul {
    gap: 25px;
}.sysaudience_profile ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.sysaudience_profile ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.sysaudience_profile {
    padding: 60px 0;
}.sysaudience_profile h3 {
    margin-bottom: 40px;
    padding: 15px 20px;
    font-size: calc(33px * 0.85);
}.sysaudience_profile ul li {
    gap: 15px;
    padding: 25px 20px;
}.sysaudience_profile ul li svg {
    height: 40px;
    padding: 8px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.sysaudience_profile ul li {
    animation: none;
    opacity: 1;
}.sysaudience_profile ul li:hover {
    transform: none;
}}.syscontact_form_box {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(212,227,220), rgba(rgb(168,199,187), 0.03));
}.syscontact_form_box::before {
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(168,199,187), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(123,168,154), 0.05) 0%, transparent 50%);
    content: "";
    width: 100%;
}.syscontact_form_box::after {
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(168,199,187), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(168,199,187), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(123,168,154), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(168,199,187), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(123,168,154), 0.04) 0%, transparent 30%);
    background-position: center center;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    height: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.syscontact_form_box .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}.syscontact_form_box h2 {
    color: #000000;
    text-align: center;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 15px;
    transform: translateX(-50%);
    letter-spacing: 1px;
    perspective: 1000px;
    left: 50%;
    position: relative;
    font-weight: 700;
}.syscontact_form_box h2::before {
    height: 2px;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(168,199,187), transparent);
    position: absolute;
    bottom: -10px;
}.syscontact_form_box .sysquery_info {
    position: relative;
    background: #ffffff;
    transform-style: preserve-3d;
    margin-top: 60px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    perspective: 1000px;
}.syscontact_form_box .sysquery_info::before {
    z-index: 3;
    height: 5px;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.syscontact_form_box .syspic_strip {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    flex: 0 0 45%;
    transform: translateZ(0);
}.syscontact_form_box .syspic_strip::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(210deg, rgba(rgb(168,199,187), 0.5), rgba(rgb(123,168,154), 0.5));
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
}.syscontact_form_box .syspic_strip::after {
    width: 300%;
    content: "";
    top: -100%;
    left: -100%;
    animation: shine 6s infinite ease-in-out;
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    z-index: 2;
    height: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.syscontact_form_box .syssupport_box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
    position: relative;
    padding: 60px 50px;
}.syscontact_form_box .syssupport_box::before {
    right: 0;
    width: 500px;
    position: absolute;
    height: 500px;
    opacity: 0.5;
    border-radius: 50%;
    z-index: 0;
    background: 
        radial-gradient(circle, rgba(rgb(168,199,187), 0.03) 0%, transparent 70%);
    content: "";
    top: 0;
}.syscontact_form_box form {
    z-index: 3;
    position: relative;
}.syscontact_form_box form h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
}.syscontact_form_box form h3::after {
    width: 30px;
    left: 0;
    height: 2px;
    bottom: -15px;
    background: rgb(168,199,187);
    content: "";
    position: absolute;
}.syscontact_form_box form input[type="text"] {
    padding: 18px 25px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(rgb(168,199,187), 0.1);
    transition: all 0.3s ease;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    width: 100%;
    background: rgba(rgb(212,227,220), 0.5);
    margin-bottom: 25px;
}.syscontact_form_box form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(168,199,187), 0.1);
    background: rgba(#ffffff, 0.9);
    outline: none;
    border-color: rgb(168,199,187);
}.syscontact_form_box form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.syscontact_form_box form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.syscontact_form_box .sysquery_widget {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.syscontact_form_box .sysquery_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.syscontact_form_box .sysquery_widget label {
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
}.syscontact_form_box .sysquery_widget label::before {
    border: 1px solid rgba(rgb(168,199,187), 0.3);
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 4px;
    width: 22px;
    content: "";
    transition: all 0.3s ease;
    height: 22px;
    background: rgba(#ffffff, 0.6);
}.syscontact_form_box .sysquery_widget input[type="checkbox"]:checked + label::before {
    border-color: rgb(168,199,187);
    background: rgb(168,199,187);
}.syscontact_form_box .sysquery_widget input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    content: "";
    top: 4px;
}.syscontact_form_box .sysquery_widget label a {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(168,199,187);
}.syscontact_form_box .sysquery_widget label a::after {
    bottom: -2px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgb(168,199,187);
    content: "";
    transform-origin: right;
}.syscontact_form_box .sysquery_widget label a:hover {
    color: rgb(123,168,154);
}.syscontact_form_box .sysquery_widget label a:hover::after {
    background: rgb(123,168,154);
    transform-origin: left;
    transform: scaleX(1);
}.syscontact_form_box .syshelp_feedback {
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    background: rgb(168,199,187);
    z-index: 1;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 600;
}.syscontact_form_box .syshelp_feedback::before {
    position: absolute;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, rgb(168,199,187), rgb(123,168,154));
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    width: 100%;
    content: "";
}.syscontact_form_box .syshelp_feedback:hover::before {
    opacity: 1;
}.syscontact_form_box .syshelp_feedback::after {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    left: -10px;
    border-radius: 50%;
    height: 50px;
    transform: scale(0);
    z-index: -1;
    top: -50%;
    content: "";
    width: 50px;
    transition: all 0.5s ease;
}.syscontact_form_box .syshelp_feedback:hover::after {
    transform: scale(4);
    opacity: 0;
}.syscontact_form_box svg {
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(168,199,187), 0.3));
    fill: none;
    stroke: rgb(168,199,187);
    stroke-width: 2;
    transition: all 0.3s ease;
    width: 22px;
}.syscontact_form_box svg path {
    stroke: rgb(168,199,187);
    transition: all 0.3s ease;
    stroke-width: 2;
}.syscontact_form_box svg:hover,
.syscontact_form_box svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(123,168,154);
}.syscontact_form_box form input {
    border: 1px solid rgb(168,199,187);
}

@media (max-width: 1024px) {.syscontact_form_box {
    padding: 80px 0;
}.syscontact_form_box .sysquery_info {
    margin-top: 50px;
}.syscontact_form_box .syspic_strip {
    min-height: 450px;
}.syscontact_form_box .syssupport_box {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.syscontact_form_box {
    padding: 60px 0;
}.syscontact_form_box .sysquery_info {
    flex-direction: column;
    margin-top: 40px;
}.syscontact_form_box .syspic_strip {
    min-height: 300px;
    width: 100%;
}.syscontact_form_box .syssupport_box {
    padding: 40px 30px;
    width: 100%;
}.syscontact_form_box form h3 {
    margin-bottom: 30px;
}.syscontact_form_box form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.syscontact_form_box .sysquery_widget {
    margin-bottom: 25px;
}.syscontact_form_box .syshelp_feedback {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.syscontact_form_box {
    padding: 50px 0;
}.syscontact_form_box h2 {
    font-size: calc(34px * 0.85);
}.syscontact_form_box .sysquery_info {
    border-radius: 12px;
    margin-top: 30px;
}.syscontact_form_box .syspic_strip {
    min-height: 220px;
}.syscontact_form_box .syssupport_box {
    padding: 30px 20px;
}.syscontact_form_box form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.syscontact_form_box form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.syscontact_form_box .sysquery_widget {
    margin-bottom: 20px;
}.syscontact_form_box .sysquery_widget label {
    font-size: calc(13px * 0.9);
}.syscontact_form_box .syshelp_feedback {
    padding: 12px 20px;
}}.syseducational_yield {
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.syseducational_yield::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(168,199,187,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(123,168,154,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
}.syseducational_yield .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    padding: 0 1.5rem;
    display: grid;
}.syseducational_yield .syspic_strip {
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    height: auto;
    transform: perspective(1000px) rotateY(-2deg);
}.syseducational_yield .syspic_strip:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.syseducational_yield .syslearn_lab {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.syseducational_yield .syscontent_card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    transform: translateX(0) translateY(0);
    padding: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
}.syseducational_yield .syscontent_card::before {
    position: absolute;
    left: 0;
    transition: height 0.5s ease;
    width: 4px;
    height: 0;
    content: "";
    top: 0;
    background: rgb(168,199,187);
}.syseducational_yield .syscontent_card:hover::before {
    height: 100%;
}.syseducational_yield h1 {
    font-size: calc(31px * 1.1);
    color: #000000;
    transform: translateZ(0);
    position: relative;
    letter-spacing: -0.01em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.75rem;
}.syseducational_yield h1::after {
    transform: scaleX(0.6);
    transform-origin: left;
    content: "";
    background: rgb(123,168,154);
    height: 3px;
    left: 0;
    bottom: -0.75rem;
    width: 70px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.syseducational_yield .syscontent_card:hover h1::after {
    transform: scaleX(1);
}.syseducational_yield ul {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    gap: 1.2rem;
}.syseducational_yield li {
    padding-left: 2.5rem;
    position: relative;
    transition: transform 0.4s ease;
}.syseducational_yield li:hover {
    transform: translateX(8px);
}.syseducational_yield li p {
    color: #000000;
    display: flex;
    line-height: 1.6;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}.syseducational_yield svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    transform: scale(0.9);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.syseducational_yield li:hover svg {
    transform: scale(1.1);
}.syseducational_yield svg path {
    fill: rgb(123,168,154);
    transition: fill 0.3s ease;
}.syseducational_yield li:hover svg path {
    fill: rgb(168,199,187);
}.syseducational_yield li:nth-child(odd) {
    transform: translateX(0);
}.syseducational_yield li:nth-child(even) {
    transform: translateX(0);
}.syseducational_yield li:nth-child(odd):hover {
    transform: translateX(8px);
}.syseducational_yield li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.syseducational_yield {
    padding: 6rem 0;
}.syseducational_yield .container {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.syseducational_yield h1 {
    margin-bottom: 2rem;
    font-size: 48px;
}.syseducational_yield ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem 2rem;
}.syseducational_yield .syscontent_card {
    padding: 2.5rem;
    transform: translateX(-20px);
}.syseducational_yield .syscontent_card:hover {
    transform: translateX(0);
}.syseducational_yield .syspic_strip {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.syseducational_yield .container {
    gap: 4rem;
}.syseducational_yield .syspic_strip {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.syseducational_yield h1 {
    font-size: calc(48px * 1.05);
}.syseducational_yield li {
    padding-left: 3rem;
}.syseducational_yield svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.syseducational_yield {
    padding: 3rem 0;
}.syseducational_yield .container {
    gap: 2rem;
}.syseducational_yield h1 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}.syseducational_yield li {
    margin-bottom: 1rem;
}.syseducational_yield .syspic_strip {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    max-height: 300px;
}.syseducational_yield ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.syseducational_yield h1 {
    font-size: 31px;
}.syseducational_yield .syscontent_card {
    padding: 1.25rem;
}.syseducational_yield li p {
    font-size: calc(13px * 0.95);
}.syseducational_yield .syspic_strip {
    max-height: 250px;
}}.sysplan_block {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.sysplan_block::before {
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
}.sysplan_block .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.sysplan_block .syslearning_feesu86h {
    perspective: 1000px;
}.sysplan_block h2 {
    margin-bottom: 25px;
    transform: translateZ(50px);
    color: #ffffff;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    position: relative;
}.sysplan_block h2::after {
    position: absolute;
    background: rgb(168,199,187);
    content: "";
    box-shadow: 0 0 15px rgb(168,199,187,0.5);
    width: 80px;
    height: 3px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}.sysplan_block .sysvalue_fees {
    line-height: 1.6;
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 800px;
}.sysplan_block .syslearning_feeslqU {
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}.sysplan_block .sysplan_details {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    height: 100%;
    text-decoration: none;
    display: block;
}.sysplan_block .sysedu_deals {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 8px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    height: 100%;
}.sysplan_block .sysedu_deals::before {
    right: -5px;
    bottom: -5px;
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    left: -5px;
    animation: shimmer 3s infinite linear;
    content: "";
    background-size: 200% 200%;
    position: absolute;
    opacity: 0;
    top: -5px;
}.sysplan_block .sysaccess_cost {
    padding: 35px 25px;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    position: relative;
}.sysplan_block .sysaccess_cost h4 {
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}.sysplan_block .sysaccess_cost h4::after {
    width: 40px;
    left: 0;
    bottom: 0;
    background: rgb(168,199,187);
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
}.sysplan_block .sysaccess_cost p {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: calc(14px - 2px);
    line-height: 1.6;
    opacity: 0.8;
    flex-grow: 1;
}.sysplan_block .syspricing_schemes {
    overflow: hidden;
    align-self: flex-start;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 12px 25px;
    position: relative;
    background: linear-gradient(135deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    font-size: calc(18px + 4px);
}.sysplan_block .syspricing_schemes::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    transition: 0.5s;
}.sysplan_block .sysplan_details:hover {
    transform: translateY(-10px) rotateX(5deg);
}.sysplan_block .sysplan_details:hover .sysedu_deals {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.sysplan_block .sysplan_details:hover .sysedu_deals::before {
    opacity: 1;
}.sysplan_block .sysplan_details:hover .sysaccess_cost h4::after {
    width: 80px;
}.sysplan_block .sysplan_details:hover .syspricing_schemes::before {
    left: 100%;
}.sysplan_block .sysplan_details:hover .sysaccess_cost {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.sysplan_block {
    padding: 100px 0;
}.sysplan_block .syslearning_feeslqU {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.sysplan_block .sysaccess_cost {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.sysplan_block {
    padding: 80px 0;
}.sysplan_block h2 {
    font-size: calc(38px - 4px);
}.sysplan_block .sysvalue_fees {
    margin-bottom: 40px;
}.sysplan_block .syslearning_feeslqU {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.sysplan_block .sysaccess_cost h4 {
    font-size: calc(18px - 1px);
}.sysplan_block .syspricing_schemes {
    font-size: calc(18px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.sysplan_block {
    padding: 60px 0;
}.sysplan_block h2 {
    font-size: calc(38px - 6px);
}.sysplan_block .sysvalue_fees {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.sysplan_block .sysaccess_cost {
    padding: 25px 15px;
}.sysplan_block .sysaccess_cost p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.sysplan_block .syspricing_schemes {
    font-size: calc(18px + 0px);
    padding: 8px 15px;
}
}

@media (hover: none) {.sysplan_block .sysplan_details:hover {
    transform: none;
}.sysplan_block .sysedu_deals {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.sysplan_block .sysplan_details:active {
    transform: scale(0.98);
}}.sysprogram_information {
    overflow: hidden;
    align-items: stretch;
    background-color: #ffffff;
    position: relative;
    display: flex;
    min-height: 100vh;
}.sysprogram_information::before {
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(212,227,220) 90%);
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    z-index: 2;
    content: '';
    top: 0;
}.sysprogram_information .syscareer_lab {
    width: 55%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}.sysprogram_information .sysgrow_skills {
    flex-direction: column;
    animation: carousel-vertical 25s ease infinite;
    display: flex;
    height: 500%;
    width: 100%;
}.sysprogram_information .syscareer_lab:hover .sysgrow_skills {
    animation-play-state: paused;
}.sysprogram_information .syseducation_map {
    height: 20%;
    position: relative;
    width: 100%;
}.sysprogram_information .syseducation_map::before {
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
}.sysprogram_information .syseducation_map img {
    width: 100%;
    transition: transform 0.8s ease;
    height: 100%;
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    object-fit: cover;
}.sysprogram_information .syseducation_map:hover img {
    transform: scale(1.1);
}.sysprogram_information .container {
    align-items: center;
    z-index: 5;
    padding: 0;
    display: flex;
    width: 100%;
    position: relative;
}.sysprogram_information .syslearn_lab {
    justify-content: center;
    padding-left: 8%;
    flex-direction: column;
    width: 45%;
    display: flex;
}.sysprogram_information .sysskill_track {
    background: linear-gradient(135deg, #ffffff 0%, rgb(212,227,220) 100%);
    border-radius: 0 12px 12px 0;
    padding: 3.5rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(168,199,187);
    position: relative;
    max-width: 550px;
}.sysprogram_information .sysskill_track::before {
    position: absolute;
    bottom: 20px;
    pointer-events: none;
    left: 20px;
    border-radius: 0 10px 10px 0;
    right: 20px;
    border-left: none;
    border: 1px solid rgb(123,168,154,0.5);
    top: 20px;
    content: '';
}.sysprogram_information .sysskill_track h3 {
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    font-size: 43px;
    font-weight: 700;
    color: rgb(168,199,187);
    position: relative;
}.sysprogram_information .sysskill_track h3::after {
    content: '';
    width: 80px;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    background: rgb(123,168,154);
}.sysprogram_information .sysskill_track p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 13px;
    color: #000000;
}.sysprogram_information .sysskill_track .syshelp_feedback {
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    padding: 1.2rem 2.5rem;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    position: relative;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}.sysprogram_information .sysskill_track .syshelp_feedback::before {
    width: 100%;
    opacity: 0;
    height: 100%;
    content: '';
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(123,168,154) 0%, rgb(168,199,187) 100%);
    z-index: -1;
    top: 0;
}.sysprogram_information .sysskill_track .syshelp_feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.sysprogram_information .sysskill_track .syshelp_feedback:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.sysprogram_information .syslearn_lab {
    padding-left: 10%;
}.sysprogram_information .sysskill_track {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.sysprogram_information .syscareer_lab {
    width: 50%;
}.sysprogram_information .syslearn_lab {
    padding-left: 5%;
    width: 50%;
}.sysprogram_information .sysskill_track {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.sysprogram_information {
    flex-direction: column;
    min-height: auto;
}.sysprogram_information .syscareer_lab {
    width: 100%;
    height: 400px;
    position: relative;
}.sysprogram_information .sysgrow_skills {
    width: 500%;
    flex-direction: row;
    height: 100%;
    animation: carousel-horizontal 25s ease infinite;
}.sysprogram_information .syseducation_map {
    width: 20%;
    height: 100%;
}.sysprogram_information .syseducation_map::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.sysprogram_information .container {
    padding: 3rem 1rem;
}.sysprogram_information .syslearn_lab {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}.sysprogram_information .sysskill_track {
    max-width: 100%;
    border-left: none;
    border-top: 5px solid rgb(168,199,187);
    border-radius: 12px;
}.sysprogram_information .sysskill_track::before {
    border: 1px solid rgb(123,168,154,0.5);
    left: 20px;
    bottom: 20px;
    border-radius: 10px;
    border-top: none;
    top: 20px;
    right: 20px;
}
}

@media screen and (max-width: 768px) {.sysprogram_information .syscareer_lab {
    height: 350px;
}.sysprogram_information .container {
    padding: 2.5rem 1rem;
}.sysprogram_information .sysskill_track {
    padding: 2rem;
}.sysprogram_information .sysskill_track h3 {
    font-size: calc(43px * 0.8);
}

}

@media screen and (max-width: 576px) {.sysprogram_information .syscareer_lab {
    height: 300px;
}.sysprogram_information .container {
    padding: 2rem 1rem;
}.sysprogram_information .sysskill_track {
    padding: 1.5rem;
}.sysprogram_information .sysskill_track h3 {
    font-size: calc(43px * 0.7);
}.sysprogram_information .sysskill_track p {
    font-size: calc(13px * 0.9);
    margin-bottom: 2rem;
}.sysprogram_information .sysskill_track .syshelp_feedback {
    text-align: center;
    padding: 1rem;
    width: 100%;
}.sysprogram_information .sysskill_track::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.syssupport {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(212,227,220) 100%);
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
}.syssupport::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(168,199,187,0.5), 0.05) 0%, transparent 60%);
}.syssupport::after {
    position: absolute;
    bottom: 0;
    z-index: 0;
    height: 30%;
    background: linear-gradient(225deg, rgb(123,168,154,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 30%;
}.syssupport h1 {
    opacity: 0;
    color: #000000;
    font-size: 41px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 3rem;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
}.syssupport h1::after {
    width: 80px;
    content: "";
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, transparent 0%, rgb(168,199,187) 50%, transparent 100%);
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
}.syssupport .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.syssupport .sysonline_contact {
    gap: 2.5rem;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    display: grid;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}.syssupport .sysonline_contact > div {
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left: 4px solid rgb(168,199,187);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(8px);
    background: rgba(#ffffff, 0.9);
    position: relative;
    padding: 2rem;
}.syssupport .sysonline_contact > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.syssupport .sysonline_contact > div:first-child {
    line-height: 1.6;
    transform: translateY(0);
    color: #000000;
    animation: fadeSlideUp 0.8s 0.5s forwards ease-out;
    font-size: calc(14px * 1.05);
    opacity: 0;
}.syssupport h6 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    color: #000000;
    align-items: center;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 1px;
}.syssupport h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    transform: scale(0.85);
}.syssupport .sysonline_contact > div:hover h6 svg {
    transform: scale(1);
}.syssupport span {
    display: block;
    color: #000000;
    margin-left: 1.5rem;
    font-size: calc(14px * 0.95);
}.syssupport .sysget_contactform {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.syssupport .sysmsg_details {
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    font-size: calc(14px * 0.95);
    color: #000000;
    position: relative;
    align-items: center;
    display: flex;
    padding-bottom: 0.25rem;
}.syssupport .sysmsg_details::after {
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    background: rgb(168,199,187);
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
}.syssupport .sysmsg_details:hover {
    color: rgb(168,199,187);
    transform: translateX(5px);
}.syssupport .sysmsg_details:hover::after {
    width: 100%;
}.syssupport .sysmsg_details svg {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    margin-left: 0.5rem;
}.syssupport .sysmsg_details:hover svg {
    transform: scale(1) rotate(5deg);
}.syssupport svg path {
    transition: fill 0.3s ease;
}.syssupport .sysmsg_details:hover svg path {
    fill: rgb(168,199,187);
}

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

@media screen and (min-width: 768px) {.syssupport {
    padding: 8rem 3rem;
}.syssupport h1 {
    font-size: calc(41px * 1.2);
}.syssupport .sysonline_contact {
    grid-template-columns: repeat(2, 1fr);
}.syssupport .sysonline_contact > div:first-child {
    grid-column: 1 / -1;
}
}

@media screen and (min-width: 1024px) {.syssupport {
    padding: 10rem 4rem;
}.syssupport .sysonline_contact {
    grid-template-columns: 1.5fr 1fr 1fr;
}.syssupport .sysonline_contact > div:first-child {
    grid-column: auto;
}.syssupport h1::after {
    width: 120px;
}
}

@media (prefers-reduced-motion: reduce) {.syssupport h1,
    .syssupport .sysonline_contact,
    .syssupport .sysonline_contact > div:first-child {
    transform: translateY(0);
    opacity: 1;
    animation: none;
}.syssupport .sysonline_contact > div:hover,
    .syssupport .sysmsg_details:hover {
    transform: none;
}}.sysexperience_trial {
    overflow: hidden;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgba(249, 249, 249, 0.95) 100%);
    padding: 6rem 0;
}.sysexperience_trial::before {
    background: rgb(123,168,154,0.5);
    right: -5%;
    z-index: 0;
    top: -5%;
    animation: floatGlow 12s ease-in-out infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    filter: blur(80px);
    height: 300px;
    width: 300px;
    content: "";
    position: absolute;
}.sysexperience_trial::after {
    position: absolute;
    height: 250px;
    transform: translate3d(0, 0, 0);
    opacity: 0.3;
    bottom: -10%;
    animation: floatGlow 15s ease-in-out infinite reverse;
    width: 250px;
    left: -5%;
    content: "";
    filter: blur(60px);
    z-index: 0;
    background: rgb(168,199,187,0.5);
}.sysexperience_trial .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    padding: 0 15px;
    align-items: center;
    max-width: 1140px;
    display: flex;
}.sysexperience_trial h2 {
    position: relative;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 800px;
    letter-spacing: -0.01em;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.5rem;
}.sysexperience_trial h2::after {
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 2px 8px rgba(rgb(168,199,187,0.5), 0.3);
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    bottom: -15px;
    content: "";
    height: 4px;
    width: 80px;
}.sysexperience_trial .syslearn_lab {
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    padding: 2.5rem 3rem;
    gap: 2rem;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.sysexperience_trial .syslearn_lab::before {
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    z-index: 0;
}.sysexperience_trial .syslearn_lab:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.08),
    0 3px 10px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}.sysexperience_trial svg {
    width: 48px;
    z-index: 1;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 12px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 0.8),
    inset 0 0 0 rgba(0, 0, 0, 0.06),
    inset 0 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    height: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}.sysexperience_trial .syslearn_lab:hover svg {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.1),
    -8px -8px 20px rgba(255, 255, 255, 0.9),
    inset 0 0 0 rgba(0, 0, 0, 0.06),
    inset 0 0 0 rgba(255, 255, 255, 0.8);
}.sysexperience_trial svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.sysexperience_trial .syslearn_lab:hover svg path {
    fill: rgb(168,199,187);
}.sysexperience_trial .syslearn_lab > div {
    z-index: 1;
    position: relative;
}.sysexperience_trial .syshelp_feedback {
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: inline-block;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 15px rgba(rgb(168,199,187,0.5), 0.4);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    position: relative;
    padding: 1rem 2rem;
    border-radius: 10px;
}.sysexperience_trial .syshelp_feedback::before {
    left: -100%;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
}.sysexperience_trial .syshelp_feedback:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(rgb(168,199,187,0.5), 0.5);
}.sysexperience_trial .syshelp_feedback:hover::before {
    left: 100%;
}.sysexperience_trial .syshelp_feedback:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(rgb(168,199,187,0.5), 0.3);
}

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

@media (max-width: 991px) {.sysexperience_trial {
    padding: 5rem 0;
}.sysexperience_trial h2 {
    font-size: calc(31px * 0.9);
    max-width: 90%;
}.sysexperience_trial .syslearn_lab {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.sysexperience_trial {
    padding: 4rem 0;
}.sysexperience_trial h2 {
    line-height: 1.5;
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.sysexperience_trial h2::after {
    width: 60px;
    height: 3px;
}.sysexperience_trial .syslearn_lab {
    gap: 1.5rem;
    flex-direction: column;
    padding: 2rem;
}.sysexperience_trial .syshelp_feedback {
    width: 100%;
    text-align: center;
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 480px) {.sysexperience_trial {
    padding: 3rem 0;
}.sysexperience_trial h2 {
    font-size: calc(19px * 1.2);
    margin-bottom: 1.5rem;
}.sysexperience_trial h2::after {
    bottom: -10px;
    width: 50px;
}.sysexperience_trial .syslearn_lab {
    padding: 1.5rem;
}.sysexperience_trial svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}.sysexperience_trial .syshelp_feedback {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
}}.sysprimary_page {
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 4rem 1.5rem;
    position: relative;
    min-height: 100vh;
}.sysprimary_page::before {
    height: 100%;
    background: linear-gradient(135deg, 
    rgb(123,168,154,0.5) 0%,
    rgba(0, 0, 0, 0.85) 100%);
    backdrop-filter: blur(2px);
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
}.sysprimary_page::after {
    position: absolute;
    transform: rotate(-5deg);
    height: 60%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    animation: float 15s ease-in-out infinite alternate;
    z-index: 2;
    right: -10%;
    top: -10%;
    content: "";
    width: 70%;
    opacity: 0.7;
    background: linear-gradient(45deg, 
    rgb(168,199,187,0.5) 0%, 
    transparent 80%);
}.sysprimary_page > div {
    gap: 3rem;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    width: 100%;
    position: relative;
    grid-template-columns: 1fr;
    z-index: 5;
}.sysprimary_page > div > div:first-child {
    transform: translateX(-100px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
}.sysprimary_page .title_style_header {
    margin: 0;
    padding-left: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 38px);
    line-height: 1.2;
    color: #ffffff;
    max-width: 90%;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.sysprimary_page .title_style_header::before {
    left: 0;
    width: 6px;
    position: absolute;
    top: 0.5rem;
    transform-origin: top;
    animation: scaleIn 0.6s 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: 0.5rem;
    content: "";
    transform: scaleY(0);
    background: rgb(168,199,187);
}.sysprimary_page .syspage_front {
    overflow: hidden;
    position: relative;
    animation: slideUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    transform: translateY(50px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
}.sysprimary_page .syspage_front::before {
    width: 100%;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 15%,
    rgba(255, 255, 255, 0.08) 30%,
    transparent 50%
  );
    content: "";
    animation: shimmer 5s infinite;
}.sysprimary_page .syspro_learningwNRUu {
    margin-bottom: 2rem;
    position: relative;
}.sysprimary_page .syspro_learningwNRUu::after {
    transform-origin: left;
    background: rgb(168,199,187);
    animation: scaleIn 0.6s 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    width: 80px;
    bottom: -1rem;
    content: "";
    height: 3px;
    position: absolute;
    transform: scaleX(0);
}.sysprimary_page .syspro_learningwNRUu h3 {
    color: #ffffff;
    animation: fadeIn 0.8s 0.8s ease-out forwards;
    margin: 0;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 22px);
    opacity: 0;
    font-weight: 600;
}.sysprimary_page .syspage_front > div:last-child {
    position: relative;
    margin-top: 2rem;
}.sysprimary_page .syspage_front span {
    position: relative;
    animation: fadeIn 0.8s 1s ease-out forwards;
    opacity: 0;
    display: inline-block;
}.sysprimary_page .syspage_front p {
    color: #ffffff;
    margin: 0;
    font-size: clamp(1rem, 2vw, 18px);
    position: relative;
    padding-left: 1rem;
    line-height: 1.6;
}.sysprimary_page .syspage_front p::before {
    animation: scaleIn 0.6s 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleY(0);
    left: 0;
    width: 3px;
    bottom: 0.3rem;
    position: absolute;
    background: rgb(123,168,154);
    content: "";
    top: 0.3rem;
    transform-origin: bottom;
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  25%, 100% {
    transform: translateX(100%);
  }
}

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

@media (min-width: 768px) {.sysprimary_page {
    padding: 5rem 2rem;
}.sysprimary_page > div {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}.sysprimary_page .title_style_header {
    padding-left: 2rem;
}.sysprimary_page .title_style_header::before {
    width: 8px;
}.sysprimary_page .syspage_front {
    opacity: 0;
    z-index: 6;
    animation: slideRight 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-left: -2rem;
    padding: 3rem;
    transform: translateY(0) translateX(50px);
}.sysprimary_page .syspro_learningwNRUu::after {
    width: 120px;
}
}

@media (min-width: 1200px) {.sysprimary_page {
    padding: 6rem 3rem;
}.sysprimary_page > div {
    gap: 3rem;
}.sysprimary_page .title_style_header {
    padding-left: 3rem;
}.sysprimary_page .title_style_header::before {
    width: 10px;
}.sysprimary_page .syspage_front {
    margin-left: -4rem;
    padding: 4rem;
}
}

@keyframes slideRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion) {.sysprimary_page::after {
    animation: none;
}.sysprimary_page > div > div:first-child,
  .sysprimary_page .syspage_front,
  .sysprimary_page .title_style_header::before,
  .sysprimary_page .syspro_learningwNRUu::after,
  .sysprimary_page .syspro_learningwNRUu h3,
  .sysprimary_page .syspage_front span,
  .sysprimary_page .syspage_front p::before {
    animation-duration: 0.1s;
}.sysprimary_page .syspage_front::before {
    animation: none;
}
}