﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
svg {
    width: 30px;
    height: 30px;
}
.container {
    margin: auto;
    width: 1240px;
    max-width: 100%;
}

.footer {
    flex: 0 0 auto;
}
.main-pagewrap-536 {
    flex: 1 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
.framework-wrap-051 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
section {
    background-color: rgb(228,232,242);
}
header,footer {
    width: 100%;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}footer {
    background: rgb(158,170,202);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 50px 0;
    position: relative;
    border-top: 3px solid rgb(195,204,225);
}
footer::before,
footer::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, rgb(195,204,225), rgb(158,170,202));
}
footer::before {
    left: 0;
    border-radius: 10px 10px 0 0;
}
footer::after {
    right: 0;
    border-radius: 0 0 10px 10px;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .code-labs-713 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
footer .page-top-327 {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .page-top-327 svg,
footer .page-top-327 img {
    height: 60px;
    width: auto;
    fill: rgb(195,204,225);
}
footer h5 {
    color: rgb(195,204,225);
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 3px;
    background: rgb(158,170,202);
    border-radius: 10px;
}
footer .top-mentor-738 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .top-mentor-738 a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid rgb(158,170,202,0.5);
}
footer .top-mentor-738 a:hover {
    color: rgb(195,204,225);
    border-bottom-color: rgb(195,204,225);
}
footer .query-support-519 {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .query-support-519 div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
footer .query-support-519 div svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}
footer .intern-ship-650 {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0;
}
footer .cheat-sheet-731 {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
}
footer .search-foot-754 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 0;
}
footer .cheat-sheet-731 a {
    color: #ffffff;
    text-decoration: underline;
}
footer .cheat-sheet-731 a:hover {
    color: rgb(195,204,225);
}
@media only screen and (max-width: 1200px) {
    footer .code-labs-713 {
        gap: 15px;
    }
    footer .container {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 800px) {
    footer .code-labs-713 {
        flex-direction: column;
        align-items: center;
    }
    footer .top-mentor-738 {
        text-align: center;
    }
    footer .query-support-519 {
        align-items: center;
        text-align: center;
    }
    footer .intern-ship-650 {
        text-align: center;
    }
}
.framework-wrap-051 footer {
    background: rgb(228,232,242);
    padding: 40px 0;
}
.framework-wrap-051 footer .top-mentor-738 a {
    color: rgba(0, 0, 0, 0.5);
    border-bottom: none;
}
.framework-wrap-051 footer .head-sitebar-741 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.framework-wrap-051 footer .search-foot-754 {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 800px) {
    .framework-wrap-051 footer .head-sitebar-741 {
        flex-direction: column;
        align-items: center;
    }
}
.client-feedback-359 {
    background: linear-gradient(135deg, #000000, rgb(158,170,202));
    padding: 80px 5vw;
    position: relative;
    overflow: hidden;
}

.client-feedback-359 h3 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.client-feedback-359 h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: rgb(195,204,225);
    border-radius: 2px;
}

.client-feedback-359 .container {
    max-width: 900px;
    margin: 0 auto;
}

.client-feedback-359 .client-views-463 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.client-feedback-359 .client-views-463 .review-carousel-924 {
    display: flex;
    border: 2px solid rgb(158,170,202);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.client-feedback-359 .client-views-463 .review-carousel-924:hover {
    border-color: rgb(195,204,225);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.client-feedback-359 .client-views-463 .review-carousel-924 .img-shadow-139 {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url('') no-repeat center center;
    background-size: cover;
}

.client-feedback-359 .client-views-463 .text {
    padding: 25px;
    background: #ffffff;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.client-feedback-359 .client-views-463 .text p {
    font-size: 24px;
    font-weight: 600;
    color: rgb(195,204,225);
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
}

.client-feedback-359 .client-views-463 .text p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: calc(24px * 2);
    color: rgb(195,204,225);
    opacity: 0.5;
}

.client-feedback-359 .client-views-463 .text span {
    font-size: calc(14px * 1.1);
    color: #000000;
    line-height: 1.6;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .client-feedback-359 .client-views-463 .review-carousel-924 {
        flex-direction: column;
    }

    .client-feedback-359 .client-views-463 .review-carousel-924 .img-shadow-139 {
        width: 100%;
        height: 250px;
    }

    .client-feedback-359 .client-views-463 .text {
        text-align: center;
        padding: 30px;
    }

    .client-feedback-359 .client-views-463 .text p {
        padding-left: 0;
        font-size: calc(24px * 0.9);
    }

    .client-feedback-359 .client-views-463 .text p::before {
        left: -15px;
        top: -15px;
    }

    .client-feedback-359 .client-views-463 .text span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .client-feedback-359 h3 {
        font-size: 19px;
    }

    .client-feedback-359 .client-views-463 .text p {
        font-size: 14px;
    }

    .client-feedback-359 .client-views-463 .text span {
        font-size: 15px;
    }

    .client-feedback-359 .client-views-463 .review-carousel-924 .img-shadow-139 {
        height: 200px;
    }
}.company-overview-103 {
    position: relative;
    background: rgb(228,232,242);
    padding: 120px 0;
    overflow: hidden;
}

.company-overview-103::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
                rgb(195,204,225,0.5) 0%, 
                transparent 25%);
    z-index: 1;
}

.company-overview-103::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, 
                rgb(158,170,202,0.5) 0%, 
                transparent 25%);
    z-index: 1;
}

.company-overview-103 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-overview-103 h2 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 70px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.company-overview-103 h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(195,204,225);
    border-radius: 10px;
}

.company-overview-103 .study-program-421 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    position: relative;
}

.company-overview-103 .study-growth-742 {
    background: #ffffff;
    border-radius: 19px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.company-overview-103 .study-growth-742:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    transform-origin: left center;
}

.company-overview-103 .study-growth-742:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
    transform-origin: right center;
}

.company-overview-103 .study-growth-742:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.company-overview-103 .study-growth-742 h3 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    padding: 20px 30px;
    background: rgb(195,204,225);
    position: relative;
    z-index: 2;
}

.company-overview-103 .study-growth-742:nth-child(2) h3 {
    background: rgb(158,170,202);
}

.company-overview-103 .study-growth-742 p {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    padding: 30px;
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.company-overview-103 .study-growth-742 p::first-letter {
    font-size: calc(17px * 1.8);
    font-weight: 700;
    color: rgb(195,204,225);
    float: left;
    margin-right: 8px;
    line-height: 1;
}

.company-overview-103 .study-growth-742:nth-child(2) p::first-letter {
    color: rgb(158,170,202);
}

.company-overview-103 .study-growth-742::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(195,204,225,0.5), 0.1) 50%);
    z-index: 1;
}

.company-overview-103 .study-growth-742:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(158,170,202,0.5), 0.1) 50%);
}

.company-overview-103 .study-growth-742::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(195,204,225), transparent);
    z-index: 3;
}

.company-overview-103 .study-growth-742:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(158,170,202), transparent);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


@media screen and (max-width: 991px) {
    .company-overview-103 {
        padding: 90px 0;
    }

    .company-overview-103 h2 {
        margin-bottom: 60px;
    }

    .company-overview-103 .study-program-421 {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .company-overview-103 {
        padding: 70px 0;
    }

    .company-overview-103 h2 {
        margin-bottom: 50px;
    }

    .company-overview-103 .study-program-421 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 30px;
    }

    .company-overview-103 .study-growth-742:first-child,
    .company-overview-103 .study-growth-742:nth-child(2) {
        grid-column: 1;
        grid-row: auto;
    }
}

@media screen and (max-width: 576px) {
    .company-overview-103 {
        padding: 60px 0;
    }

    .company-overview-103 .container {
        padding: 0 15px;
    }

    .company-overview-103 h2 {
        margin-bottom: 40px;
        font-size: calc(29px * 0.9);
    }

    .company-overview-103 h2::after {
        width: 60px;
        height: 3px;
        bottom: -15px;
    }

    .company-overview-103 .study-growth-742 h3 {
        font-size: calc(23px * 0.9);
        padding: 15px 20px;
    }

    .company-overview-103 .study-growth-742 p {
        font-size: calc(17px * 0.95);
        padding: 20px;
        line-height: 1.7;
    }
}.contact-section-748 {
    padding: 100px 20px;
    background: rgb(228,232,242);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section-748 h3 {
    color: rgb(158,170,202);
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

.contact-section-748 .reach-panel-529 {
    background: linear-gradient(135deg, rgb(195,204,225), rgb(158,170,202));
    border-radius: 17px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-section-748 form input,
.contact-section-748 form textarea {
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(195,204,225,0.5);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    transition: border 0.3s, background 0.3s;
}

.contact-section-748 form input:focus,
.contact-section-748 form textarea:focus {
    border: 2px solid rgb(195,204,225);
    background: rgb(195,204,225,0.5);
    outline: none;
}

.contact-section-748 form .feedback-feedback-874 {
    background: rgb(158,170,202);
    color: #ffffff;
    border-radius: 17px;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.contact-section-748 form .feedback-feedback-874:hover {
    background: rgb(195,204,225);
    transform: translateY(-3px);
}

.contact-section-748 .class-track-317 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-section-748 .reach-reach-380 {
    display: flex;
    gap: 20px;
}

.contact-section-748 .reach-reach-380 input {
    flex: 1;
}

.contact-section-748 .request-request-746 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
}

.contact-section-748 .request-request-746 input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}

.contact-section-748 .request-request-746 label a {
    margin-left: 5px;
    color: rgb(195,204,225);
    text-decoration: underline;
}

.contact-section-748 .message-feedback-184 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

@media (max-width: 768px) {
    .contact-section-748 {
        padding: 50px 10px;
    }
    .contact-section-748 h3 {
        font-size: 38px;
    }
    .contact-section-748 .reach-panel-529 {
        padding: 20px;
    }
    .contact-section-748 .reach-reach-380 {
        flex-direction: column;
    }
}.secure-depot-859 {
    padding: 50px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.secure-depot-859 h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 700;
    color: rgb(195,204,225);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(195,204,225);
    padding-bottom: 10px;
}

.secure-depot-859 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    color: rgb(158,170,202);
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    border-left: 4px solid rgb(195,204,225);
}

.secure-depot-859 ul, .secure-depot-859 ol {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.secure-depot-859 ul li, .secure-depot-859 ol li {
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.secure-depot-859 ul li::before, .secure-depot-859 ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: rgb(195,204,225);
    border-radius: 50%;
}

.secure-depot-859 p, .secure-depot-859 span, .secure-depot-859 div {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
}

.secure-depot-859 div.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .secure-depot-859 {
        padding: 30px;
        border-radius: 10px;
    }

    .secure-depot-859 h1 {
        font-size: calc(18px - 5px);
    }

    .secure-depot-859 h2 {
        font-size: calc(18px - 5px);
    }

    .secure-depot-859 ul, .secure-depot-859 ol {
        padding: 10px 0;
        margin: 10px 0;
    }

    .secure-depot-859 ul li, .secure-depot-859 ol li {
        font-size: 12px;
        padding-left: 15px;
    }
}.tyFrame-670 {
    background-color: rgb(195,204,225,0.5);
    color: #ffffff;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tyFrame-670 .container {
    max-width: 1000px;
    padding: 40px;
    background: rgb(195,204,225,0.5);
    border: 1px solid rgb(158,170,202);
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}
.tyFrame-670 h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgb(195,204,225);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(195,204,225);
    text-shadow: 0 0 8px #ffffff;
}
.tyFrame-670 p {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 6px rgb(158,170,202);
}
@media only screen and (max-width: 800px) {
    .tyFrame-670 {
        padding: 60px 0;
    }
    .tyFrame-670 .container {
        padding: 30px;
    }
    .tyFrame-670 h2 {
        font-size: 20px;
    }
    .tyFrame-670 p {
        font-size: 16px;
    }
}
.tyFrame-670::before, .tyFrame-670::after {
    content: '';
    position: absolute;
    background: rgb(195,204,225,0.5);
    z-index: 0;
}
.tyFrame-670::before {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    left: -100px;
    box-shadow: 0 0 30px rgb(195,204,225);
}
.tyFrame-670::after {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    bottom: -150px;
    right: -150px;
    background: rgb(158,170,202,0.5);
    box-shadow: 0 0 30px rgb(158,170,202);
}
.tyFrame-670 .container::before, .tyFrame-670 .container::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 10px;
}
.tyFrame-670 .container::before {
    width: 100%;
    height: 4px;
    top: -10px;
    left: 0;
    box-shadow: 0 0 10px rgb(195,204,225);
}
.tyFrame-670 .container::after {
    width: 4px;
    height: 100%;
    right: -10px;
    top: 0;
    box-shadow: 0 0 10px rgb(195,204,225);
}
.tyFrame-670 h2::before, .tyFrame-670 h2::after {
    content: '';
    position: absolute;
    background: rgb(195,204,225);
    z-index: -1;
}
.tyFrame-670 h2::before {
    width: 60px;
    height: 4px;
    bottom: -4px;
    left: 0;
    box-shadow: 0 0 10px rgb(195,204,225);
}
.tyFrame-670 h2::after {
    width: 30px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-shadow: 0 0 10px rgb(195,204,225);
}.education-history-654 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.education-history-654 .review-carousel-924 .name {
    color: rgb(158,170,202);
}

.education-history-654 .review-carousel-924 span {
    color: rgb(195,204,225);
}

.education-history-654 .class-track-317 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.education-history-654 .review-carousel-924 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.education-history-654 .img-shadow-139 {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.education-history-654 .review-carousel-924 .name {
    font-size: 24px;
    margin-bottom: 8px;
}

.education-history-654 .review-carousel-924 span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}

.education-history-654 .review-carousel-924 .career-projects-856 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .education-history-654 .review-carousel-924 {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .education-history-654 .class-track-317 {
        flex-direction: column;
    }

    .education-history-654 .review-carousel-924 {
        max-width: unset;
        width: 100%;
    }

    .education-history-654 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.framework-wrap-051 .education-history-654 .class-track-317 {
    background: rgb(158,170,202);
    border-radius: 12px;
}

.framework-wrap-051 .education-history-654 {
    padding: 64px 0;
}

.framework-wrap-051 .education-history-654 .review-carousel-924 {
    max-width: unset;
    width: 80%;
    padding: 0;
    flex-direction: row;
    align-items: center;
}

.framework-wrap-051 .education-history-654 .img-shadow-139 {
    margin-bottom: -20px;
    margin-top: -20px;
    border-radius: 14px;
    width: 400px;
    height: 400px;
    flex-shrink: 0;
}

.framework-wrap-051 .work-achievements-698 {
    margin-left: 48px;
}

.framework-wrap-051 .education-history-654 .review-carousel-924 .name {
    color: #ffffff;
    margin-bottom: 5px;
}

.framework-wrap-051 .education-history-654 .review-carousel-924 .career-projects-856 {
    color: var(--white-color_opacity);
    margin-top: 10px;
    font-style: normal;
}

.framework-wrap-051 .education-history-654 .review-carousel-924 span {
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .framework-wrap-051 .education-history-654 .review-carousel-924 {
        flex-direction: column;
    }

    .framework-wrap-051 .education-history-654 .img-shadow-139 {
        margin-bottom: 10px;
        width: 200px;
        height: 200px;
    }

    .framework-wrap-051 .education-history-654 .class-track-317 {
        padding: 20px;
        padding-top: 0;
    }

    .framework-wrap-051 .work-achievements-698 {
        margin-left: 0;
        text-align: center;
    }
}.course-highlights-913 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
}

.course-highlights-913::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.course-highlights-913 .learn-professional-079 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.course-highlights-913 .class-map-304 {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    display: flex;
    animation: carousel-slide 30s infinite linear;
}

.course-highlights-913 .learn-professional-079:hover .class-map-304 {
    animation-play-state: paused;
}

.course-highlights-913 .training-path-674 {
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.course-highlights-913 .training-path-674 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 1s ease;
    filter: brightness(1.05) contrast(1.1);
}

.course-highlights-913 .training-path-674:hover img {
    transform: scale(1.2);
}

.course-highlights-913 .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    width: 65%;
}

.course-highlights-913 .class-track-317 {
    width: 100%;
    max-width: 750px;
    padding-left: 3%;
}

.course-highlights-913 .learn-development-534 {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 11px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-top: 4px solid rgb(195,204,225);
    position: relative;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9);
}

.course-highlights-913 .learn-development-534 h3 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.course-highlights-913 .learn-development-534 p {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.course-highlights-913 .learn-development-534 .feedback-feedback-874 {
    display: inline-block;
    background: linear-gradient(to right, rgb(195,204,225), rgb(158,170,202));
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.course-highlights-913 .learn-development-534 .feedback-feedback-874::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(158,170,202), rgb(195,204,225));
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.course-highlights-913 .learn-development-534 .feedback-feedback-874:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.course-highlights-913 .learn-development-534 .feedback-feedback-874:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {
    .course-highlights-913 .container {
        width: 70%;
    }
    
    .course-highlights-913::before {
        width: 75%;
    }
}

@media screen and (max-width: 992px) {
    .course-highlights-913 {
        height: auto;
        min-height: 0;
        max-height: none;
        display: flex;
        flex-direction: column;
    }
    
    .course-highlights-913::before {
        background: linear-gradient(180deg, rgb(228,232,242) 0%, transparent 50%);
    }
    
    .course-highlights-913 .learn-professional-079 {
        position: relative;
        width: 100%;
        height: 400px;
        order: 2;
    }
    
    .course-highlights-913 .container {
        width: 100%;
        padding: 4rem 2rem;
        order: 1;
    }
    
    .course-highlights-913 .class-track-317 {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .course-highlights-913 .learn-professional-079 {
        height: 350px;
    }
    
    .course-highlights-913 .container {
        padding: 3rem 1.5rem;
    }
    
    .course-highlights-913 .learn-development-534 {
        padding: 2rem;
    }
    
    .course-highlights-913 .learn-development-534 h3 {
        font-size: calc(37px * 0.9);
    }
}

@media screen and (max-width: 576px) {
    .course-highlights-913 .learn-professional-079 {
        height: 250px;
    }
    
    .course-highlights-913 .container {
        padding: 2.5rem 1rem;
    }
    
    .course-highlights-913 .learn-development-534 {
        padding: 1.5rem;
    }
    
    .course-highlights-913 .learn-development-534 h3 {
        font-size: calc(37px * 0.8);
    }

    .course-highlights-913 .learn-development-534 p {
        font-size: calc(15px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .course-highlights-913 .learn-development-534 .feedback-feedback-874 {
        width: 100%;
        text-align: center;
        padding: 0.8rem 1.5rem;
    }
}.test-drive-295 {
    padding: 0;
    background: linear-gradient(135deg, rgb(228,232,242), #ffffff);
    border-top: 2px solid rgb(195,204,225);
    border-bottom: 2px solid rgb(195,204,225);
    font-family: Playfair Display, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.test-drive-295::before, .test-drive-295::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(195,204,225,0.5);
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.test-drive-295::before {
    top: -100px;
    left: -100px;
    animation: float 10s ease-in-out infinite;
}

.test-drive-295::after {
    bottom: -100px;
    right: -100px;
    animation: float 12s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px); }
}

.test-drive-295 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.test-drive-295 .class-track-317 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-left: 2px solid rgb(195,204,225);
    border-right: 2px solid rgb(195,204,225);
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.test-drive-295 .class-track-317 svg, 
.test-drive-295 .class-track-317 svg path {
    fill: rgb(195,204,225);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgb(195,204,225);
    padding: 10px;
    background: linear-gradient(135deg, #ffffff, rgb(195,204,225,0.5));
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.test-drive-295 .class-track-317 svg:hover {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.test-drive-295 .class-track-317 h2 {
    font-size: calc(38px * 1.1);
    margin: 0 30px;
    color: #000000;
    font-weight: 700;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 15px;
}

.test-drive-295 .class-track-317 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(195,204,225), rgb(158,170,202));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.test-drive-295 .class-track-317 .feedback-feedback-874 {
    padding: 14px 28px;
    background: linear-gradient(135deg, rgb(195,204,225), rgb(158,170,202));
    color: #ffffff;
    text-decoration: none;
    font-size: calc(17px * 0.95);
    border-radius: 10px;
    font-weight: 600;
    border: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.test-drive-295 .class-track-317 .feedback-feedback-874::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.test-drive-295 .class-track-317 .feedback-feedback-874:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.test-drive-295 .class-track-317 .feedback-feedback-874:hover::before {
    left: 100%;
}

@media only screen and (max-width: 1024px) {
    .test-drive-295 .class-track-317 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 50px 30px;
    }

    .test-drive-295 .class-track-317 svg, 
    .test-drive-295 .class-track-317 svg path {
        margin-bottom: 30px;
    }

    .test-drive-295 .class-track-317 h2 {
        font-size: 38px;
        margin: 0 0 30px;
    }

    .test-drive-295 .class-track-317 h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .test-drive-295 .class-track-317 .feedback-feedback-874 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .test-drive-295 .class-track-317 {
        border: none;
        border-top: 2px solid rgb(195,204,225);
        border-bottom: 2px solid rgb(195,204,225);
        padding: 40px 20px;
    }

    .test-drive-295 .class-track-317 svg, 
    .test-drive-295 .class-track-317 svg path {
        width: 60px;
        height: 60px;
    }

    .test-drive-295 .class-track-317 h2 {
        font-size: calc(38px * 0.9);
        margin: 20px 0;
    }

    .test-drive-295 .class-track-317 .feedback-feedback-874 {
        width: 100%;
        padding: 12px 24px;
        font-size: calc(17px * 0.9);
    }
}header .nav-pro-637 {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgb(195,204,225);
}
header .page-top-327 svg, header .page-top-327 svg path, header .page-top-327 img {
    fill: rgb(195,204,225);
}
header .top-mentor-738 a {
    color: rgb(158,170,202);
    font-family: Playfair Display, sans-serif;
    padding: 10px 15px;
    transition: color 0.3s, background 0.3s;
    border-radius: 10px;
}
header .top-mentor-738 a:hover {
    color: #ffffff;
    background: rgb(195,204,225);
}
header .top-mentor-738 a.active {
    color: rgb(195,204,225);
    border-bottom: 2px solid rgb(158,170,202);
}
header .top-mentor-738 a.active:hover {
    color: #ffffff;
    background: rgb(158,170,202);
}
header .nav-pro-637 {
    width: 100%;
    padding: 10px 20px;
    transition: all 0.3s;
}
header .top-page-980 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
header .page-top-327 {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .top-primary-460 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .site-study-420 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}
header .page-top-327 .site-study-420 {
    text-transform: uppercase;
}
header .page-top-327 .first-lesson-472 svg, header .page-top-327 .first-lesson-472 img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
header .top-mentor-738 {
    display: flex;
}
header .top-mentor-738 a {
    text-decoration: none;
    font-size: 13px;
}
body .framework-wrap-051 header .main-learn-719 {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    header .top-page-980 {
        flex-direction: column;
        align-items: flex-start;
    }
    header .top-mentor-738 {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
        background: #ffffff;
        width: 100%;
    }
    header .top-mentor-738 a.active {
        border: none;
    }
    header .top-mentor-738 a.active:hover {
        color: rgb(195,204,225);
        background: none;
        border: none;
    }
    header .nav-pro-637 {
        padding: 20px;
    }
    header .page-top-327 {
        width: 100%;
        justify-content: space-between;
    }
    header .page-top-327 .first-lesson-472 svg, header .page-top-327 .first-lesson-472 img {
        margin: 0;
        width: 50px;
        height: 50px;
    }
    header .top-page-980 {
        padding: 20px 0;
    }
}
.framework-wrap-051 header .top-mentor-738 a.active {
    border: none;
}
.framework-wrap-051 header .top-mentor-738 a.active:hover {
    border: none;
    background: none;
    color: rgb(195,204,225);
}
.framework-wrap-051 header .page-top-327 {
    margin-right: 0;
}
.framework-wrap-051 header .page-top-327 .first-lesson-472 svg, .framework-wrap-051 header .page-top-327 .first-lesson-472 img {
    margin-left: 20px;
}
.framework-wrap-051 header .top-mentor-738 {
    width: 100%;
    justify-content: center;
}
.framework-wrap-051 header .top-mentor-738 a {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
    border-radius: 24px;
}
@media only screen and (max-width: 800px) {
    .framework-wrap-051 header .top-page-980 .page-top-327 {
        width: 100%;
        flex-direction: row;
        justify-content:center;
    }
    .framework-wrap-051 header .page-top-327 .first-lesson-472 svg, .framework-wrap-051 header .page-top-327 .first-lesson-472 img {
        margin-left: 0;
    }
    .framework-wrap-051 header .top-mentor-738 {
        padding-top: 30px;
        align-items: center;
    }
}.target-audience-021 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.target-audience-021 .learner-match-465 {
    padding: 50px 0;
    position: relative;
    width: 100%;
    min-height: 800px;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.target-audience-021 .learner-match-465::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgb(158,170,202) 0%,
        rgb(158,170,202,0.5) 25%,
        rgb(195,204,225,0.5) 75%,
        rgb(195,204,225) 100%
    );
    mix-blend-mode: multiply;
}

.target-audience-021 .learner-match-465::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 30% 50%,
        transparent 0%,
        rgb(158,170,202,0.5) 50%,
        rgb(195,204,225,0.5) 100%
    );
    mix-blend-mode: overlay;
}

.target-audience-021 .training-recommended-460 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: center;
}

.target-audience-021 .training-recommended-460 h3 {
    color: #ffffff;
    font-size: calc(48px * 1.2);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
}

.target-audience-021 .training-recommended-460 h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 3px;
    background: rgb(158,170,202);
}

.target-audience-021 .class-audience-875 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.target-audience-021 .class-audience-875::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    background: #ffffff;
    border-radius: 26px;
    opacity: 0.98;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.target-audience-021 .training-ideal-798 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    border-radius: 10px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.target-audience-021 .training-ideal-798:nth-child(even) {
    transform: translateY(20px);
}

.target-audience-021 .training-ideal-798 svg {
    width: 32px;
    height: 32px;
    fill: rgb(195,204,225);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.target-audience-021 .training-ideal-798:hover {
    background: rgb(228,232,242);
    transform: scale(1.03);
}

.target-audience-021 .training-ideal-798:hover svg {
    transform: scale(1.2) rotate(-10deg);
}

@media (max-width: 1200px) {
    .target-audience-021 .training-recommended-460 {
        gap: 60px;
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .target-audience-021 {
        padding: 100px 0;
    }

    .target-audience-021 .learner-match-465 {
        min-height: auto;
    }

    .target-audience-021 .training-recommended-460 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .target-audience-021 .training-recommended-460 h3 {
        font-size: 48px;
        text-align: center;
        padding-left: 0;
    }

    .target-audience-021 .training-recommended-460 h3::before {
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
        width: 50px;
    }

    .target-audience-021 .class-audience-875::before {
        top: -30px;
        left: -30px;
        width: calc(100% + 60px);
        height: calc(100% + 60px);
    }
}

@media (max-width: 767px) {
    .target-audience-021 {
        padding: 80px 0;
    }

    .target-audience-021 .training-recommended-460 {
        padding: 0 20px;
        gap: 30px;
    }

    .target-audience-021 .class-audience-875 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .target-audience-021 .training-ideal-798 {
        padding: 20px;
    }

    .target-audience-021 .training-ideal-798:nth-child(even) {
        transform: none;
    }

    .target-audience-021 .class-audience-875::before {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
    }

    .target-audience-021 .training-ideal-798 svg {
        width: 28px;
        height: 28px;
    }
}.title-screen-349 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(195,204,225);
    background: linear-gradient(135deg, rgb(158,170,202) 0%, rgb(195,204,225) 100%);
}

.title-screen-349::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(158,170,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(195,204,225,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(228,232,242) 0%, rgb(228,232,242) 1%, transparent 1%, transparent 5%);
    background-size: 100% 100%, 100% 100%, 50px 50px;
    filter: blur(1px);
    opacity: 0.15;
    z-index: 0;
    animation: backgroundPulse 15s infinite alternate;
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 10%, 5% 10%, 10px 10px;
        opacity: 0.25;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0;
        opacity: 0.15;
    }
}

.title-screen-349 .class-track-317 {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.title-screen-349 .start-learn-370 {
    width: 100%;
    height: 100%;
    max-height: 75vh;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px #000000;
}

.title-screen-349 .start-learn-370 input {
    display: none;
}

.title-screen-349 .start-head-842 {
    display: flex;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    transition: transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.title-screen-349 .page-lead-694 {
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title-screen-349 .page-lead-694::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 40%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 2;
}

.title-screen-349 .page-lead-694 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 1.5s ease;
    filter: brightness(0.9) contrast(1.1);
}

.title-screen-349 .learn-entry-304 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    z-index: 5;
    padding: 10px 20px;
    background: rgb(158,170,202,0.5);
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.title-screen-349 .learn-entry-304 label {
    width: 14px;
    height: 14px;
    border: 2px solid rgb(195,204,225);
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.title-screen-349 .learn-entry-304 label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgb(195,204,225);
    border-radius: 10px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.title-screen-349 .start-learn-370 input:nth-child(1):checked ~ .start-head-842 {
    transform: translateX(0%);
}

.title-screen-349 .start-learn-370 input:nth-child(2):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
}

.title-screen-349 .start-learn-370 input:nth-child(3):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
}

.title-screen-349 .start-learn-370 input:nth-child(4):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
}

.title-screen-349 .start-learn-370 input:nth-child(5):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
}

.title-screen-349 .start-learn-370 input:nth-child(6):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 5));
}

.title-screen-349 .start-learn-370 input:nth-child(7):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 6));
}

.title-screen-349 .start-learn-370 input:nth-child(8):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 7));
}

.title-screen-349 .start-learn-370 input:nth-child(9):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 8));
}

.title-screen-349 .start-learn-370 input:nth-child(10):checked ~ .start-head-842 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 9));
}

.title-screen-349 .start-learn-370 input:nth-child(1):checked ~ .learn-entry-304 label:nth-child(1)::before,
.title-screen-349 .start-learn-370 input:nth-child(2):checked ~ .learn-entry-304 label:nth-child(2)::before,
.title-screen-349 .start-learn-370 input:nth-child(3):checked ~ .learn-entry-304 label:nth-child(3)::before,
.title-screen-349 .start-learn-370 input:nth-child(4):checked ~ .learn-entry-304 label:nth-child(4)::before,
.title-screen-349 .start-learn-370 input:nth-child(5):checked ~ .learn-entry-304 label:nth-child(5)::before,
.title-screen-349 .start-learn-370 input:nth-child(6):checked ~ .learn-entry-304 label:nth-child(6)::before,
.title-screen-349 .start-learn-370 input:nth-child(7):checked ~ .learn-entry-304 label:nth-child(7)::before,
.title-screen-349 .start-learn-370 input:nth-child(8):checked ~ .learn-entry-304 label:nth-child(8)::before,
.title-screen-349 .start-learn-370 input:nth-child(9):checked ~ .learn-entry-304 label:nth-child(9)::before,
.title-screen-349 .start-learn-370 input:nth-child(10):checked ~ .learn-entry-304 label:nth-child(10)::before {
    width: 6px;
    height: 6px;
}

.title-screen-349 .start-learn-370 input:nth-child(1):checked ~ .learn-entry-304 label:nth-child(1),
.title-screen-349 .start-learn-370 input:nth-child(2):checked ~ .learn-entry-304 label:nth-child(2),
.title-screen-349 .start-learn-370 input:nth-child(3):checked ~ .learn-entry-304 label:nth-child(3),
.title-screen-349 .start-learn-370 input:nth-child(4):checked ~ .learn-entry-304 label:nth-child(4),
.title-screen-349 .start-learn-370 input:nth-child(5):checked ~ .learn-entry-304 label:nth-child(5),
.title-screen-349 .start-learn-370 input:nth-child(6):checked ~ .learn-entry-304 label:nth-child(6),
.title-screen-349 .start-learn-370 input:nth-child(7):checked ~ .learn-entry-304 label:nth-child(7),
.title-screen-349 .start-learn-370 input:nth-child(8):checked ~ .learn-entry-304 label:nth-child(8),
.title-screen-349 .start-learn-370 input:nth-child(9):checked ~ .learn-entry-304 label:nth-child(9),
.title-screen-349 .start-learn-370 input:nth-child(10):checked ~ .learn-entry-304 label:nth-child(10) {
    transform: scale(1.2);
    border-color: rgb(195,204,225);
    background: rgb(195,204,225,0.5);
}

.title-screen-349 .start-learn-370 input:checked ~ .start-head-842 .page-lead-694:has(img) img {
    transform: scale(1);
}

.title-screen-349 .content-pad-519 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 4;
    padding: 60px 0 40px;
}

.title-screen-349 .content-pad-519 .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.title-screen-349 .content-pad-519 .container::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 80px;
    height: 3px;
    background: #ffffff;
    transform-origin: left;
    animation: lineExpand 1.5s ease forwards;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

.title-screen-349 .content-pad-519 h2 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 15px;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.3s;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.title-screen-349 .content-pad-519 h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.6s;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.title-screen-349 .content-pad-519 p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 80%;
    margin-bottom: 0;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.6s ease forwards 0.9s;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.title-screen-349 .page-lead-694::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(158,170,202,0.5) 100%
    );
    opacity: 0.7;
    z-index: 1;
}

.title-screen-349 .learn-entry-304::before,
.title-screen-349 .learn-entry-304::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: rgb(195,204,225);
    top: 50%;
}

.title-screen-349 .learn-entry-304::before {
    left: -20px;
    transform: translateX(-100%);
}

.title-screen-349 .learn-entry-304::after {
    right: -20px;
    transform: translateX(100%);
}

@media (max-width: 1200px) {
    .title-screen-349 .content-pad-519 .container {
        max-width: 960px;
    }
    
    .title-screen-349 .content-pad-519 p {
        max-width: 90%;
    }
}

@media (max-width: 992px) {
    .title-screen-349 .content-pad-519 .container {
        max-width: 720px;
    }
    
    .title-screen-349 .content-pad-519 p {
        max-width: 100%;
    }
    
    .title-screen-349 .start-learn-370 {
        max-height: 70vh;
    }
}

@media (max-width: 768px) {
    .title-screen-349 .content-pad-519 .container {
        max-width: 540px;
    }
    
    .title-screen-349 .content-pad-519 h2 {
        font-size: calc(31px * 0.85);
    }
    
    .title-screen-349 .content-pad-519 h3 {
        font-size: calc(22px * 0.9);
    }
    
    .title-screen-349 .learn-entry-304 {
        bottom: 30px;
        gap: 12px;
    }
    
    .title-screen-349 .learn-entry-304 label {
        width: 12px;
        height: 12px;
    }
    
    .title-screen-349 .start-learn-370 {
        max-height: 60vh;
    }
}

@media (max-width: 576px) {
    .title-screen-349 .content-pad-519 {
        padding: 40px 0 30px;
    }
    
    .title-screen-349 .content-pad-519 h2 {
        font-size: calc(31px * 0.7);
        margin-bottom: 10px;
    }
    
    .title-screen-349 .content-pad-519 h3 {
        font-size: calc(22px * 0.8);
        margin-bottom: 15px;
    }
    
    .title-screen-349 .content-pad-519 p {
        font-size: calc(13px * 0.9);
    }
    
    .title-screen-349 .learn-entry-304 {
        bottom: 20px;
        gap: 10px;
        padding: 8px 15px;
    }
    
    .title-screen-349 .learn-entry-304 label {
        width: 10px;
        height: 10px;
    }
    
    .title-screen-349 .learn-entry-304::before,
    .title-screen-349 .learn-entry-304::after {
        display: none;
    }
    
    .title-screen-349 .start-learn-370 {
        max-height: 50vh;
    }
}

.title-screen-349 .class-track-317::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid rgb(195,204,225,0.5);
    border-radius: 50%;
    opacity: 0.6;
    z-index: 3;
}

.title-screen-349 .class-track-317::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(158,170,202,0.5);
    border-radius: 50%;
    opacity: 0.4;
    z-index: 3;
}

.title-screen-349 .start-head-842 {
    counter-reset: slideNum;
}

.title-screen-349 .page-lead-694 {
    counter-increment: slideNum;
    position: relative;
}

.title-screen-349 .page-lead-694::before {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.7;
    z-index: 3;
    mix-blend-mode: difference;
}

.title-screen-349 {
    --slide-count: 5;
}

.title-screen-349 .start-learn-370 input:checked ~ .start-head-842 .page-lead-694 img {
    animation: zoomPulse 8s infinite alternate;
}

@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}