﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
section {
    background-color: rgb(237,237,240);
}
.wrapper-padding_517 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.footer {
    flex: 0 0 auto;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.container {
    margin: auto;
    width: 1136px;
    max-width: 100%;
}

header,footer {
    width: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
.head_master_748 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.company_overview_710 {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    z-index: 1;
}

.company_overview_710::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
}

.company_overview_710 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.company_overview_710 .message_wrap_540 {
    position: relative;
    max-width: 550px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.company_overview_710 .message_wrap_540::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(209,215,214), rgb(173,183,182));
}

.company_overview_710 .message_wrap_540 h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 30px 40px 15px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.company_overview_710 .message_wrap_540 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: rgb(173,183,182);
    padding: 15px 40px;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

.company_overview_710 .message_wrap_540 p {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    padding: 25px 40px 30px;
    margin: 0;
}

.company_overview_710 .message_wrap_540::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgb(173,183,182), rgb(209,215,214));
}

.company_overview_710 .container::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 80%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    transform: rotate(-15deg);
}

.company_overview_710 .container::after {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 60%;
    height: 160%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.02) 0px,
        rgba(255, 255, 255, 0.02) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    transform: rotate(15deg);
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(200%);
    }
}

.company_overview_710::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(209,215,214,0.5),
        rgb(209,215,214),
        rgb(209,215,214,0.5),
        transparent
    );
    opacity: 0.3;
    z-index: 2;
    animation: scanline 8s linear infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.3;
    }
}

.company_overview_710 .message_wrap_540 h3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: rgb(209,215,214);
    border-radius: 50%;
    margin: 30px 30px 0 0;
    box-shadow: 0 0 10px rgb(209,215,214);
    animation: pulse 2s infinite;
}

@media (max-width: 1200px) {
    .company_overview_710 {
        padding: 120px 0;
    }
    
    .company_overview_710 .message_wrap_540 {
        max-width: 500px;
    }
    
    .company_overview_710 .message_wrap_540 h3 {
        font-size: calc(30px * 0.95);
        padding: 25px 35px 12px;
    }
    
    .company_overview_710 .message_wrap_540 span {
        padding: 12px 35px;
    }
    
    .company_overview_710 .message_wrap_540 p {
        padding: 20px 35px 25px;
    }
}

@media (max-width: 992px) {
    .company_overview_710 {
        padding: 100px 0;
    }
    
    .company_overview_710 .message_wrap_540 {
        max-width: 450px;
    }
    
    .company_overview_710 .message_wrap_540 h3 {
        font-size: calc(30px * 0.9);
        padding: 22px 30px 10px;
    }
    
    .company_overview_710 .message_wrap_540 span {
        font-size: calc(20px * 0.95);
        padding: 10px 30px;
    }
    
    .company_overview_710 .message_wrap_540 p {
        font-size: calc(13px * 0.95);
        line-height: 1.7;
        padding: 18px 30px 22px;
    }
}

@media (max-width: 768px) {
    .company_overview_710 {
        padding: 80px 0;
    }
    
    .company_overview_710 .message_wrap_540 {
        max-width: 100%;
    }
    
    .company_overview_710 .message_wrap_540 h3 {
        font-size: calc(30px * 0.85);
        padding: 20px 25px 10px;
    }
    
    .company_overview_710 .message_wrap_540 span {
        font-size: calc(20px * 0.9);
        padding: 10px 25px;
    }
    
    .company_overview_710 .message_wrap_540 p {
        font-size: calc(13px * 0.9);
        line-height: 1.65;
        padding: 15px 25px 20px;
    }
    
    .company_overview_710 .container::before,
    .company_overview_710 .container::after {
        opacity: 0.5;
    }
}

@media (max-width: 576px) {
    .company_overview_710 {
        padding: 60px 0;
    }
    
    .company_overview_710 .message_wrap_540::before,
    .company_overview_710 .message_wrap_540::after {
        height: 4px;
    }
    
    .company_overview_710 .message_wrap_540 h3 {
        font-size: calc(30px * 0.75);
        padding: 18px 20px 8px;
    }
    
    .company_overview_710 .message_wrap_540 h3::before {
        width: 8px;
        height: 8px;
        margin: 18px 20px 0 0;
    }
    
    .company_overview_710 .message_wrap_540 span {
        font-size: calc(20px * 0.85);
        padding: 8px 20px;
    }
    
    .company_overview_710 .message_wrap_540 p {
        font-size: calc(13px * 0.85);
        line-height: 1.6;
        padding: 12px 20px 18px;
    }
}

@media (max-width: 480px) {
    .company_overview_710 {
        padding: 50px 0;
    }
    
    .company_overview_710 .message_wrap_540 h3 {
        font-size: calc(30px * 0.7);
        padding: 15px 15px 8px;
    }
    
    .company_overview_710 .message_wrap_540 h3::before {
        margin: 15px 15px 0 0;
    }
    
    .company_overview_710 .message_wrap_540 span {
        font-size: calc(20px * 0.8);
        padding: 8px 15px;
    }
    
    .company_overview_710 .message_wrap_540 p {
        font-size: calc(13px * 0.8);
        line-height: 1.5;
        padding: 10px 15px 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company_overview_710::after,
    .company_overview_710 .message_wrap_540 h3::before {
        animation: none;
    }
}.target_audience_941 {
    position: relative;
    padding: 120px 0;
    background: rgb(237,237,240);
    overflow: hidden;
}

.target_audience_941::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(209,215,214,0.5) 0%,
        transparent 50%,
        rgb(173,183,182,0.5) 100%
    );
    z-index: 1;
}

.target_audience_941 .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.target_audience_941 .lessons_for_901 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 22px;
    box-shadow: 30px 30px 0 rgb(209,215,214,0.5);
    transition: transform 0.3s ease-in-out;
}

.target_audience_941 .lessons_for_901:hover {
    transform: translate(-10px, -10px);
}

.target_audience_941 .lessons_for_901::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    border-radius: 22px;
}

.target_audience_941 .edu_benefit_569 {
    padding: 40px;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.target_audience_941 .edu_benefit_569 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}

.target_audience_941 .edu_benefit_569 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(209,215,214);
}

.target_audience_941 .learning_suitable_780 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.target_audience_941 .learning_suitable_780 div {
    padding: 25px;
    background: linear-gradient(
        135deg,
        rgb(237,237,240) 0%,
        #ffffff 100%
    );
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    transition: transform 0.3s ease;
    border: 1px solid rgb(173,183,182,0.5);
}

.target_audience_941 .learning_suitable_780 div:hover {
    transform: translateY(-5px);
}

.target_audience_941 .learning_suitable_780 div svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(209,215,214);
}

@media (max-width: 1024px) {
    .target_audience_941 {
        padding: 80px 0;
    }

    .target_audience_941 .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .target_audience_941 .lessons_for_901 {
        max-width: 500px;
        margin: 0 auto;
    }

    .target_audience_941 .edu_benefit_569 {
        padding: 30px;
    }

    .target_audience_941 .learning_suitable_780 {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .target_audience_941 {
        padding: 60px 0;
    }

    .target_audience_941 .edu_benefit_569 h2 {
        font-size: calc(30px * 0.9);
    }

    .target_audience_941 .learning_suitable_780 {
        grid-template-columns: 1fr;
    }

    .target_audience_941 .learning_suitable_780 div {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .target_audience_941 {
        padding: 40px 0;
    }

    .target_audience_941 .lessons_for_901 {
        box-shadow: 15px 15px 0 rgb(209,215,214,0.5);
    }

    .target_audience_941 .edu_benefit_569 {
        padding: 20px;
    }

    .target_audience_941 .edu_benefit_569 h2 {
        font-size: calc(30px * 0.8);
        margin-bottom: 20px;
    }

    .target_audience_941 .learning_suitable_780 div {
        font-size: calc(16px * 0.9);
    }
}.secure_oasis_938 {
    background-color: #ffffff;
    color: #000000;
    font-family: Roboto, sans-serif;
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.secure_oasis_938 h1, .secure_oasis_938 h2, .secure_oasis_938 h3, .secure_oasis_938 h4, .secure_oasis_938 h5, .secure_oasis_938 h6 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}
.secure_oasis_938 h1 {
    font-size: 41px;
    border-bottom: 2px solid rgb(209,215,214);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.secure_oasis_938 h2 {
    font-size: 28px;
    border-bottom: 2px solid rgb(173,183,182);
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.secure_oasis_938 h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #000000;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.secure_oasis_938 h4 {
    font-size: 1.25em;
    margin-bottom: 18px;
}
.secure_oasis_938 h5 {
    font-size: 19px;
    margin-bottom: 16px;
}
.secure_oasis_938 h6 {
    font-size: 22px;
    margin-bottom: 14px;
}
.secure_oasis_938 ul, .secure_oasis_938 ol {
    margin-left: 20px;
    padding-left: 20px;
    color: #000000;
    list-style: none;
}
.secure_oasis_938 ul li, .secure_oasis_938 ol li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.secure_oasis_938 ul li:before {
    content: '•';
    color: rgb(209,215,214);
    position: absolute;
    left: 0;
    font-size: 1.2em;
}
.secure_oasis_938 p, .secure_oasis_938 span, .secure_oasis_938 div {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .secure_oasis_938 {
        padding: 20px 10px;
    }
    .secure_oasis_938 h1 {
        font-size: calc(19px - 10%);
    }
    .secure_oasis_938 h2 {
        font-size: calc(19px - 10%);
    }
    .secure_oasis_938 p, .secure_oasis_938 span, .secure_oasis_938 div {
        font-size: calc(16px - 10%);
    }
}
.secure_oasis_938 a {
    color: rgb(209,215,214);
    text-decoration: none;
    border-bottom: 1px solid rgb(209,215,214);
}
.secure_oasis_938 a:hover {
    color: rgb(173,183,182);
    border-bottom: 1px solid rgb(173,183,182);
}
.secure_oasis_938 blockquote {
    background-color: rgb(237,237,240);
    border-left: 5px solid rgb(209,215,214);
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #000000;
}
.secure_oasis_938 code {
    background-color: rgb(237,237,240);
    border-radius: 10px;
    padding: 2px 6px;
    font-family: monospace;
    color: #000000;
}
.secure_oasis_938 hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}
footer {
    background: linear-gradient(180deg, rgb(173,183,182) 0%, #000000 100%);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 50px 20px;
    border-top: 5px solid rgb(209,215,214);
    border-bottom: 5px solid rgb(209,215,214);
}
footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .challenge_cta_470 {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    padding-right: 20px;
}
footer .top_lead_392 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(209,215,214);
    padding-bottom: 15px;
}
footer .top_lead_392 svg,
footer .top_lead_392 img {
    width: 100px;
    height: 100px;
    fill: rgb(209,215,214);
    margin-right: 15px;
}
footer h5 {
    color: rgb(209,215,214);
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(209,215,214);
}
footer h5::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgb(209,215,214);
    bottom: 0;
    left: 0;
}
footer .top_tutor_365 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
footer .top_tutor_365 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    margin: 8px 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding: 10px;
    position: relative;
}
footer .top_tutor_365 a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    background: rgb(209,215,214);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
footer .top_tutor_365 a:hover::before {
    opacity: 1;
}
footer .top_tutor_365 a:hover {
    color: rgb(209,215,214);
    padding-left: 20px;
}
footer .inquiry_feedback_621 {
    display: flex;
    flex-direction: column;
}
footer .inquiry_feedback_621 div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(209,215,214);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
footer .inquiry_feedback_621 div svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: rgb(209,215,214);
}
footer .inquiry_feedback_621 div span {
    color: #ffffff;
    font-size: 13px;
}
footer .compliance_504 {
    color: #ffffff;
    font-size: 13px;
    margin-top: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgb(209,215,214);
    border-radius: 20px;
    max-width: 800px;
    margin: 20px auto;

    text-align: center;
}
footer .grade_help_610 {
    background: #000000;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid rgb(209,215,214);
}
footer .footer_workshops_129 {
    font-size: 12px;
    color: #ffffff;
}
footer .footer_workshops_129 a {
    color: rgb(209,215,214);
    text-decoration: none;
    transition: color 0.3s ease;
}
footer .footer_workshops_129 a:hover {
    color: rgb(173,183,182);
}
@media only screen and (max-width: 1200px) {
    footer .container {
        flex-direction: column;
        align-items: center;
    }
    footer .challenge_cta_470 {
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 30px;
    }
    footer .inquiry_feedback_621 {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    footer .challenge_cta_470,
    footer .top_tutor_365,
    footer .inquiry_feedback_621 {
        width: 100%;
    }
    footer .top_tutor_365 a {
        text-align: center;
        margin: 5px 0;
    }
    footer .inquiry_feedback_621 div {
        width: 90%;
        max-width: none;
    }
    footer .top_lead_392 {
        margin-bottom: 20px;
        justify-content: center;
    }
}
.gratMessage_549 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(209,215,214,0.5);
    padding: 40px;
    position: relative;
}
.gratMessage_549 .container {
    max-width: 600px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(209,215,214);
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 0 15px rgb(209,215,214,0.5), 0 0 30px rgb(173,183,182,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.gratMessage_549 h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: rgb(209,215,214);
    text-shadow: 0 0 10px #ffffff, 0 0 20px rgb(173,183,182);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(209,215,214);
    width: 100%;
}
.gratMessage_549 h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background: rgb(173,183,182);
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgb(173,183,182), 0 0 10px rgb(209,215,214);
}
.gratMessage_549 p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: rgb(173,183,182);
    line-height: 1.6;
    margin-top: 10px;
    position: relative;
    padding: 0 20px;
    text-shadow: 0 0 5px #ffffff, 0 0 10px rgb(209,215,214,0.5);
}
.gratMessage_549 p::before, .gratMessage_549 p::after {
    content: '';
    position: absolute;
    background: rgb(209,215,214);
    border-radius: 50%;
    opacity: 0.5;
    box-shadow: 0 0 5px rgb(209,215,214), 0 0 10px rgb(173,183,182);
}
.gratMessage_549 p::before {
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
}
.gratMessage_549 p::after {
    width: 10px;
    height: 10px;
    bottom: 10px;
    right: 0;
}
@media only screen and (max-width: 800px) {
    .gratMessage_549 {
        padding: 20px;
    }
    
    .gratMessage_549 .container {
        padding: 30px;
    }
    
    .gratMessage_549 h2 {
        font-size: 37px;
    }
    
    .gratMessage_549 p {
        font-size: 24px;
    }
}
.advantages_overview_248 {
    padding: 70px 0;
    background: rgb(237,237,240);
    position: relative;
    overflow: hidden;
}
.advantages_overview_248:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(209,215,214,0.5) 0%, rgb(173,183,182,0.5) 100%);
    opacity: 0.2;
    z-index: 1;
}
.advantages_overview_248 .skill_gain_259 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    gap: 20px;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
}
.advantages_overview_248 .learn_pluses_085 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}
.advantages_overview_248 .learn_pluses_085 .image_preview_435 {
    flex: 1;
    height: 400px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantages_overview_248 .value_boost_570 {
    display: flex;
    flex-direction: column;
    flex: 2;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.advantages_overview_248 .value_boost_570 .skill_edges_104 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}
.advantages_overview_248 .value_boost_570 .skill_edges_104:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.advantages_overview_248 .value_boost_570 .skill_edges_104 .skill_advance_658 {
    margin-right: 15px;
}
.advantages_overview_248 .value_boost_570 .skill_edges_104 svg, .advantages_overview_248 .value_boost_570 .skill_edges_104 svg path {
    width: 50px;
    height: 50px;
    fill: rgb(209,215,214);
}
.advantages_overview_248 .value_boost_570 .skill_edges_104 h4 {
    font-size: 19px;
    color: rgb(209,215,214);
    font-weight: 600;
}
.advantages_overview_248 .skill_gain_259 h2 {
    font-size: 36px;
    color: rgb(209,215,214);
    text-align: center;
    margin: 20px 0;
    width: 100%;
}
@media only screen and (max-width: 800px) {
    .advantages_overview_248 {
        padding: 50px 0;
    }
    .advantages_overview_248 .skill_gain_259 {
        flex-direction: column;
        padding: 20px;
    }
    .advantages_overview_248 .learn_pluses_085 {
        flex-direction: column;
    }
    .advantages_overview_248 .learn_pluses_085 .image_preview_435 {
        height: 250px;
        flex: auto;
    }
    .advantages_overview_248 .value_boost_570 {
        flex-direction: column;
        gap: 10px;
    }
    .advantages_overview_248 .value_boost_570 .skill_edges_104 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    .advantages_overview_248 .value_boost_570 .skill_edges_104 .skill_advance_658 {
        margin: 0 0 15px 0;
    }
    .advantages_overview_248 .skill_gain_259 h2 {
        font-size: 19px;
    }
}
.connect_with_us_430 {
    position: relative;
    padding: 100px 0;
}

.connect_with_us_430::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(209,215,214,0.5) 0%, rgb(173,183,182,0.5) 100%);
}

.connect_with_us_430 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.connect_with_us_430 .reach_card_231 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

.connect_with_us_430 .contact_feedback_642 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    background: #ffffff;
    padding: 40px;
    border-radius: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.connect_with_us_430 .contact_feedback_642 h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    grid-column: 1 / -1;
    text-align: center;
    position: relative;
}

.connect_with_us_430 .contact_feedback_642 h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(209,215,214);
    border-radius: 2px;
}

.connect_with_us_430 .contact_feedback_642 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(237,237,240);
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.connect_with_us_430 .contact_feedback_642 div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.connect_with_us_430 .contact_feedback_642 svg {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.connect_with_us_430 .contact_feedback_642 svg path {
    fill: rgb(209,215,214);
}

.connect_with_us_430 .contact_feedback_642 span {
    color: #000000;
    font-size: 17px;
}

.connect_with_us_430 .contact_feedback_642 a {
    color: rgb(209,215,214);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.connect_with_us_430 .contact_feedback_642 a:hover {
    color: rgb(173,183,182);
}

.connect_with_us_430 .query_support_207 {
    background: #ffffff;
    padding: 40px;
    border-radius: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.connect_with_us_430 form h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.connect_with_us_430 form h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(209,215,214);
    border-radius: 2px;
}

.connect_with_us_430 form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.connect_with_us_430 form h3 {
    grid-column: 1 / -1;
}

.connect_with_us_430 form input[type="text"],
.connect_with_us_430 form input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ffffff;
    font-size: 17px;
    color: #000000;
    transition: all 0.3s ease;
}

.connect_with_us_430 form input[type="text"]:focus,
.connect_with_us_430 form input[type="email"]:focus {
    outline: none;
    border-color: rgb(209,215,214);
    box-shadow: 0 0 0 3px rgb(209,215,214,0.5);
}

.connect_with_us_430 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect_with_us_430 .query_feedback_123 {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.connect_with_us_430 .query_feedback_123 input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.connect_with_us_430 .query_feedback_123 input[type="checkbox"]:checked {
    background-color: rgb(209,215,214);
    border-color: rgb(209,215,214);
}

.connect_with_us_430 .query_feedback_123 input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.connect_with_us_430 .query_feedback_123 label {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

.connect_with_us_430 .query_feedback_123 a {
    color: rgb(209,215,214);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.connect_with_us_430 .query_feedback_123 a:hover {
    color: rgb(173,183,182);
}

.connect_with_us_430 .inquiry_map_958 {
    grid-column: 1 / -1;
    padding: 18px 20px;
    background: rgb(209,215,214);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.connect_with_us_430 .inquiry_map_958:hover {
    background: rgb(173,183,182);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .connect_with_us_430 {
        padding: 80px 0;
    }
    
    .connect_with_us_430 .contact_feedback_642 {
        padding: 35px;
    }
    
    .connect_with_us_430 .query_support_207 {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .connect_with_us_430 {
        padding: 60px 0;
    }
    
    .connect_with_us_430 .contact_feedback_642 {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
    }
    
    .connect_with_us_430 .query_support_207 {
        padding: 30px;
    }
    
    .connect_with_us_430 form {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    
    .connect_with_us_430 .contact_feedback_642 h3,
    .connect_with_us_430 form h3 {
        font-size: calc(36px * 0.85);
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .connect_with_us_430 {
        padding: 50px 0;
    }
    
    .connect_with_us_430 .contact_feedback_642 {
        grid-template-columns: 1fr;
        padding: 25px;
    }
    
    .connect_with_us_430 .query_support_207 {
        padding: 25px;
    }
    
    .connect_with_us_430 .contact_feedback_642 h3,
    .connect_with_us_430 form h3 {
        font-size: calc(36px * 0.8);
        margin-bottom: 25px;
    }
    
    .connect_with_us_430 .contact_feedback_642 div {
        padding: 25px 15px;
    }
}@keyframes meltingSun {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  25% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  50% {
    border-radius: 50% 60% 50% 70% / 70% 40% 60% 30%;
  }
  75% {
    border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
  }
}

@keyframes solarFlares {
  0%, 100% {
    box-shadow: 
      0 0 0 0 rgb(209,215,214,0.5),
      0 0 0 20px rgb(209,215,214,0.5),
      0 0 0 40px rgb(209,215,214,0.5),
      0 0 0 60px rgb(209,215,214,0.5),
      0 0 0 80px rgb(209,215,214,0.5),
      0 0 40px 100px rgb(209,215,214,0.5);
  }
  50% {
    box-shadow: 
      0 0 0 20px rgb(209,215,214,0.5),
      0 0 0 40px rgb(209,215,214,0.5),
      0 0 0 60px rgb(209,215,214,0.5),
      0 0 0 80px rgb(209,215,214,0.5),
      0 0 0 100px rgb(209,215,214,0.5),
      0 0 60px 120px rgb(209,215,214,0.5);
  }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.attempt_now_985 {
  position: relative;
  padding: 40px 0;
  background: rgb(237,237,240);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-family: Roboto, sans-serif;
}

.attempt_now_985::before,
.attempt_now_985::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgb(209,215,214,0.5) 0%, transparent 70%);
  border-radius: 50%;
  animation: rotate 30s linear infinite;
}

.attempt_now_985::before {
  top: -150px;
  left: -150px;
}

.attempt_now_985::after {
  bottom: -150px;
  right: -150px;
}

.attempt_now_985 .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.attempt_now_985 .why_mission_549 {
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgb(209,215,214) 0%, rgb(173,183,182) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: 
    meltingSun 20s infinite ease-in-out,
    solarFlares 15s infinite ease-in-out;
  position: relative;
  overflow: hidden;
}

.attempt_now_985 .why_mission_549::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 30%, #ffffff 0%, transparent 5%),
    radial-gradient(circle at 70% 70%, #ffffff 0%, transparent 5%);
  background-size: 30px 30px;
  opacity: 0.1;
  animation: rotate 240s linear infinite;
}

.attempt_now_985 .why_mission_549 svg {
  width: 120px;
  height: 120px;
  fill: #ffffff;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
  margin-bottom: 40px;
}

.attempt_now_985 .why_mission_549 svg path {
  fill: #ffffff;
}

.attempt_now_985 .why_mission_549 h2 {
  font-size: clamp(1.5rem, 3.5vw, 34px);
  color: #ffffff;
  text-align: center;
  margin: 0 0 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px #ffffff;
  position: relative;
}

.attempt_now_985 .why_mission_549 h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.attempt_now_985 .why_mission_549 .inquiry_map_958 {
  padding: 15px 40px;
  background: rgb(209,215,214,0.5);
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid #ffffff;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.attempt_now_985 .why_mission_549 .inquiry_map_958::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, #ffffff 0%, transparent 70%);
  transform: scale(0);
  transition: transform 0.5s ease-out;
}

.attempt_now_985 .why_mission_549 .inquiry_map_958:hover::before {
  transform: scale(1);
}

.attempt_now_985 .why_mission_549 .inquiry_map_958:hover {
  background: rgb(173,183,182,0.5);
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .attempt_now_985 .why_mission_549 {
    width: 90vw;
    height: 90vw;
    max-width: 500px;
    max-height: 500px;
    padding: 30px;
  }

  .attempt_now_985 .why_mission_549 svg {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
  }

  .attempt_now_985 .why_mission_549 h2 {
    font-size: clamp(1.2rem, 3vw, 20px);
    margin: 0 0 25px;
  }

  .attempt_now_985 .why_mission_549 .inquiry_map_958 {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
  }
}.welcome_section_362 {
    background: linear-gradient(to bottom right, rgb(209,215,214), rgb(173,183,182));
    color: #ffffff;
    padding: 50px 0;
}

.welcome_section_362 .why_mission_549 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    border: 2px solid rgb(209,215,214);
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.welcome_section_362 .image_preview_435 {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    background: radial-gradient(circle at center, rgb(209,215,214,0.5), transparent);
}

.welcome_section_362 .message_wrap_540 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcome_section_362 .course_lead_213 {
    margin-bottom: 20px;
}

.welcome_section_362 .course_lead_213 svg {
    width: 50px;
    height: 50px;
    fill: rgb(173,183,182);
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.welcome_section_362 .course_lead_213:hover svg {
    transform: scale(1.1);
}

.welcome_section_362 .course_lead_213 h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(173,183,182,0.5);
}

.welcome_section_362 .course_lead_213 span {
    font-size: 13px;
}

.welcome_section_362 .message_wrap_540 .inquiry_map_958 {
    padding: 15px 30px;
    background: rgb(173,183,182);
    color: #ffffff;
    text-decoration: none;
    border-radius: 22px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    width: fit-content;
    align-self: center;
}

.welcome_section_362 .message_wrap_540 .inquiry_map_958:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(209,215,214);
}

.welcome_section_362 .message_wrap_540 .inquiry_map_958:focus {
    outline: none;
    box-shadow: 0 5px 15px rgb(173,183,182,0.5);
}

@media only screen and (min-width: 801px) {
    .welcome_section_362 .why_mission_549 {
        flex-direction: row;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    .welcome_section_362 .message_wrap_540 .inquiry_map_958 {
        align-self: flex-start;
    }
    .welcome_section_362 .image_preview_435 {
        width: 40%;
        height: 400px;
        margin-right: 30px;
        margin-bottom: 0;
    }

}
header {
    padding-bottom: 10px;
    background: #ffffff;
}
header .site_start_389 {
    border-top: 20px solid rgb(209,215,214);
    border-bottom: 2px solid rgb(209,215,214);
}
.site_start_389 .header_site_934 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.site_start_389 .header_site_934 .top_lead_392 {
    margin: 10px 0;
}
.site_start_389 .header_site_934 .top_lead_392 svg, header .header_site_934 .top_lead_392 img {
    width: 100px;
    height: 100px;
    fill: rgb(209,215,214);
}
.site_start_389 .header_navbar_204 {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(209,215,214);
    font-weight: bold;
}
.site_start_389 .header_learn_580 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.site_start_389 .header_learn_580 a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(209,215,214);
    padding: 10px 16px;
}
.site_start_389 .header_learn_580 a:hover {
    color: rgb(209,215,214);
}
.site_start_389 .header_learn_580 a:first-child {
    border: 2px solid rgb(209,215,214);
    color: rgb(209,215,214);
    position: relative;
}
.site_start_389 .header_learn_580 a:first-child:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    bottom: -2px;
    left: 0;
}
@media only screen and (max-width: 800px) {
    .site_start_389 .header_navbar_204 {
        width: 100%;
    }
    .site_start_389 .header_learn_580 {
        flex-direction: column;
    }
    .site_start_389 .header_learn_580 a:first-child:after {
        display: none;
    }
    .site_start_389 .header_learn_580 a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(209,215,214);
    }
}.course_structure_814 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(150deg, rgb(209,215,214,0.5) 0%, rgb(237,237,240) 50%, rgb(173,183,182,0.5) 100%);
    overflow: hidden;
}

.course_structure_814::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(209,215,214,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(173,183,182,0.5) 0%, transparent 50%);
    filter: blur(60px);
    opacity: 0.6;
    transform-origin: center;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    z-index: 0;
}

.course_structure_814::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
    animation: gridMove 30s linear infinite;
}

.course_structure_814 .container {
    position: relative;
    z-index: 2;
}

.course_structure_814 .why_mission_549 {
    position: relative;
    display: grid;
    min-height: 550px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, minmax(30px, auto));
    gap: 15px;
}

.course_structure_814 .learn_path_794 {
    grid-column: 1 / 8;
    grid-row: 3 / 11;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border-radius: 11px;
    padding: 2.5rem;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transform: translateZ(0);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.course_structure_814 .learn_path_794::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(209,215,214,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(173,183,182,0.5) 0%, transparent 80%);
    opacity: 0.15;
    z-index: -1;
    border-radius: 11px;
}

.course_structure_814 .learn_path_794::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, rgb(209,215,214) 0%, transparent 100%);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(1px);
}

.course_structure_814 .top_lead_392 {
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 1.5rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}

.course_structure_814 .top_lead_392::before {
    content: "";
    position: absolute;
    inset: -4px;
    background: conic-gradient(
        from 0deg, 
        rgb(209,215,214) 0%, 
        rgb(173,183,182) 50%, 
        rgb(209,215,214) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    z-index: -1;
    animation: rotateConic 10s linear infinite;
}

.course_structure_814 .top_lead_392::after {
    content: "";
    position: absolute;
    inset: 6px;
    background: rgb(237,237,240);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}

.course_structure_814 .top_lead_392 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 0 10px rgb(209,215,214,0.5));
    animation: floatLogo 6s ease-in-out infinite;
    z-index: 1;
}

.course_structure_814 .top_lead_392 svg path {
    fill: rgb(209,215,214);
    transition: fill 0.3s ease;
}

.course_structure_814 h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 2rem;
    line-height: 1.3;
    text-shadow: 0 0 20px rgb(209,215,214,0.5);
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: left bottom;
}

.course_structure_814 h3::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: rgb(209,215,214);
    bottom: -8px;
    left: 0;
    transform-origin: left;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.course_structure_814 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    max-width: 100%;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(1deg);
    transform-origin: left bottom;
}

.course_structure_814 .image_preview_435 {
    grid-column: 5 / 13;
    grid-row: 1 / 13;
    position: relative;
    overflow: hidden;
    z-index: 4;
    height: 500px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: morphShape 20s ease-in-out infinite alternate;
}

.course_structure_814 .image_preview_435::before {
    content: "";
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(209,215,214,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(173,183,182,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    opacity: 0.6;
    z-index: 1;
}

.course_structure_814 .image_preview_435::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(237,237,240) 100%
    );
    opacity: 0.2;
    mix-blend-mode: multiply;
    animation: pulseOverlay 15s ease-in-out infinite;
    z-index: 1;
}

.course_structure_814 .why_mission_549:hover .image_preview_435 {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}

.course_structure_814 .why_mission_549:hover .learn_path_794 {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.course_structure_814 .why_mission_549:hover .top_lead_392 {
    transform: rotate(5deg) scale(1.05);
}

.course_structure_814 .why_mission_549:hover .top_lead_392 svg path {
    fill: rgb(173,183,182);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {
    .course_structure_814 .why_mission_549 {
        min-height: 500px;
    }
    
    .course_structure_814 .learn_path_794 {
        grid-column: 1 / 8;
        padding: 2.2rem;
    }
    
    .course_structure_814 h3 {
        font-size: calc(33px * 0.9);
    }
    
    .course_structure_814 .top_lead_392 {
        width: 100px;
        height: 100px;
    }
    
    .course_structure_814 .top_lead_392 svg {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 992px) {
    .course_structure_814 {
        padding: 5rem 0;
    }
    
    .course_structure_814 .why_mission_549 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
        gap: 10px;
    }
    
    .course_structure_814 .learn_path_794 {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        margin-top: -80px;
        padding: 2.5rem;
        z-index: 5;
    }
    
    .course_structure_814 .image_preview_435 {
        grid-column: 1 / -1;
        grid-row: 1 / 2;
        height: 350px;
        border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    }
    
    .course_structure_814 .top_lead_392 {
        margin-left: auto;
        margin-right: auto;
    }
    
    .course_structure_814 h3 {
        text-align: center;
        padding-right: 0;
    }
    
    .course_structure_814 h3::before {
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    }
    
    .course_structure_814 p {
        text-align: center;
    }
    
    .course_structure_814 .why_mission_549:hover .image_preview_435 {
        transform: perspective(1000px) rotateX(-5deg) scale(1.03);
    }
    
    .course_structure_814 .why_mission_549:hover .learn_path_794 {
        transform: translateZ(10px) translateY(-15px);
    }
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {
    .course_structure_814 {
        padding: 4rem 0;
    }
    
    .course_structure_814 .image_preview_435 {
        height: 300px;
    }
    
    .course_structure_814 .learn_path_794 {
        margin-top: -60px;
        padding: 2rem;
    }
    
    .course_structure_814 .top_lead_392 {
        width: 90px;
        height: 90px;
        margin-bottom: 1.3rem;
    }
    
    .course_structure_814 .top_lead_392 svg {
        width: 50px;
        height: 50px;
    }
    
    .course_structure_814 h3 {
        font-size: calc(33px * 0.8);
        margin-bottom: 1.3rem;
    }
    
    .course_structure_814 p {
        font-size: calc(16px * 0.95);
        line-height: 1.7;
    }
}

@media (max-width: 576px) {
    .course_structure_814 {
        padding: 3rem 0;
    }
    
    .course_structure_814 .image_preview_435 {
        height: 250px;
        border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    }
    
    .course_structure_814 .learn_path_794 {
        margin-top: -50px;
        padding: 1.8rem 1.5rem;
    }
    
    .course_structure_814 .top_lead_392 {
        width: 80px;
        height: 80px;
        margin-bottom: 1.2rem;
    }
    
    .course_structure_814 .top_lead_392 svg {
        width: 45px;
        height: 45px;
    }
    
    .course_structure_814 h3 {
        font-size: calc(33px * 0.7);
        margin-bottom: 1.2rem;
    }
    
    .course_structure_814 h3::before {
        width: 50px;
        height: 2px;
    }
    
    .course_structure_814 p {
        font-size: calc(16px * 0.9);
        line-height: 1.6;
    }
}.developer_experience_594 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.developer_experience_594 .testimonials_746 .name {
    color: rgb(173,183,182);
}

.developer_experience_594 .testimonials_746 span {
    color: rgb(209,215,214);
}

.developer_experience_594 .why_mission_549 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.developer_experience_594 .testimonials_746 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.developer_experience_594 .image_preview_435 {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.developer_experience_594 .testimonials_746 .name {
    font-size: 24px;
    margin-bottom: 8px;
}

.developer_experience_594 .testimonials_746 span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}

.developer_experience_594 .testimonials_746 .exp_view_470 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .developer_experience_594 .testimonials_746 {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .developer_experience_594 .why_mission_549 {
        flex-direction: column;
    }

    .developer_experience_594 .testimonials_746 {
        max-width: unset;
        width: 100%;
    }

    .developer_experience_594 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-padding_517 .developer_experience_594 .why_mission_549 {
    justify-content: center;
}

.wrapper-padding_517 .developer_experience_594 .testimonials_746 {
    max-width: unset;
    position: relative;
    width: 100%;
    border-left: 9px solid rgb(209,215,214);
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
}

.wrapper-padding_517 .developer_experience_594 .testimonials_746 .emp_achievements_981 {
    padding: 30px 120px 30px 30px;
    width: 50%;
    position: relative;
    z-index: 1;
}

.wrapper-padding_517 .developer_experience_594 .testimonials_746::after {
    content: "";
    background: rgb(209,215,214);
    z-index: 0;
    width: 50%;
    height: 100%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.wrapper-padding_517 .developer_experience_594 .image_preview_435 {
    z-index: 1;
    position: relative;
    width: 430px;
    height: 430px;
    right: 100px;
}

.wrapper-padding_517 .developer_experience_594 .testimonials_746 .name {
    margin-top: 40px;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.wrapper-padding_517 .developer_experience_594 .testimonials_746 span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.wrapper-padding_517 .developer_experience_594 .testimonials_746 .exp_view_470 {
    margin-top: 50px;
    font-size: 20px;
    line-height: 40px;
}

@media only screen and (max-width: 800px) {
    .wrapper-padding_517 .developer_experience_594 .testimonials_746 {
        flex-direction: column-reverse;
        align-items: center;
        padding: 10px;
    }

    .wrapper-padding_517 .developer_experience_594 .testimonials_746::after {
        width: 100%;
        height: 140px;
        bottom: 0;
        top: unset;
    }

    .wrapper-padding_517 .developer_experience_594 .testimonials_746 .emp_achievements_981 {
        width: 100%;
        padding: 10px;
    }

    .wrapper-padding_517 .developer_experience_594 .image_preview_435 {
        right: 0;
        width: 240px;
        height: 240px;
        margin-top: 20px;
    }

    .wrapper-padding_517 .developer_experience_594 .testimonials_746 .name {
        margin-top: 20px;
        font-size: 36px;
    }
}