* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.intern_opp_base {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.header_nav_base {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-viewport_base {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}html,body {
    scroll-snap-type: none;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1201px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_wrapper_base {
    padding: 100px 0;
    background: rgb(174,184,206);
    overflow: hidden;
    position: relative;
}.pricing_wrapper_base::before {
    width: 300px;
    right: -50px;
    top: -50px;
    content: "";
    background: rgb(137,147,169,0.5);
    height: 300px;
    position: absolute;
    z-index: 0;
    animation: float-effect 12s infinite alternate ease-in-out;
    filter: blur(80px);
}.pricing_wrapper_base::after {
    bottom: -50px;
    z-index: 0;
    left: -50px;
    content: "";
    width: 250px;
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    background: rgb(101,110,126,0.5);
    height: 250px;
    position: absolute;
}.pricing_wrapper_base .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.pricing_wrapper_base .payment_plans_base {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.pricing_wrapper_base .qtr_cost_base {
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    order: -1;
    padding: 0 20px;
    text-align: center;
}.pricing_wrapper_base .qtr_cost_base h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
    color: #000000;
    position: relative;
}.pricing_wrapper_base .qtr_cost_base h2::after {
    bottom: -10px;
    position: absolute;
    background: rgb(137,147,169);
    left: 50%;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
}.pricing_wrapper_base .value_deals_base {
    line-height: 1.6;
    font-size: 13px;
    opacity: 0.85;
    color: #000000;
    margin-bottom: 0;
}.pricing_wrapper_base .cost_schemes_base {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    perspective: 1000px;
}.pricing_wrapper_base .price_sheet_base {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    perspective: 1000px;
    color: inherit;
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
}.pricing_wrapper_base .price_sheet_base:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_wrapper_base .program_fees_base {
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    display: flex;
    border-radius: 10px;
    height: 100%;
    transform-style: preserve-3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.pricing_wrapper_base .price_sheet_base:hover .program_fees_base {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(137,147,169,0.5);
}.pricing_wrapper_base .fee_chart_base {
    padding: 30px;
    z-index: 2;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.pricing_wrapper_base .fee_chart_base::before {
    background: linear-gradient(90deg, rgb(137,147,169), rgb(101,110,126));
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    height: 5px;
    transition: transform 0.5s ease;
    left: 0;
    content: "";
    right: 0;
    top: 0;
}.pricing_wrapper_base .price_sheet_base:hover .fee_chart_base::before {
    transform: scaleX(1);
}.pricing_wrapper_base .fee_chart_base h3 {
    margin-bottom: 10px;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: calc(24px + 2px);
    font-weight: 700;
    transition: transform 0.4s ease, color 0.3s ease;
    word-break: break-word;
}.pricing_wrapper_base .price_sheet_base:hover .fee_chart_base h3 {
    transform: translateX(5px);
    color: rgb(137,147,169);
}.pricing_wrapper_base .study_cost_base {
    position: relative;
    display: block;
    overflow-wrap: break-word;
    transition: transform 0.4s ease;
    color: rgb(101,110,126);
    margin: 10px 0 20px;
    font-weight: 700;
    word-break: break-word;
    font-size: 24px;
    white-space: normal;
}.pricing_wrapper_base .study_cost_base::before {
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    background: rgb(101,110,126,0.5);
    bottom: -8px;
    width: 40px;
}.pricing_wrapper_base .price_sheet_base:hover .study_cost_base::before {
    width: 80px;
}.pricing_wrapper_base .fee_chart_base p {
    flex-grow: 1;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: calc(13px - 1px);
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.6;
    white-space: normal;
}.pricing_wrapper_base .image_frame_wrap_base {
    height: 200px;
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    overflow: hidden;
    transform: translateZ(-10px);
}.pricing_wrapper_base .image_frame_wrap_base::after {
    inset: 0;
    content: "";
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.pricing_wrapper_base .price_sheet_base:hover .image_frame_wrap_base {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.pricing_wrapper_base .price_sheet_base:hover .image_frame_wrap_base::after {
    opacity: 0.4;
}.pricing_wrapper_base .price_sheet_base::after {
    top: 100%;
    left: 30px;
    height: 15px;
    background: rgb(137,147,169,0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    right: 30px;
    z-index: -1;
    border-radius: 50%;
    content: "";
    filter: blur(10px);
}.pricing_wrapper_base .price_sheet_base:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.pricing_wrapper_base .payment_plans_base {
    flex-direction: row;
    align-items: center;
}.pricing_wrapper_base .qtr_cost_base {
    flex: 0 0 30%;
    order: 0;
    padding-right: 40px;
    text-align: left;
}.pricing_wrapper_base .qtr_cost_base h2::after {
    transform: none;
    left: 0;
}.pricing_wrapper_base .cost_schemes_base {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_wrapper_base .cost_schemes_base {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_wrapper_base .fee_chart_base {
    padding: 35px;
}.pricing_wrapper_base .image_frame_wrap_base {
    height: 220px;
}
}

@media (max-width: 991px) {.pricing_wrapper_base {
    padding: 80px 0;
}.pricing_wrapper_base .qtr_cost_base {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.pricing_wrapper_base {
    padding: 60px 0;
}.pricing_wrapper_base .cost_schemes_base {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing_wrapper_base .qtr_cost_base h2 {
    font-size: calc(32px - 4px);
}.pricing_wrapper_base .image_frame_wrap_base {
    height: 180px;
}.pricing_wrapper_base .fee_chart_base {
    padding: 25px;
}
}

@media (max-width: 480px) {.pricing_wrapper_base {
    padding: 50px 0;
}.pricing_wrapper_base .fee_chart_base h3 {
    font-size: 24px;
}.pricing_wrapper_base .study_cost_base {
    font-size: calc(24px - 2px);
}.pricing_wrapper_base .image_frame_wrap_base {
    height: 160px;
}.pricing_wrapper_base .fee_chart_base {
    padding: 20px;
}}.meet_us_base {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.meet_us_base::before {
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(137,147,169,0.5) 0%,
        rgba(36, 55, 99, 0.85) 60%, 
        rgba(28, 42, 75, 0.92) 100%);
    position: absolute;
    content: "";
}.meet_us_base::after {
    opacity: 0.05;
    right: -5%;
    width: 50%;
    content: "";
    top: -10%;
    height: 120%;
    pointer-events: none;
    transform: rotate(-12deg) skewX(-12deg);
    z-index: 0;
    background: rgb(101,110,126);
    position: absolute;
}.meet_us_base .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.meet_us_base .post_container_base {
    backface-visibility: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 1px 8px rgba(0, 0, 0, 0.05);
    padding: 50px 60px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.meet_us_base .post_container_base:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_us_base .post_container_base::before {
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(137,147,169), 
        rgb(101,110,126) 55%, 
        rgb(137,147,169));
    top: 0;
    height: 100%;
    width: 6px;
    position: absolute;
    content: "";
}.meet_us_base h1 {
    margin-bottom: 30px;
    font-size: 44px;
    color: #000000;
    transform: translateX(-10px);
    position: relative;
    letter-spacing: -1px;
    font-weight: 700;
}.meet_us_base h1::after {
    background: rgb(137,147,169);
    height: 3px;
    transform-origin: left center;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease-out;
    width: 80px;
    bottom: -12px;
}.meet_us_base .post_container_base:hover h1::after {
    width: 120px;
}.meet_us_base ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.meet_us_base li {
    margin-bottom: 15px;
}.meet_us_base h4 {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: rgb(101,110,126);
    font-size: calc(22px + 2px);
}.meet_us_base h4::after {
    height: 1px;
    bottom: -5px;
    left: 0;
    content: "";
    background: linear-gradient(to right, 
        rgb(101,110,126), 
        transparent);
    width: 100%;
    position: absolute;
}.meet_us_base span {
    text-align: justify;
    position: relative;
    font-family: Arial, sans-serif;
    hyphens: auto;
    font-weight: 400;
    display: block;
    color: #000000;
    columns: 2;
    column-gap: 40px;
    font-size: 17px;
    line-height: 1.8;
}.meet_us_base span::first-letter {
    font-size: 1.5em;
    color: rgb(137,147,169);
    font-weight: 600;
}

@media (max-width: 1024px) {.meet_us_base {
    padding: 90px 0;
}.meet_us_base .post_container_base {
    padding: 40px 45px;
    transform: perspective(800px) rotateY(-1deg);
}.meet_us_base span {
    columns: 1;
}
}

@media (max-width: 768px) {.meet_us_base {
    padding: 60px 0;
}.meet_us_base .post_container_base {
    padding: 35px 30px;
    transform: none;
}.meet_us_base h1 {
    font-size: calc(44px - 4px);
    transform: translateX(0);
}.meet_us_base::after {
    right: -20%;
    height: 60%;
    width: 70%;
    top: 0;
}
}

@media (max-width: 480px) {.meet_us_base {
    padding: 50px 0;
}.meet_us_base .post_container_base {
    padding: 25px 20px;
}.meet_us_base h1 {
    margin-bottom: 25px;
    font-size: calc(44px - 8px);
}.meet_us_base h1::after {
    width: 60px;
    bottom: -8px;
    height: 2px;
}.meet_us_base h4 {
    font-size: 22px;
}.meet_us_base span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.meet_us_base .post_container_base,
    .meet_us_base .post_container_base:hover,
    .meet_us_base h1::after {
    transform: none;
    transition: none;
}.meet_us_base .post_container_base:hover h1::after {
    width: 80px;
}}.contact_section_baseU1j {
    perspective: 1000px;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(174,184,206) 0%, 
        rgb(101,110,126,0.5) 100%
    );
    position: relative;
}.contact_section_baseU1j::before {
    top: 0;
    pointer-events: none;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    content: '';
    right: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}.contact_section_baseU1j::after {
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(137,147,169,0.5) 0%, 
        transparent 70%
    );
    top: -50%;
    opacity: 0.6;
    position: absolute;
    animation: circuit-pulse 10s infinite alternate;
    content: '';
    z-index: 2;
}.contact_section_baseU1j .container {
    z-index: 3;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
}.contact_section_baseU1j h2 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    font-size: 38px;
}.contact_section_baseU1j h2::before,
.contact_section_baseU1j h2::after {
    height: 2px;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(137,147,169), 
        transparent
    );
    position: absolute;
    content: '';
}.contact_section_baseU1j h2::before {
    left: 0;
    width: 30%;
}.contact_section_baseU1j h2::after {
    right: 0;
    width: 30%;
}.contact_section_baseU1j .message_reach_base {
    display: flex;
    border-radius: 14px;
    align-items: stretch;
    transform: rotateX(5deg) scale(0.98);
    border: 1px solid rgb(137,147,169,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(101,110,126,0.5);
    transition: transform 0.3s ease;
}.contact_section_baseU1j .message_reach_base:hover {
    transform: rotateX(0) scale(1);
}.contact_section_baseU1j .image_frame_wrap_base {
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
    min-height: 500px;
}.contact_section_baseU1j .image_frame_wrap_base::before {
    width: 100%;
    position: absolute;
    mix-blend-mode: color-dodge;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(137,147,169,0.5) 0%, 
        rgb(101,110,126,0.5) 100%
    );
}.contact_section_baseU1j .request_request_base {
    justify-content: center;
    padding: 4rem 3rem;
    flex-direction: column;
    position: relative;
    display: flex;
    flex: 0 0 60%;
}.contact_section_baseU1j .request_request_base::before {
    height: 10px;
    top: 2rem;
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 10px;
    background: rgb(137,147,169);
    right: 2rem;
    animation: signal-pulse 2s infinite alternate;
    box-shadow: 0 0 20px rgb(137,147,169);
}.contact_section_baseU1j .request_request_base form {
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}.contact_section_baseU1j .request_request_base h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 30px;
}.contact_section_baseU1j .request_request_base input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1.5rem;
    background: rgb(101,110,126,0.5);
    transition: all 0.3s ease;
    border: 1px solid rgb(137,147,169,0.5);
    padding: 1rem 1.5rem;
    width: 100%;
    outline: none;
    z-index: 2;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
}.contact_section_baseU1j .request_request_base input:not([type="checkbox"]):not([type="submit"])::before {
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    content: '';
    z-index: 1;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(137,147,169,0.5) 100%
    );
}.contact_section_baseU1j .request_request_base input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(137,147,169,0.5);
    border-color: rgb(137,147,169);
}.contact_section_baseU1j .request_request_base input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact_section_baseU1j .request_request_base .query_support_base {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.contact_section_baseU1j .request_request_base .query_support_base input[type="checkbox"] {
    appearance: none;
    border: 2px solid rgb(137,147,169,0.5);
    background: rgb(101,110,126,0.5);
    transition: all 0.3s ease;
    width: 22px;
    position: relative;
    cursor: pointer;
    height: 22px;
    margin-right: 1rem;
    border-radius: 10px;
}.contact_section_baseU1j .request_request_base .query_support_base input[type="checkbox"]:checked {
    background: rgb(137,147,169);
    border-color: rgb(137,147,169);
}.contact_section_baseU1j .request_request_base .query_support_base input[type="checkbox"]:checked::after {
    left: 50%;
    color: #ffffff;
    font-size: 0.8rem;
    content: '✔';
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}.contact_section_baseU1j .request_request_base .query_support_base label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 16px;
}.contact_section_baseU1j .request_request_base .query_support_base a {
    color: rgb(137,147,169);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.contact_section_baseU1j .request_request_base .query_support_base a:hover {
    text-decoration: underline;
}.contact_section_baseU1j .request_request_base .contact_request_base {
    font-weight: 600;
    border: none;
    padding: 1rem;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    background: rgb(137,147,169);
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    color: #ffffff;
}.contact_section_baseU1j .request_request_base .contact_request_base::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(137,147,169,0.5), 
        transparent
    );
    top: 0;
    left: -100%;
}.contact_section_baseU1j .request_request_base .contact_request_base:hover::before {
    left: 100%;
}.contact_section_baseU1j .request_request_base .contact_request_base:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(137,147,169,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact_section_baseU1j .message_reach_base {
    flex-direction: column;
    transform: none;
}.contact_section_baseU1j .image_frame_wrap_base {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_section_baseU1j .request_request_base {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_section_baseU1j {
    padding: 3rem 0;
}.contact_section_baseU1j h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.contact_section_baseU1j .request_request_base h3 {
    font-size: calc(30px * 0.9);
}.contact_section_baseU1j .request_request_base input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_section_baseU1j .request_request_base .query_support_base {
    align-items: flex-start;
}.contact_section_baseU1j .request_request_base .query_support_base input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_section_baseU1j .message_reach_base {
    border-radius: 0;
}.contact_section_baseU1j .image_frame_wrap_base {
    min-height: 250px;
}.contact_section_baseU1j .request_request_base {
    padding: 2rem 1.5rem;
}}header {
    position: relative;
    padding: 0;
    z-index: 100;
    background: rgb(174,184,206);
    width: 100%;
}header::before {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.6;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(137,147,169,0.5) 0%, 
        transparent 60%, 
        rgb(101,110,126,0.5) 100%);
    content: '';
}header .container {
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 1;
    max-width: 100%;
}header .nav_lead_base {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    padding: 0.8rem 3%;
}header .header_guide_base {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    margin-right: 1rem;
    padding: 0.6rem;
}header .header_guide_base::after {
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0.7);
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(137,147,169), rgb(101,110,126));
    left: 0;
    height: 2px;
}header .header_guide_base:hover::after {
    transform: scaleX(1);
}header .header_guide_base svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .header_guide_base:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .main_navbar_base {
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
    display: flex;
    border-radius: 10px;
    padding: 0.5rem;
}header .top_study_base {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    padding: 0.4rem 0.7rem;
    font-size: 18px;
    z-index: 1;
}header .top_study_base::after {
    content: '';
    background: linear-gradient(to right, rgb(137,147,169), rgb(101,110,126));
    transform-origin: left;
    width: 100%;
    bottom: 0;
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    position: absolute;
}header .top_study_base:hover {
    color: rgb(137,147,169);
    background: rgba(255, 255, 255, 0.7);
}header .top_study_base:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .nav_lead_base {
    padding: 0.7rem 2.5%;
}header .header_guide_base svg {
    width: 130px;
}header .main_navbar_base {
    padding: 0.4rem;
    gap: 0.35rem;
}header .top_study_base {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .nav_lead_base {
    justify-content: center;
    padding: 0.7rem 2%;
}header .header_guide_base {
    margin: 0 0 0.6rem 0;
}header .header_guide_base svg {
    width: 120px;
}header .main_navbar_base {
    justify-content: center;
    width: 100%;
}header .top_study_base {
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header .nav_lead_base {
    padding: 0.6rem 1.5%;
}header .header_guide_base svg {
    width: 110px;
}header .main_navbar_base {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .main_navbar_base::-webkit-scrollbar {
    height: 2px;
}header .main_navbar_base::-webkit-scrollbar-thumb {
    background: rgb(137,147,169);
    border-radius: 10px;
}header .top_study_base {
    white-space: nowrap;
    flex-shrink: 0;
}}.educational_yield_base {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(180deg, rgb(174,184,206) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.educational_yield_base::before {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: 40px 40px;
    content: '';
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(137,147,169,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(137,147,169,0.5) 1px, transparent 1px);
}.educational_yield_base .study_training_base {
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    position: relative;
}.educational_yield_base .image_frame_wrap_base {
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    top: -15%;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    z-index: 4;
    height: 130%;
    border-left: 5px solid rgb(137,147,169);
    position: absolute;
    width: 40%;
}.educational_yield_base .image_frame_wrap_base::before {
    z-index: 1;
    inset: 0;
    content: '';
    background: linear-gradient(to right, rgb(101,110,126,0.5) 0%, transparent 100%);
    position: absolute;
}.educational_yield_base .image_frame_wrap_base::after {
    height: 80%;
    width: 5px;
    box-shadow: 0 0 20px rgb(137,147,169), 0 0 40px rgb(137,147,169);
    left: -10px;
    position: absolute;
    animation: glow 4s infinite alternate;
    background: rgb(137,147,169);
    content: '';
    top: 10%;
}.educational_yield_base .post_container_base {
    position: relative;
    width: 60%;
    padding-right: 5%;
}.educational_yield_base h2 {
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 30px;
    border-left: 5px solid rgb(137,147,169);
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    width: fit-content;
    background: #ffffff;
    position: relative;
}.educational_yield_base .text_main_holder {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin-top: 40px;
}.educational_yield_base .text_main_holder > div {
    display: flex;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    transition: all 0.4s ease;
    z-index: 2;
    border-top: 3px solid transparent;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    align-items: center;
    flex-direction: column;
}.educational_yield_base .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-top: 3px solid rgb(137,147,169);
    transform: translateY(-10px);
}.educational_yield_base .text_main_holder > div::before {
    height: 0;
    box-shadow: 0 0 20px rgb(137,147,169);
    background: rgb(137,147,169);
    top: -3px;
    z-index: -1;
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    left: 0;
    width: 0;
}.educational_yield_base .text_main_holder > div:hover::before {
    width: 100%;
    box-shadow: 0 0 30px 5px rgb(137,147,169);
    height: 3px;
}.educational_yield_base .text_main_holder > div:nth-child(3n+1) {
    transform: translateY(20px);
}.educational_yield_base .text_main_holder > div:nth-child(3n+1):hover {
    transform: translateY(10px);
}.educational_yield_base .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(-20px);
}.educational_yield_base .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.educational_yield_base .text_main_holder svg {
    background: rgb(174,184,206);
    height: 70px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 70px;
}.educational_yield_base .text_main_holder > div:hover svg {
    background: rgb(137,147,169,0.5);
    transform: rotate(10deg);
}.educational_yield_base .text_main_holder svg path {
    transition: fill 0.4s ease;
    fill: rgb(137,147,169);
}.educational_yield_base .text_main_holder > div:hover svg path {
    fill: #000000;
}.educational_yield_base .text_main_holder p {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
    margin: 0;
}

@keyframes glow {
    0% { opacity: 0.5; box-shadow: 0 0 10px rgb(137,147,169), 0 0 20px rgb(137,147,169); }
    100% { opacity: 1; box-shadow: 0 0 20px rgb(137,147,169), 0 0 40px rgb(137,147,169), 0 0 60px rgb(137,147,169); }
}

@media (max-width: 1200px) {.educational_yield_base .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield_base .image_frame_wrap_base {
    width: 35%;
}
}

@media (max-width: 992px) {.educational_yield_base {
    padding: 100px 0;
}.educational_yield_base .study_training_base {
    flex-direction: column;
    padding: 0 20px;
}.educational_yield_base .image_frame_wrap_base {
    position: relative;
    height: 400px;
    margin-bottom: 50px;
    border-left: none;
    width: 100%;
    border-top: 5px solid rgb(137,147,169);
    top: auto;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    right: auto;
}.educational_yield_base .image_frame_wrap_base::after {
    height: 5px;
    width: 80%;
    top: -10px;
    left: 10%;
}.educational_yield_base .post_container_base {
    width: 100%;
    padding: 0;
}
}

@media (max-width: 768px) {.educational_yield_base .text_main_holder {
    grid-template-columns: 1fr;
}.educational_yield_base .text_main_holder > div,
    .educational_yield_base .text_main_holder > div:nth-child(3n+1),
    .educational_yield_base .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(0);
}.educational_yield_base .text_main_holder > div:hover,
    .educational_yield_base .text_main_holder > div:nth-child(3n+1):hover,
    .educational_yield_base .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.educational_yield_base {
    padding: 80px 0;
}.educational_yield_base .image_frame_wrap_base {
    height: 300px;
}.educational_yield_base h2 {
    font-size: calc(31px * 0.85);
    padding: 15px 20px;
}}.learning_process_base {
    background: linear-gradient(135deg, rgb(174,184,206) 0%, rgb(101,110,126,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.learning_process_base::before {
    background: radial-gradient(circle at 70% 30%, rgb(101,110,126,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
}.learning_process_base::after {
    border: 2px solid rgb(101,110,126,0.5);
    content: "";
    right: -50px;
    bottom: -50px;
    transform: rotate(-15deg);
    height: 300px;
    width: 300px;
    opacity: 0.4;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    animation: orbitRotate 20s infinite linear;
}.learning_process_base .container {
    z-index: 2;
    position: relative;
}.learning_process_base .study_training_base {
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    backdrop-filter: blur(10px);
    padding: 60px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg);
}.learning_process_base .study_training_base::before {
    top: -10px;
    width: 70%;
    left: 20px;
    opacity: 0.7;
    content: "";
    transform: skewX(45deg);
    position: absolute;
    height: 10px;
    background: rgb(101,110,126);
}.learning_process_base .study_training_base::after {
    content: "";
    bottom: 15px;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    opacity: 0.2;
    right: 30px;
    position: absolute;
    border: 2px solid rgb(137,147,169,0.5);
    animation: pulseOrbit 8s infinite ease-in-out;
}.learning_process_base .study_training_base > div {
    position: relative;
}.learning_process_base h3 {
    position: relative;
    color: #000000;
    line-height: 1.4;
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
    transform: translateZ(10px);
    font-weight: 700;
}.learning_process_base h3::after {
    bottom: -10px;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(137,147,169), rgb(101,110,126));
    animation: expandLine 3s infinite alternate ease-in-out;
    width: 80px;
    left: 0;
    transform-origin: left center;
}.learning_process_base p {
    line-height: 1.7;
    transform: translateZ(5px);
    position: relative;
    color: #000000;
    margin-bottom: 0;
    font-size: 12px;
}.learning_process_base p::before {
    content: "";
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
    border: 1px dashed rgb(101,110,126,0.5);
    width: 60px;
    top: -20px;
    height: 60px;
    left: -30px;
    position: absolute;
}.learning_process_base p span {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}.learning_process_base p span::before {
    opacity: 0.6;
    background: linear-gradient(to bottom, rgb(101,110,126), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    width: 3px;
    left: 0;
    content: "";
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.learning_process_base {
    padding: 90px 0;
}.learning_process_base .study_training_base {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.learning_process_base h3 {
    font-size: calc(36px * 0.8);
}
}

@media (max-width: 768px) {.learning_process_base {
    padding: 70px 0;
}.learning_process_base .study_training_base {
    transform: none;
    padding: 30px 25px;
}.learning_process_base h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.learning_process_base p {
    font-size: calc(12px * 0.95);
}.learning_process_base::after {
    right: -30px;
    bottom: -30px;
    width: 200px;
    height: 200px;
}
}

@media (max-width: 576px) {.learning_process_base {
    padding: 50px 0;
}.learning_process_base .study_training_base {
    padding: 25px 20px;
}.learning_process_base h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.6);
}.learning_process_base p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.learning_process_base p span {
    padding-left: 15px;
}.learning_process_base .study_training_base::before {
    width: 50%;
}.learning_process_base .study_training_base::after {
    height: 70px;
    width: 70px;
}}.service_contact_base {
    isolation: isolate;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(174,184,206) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.service_contact_base::before {
    right: 0;
    background: linear-gradient(90deg, rgb(137,147,169) 0%, rgb(101,110,126) 100%);
    left: 0;
    height: 4px;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
}.service_contact_base::after {
    transform: skewY(-3deg) scale(1.2);
    left: 0;
    background-size: 30px 30px;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    background-image: radial-gradient(rgb(101,110,126,0.5) 1px, transparent 1px);
    position: absolute;
    content: "";
}.service_contact_base .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 90%;
}.service_contact_base .talk_answer_base {
    backdrop-filter: blur(5px);
    gap: 2rem;
    grid-template-columns: 1fr;
    background: #ffffff;
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(137,147,169);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    display: grid;
}.service_contact_base .talk_answer_base::before {
    background: rgb(101,110,126,0.5);
    width: 30%;
    content: "";
    position: absolute;
    z-index: -1;
    right: -15px;
    top: -15px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 30%;
}.service_contact_base h3 {
    font-weight: 700;
    color: rgb(137,147,169);
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateX(-10px);
    font-size: calc(31px * 1.1);
}.service_contact_base h3::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(137,147,169) 0%, rgb(101,110,126) 100%);
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
    transform: scaleX(1);
    height: 3px;
    bottom: -10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.service_contact_base h3:hover::after {
    transform: scaleX(1.5);
}.service_contact_base p {
    font-size: 12px;
    line-height: 1.7;
    max-width: 90%;
    margin-bottom: 1.5rem;
    color: #000000;
}.service_contact_base h5 {
    display: flex;
    gap: 0.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 20px;
}.service_contact_base svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
}.service_contact_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,147,169);
}.service_contact_base .get_contactus_base {
    padding: 0;
    margin: 2rem 0 0;
    display: flex;
    list-style: none;
    gap: 1.2rem;
    flex-direction: column;
}.service_contact_base .assist_team_base {
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.3) 100%);
    font-weight: 600;
    padding: 0.75rem 1rem;
    font-size: calc(12px * 1.05);
    border-left: 2px solid rgb(101,110,126,0.5);
    display: flex;
    align-items: center;
    color: #000000;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}.service_contact_base .assist_team_base::before {
    transform: translateX(-100%);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(137,147,169,0.5) 0%, rgb(101,110,126,0.5) 100%);
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
}.service_contact_base .assist_team_base:hover {
    border-left-color: rgb(137,147,169);
    color: #ffffff;
    transform: translateY(-3px) scale(1.02);
}.service_contact_base .assist_team_base:hover::before {
    transform: translateX(0);
}.service_contact_base .assist_team_base:hover svg path {
    fill: #ffffff;
}.service_contact_base .assist_team_base:hover svg {
    transform: rotate(5deg) scale(1.1);
}.service_contact_base .assist_team_base:active {
    transform: translateY(0) scale(0.98);
}

@media (min-width: 768px) {.service_contact_base {
    padding: 100px 0;
}.service_contact_base .talk_answer_base {
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem 3rem;
    gap: 3rem;
}.service_contact_base h3 {
    font-size: calc(31px * 1.2);
    grid-column: 1 / -1;
}.service_contact_base p {
    font-size: calc(12px * 1.05);
    max-width: 85%;
}.service_contact_base .get_contactus_base {
    margin: 0;
}
}

@media (min-width: 992px) {.service_contact_base {
    padding: 120px 0;
}.service_contact_base .talk_answer_base {
    padding: 5rem 4rem;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
}.service_contact_base h3 {
    font-size: calc(31px * 1.3);
    transform: translateX(-20px);
}.service_contact_base p {
    font-size: calc(12px * 1.1);
    max-width: 80%;
}.service_contact_base .assist_team_base {
    padding: 1rem 1.25rem;
}.service_contact_base .assist_team_base:hover {
    transform: translateY(-5px) scale(1.03);
}
}

@media (max-width: 767px) {.service_contact_base {
    padding: 60px 0;
}.service_contact_base .talk_answer_base {
    padding: 2rem 1.5rem;
}.service_contact_base h3 {
    font-size: 31px;
}.service_contact_base p {
    max-width: 100%;
    font-size: 12px;
}.service_contact_base .assist_team_base {
    padding: 0.5rem 0.75rem;
}
}

@media (prefers-reduced-motion) {.service_contact_base .talk_answer_base,
    .service_contact_base h3::after,
    .service_contact_base .assist_team_base,
    .service_contact_base .assist_team_base::before,
    .service_contact_base svg {
    transition: none;
}.service_contact_base .assist_team_base:hover {
    transform: none;
}.service_contact_base .assist_team_base:hover svg {
    transform: none;
}.service_contact_base h3:hover::after {
    transform: none;
}}.privacy_fortification_base {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(174,184,206) 0%, rgba(246, 246, 250, 0.95) 100%);
    padding: 5rem 2rem;
}.privacy_fortification_base::before {
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(137,147,169,0.5) 49%, rgb(137,147,169,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(101,110,126,0.5) 49%, rgb(101,110,126,0.5) 51%, transparent 52%);
    opacity: 0.07;
}.privacy_fortification_base .container {
    transform: perspective(1200px) rotateX(1deg);
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    padding: 3rem;
    max-width: 1140px;
}.privacy_fortification_base h1 {
    color: rgb(137,147,169);
    position: relative;
    margin-bottom: 2rem;
    font-size: 46px;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-weight: 700;
}.privacy_fortification_base h1::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(137,147,169) 0%, rgb(101,110,126) 100%);
    animation: widthPulse 3s infinite alternate ease-in-out;
    transform-origin: left center;
    left: 0;
    bottom: 0;
    width: 80px;
    position: absolute;
    content: "";
}.privacy_fortification_base h2 {
    padding-left: 1rem;
    border-left: 3px solid rgb(101,110,126);
    font-size: 33px;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy_fortification_base h3 {
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    font-size: calc(33px * 0.85);
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(101,110,126,0.5);
    position: relative;
}.privacy_fortification_base h4 {
    color: #000000;
    padding-left: 1rem;
    position: relative;
    margin: 1.8rem 0 1rem;
    border-left: 1px solid rgb(101,110,126,0.5);
    font-weight: 600;
    font-size: calc(33px * 0.7);
}.privacy_fortification_base p {
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
}.privacy_fortification_base p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.privacy_fortification_base p strong::after {
    bottom: 0;
    height: 8px;
    background-color: rgb(101,110,126,0.5);
    opacity: 0.3;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
}.privacy_fortification_base ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_fortification_base li {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 12px;
}.privacy_fortification_base li::before {
    transform: rotate(45deg);
    content: "";
    background-color: rgb(137,147,169);
    position: absolute;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    left: 0;
    transition: transform 0.3s ease;
    top: 0.65rem;
}.privacy_fortification_base li:hover::before {
    transform: rotate(135deg);
}.privacy_fortification_base span {
    display: block;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    padding: 0.5rem 0 1.5rem;
}.privacy_fortification_base span::before {
    height: 100%;
    width: 3px;
    opacity: 0.5;
    background: linear-gradient(to bottom, transparent, rgb(137,147,169,0.5), transparent);
    top: 0;
    position: absolute;
    content: "";
    left: -1rem;
}

@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@media (max-width: 992px) {.privacy_fortification_base {
    padding: 3rem 1.5rem;
}.privacy_fortification_base .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.privacy_fortification_base h1 {
    font-size: calc(46px * 0.9);
}.privacy_fortification_base h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.privacy_fortification_base {
    padding: 2rem 1rem;
}.privacy_fortification_base .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transform: none;
}.privacy_fortification_base h1 {
    font-size: calc(46px * 0.8);
    transform: translateX(0);
}.privacy_fortification_base h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_fortification_base h3 {
    font-size: calc(33px * 0.7);
}.privacy_fortification_base h4 {
    font-size: calc(33px * 0.6);
}.privacy_fortification_base p, 
    .privacy_fortification_base li,
    .privacy_fortification_base span {
    font-size: calc(12px * 0.95);
}.privacy_fortification_base ul {
    margin-left: 0.5rem;
}
}

@media (max-width: 576px) {.privacy_fortification_base {
    padding: 1.5rem 0.5rem;
}.privacy_fortification_base .container {
    padding: 1.25rem;
}.privacy_fortification_base h1 {
    font-size: calc(46px * 0.7);
}.privacy_fortification_base h2 {
    font-size: calc(33px * 0.7);
}.privacy_fortification_base h3 {
    font-size: calc(33px * 0.6);
}.privacy_fortification_base h4 {
    font-size: calc(33px * 0.5);
}.privacy_fortification_base p, 
    .privacy_fortification_base li,
    .privacy_fortification_base span {
    font-size: calc(12px * 0.9);
}.privacy_fortification_base span::before {
    left: -0.75rem;
}}.program_overview_base {
    overflow: hidden;
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    background-color: rgb(174,184,206);
    position: relative;
    grid-template-rows: 1fr;
}.program_overview_base .knowledge_base_base {
    z-index: 1;
    height: 100%;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1;
    grid-column: 4 / span 8;
}.program_overview_base .knowledge_base_base::before {
    background: linear-gradient(90deg, rgb(101,110,126,0.5), transparent);
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 30%;
    pointer-events: none;
}.program_overview_base .learn_more_base {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}.program_overview_base .tech_skills_base {
    position: relative;
    height: 100%;
    width: 100%;
    perspective: 1000px;
}.program_overview_base .program_guide_base {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s, transform 0.8s;
    transform: translateZ(-50px);
    left: 0;
    top: 0;
    opacity: 0;
}.program_overview_base .program_guide_base:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.program_overview_base .program_guide_base:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.program_overview_base .program_guide_base:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.program_overview_base .program_guide_base:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.program_overview_base .program_guide_base:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.program_overview_base .program_guide_base img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}.program_overview_base .learn_more_base:hover .program_guide_base {
    animation-play-state: paused;
}.program_overview_base .container {
    display: flex;
    align-items: center;
    grid-row: 1;
    padding: 0 0 0 4rem;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    grid-column: 1 / span 7;
}.program_overview_base .study_training_base {
    width: 100%;
    margin-right: auto;
    max-width: 550px;
    margin-left: 0;
    position: relative;
}.program_overview_base .learn_now_base {
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
}.program_overview_base .learn_now_base h3 {
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    font-size: 42px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.1;
    color: #ffffff;
    font-weight: 700;
    animation: slide-up 0.7s ease-out forwards;
}.program_overview_base .learn_now_base::before {
    border-left: 3px solid rgb(137,147,169);
    top: -40px;
    height: 80px;
    content: "";
    position: absolute;
    opacity: 0;
    border-top: 3px solid rgb(137,147,169);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    width: 80px;
    left: -40px;
}.program_overview_base .learn_now_base::after {
    animation: fade-in 0.5s 0.9s ease-out forwards;
    opacity: 0;
    height: 80px;
    position: absolute;
    bottom: -40px;
    border-right: 3px solid rgb(137,147,169);
    content: "";
    width: 80px;
    border-bottom: 3px solid rgb(137,147,169);
    right: -40px;
}.program_overview_base .learn_now_base p {
    line-height: 1.8;
    color: #ffffff;
    opacity: 0;
    animation: slide-up 0.7s 0.4s ease-out forwards;
    margin-bottom: 2.5rem;
    font-size: 17px;
    transform: translateY(30px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.program_overview_base .contact_request_base {
    opacity: 0;
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.3s;
    animation: slide-up 0.7s 0.6s ease-out forwards;
    background: rgb(137,147,169);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transform: translateY(30px);
    font-size: 14px;
    position: relative;
}.program_overview_base .contact_request_base:hover {
    background: transparent;
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(rgb(137,147,169), 0.5);
}.program_overview_base .contact_request_base::before {
    transform-origin: bottom right;
    transform: scale(1);
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: transform 0.5s;
    content: "";
    background: rgb(137,147,169);
    height: 100%;
}.program_overview_base .contact_request_base:hover::before {
    transform: scale(0);
    transition: transform 0.5s;
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.program_overview_base::before {
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right,
        rgb(101,110,126,0.5) 0%,
        rgb(101,110,126,0.5) 40%,
        transparent 70%);
    top: 0;
}.program_overview_base::after {
    top: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.5;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(137,147,169,0.5) 0%,
        transparent 50%
    );
}

@media screen and (max-width: 1400px) {.program_overview_base .study_training_base {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.program_overview_base {
    grid-template-columns: repeat(10, 1fr);
}.program_overview_base .knowledge_base_base {
    grid-column: 6 / span 5;
}.program_overview_base .container {
    grid-column: 1 / span 6;
    padding: 0 0 0 3rem;
}.program_overview_base .study_training_base {
    max-width: 100%;
}.program_overview_base::before {
    background: linear-gradient(to right,
            rgb(101,110,126,0.5) 0%,
            rgb(101,110,126,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.program_overview_base {
    padding: 0;
    flex-direction: column;
    min-height: auto;
    display: flex;
}.program_overview_base .knowledge_base_base {
    height: 50vh;
    width: 100%;
    clip-path: none;
    order: 1;
}.program_overview_base .knowledge_base_base::before {
    display: none;
}.program_overview_base .container {
    padding: 4rem 3rem;
    order: 2;
    width: 100%;
}.program_overview_base .study_training_base {
    max-width: 600px;
    margin: 0;
}.program_overview_base .learn_now_base {
    background: rgba(0, 0, 0, 0.7);
}.program_overview_base::before {
    background: rgb(101,110,126,0.5);
    opacity: 0.95;
}.program_overview_base::after {
    background: none;
}.program_overview_base .program_guide_base {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.program_overview_base .knowledge_base_base {
    height: 40vh;
}.program_overview_base .container {
    padding: 3rem 2rem;
}.program_overview_base .learn_now_base h3 {
    font-size: calc(42px * 0.8);
}.program_overview_base .learn_now_base::before,
    .program_overview_base .learn_now_base::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.program_overview_base .knowledge_base_base {
    height: 35vh;
}.program_overview_base .container {
    padding: 2.5rem 1.5rem;
}.program_overview_base .learn_now_base h3 {
    font-size: calc(30px * 1.1);
}.program_overview_base .learn_now_base::before,
    .program_overview_base .learn_now_base::after {
    top: -20px;
    width: 40px;
    left: -20px;
    height: 40px;
    bottom: -20px;
    right: -20px;
}.program_overview_base .contact_request_base {
    width: 100%;
    text-align: center;
}}.teaching_history_base {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgb(174,184,206);
}.teaching_history_base::before {
    content: "";
    left: 0;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(to right, transparent, rgb(137,147,169,0.5), transparent);
    position: absolute;
    animation: lineExpand 5s ease-in-out infinite alternate;
    width: 40%;
    top: 40%;
}.teaching_history_base::after {
    bottom: 40%;
    width: 40%;
    right: 0;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    content: "";
    height: 1px;
    transform-origin: right center;
    background: linear-gradient(to left, transparent, rgb(101,110,126,0.5), transparent);
    position: absolute;
}.teaching_history_base .opinion_corner_base {
    margin: 0 auto;
    position: relative;
    display: grid;
    z-index: 1;
    max-width: 1100px;
    gap: 4rem;
    grid-template-columns: 1fr 2fr;
}.teaching_history_base .image_frame_wrap_base {
    overflow: hidden;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    border-radius: 0;
    position: relative;
    height: 400px;
    transform: scale(1);
}.teaching_history_base .image_frame_wrap_base::after {
    position: absolute;
    top: 0;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(135deg, rgb(137,147,169,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
    transition: all 0.7s ease;
    content: "";
}.teaching_history_base .work_area_base {
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
    transition: all 0.7s ease;
    opacity: 0.9;
}.teaching_history_base .work_area_base::before {
    content: "";
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    width: 1px;
    height: 70%;
    left: -2rem;
}.teaching_history_base .name {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(38px * 1.2);
    color: #000000;
    transition: all 0.5s ease;
    transform: translateX(0);
    font-weight: 700;
}.teaching_history_base .name::after {
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: -0.5rem;
    transition: transform 0.5s ease 0.2s;
    transform: scaleX(0);
    width: 50px;
    background: rgb(137,147,169);
    height: 2px;
}.teaching_history_base .work_area_base div:nth-child(2) {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 19px;
    transition: all 0.5s ease 0.1s;
    color: rgb(101,110,126);
    transform: translateX(0);
    text-transform: uppercase;
    margin-bottom: 3rem;
}.teaching_history_base .emp_skills_base {
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    padding-left: 2rem;
    color: #000000;
    transition: all 0.5s ease 0.2s;
    transform: translateX(0);
    font-size: 24px;
}.teaching_history_base .emp_skills_base::before {
    line-height: 1;
    font-size: 4rem;
    font-family: serif;
    left: 0;
    content: "";
    color: rgb(137,147,169,0.5);
    position: absolute;
    top: -1rem;
}.teaching_history_base .opinion_corner_base:hover .image_frame_wrap_base {
    filter: grayscale(0%);
    transform: scale(1.05);
}.teaching_history_base .opinion_corner_base:hover .image_frame_wrap_base::after {
    opacity: 0.3;
}.teaching_history_base .opinion_corner_base:hover .name {
    transform: translateX(10px);
}.teaching_history_base .opinion_corner_base:hover .name::after {
    transform: scaleX(1);
}.teaching_history_base .opinion_corner_base:hover .work_area_base div:nth-child(2) {
    transform: translateX(20px);
}.teaching_history_base .opinion_corner_base:hover .emp_skills_base {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.teaching_history_base .opinion_corner_base {
    grid-template-columns: 1fr;
    gap: 3rem;
}.teaching_history_base .image_frame_wrap_base {
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
    height: 350px;
}.teaching_history_base .work_area_base::before {
    top: -1.5rem;
    left: 20%;
    height: 1px;
    width: 60%;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
}.teaching_history_base .opinion_corner_base:hover .name,
    .teaching_history_base .opinion_corner_base:hover .work_area_base div:nth-child(2),
    .teaching_history_base .opinion_corner_base:hover .emp_skills_base {
    transform: translateX(0);
}}.alertPrivacySettings_base {
    border-top: 2px solid rgb(137,147,169);
    background: rgb(174,184,206);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
}.cookie_layer_base {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.alertPrivacySettings_base h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.alertPrivacySettings_base p {
    font-size: 18px;
}.cookie_gate_base {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_gate_base svg, .cookie_gate_base svg path, .cookie_gate_base img {
    width: 100px;
    height: 100px;
    fill: rgb(137,147,169);
}.digital_cookies_base {
    min-width: 120px;
    text-decoration: none;
    margin-left: 10px;
    line-height: 35px;
    flex-shrink: 0;
    color: rgb(137,147,169);
    cursor: pointer;
    border-bottom: 2px solid rgb(137,147,169);
    white-space: nowrap;
    text-align: center;
    font-size: 24px;
}.alertPrivacySettings_base p a {
    text-decoration: none;
    color: rgb(137,147,169);
}
@media only screen and (max-width: 1200px) {.alertPrivacySettings_base {
    padding: 20px;
}}
#cookie_warning_box_base {
    display: none;
}#cookie_warning_box_base:checked ~ .alertPrivacySettings_base {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.cookie_gate_base {
    display: none;
}.cookie_layer_base {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.alertPrivacySettings_base h5 {
    text-align: center;
}.alertPrivacySettings_base p {
    text-align: center;
}.consent_track_base {
    margin-bottom: 20px;
}body .wrapper-viewport_base .digital_cookies_base {
    margin-left: 0;
}}.course_candidates_base {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,184,206) 0%, rgb(137,147,169,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
}.course_candidates_base::before {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 500px;
    content: "";
    animation: rotate 20s linear infinite;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    top: 50%;
    width: 500px;
}.course_candidates_base::after {
    z-index: 1;
    width: 800px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 800px;
    animation: rotate-reverse 30s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 4px dotted rgb(137,147,169,0.5);
    content: "";
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.course_candidates_base .study_training_base {
    z-index: 5;
    padding: 2rem;
    max-width: 1200px;
    border-radius: 23px;
    margin: 0 auto;
    position: relative;
}.course_candidates_base .study_training_base::before {
    width: 300px;
    background: radial-gradient(circle, rgb(101,110,126,0.5) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    content: "";
    animation: pulse 8s ease-in-out infinite alternate;
    height: 300px;
    position: absolute;
    z-index: -1;
    filter: blur(50px);
    left: 50%;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.course_candidates_base h3 {
    font-size: 37px;
    position: relative;
    color: #ffffff;
    text-align: center;
    z-index: 10;
    font-weight: 700;
    margin-bottom: 4rem;
}.course_candidates_base h3::after {
    background: rgb(137,147,169);
    content: "";
    border-radius: 50px;
    box-shadow: 0 0 15px rgb(137,147,169);
    bottom: -15px;
    width: 150px;
    position: absolute;
    height: 3px;
    left: 50%;
    animation: glow 3s infinite alternate;
    transform: translateX(-50%);
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(137,147,169); }
    100% { box-shadow: 0 0 20px rgb(137,147,169), 0 0 40px rgb(137,147,169,0.5); }
}

.course_candidates_base ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2.5rem;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.course_candidates_base li {
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #ffffff;
    display: flex;
    position: relative;
    font-size: 16px;
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
}.course_candidates_base li::before {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
}.course_candidates_base li::after {
    height: 150%;
    opacity: 0;
    width: 50px;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    animation: data-stream 5s infinite;
    transform: rotate(20deg) translateX(-150px);
    content: "";
    animation-delay: calc(var(--i, 0) * 1s);
}.course_candidates_base li:nth-child(1) {
    --i: 0;
}.course_candidates_base li:nth-child(2) {
    --i: 1;
}.course_candidates_base li:nth-child(3) {
    --i: 2;
}.course_candidates_base li:nth-child(4) {
    --i: 3;
}.course_candidates_base li:nth-child(5) {
    --i: 4;
}.course_candidates_base li:nth-child(6) {
    --i: 5;
}.course_candidates_base li:nth-child(7) {
    --i: 6;
}.course_candidates_base li:nth-child(8) {
    --i: 7;
}.course_candidates_base li:nth-child(9) {
    --i: 8;
}.course_candidates_base li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.course_candidates_base li:hover {
    border-color: rgb(101,110,126);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.course_candidates_base svg {
    width: 30px;
    margin-right: 1.5rem;
    z-index: 2;
    transition: all 0.4s ease;
    position: relative;
    height: 30px;
}.course_candidates_base svg path {
    transition: all 0.4s ease;
    fill: rgb(101,110,126);
}.course_candidates_base li:hover svg {
    transform: rotate(15deg);
}.course_candidates_base li:hover svg path {
    fill: rgb(137,147,169);
}

@media (max-width: 1200px) {.course_candidates_base::before {
    width: 400px;
    height: 400px;
}.course_candidates_base::after {
    width: 600px;
    height: 600px;
}
}

@media (max-width: 992px) {.course_candidates_base {
    padding: 4rem 1.5rem;
}.course_candidates_base ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.course_candidates_base li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.course_candidates_base {
    padding: 3.5rem 1.5rem;
}.course_candidates_base ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_candidates_base::before {
    height: 300px;
    width: 300px;
}.course_candidates_base::after {
    height: 450px;
    width: 450px;
}.course_candidates_base h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.course_candidates_base {
    padding: 3rem 1rem;
}.course_candidates_base .study_training_base {
    padding: 1.5rem 1rem;
}.course_candidates_base h3 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.8);
}.course_candidates_base li {
    padding: 1rem 1.25rem;
}.course_candidates_base svg {
    margin-right: 1rem;
    width: 25px;
    height: 25px;
}}.gratFrame_base {
    background: linear-gradient(135deg, rgb(174,184,206) 0%, rgb(137,147,169,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.gratFrame_base::before {
    z-index: 1;
    top: -10%;
    right: -5%;
    background: linear-gradient(120deg, rgb(101,110,126,0.5) 0%, transparent 70%);
    opacity: 0.6;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    position: absolute;
    content: "";
}.gratFrame_base::after {
    z-index: 1;
    bottom: -5%;
    width: 30%;
    content: "";
    position: absolute;
    transform: rotate(10deg) skewY(-5deg);
    left: -2%;
    height: 60%;
    opacity: 0.4;
    background: linear-gradient(220deg, rgb(137,147,169,0.5) 0%, transparent 80%);
}.gratFrame_base .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.gratFrame_base h2 {
    opacity: 1;
    max-width: 90%;
    line-height: 1.4;
    transform: translateY(0);
    animation: fadeInUp 0.8s ease-out forwards;
    color: #000000;
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: 700;
    position: relative;
}.gratFrame_base h2::after {
    transition: transform 0.5s ease;
    height: 3px;
    background: linear-gradient(90deg, rgb(137,147,169) 0%, rgb(101,110,126) 100%);
    transform-origin: left;
    content: "";
    transform: scaleX(1);
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -15px;
}.gratFrame_base .study_training_base {
    padding: 40px;
    transform: perspective(1000px) rotateY(0deg);
    background: #ffffff;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    animation: fadeIn 1s ease-out 0.3s forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    border-left: 4px solid rgb(137,147,169);
    z-index: 3;
}.gratFrame_base .study_training_base::before {
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    bottom: 0;
}.gratFrame_base .study_training_base:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.gratFrame_base ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratFrame_base li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}.gratFrame_base li::before {
    top: 10px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    left: 0;
    background: rgb(101,110,126);
    content: "";
}.gratFrame_base span {
    color: #000000;
    transform: translateY(10px);
    font-size: calc(12px * 1.05);
    font-family: Arial, sans-serif;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    letter-spacing: 0.02em;
    line-height: 1.8;
    display: block;
    opacity: 0;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.gratFrame_base {
    padding: 150px 0;
}.gratFrame_base h2 {
    max-width: 80%;
    font-size: calc(38px * 1.1);
}.gratFrame_base .study_training_base {
    padding: 50px 60px;
    margin-left: 30px;
}.gratFrame_base span {
    font-size: calc(12px * 1.1);
}
}

@media (min-width: 992px) {.gratFrame_base .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.gratFrame_base h2 {
    max-width: 70%;
}.gratFrame_base .study_training_base {
    width: 85%;
    margin-left: 60px;
}.gratFrame_base span {
    line-height: 1.9;
    font-size: calc(12px * 1.15);
}
}

@media (max-width: 767px) {.gratFrame_base {
    padding: 80px 0;
}.gratFrame_base h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.gratFrame_base .study_training_base {
    padding: 30px 25px;
}.gratFrame_base span {
    line-height: 1.7;
    font-size: 12px;
}.gratFrame_base h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratFrame_base {
    padding: 60px 0;
}.gratFrame_base h2 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.gratFrame_base .study_training_base {
    padding: 25px 20px;
}.gratFrame_base span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.gratFrame_base h2::after {
    height: 2px;
    width: 50px;
}}.title_board_base {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_board_base .start_base_base {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    position: relative;
}.title_board_base .start_base_base::before {
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, 
    rgb(137,147,169,0.5) 0%, 
    rgba(0, 0, 0, 0.75) 100%);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}.title_board_base .team_profile_base {
    width: 90%;
    background: linear-gradient(
    170deg, 
    rgba(255, 255, 255, 0.15), 
    rgba(255, 255, 255, 0.05)
  );
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(101,110,126);
    z-index: 2;
    animation: slide-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    backdrop-filter: blur(8px);
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}.title_board_base h1 {
    font-weight: 700;
    transform: translateX(-10px);
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 45px);
    opacity: 0;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    position: relative;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}.title_board_base h1::after {
    bottom: -10px;
    left: 0;
    content: "";
    transform: scaleX(0);
    height: 4px;
    transform-origin: left;
    position: absolute;
    background: rgb(101,110,126);
    width: 80px;
    animation: scale-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}.title_board_base h3 {
    line-height: 1.5;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    transform: translateX(-10px);
    max-width: 800px;
    opacity: 0;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 2rem;
    font-size: clamp(1.25rem, 3vw, 1.8rem);
}.title_board_base p {
    max-width: 700px;
    opacity: 0;
    font-size: clamp(1rem, 2vw, 15px);
    position: relative;
    padding-left: 1.5rem;
    transform: translateX(-10px);
    line-height: 1.6;
    margin-top: 1.5rem;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    color: #ffffff;
}.title_board_base p::before {
    left: 0;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    content: "";
    top: 50%;
    background-color: rgb(101,110,126);
    width: 10px;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-5deg) translateY(40px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}

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

@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.title_board_base .team_profile_base {
    padding: 4rem;
    margin-left: 10%;
    width: 80%;
}.title_board_base h1 {
    margin-bottom: 2rem;
}.title_board_base h1::after {
    width: 120px;
}
}

@media (min-width: 1200px) {.title_board_base .team_profile_base {
    padding: 5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    margin-left: 15%;
    width: 75%;
}.title_board_base h1 {
    margin-bottom: 2.5rem;
}.title_board_base h1::after {
    height: 5px;
    width: 150px;
}.title_board_base h3 {
    font-size: 1.8rem;
    max-width: 80%;
}.title_board_base p {
    padding-left: 2rem;
    font-size: 15px;
}.title_board_base p::before {
    width: 12px;
    height: 12px;
}
}

@media (max-width: 767px) {.title_board_base .start_base_base {
    padding: 2rem 1rem;
}.title_board_base .team_profile_base {
    padding: 2rem;
    backdrop-filter: blur(5px);
}.title_board_base h1 {
    font-size: 2.2rem;
}.title_board_base h3 {
    font-size: 1.2rem;
}
}

@media (hover: hover) {.title_board_base .team_profile_base:hover {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease;
}.title_board_base .team_profile_base:hover h1::after {
    transition: width 0.5s ease;
    width: 200px;
}
}

@media (prefers-reduced-motion: reduce) {.title_board_base .team_profile_base,
  .title_board_base h1,
  .title_board_base h3,
  .title_board_base p {
    animation: none;
    opacity: 1;
    transform: none;
}.title_board_base h1::after {
    animation: none;
    transform: scaleX(1);
}}footer {
    width: 100%;
    position: relative;
}.intern_opp_base {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    padding: 70px 0 30px;
}.intern_opp_base::before {
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(137,147,169), rgb(101,110,126));
    position: absolute;
}footer .math_tools_base {
    gap: 60px;
    display: grid;
}footer .reach_form_base {
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    height: 18px;
    position: relative;
    fill: rgb(137,147,169);
    margin-right: 10px;
    width: 18px;
    top: 3px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
}footer .info_item a:hover {
    color: rgb(137,147,169);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .top_train_base {
    margin-bottom: 15px;
}footer .top_train_base svg {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}footer .res_connect_base {
    max-width: 350px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}footer .main_navbar_base h5 {
    position: relative;
    font-size: 22px;
    margin-bottom: 25px;
    color: #000000;
    font-weight: 600;
}footer .main_navbar_base h5::after {
    content: "";
    position: absolute;
    width: 30px;
    background-color: rgb(137,147,169);
    height: 2px;
    left: 0;
    bottom: -8px;
}footer .nav_pagewrap_base {
    margin-bottom: 30px;
}footer .nav_pagewrap_base a {
    font-size: 13px;
    color: #000000;
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    display: block;
}footer .nav_pagewrap_base a:hover {
    color: rgb(137,147,169);
    transform: translateX(5px);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.6;
}footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: border-color 0.3s ease;
    color: #000000;
    background-color: #ffffff;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(137,147,169);
}footer .sub_material_base {
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    padding: 14px 20px;
    background-color: rgb(137,147,169);
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}footer .sub_material_base:hover {
    background-color: rgb(101,110,126);
}footer .ranking_bar_base {
    margin-top: 50px;
}footer .level_up_base {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_material_base {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .intern_opp_base {
    padding: 50px 0 30px;
}footer .reach_form_base {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .ranking_bar_base {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .intern_opp_base {
    padding: 40px 0 20px;
}footer .math_tools_base {
    gap: 40px;
}footer .main_navbar_base h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.client_experience_base {
    perspective: 1000px;
    background: linear-gradient(180deg, rgb(174,184,206) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.client_experience_base::before {
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.6;
    z-index: 1;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(137,147,169,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(101,110,126,0.5) 0%, transparent 15%);
    top: 0;
    width: 100%;
}.client_experience_base::after {
    background-size: 30px 30px;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.2;
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    position: absolute;
}.client_experience_base .container {
    position: relative;
    z-index: 2;
}.client_experience_base h2 {
    text-transform: uppercase;
    padding: 0 2rem;
    transform: translateX(-50%);
    letter-spacing: 2px;
    left: 50%;
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 28px;
    display: inline-block;
    position: relative;
}.client_experience_base h2::before, 
.client_experience_base h2::after {
    animation: neonPulse 2s infinite alternate;
    width: 50px;
    top: 50%;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(137,147,169);
}.client_experience_base h2::before {
    left: -30px;
}.client_experience_base h2::after {
    right: -30px;
}.client_experience_base .success_quotes_base {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
    gap: 2rem;
}.client_experience_base .opinion_corner_base {
    align-items: center;
    overflow: hidden;
    display: flex;
    transform-style: preserve-3d;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    max-width: calc(33.333% - 2rem);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    min-width: 280px;
    transform: translateZ(0) rotateY(0);
    flex: 0 0 calc(33.333% - 2rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.client_experience_base .opinion_corner_base::before {
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.5s ease;
    mask-composite: exclude;
    inset: 0;
    border: 2px solid transparent;
    position: absolute;
    border-radius: 10px;
    content: "";
    background: linear-gradient(45deg, rgb(137,147,169), rgb(101,110,126)) border-box;
    opacity: 0;
}.client_experience_base .opinion_corner_base:hover {
    transform: translateZ(20px) rotateY(5deg);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}.client_experience_base .opinion_corner_base:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.client_experience_base .opinion_corner_base:nth-child(even):hover {
    transform: translateZ(20px) rotateY(-5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}.client_experience_base .opinion_corner_base img {
    z-index: 2;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 90px;
    margin-bottom: 1.5rem;
    object-fit: cover;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 90px;
}.client_experience_base .opinion_corner_base:hover img {
    border-color: rgb(137,147,169);
    box-shadow: 0 0 15px rgb(137,147,169,0.5);
    transform: scale(1.05);
}.client_experience_base .opinion_corner_base p {
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    color: #000000;
    transition: all 0.3s ease;
    font-size: calc(18px * 1.1);
}.client_experience_base .opinion_corner_base .description {
    margin-top: 1rem;
    position: relative;
    font-weight: 400;
    text-align: center;
    color: #000000;
    padding-top: 1rem;
    font-size: 18px;
    z-index: 2;
}.client_experience_base .opinion_corner_base .description::after {
    height: 2px;
    transform: translateX(-50%);
    top: 0;
    content: "";
    width: 40px;
    left: 50%;
    background: rgb(101,110,126,0.5);
    position: absolute;
    transition: all 0.3s ease;
}.client_experience_base .opinion_corner_base:hover .description::after {
    box-shadow: 0 0 10px rgb(137,147,169,0.5);
    background: rgb(137,147,169);
    width: 60px;
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(137,147,169), 0 0 10px rgb(137,147,169,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(137,147,169), 0 0 30px rgb(137,147,169,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_experience_base {
    padding: 4rem 0;
}.client_experience_base h2 {
    margin-bottom: 3rem;
}.client_experience_base .opinion_corner_base {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_experience_base h2 {
    font-size: calc(28px * 0.9);
}.client_experience_base h2::before,
    .client_experience_base h2::after {
    width: 30px;
}.client_experience_base h2::before {
    left: -15px;
}.client_experience_base h2::after {
    right: -15px;
}.client_experience_base .success_quotes_base {
    flex-direction: column;
    gap: 1.5rem;
}.client_experience_base .opinion_corner_base {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 1.5rem;
}.client_experience_base .opinion_corner_base,
    .client_experience_base .opinion_corner_base:hover,
    .client_experience_base .opinion_corner_base:nth-child(even):hover {
    transform: none;
}.client_experience_base .opinion_corner_base img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 480px) {.client_experience_base {
    padding: 3rem 0;
}.client_experience_base h2 {
    font-size: calc(28px * 0.8);
}.client_experience_base .opinion_corner_base {
    padding: 1.25rem;
}.client_experience_base .opinion_corner_base img {
    height: 60px;
    width: 60px;
}
}