﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(199,116,153,0.5) rgb(224,161,190);
}

.container {
    width: 1126px;
    margin: auto;
    max-width: 100%;
}

.syswelcome_section::before {
    width: 100%;
    opacity: 0.05;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
    45deg,
    rgb(224,161,190,0.5) 0,
    rgb(224,161,190,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.syswelcome_section p {
    transform: translateY(30px);
    font-size: calc(12px * 1.1);
    color: #000000;
    max-width: 650px;
    opacity: 0;
    animation: fadeInUp 1s 0.3s ease-out forwards;
    line-height: 1.6;
}

.syswelcome_section .sysstudy_sessions::before {
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(224,161,190,0.5) 100%
  );
    z-index: 1;
    top: 0;
    height: 100%;
}

.syswelcome_section .sysstudy_sessions span {
    transform: translateY(10px);
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 100%;
    z-index: 3;
    bottom: 0;
    opacity: 0.9;
    left: 0;
    position: absolute;
    padding: 2rem;
}

.systy_content::before {
    left: 0;
    pointer-events: none;
    top: 0;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(199,116,153,0.5) 0px,
            rgb(199,116,153,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    width: 100%;
    opacity: 0.06;
    position: absolute;
    content: "";
    height: 100%;
}

.systy_content .sysmaster_track > div:first-child {
    position: relative;
    margin-bottom: 30px;
}

.systy_content h5 {
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    position: relative;
    font-size: 20px;
    color: #000000;
}

.systy_content a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.syscontact {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(245,216,227) 0%, rgb(199,116,153,0.5) 100%);
    padding: 120px 0;
    position: relative;
}

.syscontact .sysphoto_wrap_item {
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    opacity: 0.08;
    height: 100%;
    filter: grayscale(100%) contrast(150%);
    z-index: 0;
    top: 0;
    width: 100%;
}

.syscontact h3::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(224,161,190), transparent);
    content: '';
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 100px;
}

.syscontact .sysinquiry_map::after {
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    content: '';
    left: 0;
}

.syscontact .sysinquiry_feedback::after {
    pointer-events: none;
    width: 50%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    content: '';
    height: 100%;
    position: absolute;
}

.syscontact .sysinquiry_feedback input[type="text"]::placeholder,
.syscontact .sysinquiry_feedback textarea::placeholder {
    color: #000000;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}

.syscontact .sysinquiry_feedback .sysconnect_support {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.syscontact .sysinquiry_feedback .sysconnect_support label::before {
    position: absolute;
    width: 25px;
    left: 0;
    transition: all 0.3s ease;
    background-color: transparent;
    height: 25px;
    content: '';
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.syscontact .sysinquiry_feedback .sysconnect_support a:hover {
    color: rgb(199,116,153);
    border-bottom-color: rgb(199,116,153);
}

.syscontact .sysinquiry_feedback .sysfeedback_request:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.syscontact .sysquery_support::before {
    content: '';
    opacity: 0.1;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    z-index: 0;
    top: 0;
}

.syscontact .sysquery_support .sysconnect_panel li::after {
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    content: '';
    bottom: 0;
}

.syscontact .sysquery_support .sysconnect_panel li a::before {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    bottom: -2px;
    transform-origin: right;
    height: 1px;
    position: absolute;
    left: 0;
    background: #ffffff;
    width: 100%;
}

header .sysnav_know .sysheader_bar {
    justify-self: center;
    position: relative;
    z-index: 10;
    padding: 5px 20px 15px;
}

header .sysnav_know .sysheader_bar:hover::before,
header .sysnav_know .sysheader_bar:hover::after {
    transform: scale(1);
}

header .sysnav_know .syshead_lead {
    background: linear-gradient(180deg, transparent, rgb(199,116,153) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    list-style: none;
    justify-content: center;
    padding: 20px 0 10px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

header .sysnav_know .syshead_lead .syshead_know:hover {
    transform: translateY(-3px);
}

header .sysnav_know .syshead_lead .syshead_know a::before {
    transform: scaleX(0);
    bottom: 5px;
    background: rgb(199,116,153);
    width: 100%;
    position: absolute;
    height: 2px;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
}

.sysdata_summary h4 {
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(224,161,190);
    letter-spacing: 0.5px;
    animation: fadeUp 0.8s 0.5s forwards ease-out;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    opacity: 0;
    margin-top: 3rem;
    font-size: 22px;
}

.sysdata_summary .syslearn_statistics:nth-child(4) {
    --i: 4;
}

.sysdata_summary .syslearn_statistics:nth-child(7) {
    --i: 7;
}

.sysdata_summary .syslearn_statistics:hover::before {
    transform: scale(3);
    opacity: 0.15;
}

.sysdata_summary .syslearn_statistics div {
    position: relative;
    text-align: center;
    z-index: 2;
}

.sysdata_summary .syslearn_statistics span {
    position: relative;
    opacity: 0;
    animation: fadeUp 0.6s 1s forwards ease-out;
    display: block;
    padding-top: 0.5rem;
    font-weight: 600;
    transform: translateY(10px);
    font-size: 18px;
    color: #000000;
}

.sysprivacy_holdings:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(224,161,190,0.5);
}

.sysprivacy_holdings h3, .sysprivacy_holdings h4, .sysprivacy_holdings h5, .sysprivacy_holdings h6 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
}

.sysprivacy_holdings section {
    transition: background 0.3s ease;
    background: var(--bg-color);
    padding: 20px;
}

.systariff_block::before {
    background: linear-gradient(135deg, rgb(224,161,190,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
}

.systariff_block h2::after {
    margin: 16px auto 0;
    border-radius: 2px;
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: rgb(224,161,190);
}

.systariff_block .sysbundle_offer li:hover {
    transform: translateY(-8px);
}

.systariff_block .syspricing_schemes::before {
    content: "";
    position: absolute;
    background: linear-gradient(145deg, rgba(rgb(224,161,190), 0.03), rgba(rgb(199,116,153), 0.05));
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}

.systariff_block .sysvalue_rates:hover .syspricing_schemes::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}

.systariff_block .sysfee_pricing h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(23px + 2px);
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
}

.systariff_block .sysvalue_rates:hover .sysprice_opts {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

.sysprogram_details .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    padding: 0 20px;
}

.sysprogram_details .sysphoto_wrap_item {
    height: 380px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
}

.sysprogram_details .syscontent_box_wrap:hover {
    transform: translateY(-5px);
}

.sysprogram_details h3 {
    padding-bottom: 15px;
    position: relative;
    font-size: calc(20px * 1.1);
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
}

.syscompany_info {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(245,216,227) 0%, rgb(199,116,153,0.5) 100%);
    position: relative;
    padding: 120px 0 80px;
}

.syscompany_info h1 {
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    font-size: 43px;
    text-align: left;
    transform: translateX(-10px);
    margin-bottom: 50px;
}

.syscompany_info .sysstudy_guide:nth-child(2) {
    animation-delay: 0.4s;
}

.syscompany_info .sysstudy_guide:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.syscompany_info .sysstudy_guide h4 {
    display: inline-block;
    font-size: calc(24px + 2px);
    margin-bottom: 20px;
    position: relative;
    color: rgb(224,161,190);
    font-weight: 700;
}

.syscase_study::before {
    background: linear-gradient(90deg, rgb(224,161,190), rgb(199,116,153));
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}

footer .info_item a:hover {
    color: rgb(224,161,190);
}

footer .sysheader_bar {
    margin-bottom: 15px;
}

footer .sysheader_bar svg {
    width: auto;
    margin-bottom: 20px;
    height: 40px;
}

footer .syshead_mentor {
    margin-bottom: 30px;
}

footer .syshead_mentor a:hover {
    color: rgb(224,161,190);
    transform: translateX(5px);
}

footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
    color: #000000;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(224,161,190);
    outline: none;
}

footer .syscert_block {
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.syscourse_benefits::before {
    opacity: 0.15;
    background-size: 120px 120px;
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(224,161,190,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(199,116,153,0.5) 0.5%, transparent 8%);
    height: 100%;
    content: "";
}

.syscourse_benefits li:hover {
    transform: translateX(5px);
}

.syscourse_benefits li p span:last-child::before {
    content: "";
    background-color: rgb(224,161,190);
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    transition: width 0.4s ease;
    height: 1px;
    opacity: 0.7;
}

.syscourse_benefits .sysphoto_wrap_item::after {
    pointer-events: none;
    width: 100%;
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(224,161,190,0.5) 0%, transparent 80%);
    opacity: 0.4;
    height: 100%;
    z-index: 1;
    left: 0;
}

.syscookie_eductrl {
    flex-shrink: 0;
    padding: 10px;
    box-shadow: 0 0 15px rgb(224,161,190);
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.syscookie_overview:hover {
    background: rgb(199,116,153);
    box-shadow: 0 0 20px rgb(199,116,153,0.5);
}

#sysconsentWindowModal {
    display: none;
}


.syseducation_experience {
    padding: 7rem 2rem 5rem;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(245,216,227) 0%, rgb(224,161,190,0.5) 100%);
}

.syseducation_experience .sysphoto_wrap_item {
    height: 380px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    position: absolute;
    z-index: 3;
    left: 15%;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    width: 300px;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    border-radius: 10px;
}

.syseducation_experience .syscareer_table:hover::before {
    left: 8px;
    top: 8px;
    opacity: 0.5;
}



.syseducation_experience .syswork_background::after {
    bottom: -50px;
    z-index: -1;
    font-size: 6rem;
    font-family: serif;
    opacity: 0.4;
    content: "";
    color: rgb(199,116,153,0.5);
    right: 0;
    position: absolute;
}

::-webkit-scrollbar {
    height: 3px;
    padding: 1px;
    width: 15px;
}

::-webkit-scrollbar-track {
    background: rgb(224,161,190,0.5);
    box-shadow: inset 2px -5px 11px 4px rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    margin: 3px 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    transition: all, border-radius, transform 4.7s linear;
    background: rgb(199,116,153,0.5);
    border: 1px ridge #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 5px 2px 14px 1px rgba(0, 0, 0, 0.4);
    border-color: rgb(224,161,190);
    background: rgb(199,116,153);
}

::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: rgb(199,116,153);
    border: 1px dashed rgb(224,161,190,0.5);
}

.sysprogram_details .description::-webkit-scrollbar {
    width: 4px;
}

.sysprogram_details .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.sysprogram_details .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(224,161,190,0.5);
}

.syscompany_info .sysstudy_guide div::-webkit-scrollbar {
    width: 4px;
}

.syscompany_info .sysstudy_guide div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(245,216,227);
}

.syscompany_info .sysstudy_guide div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(199,116,153,0.5);
}



@media (max-width: 992px) {header .sysnav_know {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .sysnav_know .sysheader_bar {
    padding: 5px 10px;
}header .sysnav_know .sysheader_bar .systop_pagebar svg {
    height: 45px;
}header .sysnav_know .syshead_lead {
    padding: 15px 0 10px;
}header .sysnav_know .syshead_lead .syshead_know {
    padding: 0 10px;
}header .sysnav_know .syshead_lead .syshead_know a {
    padding: 8px 3px;
    font-size: calc(17px - 1px);
}
}



@media only screen and (max-width: 800px) {.sysprivacy_holdings {
    padding: 20px 10px;
}.sysprivacy_holdings h1 {
    margin-bottom: 20px;
    font-size: calc(22px - 10px);
    margin-top: 30px;
}.sysprivacy_holdings h2 {
    margin-top: 25px;
    font-size: calc(22px - 8px);
    margin-bottom: 15px;
}.sysprivacy_holdings h3, .sysprivacy_holdings h4, .sysprivacy_holdings h5, .sysprivacy_holdings h6 {
    font-size: calc(22px - 6px);
}.sysprivacy_holdings ul, .sysprivacy_holdings ol {
    padding: 10px 0;
}.sysprivacy_holdings li {
    margin-bottom: 10px;
    padding: 8px;
}.sysprivacy_holdings p, .sysprivacy_holdings span, .sysprivacy_holdings div {
    font-size: calc(14px - 2px);
    margin-bottom: 8px;
}}



@media (min-width: 768px) {.syscompany_info {
    padding: 140px 0 100px;
}.syscompany_info h1 {
    font-size: calc(43px + 8px);
    margin-bottom: 70px;
}.syscompany_info h1::after {
    height: 5px;
    width: 120px;
}.syscompany_info .sysskill_growth ul {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}.syscompany_info .sysstudy_guide {
    padding: 50px 45px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.syscompany_info .sysstudy_guide:hover {
    transform: translateY(-10px) scale(1.02);
}.syscompany_info .sysstudy_guide div {
    max-height: 350px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sysnews_optin {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .syscase_study {
    padding: 40px 0 20px;
}footer .sysproposal_cta {
    gap: 40px;
}footer .syshead_lead h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (min-width: 1200px) {.syscourse_benefits {
    padding: 9rem 0;
}.syscourse_benefits .sysmaster_track {
    gap: 6rem;
}.syscourse_benefits h4 {
    font-size: calc(21px * 1.4);
}.syscourse_benefits .sysphoto_wrap_item {
    max-width: 550px;
}
}



@media (max-width: 767px) {.syscourse_benefits {
    padding: 4rem 0;
}.syscourse_benefits h4 {
    margin-bottom: 2rem;
    font-size: 21px;
}.syscourse_benefits li {
    margin-bottom: 1rem;
}.syscourse_benefits li p {
    font-size: calc(15px * 0.95);
}.syscourse_benefits svg {
    width: 18px;
    height: 18px;
}}



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



@keyframes shiftBackground {
  0% {
    transform: rotate(-15deg) skewX(30deg) translateX(0);
  }
  100% {
    transform: rotate(-15deg) skewX(30deg) translateX(5%);
  }
}



@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

