﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.sys_main_class {
    flex: 1 0 auto;
}.sys_podcast_cta {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.sys_panel-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1161px;
    max-width: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sys_our_background {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    color: #ffffff;
}.sys_our_background::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
}.sys_our_background::after {
    width: 40%;
    height: 70%;
    background: rgb(177,141,201);
    opacity: 0.15;
    content: "";
    top: -10%;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
}.sys_our_background h4 {
    margin-bottom: 2rem;
    font-weight: 700;
    opacity: 0;
    padding-left: 4rem;
    z-index: 2;
    position: relative;
    font-size: calc(20px * 1.2);
    letter-spacing: 3px;
    text-transform: uppercase;
    animation: slideInLeft 0.8s ease-out forwards 0.3s;
    color: #ffffff;
    transform: translateX(-2rem);
}.sys_our_background h4::before {
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    background: rgb(177,141,201);
    width: 3rem;
    position: absolute;
    left: 0;
    content: "";
}.sys_our_background .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.sys_our_background .sys_details_box {
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards 0.5s;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    padding: 3.5rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-left: 3px solid rgb(177,141,201);
    backdrop-filter: blur(10px);
}.sys_our_background .sys_details_box::before {
    content: "";
    background: linear-gradient(
        to right,
        rgb(177,141,201,0.5) 0%,
        transparent 15%
    );
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.2;
}.sys_our_background .sys_details_box::after {
    filter: blur(10px);
    transform-origin: left center;
    content: "";
    position: absolute;
    transform: scaleX(0);
    bottom: -10px;
    animation: scaleIn 1.5s ease-out forwards 1.2s;
    right: 30px;
    opacity: 0.3;
    height: 10px;
    background: rgb(177,141,201);
    width: 60%;
}.sys_our_background h6 {
    transform-origin: left center;
    animation: popUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    font-weight: 700;
    opacity: 0;
    transform: translateY(15px);
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.5);
    position: relative;
    color: rgb(177,141,201);
    display: inline-block;
}.sys_our_background h6::after {
    background: rgb(177,141,201);
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    animation: expandWidth 0.8s ease-out forwards 1s;
    bottom: -8px;
    transform-origin: right center;
    transform: scaleX(0);
}.sys_our_background .sys_details_box div {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 320px;
    scrollbar-color: rgb(177,141,201) rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    scrollbar-width: thin;
}.sys_our_background .sys_details_box div::-webkit-scrollbar {
    width: 6px;
}.sys_our_background .sys_details_box div::-webkit-scrollbar-thumb {
    background-color: rgb(177,141,201);
    border-radius: 10px;
}.sys_our_background .sys_details_box div::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.sys_our_background span {
    opacity: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    animation: fadeIn 1s ease-out forwards 1.2s;
    line-height: 1.8;
    display: block;
    opacity: 0.9;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes popUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

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

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

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

@media (min-width: 992px) {.sys_our_background {
    padding: 8rem 0;
}.sys_our_background .sys_details_box {
    margin-left: 4rem;
    padding: 4rem;
    margin-right: 2rem;
}.sys_our_background h4 {
    font-size: calc(20px * 1.5);
    padding-left: 6rem;
}.sys_our_background h4::before {
    width: 5rem;
}.sys_our_background h6 {
    font-size: calc(21px * 1.8);
    margin-bottom: 2rem;
}.sys_our_background .sys_details_box div {
    max-height: 380px;
    padding-right: 25px;
}.sys_our_background span {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.sys_our_background {
    padding: 5rem 0;
}.sys_our_background .container {
    padding: 0 1.5rem;
}.sys_our_background .sys_details_box {
    padding: 2.5rem;
    margin: 0 1rem;
}
}

@media (max-width: 767px) {.sys_our_background {
    padding: 4rem 0;
}.sys_our_background h4 {
    padding-left: 3rem;
    font-size: calc(20px * 1.1);
    text-align: left;
}.sys_our_background h4::before {
    width: 2rem;
}.sys_our_background .sys_details_box {
    padding: 2rem;
    margin: 0 0.5rem;
}.sys_our_background h6 {
    margin-bottom: 1.25rem;
    font-size: calc(21px * 1.3);
}.sys_our_background span {
    font-size: 18px;
    line-height: 1.7;
}.sys_our_background .sys_details_box div {
    max-height: 280px;
}
}

@media (max-width: 480px) {.sys_our_background {
    padding: 3rem 0;
}.sys_our_background .sys_details_box {
    margin: 0;
    padding: 1.5rem;
}.sys_our_background h4 {
    padding-left: 2.5rem;
    font-size: 20px;
    margin-bottom: 1.5rem;
}.sys_our_background h4::before {
    width: 1.8rem;
}.sys_our_background h6 {
    margin-bottom: 1rem;
    font-size: 21px;
}.sys_our_background span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.sys_our_background .sys_details_box div {
    max-height: 240px;
}}.sys_user_testimonials {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(231,215,239) 0%, #ffffff 100%);
}.sys_user_testimonials::before {
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 80% 20%, rgb(207,177,219,0.5) 0%, transparent 15%),
        radial-gradient(circle at 20% 80%, rgb(177,141,201,0.5) 0%, transparent 15%);
    width: 100%;
    opacity: 0.7;
}.sys_user_testimonials .sys_learn_roots {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.sys_user_testimonials h4 {
    opacity: 1;
    color: #000000;
    transform: translateY(0);
    text-align: center;
    font-weight: 700;
    animation: fadeInDown 1s ease-out;
    margin-bottom: 60px;
    font-size: 37px;
    position: relative;
    letter-spacing: 1px;
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sys_user_testimonials h4::after {
    content: "";
    border-radius: 10px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    position: absolute;
    background: rgb(207,177,219);
    bottom: -15px;
}.sys_user_testimonials .sys_user_feedback {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}.sys_user_testimonials .sys_user_feedback::before {
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(207,177,219,0.5), rgb(177,141,201,0.5));
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 50%;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
}.sys_user_testimonials .sys_feedback_quotes {
    margin-bottom: 60px;
    width: 45%;
    transition: all 0.4s ease;
    padding: 30px;
    background: #ffffff;
    clear: both;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}.sys_user_testimonials .sys_feedback_quotes:nth-child(odd) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: slideInLeft 0.8s ease-out both;
    float: left;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(even) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: slideInRight 0.8s ease-out both;
    float: right;
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sys_user_testimonials .sys_feedback_quotes::before {
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    transition: all 0.4s ease;
    height: 20px;
    background: rgb(207,177,219);
    box-shadow: 0 0 0 4px rgb(207,177,219,0.5);
    border: 4px solid #ffffff;
    content: "";
    width: 20px;
    top: 30px;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(odd)::before {
    right: -60px;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(even)::before {
    left: -60px;
}.sys_user_testimonials .sys_feedback_quotes:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.sys_user_testimonials .sys_feedback_quotes:hover::before {
    background: rgb(177,141,201);
    box-shadow: 0 0 0 4px rgb(177,141,201,0.5);
}.sys_user_testimonials .sys_feedback_quotes::after {
    border-width: 10px;
    position: absolute;
    top: 32px;
    content: "";
    width: 15px;
    height: 15px;
    border-style: solid;
    transition: all 0.4s ease;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(odd)::after {
    right: -20px;
    border-color: transparent transparent transparent #ffffff;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}.sys_user_testimonials .sys_image_click {
    border: 3px solid #ffffff;
    margin: 0 auto 15px;
    height: 70px;
    width: 70px;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    float: left;
}.sys_user_testimonials .sys_feedback_quotes:hover .sys_image_click {
    transform: scale(1.05);
    border-color: rgb(207,177,219);
}.sys_user_testimonials .sys_feedback_quotes span {
    color: #000000;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    font-size: 19px;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}.sys_user_testimonials .sys_feedback_quotes p {
    line-height: 1.7;
    color: #000000;
    transition: all 0.3s ease;
    margin-top: 20px;
    clear: both;
    position: relative;
    font-size: 15px;
}.sys_user_testimonials .sys_feedback_quotes p::before {
    content: "";
    position: absolute;
    background: rgb(207,177,219,0.5);
    transition: all 0.3s ease;
    height: 2px;
    width: 40px;
    top: -10px;
    left: 0;
}.sys_user_testimonials .sys_feedback_quotes:hover p::before {
    background: rgb(207,177,219);
    width: 60px;
}

@media (max-width: 1024px) {.sys_user_testimonials {
    padding: 70px 0;
}.sys_user_testimonials .sys_feedback_quotes {
    padding: 25px;
    width: 47%;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(odd)::before {
    right: -50px;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(even)::before {
    left: -50px;
}.sys_user_testimonials .sys_image_click {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 768px) {.sys_user_testimonials {
    padding: 60px 0;
}.sys_user_testimonials h4 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.85);
}.sys_user_testimonials .sys_user_feedback::before {
    left: 20px;
}.sys_user_testimonials .sys_feedback_quotes {
    width: calc(100% - 60px);
    margin-bottom: 40px;
    float: right;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(odd),
    .sys_user_testimonials .sys_feedback_quotes:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(odd)::before,
    .sys_user_testimonials .sys_feedback_quotes:nth-child(even)::before {
    left: -40px;
}.sys_user_testimonials .sys_feedback_quotes:nth-child(odd)::after,
    .sys_user_testimonials .sys_feedback_quotes:nth-child(even)::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
}.sys_user_testimonials .sys_image_click {
    height: 50px;
    margin-right: 15px;
    width: 50px;
}.sys_user_testimonials .sys_feedback_quotes span {
    font-size: calc(19px * 0.9);
}}.sys_educational_rewards {
    position: relative;
    background: linear-gradient(135deg, rgb(231,215,239) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
}.sys_educational_rewards::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(207,177,219,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(177,141,201,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    opacity: 0.1;
    content: "";
    z-index: 0;
    height: 100%;
    width: 100%;
}.sys_educational_rewards::after {
    height: 100%;
    z-index: 0;
    opacity: 0.03;
    position: absolute;
    top: -50%;
    background: rgb(207,177,219,0.5);
    width: 100%;
    content: "";
    pointer-events: none;
    transform: rotate(-15deg);
    right: -50%;
}.sys_educational_rewards .container {
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.sys_educational_rewards .sys_learn_roots {
    gap: 40px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    position: relative;
}.sys_educational_rewards .sys_details_box {
    padding: 40px;
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.sys_educational_rewards .sys_details_box:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.sys_educational_rewards h4 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 18px;
    position: relative;
}.sys_educational_rewards h4::after {
    width: 80px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,177,219) 0%, rgb(177,141,201) 100%);
    bottom: -10px;
    transition: width 0.3s ease-out;
    transform-origin: left center;
    left: 0;
    content: "";
}.sys_educational_rewards .sys_details_box:hover h4::after {
    width: 120px;
}.sys_educational_rewards div > ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}.sys_educational_rewards li {
    margin-bottom: 18px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}.sys_educational_rewards li:hover {
    transform: translateX(5px);
}.sys_educational_rewards li p {
    gap: 15px;
    align-items: flex-start;
    margin: 0;
    padding: 15px 20px;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
}.sys_educational_rewards li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}.sys_educational_rewards li p span:first-child {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    position: relative;
    align-items: center;
}.sys_educational_rewards li p span:last-child {
    transform: translateY(2px);
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.sys_educational_rewards svg {
    position: relative;
    height: 24px;
    z-index: 1;
    transition: transform 0.3s ease;
    width: 24px;
}.sys_educational_rewards li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.sys_educational_rewards svg path {
    fill: rgb(207,177,219);
    transition: fill 0.3s ease;
}.sys_educational_rewards li:hover svg path {
    fill: rgb(177,141,201);
}.sys_educational_rewards .sys_image_click {
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    max-width: 600px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4);
    transform: rotate(-1deg) translateZ(0);
    object-fit: cover;
}.sys_educational_rewards .sys_image_click:hover {
    transform: rotate(0deg) translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
}.sys_educational_rewards .sys_details_box > div {
    flex-direction: column;
    gap: 10px;
    display: flex;
}

@media (min-width: 768px) {.sys_educational_rewards .sys_details_box > div {
    flex-direction: row;
    gap: 30px;
    display: flex;
}.sys_educational_rewards .sys_details_box > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.sys_educational_rewards {
    padding: 150px 0;
}.sys_educational_rewards .sys_learn_roots {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.sys_educational_rewards h4 {
    font-size: calc(18px * 1.1);
}.sys_educational_rewards .sys_details_box {
    padding: 50px;
}.sys_educational_rewards .sys_image_click {
    max-width: 45%;
}
}

@media (min-width: 1200px) {.sys_educational_rewards .sys_learn_roots {
    gap: 80px;
}.sys_educational_rewards .sys_details_box {
    padding: 60px;
}.sys_educational_rewards h4 {
    margin-bottom: 40px;
    font-size: calc(18px * 1.2);
}.sys_educational_rewards li p {
    padding: 18px 25px;
}
}

@media (max-width: 767px) {.sys_educational_rewards {
    padding: 80px 0;
}.sys_educational_rewards .sys_details_box {
    padding: 30px 25px;
}.sys_educational_rewards h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.sys_educational_rewards li p {
    padding: 12px 15px;
}.sys_educational_rewards .sys_image_click {
    max-width: 90%;
}
}

@media (hover: none) {.sys_educational_rewards .sys_details_box:hover,
    .sys_educational_rewards li:hover,
    .sys_educational_rewards li:hover p,
    .sys_educational_rewards .sys_image_click:hover,
    .sys_educational_rewards li:hover svg {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.05),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.4),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: none;
}.sys_educational_rewards .sys_details_box:hover h4::after {
    width: 80px;
}}.sys_mentorship_profile {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(177,141,201,0.5), rgb(207,177,219), rgb(177,141,201));
}.sys_mentorship_profile::before {
    background: radial-gradient(circle at 30% 70%, rgb(207,177,219,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(177,141,201,0.5), transparent 60%);
    content: "";
    opacity: 0.7;
    left: -10%;
    z-index: 0;
    width: 120%;
    height: 120%;
    top: -10%;
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    position: absolute;
}.sys_mentorship_profile::after {
    left: 0;
    position: absolute;
    z-index: 1;
    animation: constellation-twinkle 8s infinite ease-in-out;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background-size: 120px 120px;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
}.sys_mentorship_profile .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.sys_mentorship_profile .sys_feedback_quotes {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: grid;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
    padding: 3rem;
    backdrop-filter: blur(10px);
}.sys_mentorship_profile .sys_feedback_quotes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg);
}.sys_mentorship_profile .sys_feedback_quotes > div:first-child {
    width: 150px;
    height: 150px;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
}.sys_mentorship_profile .sys_image_click {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10% 40% 30% 20%;
    height: 100%;
    animation: float-photo 6s infinite ease-in-out;
    width: 100%;
    transform: rotate(-5deg);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    overflow: hidden;
}.sys_mentorship_profile .sys_feedback_quotes:hover .sys_image_click {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    transform: rotate(0deg) scale(1.05);
    border-radius: 30% 10% 40% 20%;
}.sys_mentorship_profile .sys_feedback_quotes > div:nth-child(2) {
    padding-top: 1rem;
    text-align: center;
}.sys_mentorship_profile .name {
    transform: translateY(0);
    font-size: 21px;
    position: relative;
    display: inline-block;
    margin: 0 0 0.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
}.sys_mentorship_profile .name::after {
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 0;
    left: 0;
    bottom: -5px;
    content: "";
    background: linear-gradient(to right, rgb(177,141,201), #ffffff, rgb(177,141,201));
    height: 2px;
}.sys_mentorship_profile .sys_feedback_quotes:hover .name {
    transform: translateY(-2px);
}.sys_mentorship_profile .sys_feedback_quotes:hover .name::after {
    width: 100%;
}.sys_mentorship_profile .sys_feedback_quotes > div:nth-child(2) > div {
    opacity: 0.9;
    color: rgb(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    font-size: calc(17px - 2px);
    font-style: italic;
    margin-top: 0.5rem;
}.sys_mentorship_profile .sys_feedback_quotes:hover > div:nth-child(2) > div {
    opacity: 1;
}.sys_mentorship_profile .sys_career_achievements {
    opacity: 0.9;
    position: relative;
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #ffffff;
    text-align: left;
    margin: 0;
    padding: 0 1rem;
    font-size: 17px;
    line-height: 1.7;
}.sys_mentorship_profile .sys_career_achievements::before {
    content: "";
    font-family: serif;
    font-size: 5rem;
    opacity: 0.2;
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: -2rem;
    color: rgb(255, 255, 255, 0.5);
    left: -1rem;
    position: absolute;
}.sys_mentorship_profile .sys_career_achievements::after {
    right: -1rem;
    font-family: serif;
    opacity: 0.2;
    position: absolute;
    bottom: -4rem;
    content: "";
    color: rgb(255, 255, 255, 0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 5rem;
}.sys_mentorship_profile .sys_feedback_quotes:hover .sys_career_achievements {
    opacity: 1;
    transform: translateY(-2px);
}.sys_mentorship_profile .sys_feedback_quotes:hover .sys_career_achievements::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.sys_mentorship_profile .sys_feedback_quotes:hover .sys_career_achievements::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

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

@media (min-width: 768px) {.sys_mentorship_profile .sys_feedback_quotes {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.sys_mentorship_profile .sys_feedback_quotes > div:first-child {
    height: 180px;
    width: 180px;
    margin: 0;
}.sys_mentorship_profile .sys_feedback_quotes > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.sys_mentorship_profile .sys_career_achievements {
    padding: 0;
}
}

@media (min-width: 992px) {.sys_mentorship_profile {
    padding: 9rem 0;
}.sys_mentorship_profile .sys_feedback_quotes {
    gap: 4rem;
    grid-template-columns: auto 1.5fr 3fr;
    padding: 5rem;
}.sys_mentorship_profile .sys_feedback_quotes > div:first-child {
    height: 220px;
    width: 220px;
}.sys_mentorship_profile .name {
    font-size: calc(21px + 2px);
}.sys_mentorship_profile .sys_career_achievements {
    line-height: 1.8;
    font-size: calc(17px + 1px);
}
}

@media (max-width: 767px) {.sys_mentorship_profile {
    padding: 5rem 0;
}.sys_mentorship_profile .sys_feedback_quotes {
    gap: 2rem;
    padding: 2.5rem;
}.sys_mentorship_profile .sys_image_click {
    animation: float-photo 5s infinite ease-in-out;
}.sys_mentorship_profile .sys_career_achievements {
    padding: 0;
}.sys_mentorship_profile .sys_career_achievements::before {
    top: -1.5rem;
    left: -0.5rem;
    font-size: 3rem;
}.sys_mentorship_profile .sys_career_achievements::after {
    right: -0.5rem;
    bottom: -3rem;
    font-size: 3rem;
}}.sys_trackingPolicyPanel {
    transition: all 0.3s ease-in-out;
    background: rgb(177,141,201);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    padding: 20px 0;
    position: fixed;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(207,177,219);
    bottom: 0;
}.sys_consent_box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 20px 30px;
    display: flex;
    max-width: 1200px;
}.sys_trackingPolicyPanel h5 {
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 6px;
}.sys_trackingPolicyPanel p {
    color: #ffffff;
    max-width: 500px;
    font-size: 17px;
}.sys_cookie_alerts {
    flex-shrink: 0;
    margin-right: 20px;
}.sys_cookie_alerts svg, .sys_cookie_alerts svg path {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(207,177,219);
}.sys_cookie_alerts:hover svg {
    transform: rotate(10deg);
}.sys_cookie_eductrl {
    box-shadow: rgb(207,177,219,0.5) 0px 4px 10px 0px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 20px;
    background: rgb(207,177,219);
    line-height: 35px;
    text-decoration: none;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 18px;
    color: #ffffff;
}.cookie_button.sys_cookies_tech {
    background: rgb(207,177,219);
}.cookie_button.sys_cookie_overview {
    background: rgb(177,141,201);
}.sys_cookie_eductrl:hover {
    box-shadow: rgb(207,177,219,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.sys_trackingPolicyPanel p a {
    text-decoration: none;
    color: rgb(207,177,219);
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}.sys_trackingPolicyPanel p a:hover {
    color: rgb(177,141,201);
}.sys_panel-container .sys_trackingPolicyPanel {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(177,141,201);
    border: none;
}.sys_panel-container .sys_cookie_eductrl {
    font-size: 14px;
    border: none;
    padding: 10px;
    font-weight: 400;
    color: #ffffff;
    background: rgb(207,177,219);
    margin-left: 30px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.sys_panel-container .sys_track_settings h5, .sys_panel-container .sys_track_settings p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.sys_trackingPolicyPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.sys_cookie_alerts {
    display: none;
}.sys_consent_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.sys_trackingPolicyPanel h5 {
    text-align: center;
}.sys_trackingPolicyPanel p {
    text-align: center;
}.sys_track_settings {
    text-align: center;
    margin-bottom: 20px;
}.sys_cookie_eductrl {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
    margin-left: 0;
}}
#sys_cookieUsageNotice {
    display: none;
}#sys_cookieUsageNotice:checked ~ .sys_trackingPolicyPanel {
    opacity: 0;
    visibility: hidden;
}.sys_confidential_nest {
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(231,215,239);
}.sys_confidential_nest h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 700;
    color: rgb(207,177,219);
}.sys_confidential_nest h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
    color: rgb(177,141,201);
    font-weight: 600;
}.sys_confidential_nest h3,
.sys_confidential_nest h4,
.sys_confidential_nest h5,
.sys_confidential_nest h6 {
    margin-bottom: 10px;
    color: rgb(207,177,219);
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
}.sys_confidential_nest ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 20px;
}.sys_confidential_nest ol {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: decimal;
}.sys_confidential_nest li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.6;
}.sys_confidential_nest section {
    margin-bottom: 30px;
}.sys_confidential_nest p {
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 20px;
}.sys_confidential_nest span {
    font-weight: 600;
    color: rgb(207,177,219);
}.sys_confidential_nest div {
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}
@media only screen and (max-width: 800px) {.sys_confidential_nest {
    padding: 20px;
}.sys_confidential_nest h1 {
    font-size: calc(21px - 10px);
}.sys_confidential_nest h2 {
    font-size: calc(21px - 8px);
}.sys_confidential_nest ul,
    .sys_confidential_nest ol {
    padding-left: 15px;
}.sys_confidential_nest li {
    font-size: calc(17px - 2px);
}.sys_confidential_nest p {
    font-size: calc(17px - 2px);
}}
.sys_course_program_details {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,215,239) 0%, rgb(207,177,219,0.5) 100%);
}.sys_course_program_details::before {
    background: radial-gradient(circle at 70% 30%, rgb(177,141,201,0.5) 0%, transparent 60%);
    height: 200%;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.3;
    top: -50%;
    content: "";
    z-index: 0;
    left: -50%;
    pointer-events: none;
    width: 200%;
}.sys_course_program_details::after {
    background: 
        radial-gradient(circle at 20% 80%, rgb(207,177,219,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(177,141,201,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(207,177,219,0.5) 0%, transparent 20%);
    pointer-events: none;
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.4;
    top: 0;
    left: 0;
}.sys_course_program_details .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
}.sys_course_program_details .sys_skill_academy {
    grid-template-columns: 1fr;
    gap: 3rem;
    transform: translateZ(0);
    display: grid;
    position: relative;
}.sys_course_program_details .sys_image_click {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 380px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.sys_course_program_details .sys_image_click::before {
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(177,141,201,0.5) 0%, transparent 100%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}.sys_course_program_details .sys_image_click::after {
    z-index: 2;
    height: 120%;
    opacity: 0;
    width: 120%;
    top: -10%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
    transition: opacity 0.5s ease-out;
    content: "";
    position: absolute;
    left: -10%;
}.sys_course_program_details .sys_image_click:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.sys_course_program_details .sys_image_click:hover::after {
    opacity: 1;
}.sys_course_program_details .sys_details_box {
    transform: perspective(1000px) translateZ(0);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 2;
}.sys_course_program_details .sys_details_box::before {
    background: linear-gradient(135deg, rgb(177,141,201,0.5) 0%, transparent 100%);
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.05;
}.sys_course_program_details .sys_details_box:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.sys_course_program_details h3 {
    line-height: 1.3;
    font-size: calc(24px * 1.1);
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-weight: 600;
}.sys_course_program_details h3::after {
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(207,177,219) 0%, rgb(177,141,201) 100%);
    left: 0;
    height: 3px;
    position: absolute;
    transform-origin: left;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60px;
}.sys_course_program_details .sys_details_box:hover h3::after {
    width: 90px;
}.sys_course_program_details .description {
    font-size: 13px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.sys_course_program_details p.description {
    overflow-y: auto;
    scrollbar-color: rgb(177,141,201,0.5) transparent;
    scrollbar-width: thin;
    padding-right: 15px;
    margin-top: 0;
    max-height: 300px;
}.sys_course_program_details p.description::-webkit-scrollbar {
    width: 5px;
}.sys_course_program_details p.description::-webkit-scrollbar-track {
    background: transparent;
}.sys_course_program_details p.description::-webkit-scrollbar-thumb {
    background-color: rgb(177,141,201,0.5);
    border-radius: 10px;
}.sys_course_program_details span.description {
    display: none;
}.sys_course_program_details .sys_skill_academy > div {
    position: relative;
}

@media (min-width: 768px) {.sys_course_program_details {
    padding: 8rem 0;
}.sys_course_program_details .sys_skill_academy {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.sys_course_program_details .sys_image_click {
    height: 450px;
}.sys_course_program_details h3 {
    font-size: calc(24px * 1.2);
}.sys_course_program_details p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.sys_course_program_details .sys_skill_academy {
    gap: 6rem;
}.sys_course_program_details .sys_image_click {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
    height: 520px;
}.sys_course_program_details .sys_details_box {
    padding: 3rem;
}.sys_course_program_details h3 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.3);
}.sys_course_program_details h3::after {
    height: 4px;
    bottom: -15px;
}.sys_course_program_details p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.sys_course_program_details .container {
    padding: 0 3rem;
}.sys_course_program_details .sys_image_click {
    height: 580px;
}.sys_course_program_details .sys_details_box {
    padding: 3.5rem;
}.sys_course_program_details h3 {
    font-size: calc(24px * 1.4);
}.sys_course_program_details p.description {
    max-height: 450px;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.sys_course_program_details {
    padding: 4rem 0;
}.sys_course_program_details .sys_image_click {
    height: 280px;
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.sys_course_program_details .sys_details_box {
    padding: 2rem;
}.sys_course_program_details h3 {
    font-size: 24px;
    margin-bottom: 1.25rem;
}.sys_course_program_details h3::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.sys_course_program_details p.description {
    max-height: 250px;
    line-height: 1.6;
}}footer {
    position: relative;
    width: 100%;
}.sys_podcast_cta {
    background-color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 80px 0 30px;
}.sys_podcast_cta::before {
    content: "";
    bottom: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(207,177,219),
        rgb(207,177,219) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}footer .sys_peer_help {
    z-index: 1;
    position: relative;
}footer .sys_quick_help {
    overflow: hidden;
    margin-bottom: 70px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    height: 100px;
}footer .info_item {
    padding: 0 25px;
    overflow: hidden;
    display: flex;
    flex: 1;
    background-color: rgb(177,141,201);
    min-width: 250px;
    align-items: center;
    height: 100px;
    transition: all 0.5s ease;
    margin-right: 1px;
    cursor: pointer;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(207,177,219);
}footer .info_item::after {
    width: 1px;
    content: "";
    position: absolute;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    right: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    fill: #ffffff;
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    z-index: 2;
    width: 24px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    font-size: 16px;
    text-decoration: none;
    z-index: 2;
}footer .info_item::before {
    position: absolute;
    opacity: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    padding: 0 20px;
    gap: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .sys_main_pro, footer .sys_header_navbar, footer .subscribe_holder {
    padding: 30px;
    scroll-snap-align: start;
    flex: 0 0 100%;
    transition: all 0.4s ease;
    max-width: 500px;
    min-width: 280px;
    border-radius: 26px;
    margin-right: 30px;
    position: relative;
    height: 450px;
}footer .sys_main_pro {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    background-color: rgb(231,215,239);
    text-align: center;
}footer .sys_main_pro svg {
    height: 50px;
    margin-bottom: 30px;
    width: auto;
}footer .sys_template_cta {
    line-height: 1.6;
    font-size: 13px;
    max-width: 300px;
    color: #000000;
}footer .sys_header_navbar {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    display: flex;
    color: #ffffff;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(177,141,201,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(207,177,219,0.5) 0%, transparent 40%);
    background-color: rgb(177,141,201);
    position: relative;
}footer .sys_header_navbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    pointer-events: none;
    right: 0;
    background-size: 30px 30px;
    opacity: 0.3;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    top: 0;
    left: 0;
}footer .sys_header_navbar h5 {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    display: inline-block;
}footer .sys_header_navbar h5::after {
    position: absolute;
    bottom: -10px;
    background-color: rgb(207,177,219);
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
}footer .sys_site_prime {
    overflow: hidden;
    position: relative;
    max-height: 280px;
    margin-bottom: 20px;
    height: auto;
}footer .sys_site_prime a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}footer .sys_site_prime a:hover {
    color: #ffffff;
    border-bottom-color: rgb(207,177,219);
    padding-left: 10px;
}footer .subscribe_holder {
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
    background-color: rgb(207,177,219);
    display: flex;
}footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 30px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sys_sub_field {
    padding: 15px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(177,141,201);
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    font-size: 19px;
    cursor: pointer;
    border-radius: 10px;
}footer .sys_sub_field:hover {
    background-color: rgb(177,141,201,0.5);
}footer .sys_chrome_ext {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;
}footer .sys_chrome_ext::before {
    height: 1px;
    right: 20%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    left: 20%;
    content: "";
    top: 0;
}footer .sys_credit_info {
    text-align: center;
    font-size: 13px;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    gap: 30px;
    scroll-snap-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    overflow-x: visible;
}footer .sys_main_pro, footer .sys_header_navbar, footer .subscribe_holder {
    height: 500px;
    flex: 1;
    min-width: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .sys_main_pro::before,
    footer .sys_header_navbar::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .sys_podcast_cta {
    padding: 60px 0 30px;
}footer .sys_quick_help {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
}footer .info_item {
    margin-bottom: 1px;
    width: 100%;
    margin-right: 0;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .sys_main_pro, footer .sys_header_navbar, footer .subscribe_holder {
    padding: 25px 20px;
    height: auto;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .sys_podcast_cta {
    padding: 50px 0 20px;
}footer .sys_main_pro::before,
    footer .sys_header_navbar::before,
    footer .subscribe_holder::before {
    top: 15px;
    font-size: 2rem;
    left: 15px;
}footer .sys_site_prime {
    height: auto;
    max-height: 220px;
}footer .sys_main_pro, footer .sys_header_navbar, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .sys_header_navbar h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sys_sub_field {
    padding: 12px;
}}.sys_primary_page {
    align-items: center;
    background: linear-gradient(135deg, rgb(231,215,239) 0%, #ffffff 100%);
    min-height: 100vh;
    overflow: hidden;
    padding: 7rem 2rem;
    display: flex;
    position: relative;
    justify-content: center;
}.sys_primary_page > div {
    width: 100%;
    z-index: 2;
    display: grid;
    max-width: 1280px;
    position: relative;
    grid-template-columns: 1fr;
    gap: 4rem;
}.sys_primary_page::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(207,177,219,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
}.sys_primary_page::after {
    filter: blur(120px);
    width: 40%;
    background: rgb(177,141,201,0.5);
    height: 60%;
    bottom: -10%;
    z-index: 0;
    right: -5%;
    content: "";
    position: absolute;
}.sys_primary_page h1.sys_course_base {
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 47px);
    transform: translateX(-1rem);
    position: relative;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    color: #000000;
    opacity: 0;
    line-height: 1.2;
}.sys_primary_page h1.sys_course_base::after {
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    width: 3rem;
    height: 0.25rem;
    content: "";
    animation: expandLine 1s ease-out forwards 0.8s;
    bottom: -0.5rem;
    left: 0;
    background: rgb(207,177,219);
}.sys_primary_page p {
    color: #000000;
    font-size: clamp(1rem, 1.2vw, 15px);
    opacity: 0;
    transform: translateY(1rem);
    line-height: 1.6;
    animation: fadeUpIn 0.8s ease-out forwards 0.4s;
    max-width: 85%;
    margin-bottom: 2rem;
}.sys_primary_page .sys_course_home {
    transition: transform 0.3s ease-out;
    opacity: 0;
    transform: translateY(2rem);
    position: relative;
    overflow: hidden;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    animation: fadeUpIn 1s ease-out forwards 0.6s;
}.sys_primary_page .sys_course_home:hover {
    transform: translateY(-0.5rem) scale(1.02);
}.sys_primary_page .sys_pro_sessions {
    transition: all 0.5s ease;
    position: relative;
    height: 400px;
    overflow: hidden;
}.sys_primary_page .sys_pro_sessions::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
    inset: 0;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 1;
}.sys_primary_page .sys_pro_sessions:hover::before {
    opacity: 0.9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}.sys_primary_page .sys_pro_sessions span {
    width: 100%;
    transform: translateY(0);
    transition: transform 0.4s ease;
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}.sys_primary_page .sys_pro_sessions:hover span {
    transform: translateY(-0.5rem);
}.sys_primary_page .sys_pro_sessions h3 {
    line-height: 1.5;
    font-size: clamp(1.1rem, 2vw, 19px);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

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

@keyframes fadeUpIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.sys_primary_page {
    padding: 8rem 3rem;
}.sys_primary_page > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.sys_primary_page .sys_course_home {
    height: 100%;
}.sys_primary_page .sys_pro_sessions {
    min-height: 450px;
    height: 100%;
}
}

@media (min-width: 992px) {.sys_primary_page {
    padding: 0 4rem;
}.sys_primary_page > div {
    gap: 5rem;
}.sys_primary_page p {
    max-width: 90%;
}.sys_primary_page .sys_course_home {
    perspective: 1000px;
}.sys_primary_page .sys_pro_sessions {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}.sys_primary_page .sys_pro_sessions:hover {
    transform: rotateY(-5deg);
}
}

@media (max-width: 767px) {.sys_primary_page {
    padding: 5rem 1.5rem;
}.sys_primary_page > div {
    gap: 3rem;
}.sys_primary_page h1.sys_course_base {
    font-size: 2rem;
}.sys_primary_page p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.sys_primary_page {
    padding: 4rem 1rem;
}.sys_primary_page h1.sys_course_base {
    font-size: 1.8rem;
}.sys_primary_page .sys_pro_sessions {
    height: 300px;
}.sys_primary_page .sys_pro_sessions span {
    padding: 1.5rem;
}.sys_primary_page .sys_pro_sessions h3 {
    font-size: 1rem;
}}header {
    background: linear-gradient(to right, #ffffff, rgb(231,215,239));
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 0;
    z-index: 100;
    width: 100%;
}header::before {
    content: '';
    z-index: 0;
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    left: 0;
}header::after {
    width: 5px;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(207,177,219), rgb(177,141,201));
    top: 0;
    position: absolute;
    z-index: 1;
}header .container {
    width: 100%;
    margin: 0;
    z-index: 2;
    padding: 0;
    position: relative;
    max-width: 100%;
}header .sys_main_edu {
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 3%;
    display: flex;
    margin-left: 5px;
}header .sys_page_top {
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    display: flex;
}header .sys_page_top:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .sys_page_top svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}header .sys_header_navbar {
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    position: relative;
    align-items: center;
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
}header .sys_header_navbar::before {
    left: -2px;
    opacity: 0.5;
    content: '';
    z-index: -1;
    position: absolute;
    bottom: -2px;
    background: linear-gradient(135deg, rgb(207,177,219,0.5), rgb(177,141,201,0.5));
    right: -2px;
    border-radius: calc(10px + 2px);
    top: -2px;
}header .sys_first_pagebar {
    padding: 0.4rem 0.7rem;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    text-decoration: none;
    color: #000000;
}header .sys_first_pagebar::before {
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgb(207,177,219,0.5), rgb(177,141,201,0.5));
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
}header .sys_first_pagebar:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .sys_first_pagebar:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .sys_main_edu {
    padding: 0.8rem 2.5%;
}header .sys_page_top svg {
    width: 130px;
}header .sys_header_navbar {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .sys_first_pagebar {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .sys_main_edu {
    padding: 0.8rem 2%;
    gap: 0.7rem;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 3px;
}header .sys_page_top {
    padding: 0.4rem;
}header .sys_page_top svg {
    width: 120px;
}header .sys_header_navbar {
    width: 98%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .sys_header_navbar::-webkit-scrollbar {
    height: 2px;
}header .sys_header_navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(207,177,219);
}header .sys_first_pagebar {
    font-size: calc(14px - 1px);
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .sys_main_edu {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .sys_page_top svg {
    width: 110px;
}header .sys_header_navbar {
    padding: 0.3rem;
}header .sys_first_pagebar {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.4rem;
}}header .top_plank {
    background: rgb(207,177,219);
    color:  #ffffff;
}header .top_plank .sys_top_classes div svg, header .top_plank .sys_top_classes div svg path {
    fill: #ffffff;
}header .top_plank .sys_top_classes div span {
    color: #ffffff;
}header .top_plank .sys_top_classes {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    line-height: 21px;
    width: 100%;
    font-size: 13px;
}header .top_plank .sys_top_classes div {
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
}header .top_plank .sys_top_classes div img, header .top_plank .sys_top_classes div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.sys_tariff_option {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.sys_tariff_option::before {
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    backdrop-filter: blur(8px);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.sys_tariff_option .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.sys_tariff_option .sys_group_rates {
    position: relative;
}.sys_tariff_option h2 {
    margin-bottom: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-weight: 700;
}.sys_tariff_option h2::after {
    width: 80px;
    border-radius: 3px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(177,141,201), rgb(207,177,219));
    content: "";
    position: absolute;
    left: 50%;
}.sys_tariff_option .sys_training_sub {
    max-width: 700px;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
    font-size: calc(14px + 2px);
}.sys_tariff_option .sys_learning_price {
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.sys_tariff_option .sys_learning_price li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}.sys_tariff_option .sys_learning_package {
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    display: block;
}.sys_tariff_option .sys_learning_package::before {
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(177,141,201), rgb(207,177,219));
    height: 5px;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    content: "";
    transition: transform 0.3s ease;
    left: 0;
}.sys_tariff_option .sys_trial_offers {
    z-index: 1;
    height: 100%;
    padding: 30px 25px;
    position: relative;
}.sys_tariff_option .sys_discount_plan {
    position: relative;
    z-index: 2;
}.sys_tariff_option .sys_learning_package h4 {
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: calc(22px - 2px);
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
}.sys_tariff_option .sys_learning_package h4::before {
    top: -10px;
    width: 30px;
    border-top: 2px solid rgb(177,141,201);
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.6;
    height: 30px;
    left: -10px;
    content: "";
    border-left: 2px solid rgb(177,141,201);
}.sys_tariff_option .sys_learning_package p {
    margin-bottom: 25px;
    line-height: 1.6;
    word-break: normal;
    font-size: 14px;
    max-height: 250px;
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
    overflow-y: auto;
    padding-right: 10px;
    overflow-wrap: break-word;
}.sys_tariff_option .sys_learning_package p::-webkit-scrollbar {
    width: 4px;
}.sys_tariff_option .sys_learning_package p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,141,201,0.5);
}.sys_tariff_option .sys_access_cost {
    font-weight: 700;
    font-size: calc(22px + 4px);
    display: inline-block;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(177,141,201,0.5), 0.1), rgba(rgb(207,177,219,0.5), 0.2));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.sys_tariff_option .sys_access_cost::before {
    position: absolute;
    height: 1px;
    right: 10px;
    content: "";
    bottom: -3px;
    left: 10px;
    background: linear-gradient(90deg, transparent, rgb(177,141,201), transparent);
}.sys_tariff_option .sys_learning_package:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.sys_tariff_option .sys_learning_package:hover::before {
    transform: scaleX(1);
}.sys_tariff_option .sys_learning_package:hover h4 {
    transform: translateX(5px);
}.sys_tariff_option .sys_learning_package:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}.sys_tariff_option .sys_learning_package:hover .sys_access_cost {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.sys_tariff_option {
    padding: 80px 0;
}.sys_tariff_option h2 {
    font-size: calc(36px - 4px);
}.sys_tariff_option .sys_training_sub {
    font-size: 14px;
    margin-bottom: 40px;
}.sys_tariff_option .sys_learning_price {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.sys_tariff_option {
    padding: 60px 0;
}.sys_tariff_option h2 {
    font-size: calc(36px - 6px);
}.sys_tariff_option .sys_training_sub {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.sys_tariff_option .sys_learning_price {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.sys_tariff_option .sys_learning_package h4 {
    font-size: 22px;
}.sys_tariff_option .sys_learning_package p {
    max-height: 180px;
    font-size: calc(14px - 1px);
}.sys_tariff_option .sys_access_cost {
    font-size: 22px;
}
}

@media (max-width: 480px) {.sys_tariff_option {
    padding: 50px 0;
}.sys_tariff_option h2 {
    font-size: calc(36px - 8px);
}.sys_tariff_option .sys_training_sub {
    font-size: calc(14px - 2px);
}.sys_tariff_option .sys_trial_offers {
    padding: 25px 20px;
}.sys_tariff_option .sys_learning_package h4 {
    font-size: calc(22px - 2px);
}.sys_tariff_option .sys_access_cost {
    padding: 8px 15px;
    font-size: calc(22px - 2px);
}}.sys_contact_us {
    padding: 100px 0;
    z-index: 1;
    position: relative;
}.sys_contact_us::before {
    content: '';
    opacity: 0.9;
    inset: 0;
    background-color: rgb(231,215,239);
    z-index: -1;
    position: absolute;
}.sys_contact_us .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
}.sys_contact_us .sys_feedback_widget {
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    display: flex;
    background: #ffffff;
    position: relative;
    flex-direction: column;
}.sys_contact_us .sys_reach_box {
    position: relative;
    padding: 0;
    background: rgb(177,141,201);
}.sys_contact_us .sys_reach_box h3 {
    font-weight: 700;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 32px;
    margin: 0;
    background: rgb(177,141,201);
    color: #ffffff;
}.sys_contact_us .sys_reach_box div {
    justify-content: flex-start;
    padding: 20px 40px;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    position: relative;
    align-items: center;
}.sys_contact_us .sys_reach_box div:hover {
    background-color: rgb(207,177,219);
}.sys_contact_us .sys_reach_box div:last-child {
    border-bottom: none;
}.sys_contact_us .sys_reach_box div svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 20px;
}.sys_contact_us .sys_reach_box div svg path {
    fill: #ffffff;
}.sys_contact_us .sys_reach_box div span {
    font-size: 17px;
    color: #ffffff;
}.sys_contact_us .sys_reach_box div span a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.sys_contact_us .sys_reach_box div span a:hover {
    opacity: 0.8;
}.sys_contact_us .sys_support_reach {
    background-color: #ffffff;
    padding: 50px;
}.sys_contact_us .sys_support_reach h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    font-size: 20px;
    position: relative;
    font-weight: 700;
}.sys_contact_us .sys_support_reach h3::after {
    background-color: rgb(177,141,201);
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    content: '';
    bottom: -10px;
    left: 50%;
    position: absolute;
}.sys_contact_us .sys_support_reach form {
    width: 100%;
}.sys_contact_us .sys_support_reach input[type="text"],
.sys_contact_us .sys_support_reach input[type="email"] {
    width: 100%;
    border: none;
    padding: 0 20px;
    border-bottom: 2px solid rgb(231,215,239);
    color: #000000;
    margin-bottom: 25px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 0;
    transition: border-color 0.3s ease;
    font-size: 17px;
}.sys_contact_us .sys_support_reach input[type="text"]:focus,
.sys_contact_us .sys_support_reach input[type="email"]:focus {
    outline: none;
    border-color: rgb(177,141,201);
}.sys_contact_us .sys_support_reach input::placeholder {
    color: #000000;
    opacity: 0.6;
}.sys_contact_us .sys_support_reach .sys_message_links {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 25px;
}.sys_contact_us .sys_support_reach .sys_message_links input[type="checkbox"] {
    width: 22px;
    margin-top: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border: 2px solid rgb(231,215,239);
    position: relative;
    appearance: none;
    flex-shrink: 0;
    -webkit-appearance: none;
    cursor: pointer;
    margin-right: 10px;
    height: 22px;
}.sys_contact_us .sys_support_reach .sys_message_links input[type="checkbox"]:checked {
    background-color: rgb(177,141,201);
    border-color: rgb(177,141,201);
}.sys_contact_us .sys_support_reach .sys_message_links input[type="checkbox"]:checked::before {
    content: '✓';
    left: 50%;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}.sys_contact_us .sys_support_reach .sys_message_links label {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.sys_contact_us .sys_support_reach .sys_message_links label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(177,141,201);
}.sys_contact_us .sys_support_reach .sys_message_links label a:hover {
    color: rgb(207,177,219);
}.sys_contact_us .sys_support_reach .sys_help_links {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    background-color: rgb(177,141,201);
    width: 100%;
    height: 55px;
    transition: background-color 0.3s ease;
    border-radius: 0;
    color: #ffffff;
    border: none;
}.sys_contact_us .sys_support_reach .sys_help_links::before {
    left: -100%;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.sys_contact_us .sys_support_reach .sys_help_links:hover {
    background-color: rgb(207,177,219);
}.sys_contact_us .sys_support_reach .sys_help_links:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.sys_contact_us .sys_feedback_widget {
    grid-template-columns: 1fr 1fr;
    display: grid;
}.sys_contact_us .sys_reach_box {
    flex-direction: column;
    border-radius: 0 12px 12px 0;
    display: flex;
}.sys_contact_us .sys_support_reach {
    display: flex;
    border-radius: 12px 0 0 12px;
    justify-content: center;
    flex-direction: column;
}.sys_contact_us .sys_reach_box h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.sys_contact_us .sys_reach_box div {
    justify-content: flex-start;
    flex: 1;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.sys_contact_us .sys_reach_box div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.sys_contact_us .sys_reach_box {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.sys_contact_us .sys_reach_box h3 {
    grid-column: 1 / -1;
}.sys_contact_us .sys_reach_box div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.sys_contact_us .sys_reach_box div:nth-child(2n) {
    border-right: none;
}.sys_contact_us .sys_reach_box div:nth-last-child(1),
    .sys_contact_us .sys_reach_box div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.sys_contact_us {
    padding: 60px 0;
}.sys_contact_us .sys_support_reach {
    padding: 40px 25px;
}.sys_contact_us .sys_reach_box h3 {
    font-size: calc(20px + 2px);
    padding: 25px 20px;
}.sys_contact_us .sys_reach_box div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.sys_contact_us {
    padding: 40px 0;
}.sys_contact_us .sys_support_reach {
    padding: 30px 20px;
}.sys_contact_us .sys_support_reach h3 {
    font-size: 20px;
}.sys_contact_us .sys_reach_box h3 {
    font-size: 20px;
    padding: 20px 15px;
}.sys_contact_us .sys_reach_box div {
    padding: 15px 20px;
}.sys_contact_us .sys_reach_box div svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}}.sys_tyContainer {
    background: linear-gradient(135deg, rgb(207,177,219,0.5) 0%, rgb(231,215,239) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.sys_tyContainer::before {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(177,141,201,0.5) 0%, transparent 60%);
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.7;
    top: 0;
}.sys_tyContainer::after {
    right: -50px;
    width: 300px;
    opacity: 0.2;
    content: "";
    height: 300px;
    filter: blur(40px);
    bottom: -50px;
    position: absolute;
    background: linear-gradient(225deg, rgb(207,177,219) 0%, transparent 70%);
    z-index: 0;
}.sys_tyContainer .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.sys_tyContainer .sys_learn_roots {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    display: flex;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px 40px;
}.sys_tyContainer .sys_learn_roots::before {
    transform: scaleY(1.02);
    height: 100%;
    position: absolute;
    width: 5px;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(207,177,219), rgb(177,141,201));
    left: 0;
}.sys_tyContainer .sys_learn_roots::after {
    height: 80px;
    transform: rotate(15deg);
    background: rgb(177,141,201,0.5);
    animation: float 8s infinite ease-in-out;
    content: "";
    z-index: -1;
    position: absolute;
    width: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: 40px;
    top: -15px;
}.sys_tyContainer .sys_learn_roots:hover {
    transform: perspective(1000px) rotateY(0deg);
}.sys_tyContainer h5 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.sys_tyContainer h5::after {
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(207,177,219), rgb(177,141,201));
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
}.sys_tyContainer .sys_learn_roots:hover h5::after {
    width: 120px;
}.sys_tyContainer p {
    line-height: 1.8;
    font-size: 13px;
    transition: color 0.3s ease;
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 0;
}.sys_tyContainer a {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding: 5px 0;
}.sys_tyContainer a::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(207,177,219,0.5), transparent);
    transform: scaleX(0);
}.sys_tyContainer a:hover::before {
    transform: scaleX(1);
}.sys_tyContainer a:hover p {
    color: rgb(207,177,219);
}

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

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

@media (min-width: 768px) {.sys_tyContainer {
    padding: 140px 0 100px;
}.sys_tyContainer .sys_learn_roots {
    max-width: 900px;
    padding: 80px 60px;
    margin: 0 auto;
}.sys_tyContainer h5 {
    margin-bottom: 40px;
    font-size: calc(24px * 1.2);
    padding-bottom: 25px;
}.sys_tyContainer p {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}.sys_tyContainer .sys_learn_roots::after {
    width: 100px;
    right: 60px;
    height: 100px;
}
}

@media (min-width: 992px) {.sys_tyContainer {
    padding: 160px 0 120px;
}.sys_tyContainer .sys_learn_roots {
    padding: 100px 80px;
    transform: perspective(1200px) rotateY(-3deg);
    margin: 0 auto;
    max-width: 1000px;
}.sys_tyContainer .sys_learn_roots::before {
    width: 8px;
}.sys_tyContainer h5 {
    max-width: 80%;
    font-size: calc(24px * 1.3);
}.sys_tyContainer p {
    max-width: 90%;
}.sys_tyContainer .sys_learn_roots::after {
    top: -20px;
    right: 80px;
    width: 120px;
    height: 120px;
}
}

@media (max-width: 767px) {.sys_tyContainer {
    padding: 80px 0 60px;
}.sys_tyContainer .sys_learn_roots {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 25px;
}.sys_tyContainer h5 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.sys_tyContainer p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.sys_tyContainer .sys_learn_roots::before {
    width: 3px;
}.sys_tyContainer .sys_learn_roots::after {
    width: 60px;
    height: 60px;
    right: 20px;
    top: -10px;
}
}

@media (max-width: 480px) {.sys_tyContainer {
    padding: 60px 0 40px;
}.sys_tyContainer .sys_learn_roots {
    padding: 30px 20px;
    transform: none;
}.sys_tyContainer h5 {
    font-size: calc(24px * 0.85);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.sys_tyContainer .sys_learn_roots::after {
    display: none;
}}.sys_enroll_instantly {
    background: 
        linear-gradient(140deg, 
            rgb(177,141,201) 0%, 
            rgb(207,177,219) 50%, 
            rgb(177,141,201) 100%);
    position: relative;
    background-size: 200% 200%;
    z-index: 1;
    padding: 110px 0;
    overflow: hidden;
    animation: gradientMove 15s ease infinite;
}.sys_enroll_instantly::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    opacity: 0.6;
    z-index: -1;
    top: 0;
}.sys_enroll_instantly::after {
    top: 0;
    z-index: -1;
    background: 
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 50%,
            transparent 100%
        );
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    animation: shadowSweep 10s linear infinite alternate;
}.sys_enroll_instantly .sys_learn_roots {
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    position: relative;
    align-items: center;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}.sys_enroll_instantly .sys_learn_roots::before {
    height: 70%;
    top: 15%;
    z-index: -1;
    left: -10%;
    transform-origin: center center;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(0, 0, 0, 0.6),
            transparent
        );
    border-radius: 50%;
    content: '';
    position: absolute;
    filter: blur(30px);
    width: 120%;
    transform: perspective(800px) rotateX(60deg);
}.sys_enroll_instantly .sys_learn_roots::after {
    opacity: 0.3;
    bottom: -20px;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    filter: blur(1px);
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    animation: glowLine 3s ease-in-out infinite alternate;
    height: 1px;
}.sys_enroll_instantly h3 {
    font-family: Arial, sans-serif;
    letter-spacing: 6px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 70px;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: calc(36px * 1.2);
    position: relative;
}.sys_enroll_instantly h3::before {
    opacity: 0.1;
    height: 10px;
    content: '';
    left: 20%;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    bottom: -25px;
    position: absolute;
    filter: blur(5px);
    animation: widthPulse 4s ease-in-out infinite alternate;
    width: 60%;
}.sys_enroll_instantly h3::after {
    background: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    content: '';
    top: -50px;
    animation: pulseSphere 6s ease-in-out infinite;
    left: 50%;
    position: absolute;
}.sys_enroll_instantly .sys_talk_now {
    padding: 20px 60px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(0, 0, 0, 0.05);
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    border: none;
    display: inline-block;
    font-weight: 700;
    transition: all 0.4s ease;
    font-size: 18px;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    color: rgb(207,177,219);
    background: #ffffff;
    z-index: 1;
    border-radius: 0;
    text-decoration: none;
    font-family: Arial, sans-serif;
}.sys_enroll_instantly .sys_talk_now::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        45deg,
        rgb(207,177,219) 0%,
        rgb(177,141,201) 100%
    );
    left: 0;
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
}.sys_enroll_instantly .sys_talk_now::after {
    transition: opacity 0.4s ease;
    animation: borderGradient 3s linear infinite;
    background-size: 200% 200%;
    left: -2px;
    content: '';
    top: -2px;
    position: absolute;
    z-index: -2;
    right: -2px;
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgb(207,177,219),
        rgb(177,141,201),
        rgb(207,177,219)
    );
    bottom: -2px;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
}.sys_enroll_instantly .sys_talk_now:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateY(-5px) scale(1.05);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.sys_enroll_instantly .sys_talk_now:hover::before {
    opacity: 1;
}.sys_enroll_instantly .sys_talk_now:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.sys_enroll_instantly {
    padding: 90px 0;
}.sys_enroll_instantly h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.1);
    letter-spacing: 5px;
}.sys_enroll_instantly h3::after {
    width: 25px;
    height: 25px;
    top: -40px;
}.sys_enroll_instantly .sys_talk_now {
    padding: 18px 50px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.sys_enroll_instantly {
    padding: 80px 0;
}.sys_enroll_instantly h3 {
    letter-spacing: 4px;
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
}.sys_enroll_instantly h3::before {
    bottom: -20px;
    height: 8px;
}.sys_enroll_instantly h3::after {
    top: -35px;
    width: 20px;
    height: 20px;
}.sys_enroll_instantly .sys_talk_now {
    font-size: calc(18px * 0.9);
    padding: 15px 40px;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.sys_enroll_instantly {
    padding: 60px 0;
}.sys_enroll_instantly h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(36px * 0.8);
}.sys_enroll_instantly h3::before {
    bottom: -15px;
    height: 6px;
}.sys_enroll_instantly h3::after {
    top: -30px;
    height: 15px;
    width: 15px;
}.sys_enroll_instantly .sys_talk_now {
    font-size: calc(18px * 0.85);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}

@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}

@keyframes pulseSphere {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.4;
    }
}

@keyframes borderGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}