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

.policy-links-6 {
    flex: 0 0 auto;
}

.policy-links-6 {
    padding: 6rem 0 4rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}


.our-mission-0 {
    padding: 160px 0;
    background: rgb(224,226,233);
    position: relative;
    overflow: hidden;
}

.our-mission-0::before {
    top: 0;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(179,186,208,0.5), 0.03) 0px,
            rgba(rgb(179,186,208,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(rgb(120,136,183,0.5), 0.03) 0px,
            rgba(rgb(120,136,183,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        );
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}

.our-mission-0 .photo-box-wrap-2:hover {
    transform: scale(1.05);
}

.our-mission-0 .vision-mission-5 {
    left: 0;
    transition: transform 0.4s ease;
    padding: 30px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.our-mission-0 .virtual-track-5::after {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    background: rgb(179,186,208);
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
}

.our-mission-0 .knowledge-center-7 svg {
    fill: rgb(179,186,208);
    width: 60px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    margin-right: 20px;
    transition: transform 0.4s ease;
    height: 60px;
}

.our-mission-0 .text-cloud-4::before {
    content: "";
    left: -30px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(179,186,208), rgb(120,136,183));
    border-radius: 10px;
    width: 3px;
    position: absolute;
    top: 50%;
    height: 70%;
}

.connect-with-us-9 {
    background: rgb(224,226,233);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.connect-with-us-9 .photo-box-wrap-2 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.1;
    height: 100%;
    filter: saturate(0.5) brightness(1.2);
    left: 0;
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.connect-with-us-9 h3 {
    text-align: center;
    position: relative;
    color: rgb(179,186,208);
    font-weight: 700;
    font-size: 36px;
    z-index: 2;
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.connect-with-us-9 h3::after {
    bottom: -25px;
    background: rgb(120,136,183);
    width: 40px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.connect-with-us-9 .support-box-2 h3 {
    font-size: 23px;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.connect-with-us-9 .support-box-2 input[type="text"],
.connect-with-us-9 .support-box-2 textarea {
    width: 100%;
    border: 2px solid rgb(224,226,233);
    font-family: Arial, sans-serif;
    font-size: 13px;
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    margin-bottom: 20px;
    color: #000000;
}

.connect-with-us-9 .support-box-2 .query-widget-6 input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,186,208);
    background: rgb(179,186,208);
}

.connect-with-us-9 .support-box-2 .query-widget-6 a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(179,186,208);
    position: relative;
}

.connect-with-us-9 .support-box-2 .query-widget-6 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.connect-with-us-9 .support-box-2 .connect-links-9::before {
    width: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: rgb(120,136,183);
    transition: all 0.3s ease;
    height: 100%;
    content: "";
    top: 0;
}

.connect-with-us-9 .help-map-9 {
    padding: 50px;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 35%;
    position: relative;
    background: linear-gradient(to bottom right, rgb(224,226,233), #ffffff);
    display: flex;
}

.connect-with-us-9 .help-map-9 .contact-message-5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.connect-with-us-9 .help-map-9 .contact-message-5 li {
    transition: all 0.3s ease;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
    margin-bottom: 20px;
    align-items: center;
}

.connect-with-us-9 .help-map-9 .contact-message-5 li svg path {
    transition: all 0.3s ease;
    fill: rgb(179,186,208);
}

.connect-with-us-9 .help-map-9 .contact-message-5 li a:hover {
    color: rgb(179,186,208);
}

header::after {
    height: 5px;
    width: 100%;
    animation: gradient-shift 8s linear infinite;
    content: "";
    background-size: 200% 100%;
    top: 0;
    position: absolute;
    z-index: 5;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(179,186,208),
        rgb(120,136,183),
        rgb(179,186,208));
}

header .main-start-0::before {
    left: -30%;
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(120,136,183,0.5) 20%,
        rgb(120,136,183) 50%,
        rgb(120,136,183,0.5) 80%,
        transparent 100%);
    bottom: -10px;
    width: 160%;
}

header .top-mainwrap-6 {
    display: flex;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    gap: 1rem;
    justify-content: center;
    overflow-x: auto;
    width: 100vw;
    scrollbar-width: none;
    padding: 1rem 0;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

header .main-guide-7::after {
    width: 8px;
    height: 8px;
    top: 50%;
    right: 12px;
    content: "";
    transform: translateY(-50%) scale(0);
    position: absolute;
    transition: transform 0.3s ease;
    border-radius: 50%;
    background: rgb(120,136,183);
    box-shadow: 0 0 10px rgb(120,136,183);
}

.training-results-4::before {
    background: radial-gradient(circle, rgba(rgb(179,186,208,0.5), 0.15) 0%, rgba(rgb(179,186,208,0.5), 0) 70%);
    z-index: 0;
    height: 300px;
    animation: pulse 15s infinite alternate;
    width: 300px;
    content: "";
    top: -100px;
    right: -100px;
    position: absolute;
}

.training-results-4 h5::after {
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
    height: 3px;
    content: "";
    width: 80px;
    left: 50%;
}

.training-results-4 .photo-box-wrap-2 {
    object-fit: cover;
    display: block;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-results-4 li:hover {
    transform: translateX(5px);
}

.training-results-4 li p {
    line-height: 1.5;
    display: flex;
    font-weight: 400;
    align-items: flex-start;
    font-size: 18px;
    margin: 0;
    color: #000000;
}

.training-results-4 li:nth-child(odd) {
    background-color: rgba(rgb(179,186,208,0.5), 0.03);
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 4px;
    padding-top: 0.5rem;
}

.secure-hideout-4 h1 {
    font-size: 46px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(120,136,183);
    font-weight: 700;
    margin-top: 40px;
    padding-bottom: 10px;
    color: rgb(179,186,208);
}

.secure-hideout-4 ul, .secure-hideout-4 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 20px 0;
    border-left: 3px solid rgb(179,186,208);
    margin: 20px 0;
}

.secure-hideout-4 a {
    transition: color 0.3s ease-in-out;
    color: rgb(179,186,208);
    font-weight: 600;
    text-decoration: none;
}

.tyDiv-6::before {
    right: -5%;
    position: absolute;
    height: 25rem;
    opacity: 0.07;
    transform: rotate(-15deg);
    filter: blur(8px);
    content: "";
    width: 25rem;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(225deg, rgb(179,186,208) 0%, transparent 70%);
    z-index: 1;
    top: -10%;
}

.tyDiv-6 .knowledge-experts-2:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}

.tyDiv-6 .knowledge-experts-2:hover > div:first-child::after {
    width: 8rem;
}

.tyDiv-6 h5 {
    line-height: 1.4;
    margin: 0;
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 19px;
}

.tyDiv-6 a {
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

.tyDiv-6 p {
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    z-index: 1;
    margin: 0;
    position: relative;
}

.developer-experience-4::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
}

.developer-experience-4 .review-experiences-4:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
}

.developer-experience-4 .photo-box-wrap-2 {
    transform: translateZ(20px) rotate(-2deg);
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    width: 120px;
    height: 120px;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.developer-experience-4 .name {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.developer-experience-4 .review-experiences-4 div:nth-child(2) div {
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(13px - 0.1rem);
    color: rgb(120,136,183);
}

.plan-comparison-1 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.plan-comparison-1 .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.plan-comparison-1 h2::after {
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
    bottom: -10px;
}

.plan-comparison-1 .cost-options-9 {
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    height: 100%;
}

.plan-comparison-1 .cost-options-9:hover .payment-scheme-6::before {
    transform: scaleX(1);
}

.plan-comparison-1 .plan-details-5 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}

.plan-comparison-1 .cost-options-9 h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: calc(23px * 1.2);
    color: #ffffff;
    font-weight: 700;
}

.plan-comparison-1 .cost-options-9 p {
    flex-grow: 1;
    line-height: 1.6;
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    font-size: 15px;
    overflow-wrap: break-word;
    white-space: normal;
}

.course-program-info-6::before {
    opacity: 0.1;
    top: 0;
    transform: translateX(30%) skewX(-15deg);
    height: 100%;
    content: "";
    width: 40%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, transparent, rgb(120,136,183,0.5), transparent);
    right: 0;
}

.course-program-info-6 h2 {
    font-weight: 700;
    opacity: 0;
    transform: translateX(-2rem);
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    position: relative;
    margin-bottom: 3rem;
    font-size: calc(29px * 1.05);
    color: #000000;
}

.course-program-info-6 .photo-box-wrap-2 {
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    transition: transform 0.5s ease-out;
    height: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.course-program-info-6 .photo-box-wrap-2:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.course-program-info-6 .description {
    padding-left: 1rem;
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.7;
    border-left: 2px solid rgb(179,186,208,0.5);
}

.course-program-info-6 .description:last-of-type::before {
    content: "";
    background: linear-gradient(90deg, rgb(120,136,183,0.5) 0%, transparent 100%);
    top: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80%;
}

.primary-page-0 .learning-creators-7:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}

.primary-page-0 .learning-creators-7:before {
    background: linear-gradient(45deg, rgb(179,186,208) 0%, transparent 40%, transparent 60%, rgb(120,136,183) 100%);
    filter: blur(10px);
    left: -5px;
    content: "";
    z-index: -1;
    opacity: 0.6;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    transition: opacity 0.5s ease;
}

.primary-page-0 h3 {
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
    animation: slideInText 1s forwards 0.6s;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    opacity: 0;
    line-height: 1.4;
    max-width: 90%;
}

.primary-page-0 p:before {
    width: 8px;
    top: 0.6rem;
    position: absolute;
    border-radius: 50%;
    height: 8px;
    content: "";
    box-shadow: 0 0 10px rgb(120,136,183);
    left: 0;
    background: rgb(120,136,183);
}

.target-audience-0 .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
}

.target-audience-0 h4 {
    font-weight: 700;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 33px;
    color: #000000;
    text-align: center;
}



.target-audience-0 div > div {
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.target-audience-0 p::before {
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(224,226,233) 100%);
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
}

.target-audience-0 p:hover::before {
    opacity: 1;
}

.target-audience-0 p svg {
    border-radius: 50%;
    background: #ffffff;
    z-index: 2;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px;
    height: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 40px;
    margin: 0 15px;
}

.target-audience-0 p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}

.target-audience-0 p:nth-child(3n+2)::after {
    background: rgb(120,136,183);
}

.target-audience-0 .knowledge-experts-2 > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.target-audience-0 .knowledge-experts-2 > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.target-audience-0 .knowledge-experts-2 > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.target-audience-0 p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(120,136,183,0.5);
}



.policy-links-6 .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}

.policy-links-6 .company_holder::before {
    content: "";
    top: -20px;
    left: -20px;
    opacity: 0.7;
    border-top: 2px solid rgb(179,186,208);
    position: absolute;
    border-left: 2px solid rgb(179,186,208);
    width: 60px;
    height: 60px;
}

.policy-links-6 .company_holder h3 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgb(179,186,208));
    font-size: 29px;
    position: relative;
}

.policy-links-6 .top-mainwrap-6 {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.policy-links-6 .top-mainwrap-6 .head-guide-9 {
    flex-direction: column;
    display: flex;
    gap: 0.7rem;
}

.policy-links-6 .top-mainwrap-6 .head-guide-9 a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
    font-size: 17px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 0.4rem 1rem;
    transition: all 0.3s ease;
}

.teach-supp-3 {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    grid-column: 1 / 13;
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}

header .top-mainwrap-6::-webkit-scrollbar {
    display: none;
}

.course-program-info-6 .text-cloud-4::-webkit-scrollbar {
    width: 6px;
}

.course-program-info-6 .text-cloud-4::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course-program-info-6 .text-cloud-4::-webkit-scrollbar-thumb {
    background: rgb(179,186,208);
    border-radius: 10px;
}



@media (max-width: 480px) {.our-mission-0 {
    padding: 60px 0;
}.our-mission-0 .knowledge-experts-2 {
    gap: 20px;
}.our-mission-0 .learn-experts-3 {
    height: 350px;
}.our-mission-0 .vision-mission-5 {
    padding: 20px;
}.our-mission-0 .virtual-track-5 {
    padding-bottom: 8px;
    font-size: calc(21px * 0.9);
}.our-mission-0 .study-track-4 {
    font-size: calc(15px * 0.9);
}.our-mission-0 .knowledge-center-7 {
    padding: 10px 0;
}.our-mission-0 .knowledge-center-7 svg {
    width: 40px;
    margin-right: 10px;
    height: 40px;
}.our-mission-0 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 15px;
}.our-mission-0 .text-cloud-4 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.our-mission-0 .text-cloud-4::before {
    width: 2px;
}}



@media (max-width: 576px) {.connect-with-us-9 {
    padding: 40px 0;
}.connect-with-us-9 h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.7);
}.connect-with-us-9 .support-box-2,
    .connect-with-us-9 .help-map-9 {
    padding: 25px 20px;
}.connect-with-us-9 .support-box-2 input[type="text"],
    .connect-with-us-9 .support-box-2 textarea {
    margin-bottom: 15px;
}.connect-with-us-9 .support-box-2 .query-widget-6 label {
    font-size: calc(13px * 0.9);
}.connect-with-us-9 .support-box-2 .connect-links-9 {
    width: 100%;
    padding: 12px 20px;
}.connect-with-us-9 .help-map-9 .contact-message-5 li {
    padding: 12px;
    margin-bottom: 15px;
}}



@media (min-width: 992px) {.training-results-4 {
    padding: 7rem 0;
}.training-results-4 h5 {
    margin-bottom: 4rem;
    font-size: calc(20px * 1.1);
}.training-results-4 .knowledge-experts-2 {
    gap: 0;
}.training-results-4 .knowledge-experts-2 > div:first-child {
    position: relative;
    overflow: hidden;
    max-width: 45%;
    flex: 0 0 45%;
}.training-results-4 .knowledge-experts-2 > div:first-child::after {
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    z-index: 2;
    pointer-events: none;
    width: 50px;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
}.training-results-4 .text-cloud-4 {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 3rem 3rem 3rem 4rem;
}.training-results-4 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.training-results-4 ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.tyDiv-6 {
    padding: 2.5rem 0;
}.tyDiv-6 .knowledge-experts-2 {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.tyDiv-6 h5 {
    font-size: calc(19px * 0.85);
}.tyDiv-6 p {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {.developer-experience-4 {
    padding: 7rem 0;
}.developer-experience-4 .review-experiences-4 {
    grid-template-areas: "photo info quote";
    grid-template-rows: 1fr;
    gap: 0 3rem;
    grid-template-columns: auto 1fr 2fr;
    padding: 3.5rem;
}.developer-experience-4 .review-experiences-4 > div:nth-child(1) {
    grid-area: photo;
}.developer-experience-4 .review-experiences-4 > div:nth-child(2) {
    align-self: center;
    grid-area: info;
}.developer-experience-4 .review-experiences-4 > div:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    grid-area: quote;
    padding-left: 3rem;
}.developer-experience-4 .photo-box-wrap-2 {
    height: 180px;
    width: 180px;
}.developer-experience-4 .career-back-7 {
    padding-left: 0;
}.developer-experience-4 .career-back-7::before {
    left: -30px;
}
}



@media (max-width: 768px) {.plan-comparison-1 {
    padding: 60px 0;
}.plan-comparison-1 .fee-chart-0 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.plan-comparison-1 .fee-options-1 {
    margin-bottom: 40px;
}.plan-comparison-1 h2 {
    font-size: calc(36px * 0.8);
}.plan-comparison-1 .payment-scheme-6 {
    padding: 30px 25px;
}
}



@media (min-width: 1024px) {.course-program-info-6 {
    padding: 10rem 0;
}.course-program-info-6::before {
    width: 60%;
}.course-program-info-6 h2 {
    font-size: calc(29px * 1.2);
    max-width: 70%;
}.course-program-info-6 .grow-skills-2 {
    grid-template-columns: 40% 1fr;
    gap: 5rem;
}.course-program-info-6 .photo-box-wrap-2 {
    height: 500px;
}.course-program-info-6 .description {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 992px) {.primary-page-0 .learning-creators-7 {
    transform: perspective(1000px) rotateY(-3deg);
    margin-left: 5%;
    width: 90%;
}.primary-page-0 h3, .primary-page-0 p {
    max-width: 100%;
}
}



@media (max-width: 991px) {.target-audience-0 {
    padding: 100px 0;
}.target-audience-0 h4 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.target-audience-0 div > div {
    gap: 15px;
}.target-audience-0 p {
    min-height: 90px;
    width: calc(50% - 15px);
}.target-audience-0 p svg {
    padding: 7px;
    height: 36px;
    margin: 0 12px;
    width: 36px;
}.target-audience-0 p span {
    padding: 18px 18px 18px 0;
}.target-audience-0 p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(179,186,208,0.5);
}.target-audience-0 p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(120,136,183,0.5);
}.target-audience-0 p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(179,186,208,0.5);
}.target-audience-0 p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(120,136,183,0.5);
}
}



@media screen and (max-width: 768px) {.policy-links-6 {
    padding: 4rem 0 3rem;
}.policy-links-6 .head-guide-9 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.policy-links-6 .top-mainwrap-6 {
    padding: 1.2rem;
}.policy-links-6 .top-mainwrap-6 h5 {
    font-size: calc(22px * 0.9);
}.policy-links-6 .company_holder::before,
    .policy-links-6 .company_holder::after {
    width: 40px;
    height: 40px;
}
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



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



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



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

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

