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

* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}

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


.program-structure-428 {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(165,177,197) 0%, rgb(128,140,160,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}

.program-structure-428 .text-drawer-321:hover {
    transform: translateY(-10px);
}

.program-structure-428 .text-drawer-321::before {
    top: -4rem;
    width: 8rem;
    background: rgb(92,101,117,0.5);
    content: "";
    height: 8rem;
    opacity: 0.6;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    right: 3rem;
}

.program-structure-428 .text-drawer-321 .description::before {
    left: 0;
    height: 4px;
    background: rgb(92,101,117);
    width: 4px;
    border-radius: 50%;
    top: 0.5rem;
    position: absolute;
    content: "";
}

.program-structure-428 .img-strip-427::after {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgb(128,140,160,0.5) 0%,
        transparent 40%
    );
    content: "";
    width: 100%;
    left: 0;
}

.contact-form-section-046 .connect-request-741 {
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.contact-form-section-046 #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}

.contact-form-section-046 input[type="text"]:focus {
    border-left-color: rgb(92,101,117);
    background: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-form-section-046 .support-inquiry-654 input[type="checkbox"] {
    background: rgb(165,177,197);
    position: relative;
    border: 2px solid rgb(165,177,197);
    margin-top: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    appearance: none;
    border-radius: 4px;
}

.contact-form-section-046 .support-inquiry-654 a::after {
    position: absolute;
    bottom: -2px;
    background: rgb(128,140,160);
    width: 100%;
    transition: all 0.3s ease;
    height: 1px;
    content: "";
    left: 0;
}

.contact-form-section-046 svg {
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(128,140,160);
    width: 20px;
}

.contact-form-section-046 svg:hover {
    fill: rgb(92,101,117);
}

footer::before {
    top: 0;
    opacity: 0.95;
    left: 0;
    right: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(92,101,117) 100%);
    z-index: 1;
    position: absolute;
    content: '';
    bottom: 0;
}

.footer-account-318 .gdpr-block-251 {
    flex: 0 0 100%;
    margin-top: 20px;
}

.footer-account-318 .top-bar-365:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.footer-account-318 .top-bar-365 .top-primary-896 a {
    transition: all 0.3s ease;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
}



footer::after {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    z-index: 1;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}

.training-method-932 h3 {
    letter-spacing: 3px;
    margin: 0;
    animation: circuitConnect 1.5s ease-out forwards;
    padding: 0 2rem;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}

.training-method-932 span::after {
    top: 4px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    bottom: 4px;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    content: "";
    right: 4px;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    left: 4px;
}

.about-this-547 .container {
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.about-this-547 h2 {
    padding-right: 20px;
    margin-bottom: 70px;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
    font-size: 40px;
    display: inline-block;
}

.about-this-547 .diff-block-230:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    position: relative;
    padding: 60px 20px 60px 60px;
    justify-content: center;
    grid-row: 1;
    color: #ffffff;
    z-index: 2;
    background: rgb(128,140,160);
    display: flex;
    grid-column: 3 / 5;
    margin-left: -20px;
}

.about-this-547 .diff-block-230 h3 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    padding-bottom: 15px;
}

.about-this-547 .diff-block-230:nth-child(2) h3::after {
    background: #ffffff;
}

.about-this-547 .diff-block-230:nth-child(2)::after {
    z-index: -1;
    content: "";
    right: 30px;
    transform: rotate(45deg);
    border: 3px solid rgba(255, 255, 255, 0.1);
    height: 80px;
    bottom: 30px;
    transition: all 0.5s ease;
    border-radius: 10px;
    width: 80px;
    position: absolute;
}

.find-support-594::before {
    position: absolute;
    content: "";
    z-index: 0;
    height: 40%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(40px);
    background: linear-gradient(120deg, rgb(128,140,160,0.5) 0%, rgb(92,101,117,0.5) 100%);
    right: -5%;
    top: -10%;
    opacity: 0.2;
    width: 40%;
    animation: float 15s ease-in-out infinite;
}

.find-support-594 .contact-panel-539:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06), 
                0 1px 8px rgba(0,0,0,0.04),
                0 20px 40px rgba(rgb(128,140,160,0.5), 0.04);
}

.find-support-594 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}

.find-support-594 h6:hover svg {
    transform: translateY(-2px);
}

.find-support-594 span {
    line-height: 1.6;
    font-size: 17px;
    padding-left: 1.5rem;
    display: block;
    margin-top: 0.5rem;
    color: #000000;
    border-left: 2px solid rgb(92,101,117,0.5);
}

.find-support-594 .learn-chat-081 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.find-support-594 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.privacy-corner-758::before {
    content: "";
    height: 250px;
    width: 250px;
    opacity: 0.3;
    filter: blur(60px);
    background: linear-gradient(120deg, rgb(128,140,160,0.5), rgb(92,101,117,0.5));
    top: -10%;
    transform: rotate(-15deg);
    right: -5%;
    position: absolute;
    z-index: 0;
}

.privacy-corner-758 h1::after {
    width: 80px;
    bottom: 0;
    transition: width 0.3s ease-out;
    height: 4px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    position: absolute;
    content: "";
}

.privacy-corner-758 h2:hover::before {
    opacity: 0.4;
    height: 8px;
}

.privacy-corner-758 h3::before {
    border-radius: 1px;
    content: "";
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
    position: absolute;
    height: 70%;
    width: 4px;
    left: 0;
    top: 0.25em;
}

.privacy-corner-758 ul {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.privacy-corner-758 li::before {
    left: -1.5rem;
    position: absolute;
    top: 0.7em;
    transition: transform 0.3s, background-color 0.3s;
    background-color: #ffffff;
    transform: rotate(45deg);
    border: 1px solid rgb(128,140,160);
    height: 8px;
    width: 8px;
    content: "";
}

.program-outcomes-310 .promise-block-518 {
    z-index: 5;
    position: relative;
    display: flex;
    max-width: 1400px;
    flex-direction: column;
    margin: 0 auto;
}

.program-outcomes-310 .img-strip-427 {
    position: absolute;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    top: 10%;
    right: 0;
    z-index: 2;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    width: 45%;
    height: 80%;
    border-radius: 19px 0 0 19px;
}

.program-outcomes-310 .text_main_holder > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.program-outcomes-310 .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.program-outcomes-310 .text_main_holder > div:hover svg path {
    fill: rgb(92,101,117);
}

.join-our-community-102::after {
    width: 200px;
    left: -5%;
    opacity: 0.15;
    bottom: -8%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    height: 200px;
    z-index: 0;
}

.join-our-community-102 h4 {
    text-align: center;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    max-width: 700px;
    transform: translateY(0);
    letter-spacing: 0.015em;
    line-height: 1.4;
    font-size: calc(23px * 1.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
}

.join-our-community-102 input[type="email"]:focus {
    border-color: rgb(92,101,117);
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
}

.join-our-community-102 .subscribe-feature-267:hover {
    background: rgb(92,101,117);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px) translateZ(0);
}

.thxDiv-526::before {
    width: 40%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(215deg, rgb(128,140,160,0.5) 0%, transparent 70%);
    transform: translateX(20%) skewX(-15deg);
    z-index: 1;
    right: 0;
    height: 100%;
}

.thxDiv-526 .promise-block-518 {
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transform-origin: top center;
    transform: perspective(1000px) rotateX(2deg);
    background-color: #ffffff;
    opacity: 0;
    padding: 40px 50px;
    position: relative;
}

.thxDiv-526 span {
    color: #000000;
    display: block;
    letter-spacing: 0.02em;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

header .header-bar-769 {
    position: relative;
    overflow: hidden;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
}

header .container:after {
    height: 8px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 10px;
    width: 8px;
    content: '';
    background: rgb(92,101,117);
    opacity: 0.7;
}

header .top-bar-365 {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}

header .top-bar-365:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .nav-pro-210:before {
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    transform: translateX(-101%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(128,140,160);
}

header .top-class-398 {
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 12px;
    display: flex;
}

header .top-class-398 svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
    height: 42px;
}

.welcome-354::before {
    position: absolute;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    opacity: 0.05;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(128,140,160,0.5) 0%,
    transparent 2px,
    transparent 10px,
    rgb(128,140,160,0.5) 12px
  );
    top: 0;
}

.welcome-354 h3::before {
    top: 0;
    height: 100%;
    transition: width 0.4s ease;
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(128,140,160,0.5), transparent);
    width: 0;
    content: "";
}

.welcome-354 .skill-classes-506 > div {
    height: 100%;
    padding: 3rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.welcome-354 .title_style_header {
    opacity: 0;
    font-size: 47px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 85%;
    line-height: 1.2;
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    font-weight: 700;
    color: #ffffff;
}

.price-offering-438 .container {
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.price-offering-438 .pricing-block-741:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.price-offering-438 .fee-board-826 {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}

.price-offering-438 .learn-sub-150 {
    transform: translateY(0);
    display: block;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.price-offering-438 .fee-plans-406 h3 {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(19px + 2px);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.price-offering-438 .fee-plans-406 p {
    font-size: 15px;
    word-break: break-word;
    -webkit-line-clamp: 5;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
}

.education-experience-397 .student-stories-163 {
    z-index: 3;
    height: 100%;
    position: relative;
    display: flex;
}

.education-experience-397 .img-strip-427::after {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(128,140,160) 0%,
        transparent 100%
    );
    left: 0;
    height: 100%;
    opacity: 0.3;
    position: absolute;
}

.education-experience-397 .name::before {
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0);
    transition: transform 0.5s ease 0.7s;
    width: 50px;
    left: 0;
    height: 5px;
    position: absolute;
    content: "";
    background: rgb(128,140,160);
}

.education-experience-397 .exp-box-309::after {
    color: rgb(128,140,160,0.5);
    font-size: 20rem;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    line-height: 0;
    font-family: serif;
    bottom: -120px;
    right: -80px;
    content: '"';
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 992px) {.program-structure-428 .program-plan-214 {
    grid-template-columns: 1.2fr 0.8fr;
}.program-structure-428 .text-drawer-321 {
    padding: 3rem;
}.program-structure-428 .img-strip-427 {
    height: 450px;
    margin-top: 3rem;
}.program-structure-428 .text-drawer-321::after {
    border-radius: 50%;
    height: 6rem;
    bottom: -3rem;
    background: rgb(128,140,160,0.5);
    width: 6rem;
    z-index: -1;
    opacity: 0.4;
    content: "";
    position: absolute;
    left: 25%;
}
}



@media (max-width: 768px) {.contact-form-section-046 {
    padding: 60px 0;
}.contact-form-section-046 h2 {
    font-size: calc(28px - 4px);
    margin-bottom: 40px;
}.contact-form-section-046 .request-support-509 {
    padding: 35px 25px 45px;
}.contact-form-section-046 #contact {
    gap: 20px;
}.contact-form-section-046 .img-strip-427 {
    min-height: 250px;
}
}



@media (max-width: 576px) {.footer-account-318 {
    padding: 40px 0;
}.footer-account-318 .company_holder h3 {
    font-size: calc(29px * 0.8);
}.footer-account-318 .top-bar-365 h5 {
    font-size: calc(20px * 0.9);
}.footer-account-318 .top-bar-365 .top-primary-896 a {
    font-size: calc(15px * 0.95);
}}



@media screen and (max-width: 768px) {.about-this-547 {
    padding: 70px 0;
}.about-this-547 h2 {
    font-size: calc(35px + 0.1rem);
    margin-bottom: 50px;
}.about-this-547 .training-pro-954 {
    gap: 20px;
    flex-direction: column;
    padding: 0 20px;
    display: flex;
}.about-this-547 .diff-block-230:nth-child(1),
    .about-this-547 .diff-block-230:nth-child(2) {
    clip-path: none;
    padding: 40px 30px;
    margin-left: 0;
}.about-this-547 .diff-block-230:nth-child(2)::before {
    display: none;
}
}



@media (hover: hover) {.find-support-594 .contact-panel-539 > div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.find-support-594 .learn-chat-081 {
    overflow: hidden;
    position: relative;
}.find-support-594 .learn-chat-081::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    left: 0;
}.find-support-594 .learn-chat-081:hover::before {
    transform: translateX(100%);
}
}



@media (max-width: 1200px) {.program-outcomes-310 h2 {
    width: 70%;
    font-size: calc(36px * 1.3);
}.program-outcomes-310 .text-drawer-321 {
    width: 70%;
}.program-outcomes-310 .img-strip-427 {
    width: 40%;
}
}



@media (max-width: 768px) {.program-outcomes-310 {
    padding: 7rem 0 20rem;
}.program-outcomes-310 .promise-block-518 {
    flex-direction: column;
    display: flex;
}.program-outcomes-310 h2 {
    margin-left: 2rem;
    width: auto;
    font-size: 36px;
    margin-right: 2rem;
}.program-outcomes-310 .text-drawer-321 {
    width: auto;
    padding: 0 2rem;
}.program-outcomes-310 .img-strip-427 {
    clip-path: none;
    border-radius: 19px;
    height: 300px;
    top: auto;
    position: relative;
    right: auto;
    margin: 2rem auto 0;
    width: 90%;
}.program-outcomes-310 .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}



@media (prefers-reduced-motion: reduce) {.join-our-community-102 .promise-block-518::before {
    animation: none;
}.join-our-community-102 input[type="email"]:focus,
    .join-our-community-102 .subscribe-feature-267:hover,
    .join-our-community-102 .subscribe-feature-267:active {
    transform: none;
}}



@media (max-width: 767px) {header .top-bar-365 {
    gap: 5px;
    height: 100vh;
    position: fixed;
    max-width: 320px;
    right: -100%;
    top: 0;
    width: 80%;
    flex-direction: column;
    background: rgb(165,177,197);
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 75px 30px 30px;
}header .top-bar-365:before {
    top: 60px;
    left: 10%;
    height: 1px;
    bottom: auto;
    width: 80%;
}header .menu.active {
    right: 0;
}header .nav-pro-210 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 14px 5px;
}header .nav-pro-210:last-child {
    border-bottom: none;
}header .nav-pro-210:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .nav-pro-210:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .top-class-398 {
    margin: 0 auto;
}
}



@media (min-width: 1400px) {.price-offering-438 .fee-board-826 {
    grid-template-columns: repeat(2, 1fr);
}.price-offering-438 .fee-plans-406 p {
    -webkit-line-clamp: 7;
}
}



@media (max-width: 992px) {.education-experience-397 {
    padding: 0;
    height: auto;
}.education-experience-397::before {
    clip-path: none;
    width: 100%;
    height: 250px;
}.education-experience-397 .student-stories-163 {
    flex-direction: column;
}.education-experience-397 .img-strip-427 {
    top: 0;
    transform: none;
    width: 100%;
    position: relative;
    height: 300px;
    clip-path: none;
}.education-experience-397 .work-projects-391 {
    width: 100%;
    position: relative;
    padding: 2rem;
}.education-experience-397:hover .img-strip-427 {
    animation: none;
}.education-experience-397 .exp-box-309::after {
    display: none;
}
}



@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    20% {
        opacity: 0.3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}



@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}



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

