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

* {
    scrollbar-width: auto;
    scrollbar-color: #ffffff #ffffff;
}

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

.privacy-hutch-sys h1 {
    margin-bottom: 30px;
    color: rgb(182,178,194);
    padding-bottom: 10px;
    font-size: 43px;
    font-weight: 700;
    border-bottom: 2px solid rgb(182,178,194,0.5);
    margin-top: 40px;
}

.privacy-hutch-sys li {
    padding-left: 5px;
    margin-bottom: 12px;
    border-left: 3px solid rgb(182,178,194);
}

.privacy-hutch-sys a:hover {
    border-bottom-color: rgb(133,106,160,0.5);
    color: rgb(133,106,160);
}

.course-overview-sys::before {
    content: "";
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    pointer-events: none;
}

.course-overview-sys .container {
    padding-bottom: 80px;
    position: relative;
    margin-top: auto;
    z-index: 3;
}

.course-overview-sys .master-it-sys h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 41px;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.course-overview-sys .master-it-sys .message-links-sys {
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    background: rgb(182,178,194);
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    width: 200px;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}

.receive-updates-sys .support-map-sys {
    align-items: center;
    max-width: 350px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    width: 100%;
    padding: 3rem 2rem;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    position: relative;
    flex-direction: column;
    background: #ffffff;
    display: flex;
}



.receive-updates-sys .support-map-sys {
    animation: floatUp 6s ease-in-out infinite;
}

.receive-updates-sys input[type="submit"]::before {
    position: absolute;
    content: "";
    top: 0;
    transform: translateY(100%);
    background: rgb(133,106,160);
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.opening-page-sys:hover .picture-gallery-sys {
    transform: scale(1);
}

.opening-page-sys::after {
    z-index: 2;
    background: linear-gradient(
    to top,
    rgba(var(--dark-color-rgb), 0.9),
    rgba(var(--dark-color-rgb), 0.3),
    transparent
  );
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60%;
}

.opening-page-sys h1::after {
    transform-origin: left center;
    content: "";
    height: 4px;
    left: 0;
    animation: expandLine 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;
    position: absolute;
    bottom: -0.75rem;
    background-color: rgb(133,106,160);
    width: 60px;
    transform: scaleX(0);
}

.opening-page-sys svg path {
    transition: fill 0.3s ease;
    fill: rgb(133,106,160);
}

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

.opening-page-sys h6 {
    text-align: center;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.9s;
    transform: translateY(20px);
    opacity: 0;
    margin-top: 1rem;
}

.instructor-profile-sys {
    background: rgb(223,222,227);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.instructor-profile-sys .success-quotes-sys {
    z-index: 1;
    flex-direction: column;
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.instructor-profile-sys .picture-gallery-sys::after {
    background: linear-gradient(45deg, rgb(182,178,194,0.5) 0%, transparent 40%, transparent 60%, rgb(133,106,160,0.5) 100%);
    height: 300%;
    transition: all 0.8s ease;
    width: 300%;
    mix-blend-mode: overlay;
    left: -100%;
    top: -100%;
    animation: shiftGradient 10s infinite alternate;
    position: absolute;
    opacity: 0.3;
    content: "";
}

.instructor-profile-sys .career-skills-sys div:nth-child(2)::after {
    margin: 1rem auto 0;
    content: "";
    height: 3px;
    background: rgb(182,178,194,0.5);
    display: block;
    width: 40px;
}

.instructor-profile-sys .success-quotes-sys:hover .picture-gallery-sys {
    transform: translateY(-20px);
}

.find-us-sys::before {
    z-index: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.15;
    transform: translateY(-30%) rotate(-5deg) scale(1.5);
    background: linear-gradient(45deg, rgb(182,178,194,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    top: 0;
}

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

.find-us-sys .chat-form-sys > div {
    position: relative;
    padding: 15px 20px;
    border-left: 2px solid rgb(133,106,160,0.5);
    transition: all 0.3s ease;
}

.find-us-sys h6 {
    margin-bottom: 10px;
    gap: 8px;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.find-us-sys .submit-feedback-sys > div:hover {
    transform: translateX(5px);
}

.find-us-sys .join-conversation-sys:hover {
    color: rgb(182,178,194);
}

.find-us-sys svg {
    fill: none;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.find-us-sys svg path {
    fill: rgb(182,178,194);
    transition: fill 0.3s ease;
}

header::before {
    top: 0;
    z-index: 0;
    width: 35%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(182,178,194), rgb(133,106,160));
    left: 0;
}

header .head-know-sys::before {
    content: '';
    top: 0;
    height: 100%;
    width: 1px;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(182,178,194,0.5), transparent);
    position: absolute;
}

header .nav-top-sys:hover::before {
    opacity: 1;
}

footer {
    position: relative;
}

.webinar-arch-sys .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.webinar-arch-sys .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.webinar-arch-sys .company_holder h3 {
    position: relative;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}

.webinar-arch-sys .head-know-sys {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}

.webinar-arch-sys .head-know-sys .nav-site-sys a::before {
    background: rgb(182,178,194,0.5);
    top: 0;
    transition: width 0.3s ease;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 0;
    content: '';
    position: absolute;
}

.cheat-sheet-sys .container {
    justify-content: center;
    align-items: center;
    display: flex;
}



footer::after {
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    background-size: 40px 40px;
    left: 0;
}


#dataProtectionBox-sys {
    display: none;
}

.contact-us-sys::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    z-index: 0;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 20px 20px;
    top: 0;
}

.contact-us-sys h3::after {
    content: "";
    background: rgb(182,178,194);
    position: absolute;
    left: 0;
    width: 40px;
    bottom: -10px;
    height: 2px;
}

.contact-us-sys .message-map-sys {
    gap: 12px;
    align-items: center;
    margin-top: 5px;
    display: flex;
}

.contact-us-sys .message-map-sys input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    left: 7px;
    border-width: 0 2px 2px 0;
    content: "";
    width: 6px;
    top: 3px;
    height: 11px;
    position: absolute;
}

.contact-us-sys .message-links-sys:hover {
    transform: translateY(-2px);
    background: rgb(133,106,160);
    box-shadow: 0 7px 20px rgb(133,106,160,0.5);
}

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

.our-story-sys::after {
    bottom: -50px;
    width: 250px;
    position: absolute;
    right: -50px;
    height: 250px;
    transform: rotate(15deg);
    animation: float 10s ease-in-out infinite;
    content: "";
    border: 3px solid rgb(133,106,160,0.5);
    z-index: 1;
}

.our-story-sys .subtext-wrap-sys {
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    animation: fadeUp 1s forwards 0.4s ease-out;
}

.appHub-sys::before {
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(133,106,160,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(133,106,160,0.5) 11px
    );
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    transform: translateZ(-20px);
    z-index: 1;
    animation: patternMove 30s linear infinite;
    width: 100%;
    left: 0;
    pointer-events: none;
}

.appHub-sys .our-journey-sys::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(133,106,160,0.5) 0%, transparent 70%);
    opacity: 0.1;
    content: "";
    top: 0;
    width: 100%;
}

.appHub-sys li {
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    transform: translateX(-20px);
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    position: relative;
    border-left: 3px solid rgb(133,106,160);
    opacity: 0;
    padding: 20px 15px 20px 35px;
    margin-bottom: 15px;
}

.price-palette-sys::before {
    position: absolute;
    transform: rotate(-15deg);
    height: 70%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(182,178,194,0.5) 20%, rgb(133,106,160,0.5) 80%);
    opacity: 0.1;
    top: -10%;
    content: "";
    width: 40%;
    border-radius: 10px;
    right: -5%;
}

.price-palette-sys .trial-offers-sys {
    line-height: 1.6;
    margin: 0 auto;
    font-size: 12px;
    color: #000000;
    max-width: 800px;
}

.price-palette-sys .learn-deals-sys:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.price-palette-sys .payment-plans-sys {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.price-palette-sys .deal-opts-sys h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
    position: relative;
    display: inline-block;
    color: #000000;
}

.price-palette-sys .picture-gallery-sys {
    overflow: hidden;
    height: 180px;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
}

.price-palette-sys .learn-deals-sys:nth-child(even) .deal-opts-sys::before {
    width: 2.5rem;
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    bottom: 1rem;
    height: 2.5rem;
    background: rgb(133,106,160,0.5);
    left: 1rem;
}



@media (max-width: 768px) {.course-overview-sys {
    padding-top: 50vh;
    min-height: auto;
    height: auto;
}.course-overview-sys::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.course-overview-sys .study-route-sys {
    position: fixed;
    top: 0;
    height: 50vh;
}.course-overview-sys .container {
    margin-top: 0;
    padding-bottom: 50px;
}.course-overview-sys .master-it-sys {
    padding: 30px 25px;
}.course-overview-sys .master-it-sys h3 {
    font-size: 35px;
}.course-overview-sys .master-it-sys .message-links-sys {
    width: 100%;
}
}



@media (min-width: 992px) {.opening-page-sys {
    height: 100vh;
    min-height: 800px;
}.opening-page-sys .our-journey-sys {
    padding: 4rem;
    grid-template-columns: 1.2fr 0.8fr;
}.opening-page-sys h1 {
    font-size: calc(46px * 1.4);
    line-height: 1.1;
}.opening-page-sys h1::after {
    width: 80px;
    height: 5px;
}.opening-page-sys p {
    font-size: calc(14px * 1.3);
}.opening-page-sys svg {
    height: 180px;
    width: 180px;
}.opening-page-sys .message-links-sys {
    font-size: calc(17px * 1.1);
}
}



@media screen and (max-width: 767px) {.instructor-profile-sys .picture-gallery-sys {
    width: 90%;
    height: 320px;
}.instructor-profile-sys .career-skills-sys {
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
    width: 95%;
}.instructor-profile-sys .career-skills-sys::before {
    width: 60px;
    height: 60px;
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .top-core-sys {
    width: 30%;
    padding: 1rem 0;
}header .top-core-sys svg {
    width: 130px;
}header .head-know-sys {
    padding: 1rem 2.5%;
    gap: 0.5rem;
    width: 70%;
}header .nav-top-sys {
    font-size: calc(20px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 992px) {.webinar-arch-sys .container {
    flex-direction: column;
}
}



@media (max-width: 576px) {.webinar-arch-sys {
    padding: 40px 0;
}.webinar-arch-sys .company_holder h3 {
    font-size: calc(38px * 0.8);
}.webinar-arch-sys .head-know-sys h5 {
    font-size: calc(23px * 0.9);
}.webinar-arch-sys .head-know-sys .nav-site-sys a,
    .webinar-arch-sys .footer_agreement {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 992px) {.contact-us-sys .reach-card-sys {
    flex-direction: column;
}.contact-us-sys .picture-gallery-sys {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact-us-sys .reach-query-sys {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact-us-sys h2 {
    margin-bottom: 40px;
}
}



@media (min-width: 992px) {.our-story-sys {
    padding: 9rem 0;
}.our-story-sys h4 {
    margin-left: 3rem;
}.our-story-sys .subtext-wrap-sys {
    width: 85%;
    margin-left: 6rem;
    padding: 5rem;
}.our-story-sys .subtext-wrap-sys h6 {
    font-size: calc(21px * 1.2);
}.our-story-sys .subtext-wrap-sys span {
    column-count: 2;
    column-gap: 3rem;
}.our-story-sys::after {
    width: 350px;
    height: 350px;
}
}



@media (max-width: 576px) {.appHub-sys {
    padding: 40px 0;
}.appHub-sys h2 {
    line-height: 1.5;
    font-size: calc(29px * 0.7);
    margin-bottom: 20px;
}.appHub-sys h2::after {
    bottom: -10px;
    width: 100px;
}.appHub-sys .our-journey-sys {
    margin-top: 15px;
    transform: translateZ(5px) rotateX(0.5deg);
    padding: 20px;
}.appHub-sys li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.appHub-sys li::before {
    height: 12px;
    left: -7px;
    width: 12px;
}.appHub-sys span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}



@media (hover: none) {.price-palette-sys .learn-deals-sys:hover {
    transform: none;
}.price-palette-sys .learn-deals-sys:hover .picture-gallery-sys {
    transform: none;
}
}



@keyframes slideInTitle {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes expandLineCenter {
  from {
    transform: translateX(-50%) scaleX(0);
  }
  to {
    transform: translateX(-50%) scaleX(1);
  }
}



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



@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}



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

