* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.sysnav_primary {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1176px;
    margin: auto;
}.syscontainer-wrap {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}::-webkit-scrollbar {
    width: 18px;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 18.1rem;
}::-webkit-scrollbar-thumb {
    border-radius: 5.5vw;
    background: radial-gradient(ellipse at top right, #ffffff 96%, rgb(145,160,190) 37%, rgb(145,160,190,0.5) 85%);
    box-shadow: 3px -2px 5px 1px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px 3px 3px 0px rgba(0, 0, 0, 0.1);
}html {
    scrollbar-color: rgb(145,160,190) rgb(183,192,214);
    scrollbar-width: thin;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}}

.syswhatsapp_grp {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sysprogram_structure {
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: rgb(218,222,236);
    position: relative;
    min-height: 100vh;
}.sysprogram_structure .sysprogram_flow {
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.sysprogram_structure .sysready_skills {
    display: flex;
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
    width: 500%;
}.sysprogram_structure .sysprogram_flow:hover .sysready_skills {
    animation-play-state: paused;
}.sysprogram_structure .syslearn_now {
    overflow: hidden;
    position: relative;
    width: 20%;
    height: 100%;
}.sysprogram_structure .syslearn_now img {
    width: 100%;
    filter: brightness(0.8) saturate(1.3);
    transform-origin: center;
    height: 100%;
    object-fit: cover;
    animation: zoom-flow 20s ease-in-out infinite alternate;
}.sysprogram_structure .syslearn_now::before {
    opacity: 0.7;
    z-index: 2;
    inset: 0;
    background: 
        linear-gradient(0deg, 
            rgb(183,192,214,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(145,160,190,0.5) 100%),
        linear-gradient(90deg, 
            rgb(183,192,214,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(145,160,190,0.5) 100%);
    content: '';
    position: absolute;
}.sysprogram_structure .syslearn_now::after {
    z-index: 3;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(183,192,214,0.5) 0px,
            rgb(183,192,214,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    mix-blend-mode: overlay;
    opacity: 0.3;
    content: '';
    animation: slide-pattern 15s linear infinite;
    inset: 0;
    position: absolute;
}.sysprogram_structure .container {
    z-index: 4;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 90%;
}.sysprogram_structure .sysexpert_network {
    max-width: 600px;
    padding: 0.5rem;
    background: linear-gradient(
        135deg,
        rgb(183,192,214,0.5) 0%,
        rgb(145,160,190,0.5) 100%
    );
    backdrop-filter: blur(8px);
    position: relative;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin-left: 0;
    border-radius: 24px;
}.sysprogram_structure .sysknowledge_plan {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgb(218,222,236);
    border-radius: 10px;
    padding: 3rem;
    overflow: hidden;
}.sysprogram_structure .sysknowledge_plan::before {
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(183,192,214,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(145,160,190,0.5) 0%,
            transparent 70%
        );
    content: '';
    inset: 0;
}.sysprogram_structure .sysknowledge_plan h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(183,192,214);
    display: inline-block;
    font-size: 35px;
}.sysprogram_structure .sysknowledge_plan h3::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
    left: 0;
    content: '';
    transition: width 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to right, 
        rgb(183,192,214), 
        rgb(145,160,190));
    width: 60px;
}.sysprogram_structure .sysknowledge_plan:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.sysprogram_structure .sysknowledge_plan p {
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
}.sysprogram_structure .sysknowledge_plan .sysfeedback_block {
    background: linear-gradient(to right, 
        rgb(183,192,214), 
        rgb(145,160,190));
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0.9rem 1.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 5px 15px rgb(183,192,214,0.5);
    text-decoration: none;
    position: relative;
}.sysprogram_structure .sysknowledge_plan .sysfeedback_block::before {
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(to right, 
        rgb(145,160,190), 
        rgb(183,192,214));
    top: 0;
}.sysprogram_structure .sysknowledge_plan .sysfeedback_block:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(145,160,190,0.5);
}.sysprogram_structure .sysknowledge_plan .sysfeedback_block:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.sysprogram_structure .sysknowledge_plan {
    padding: 2.5rem;
}.sysprogram_structure .sysexpert_network {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.sysprogram_structure .sysexpert_network {
    max-width: 650px;
}.sysprogram_structure .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.sysprogram_structure {
    flex-direction: column;
    min-height: auto;
    padding: 0;
}.sysprogram_structure .sysprogram_flow {
    position: relative;
    height: 350px;
}.sysprogram_structure .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.sysprogram_structure .sysexpert_network {
    max-width: 100%;
    margin: 0 auto;
}.sysprogram_structure .sysknowledge_plan {
    padding: 2rem;
}
}

@media (max-width: 767px) {.sysprogram_structure .sysprogram_flow {
    height: 300px;
}.sysprogram_structure .sysready_skills {
    animation-duration: 25s;
}.sysprogram_structure .container {
    padding: 2.5rem 1rem;
}.sysprogram_structure .sysknowledge_plan {
    padding: 1.8rem;
}.sysprogram_structure .sysknowledge_plan h3 {
    font-size: calc(35px * 0.9);
}.sysprogram_structure .sysknowledge_plan p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.sysprogram_structure .sysprogram_flow {
    height: 250px;
}.sysprogram_structure .sysready_skills {
    animation-duration: 20s;
}.sysprogram_structure .container {
    padding: 2rem 0.8rem;
}.sysprogram_structure .sysknowledge_plan {
    padding: 1.5rem;
}.sysprogram_structure .sysknowledge_plan h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.sysprogram_structure .sysknowledge_plan p {
    font-size: calc(16px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.2rem;
}.sysprogram_structure .sysknowledge_plan .sysfeedback_block {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}
}

@media (prefers-reduced-motion) {.sysprogram_structure .sysready_skills,
    .sysprogram_structure .syslearn_now img,
    .sysprogram_structure .syslearn_now::after {
    animation: none;
}}footer {
    position: relative;
    width: 100%;
}.syswhatsapp_grp {
    color: #000000;
    padding: 70px 0 30px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.syswhatsapp_grp::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190));
}footer .sysapp_store {
    display: grid;
    gap: 60px;
}footer .sysmessage_panel {
    justify-content: space-between;
    display: flex;
    padding-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item {
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    width: 18px;
    position: relative;
    top: 3px;
    height: 18px;
    margin-right: 10px;
    fill: rgb(183,192,214);
}footer .info_item p,
footer .info_item a {
    transition: color 0.2s ease;
    color: #000000;
    letter-spacing: 0.3px;
    text-decoration: none;
    font-size: 18px;
}footer .info_item a:hover {
    color: rgb(183,192,214);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .sysnav_expert {
    margin-bottom: 15px;
}footer .sysnav_expert svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .sysprivacy_cta {
    max-width: 350px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}footer .sysheader_site h5 {
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}footer .sysheader_site h5::after {
    background-color: rgb(183,192,214);
    bottom: -8px;
    width: 30px;
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
}footer .syspage_header {
    margin-bottom: 30px;
}footer .syspage_header a {
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    color: #000000;
}footer .syspage_header a:hover {
    transform: translateX(5px);
    color: rgb(183,192,214);
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #000000;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    transition: border-color 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(183,192,214);
}footer .syssub_field {
    text-align: center;
    padding: 14px 20px;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 19px;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(183,192,214);
}footer .syssub_field:hover {
    background-color: rgb(145,160,190);
}footer .sysreferral_prog {
    margin-top: 50px;
}footer .sysforum_link {
    font-size: 14px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .syssub_field {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .syswhatsapp_grp {
    padding: 50px 0 30px;
}footer .sysmessage_panel {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .sysreferral_prog {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .syswhatsapp_grp {
    padding: 40px 0 20px;
}footer .sysapp_store {
    gap: 40px;
}footer .sysheader_site h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.sysgive_it_a_try {
    background: linear-gradient(45deg, rgb(218,222,236) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.sysgive_it_a_try::before {
    height: 100%;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}.sysgive_it_a_try::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    content: '';
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    height: 100%;
}.sysgive_it_a_try .sysexpert_network {
    z-index: 10;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.sysgive_it_a_try .container {
    position: relative;
}.sysgive_it_a_try .container p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 28px 28px 28px;
    margin: 0 0 50px 0;
    display: inline-block;
    position: relative;
    color: #000000;
    background: #ffffff;
    z-index: 5;
    font-size: 32px;
    line-height: 1.4;
    padding: 30px 50px;
    font-weight: 700;
}.sysgive_it_a_try .container p::before {
    left: 0;
    z-index: -1;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    content: '';
    background: rgb(183,192,214);
}.sysgive_it_a_try .sysfeedback_block {
    font-weight: 600;
    z-index: 5;
    text-decoration: none;
    padding: 20px 40px;
    align-self: flex-end;
    border-radius: 28px 0 28px 28px;
    transition: all 0.4s ease;
    background: rgb(183,192,214);
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.sysgive_it_a_try .sysfeedback_block::before {
    width: 30px;
    content: '';
    position: absolute;
    background: rgb(145,160,190);
    top: 0;
    z-index: -1;
    height: 30px;
    right: 0;
}.sysgive_it_a_try .sysfeedback_block::after {
    z-index: -2;
    transform: translateX(-101%);
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(145,160,190);
    height: 100%;
    transition: transform 0.4s ease;
}.sysgive_it_a_try .sysfeedback_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.sysgive_it_a_try .sysfeedback_block:hover::after {
    transform: translateX(0);
}.sysgive_it_a_try .sysexpert_network::before {
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 50%;
    height: 60px;
    background: rgb(183,192,214,0.5);
    border-radius: 50%;
    width: 60px;
    transform: translateY(-50%);
    left: -30px;
    content: '';
}.sysgive_it_a_try .sysexpert_network::after {
    z-index: -1;
    opacity: 0.2;
    right: -30px;
    content: '';
    height: 100px;
    position: absolute;
    border-radius: 50%;
    width: 100px;
    background: rgb(145,160,190,0.5);
    bottom: -30px;
}

@media (max-width: 991px) {.sysgive_it_a_try {
    padding: 90px 0;
}.sysgive_it_a_try .container p {
    padding: 25px 40px;
    margin-bottom: 40px;
    font-size: calc(24px * 1.2);
}.sysgive_it_a_try .sysfeedback_block {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.sysgive_it_a_try {
    padding: 70px 0;
}.sysgive_it_a_try .container p {
    border-radius: 0 10px 10px 10px;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 20px 30px;
}.sysgive_it_a_try .sysfeedback_block {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.sysgive_it_a_try .container p::before,
    .sysgive_it_a_try .sysfeedback_block::before {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.sysgive_it_a_try {
    padding: 50px 0;
}.sysgive_it_a_try .sysexpert_network {
    align-items: stretch;
}.sysgive_it_a_try .container p {
    margin-bottom: 25px;
    width: 100%;
    padding: 15px 20px;
    font-size: calc(12px * 1.2);
}.sysgive_it_a_try .sysfeedback_block {
    align-self: flex-start;
    padding: 12px 25px;
    font-size: calc(20px * 0.9);
}}.sysprice_set {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(218,222,236);
}.sysprice_set::before {
    background: linear-gradient(135deg, rgb(183,192,214,0.5), rgb(145,160,190,0.5));
    top: 0;
    width: 100%;
    opacity: 0.08;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
}.sysprice_set .container {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.sysprice_set .sysprice_grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.sysprice_set .syslearn_packs {
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
}.sysprice_set .syslearn_packs h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
    display: inline-block;
    position: relative;
}.sysprice_set .syslearn_packs h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190));
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 3px;
    bottom: -10px;
    content: "";
}.sysprice_set .syscost_fee {
    line-height: 1.7;
    margin-right: auto;
    max-width: 600px;
    color: #000000;
    margin-top: 20px;
    font-size: 16px;
    margin-left: auto;
}.sysprice_set .sysfee_options {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 auto;
}.sysprice_set .sysmonthly_plan {
    z-index: 1;
    text-decoration: none;
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.sysprice_set .sysmonthly_plan:hover {
    transform: translateY(-8px);
}.sysprice_set .sysskill_plans {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
    transition: all 0.4s ease;
    display: flex;
    position: relative;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
}.sysprice_set .sysmonthly_plan:hover .sysskill_plans {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.sysprice_set .sysmember_fees {
    position: relative;
    padding: 30px;
    z-index: 2;
    flex: 1;
}.sysprice_set .sysmember_fees h3 {
    display: inline-block;
    position: relative;
    color: #000000;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}.sysprice_set .sysmember_fees h3::after {
    height: 3px;
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(183,192,214);
    border-radius: 2px;
    content: "";
}.sysprice_set .sysmonthly_plan:hover .sysmember_fees h3::after {
    width: 60px;
}.sysprice_set .syslearn_pricing {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    background-clip: text !important;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(183,192,214), rgb(145,160,190));
    font-weight: 700;
    color: transparent;
    color: rgb(183,192,214);
    -webkit-background-clip: text !important;
}.sysprice_set .syslearn_pricing::before {
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    content: "";
    bottom: -5px;
    background: linear-gradient(90deg, rgb(183,192,214,0.5), transparent);
}.sysprice_set .sysmember_fees p {
    word-break: break-word;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    font-size: calc(16px - 2px);
    color: #000000;
    position: relative;
}.sysprice_set .sysimage_carousel {
    width: 100%;
    overflow: hidden;
    height: 220px;
    transition: all 0.5s ease;
    border-radius: 0 0 12px 12px;
    position: relative;
}.sysprice_set .sysimage_carousel::after {
    top: 0;
    content: "";
    opacity: 0.6;
    right: 0;
    left: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    position: absolute;
}.sysprice_set .sysmonthly_plan:hover .sysimage_carousel::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.sysprice_set .sysfee_options {
    grid-template-columns: repeat(2, 1fr);
}.sysprice_set .sysskill_plans {
    height: 100%;
}.sysprice_set .sysimage_carousel {
    height: 240px;
}
}

@media (min-width: 992px) {.sysprice_set {
    padding: 160px 0;
}.sysprice_set .sysprice_grid {
    align-items: center;
    flex-direction: row;
    gap: 80px;
}.sysprice_set .syslearn_packs {
    flex: 0 0 30%;
    padding: 0;
    text-align: left;
}.sysprice_set .syslearn_packs h2 {
    font-size: calc(30px + 4px);
}.sysprice_set .syslearn_packs h2::after {
    left: 0;
    transform: none;
}.sysprice_set .syscost_fee {
    margin-left: 0;
}.sysprice_set .sysfee_options {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.sysprice_set .sysfee_options {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.sysprice_set .sysmember_fees {
    padding: 40px;
}.sysprice_set .sysimage_carousel {
    height: 260px;
}.sysprice_set .sysmonthly_plan:nth-child(odd) {
    transform: translateY(20px);
}.sysprice_set .sysmonthly_plan:nth-child(odd):hover {
    transform: translateY(12px);
}.sysprice_set .sysmonthly_plan:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.sysprice_set .sysmonthly_plan:active .sysskill_plans {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}

@media (max-width: 767px) {.sysprice_set {
    padding: 80px 0;
}.sysprice_set .sysprice_grid {
    gap: 40px;
}.sysprice_set .syslearn_packs h2 {
    font-size: calc(30px - 4px);
}.sysprice_set .sysimage_carousel {
    height: 200px;
}.sysprice_set .sysmember_fees {
    padding: 25px;
}.sysprice_set .syslearn_pricing {
    font-size: 1.5rem;
}}.sysprivacy_safehouse {
    background-color: var(--section-bg-color, #f8f9fa);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.sysprivacy_safehouse::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    width: 100%;
    content: "";
    z-index: 1;
}.sysprivacy_safehouse::after {
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    width: 200px;
    right: -10px;
    position: absolute;
    z-index: 0;
    bottom: -10px;
    height: 200px;
    content: "";
    transform: rotate(-15deg) translateY(30px);
}.sysprivacy_safehouse .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1140px;
    z-index: 2;
}.sysprivacy_safehouse h1 {
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-0.5rem);
    color: var(--dark-color, #212529);
    position: relative;
    font-size: var(--h1-font-size, 2.5rem);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}.sysprivacy_safehouse h1::after {
    height: 4px;
    transition: width 0.3s ease-out;
    left: 0;
    width: 80px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    transform-origin: left center;
    content: "";
}.sysprivacy_safehouse h1:hover::after {
    width: 120px;
}.sysprivacy_safehouse h2 {
    margin: 2.5rem 0 1.25rem;
    padding-left: 1rem;
    transform: translateX(-1rem);
    color: var(--dark-color, #212529);
    position: relative;
    font-size: var(--h2-font-size, 1.75rem);
    font-weight: var(--font-weight-semibold, 600);
}.sysprivacy_safehouse h2::before {
    height: 70%;
    transform-origin: center;
    content: "";
    width: 4px;
    background: var(--primary-color, #0066ff);
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    top: 0.25em;
}.sysprivacy_safehouse h2:hover::before {
    transform: scaleY(1.2);
}.sysprivacy_safehouse h3 {
    font-weight: var(--font-weight-semibold, 600);
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    color: var(--dark-color, #212529);
}.sysprivacy_safehouse h4 {
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
    color: var(--dark-color, #212529);
    position: relative;
    margin: 1.75rem 0 0.75rem;
}.sysprivacy_safehouse p {
    font-size: var(--p-font-size, 1rem);
    max-width: 92%;
    margin-bottom: 1.5rem;
    color: var(--p-color, #495057);
    line-height: 1.7;
}.sysprivacy_safehouse strong {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
}.sysprivacy_safehouse ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.25rem;
}.sysprivacy_safehouse li {
    color: var(--p-color, #495057);
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: var(--p-font-size, 1rem);
}.sysprivacy_safehouse li::before {
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0.65em;
    content: "";
    height: 6px;
    border-radius: 1px;
    background-color: var(--primary-color, #0066ff);
    width: 6px;
    transition: transform 0.2s ease;
}.sysprivacy_safehouse li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.sysprivacy_safehouse span {
    line-height: 1.7;
    padding-left: 0.75rem;
    color: var(--p-color, #495057);
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    display: block;
}

@media (min-width: 768px) {.sysprivacy_safehouse {
    padding: 5rem 0;
}.sysprivacy_safehouse .container {
    padding: 0 4rem;
}.sysprivacy_safehouse h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
    margin-bottom: 3rem;
}.sysprivacy_safehouse h2 {
    margin-top: 3.5rem;
}.sysprivacy_safehouse p, 
    .sysprivacy_safehouse span {
    line-height: 1.8;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.sysprivacy_safehouse ul {
    padding-left: 2rem;
}.sysprivacy_safehouse li {
    padding-left: 1.75rem;
}
}

@media (min-width: 992px) {.sysprivacy_safehouse .container {
    padding: 0 5rem;
}.sysprivacy_safehouse h1 {
    transform: translateX(-1rem);
}.sysprivacy_safehouse h1::after {
    width: 100px;
}.sysprivacy_safehouse h1:hover::after {
    width: 150px;
}.sysprivacy_safehouse p {
    max-width: 85%;
}.sysprivacy_safehouse p, 
    .sysprivacy_safehouse span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}

@media (max-width: 767px) {.sysprivacy_safehouse {
    padding: 3rem 0;
}.sysprivacy_safehouse .container {
    padding: 0 1.5rem;
}.sysprivacy_safehouse h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.sysprivacy_safehouse h2 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
    margin: 2rem 0 1rem;
}.sysprivacy_safehouse h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.sysprivacy_safehouse h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.sysprivacy_safehouse ul {
    padding-left: 0.5rem;
}.sysprivacy_safehouse li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}.sysprivacy_safehouse p, 
    .sysprivacy_safehouse span {
    margin-bottom: 1.25rem;
}}.sysacademic_experience {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(218,222,236), #ffffff);
}.sysacademic_experience::before {
    height: 500px;
    top: -200px;
    right: -200px;
    border-radius: 50%;
    content: "";
    background-color: rgb(183,192,214,0.5);
    width: 500px;
    position: absolute;
    opacity: 0.1;
}.sysacademic_experience .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.sysacademic_experience .sysuser_ratings {
    border-radius: 27px;
    margin: 0 auto;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    padding: 50px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
}.sysacademic_experience .sysuser_ratings:hover {
    transform: translateY(-10px);
}.sysacademic_experience .sysuser_ratings::before {
    top: -15px;
    content: "";
    background-color: rgb(145,160,190);
    position: absolute;
    left: 50px;
    width: 30px;
    transform: rotate(45deg);
    z-index: -1;
    height: 30px;
}.sysacademic_experience .sysuser_ratings::after {
    bottom: -15px;
    z-index: -1;
    content: "";
    height: 30px;
    right: 50px;
    background-color: rgb(183,192,214);
    width: 30px;
    transform: rotate(45deg);
    position: absolute;
}.sysacademic_experience .sysimage_carousel {
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    align-self: center;
    position: relative;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 120px;
    width: 120px;
    overflow: hidden;
}.sysacademic_experience .sysuser_ratings:hover .sysimage_carousel {
    transform: scale(1.05);
}.sysacademic_experience .sysimage_carousel::before {
    background: linear-gradient(45deg, transparent 40%, rgb(183,192,214,0.5));
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    content: "";
    inset: 0;
}.sysacademic_experience .sysuser_ratings:hover .sysimage_carousel::before {
    opacity: 1;
}.sysacademic_experience .syswork_box {
    padding: 20px 30px;
    margin: 25px 0 0;
    border-radius: 27px;
    line-height: 1.8;
    order: 3;
    position: relative;
    font-size: 12px;
    color: #000000;
    background-color: rgb(218,222,236);
}.sysacademic_experience .syswork_box::before {
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(218,222,236);
    left: 30px;
    top: -10px;
    position: absolute;
    border-right: 10px solid transparent;
}.sysacademic_experience .name {
    padding-bottom: 10px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0;
    display: block;
    text-align: center;
    order: 1;
    color: #000000;
}.sysacademic_experience .name::after {
    left: 50%;
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    background-color: rgb(183,192,214);
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.sysacademic_experience .sysuser_ratings:hover .name::after {
    width: 80px;
}.sysacademic_experience span:not(.name) {
    order: 2;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: rgb(145,160,190);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(12px * 0.9);
}

@media (min-width: 768px) {.sysacademic_experience .sysuser_ratings {
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    display: grid;
}.sysacademic_experience .sysimage_carousel {
    height: 180px;
    margin-bottom: 0;
    align-self: start;
    width: 180px;
    grid-area: photo;
}.sysacademic_experience .name {
    font-size: 35px;
    text-align: left;
    grid-area: name;
}.sysacademic_experience .name::after {
    left: 0;
    transform: none;
}.sysacademic_experience span:not(.name) {
    margin-bottom: 0;
    text-align: left;
    grid-area: job;
}.sysacademic_experience .syswork_box {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.sysacademic_experience {
    padding: 70px 0;
}.sysacademic_experience .sysuser_ratings {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.sysacademic_experience {
    padding: 50px 0;
}.sysacademic_experience .sysuser_ratings {
    padding: 30px 20px;
}.sysacademic_experience .syswork_box {
    margin-top: 20px;
    padding: 15px 20px;
}}.sysgratitudeDiv {
    background: linear-gradient(135deg, rgb(183,192,214,0.5), rgb(218,222,236), rgb(145,160,190,0.5));
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.sysgratitudeDiv::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,192,214,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(145,160,190,0.5) 0%, transparent 60%);
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.7;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
}.sysgratitudeDiv::after {
    pointer-events: none;
    animation: patternMove 60s linear infinite;
    transform: rotate(15deg);
    z-index: 1;
    top: -50%;
    content: "";
    width: 200%;
    height: 200%;
    left: -50%;
    position: absolute;
}.sysgratitudeDiv .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    transform-style: preserve-3d;
    position: relative;
}.sysgratitudeDiv h2 {
    transition: transform 0.5s ease;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    font-size: 33px;
    text-align: left;
    transform: translateZ(30px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    color: #000000;
    line-height: 1.3;
    border-left: 4px solid rgb(183,192,214);
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}.sysgratitudeDiv h2::after {
    height: 3px;
    transform-origin: left;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 60px;
    background: rgb(145,160,190);
    position: absolute;
    left: 20px;
    content: "";
    transform: scaleX(0);
    bottom: -12px;
}.sysgratitudeDiv .sysexpert_network {
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(183,192,214), 0.3);
    position: relative;
    border-radius: 26px;
    transform: translateZ(20px) rotateX(2deg);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
}.sysgratitudeDiv .sysexpert_network::before {
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190));
    width: 100%;
    top: 0;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    z-index: 3;
}.sysgratitudeDiv .sysexpert_network:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(183,192,214), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.sysgratitudeDiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.sysgratitudeDiv li {
    padding: 40px;
    background: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
}.sysgratitudeDiv li::before {
    justify-content: center;
    content: "✓";
    border-radius: 50%;
    position: absolute;
    display: flex;
    width: 30px;
    top: -15px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(183,192,214), 0.3);
    background: rgb(183,192,214);
    align-items: center;
    height: 30px;
    left: 40px;
}.sysgratitudeDiv span {
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: left;
    line-height: 1.7;
    position: relative;
    display: block;
    z-index: 2;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.sysgratitudeDiv {
    padding: 80px 0;
}.sysgratitudeDiv h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.9);
}.sysgratitudeDiv li {
    padding: 30px;
}.sysgratitudeDiv li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.sysgratitudeDiv {
    padding: 60px 0;
}.sysgratitudeDiv h2 {
    font-size: calc(33px * 0.8);
    transform: translateZ(20px);
    margin-bottom: 30px;
}.sysgratitudeDiv h2::after {
    width: 40px;
}.sysgratitudeDiv .sysexpert_network {
    transform: translateZ(10px) rotateX(1deg);
}.sysgratitudeDiv .sysexpert_network:hover {
    transform: translateZ(15px) rotateX(0deg);
}.sysgratitudeDiv li {
    padding: 25px 20px;
}.sysgratitudeDiv li::before {
    height: 24px;
    font-size: 14px;
    top: -12px;
    left: 20px;
    width: 24px;
}.sysgratitudeDiv span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.sysgratitudeDiv {
    padding: 40px 0;
}.sysgratitudeDiv h2 {
    border-left: 3px solid rgb(183,192,214);
    padding-left: 12px;
    font-size: calc(33px * 0.7);
}.sysgratitudeDiv .container {
    padding: 0 15px;
}.sysgratitudeDiv .sysexpert_network {
    transform: translateZ(5px) rotateX(0.5deg);
}.sysgratitudeDiv .sysexpert_network:hover {
    transform: translateZ(10px) rotateX(0deg);
}.sysgratitudeDiv li {
    padding: 20px 15px;
}.sysgratitudeDiv li::before {
    left: 15px;
    height: 20px;
    font-size: 12px;
    width: 20px;
}.sysgratitudeDiv span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.syscontact {
    background: linear-gradient(120deg, rgb(218,222,236), rgba(rgb(183,192,214), 0.03));
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.syscontact::before {
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(183,192,214), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(145,160,190), 0.05) 0%, transparent 50%);
}.syscontact::after {
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    content: "";
    width: 100%;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    background-position: center center;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(183,192,214), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(183,192,214), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(145,160,190), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(183,192,214), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(145,160,190), 0.04) 0%, transparent 30%);
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.syscontact .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.syscontact h2 {
    left: 50%;
    margin-bottom: 15px;
    display: inline-block;
    color: #000000;
    text-align: center;
    font-weight: 700;
    transform: translateX(-50%);
    position: relative;
    font-size: 32px;
    perspective: 1000px;
    letter-spacing: 1px;
}.syscontact h2::before {
    background: linear-gradient(90deg, transparent, rgb(183,192,214), transparent);
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    bottom: -10px;
}.syscontact .sysrequest_info {
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin-top: 60px;
    display: flex;
    border-radius: 16px;
    perspective: 1000px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.syscontact .sysrequest_info::before {
    z-index: 3;
    width: 100%;
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190));
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
    content: "";
}.syscontact .sysimage_carousel {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    flex: 0 0 45%;
}.syscontact .sysimage_carousel::before {
    inset: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(210deg, rgba(rgb(183,192,214), 0.5), rgba(rgb(145,160,190), 0.5));
    content: "";
    position: absolute;
    z-index: 1;
}.syscontact .sysimage_carousel::after {
    height: 300%;
    z-index: 2;
    content: "";
    position: absolute;
    top: -100%;
    animation: shine 6s infinite ease-in-out;
    width: 300%;
    left: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.syscontact .syshelp_widget {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
}.syscontact .syshelp_widget::before {
    background: 
        radial-gradient(circle, rgba(rgb(183,192,214), 0.03) 0%, transparent 70%);
    top: 0;
    height: 500px;
    position: absolute;
    border-radius: 50%;
    width: 500px;
    content: "";
    z-index: 0;
    opacity: 0.5;
    right: 0;
}.syscontact form {
    z-index: 3;
    position: relative;
}.syscontact form h3 {
    letter-spacing: 0.5px;
    font-size: 21px;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
}.syscontact form h3::after {
    bottom: -15px;
    background: rgb(183,192,214);
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
}.syscontact form input[type="text"] {
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    font-size: 15px;
    border: 1px solid rgba(rgb(183,192,214), 0.1);
    padding: 18px 25px;
    margin-bottom: 25px;
    width: 100%;
    color: #000000;
    border-radius: 8px;
    background: rgba(rgb(218,222,236), 0.5);
}.syscontact form input[type="text"]:focus {
    border-color: rgb(183,192,214);
    box-shadow: 0 0 0 4px rgba(rgb(183,192,214), 0.1);
    background: rgba(#ffffff, 0.9);
    outline: none;
}.syscontact form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.syscontact form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.syscontact .sysreach_message {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.syscontact .sysreach_message input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.syscontact .sysreach_message label {
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
}.syscontact .sysreach_message label::before {
    height: 22px;
    position: absolute;
    width: 22px;
    background: rgba(#ffffff, 0.6);
    border: 1px solid rgba(rgb(183,192,214), 0.3);
    top: 0;
    border-radius: 4px;
    content: "";
    transition: all 0.3s ease;
    left: 0;
}.syscontact .sysreach_message input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,192,214);
    background: rgb(183,192,214);
}.syscontact .sysreach_message input[type="checkbox"]:checked + label::after {
    left: 8px;
    height: 12px;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    content: "";
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
}.syscontact .sysreach_message label a {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(183,192,214);
}.syscontact .sysreach_message label a::after {
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(183,192,214);
}.syscontact .sysreach_message label a:hover {
    color: rgb(145,160,190);
}.syscontact .sysreach_message label a:hover::after {
    background: rgb(145,160,190);
    transform-origin: left;
    transform: scaleX(1);
}.syscontact .sysfeedback_block {
    border: none;
    padding: 16px 40px;
    background: rgb(183,192,214);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    position: relative;
}.syscontact .sysfeedback_block::before {
    content: "";
    opacity: 0;
    background: linear-gradient(45deg, rgb(183,192,214), rgb(145,160,190));
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
}.syscontact .sysfeedback_block:hover::before {
    opacity: 1;
}.syscontact .sysfeedback_block::after {
    top: -50%;
    left: -10px;
    content: "";
    width: 50px;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    height: 50px;
    z-index: -1;
    transition: all 0.5s ease;
}.syscontact .sysfeedback_block:hover::after {
    opacity: 0;
    transform: scale(4);
}.syscontact svg {
    stroke: rgb(183,192,214);
    width: 22px;
    stroke-width: 2;
    height: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(183,192,214), 0.3));
    fill: none;
}.syscontact svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(183,192,214);
}.syscontact svg:hover,
.syscontact svg:hover path {
    stroke: rgb(145,160,190);
    transform: translateY(-2px);
}.syscontact form input {
    border: 1px solid rgb(183,192,214);
}

@media (max-width: 1024px) {.syscontact {
    padding: 80px 0;
}.syscontact .sysrequest_info {
    margin-top: 50px;
}.syscontact .sysimage_carousel {
    min-height: 450px;
}.syscontact .syshelp_widget {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.syscontact {
    padding: 60px 0;
}.syscontact .sysrequest_info {
    margin-top: 40px;
    flex-direction: column;
}.syscontact .sysimage_carousel {
    width: 100%;
    min-height: 300px;
}.syscontact .syshelp_widget {
    width: 100%;
    padding: 40px 30px;
}.syscontact form h3 {
    margin-bottom: 30px;
}.syscontact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.syscontact .sysreach_message {
    margin-bottom: 25px;
}.syscontact .sysfeedback_block {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.syscontact {
    padding: 50px 0;
}.syscontact h2 {
    font-size: calc(32px * 0.85);
}.syscontact .sysrequest_info {
    border-radius: 12px;
    margin-top: 30px;
}.syscontact .sysimage_carousel {
    min-height: 220px;
}.syscontact .syshelp_widget {
    padding: 30px 20px;
}.syscontact form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.syscontact form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.syscontact .sysreach_message {
    margin-bottom: 20px;
}.syscontact .sysreach_message label {
    font-size: calc(16px * 0.9);
}.syscontact .sysfeedback_block {
    padding: 12px 20px;
}}.sysmeet_us {
    overflow: hidden;
    background-color: rgb(218,222,236);
    position: relative;
    isolation: isolate;
    padding: 150px 0;
}.sysmeet_us::before {
    z-index: -2;
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(183,192,214,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(145,160,190,0.5) 0%, transparent 25%);
    opacity: 0.8;
    inset: 0;
    position: absolute;
    content: "";
}.sysmeet_us::after {
    width: 100%;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    height: 100%;
    background-size: 20px 20px;
    content: "";
    top: 0;
    z-index: -1;
    opacity: 0.03;
    pointer-events: none;
}.sysmeet_us .container {
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.sysmeet_us .container::before {
    height: 200px;
    z-index: -1;
    content: "";
    top: -120px;
    opacity: 0.3;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    right: -100px;
    background: 
        radial-gradient(circle, transparent 30%, rgb(183,192,214,0.5) 30%, rgb(183,192,214,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(183,192,214,0.5) 36%, rgb(183,192,214,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(183,192,214,0.5) 43%, rgb(183,192,214,0.5) 45%, transparent 45%);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 200px 200px;
    width: 200px;
}.sysmeet_us .container::after {
    opacity: 0.3;
    background-size: 150px 150px;
    left: -70px;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -100px;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    background: 
        radial-gradient(circle, transparent 30%, rgb(145,160,190,0.5) 30%, rgb(145,160,190,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(145,160,190,0.5) 36%, rgb(145,160,190,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(145,160,190,0.5) 43%, rgb(145,160,190,0.5) 45%, transparent 45%);
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
}@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.sysmeet_us .sysexpert_network {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    display: flex;
    position: relative;
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    border-radius: 16px;
}.sysmeet_us .sysexpert_network::before,
.sysmeet_us .sysexpert_network::after {
    opacity: 0.05;
    content: "";
    left: 50%;
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(183,192,214,0.5) 40deg,
        rgb(183,192,214,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(145,160,190,0.5) 130deg,
        rgb(145,160,190,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(183,192,214,0.5) 220deg,
        rgb(183,192,214,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(145,160,190,0.5) 310deg,
        rgb(145,160,190,0.5) 330deg,
        transparent 340deg
    );
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 500px;
    z-index: 0;
    height: 500px;
    border-radius: 50%;
}.sysmeet_us .sysexpert_network::before {
    animation: rotateConic 60s linear infinite;
}.sysmeet_us .sysexpert_network::after {
    animation: rotateConic 40s linear infinite reverse;
    opacity: 0.03;
    filter: blur(5px);
}@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.sysmeet_us .sysmaster_program {
    align-items: center;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    position: relative;
    justify-content: center;
    z-index: 2;
    display: flex;
    width: 35%;
    padding: 60px 0;
    flex-direction: column;
}.sysmeet_us .sysmaster_program::before {
    border-left: 2px solid rgb(183,192,214,0.5);
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    height: 60px;
    width: 60px;
    content: "";
    border-top: 2px solid rgb(183,192,214,0.5);
    left: 30px;
    top: 30px;
}.sysmeet_us .sysmaster_program::after {
    width: 60px;
    position: absolute;
    opacity: 0.6;
    right: 30px;
    z-index: 1;
    bottom: 30px;
    content: "";
    border-right: 2px solid rgb(183,192,214,0.5);
    border-bottom: 2px solid rgb(183,192,214,0.5);
    height: 60px;
}.sysmeet_us .sysmaster_program .sysimage_carousel {
    overflow: hidden;
    height: 320px;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 16px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    width: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.sysmeet_us .sysmaster_program .sysimage_carousel::before {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
}.sysmeet_us .sysmaster_program .sysimage_carousel::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: -100%;
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    z-index: 2;
    transform: rotate(30deg);
    left: -20%;
    position: absolute;
    content: "";
    height: 200%;
    width: 40%;
}@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}

.sysmeet_us .sysmaster_program:hover .sysimage_carousel {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.sysmeet_us .sysknowledge_learn {
    position: relative;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-30px) translateX(40px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(183,192,214);
    padding: 20px 30px;
    color: #ffffff;
    z-index: 3;
    border-radius: 10px;
}.sysmeet_us .sysknowledge_learn::before {
    top: 0;
    opacity: 0.8;
    width: 4px;
    position: absolute;
    left: 0;
    background: rgb(145,160,190);
    content: "";
    height: 100%;
}.sysmeet_us .sysknowledge_learn::after {
    content: "";
    bottom: 0;
    position: absolute;
    width: 30%;
    opacity: 0.8;
    background: rgb(145,160,190);
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
}.sysmeet_us .sysmaster_program:hover .sysknowledge_learn {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-35px) translateX(30px);
}.sysmeet_us .sysmaster_program:hover .sysknowledge_learn::after {
    width: 70%;
}.sysmeet_us .sysclass_space {
    position: relative;
    font-size: 21px;
    margin: 0 0 8px 0;
    font-weight: 700;
}.sysmeet_us .syslearn_history {
    opacity: 0.9;
    margin: 0;
    font-size: 14px;
}.sysmeet_us .systext_card {
    padding: 60px;
    z-index: 2;
    width: 65%;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
}.sysmeet_us .systext_card::before {
    left: 0;
    position: absolute;
    opacity: 0.4;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(183,192,214,0.5),
        rgb(145,160,190,0.5),
        transparent
    );
    top: 0;
    content: "";
    height: 100%;
}.sysmeet_us .systext_card::after {
    height: 1px;
    right: 0;
    content: "";
    position: absolute;
    top: 50%;
    width: 80%;
    transform: translateY(120px);
    background: linear-gradient(
        to right,
        transparent,
        rgb(145,160,190,0.5) 50%,
        transparent
    );
    opacity: 0.2;
}.sysmeet_us .sysguide_bios {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: center;
}.sysmeet_us .sysguide_bios::before {
    bottom: -12px;
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(183,192,214,0.5),
        transparent 80%
    );
    opacity: 0.3;
}.sysmeet_us .sysguide_bios svg {
    width: 45px;
    height: 45px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    margin-right: 15px;
    fill: rgb(183,192,214);
    position: relative;
}.sysmeet_us .sysguide_bios svg::before {
    position: absolute;
    border: 1px dashed rgb(183,192,214,0.5);
    transform: scale(0.8);
    transition: all 0.3s ease;
    content: "";
    border-radius: 50%;
    inset: -5px;
    opacity: 0;
}.sysmeet_us .sysguide_bios:hover svg {
    transform: translateY(-5px) rotate(10deg);
}.sysmeet_us .sysguide_bios svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,192,214);
}.sysmeet_us .sysguide_bios:hover svg path {
    fill: rgb(145,160,190);
}.sysmeet_us h2 {
    color: #000000;
    margin: 0 0 30px 0;
    font-size: 29px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}.sysmeet_us h2::before {
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(183,192,214,0.5) 0%,
        transparent 80%
    );
    opacity: 0.2;
}.sysmeet_us h2::after {
    border-radius: 3px;
    content: "";
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(183,192,214) 0%,
        rgb(145,160,190) 100%
    );
    width: 60px;
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
}.sysmeet_us .systext_card:hover h2::after {
    width: 100px;
}.sysmeet_us p {
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    margin: 0;
}.sysmeet_us p::before {
    width: 2px;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(183,192,214,0.5),
        rgb(145,160,190,0.5)
    );
    content: "";
    opacity: 0.3;
    left: 0;
}.sysmeet_us p::after {
    right: 0;
    opacity: 0.1;
    background: linear-gradient(
        to right,
        transparent,
        rgb(145,160,190,0.5)
    );
    height: 1px;
    width: 30%;
    position: absolute;
    bottom: 10px;
    content: "";
}

@media (max-width: 1024px) {.sysmeet_us {
    padding: 100px 0;
}.sysmeet_us .sysexpert_network {
    flex-direction: column;
}.sysmeet_us .sysmaster_program,
    .sysmeet_us .systext_card {
    padding: 40px;
    width: 100%;
}.sysmeet_us .sysmaster_program {
    display: flex;
    padding-bottom: 60px;
    gap: 30px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}.sysmeet_us .sysmaster_program .sysimage_carousel {
    height: 240px;
    width: 180px;
    margin-bottom: 0;
}.sysmeet_us .sysknowledge_learn {
    flex: 1;
    transform: translateY(0) translateX(0);
}.sysmeet_us .sysmaster_program:hover .sysknowledge_learn {
    transform: translateY(0) translateX(0);
}.sysmeet_us .systext_card::before {
    width: 100%;
    background: linear-gradient(
            to right,
            transparent,
            rgb(183,192,214,0.5),
            rgb(145,160,190,0.5),
            transparent
        );
    height: 1px;
}
}

@media (max-width: 768px) {.sysmeet_us {
    padding: 80px 0;
}.sysmeet_us .sysmaster_program {
    padding: 30px;
    padding-bottom: 60px;
    flex-direction: column;
}.sysmeet_us .sysmaster_program .sysimage_carousel {
    margin-bottom: 20px;
    height: 270px;
    width: 200px;
}.sysmeet_us .sysknowledge_learn {
    width: 90%;
    text-align: center;
}.sysmeet_us .sysknowledge_learn::before {
    width: 100%;
    height: 4px;
}.sysmeet_us .sysknowledge_learn::after {
    left: 50%;
    transform: translateX(-50%);
}.sysmeet_us .systext_card {
    padding: 30px;
}.sysmeet_us h2 {
    text-align: center;
}.sysmeet_us h2::after {
    left: 50%;
    transform: translateX(-50%);
}.sysmeet_us .systext_card:hover h2::after {
    width: 80px;
}.sysmeet_us p {
    padding-left: 0;
    text-align: center;
}.sysmeet_us p::before {
    display: none;
}
}

@media (max-width: 480px) {.sysmeet_us {
    padding: 60px 0;
}.sysmeet_us .container {
    padding: 0 20px;
}.sysmeet_us .sysmaster_program {
    padding-bottom: 50px;
    padding: 25px;
}.sysmeet_us .sysmaster_program .sysimage_carousel {
    height: 220px;
    width: 160px;
}.sysmeet_us .sysknowledge_learn {
    width: 100%;
    padding: 15px 20px;
}.sysmeet_us .systext_card {
    padding: 25px 20px;
}.sysmeet_us h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 20px;
}.sysmeet_us .sysguide_bios {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}.sysmeet_us .sysguide_bios svg {
    margin-right: 0;
    margin-bottom: 10px;
}}.syslearning_process {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,222,236) 0%, rgb(145,160,190,0.5) 100%);
    padding: 8rem 0;
    position: relative;
}.syslearning_process::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(183,192,214,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(145,160,190,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    top: 0;
}.syslearning_process::after {
    height: 70%;
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
    background: rgb(183,192,214,0.5);
    opacity: 0.08;
    top: -10%;
    content: "";
    width: 40%;
    right: -5%;
    clip-path: polygon(0 0, 100% 20%, 90% 90%, 10% 100%);
}.syslearning_process .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.syslearning_process .sysexpert_network {
    align-items: center;
    transform: perspective(1000px) rotateY(2deg);
    display: flex;
    transition: transform 0.8s ease-out;
    justify-content: center;
}.syslearning_process .sysexpert_network:hover {
    transform: perspective(1000px) rotateY(0deg);
}.syslearning_process .sysexpert_network > div {
    padding: 3.5rem 3rem;
    width: 100%;
    transform: translateZ(0);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    z-index: 3;
    max-width: 800px;
    position: relative;
}.syslearning_process .sysexpert_network > div::before {
    transform: translateZ(-10px);
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(183,192,214,0.5) 0%, transparent 70%);
    z-index: -1;
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
    transition: opacity 0.5s ease;
    height: calc(100% + 20px);
    content: "";
    position: absolute;
}.syslearning_process .sysexpert_network > div:hover::before {
    opacity: 0.4;
}.syslearning_process h3 {
    font-size: calc(29px * 0.8);
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateX(-5px);
}.syslearning_process .sysexpert_network > div:hover h3 {
    transform: translateX(0);
}.syslearning_process h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(183,192,214) 0%, rgb(145,160,190) 100%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    content: "";
    bottom: -10px;
    width: 80px;
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.7);
}.syslearning_process .sysexpert_network > div:hover h3::after {
    transform: scaleX(1);
}.syslearning_process p {
    transition: transform 0.5s ease;
    font-size: 17px;
    position: relative;
    color: #000000;
    margin-top: 2rem;
    transform: translateY(0);
    line-height: 1.8;
}.syslearning_process p span {
    background-size: 0% 100%;
    transition: background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, transparent 95%, rgb(183,192,214,0.5) 95%);
    position: relative;
}.syslearning_process .sysexpert_network > div:hover p span {
    background-size: 100% 100%;
}

@media (max-width: 991px) {.syslearning_process {
    padding: 6rem 0;
}.syslearning_process .sysexpert_network {
    transform: perspective(800px) rotateY(1deg);
}.syslearning_process .sysexpert_network > div {
    padding: 2.5rem 2rem;
}.syslearning_process h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}
}

@media (max-width: 768px) {.syslearning_process {
    padding: 5rem 0;
}.syslearning_process .sysexpert_network {
    transform: none;
}.syslearning_process .sysexpert_network > div {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                    0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 2.2rem 1.8rem;
}.syslearning_process h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.6);
}.syslearning_process h3::after {
    width: 60px;
    height: 2px;
}.syslearning_process p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
    margin-top: 1.5rem;
}
}

@media (max-width: 576px) {.syslearning_process {
    padding: 4rem 0;
}.syslearning_process .sysexpert_network > div {
    padding: 2rem 1.5rem;
}.syslearning_process h3 {
    font-size: calc(29px * 0.55);
}.syslearning_process p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.sysdata_exploration {
    position: relative;
    z-index: 1;
    background: rgb(218,222,236);
    overflow: hidden;
    padding: 80px 0;
}.sysdata_exploration::before {
    background-image: 
        linear-gradient(45deg, rgb(183,192,214,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(183,192,214,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(183,192,214,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(183,192,214,0.5) 75%);
    top: 0;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    background-size: 20px 20px;
    opacity: 0.05;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
}.sysdata_exploration .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.sysdata_exploration .sysextra_pro {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    padding: 40px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 27px;
    margin-bottom: 50px;
    position: relative;
}.sysdata_exploration .sysextra_pro::before {
    height: 100%;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(183,192,214), rgb(145,160,190));
    left: 0;
    content: "";
    position: absolute;
}.sysdata_exploration .sysstudy_gain {
    color: #000000;
    margin-bottom: 20px;
    font-size: 38px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}.sysdata_exploration .sysgain_statistics {
    color: #000000;
    padding-left: 20px;
    font-size: 16px;
    margin: 0;
    line-height: 1.7;
}.sysdata_exploration .sysstatistics_tracks {
    gap: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}.sysdata_exploration .sysstatistics_boost {
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.03);
    justify-content: center;
    position: relative;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 30px 25px;
    transition: all 0.4s ease;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
}.sysdata_exploration .sysstatistics_boost:nth-child(odd) {
    border-top: 3px solid rgb(183,192,214);
}.sysdata_exploration .sysstatistics_boost:nth-child(even) {
    border-top: 3px solid rgb(145,160,190);
}.sysdata_exploration .sysstatistics_boost:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.sysdata_exploration .sysstatistics_boost h4 {
    transition: all 0.3s ease;
    color: rgb(183,192,214);
    font-size: 2.5rem;
    margin: 0 0 15px;
    font-weight: 700;
}.sysdata_exploration .sysstatistics_boost:nth-child(even) h4 {
    color: rgb(145,160,190);
}.sysdata_exploration .sysstatistics_boost span {
    transition: all 0.3s ease;
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    color: #000000;
}.sysdata_exploration .sysstatistics_boost::after {
    height: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgb(183,192,214,0.5) 0%, transparent 100%);
    content: "";
}.sysdata_exploration .sysstatistics_boost:nth-child(even)::after {
    background: linear-gradient(to top, rgb(145,160,190,0.5) 0%, transparent 100%);
}.sysdata_exploration .sysstatistics_boost:hover::after {
    height: 100%;
}.sysdata_exploration svg {
    transition: all 0.3s ease;
    height: 40px;
    fill: rgb(183,192,214);
    margin-bottom: 15px;
    width: 40px;
}.sysdata_exploration .sysstatistics_boost:nth-child(even) svg {
    fill: rgb(145,160,190);
}.sysdata_exploration svg path {
    fill: rgb(183,192,214);
    transition: all 0.3s ease;
}.sysdata_exploration .sysstatistics_boost:nth-child(even) svg path {
    fill: rgb(145,160,190);
}.sysdata_exploration .sysstatistics_boost:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.sysdata_exploration .sysstatistics_tracks {
    grid-template-columns: repeat(3, 1fr);
}.sysdata_exploration .sysstatistics_boost {
    padding: 25px 20px;
}.sysdata_exploration .sysstatistics_boost h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 992px) {.sysdata_exploration .sysextra_pro {
    padding: 30px;
}.sysdata_exploration .sysstatistics_tracks {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
}

@media (max-width: 768px) {.sysdata_exploration {
    padding: 60px 0;
}.sysdata_exploration .sysextra_pro {
    padding: 25px;
    margin-bottom: 30px;
}.sysdata_exploration .sysstudy_gain {
    margin-bottom: 15px;
    font-size: calc(38px * 0.85);
}.sysdata_exploration .sysgain_statistics {
    font-size: calc(16px * 0.95);
}.sysdata_exploration .sysstatistics_boost h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}.sysdata_exploration svg {
    width: 35px;
    margin-bottom: 10px;
    height: 35px;
}
}

@media (max-width: 576px) {.sysdata_exploration {
    padding: 50px 0;
}.sysdata_exploration .sysstatistics_tracks {
    grid-template-columns: 1fr;
    gap: 15px;
}.sysdata_exploration .sysstatistics_boost {
    padding: 20px 15px;
}.sysdata_exploration .sysstatistics_boost h4 {
    font-size: 1.8rem;
}.sysdata_exploration .sysstatistics_boost span {
    font-size: calc(16px * 0.85);
}.sysdata_exploration .sysstudy_gain {
    font-size: calc(38px * 0.7);
}}.systitle_portal {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,222,236) 0%, rgba(245, 247, 250, 0.95) 100%);
}.systitle_portal::before {
    z-index: 0;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.05) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb), 0.05) 0%, transparent 80%);
}.systitle_portal::after {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    background-size: 20px 20px;
    content: '';
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(rgba(var(--primary-color-rgb), 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.03) 1px, transparent 1px);
    animation: backgroundShift 30s linear infinite;
    pointer-events: none;
}.systitle_portal h1 {
    position: relative;
    letter-spacing: 1.2px;
    transform: translateY(0);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 40px;
    opacity: 0;
    z-index: 1;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: rgb(183,192,214);
}.systitle_portal .sysexpert_network {
    z-index: 2;
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
    position: relative;
    gap: 40px;
}.systitle_portal .systext_card {
    max-width: 600px;
    width: 100%;
    padding: 20px;
    position: relative;
}.systitle_portal .systext_card ol {
    margin: 0;
    list-style: none;
    padding: 0;
}.systitle_portal .systext_card li {
    margin-bottom: 30px;
    transform: translateY(20px);
    opacity: 0;
    animation-delay: 0.3s;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.systitle_portal .systext_card li:nth-child(2) {
    animation-delay: 0.6s;
}.systitle_portal .sysmain_hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}.systitle_portal .sysmain_hero svg {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 5px 15px rgba(var(--primary-color-rgb), 0.2));
    width: 100px;
    margin-bottom: 20px;
    height: 100px;
}.systitle_portal .sysmain_hero svg:hover {
    transform: scale(1.05) translateY(-5px);
}.systitle_portal .sysmain_hero svg path {
    transition: fill 0.4s ease;
}.systitle_portal .sysmain_hero svg:hover path {
    fill: rgb(145,160,190);
}.systitle_portal .sysmain_hero svg text {
    transition: fill 0.4s ease;
}.systitle_portal .sysmain_hero svg:hover text {
    fill: rgb(145,160,190);
}.systitle_portal .sysmain_hero p {
    color: #000000;
    max-width: 90%;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: calc(12px + 0.1rem);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}.systitle_portal .sysfeedback_block {
    position: relative;
    color: #ffffff;
    backface-visibility: hidden;
    display: inline-block;
    box-shadow: 0 10px 25px -5px rgba(var(--primary-color-rgb), 0.3);
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(183,192,214) 0%, rgb(145,160,190) 100%);
    border-radius: 10px;
    font-size: 15px;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 15px 30px;
}.systitle_portal .sysfeedback_block::before {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    content: '';
    height: 100%;
    transform: translateY(-100%);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.systitle_portal .sysfeedback_block:hover {
    box-shadow: 0 15px 30px -10px rgba(var(--primary-color-rgb), 0.4);
    transform: translateY(-5px) translateZ(0);
}.systitle_portal .sysfeedback_block:hover::before {
    transform: translateY(0);
}.systitle_portal .sysfeedback_block:active {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 15px -8px rgba(var(--primary-color-rgb), 0.5);
}.systitle_portal .sysimage_carousel {
    animation-delay: 0.4s;
    width: 100%;
    box-shadow: 0 20px 40px -15px rgba(var(--dark-color-rgb), 0.3);
    height: 350px;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    border-radius: 10px;
}.systitle_portal .sysimage_carousel::before {
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.4) 100%);
    bottom: 0;
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    content: '';
}.systitle_portal .sysimage_carousel:hover {
    transform: translateY(-5px) scale(1.02);
}.systitle_portal .sysimage_carousel:hover::before {
    opacity: 0.7;
}

@media (min-width: 768px) {.systitle_portal {
    padding: 140px 0;
}.systitle_portal h1 {
    margin-bottom: 60px;
    font-size: calc(21px - 0.2rem);
}.systitle_portal .sysexpert_network {
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    flex-direction: row;
}.systitle_portal .systext_card {
    width: 50%;
    padding: 0 30px;
}.systitle_portal .sysmain_hero {
    text-align: left;
    align-items: flex-start;
}.systitle_portal .sysmain_hero p {
    max-width: 100%;
}.systitle_portal .sysimage_carousel {
    height: 400px;
    width: 50%;
}.systitle_portal .systext_card li:nth-child(1) {
    animation-delay: 0.5s;
}.systitle_portal .systext_card li:nth-child(2) {
    animation-delay: 0.8s;
}
}

@media (min-width: 992px) {.systitle_portal {
    padding: 160px 0;
}.systitle_portal h1 {
    font-size: 21px;
}.systitle_portal .sysexpert_network {
    gap: 60px;
}.systitle_portal .systext_card {
    padding: 0 50px;
}.systitle_portal .sysimage_carousel {
    height: 450px;
}.systitle_portal .sysmain_hero p {
    font-size: calc(12px + 0.2rem);
}.systitle_portal .sysmain_hero svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 1200px) {.systitle_portal {
    padding: 180px 0;
}.systitle_portal .sysexpert_network {
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
}.systitle_portal .sysimage_carousel {
    height: 500px;
}}

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

@keyframes backgroundShift {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}header .sysfirst_pagebar {
    left: 0;
    overflow: visible;
    background: linear-gradient(135deg, rgb(183,192,214,0.5) 0%, rgb(145,160,190) 100%);
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 100;
    border-bottom-left-radius: 27px;
    position: relative;
    border-bottom-right-radius: 0;
    padding: 1.5rem 2rem;
    display: flex;
}header .sysfirst_pagebar .sysnav_expert {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}header .sysfirst_pagebar .sysnav_expert .systop_core {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .sysfirst_pagebar .sysnav_expert .systop_core:hover {
    transform: translateY(-8px) rotate(0deg);
}header .sysfirst_pagebar .sysnav_expert svg {
    height: auto;
    width: 80px;
}header .sysfirst_pagebar .sysheader_site {
    padding: 0;
    gap: 1rem;
    margin: 0;
    position: relative;
    list-style: none;
    display: flex;
}header .sysfirst_pagebar .sysheader_site::before {
    top: -10px;
    opacity: 0;
    border-radius: 10px;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(183,192,214,0.5) 100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 20px);
    position: absolute;
    width: calc(100% + 40px);
    z-index: -1;
    left: -20px;
}header .sysfirst_pagebar .sysheader_page {
    transition: transform 0.3s ease;
    position: relative;
}header .sysfirst_pagebar .sysheader_page a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
}header .sysfirst_pagebar .sysheader_page a::before {
    height: 2px;
    transform: scaleX(0) rotate(-2deg);
    background: rgb(145,160,190);
    position: absolute;
    left: 0;
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
    content: "";
    bottom: 0;
}header .sysfirst_pagebar .sysheader_page a:hover {
    color: rgb(145,160,190);
}header .sysfirst_pagebar .sysheader_page a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .sysfirst_pagebar {
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    box-sizing: border-box;
    flex-direction: column;
    width: 100vw;
    transform: skewX(0);
}header .sysfirst_pagebar .sysnav_expert {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .sysfirst_pagebar .sysheader_site {
    flex-wrap: wrap;
    transform: skewX(0);
    justify-content: center;
    width: 100%;
}header .sysfirst_pagebar .sysheader_site::before {
    transform: skewX(0);
}header .sysfirst_pagebar .sysheader_site:hover::before {
    transform: skewX(0);
}header .sysfirst_pagebar .sysheader_page {
    margin: 0.25rem;
}header .sysfirst_pagebar .sysheader_page:nth-child(odd),
  header .sysfirst_pagebar .sysheader_page:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .sysfirst_pagebar {
    padding: 0.75rem;
}header .sysfirst_pagebar .sysheader_site {
    align-items: center;
    flex-direction: column;
}header .sysfirst_pagebar .sysheader_page {
    text-align: center;
    width: 100%;
}header .sysfirst_pagebar .sysnav_expert svg {
    width: 100px;
}}.syscookie_overlay_window {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    padding: 15px 20px;
    bottom: 0;
    background: rgb(145,160,190);
    border-top: 3px solid rgb(183,192,214);
    position: fixed;
    width: 100%;
}.sysprivacy_ack {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.sysgdpr_banner {
    margin-right: 20px;
    flex-shrink: 0;
}.sysgdpr_banner svg {
    height: 50px;
    fill: rgb(183,192,214);
    width: 50px;
}.syslearn_agree {
    justify-content: center;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}.syscookie_overlay_window h5 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}.syscookie_overlay_window p {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.sysconsent_panel {
    background: rgb(183,192,214);
    font-size: 16px;
    border: 2px solid rgb(183,192,214);
    min-width: 150px;
    transition: none;
    margin-left: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    flex-shrink: 0;
    cursor: pointer;
    text-align: center;
}.sysconsent_panel:hover {
    border-color: rgb(183,192,214,0.5);
    background: rgb(183,192,214,0.5);
}.syscookie_overlay_window p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(183,192,214);
    color: rgb(183,192,214);
}.syscookie_overlay_window p a:hover {
    color: rgb(145,160,190);
    border-bottom-color: rgb(145,160,190);
}
@media only screen and (max-width: 1200px) {.syscookie_overlay_window {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.sysgdpr_banner {
    display: none;
}.sysprivacy_ack {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.syscookie_overlay_window h5, .syscookie_overlay_window p {
    text-align: center;
}.syslearn_agree {
    margin-bottom: 15px;
}.sysconsent_panel {
    margin-left: 0;
    margin-top: 10px;
}}
#sysusagePolicyBanner {
    display: none;
}#sysusagePolicyBanner:checked ~ .syscookie_overlay_window {
    visibility: hidden;
    opacity: 0;
}