a {
    color: inherit;
    text-decoration: none;
}

.wrap-container-sys {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

svg {
    width: 30px;
    height: 30px;
}


.privacy-hutch-sys {
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    overflow: hidden;
    height: 100%;
    padding: 40px;
    background-color: rgb(133,106,160,0.5);
}

.privacy-hutch-sys section {
    background: rgb(223,222,227);
    padding: 20px;
    border-radius: 10px;
}

.course-overview-sys {
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background-color: rgb(223,222,227);
    min-height: 100vh;
    position: relative;
}

.course-overview-sys .study-route-sys:hover .future-class-sys {
    animation-play-state: paused;
}

.course-overview-sys .job-classes-sys img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    width: 100%;
}

.course-overview-sys .master-it-sys::before,
.course-overview-sys .master-it-sys::after {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0.3;
    background: rgb(182,178,194);
}

.course-overview-sys .master-it-sys::before {
    height: 300px;
    right: -150px;
    width: 300px;
    top: -150px;
}

.course-overview-sys .master-it-sys .message-links-sys:hover::before {
    transform: translateX(0);
}

.receive-updates-sys::before {
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(133,106,160,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(182,178,194,0.5) 0%, transparent 40%);
    opacity: 0.4;
    content: "";
    width: 100%;
    height: 100%;
}

.receive-updates-sys h3::after {
    transition: transform 0.3s ease;
    transform: translateX(-50%) scaleX(0.5);
    content: "";
    background: rgb(182,178,194);
    bottom: -0.8rem;
    position: absolute;
    left: 50%;
    width: 40px;
    height: 3px;
}

.receive-updates-sys input[type="submit"] {
    z-index: 1;
    font-size: 19px;
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 1rem;
    width: 100%;
    background: rgb(182,178,194);
    transform: translateY(0);
    overflow: hidden;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.opening-page-sys::before {
    z-index: 2;
    content: "";
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    left: 0;
    top: 0;
    background: linear-gradient(
    to bottom right,
    rgba(var(--primary-color-rgb), 0.85),
    rgba(var(--secondary-color-rgb), 0.65)
  );
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
}

.opening-page-sys .subtext-wrap-sys {
    display: flex;
    transform: translateY(20px);
    gap: 2rem;
    flex-direction: column;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.5s;
    opacity: 0;
}

.opening-page-sys svg:hover {
    transform: rotate(0) scale(1.05);
}

.opening-page-sys svg:hover path {
    fill: rgb(114, 190, 188);
}

.opening-page-sys svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.opening-page-sys .message-links-sys::before {
    left: -100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.instructor-profile-sys::after {
    background: linear-gradient(210deg, rgb(133,106,160,0.5) 0%, transparent 70%);
    content: "";
    width: 70%;
    height: 70%;
    bottom: 0;
    position: absolute;
    z-index: 0;
    right: 0;
}

.instructor-profile-sys .career-skills-sys {
    position: relative;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    width: 90%;
    background: #ffffff;
    border-radius: 27px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    padding: 2.5rem 2rem 2rem;
    transform: translateY(0);
    margin: -80px auto 0;
}

.instructor-profile-sys .career-skills-sys div:nth-child(2) {
    font-weight: 600;
    position: relative;
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: rgb(133,106,160);
    text-align: center;
}

.instructor-profile-sys .career-timeline-sys::after {
    right: 0;
    bottom: -0.5rem;
}

.find-us-sys {
    position: relative;
    margin: 80px 0;
    background: linear-gradient(135deg, rgb(223,222,227) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 60px 0;
}

.find-us-sys h1 {
    margin-bottom: 40px;
    font-size: 43px;
    transform: translateX(10px);
    position: relative;
    text-align: left;
    color: #000000;
    font-weight: 700;
    z-index: 2;
}

.find-us-sys .chat-form-sys {
    position: relative;
    gap: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    transform: translateY(0);
    background: #ffffff;
    display: grid;
    padding: 40px;
}

.find-us-sys span {
    transition: transform 0.3s ease;
    transform: translateY(0);
    display: block;
    margin-top: 5px;
    margin-left: 28px;
    color: #000000;
    font-size: 15px;
}

.find-us-sys .join-conversation-sys:after {
    content: "";
    left: 0;
    background: rgb(182,178,194);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 5px;
    position: absolute;
    height: 1px;
    width: 0;
}

header .head-sitewrap-sys {
    align-items: stretch;
    display: flex;
    height: 100%;
}

header .top-core-sys svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
    height: auto;
}

header .nav-top-sys {
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    color: #000000;
}

.webinar-arch-sys .company_holder::before {
    background: rgb(182,178,194);
    position: absolute;
    height: 5px;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}

.webinar-arch-sys .study-group-sys {
    line-height: 1.6;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.webinar-arch-sys .head-know-sys .nav-site-sys {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.webinar-arch-sys .head-know-sys .nav-site-sys a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}

.cheat-sheet-sys {
    margin-top: 50px;
    z-index: 2;
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}



.cheat-sheet-sys::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.2;
    height: 1px;
}

.track-switch-sys {
    flex-shrink: 0;
    margin-right: 10px;
}

.modalCookieSettings-sys p a {
    color: rgb(182,178,194);
    text-decoration: none;
}

#dataProtectionBox-sys:checked ~ .modalCookieSettings-sys {
    opacity: 0;
    visibility: hidden;
}

.contact-us-sys .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-us-sys .picture-gallery-sys {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}

.contact-us-sys .picture-gallery-sys::before {
    background: rgb(182,178,194,0.5);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
}

.contact-us-sys input[type="text"] {
    background: rgb(223,222,227);
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    border: none;
    font-size: 12px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    color: #000000;
}

.contact-us-sys .message-map-sys label {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}

.contact-us-sys .message-map-sys a:hover {
    color: rgb(133,106,160);
}

.contact-us-sys .message-map-sys a:hover::after {
    background: rgb(133,106,160);
}

.contact-us-sys svg {
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(182,178,194);
}

.contact-us-sys svg:hover {
    fill: rgb(133,106,160);
}

.our-story-sys {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.our-story-sys h4 {
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateX(20px);
    font-weight: 700;
    z-index: 2;
    position: relative;
    padding-left: 2rem;
    font-size: 36px;
    text-transform: uppercase;
    animation: slideIn 0.8s forwards 0.2s ease-out;
}

.our-story-sys .subtext-wrap-sys div {
    position: relative;
}

.our-story-sys .subtext-wrap-sys span {
    column-count: 1;
    display: block;
    color: #000000;
    font-size: 17px;
    column-gap: 2rem;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}

.appHub-sys::after {
    animation: gradientPulse 15s ease-in-out infinite alternate;
    position: absolute;
    top: -50%;
    right: -50%;
    height: 100%;
    z-index: 0;
    transform: rotate(-15deg) scale(2);
    background: radial-gradient(
        circle at center,
        rgb(182,178,194,0.5) 0%,
        transparent 70%
    );
    content: "";
    width: 100%;
    opacity: 0.15;
}

.appHub-sys .our-journey-sys {
    position: relative;
    transform: translateZ(15px) rotateX(2deg);
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    opacity: 0;
    overflow: hidden;
    border-radius: 22px;
    margin-top: 20px;
    padding: 40px;
}

.appHub-sys span {
    line-height: 1.7;
    opacity: 0;
    transform: translateY(15px);
    color: #000000;
    font-size: calc(15px * 1.05);
    animation: textFadeIn 1s ease-out forwards 0.8s;
    font-family: Arial, sans-serif;
    display: block;
}

.price-palette-sys .pricing-schemes-sys {
    display: flex;
    flex-direction: column;
}

.price-palette-sys .rate-choices-sys {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 3.5rem;
}

.price-palette-sys .rate-choices-sys h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(182,178,194), transparent);
    width: 70%;
    content: "";
    bottom: -0.75rem;
}

.price-palette-sys .learn-deals-sys:hover::before {
    transform: translateY(0);
}

.price-palette-sys .deal-opts-sys {
    padding: 2rem 1.75rem;
    flex-direction: column;
    display: flex;
    position: relative;
    flex: 1;
}

.price-palette-sys .deal-opts-sys .learning-package-sys::after {
    height: 2px;
    background: rgb(182,178,194,0.5);
    position: absolute;
    left: 0;
    width: 40px;
    bottom: -0.75rem;
    content: "";
}

.price-palette-sys .learn-deals-sys:hover .picture-gallery-sys {
    transform: scale(1.05);
}

::-webkit-scrollbar {
    padding: 4px;
    background: rgb(182,178,194,0.5);
    width: 9px;
    height: 3px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0px -2px 8px 7px rgba(0, 0, 0, 0.6);
    border-radius: 5.6vw;
    background: linear-gradient(129deg, rgb(255, 255, 255, 0.5) 41%, rgb(133,106,160) 56%, rgb(133,106,160,0.5) 78%);
}

::-webkit-scrollbar-thumb {
    border: 1px solid rgb(255, 255, 255, 0.5);
    transition: all, box-shadow 1.8s ease-in;
    background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px -1px 10px 3px rgba(0, 0, 0, 0.8);
    transform: scale(1.05);
    background: #ffffff;
}



@media (max-width: 480px) {.receive-updates-sys {
    padding: 3rem 1rem;
}.receive-updates-sys .support-map-sys {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
    padding: 2rem 1.5rem;
}.receive-updates-sys h3 {
    font-size: calc(22px * 0.9);
}.receive-updates-sys input[type="email"],
    .receive-updates-sys input[type="submit"] {
    padding: 0.8rem;
}.receive-updates-sys input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}



@media (max-width: 480px) {.opening-page-sys {
    min-height: 550px;
}.opening-page-sys .our-journey-sys {
    gap: 1.5rem;
    padding: 1.5rem;
}.opening-page-sys h1 {
    font-size: 46px;
}.opening-page-sys p {
    font-size: 14px;
}.opening-page-sys svg {
    height: 100px;
    width: 100px;
}.opening-page-sys .message-links-sys {
    font-size: 17px;
    padding: 0.9rem 2rem;
}}



@media (max-width: 767px) {.find-us-sys {
    padding: 40px 0;
    margin: 40px 0;
}.find-us-sys h1 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.9);
}.find-us-sys .chat-form-sys {
    padding: 30px 20px;
}.find-us-sys .chat-form-sys > div {
    padding: 12px 15px;
}.find-us-sys span {
    font-size: calc(15px * 0.95);
    margin-left: 25px;
}.find-us-sys .join-conversation-sys {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 768px) {.webinar-arch-sys {
    padding: 50px 0;
}.webinar-arch-sys .head-know-sys {
    flex: 0 0 100%;
}
}


@media only screen and (max-width: 1200px) {.modalCookieSettings-sys {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.track-switch-sys {
    display: none;
}.privacy-opt-sys {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.modalCookieSettings-sys h5 {
    text-align: center;
}.modalCookieSettings-sys p {
    text-align: center;
}.cookie-updates-sys {
    margin-bottom: 20px;
}body .wrap-container-sys .track-manage-sys {
    margin-left: 0;
}}



@media (max-width: 576px) {.contact-us-sys {
    padding: 40px 0;
}.contact-us-sys .container {
    padding: 0 15px;
}.contact-us-sys h2 {
    padding-left: 15px;
    font-size: calc(31px - 6px);
    margin-bottom: 25px;
}.contact-us-sys .reach-query-sys {
    padding: 30px 20px;
}.contact-us-sys #contact {
    gap: 20px;
}.contact-us-sys input[type="text"] {
    padding: 15px;
}.contact-us-sys .message-links-sys {
    padding: 15px 20px;
    width: 100%;
}.contact-us-sys .picture-gallery-sys {
    min-height: 200px;
}}



@media (min-width: 992px) {.price-palette-sys .pricing-schemes-sys {
    flex-direction: row;
}.price-palette-sys .rate-choices-sys {
    flex-direction: column;
    order: 2;
    display: flex;
    text-align: left;
    flex: 0 0 30%;
    justify-content: center;
    padding-left: 3rem;
    margin-bottom: 0;
}.price-palette-sys .rate-choices-sys h2 {
    text-align: left;
    margin-bottom: 2rem;
}.price-palette-sys .rate-choices-sys h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.price-palette-sys .trial-offers-sys {
    text-align: left;
    margin: 0;
}.price-palette-sys .learn-packs-sys {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



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



@keyframes pulse {
    0% {
        transform: translate(30%, 30%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translate(30%, 30%) scale(1.3);
        opacity: 0.15;
    }
    100% {
        transform: translate(30%, 30%) scale(1);
        opacity: 0.1;
    }
}



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

