* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
    scroll-snap-type: none;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1146px;
}.sys_nav_start {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.sys_wrapper-section {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}::-webkit-scrollbar {
    background: radial-gradient(ellipse at bottom left, #ffffff 99%, rgb(255, 255, 255, 0.5) 74%, rgb(173,171,152) 47%, rgb(173,171,152,0.5) 92%, rgb(208,205,191,0.5) 53%);
    width: 4px;
}::-webkit-scrollbar-track {
    border-radius: 19.7em;
    border: 1px solid #ffffff;
    background: rgb(173,171,152);
}::-webkit-scrollbar-thumb {
    border-radius: 5.3em;
    background: rgb(233,232,225);
    transition: box-shadow 3.3s cubic-bezier(0.42, 0, 0.58, 1);
    border: 3px groove rgb(173,171,152,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(173,171,152);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
    transform: scale(0.95);
}::-webkit-scrollbar-thumb:active {
    background: rgb(173,171,152);
}.sys_youtube_chan {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
}footer::before {
    right: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(45deg, rgb(173,171,152,0.5) 0%, rgb(208,205,191,0.5) 100%);
    bottom: 0;
    top: 0;
}.sys_youtube_chan {
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    padding: 80px 0 40px;
}.sys_youtube_chan .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.sys_youtube_chan .company_holder {
    z-index: 3;
    position: relative;
    grid-column: 1 / 5;
}.sys_youtube_chan .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
}.sys_youtube_chan .company_holder h3::after {
    border-radius: 10px;
    content: '';
    background: rgb(208,205,191);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
}.sys_youtube_chan .sys_sponsor_logo {
    backdrop-filter: blur(10px);
    border-radius: 28px;
    line-height: 1.6;
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(208,205,191);
    transform: translateZ(0);
    font-size: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.sys_youtube_chan .sys_program_foot {
    position: relative;
    grid-column: 5 / 13;
}.sys_youtube_chan .sys_top_bar {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.sys_youtube_chan .sys_head_page {
    position: relative;
}.sys_youtube_chan .sys_head_page h5 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}.sys_youtube_chan .sys_head_page h5::before {
    background: rgb(208,205,191);
    width: 8px;
    transform: translateY(-50%);
    height: 8px;
    top: 50%;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -15px;
}.sys_youtube_chan .sys_head_page .sys_top_bar {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.sys_youtube_chan .sys_head_page .sys_top_bar a {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    z-index: 1;
    text-decoration: none;
    position: relative;
    color: #ffffff;
}.sys_youtube_chan .sys_head_page .sys_top_bar a::before {
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    content: '';
    background: rgb(208,205,191);
    width: 3px;
    z-index: -1;
    position: absolute;
    height: 100%;
}.sys_youtube_chan .sys_head_page .sys_top_bar a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.sys_youtube_chan .sys_head_page .sys_top_bar a:hover::before {
    width: 100%;
    background: rgb(208,205,191,0.5);
}.sys_idea_pool {
    padding: 20px 0;
    margin-top: 60px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}.sys_idea_pool::before {
    right: 15%;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
}.sys_idea_pool .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.sys_idea_pool .sys_data_viz {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    color: #ffffff;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    z-index: 1;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
}

@media (max-width: 992px) {.sys_youtube_chan .container {
    grid-template-columns: repeat(1, 1fr);
}.sys_youtube_chan .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.sys_youtube_chan .sys_program_foot {
    grid-column: 1 / -1;
}.sys_youtube_chan .sys_top_bar {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.sys_youtube_chan {
    padding: 60px 0 30px;
}.sys_youtube_chan .sys_top_bar {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.sys_youtube_chan .sys_head_page {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.sys_youtube_chan::before {
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(208,205,191), rgb(173,171,152), rgb(208,205,191));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    animation: gradientShift 5s infinite;
    width: 100%;
}.sys_youtube_chan .company_holder::after {
    right: -50px;
    opacity: 0.4;
    position: absolute;
    filter: blur(60px);
    z-index: -1;
    height: 150px;
    border-radius: 50%;
    width: 150px;
    content: '';
    background: rgb(208,205,191,0.5);
    top: 40px;
}.sys_youtube_chan .company_holder::before {
    border-radius: 50%;
    background: rgb(173,171,152,0.5);
    position: absolute;
    left: -30px;
    width: 100px;
    height: 100px;
    z-index: -1;
    content: '';
    filter: blur(40px);
    bottom: 0;
    opacity: 0.3;
}.sys_youtube_chan .sys_program_foot::after {
    top: -20px;
    height: 120px;
    filter: blur(50px);
    background: rgb(208,205,191,0.5);
    width: 120px;
    content: '';
    right: 100px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
}.sys_youtube_chan .sys_program_foot::before {
    width: 180px;
    left: 80px;
    opacity: 0.25;
    border-radius: 50%;
    bottom: -50px;
    position: absolute;
    z-index: -1;
    filter: blur(70px);
    background: rgb(173,171,152,0.5);
    content: '';
    height: 180px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.sys_youtube_chan .sys_head_page {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    animation: borderPulse 4s infinite;
}.sys_youtube_chan .sys_head_page h5 {
    letter-spacing: 0.5px;
}.sys_youtube_chan .sys_head_page h5::after {
    height: 2px;
    width: 30px;
    background: rgb(173,171,152);
    bottom: -5px;
    left: 0;
    content: '';
    position: absolute;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.sys_idea_pool {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}.sys_get_supportCoZa {
    position: relative;
    background: linear-gradient(to right, rgb(233,232,225) 60%, rgb(208,205,191) 60%);
    padding: 100px 0;
    overflow: hidden;
}.sys_get_supportCoZa::before {
    opacity: 0.15;
    background: radial-gradient(circle at 25% 25%, rgb(208,205,191,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
}.sys_get_supportCoZa::after {
    height: 100%;
    content: '';
    width: 100%;
    bottom: 0;
    z-index: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(173,171,152,0.5) 100%);
    opacity: 0.1;
    position: absolute;
}.sys_get_supportCoZa .container {
    z-index: 1;
    position: relative;
}.sys_get_supportCoZa .sys_request_info {
    gap: 0;
    grid-template-columns: 2fr 1fr;
    display: grid;
    position: relative;
}.sys_get_supportCoZa .sys_contact_form {
    position: relative;
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) {
    background: transparent;
    padding: 0 4rem 0 0;
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: calc(47px * 1.2);
    line-height: 1.1;
    color: rgb(208,205,191);
    margin-bottom: 2rem;
    letter-spacing: -1px;
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) h2::before {
    background: rgb(173,171,152);
    height: 8px;
    top: -20px;
    content: '';
    width: 60px;
    position: absolute;
    left: 0;
}.sys_get_supportCoZa .sys_contact_box {
    color: rgb(173,171,152);
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.sys_get_supportCoZa .sys_contact_box::after {
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: rgb(173,171,152,0.5);
    width: 100%;
    bottom: -10px;
}.sys_get_supportCoZa .sys_get_contactinfo {
    line-height: 1.8;
    font-size: calc(13px * 1.1);
    color: #000000;
    max-width: 90%;
    margin-bottom: 2.5rem;
}.sys_get_supportCoZa .sys_contact_form > p {
    color: #000000;
    padding-left: 30px;
    display: flex;
    font-size: 13px;
    position: relative;
    align-items: center;
    margin-bottom: 1rem;
}.sys_get_supportCoZa .sys_contact_form > p svg {
    height: 20px;
    top: 50%;
    left: 0;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
}.sys_get_supportCoZa .sys_contact_form > p svg path {
    fill: rgb(208,205,191);
}.sys_get_supportCoZa .sys_contact_form > p span {
    margin-left: 0.25rem;
    font-weight: 600;
}.sys_get_supportCoZa .sys_connect_experts {
    border-radius: 10px;
    margin-top: 3rem;
    position: relative;
    background: linear-gradient(to right, rgb(233,232,225), transparent);
    padding: 2rem;
}.sys_get_supportCoZa .sys_connect_experts h3 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: rgb(208,205,191);
    font-weight: 700;
}.sys_get_supportCoZa .sys_msg_team {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
}.sys_get_supportCoZa .sys_msg_team span {
    border-left: 3px solid rgb(173,171,152);
    border-radius: 10px;
    background: #ffffff;
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    font-weight: 600;
}.sys_get_supportCoZa .sys_msg_team span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(173,171,152);
    color: #ffffff;
}.sys_get_supportCoZa .sys_contact_form:nth-child(2) {
    grid-column: 2;
    position: relative;
    grid-row: span 2;
}.sys_get_supportCoZa .sys_contact_form .sys_image_box_wrap {
    z-index: -1;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
}.sys_get_supportCoZa .contact_tile.sys_contact_card {
    grid-column: 2;
    position: relative;
    background: transparent;
    padding: 2rem;
    z-index: 1;
}.sys_get_supportCoZa .sys_contact_card a {
    display: flex;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    position: relative;
    flex-direction: column;
    padding-left: 40px;
}.sys_get_supportCoZa .sys_contact_card a:last-child {
    margin-bottom: 0;
}.sys_get_supportCoZa .sys_contact_card a:hover {
    transform: translateX(10px);
}.sys_get_supportCoZa .sys_contact_card svg {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.3s ease;
}.sys_get_supportCoZa .sys_contact_card a:hover svg {
    transform: scale(1.2);
}.sys_get_supportCoZa .sys_contact_card svg path {
    fill: #ffffff;
}.sys_get_supportCoZa .sys_contact_card a span {
    margin-bottom: 5px;
    font-size: calc(13px * 0.85);
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}.sys_get_supportCoZa .sys_contact_card a p {
    font-size: calc(13px * 1.2);
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
}.sys_get_supportCoZa .sys_contact_card a p::after {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    content: '';
    bottom: -5px;
    background: #ffffff;
    left: 0;
}.sys_get_supportCoZa .sys_contact_card a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.sys_get_supportCoZa {
    background: linear-gradient(to right, rgb(233,232,225) 50%, rgb(208,205,191) 50%);
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) {
    padding-right: 2rem;
}.sys_get_supportCoZa .sys_get_contactinfo {
    max-width: 100%;
}
}

@media (max-width: 992px) {.sys_get_supportCoZa {
    background: linear-gradient(to bottom, rgb(233,232,225) 65%, rgb(208,205,191) 65%);
    padding: 80px 0 350px;
}.sys_get_supportCoZa .sys_request_info {
    grid-template-columns: 1fr;
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) {
    padding-right: 0;
    margin-bottom: 3rem;
}.sys_get_supportCoZa .sys_contact_form:nth-child(2) {
    right: 0;
    position: static;
    bottom: 200px;
    left: 0;
    top: auto;
    grid-column: auto;
    grid-row: auto;
    height: 300px;
}.sys_get_supportCoZa .contact_tile.sys_contact_card {
    grid-column: auto;
    margin-top: 250px;
}
}

@media (max-width: 768px) {.sys_get_supportCoZa {
    background: linear-gradient(to bottom, rgb(233,232,225) 60%, rgb(208,205,191) 60%);
    padding: 60px 0 100px;
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) h2 {
    font-size: 47px;
}.sys_get_supportCoZa .sys_contact_form:nth-child(2) {
    bottom: 180px;
    height: 200px;
}.sys_get_supportCoZa .contact_tile.sys_contact_card {
    margin-top: 150px;
}
}

@media (max-width: 576px) {.sys_get_supportCoZa {
    background: linear-gradient(to bottom, rgb(233,232,225) 55%, rgb(208,205,191) 55%);
    padding: 50px 0 350px;
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) h2 {
    font-size: calc(47px * 0.8);
}.sys_get_supportCoZa .sys_contact_form:nth-child(1) h2::before {
    height: 6px;
    width: 40px;
}.sys_get_supportCoZa .sys_connect_experts {
    padding: 1.5rem;
}.sys_get_supportCoZa .sys_msg_team {
    flex-direction: column;
}.sys_get_supportCoZa .sys_contact_form:nth-child(2) {
    bottom: 200px;
    height: 180px;
}.sys_get_supportCoZa .contact_tile.sys_contact_card {
    padding: 1.5rem;
}}.sys_client_opinions {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,232,225) 0%, rgba(rgb(173,171,152,0.5), 0.05) 100%);
    overflow: hidden;
}.sys_client_opinions::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(208,205,191,0.5), 0.15), transparent 60%);
}.sys_client_opinions::after {
    content: "";
    width: 250px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid rgba(rgb(208,205,191,0.5), 0.1);
    height: 250px;
    bottom: -50px;
    right: -50px;
}.sys_client_opinions .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.sys_client_opinions h2 {
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    transition: transform 0.6s ease-out;
    position: relative;
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
}.sys_client_opinions h2::after {
    bottom: -15px;
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(208,205,191), rgb(173,171,152));
    height: 3px;
    content: "";
}.sys_client_opinions .sys_success_feedback {
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}.sys_client_opinions .sys_testimonials_hub {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.06);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    will-change: transform;
    position: relative;
}.sys_client_opinions .sys_testimonials_hub::before {
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to bottom, rgb(208,205,191), rgb(173,171,152));
    position: absolute;
    width: 4px;
    content: "";
    top: 0;
    height: 0;
    left: 0;
}.sys_client_opinions .sys_testimonials_hub:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.sys_client_opinions .sys_testimonials_hub:hover::before {
    height: 100%;
}.sys_client_opinions .sys_testimonials_hub div {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}.sys_client_opinions .sys_testimonials_hub img {
    transition: transform 0.3s ease, border-color 0.3s ease;
    object-fit: cover;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.08);
    height: 60px;
    border: 3px solid rgba(rgb(208,205,191,0.5), 0.1);
}.sys_client_opinions .sys_testimonials_hub:hover img {
    transform: scale(1.05);
    border-color: rgb(208,205,191);
}.sys_client_opinions .sys_testimonials_hub h4 {
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0 0 0 15px;
    font-size: 22px;
    position: relative;
}.sys_client_opinions .sys_testimonials_hub:hover h4 {
    color: rgb(208,205,191);
    transform: translateX(5px);
}.sys_client_opinions .description {
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 22px;
}.sys_client_opinions .description::before {
    top: -10px;
    line-height: 1;
    content: "";
    font-family: serif;
    color: rgba(rgb(173,171,152,0.5), 0.3);
    font-size: 40px;
    left: 0;
    position: absolute;
}.sys_client_opinions a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(208,205,191), rgb(173,171,152));
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-top: 40px;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    padding: 12px 30px;
    box-shadow: 0 8px 20px rgba(rgb(208,205,191,0.5), 0.2);
    font-size: 15px;
}.sys_client_opinions a::before {
    top: 0;
    transition: left 0.5s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(rgb(255, 255, 255, 0.5), 0.2), transparent);
    position: absolute;
    content: "";
    z-index: -1;
}.sys_client_opinions a:hover {
    box-shadow: 0 12px 25px rgba(rgb(208,205,191,0.5), 0.3);
    transform: translateY(-3px);
}.sys_client_opinions a:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(208,205,191,0.5), 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(208,205,191,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(208,205,191,0.5), 0);
    }
}

@media (max-width: 991px) {.sys_client_opinions {
    padding: 80px 0;
}.sys_client_opinions h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.sys_client_opinions .sys_success_feedback {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 767px) {.sys_client_opinions {
    padding: 60px 0;
}.sys_client_opinions h2 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.sys_client_opinions h2::after {
    width: 60px;
}.sys_client_opinions .sys_success_feedback {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.sys_client_opinions .sys_testimonials_hub {
    padding: 25px;
}
}

@media (max-width: 480px) {.sys_client_opinions {
    padding: 50px 0;
}.sys_client_opinions h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.sys_client_opinions .sys_testimonials_hub div {
    flex-direction: column;
    text-align: center;
}.sys_client_opinions .sys_testimonials_hub h4 {
    margin: 10px 0 0;
}.sys_client_opinions .description {
    text-align: center;
    padding-left: 0;
}.sys_client_opinions .description::before {
    transform: translateX(-50%);
    left: 50%;
}}.sys_ty_success {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,232,225) 0%, rgb(208,205,191,0.5) 100%);
}.sys_ty_success::before {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    opacity: 0.05;
    background: linear-gradient(210deg, rgb(173,171,152) 0%, rgb(208,205,191) 100%);
    content: "";
    transform: rotate(15deg) skewX(-15deg);
    z-index: 1;
    height: 70%;
    width: 45%;
    position: absolute;
    right: -5%;
    top: -10%;
}.sys_ty_success::after {
    opacity: 0.07;
    left: -5%;
    transform: rotate(-10deg) skewX(15deg);
    content: "";
    height: 60%;
    z-index: 1;
    bottom: -10%;
    width: 35%;
    position: absolute;
    background: linear-gradient(45deg, rgb(208,205,191) 0%, rgb(173,171,152) 100%);
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
}.sys_ty_success .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}.sys_ty_success .sys_pro_program {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.sys_ty_success .sys_pro_program > div:first-child {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    padding: 3rem;
}.sys_ty_success .sys_pro_program > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.sys_ty_success .sys_pro_program > div:first-child::before {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(208,205,191), rgb(173,171,152));
    width: 5px;
    position: absolute;
}.sys_ty_success .sys_pro_program > div:last-child {
    transform: translateZ(10px);
    padding: 3rem;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    position: relative;
}.sys_ty_success .sys_pro_program > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.sys_ty_success h5 {
    font-size: calc(19px * 1.1);
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    position: relative;
    letter-spacing: -0.01em;
    margin: 0;
}.sys_ty_success h5::after {
    display: block;
    background: linear-gradient(90deg, rgb(208,205,191), transparent);
    content: "";
    width: 70px;
    height: 3px;
    margin-top: 1rem;
}.sys_ty_success a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
    position: relative;
}.sys_ty_success a:hover {
    transform: translateX(5px);
}.sys_ty_success p {
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
    position: relative;
    color: #000000;
}.sys_ty_success p::first-line {
    color: rgb(208,205,191);
    font-weight: 600;
}

@media (min-width: 768px) {.sys_ty_success {
    padding: 8rem 0;
}.sys_ty_success .sys_pro_program {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.sys_ty_success .sys_pro_program > div:first-child {
    padding: 4rem;
}.sys_ty_success .sys_pro_program > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.sys_ty_success h5 {
    font-size: calc(19px * 1.2);
}.sys_ty_success p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.sys_ty_success .sys_pro_program {
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
}.sys_ty_success .sys_pro_program > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.sys_ty_success .sys_pro_program > div:first-child::after {
    height: 40px;
    position: absolute;
    background: rgb(173,171,152);
    width: 3px;
    content: "";
    transform: rotate(15deg);
    right: -1.5rem;
    top: 2rem;
}.sys_ty_success .sys_pro_program > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.sys_ty_success h5 {
    font-size: calc(19px * 1.3);
}.sys_ty_success h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.sys_ty_success {
    padding: 4rem 0;
}.sys_ty_success .sys_pro_program > div:first-child,
    .sys_ty_success .sys_pro_program > div:last-child {
    padding: 2rem;
}.sys_ty_success h5 {
    font-size: 19px;
}.sys_ty_success p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.sys_ty_success .sys_pro_program > div:first-child:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
}.sys_ty_success .sys_pro_program > div:last-child:hover::after {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
}}.sys_leadership_experience {
    padding: 5rem 2rem;
    background: rgb(233,232,225);
    position: relative;
    overflow: hidden;
}.sys_leadership_experience::before {
    top: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(208,205,191,0.5) 100%);
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.sys_leadership_experience::after {
    background: rgb(173,171,152,0.5);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    bottom: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.5;
    width: 40%;
    content: "";
    right: 0;
}.sys_leadership_experience .sys_testimonials_hub {
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    max-width: 1200px;
    gap: 3rem;
    display: grid;
    z-index: 2;
}.sys_leadership_experience .sys_image_box_wrap {
    overflow: hidden;
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    width: 100%;
    position: relative;
    aspect-ratio: 3/4;
}.sys_leadership_experience .sys_image_box_wrap::before {
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(208,205,191,0.5) 100%);
    left: 0;
    position: absolute;
}.sys_leadership_experience .sys_image_box_wrap:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.sys_leadership_experience .sys_emp_achievements {
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    position: relative;
    display: flex;
}.sys_leadership_experience .sys_emp_achievements::before {
    left: 0;
    transition: height 0.8s ease-out;
    top: 0;
    height: 0;
    width: 2px;
    content: "";
    position: absolute;
    background: rgb(208,205,191);
}.sys_leadership_experience .sys_testimonials_hub:hover .sys_emp_achievements::before {
    height: 100%;
}.sys_leadership_experience .name {
    position: relative;
    font-size: 43px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
}.sys_leadership_experience .name::after {
    content: "";
    position: absolute;
    transform: translateX(-101%);
    height: 1px;
    left: 0;
    width: 100%;
    background: rgb(173,171,152);
    transition: transform 0.6s ease-out 0.2s;
    bottom: 0;
}.sys_leadership_experience .sys_testimonials_hub:hover .name::after {
    transform: translateX(0);
}.sys_leadership_experience .sys_emp_achievements > div:nth-child(2) {
    font-size: 18px;
    color: rgb(173,171,152);
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0;
    font-weight: 400;
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    transition: all 0.5s ease-out 0.4s;
}.sys_leadership_experience .sys_testimonials_hub:hover .sys_emp_achievements > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.sys_leadership_experience .sys_exp_highlights {
    padding: 0 0 0 20px;
    font-weight: 300;
    position: relative;
    font-size: 15px;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.6s;
    line-height: 1.8;
    color: #000000;
    opacity: 0;
}.sys_leadership_experience .sys_testimonials_hub:hover .sys_exp_highlights {
    transform: translateY(0);
    opacity: 1;
}.sys_leadership_experience .sys_exp_highlights::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(208,205,191);
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.sys_leadership_experience:hover .name {
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {.sys_leadership_experience .sys_testimonials_hub {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sys_leadership_experience .sys_image_box_wrap {
    aspect-ratio: 16/9;
    max-height: 300px;
}.sys_leadership_experience .sys_emp_achievements {
    padding: 1rem 0;
}.sys_leadership_experience .sys_emp_achievements::before {
    transition: width 0.8s ease-out;
    width: 0;
    height: 2px;
}.sys_leadership_experience .sys_testimonials_hub:hover .sys_emp_achievements::before {
    width: 100%;
    height: 2px;
}}.sys_potential_students {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(233,232,225) 0%, rgb(208,205,191,0.5) 100%);
    position: relative;
}.sys_potential_students::before {
    top: 50%;
    left: 50%;
    height: 150%;
    z-index: 1;
    animation: rotateRings 60s linear infinite;
    position: absolute;
    width: 150%;
    content: '';
    transform: translate(-50%, -50%);
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(173,171,152,0.5), 0.1) 31%,
        rgba(rgb(173,171,152,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(173,171,152,0.5), 0.05) 41%,
        rgba(rgb(173,171,152,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(208,205,191,0.5), 0.07) 51%,
        rgba(rgb(208,205,191,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(208,205,191,0.5), 0.05) 71%,
        rgba(rgb(208,205,191,0.5), 0.05) 72%,
        transparent 73%
    );
    pointer-events: none;
}.sys_potential_students::after {
    opacity: 0.3;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(208,205,191,0.5) 0%,
        transparent 50%
    );
    content: '';
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.sys_potential_students .sys_pro_program {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.sys_potential_students h3 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 31px;
    margin-bottom: 3.5rem;
    font-weight: 700;
    position: relative;
}.sys_potential_students h3::after {
    width: 120px;
    transform: translateX(-50%);
    bottom: -15px;
    box-shadow: 0 0 15px rgb(208,205,191);
    height: 3px;
    content: '';
    left: 50%;
    background: rgb(208,205,191);
    position: absolute;
    border-radius: 50px;
}.sys_potential_students ul {
    display: grid;
    list-style-type: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.sys_potential_students li {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.12);
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    padding: 1.8rem 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.sys_potential_students li::before {
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    position: absolute;
}.sys_potential_students li::after {
    position: absolute;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(173,171,152,0.5), 0.3) 0%,
        transparent 70%
    );
    pointer-events: none;
    transform: scale(0.5);
    opacity: 0;
    content: '';
    top: -50%;
    transition: all 0.5s ease;
    width: 200%;
    left: -50%;
}.sys_potential_students li:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(208,205,191,0.5);
    border-color: rgb(208,205,191,0.5);
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.18);
}.sys_potential_students li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.sys_potential_students li svg {
    height: 40px;
    transition: all 0.4s ease;
    fill: rgb(173,171,152);
    filter: drop-shadow(0 0 5px rgb(173,171,152,0.5));
    width: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transform-origin: center;
}.sys_potential_students li:hover svg {
    fill: rgb(208,205,191);
    filter: drop-shadow(0 0 8px rgb(208,205,191));
    transform: rotate(15deg);
}.sys_potential_students li svg path {
    transition: all 0.4s ease;
}.sys_potential_students li:hover svg path {
    fill: rgb(208,205,191);
}.sys_potential_students li {
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.sys_potential_students {
    padding: 4rem 0;
}.sys_potential_students ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.sys_potential_students h3 {
    font-size: calc(31px * 0.9);
}.sys_potential_students li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.sys_potential_students {
    padding: 3rem 0;
}.sys_potential_students h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2.5rem;
}.sys_potential_students h3::after {
    width: 100px;
}.sys_potential_students li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.sys_potential_students li svg {
    margin-right: 1rem;
    width: 35px;
    height: 35px;
}}.sys_data_summary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,232,225) 0%, rgba(rgb(173,171,152,0.5), 0.15) 100%);
    padding: 5rem 2rem;
}.sys_data_summary::before {
    left: 0;
    height: 100%;
    top: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(208,205,191,0.5), 0.03) 0px,
        rgba(rgb(208,205,191,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
}.sys_data_summary::after {
    background: radial-gradient(
        circle at center,
        rgba(rgb(173,171,152,0.5), 0.1) 0%,
        transparent 70%
    );
    transform: rotate(-15deg) scale(2);
    z-index: 0;
    content: "";
    right: -50%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -50%;
}.sys_data_summary h3 {
    text-align: center;
    z-index: 2;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 34px;
}.sys_data_summary h3::after {
    bottom: -0.8rem;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(208,205,191) 0%, rgb(173,171,152) 100%);
    width: 5rem;
    content: "";
    height: 3px;
    position: absolute;
}.sys_data_summary .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.sys_data_summary ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    padding: 0;
    gap: 2rem;
}.sys_data_summary .sys_fast_benefits {
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    overflow: hidden;
    backdrop-filter: blur(5px);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease-out;
    padding: 2.5rem 1.5rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}.sys_data_summary .sys_fast_benefits::before {
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(208,205,191,0.5), 0.08) 0%,
        rgba(rgb(173,171,152,0.5), 0.05) 100%
    );
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
}.sys_data_summary .sys_fast_benefits::after {
    top: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(208,205,191) 0%,
        rgb(173,171,152) 100%
    );
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
}.sys_data_summary .sys_fast_benefits:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.2);
}.sys_data_summary .sys_fast_benefits:hover::after {
    transform: scaleX(1);
}.sys_data_summary .sys_fast_benefits span {
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 600;
    display: block;
    z-index: 2;
    font-size: calc(14px * 1.1);
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}.sys_data_summary .sys_fast_benefits:hover span {
    transform: translateY(-5px);
}.sys_data_summary .sys_fast_benefits p {
    font-weight: 700;
    transition: all 0.4s ease;
    color: rgb(208,205,191);
    align-items: center;
    font-size: calc(40px * 1.2);
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0;
}.sys_data_summary .sys_fast_benefits p::before {
    content: "";
    height: calc(100% + 20px);
    position: absolute;
    transform: scale(0.8);
    transition: all 0.4s ease;
    opacity: 0;
    background: radial-gradient(
        circle at center,
        rgba(rgb(173,171,152,0.5), 0.1) 0%,
        transparent 70%
    );
    z-index: -1;
    width: calc(100% + 20px);
}.sys_data_summary .sys_fast_benefits:hover p {
    transform: scale(1.1);
    color: rgb(173,171,152);
}.sys_data_summary .sys_fast_benefits:hover p::before {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 991px) {.sys_data_summary {
    padding: 4rem 1.5rem;
}.sys_data_summary h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.sys_data_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 1.5rem;
}.sys_data_summary .sys_fast_benefits {
    padding: 2rem 1.2rem;
}.sys_data_summary .sys_fast_benefits p {
    font-size: calc(40px * 1.1);
}
}

@media (max-width: 767px) {.sys_data_summary {
    padding: 3.5rem 1rem;
}.sys_data_summary h3 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.sys_data_summary ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}.sys_data_summary .sys_fast_benefits {
    padding: 1.8rem 1rem;
}.sys_data_summary .sys_fast_benefits span {
    font-size: 14px;
}.sys_data_summary .sys_fast_benefits p {
    font-size: 40px;
}
}

@media (max-width: 480px) {.sys_data_summary {
    padding: 3rem 0.8rem;
}.sys_data_summary h3 {
    margin-bottom: 1.8rem;
    font-size: calc(34px * 0.75);
}.sys_data_summary ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.sys_data_summary .sys_fast_benefits {
    padding: 1.5rem 0.8rem;
}.sys_data_summary .sys_fast_benefits span {
    font-size: calc(14px * 0.95);
}.sys_data_summary .sys_fast_benefits p {
    font-size: calc(40px * 0.9);
}.sys_data_summary .sys_fast_benefits:hover {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion) {.sys_data_summary .sys_fast_benefits,
    .sys_data_summary .sys_fast_benefits p,
    .sys_data_summary .sys_fast_benefits span,
    .sys_data_summary .sys_fast_benefits::after,
    .sys_data_summary .sys_fast_benefits p::before {
    transition: none;
}.sys_data_summary .sys_fast_benefits:hover {
    transform: none;
}.sys_data_summary .sys_fast_benefits:hover span {
    transform: none;
}.sys_data_summary .sys_fast_benefits:hover p {
    transform: none;
}}.sys_title_greeting {
    width: 100%;
    position: relative;
    overflow: hidden;
}.sys_title_greeting .sys_skill_trackfast {
    min-height: 100vh;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
}.sys_title_greeting .sys_skill_trackfast::before {
    transform-origin: center;
    height: 100%;
    z-index: 1;
    content: '';
    animation: gradientShift 15s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(208,205,191), 0.85) 0%,
        rgba(rgb(173,171,152), 0.75) 50%,
        rgba(rgb(208,205,191), 0.65) 100%);
    left: 0;
    backdrop-filter: blur(8px);
}.sys_title_greeting .sys_skill_trackfast::after {
    position: absolute;
    width: 100%;
    z-index: 2;
    animation: maskShift 30s infinite linear;
    top: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%);
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%),
                linear-gradient(-45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    mask-composite: intersect;
    mask-size: 350px 350px;
    opacity: 0.4;
    left: 0;
    content: '';
    height: 100%;
}.sys_title_greeting .sys_knowledge_experts {
    background: rgba(#ffffff, 0.15);
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 3rem;
    border-left: 3px solid rgb(173,171,152);
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 5;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    animation: fadeInUp 1s ease-out forwards;
}.sys_title_greeting .sys_knowledge_experts:hover {
    box-shadow: 0 30px 70px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.sys_title_greeting .sys_knowledge_experts::before {
    z-index: -1;
    content: '';
    right: -10px;
    background: linear-gradient(45deg, 
        transparent 20%, 
        rgba(rgb(173,171,152), 0.1) 40%, 
        rgba(rgb(173,171,152), 0) 80%);
    position: absolute;
    bottom: -10px;
    transition: opacity 0.8s ease;
    left: -10px;
    filter: blur(20px);
    opacity: 0;
    top: -10px;
}.sys_title_greeting .sys_knowledge_experts:hover::before {
    opacity: 1;
}.sys_title_greeting h1 {
    transform: translateZ(40px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    transition: transform 0.5s ease;
    font-size: calc(45px * 1.2);
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    color: #ffffff;
    margin-bottom: 2rem;
}.sys_title_greeting h1::after {
    transform-origin: left;
    content: '';
    transform: scaleX(0.6);
    left: 0;
    width: 80px;
    position: absolute;
    background: rgb(173,171,152);
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 6px;
}.sys_title_greeting .sys_knowledge_experts:hover h1::after {
    transform: scaleX(1);
}.sys_title_greeting h3 {
    color: rgba(#ffffff, 0.9);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.5rem;
    max-width: 90%;
    position: relative;
    transform: translateZ(20px);
    font-size: 19px;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}.sys_title_greeting p {
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    max-width: 85%;
    font-weight: 400;
    transform: translateZ(10px);
    position: relative;
    line-height: 1.6;
    animation: fadeIn 1.2s 0.5s both;
    color: rgba(#ffffff, 0.8);
    font-size: calc(12px * 1.2);
}

@media (max-width: 991px) {.sys_title_greeting .sys_skill_trackfast {
    min-height: 80vh;
}.sys_title_greeting .sys_knowledge_experts {
    width: 95%;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.sys_title_greeting h1 {
    font-size: calc(31px * 1.1);
}.sys_title_greeting h3 {
    max-width: 95%;
    font-size: calc(17px * 1.1);
}.sys_title_greeting p {
    font-size: 12px;
    max-width: 100%;
}
}

@media (max-width: 767px) {.sys_title_greeting .sys_skill_trackfast {
    min-height: 70vh;
}.sys_title_greeting .sys_knowledge_experts {
    width: 92%;
    padding: 2rem 1.5rem;
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.sys_title_greeting h1 {
    margin-bottom: 1.5rem;
    font-size: 31px;
}.sys_title_greeting h1::after {
    width: 60px;
    bottom: -10px;
    height: 4px;
}.sys_title_greeting h3 {
    font-size: 17px;
    margin-bottom: 1rem;
}.sys_title_greeting p {
    padding-top: 0.75rem;
}
}

@media (max-width: 480px) {.sys_title_greeting .sys_skill_trackfast {
    min-height: 60vh;
}.sys_title_greeting .sys_knowledge_experts {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.5rem 1rem;
}.sys_title_greeting h1 {
    font-size: calc(31px * 0.85);
    margin-bottom: 1.25rem;
}.sys_title_greeting h3 {
    font-size: calc(12px * 1.1);
}.sys_title_greeting p {
    font-size: 12px;
}}

@keyframes gradientShift {
    0% {
        opacity: 0.85;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.85;
        background-position: 100% 100%;
    }
}

@keyframes maskShift {
    0% {
        mask-position: 0 0;
    }
    100% {
        mask-position: 350px 350px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(2deg) translateY(30px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.sys_access_now {
    background: linear-gradient(135deg, rgb(208,205,191) 0%, rgb(173,171,152) 100%);
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}.sys_access_now::before {
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.05) 100%);
    animation: shiftLight 12s ease-in-out infinite alternate;
    height: 200%;
    position: absolute;
    right: -50%;
    z-index: -1;
    content: "";
    width: 100%;
    transform: rotate(30deg);
    top: -50%;
}.sys_access_now::after {
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(208,205,191,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
}.sys_access_now .container {
    z-index: 2;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
}.sys_access_now h6 {
    line-height: 1.6;
    max-width: 80%;
    position: relative;
    transform: translateX(20px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2.5rem;
    animation: slideInText 0.6s ease-out forwards;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(19px * 1.1);
}.sys_access_now h6::before {
    left: -20px;
    content: "";
    height: 70%;
    width: 4px;
    position: absolute;
    top: 50%;
    background: #ffffff;
    transform: translateY(-50%);
}.sys_access_now div div {
    justify-content: flex-start;
    animation: slideUpButton 0.8s ease-out forwards 0.3s;
    transform: translateY(10px);
    opacity: 0;
    display: flex;
}.sys_access_now span {
    display: inline-block;
    position: relative;
    overflow: hidden;
}.sys_access_now .sys_reach_panel {
    transform: skewX(-5deg);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    color: rgb(208,205,191);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border: none;
    font-weight: 600;
    justify-content: center;
    overflow: hidden;
    display: inline-flex;
    font-size: 19px;
    text-decoration: none;
    background: #ffffff;
    letter-spacing: 0.5px;
    align-items: center;
    padding: 0.8rem 2.2rem;
    position: relative;
}.sys_access_now .sys_reach_panel span {
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}.sys_access_now .sys_reach_panel::before {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    transform: translateX(0) skewX(-10deg);
    background: rgb(173,171,152);
    z-index: 1;
    content: "";
}.sys_access_now .sys_reach_panel:hover {
    transform: skewX(-5deg) translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}.sys_access_now .sys_reach_panel:hover::before {
    transform: translateX(100%) skewX(-10deg);
}.sys_access_now .sys_reach_panel:hover span {
    transform: skewX(5deg) translateX(3px);
    color: rgb(208,205,191);
}.sys_access_now .sys_reach_panel:active {
    transition: all 0.1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: skewX(-5deg) translateY(1px);
}

@keyframes shiftLight {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

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

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

@media screen and (max-width: 991px) {.sys_access_now {
    padding: 3.5rem 1.5rem;
}.sys_access_now h6 {
    max-width: 90%;
    font-size: 19px;
}.sys_access_now .sys_reach_panel {
    padding: 0.7rem 1.8rem;
}
}

@media screen and (max-width: 768px) {.sys_access_now {
    padding: 3rem 1.2rem;
}.sys_access_now .container {
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
}.sys_access_now h6 {
    margin-bottom: 2rem;
    transform: translateX(0);
    text-align: center;
    max-width: 100%;
}.sys_access_now h6::before {
    height: 60%;
    left: -10px;
}.sys_access_now div div {
    justify-content: center;
}.sys_access_now .sys_reach_panel {
    padding: 0.7rem 1.6rem;
}
}

@media screen and (max-width: 576px) {.sys_access_now {
    padding: 2.5rem 1rem;
}.sys_access_now h6 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1.8rem;
}.sys_access_now h6::before {
    width: 3px;
    left: -8px;
}.sys_access_now .sys_reach_panel {
    padding: 0.6rem 1.4rem;
    font-size: calc(19px * 0.9);
}}.sys_offer_deck {
    font-family: Arial, sans-serif;
    background-color: rgb(233,232,225);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.sys_offer_deck::before {
    background: linear-gradient(135deg, rgba(rgb(173,171,152,0.5), 0.05) 0%, rgba(rgb(208,205,191,0.5), 0.08) 100%);
    content: "";
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.sys_offer_deck .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
}.sys_offer_deck .sys_basic_cost {
    flex-direction: column;
    display: flex;
}.sys_offer_deck .sys_learning_cost {
    opacity: 0;
    margin-bottom: 60px;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
}.sys_offer_deck .sys_learning_cost h2 {
    font-size: 32px;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}.sys_offer_deck .sys_learning_cost h2::after {
    background: linear-gradient(90deg, rgb(173,171,152), rgb(208,205,191));
    bottom: -10px;
    border-radius: 2px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
}.sys_offer_deck .sys_value_pricing {
    font-size: 15px;
    margin-top: 25px;
    line-height: 1.6;
    max-width: 800px;
    color: #000000;
}.sys_offer_deck .sys_package_rates {
    gap: 30px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.sys_offer_deck .sys_package_pricing {
    display: block;
    animation-delay: calc(0.15s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    perspective: 1000px;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
}.sys_offer_deck .sys_package_pricing:nth-child(1) {
    --i: 1;
}.sys_offer_deck .sys_package_pricing:nth-child(2) {
    --i: 2;
}.sys_offer_deck .sys_package_pricing:nth-child(3) {
    --i: 3;
}.sys_offer_deck .sys_package_pricing:nth-child(4) {
    --i: 4;
}.sys_offer_deck .sys_skill_pricing {
    border-radius: 12px;
    background-color: #ffffff;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.sys_offer_deck .sys_package_pricing:hover .sys_skill_pricing {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(208,205,191,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.sys_offer_deck .sys_cost_card {
    position: relative;
    box-sizing: border-box;
    padding: 35px 30px;
    z-index: 2;
    min-height: 250px;
}.sys_offer_deck .sys_cost_card h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: calc(21px + 2px);
    display: inline-block;
    font-weight: 700;
    color: #000000;
    transition: transform 0.3s ease;
}.sys_offer_deck .sys_package_pricing:hover .sys_cost_card h3 {
    transform: translateX(5px);
    color: rgb(208,205,191);
}.sys_offer_deck .sys_fee_board {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(173,171,152);
    font-weight: 700;
    font-size: calc(21px + 4px);
    display: block;
    margin: 20px 0;
}.sys_offer_deck .sys_fee_board::before {
    background: linear-gradient(90deg, rgb(173,171,152), transparent);
    width: 40px;
    content: "";
    left: 0;
    border-radius: 2px;
    height: 3px;
    top: -10px;
    position: absolute;
}.sys_offer_deck .sys_package_pricing:hover .sys_fee_board {
    color: rgb(208,205,191);
    transform: scale(1.05);
}.sys_offer_deck .sys_cost_card p {
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 15px;
    hyphens: auto;
    transition: color 0.3s ease;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    word-wrap: break-word;
    word-break: normal;
}.sys_offer_deck .sys_image_box_wrap {
    transition: all 0.5s ease;
    height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
}.sys_offer_deck .sys_image_box_wrap::after {
    top: 0;
    opacity: 0.6;
    content: "";
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    z-index: 1;
}.sys_offer_deck .sys_package_pricing:hover .sys_image_box_wrap {
    transform: scale(1.05);
}.sys_offer_deck .sys_package_pricing:hover .sys_image_box_wrap::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.sys_offer_deck .sys_basic_cost {
    flex-direction: row-reverse;
}.sys_offer_deck .sys_learning_cost {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.sys_offer_deck .sys_package_rates {
    width: 70%;
}.sys_offer_deck .sys_learning_cost h2 {
    font-size: calc(32px + 4px);
}
}

@media (max-width: 1199px) {.sys_offer_deck {
    padding: 80px 0;
}.sys_offer_deck .sys_learning_cost {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.sys_offer_deck .sys_learning_cost h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.sys_offer_deck {
    padding: 60px 0;
}.sys_offer_deck .sys_package_rates {
    gap: 20px;
    grid-template-columns: 1fr;
}.sys_offer_deck .sys_cost_card {
    padding: 25px 20px;
}.sys_offer_deck .sys_image_box_wrap {
    height: 180px;
}.sys_offer_deck .sys_learning_cost h2 {
    font-size: calc(32px - 2px);
}.sys_offer_deck .sys_value_pricing {
    font-size: calc(15px - 1px);
}
}

@media (hover: none) {.sys_offer_deck .sys_package_pricing:hover .sys_skill_pricing {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.sys_offer_deck .sys_package_pricing:hover .sys_cost_card h3 {
    transform: none;
}.sys_offer_deck .sys_package_pricing:hover .sys_fee_board {
    transform: none;
}.sys_offer_deck .sys_package_pricing:hover .sys_image_box_wrap {
    transform: none;
}}.sys_study_process {
    padding: 180px 0 150px;
    overflow: visible;
    position: relative;
    background: linear-gradient(155deg, rgb(233,232,225) 0%, rgb(208,205,191,0.5) 100%);
}.sys_study_process::before {
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, rgb(208,205,191,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.1;
}.sys_study_process .sys_pro_program {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    justify-content: flex-start;
    display: flex;
    position: relative;
    padding: 0 20px;
}.sys_study_process .sys_editorial_wrap {
    margin-left: 5%;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 55%;
}.sys_study_process .sys_editorial_wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    align-self: flex-start;
    z-index: 4;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(208,205,191,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 40px;
    color: #ffffff;
    backdrop-filter: blur(10px);
    border-radius: 0 16px 16px 0;
    position: relative;
    transform: translateX(-80px) translateY(20px);
}.sys_study_process .sys_editorial_wrap p {
    transform: translateX(60px);
    margin-top: -30px;
    position: relative;
    border-radius: 16px 0 0 16px;
    align-self: flex-end;
    z-index: 3;
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 45px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
}.sys_study_process .sys_editorial_wrap::before {
    opacity: 0.1;
    position: absolute;
    width: 300px;
    animation: rotate-float 40s infinite linear;
    content: '';
    height: 300px;
    transform: rotate(25deg);
    top: -130px;
    z-index: 1;
    border: 2px solid rgb(208,205,191,0.5);
    right: -200px;
}.sys_study_process .sys_editorial_wrap::after {
    position: absolute;
    opacity: 0.1;
    border: 2px solid rgb(173,171,152,0.5);
    animation: rotate-float 30s infinite linear reverse;
    content: '';
    height: 250px;
    width: 250px;
    transform: rotate(15deg);
    z-index: 0;
    left: -150px;
    bottom: -100px;
}.sys_study_process .sys_editorial_wrap h2::before {
    width: 80px;
    top: -25px;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    transform: rotate(45deg);
    background: rgb(208,205,191);
    height: 80px;
    content: '';
    left: -25px;
}.sys_study_process .sys_editorial_wrap h2::after {
    width: 100%;
    opacity: 0.6;
    bottom: 0;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgb(208,205,191) 0%, transparent 100%);
    left: 0;
    position: absolute;
}.sys_study_process .sys_editorial_wrap p::before {
    height: 70%;
    top: 15%;
    position: absolute;
    right: 0;
    content: '';
    width: 15px;
    background: rgb(173,171,152,0.5);
    opacity: 0.3;
}.sys_study_process .sys_editorial_wrap p::after {
    position: absolute;
    bottom: 20px;
    height: 3px;
    transform-origin: right center;
    width: 170px;
    animation: pulse-width 5s infinite ease-in-out;
    background: linear-gradient(90deg, transparent 0%, rgb(208,205,191) 100%);
    opacity: 0.3;
    content: '';
    right: 30px;
}.sys_study_process::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, transparent 0%, rgb(208,205,191) 60%, rgb(208,205,191) 100%);
    bottom: 50px;
    height: 2px;
    opacity: 0.3;
    width: 35%;
    right: 0;
    content: '';
}.sys_study_process .sys_pro_program::before {
    animation: pulse-subtle 15s infinite alternate;
    background: rgb(208,205,191);
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    filter: blur(80px);
    left: -125px;
    content: '';
    top: -125px;
    opacity: 0.05;
}.sys_study_process .sys_pro_program::after {
    background: linear-gradient(to bottom, transparent, rgb(208,205,191,0.5), transparent);
    z-index: 0;
    height: 150%;
    position: absolute;
    width: 1px;
    top: -25%;
    opacity: 0.2;
    left: 30%;
    content: '';
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.sys_study_process .sys_editorial_wrap {
    width: 65%;
}.sys_study_process .sys_editorial_wrap h2 {
    transform: translateX(-60px) translateY(20px);
}.sys_study_process .sys_editorial_wrap p {
    transform: translateX(40px);
}.sys_study_process .sys_editorial_wrap::before {
    right: -150px;
    width: 250px;
    height: 250px;
}.sys_study_process .sys_editorial_wrap::after {
    left: -100px;
    height: 200px;
    width: 200px;
}
}

@media screen and (max-width: 992px) {.sys_study_process {
    padding: 150px 0 120px;
}.sys_study_process .sys_editorial_wrap {
    width: 75%;
}.sys_study_process .sys_editorial_wrap h2 {
    padding: 35px;
    transform: translateX(-40px) translateY(15px);
}.sys_study_process .sys_editorial_wrap p {
    transform: translateX(30px);
    padding: 35px;
}.sys_study_process .sys_editorial_wrap::before {
    width: 200px;
    right: -100px;
    top: -100px;
    height: 200px;
}.sys_study_process .sys_editorial_wrap::after {
    bottom: -75px;
    left: -75px;
    height: 150px;
    width: 150px;
}.sys_study_process .sys_pro_program::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.sys_study_process {
    overflow: hidden;
    padding: 120px 0 100px;
}.sys_study_process .sys_pro_program {
    justify-content: center;
}.sys_study_process .sys_editorial_wrap {
    width: 90%;
    margin-left: 0;
}.sys_study_process .sys_editorial_wrap h2 {
    align-self: center;
    margin-bottom: 20px;
    padding: 30px;
    transform: translateX(0) translateY(0);
    font-size: calc(30px * 0.9);
    border-radius: 16px;
}.sys_study_process .sys_editorial_wrap p {
    transform: translateX(0);
    margin-top: 0;
    border-radius: 16px;
    padding: 30px;
    align-self: center;
}.sys_study_process .sys_editorial_wrap::before,
    .sys_study_process .sys_editorial_wrap::after,
    .sys_study_process::after,
    .sys_study_process .sys_pro_program::before,
    .sys_study_process .sys_pro_program::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.sys_study_process {
    padding: 100px 0 80px;
}.sys_study_process .sys_editorial_wrap {
    width: 100%;
}.sys_study_process .sys_editorial_wrap h2 {
    font-size: calc(30px * 0.8);
    padding: 25px;
}.sys_study_process .sys_editorial_wrap p {
    font-size: calc(18px * 0.9);
    padding: 25px;
}}.sys_privacySettingsModal {
    z-index: 90;
    background: rgb(173,171,152);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    border-top: 2px solid rgb(208,205,191);
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
}.sys_cookie_explained {
    margin: auto;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-between;
}.sys_privacySettingsModal h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}.sys_privacySettingsModal p {
    color: #ffffff;
    max-width: 500px;
    font-size: 15px;
}.sys_data_comply {
    flex-shrink: 0;
    margin-right: 20px;
}.sys_data_comply svg, .sys_data_comply svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(208,205,191);
    height: 80px;
    width: 80px;
}.sys_data_comply:hover svg {
    transform: rotate(10deg);
}.sys_cookies_tech {
    line-height: 35px;
    border-radius: 23px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(208,205,191);
    box-shadow: rgb(208,205,191,0.5) 0px 4px 10px 0px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}.cookie_button.sys_consent_comply {
    background: rgb(208,205,191);
}.cookie_button.sys_cookie_necessary {
    background: rgb(173,171,152);
}.sys_cookies_tech:hover {
    transform: scale(1.05);
    box-shadow: rgb(208,205,191,0.5) 0px 6px 15px 0px;
}.sys_privacySettingsModal p a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(208,205,191);
}.sys_privacySettingsModal p a:hover {
    color: rgb(173,171,152);
}.sys_wrapper-section .sys_privacySettingsModal {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(173,171,152);
}.sys_wrapper-section .sys_cookies_tech {
    border: none;
    margin-left: 30px;
    font-weight: 400;
    background: rgb(208,205,191);
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
}.sys_wrapper-section .sys_cookie_updates h5, .sys_wrapper-section .sys_cookie_updates p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.sys_privacySettingsModal {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.sys_data_comply {
    display: none;
}.sys_cookie_explained {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.sys_privacySettingsModal h5 {
    text-align: center;
}.sys_privacySettingsModal p {
    text-align: center;
}.sys_cookie_updates {
    text-align: center;
    margin-bottom: 20px;
}.sys_cookies_tech {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
}}
#sys_cookie_modal_popup {
    display: none;
}#sys_cookie_modal_popup:checked ~ .sys_privacySettingsModal {
    visibility: hidden;
    opacity: 0;
}.sys_course_program {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,232,225) 0%, rgba(240, 242, 245, 0.9) 100%);
}.sys_course_program::before {
    opacity: 0.3;
    content: "";
    right: -100px;
    width: 300px;
    border-radius: 50%;
    animation: float 15s infinite alternate ease-in-out;
    top: -100px;
    position: absolute;
    height: 300px;
    transform: translateZ(0);
    filter: blur(40px);
    background: linear-gradient(45deg, rgb(208,205,191,0.5) 0%, rgb(173,171,152,0.5) 100%);
}.sys_course_program::after {
    left: -50px;
    height: 200px;
    background: linear-gradient(-45deg, rgb(173,171,152,0.5) 0%, rgb(208,205,191,0.5) 100%);
    animation: morph 20s infinite alternate ease-in-out;
    opacity: 0.2;
    width: 200px;
    filter: blur(30px);
    content: "";
    bottom: -50px;
    transform: translateZ(0);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.sys_course_program .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.sys_course_program .sys_next_skill {
    gap: 40px;
    transform: translateZ(0);
    display: grid;
    grid-template-columns: 1fr;
}.sys_course_program .sys_image_box_wrap {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: 350px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.sys_course_program .sys_image_box_wrap::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    inset: 0;
    content: "";
}.sys_course_program .sys_image_box_wrap::after {
    content: "";
    position: absolute;
    animation: shimmer 5s infinite linear;
    top: -50%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    left: -50%;
    width: 200%;
    height: 200%;
    pointer-events: none;
}.sys_course_program .sys_editorial_wrap {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.sys_course_program .sys_editorial_wrap::before {
    position: absolute;
    transform-origin: center;
    content: "";
    transform: scaleY(0.7);
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(208,205,191), rgb(173,171,152));
    width: 4px;
    transition: transform 0.4s ease;
}.sys_course_program .sys_editorial_wrap:hover::before {
    transform: scaleY(1);
}.sys_course_program h3 {
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    position: relative;
    transition: transform 0.4s ease;
    z-index: 1;
    transform: translateX(0);
    color: #000000;
    font-size: calc(22px + 0.2rem);
    font-weight: 700;
}.sys_course_program h3::after {
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease, left 0.4s ease;
    position: absolute;
    transform: translateY(-50%);
    width: 8px;
    top: 50%;
    height: 30%;
    opacity: 0;
    background: rgb(208,205,191,0.5);
    left: -10px;
}.sys_course_program .sys_editorial_wrap:hover h3 {
    transform: translateX(10px);
}.sys_course_program .sys_editorial_wrap:hover h3::after {
    left: -5px;
    opacity: 1;
}.sys_course_program .description {
    color: #000000;
    font-size: 17px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.sys_course_program p.description {
    padding-right: 15px;
    max-height: 300px;
    scrollbar-color: rgb(208,205,191,0.5) rgb(233,232,225);
    scrollbar-width: thin;
    overflow-y: auto;
    display: block;
}.sys_course_program p.description::-webkit-scrollbar {
    width: 5px;
}.sys_course_program p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(233,232,225);
}.sys_course_program p.description::-webkit-scrollbar-thumb {
    background-color: rgb(208,205,191,0.5);
    border-radius: 10px;
}.sys_course_program span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.sys_course_program .sys_next_skill {
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}.sys_course_program .sys_image_box_wrap {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.sys_course_program .sys_editorial_wrap {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.sys_course_program .sys_image_box_wrap:hover,
    .sys_course_program .sys_editorial_wrap:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.sys_course_program h3 {
    font-size: 34px;
}
}

@media (min-width: 992px) {.sys_course_program {
    padding: 150px 0;
}.sys_course_program .sys_next_skill {
    gap: 70px;
}.sys_course_program .sys_image_box_wrap {
    height: 550px;
}.sys_course_program .sys_editorial_wrap {
    padding: 40px 50px;
}.sys_course_program p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.sys_course_program {
    padding: 80px 0;
}.sys_course_program .container {
    padding: 0 15px;
}.sys_course_program .sys_image_box_wrap {
    height: 250px;
}.sys_course_program .sys_editorial_wrap {
    padding: 25px 20px;
}.sys_course_program h3 {
    font-size: calc(22px - 0.1rem);
    margin-bottom: 15px;
}.sys_course_program p.description {
    max-height: 250px;
    font-size: calc(17px - 0.1rem);
}}.sys_privacy_fort {
    overflow: hidden;
    padding: 4rem 2rem;
    color: #000000;
    background: linear-gradient(145deg, rgb(233,232,225), rgba(245, 245, 250, 0.9));
    position: relative;
    font-family: Arial, sans-serif;
}.sys_privacy_fort::before {
    filter: blur(60px);
    top: -10%;
    opacity: 0.3;
    width: 250px;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
    height: 250px;
    right: -5%;
    background: linear-gradient(120deg, rgb(208,205,191,0.5), rgb(173,171,152,0.5));
    content: "";
}.sys_privacy_fort::after {
    height: 200px;
    width: 200px;
    left: -5%;
    position: absolute;
    content: "";
    z-index: 0;
    background: linear-gradient(230deg, rgb(173,171,152,0.5), rgb(208,205,191,0.5));
    transform: rotate(15deg);
    bottom: -10%;
    filter: blur(50px);
    opacity: 0.2;
}.sys_privacy_fort .container {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    transform: translateZ(0);
    padding: 3rem;
    backdrop-filter: blur(10px) saturate(120%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    max-width: 1140px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.85);
}.sys_privacy_fort .container:hover {
    transform: translateY(-5px) translateZ(0);
}.sys_privacy_fort h1 {
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    font-size: 48px;
    transform: translateZ(0);
    letter-spacing: -0.02em;
}.sys_privacy_fort h1::after {
    transform-origin: left center;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(208,205,191), rgb(173,171,152));
    left: 0;
    height: 4px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 80px;
}.sys_privacy_fort .container:hover h1::after {
    width: 120px;
}.sys_privacy_fort h2 {
    margin: 2.5rem 0 1.25rem;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 35px;
}.sys_privacy_fort h2::before {
    position: absolute;
    content: "";
    transition: height 0.3s, opacity 0.3s;
    bottom: 5px;
    height: 12px;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: rgb(208,205,191,0.5);
    opacity: 0.25;
    transform: skewX(-15deg);
}.sys_privacy_fort h2:hover::before {
    height: 8px;
    opacity: 0.4;
}.sys_privacy_fort h3 {
    position: relative;
    padding-left: 15px;
    color: #000000;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(35px * 0.8);
}.sys_privacy_fort h3::before {
    background: linear-gradient(to bottom, rgb(208,205,191), rgb(173,171,152));
    content: "";
    top: 0.25em;
    width: 4px;
    left: 0;
    height: 70%;
    position: absolute;
    border-radius: 1px;
}.sys_privacy_fort h4 {
    text-transform: uppercase;
    opacity: 0.85;
    font-size: calc(35px * 0.7);
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    letter-spacing: 0.05em;
}.sys_privacy_fort p {
    z-index: 1;
    font-size: 16px;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    color: #000000;
}.sys_privacy_fort strong {
    color: #000000;
    padding-bottom: 2px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.sys_privacy_fort strong::after {
    height: 1px;
    left: 0;
    background: rgb(208,205,191,0.5);
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
}.sys_privacy_fort ul {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}.sys_privacy_fort ul::before {
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(208,205,191,0.5),
        rgb(173,171,152,0.5),
        transparent);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 1px;
}.sys_privacy_fort li {
    font-size: 16px;
    padding-left: 0.5rem;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.7;
    position: relative;
}.sys_privacy_fort li::before {
    top: 0.7em;
    left: -1.5rem;
    height: 8px;
    position: absolute;
    background-color: #ffffff;
    width: 8px;
    transition: transform 0.3s, background-color 0.3s;
    border: 1px solid rgb(208,205,191);
    content: "";
    transform: rotate(45deg);
}.sys_privacy_fort li:hover::before {
    background-color: rgb(208,205,191,0.5);
    transform: rotate(135deg);
}.sys_privacy_fort span {
    display: block;
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    border-left: 1px dashed rgb(173,171,152,0.5);
    font-size: 16px;
}

@media (max-width: 992px) {.sys_privacy_fort {
    padding: 3rem 1.5rem;
}.sys_privacy_fort .container {
    padding: 2.5rem;
}.sys_privacy_fort h1 {
    font-size: calc(48px * 0.9);
}.sys_privacy_fort h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.sys_privacy_fort {
    padding: 2.5rem 1rem;
}.sys_privacy_fort .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    padding: 2rem;
}.sys_privacy_fort h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.sys_privacy_fort h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.8);
}.sys_privacy_fort h3 {
    font-size: calc(35px * 0.7);
}.sys_privacy_fort h4 {
    font-size: calc(35px * 0.6);
}.sys_privacy_fort p, 
    .sys_privacy_fort li,
    .sys_privacy_fort span {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.sys_privacy_fort {
    padding: 2rem 0.75rem;
}.sys_privacy_fort .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
    padding: 1.5rem;
}.sys_privacy_fort h1 {
    font-size: calc(48px * 0.7);
    padding-bottom: 0.75rem;
}.sys_privacy_fort h1::after {
    width: 60px;
    height: 3px;
}.sys_privacy_fort h2 {
    font-size: calc(35px * 0.7);
}.sys_privacy_fort h2::before {
    height: 8px;
}.sys_privacy_fort h3 {
    padding-left: 12px;
    font-size: calc(35px * 0.6);
}.sys_privacy_fort h3::before {
    width: 3px;
}.sys_privacy_fort h4 {
    font-size: calc(35px * 0.55);
}.sys_privacy_fort p, 
    .sys_privacy_fort li,
    .sys_privacy_fort span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.sys_privacy_fort ul {
    padding-left: 1.25rem;
}.sys_privacy_fort span {
    padding-left: 0.75rem;
}}.sys_our_background {
    background: rgb(233,232,225);
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.sys_our_background::before {
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.05;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(208,205,191,0.5) 10px,
            rgb(208,205,191,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(173,171,152,0.5) 10px,
            rgb(173,171,152,0.5) 11px
        );
}.sys_our_background .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 25px;
    z-index: 2;
}.sys_our_background h2 {
    position: relative;
    color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-transform: uppercase;
}.sys_our_background h2::before {
    position: absolute;
    height: 5px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    content: "";
    background: rgb(208,205,191);
}.sys_our_background h2::after {
    bottom: -3px;
    left: 50%;
    width: 10px;
    transform: translateX(-50%) rotate(45deg);
    animation: float 3s ease-in-out infinite;
    height: 10px;
    background: rgb(173,171,152);
    content: "";
    position: absolute;
}@keyframes float {
    0%, 100% {
        transform: translateX(-50%) rotate(45deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(45deg) translateY(-5px);
    }
}

.sys_our_background .sys_expert_guides {
    display: flex;
    flex-direction: column;
    gap: 40px;
}.sys_our_background .sys_mentor_values {
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-top: 4px solid transparent;
    position: relative;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.sys_our_background .sys_mentor_values:nth-child(1) {
    border-top-color: rgb(208,205,191);
}.sys_our_background .sys_mentor_values:nth-child(2) {
    border-top-color: rgb(173,171,152);
}.sys_our_background .sys_mentor_values::before {
    height: 200px;
    background: linear-gradient(45deg, rgb(208,205,191,0.5), transparent);
    position: absolute;
    width: 200px;
    right: -100px;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0.1;
    top: -100px;
    content: "";
}.sys_our_background .sys_mentor_values:nth-child(2)::before {
    background: linear-gradient(45deg, rgb(173,171,152,0.5), transparent);
    top: -100px;
    left: -100px;
}.sys_our_background .sys_mentor_values:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.sys_our_background .sys_mentor_values:hover::before {
    transform: scale(1.5);
}.sys_our_background .sys_mentor_values::after {
    opacity: 0.1;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 0;
    content: "";
}.sys_our_background .sys_mentor_values h3 {
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.sys_our_background .sys_mentor_values:nth-child(1) h3 {
    color: rgb(208,205,191);
}.sys_our_background .sys_mentor_values:nth-child(2) h3 {
    color: rgb(173,171,152);
}.sys_our_background .sys_mentor_values h3::after {
    content: "";
    bottom: -5px;
    background: currentColor;
    height: 2px;
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.4s ease;
}.sys_our_background .sys_mentor_values:hover h3::after {
    width: 100%;
}.sys_our_background .sys_mentor_values p {
    z-index: 2;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
}.sys_our_background::after {
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,205,191,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(173,171,152,0.5) 1px, transparent 1px);
    left: 0;
    animation: moveDots 100s linear infinite;
    height: 100%;
    background-size: 60px 60px;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    content: "";
}@keyframes moveDots {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 500px;
    }
}

.sys_our_background .container::before,
.sys_our_background .container::after {
    position: absolute;
    width: 2px;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(208,205,191,0.5), transparent);
    animation: scanline 3s linear infinite;
    bottom: 0;
}.sys_our_background .container::before {
    height: 50%;
    animation-delay: 1s;
    left: 10%;
}.sys_our_background .container::after {
    background: linear-gradient(to bottom, rgb(173,171,152,0.5), transparent);
    right: 10%;
    height: 70%;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.sys_our_background .sys_mentor_values:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}.sys_our_background .sys_mentor_values:nth-child(2) {
    opacity: 0;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.sys_our_background {
    padding: 90px 0;
}.sys_our_background h2 {
    margin-bottom: 50px;
}.sys_our_background .sys_mentor_values {
    padding: 30px;
}
}

@media (max-width: 768px) {.sys_our_background {
    padding: 70px 0;
}.sys_our_background h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.sys_our_background .sys_mentor_values {
    padding: 25px;
}.sys_our_background .sys_mentor_values h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.sys_our_background {
    padding: 50px 0;
}.sys_our_background h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
    letter-spacing: 1px;
}.sys_our_background h2::before {
    width: 40px;
    height: 4px;
}.sys_our_background .sys_mentor_values {
    padding: 20px;
}.sys_our_background .sys_mentor_values p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.sys_our_background .container::before,
    .sys_our_background .container::after {
    display: none;
}}.sys_contact_information {
    padding: 100px 0;
    background: rgb(233,232,225);
    overflow: hidden;
    position: relative;
}.sys_contact_information::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,205,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(173,171,152,0.5) 0%, transparent 30%);
    content: "";
    background: rgb(233,232,225);
    left: 0;
    width: 100%;
    top: 0;
}.sys_contact_information::after {
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    animation: backgroundMove 30s infinite linear;
    content: "";
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(208,205,191,0.5) 0, rgb(208,205,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(173,171,152,0.5) 0, rgb(173,171,152,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(208,205,191,0.5), transparent 70%),
        linear-gradient(180deg, rgb(173,171,152,0.5), transparent 70%);
    left: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.sys_contact_information .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}.sys_contact_information h2 {
    color: #000000;
    text-align: center;
    font-size: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}.sys_contact_information h2::before {
    content: "";
    box-shadow: 
        0 0 5px rgb(208,205,191),
        0 0 10px rgb(208,205,191),
        0 0 15px rgb(208,205,191);
    bottom: -15px;
    width: 100px;
    height: 2px;
    position: absolute;
    background: rgb(208,205,191);
    left: calc(50% - 50px);
}.sys_contact_information .sys_reach_card {
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(208,205,191,0.5);
    border-radius: 12px;
}.sys_contact_information .sys_reach_card::before {
    content: "";
    pointer-events: none;
    border-radius: 12px;
    position: absolute;
    border: 1px solid rgb(208,205,191);
    inset: 0;
    z-index: 3;
    opacity: 0.2;
}.sys_contact_information .sys_image_box_wrap {
    min-height: 550px;
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
}.sys_contact_information .sys_image_box_wrap::before {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
    position: absolute;
}.sys_contact_information .sys_image_box_wrap::after {
    inset: 0;
    position: absolute;
    z-index: 2;
    content: "";
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(208,205,191,0.5) 100%);
}.sys_contact_information .sys_feedback_reach {
    background: #ffffff;
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
}.sys_contact_information .sys_feedback_reach::before {
    width: 200px;
    filter: blur(100px);
    opacity: 0.3;
    content: "";
    z-index: 0;
    background: rgb(208,205,191,0.5);
    height: 200px;
    position: absolute;
    right: -100px;
    top: -100px;
}.sys_contact_information .sys_feedback_reach::after {
    background: rgb(173,171,152,0.5);
    content: "";
    z-index: 0;
    height: 150px;
    position: absolute;
    width: 150px;
    bottom: -75px;
    opacity: 0.3;
    filter: blur(80px);
    left: -75px;
}.sys_contact_information form {
    z-index: 2;
    position: relative;
}.sys_contact_information form h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 20px;
    color: #000000;
    margin-bottom: 40px;
}.sys_contact_information form h3::after {
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(208,205,191,0.5),
        0 0 10px rgb(208,205,191,0.5);
    height: 2px;
    background: rgb(208,205,191);
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
}.sys_contact_information form input[type="text"] {
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid rgb(208,205,191,0.5);
    transition: all 0.3s ease;
    background: rgb(233,232,225);
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 25px;
    color: #000000;
}.sys_contact_information form input[type="text"]:focus {
    border-color: rgb(208,205,191);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(208,205,191),
        0 0 5px rgb(208,205,191,0.5);
}.sys_contact_information form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.sys_contact_information .sys_inquiry_message {
    position: relative;
    margin-bottom: 35px;
}.sys_contact_information .sys_inquiry_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.sys_contact_information .sys_inquiry_message label {
    padding-left: 35px;
    font-size: 14px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
}.sys_contact_information .sys_inquiry_message label::before {
    width: 22px;
    height: 22px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    border-radius: 4px;
    border: 1px solid rgb(208,205,191,0.5);
    background: rgb(233,232,225);
    top: 0;
}.sys_contact_information .sys_inquiry_message input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,205,191);
    background: rgb(208,205,191);
    box-shadow: 0 0 5px rgb(208,205,191,0.5);
}.sys_contact_information .sys_inquiry_message input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    width: 6px;
    position: absolute;
    content: "";
    left: 8px;
    top: 4px;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: rotate(45deg);
}.sys_contact_information .sys_inquiry_message label a {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(208,205,191);
    text-decoration: none;
}.sys_contact_information .sys_inquiry_message label a::after {
    background: rgb(208,205,191);
    transform-origin: right;
    position: absolute;
    content: "";
    transform: scaleX(0);
    bottom: -1px;
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    height: 1px;
}.sys_contact_information .sys_inquiry_message label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.sys_contact_information .sys_reach_panel {
    font-size: 14px;
    background: rgb(208,205,191);
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: uppercase;
    width: 100%;
    border: none;
    box-shadow: 
        0 5px 15px rgb(208,205,191,0.5),
        0 0 0 1px rgb(208,205,191);
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    padding: 18px 30px;
    cursor: pointer;
    letter-spacing: 1px;
    color: #ffffff;
}.sys_contact_information .sys_reach_panel::before {
    top: 0;
    background: rgb(173,171,152);
    z-index: -1;
    position: absolute;
    transition: transform 0.5s ease;
    height: 100%;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    content: "";
    transform-origin: right;
}.sys_contact_information .sys_reach_panel:hover {
    box-shadow: 
        0 5px 20px rgb(173,171,152,0.5),
        0 0 0 1px rgb(173,171,152);
}.sys_contact_information .sys_reach_panel:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.sys_contact_information svg {
    fill: rgb(208,205,191);
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(208,205,191,0.5));
    height: 22px;
    transition: all 0.3s ease;
}.sys_contact_information svg path {
    transition: all 0.3s ease;
    fill: rgb(208,205,191);
}.sys_contact_information svg:hover,
.sys_contact_information svg:hover path {
    fill: rgb(173,171,152);
    filter: drop-shadow(0 0 3px rgb(173,171,152,0.5));
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.sys_contact_information {
    padding: 80px 0;
}.sys_contact_information .sys_image_box_wrap {
    min-height: 500px;
}.sys_contact_information .sys_feedback_reach {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.sys_contact_information {
    padding: 60px 0;
}.sys_contact_information h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 40px;
}.sys_contact_information .sys_reach_card {
    flex-direction: column;
}.sys_contact_information .sys_image_box_wrap {
    width: 100%;
    min-height: 300px;
}.sys_contact_information .sys_feedback_reach {
    padding: 40px 30px;
    width: 100%;
}.sys_contact_information form h3 {
    margin-bottom: 30px;
}.sys_contact_information form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.sys_contact_information .sys_inquiry_message {
    margin-bottom: 25px;
}.sys_contact_information .sys_reach_panel {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.sys_contact_information {
    padding: 50px 0;
}.sys_contact_information h2 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.7);
}.sys_contact_information .sys_image_box_wrap {
    min-height: 200px;
}.sys_contact_information .sys_feedback_reach {
    padding: 30px 20px;
}.sys_contact_information form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.sys_contact_information form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.sys_contact_information .sys_inquiry_message {
    margin-bottom: 20px;
}.sys_contact_information .sys_inquiry_message label {
    font-size: calc(14px * 0.9);
}.sys_contact_information .sys_reach_panel {
    padding: 12px 20px;
}}header {
    z-index: 99;
    background: #ffffff;
    width: 100%;
    overflow: visible;
    position: relative;
}header::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 5px;
    top: 0;
    background: linear-gradient(to right, rgb(208,205,191), rgb(173,171,152));
    left: 0;
}header .sys_head_main {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
    padding: 25px 30px;
}header .sys_head_main::after {
    position: absolute;
    height: 1px;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(233,232,225);
}header .sys_head_main .sys_nav_core {
    position: relative;
    z-index: 2;
}header .sys_head_main .sys_nav_core .sys_top_navbar {
    overflow: hidden;
    position: relative;
    display: block;
}header .sys_head_main .sys_nav_core .sys_top_navbar svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}header .sys_head_main .sys_nav_core .sys_top_navbar:hover svg {
    transform: scale(1.08);
}header .sys_head_main .sys_head_page {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}header .sys_head_main .sys_head_page .sys_top_pagebar {
    margin: 0 15px;
    position: relative;
}header .sys_head_main .sys_head_page .sys_top_pagebar:last-child {
    margin-right: 0;
}header .sys_head_main .sys_head_page .sys_top_pagebar a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    display: block;
    padding: 8px 0;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}header .sys_head_main .sys_head_page .sys_top_pagebar a:hover {
    color: rgb(208,205,191);
    letter-spacing: 1px;
}header .sys_head_main .sys_head_page .sys_top_pagebar a::before,
header .sys_head_main .sys_head_page .sys_top_pagebar a::after {
    transform-origin: right center;
    height: 1px;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(208,205,191);
    width: 100%;
    bottom: 0;
}header .sys_head_main .sys_head_page .sys_top_pagebar a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .sys_head_main .sys_head_page .sys_top_pagebar a::after {
    background-color: rgb(173,171,152);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .sys_head_main .sys_head_page .sys_top_pagebar a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .sys_head_main .sys_head_page .sys_top_pagebar a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .sys_head_main .sys_head_page .sys_top_pagebar a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}header .sys_head_main .sys_head_page .sys_top_pagebar: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 .sys_head_main {
    flex-direction: column;
    padding: 20px 15px;
}header .sys_head_main .sys_nav_core {
    margin-bottom: 20px;
}header .sys_head_main .sys_head_page {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .sys_head_main .sys_head_page .sys_top_pagebar {
    margin: 5px 12px;
}header .sys_head_main .sys_head_page .sys_top_pagebar a {
    padding: 5px 0;
    font-size: calc(18px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .sys_head_main {
    padding: 15px 10px;
}header .sys_head_main .sys_nav_core {
    margin-bottom: 15px;
}header .sys_head_main .sys_nav_core .sys_top_navbar svg {
    height: 35px;
}header .sys_head_main .sys_head_page {
    gap: 5px;
}header .sys_head_main .sys_head_page .sys_top_pagebar {
    margin: 2px 10px;
}
}