﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.nav_train3541 {
    flex: 1 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
header,footer {
    width: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}

section {
    background-color: rgb(216,197,203);
}
.footer {
    flex: 0 0 auto;
}
.wrapper-holder6491 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.academic_expertise1864 {
    position: relative;
    background: linear-gradient(135deg, rgb(191,151,157), rgb(166,104,135));
    padding: 150px 0;
    overflow: hidden;
}

.academic_expertise1864::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgb(191,151,157,0.5) 0%, transparent 60%),
                radial-gradient(circle at 70% 50%, rgb(166,104,135,0.5) 0%, transparent 60%);
    opacity: 0.1;
}

.academic_expertise1864 .learn_classes2701 {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}

.academic_expertise1864 .review_spot8067 {
    display: flex;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,197,203) 100%);
    border: 1px solid rgb(191,151,157,0.5);
    border-radius: 28px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.academic_expertise1864 .image_section1604 {
    flex: 0 0 45%;
    min-height: 600px;
    position: relative;
    border-right: 1px solid rgb(191,151,157,0.5);
}

.academic_expertise1864 .image_section1604::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(191,151,157,0.5) 0%, transparent 70%);
    mix-blend-mode: multiply;
}

.academic_expertise1864 .career_details5873 {
    width: 45%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-left: 3px solid rgb(191,151,157);
}

.academic_expertise1864 .name {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.academic_expertise1864 .past_jobs2938 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(191,151,157);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.academic_expertise1864 .worker_info {
    flex: 1;
    padding: 60px;
    background: linear-gradient(45deg, transparent 0%, #ffffff 100%);
}

.academic_expertise1864 .exp_view9784 {
    font-size: 17px;
    font-weight: 300;
    color: rgb(191,151,157);
    margin-bottom: 40px;
    padding: 30px;
    background: linear-gradient(to right, rgb(216,197,203) 0%, transparent 100%);
    border-radius: 10px;
    border-left: 2px solid rgb(166,104,135);
}

.academic_expertise1864 .career_area8095 {
    font-size: 17px;
    color: #000000;
    padding: 30px;
    background: linear-gradient(to bottom, #ffffff 0%, rgb(216,197,203) 100%);
    border-radius: 10px;
    border: 1px solid rgb(191,151,157,0.5);
}

@media (max-width: 1200px) {
    .academic_expertise1864 {
        padding: 100px 0;
    }

    .academic_expertise1864 .review_spot8067 {
        margin: 0 20px;
    }

    .academic_expertise1864 .image_section1604 {
        flex: 0 0 40%;
        min-height: 500px;
    }

    .academic_expertise1864 .career_details5873 {
        width: 40%;
    }

    .academic_expertise1864 .worker_info {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .academic_expertise1864 {
        padding: 80px 0;
    }

    .academic_expertise1864 .review_spot8067 {
        flex-direction: column;
        padding-bottom: 200px;
    }

    .academic_expertise1864 .image_section1604 {
        width: 100%;
        min-height: 400px;
        border-right: none;
        border-bottom: 1px solid rgb(191,151,157,0.5);
    }

    .academic_expertise1864 .career_details5873 {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 60px);
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        border-left: none;
        border-top: 3px solid rgb(191,151,157);
        bottom: 30px;
    }
}

@media (max-width: 576px) {
    .academic_expertise1864 {
        padding: 60px 0;
    }

    .academic_expertise1864 .review_spot8067 {
        margin: 0 15px;
    }

    .academic_expertise1864 .image_section1604 {
        min-height: 350px;
    }

    .academic_expertise1864 .career_details5873 {
        width: calc(100% - 30px);
        padding: 15px;
        bottom: 20px;
    }

    .academic_expertise1864 .name {
        font-size: calc(34px * 0.8);
    }

    .academic_expertise1864 .worker_info {
        padding: 30px 20px;
    }

    .academic_expertise1864 .exp_view9784 {
        padding: 20px;
        margin-bottom: 30px;
        font-size: calc(18px * 0.9);
    }

    .academic_expertise1864 .career_area8095 {
        padding: 20px;
    }
}.take_a_spin4936 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.take_a_spin4936 h2 {
    color: rgb(166,104,135);
}

.take_a_spin4936 .contact_feedback2463 {
    background: rgb(166,104,135);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.take_a_spin4936 .contact_feedback2463:hover {
    background: rgb(191,151,157);
}

.take_a_spin4936 .learn_classes2701 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.take_a_spin4936 h2 {
    font-size: 37px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.take_a_spin4936 .contact_feedback2463 {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .take_a_spin4936 .learn_classes2701 {
        flex-direction: column;
    }

    .wrapper-holder6491 section.take_a_spin4936 h2 {
        font-size: 26px;
    }

    .take_a_spin4936 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .take_a_spin4936 .contact_feedback2463 {
        font-size: 24px;
    }

    .take_a_spin4936 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-holder6491 .take_a_spin4936 .learn_classes2701 {
    width: 80%;
    padding: 50px;
    border: 1px solid rgb(191,151,157);
    background: rgb(216,197,203);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(191,151,157,0.5);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wrapper-holder6491 .take_a_spin4936 .learn_classes2701::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(191,151,157));
    opacity: 0.1;
    z-index: 0;
}

.wrapper-holder6491 .take_a_spin4936 .learn_classes2701:hover {
    box-shadow: 0 0 30px rgb(191,151,157);
    transform: scale(1.02);
}

.wrapper-holder6491 .take_a_spin4936 h2 {
    font-size: 47px;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    position: relative;
    background: linear-gradient(90deg, rgb(191,151,157), rgb(166,104,135));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 0;
}

.wrapper-holder6491 .take_a_spin4936 .contact_feedback2463 {
    background: rgb(191,151,157);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 40px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 1;
    position: relative;
}

.wrapper-holder6491 .take_a_spin4936 .contact_feedback2463:hover {
    background: rgb(166,104,135);
    transform: scale(1.1);
}

@media only screen and (max-width: 800px) {
    .wrapper-holder6491 .take_a_spin4936 .learn_classes2701 {
        width: 90%;
        padding: 40px;
    }

    .wrapper-holder6491 .take_a_spin4936 h2 {
        font-size: 37px;
        margin-bottom: 20px;
    }

    .wrapper-holder6491 .take_a_spin4936 .contact_feedback2463 {
        padding: 15px 30px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper-holder6491 .take_a_spin4936 .learn_classes2701 {
        width: 100%;
        padding: 30px;
    }

    .wrapper-holder6491 .take_a_spin4936 h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .wrapper-holder6491 .take_a_spin4936 .contact_feedback2463 {
        font-size: 13px;
    }
}.title_opener5698 {
    width: 100%;
    background-color: #000000;
    padding: 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.title_opener5698 .learn_intro5108 {
    width: 100%;
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px;
    background-size: cover;
    background-position: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 60px;
}
.title_opener5698 .team_bios2457 {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    border-radius: 10px;
    max-width: 800px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}
.title_opener5698 .team_bios2457 h1 {
    color: rgb(191,151,157);
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.title_opener5698 .team_bios2457 h3 {
    color: rgb(166,104,135);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.title_opener5698 .team_bios2457 p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}


@media only screen and (max-width: 800px) {
    .title_opener5698 .learn_intro5108 {
        min-height: 400px;
    }
    .title_opener5698 .team_bios2457 {
        padding: 20px;
    }
    .title_opener5698 .team_bios2457 h1 {
        font-size: 28px;
    }
    .title_opener5698 .team_bios2457 h3 {
        font-size: 22px;
    }
    .title_opener5698 .team_bios2457 p {
        font-size: 16px;
    }
}
.wrapper-holder6491 .title_opener5698 .team_bios2457 {
    background: linear-gradient(180deg, rgb(191,151,157,0.5) 0%, rgb(166,104,135,0.5) 100%);
    padding: 60px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
}
.wrapper-holder6491 .title_opener5698 .learn_intro5108 {
    min-height: unset;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
}
.wrapper-holder6491 .title_opener5698::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.5;
    z-index: 0;
    border-radius: 11px;
}
.wrapper-holder6491 .title_opener5698 .team_bios2457 h1 {
    text-align: left;
    color: #ffffff;
    font-size: 47px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.wrapper-holder6491 .title_opener5698 .team_bios2457 h3 {
    text-align: left;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.wrapper-holder6491 .title_opener5698 .team_bios2457 p {
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-holder6491 .title_opener5698 .team_bios2457 {
        padding: 30px;
        height: auto;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-holder6491 .title_opener5698 .team_bios2457 {
        width: 100%;
        padding: 40px 20px;
        height: auto;
    }
}.secure_guard1689 {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.secure_guard1689:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.secure_guard1689 h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 40px;
    color: rgb(191,151,157);
    font-weight: 700;
    border-bottom: 2px solid rgb(166,104,135);
    padding-bottom: 10px;
}

.secure_guard1689 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 37px;
    color: rgb(166,104,135);
    font-weight: 600;
    border-bottom: 1px solid rgb(166,104,135,0.5);
    padding-bottom: 8px;
}

.secure_guard1689 h3, .secure_guard1689 h4, .secure_guard1689 h5, .secure_guard1689 h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 19px;
    color: rgb(191,151,157,0.5);
    font-weight: 400;
}

.secure_guard1689 ul, .secure_guard1689 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 20px 0;
    border-left: 3px solid rgb(191,151,157);
    margin: 20px 0;
}

.secure_guard1689 li {
    margin-bottom: 15px;
    color: #000000;
    font-size: 18px;
    padding-left: 10px;
    line-height: 1.6;
}

.secure_guard1689 section {
    background: rgb(216,197,203);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.secure_guard1689 p, .secure_guard1689 span, .secure_guard1689 div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
}

.secure_guard1689 p {
    text-align: justify;
}

.secure_guard1689 a {
    color: rgb(191,151,157);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.secure_guard1689 a:hover {
    color: rgb(166,104,135);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
    .secure_guard1689 {
        padding: 30px 15px;
    }

    .secure_guard1689 h1 {
        font-size: calc(19px - 10px);
    }

    .secure_guard1689 h2 {
        font-size: calc(19px - 5px);
    }

    .secure_guard1689 ul, .secure_guard1689 ol {
        padding-left: 10px;
    }

    .secure_guard1689 li {
        font-size: calc(18px - 2px);
    }
}.contact_form_section3752 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,197,203) 0%, rgb(191,151,157,0.5) 100%);
    padding: 80px 0;
}

.contact_form_section3752::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(166,104,135,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(191,151,157,0.5) 0%, transparent 40%);
    z-index: 0;
    animation: pulse 15s infinite alternate;
}

.contact_form_section3752::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(191,151,157,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(191,151,157,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(191,151,157,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(191,151,157,0.5) 75%);
    background-size: 200px 200px;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    opacity: 0.05;
    z-index: 1;
}

.contact_form_section3752 .image_section1604 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.2;
    filter: grayscale(40%) contrast(120%);
}

.contact_form_section3752 .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_form_section3752 h3 {
    color: #000000;
    font-size: 32px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact_form_section3752 h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(191,151,157);
    border-radius: 10px;
}

.contact_form_section3752 .reach_widget2793 {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

.contact_form_section3752 .reach_widget2793::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, rgb(166,104,135), rgb(191,151,157), rgb(166,104,135));
    z-index: -1;
    border-radius: calc(25px + 5px);
    animation: border-glow 5s infinite linear;
}

.contact_form_section3752 .request_grid7463 {
    flex: 1 1 60%;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.contact_form_section3752 .request_grid7463::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    opacity: 0.3;
    z-index: 0;
}

.contact_form_section3752 .request_grid7463 #contact {
    position: relative;
    z-index: 1;
}

.contact_form_section3752 .request_grid7463 h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    text-align: left;
}

.contact_form_section3752 .request_grid7463 h3::after {
    left: 0;
    transform: none;
    width: 60px;
}

.contact_form_section3752 .request_grid7463 input[type="text"],
.contact_form_section3752 .request_grid7463 textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
}

.contact_form_section3752 .request_grid7463 input[type="text"]:focus,
.contact_form_section3752 .request_grid7463 textarea:focus {
    outline: none;
    border-color: rgb(191,151,157);
    box-shadow: 0 0 0 3px rgb(191,151,157,0.5);
    background-color: #ffffff;
}

.contact_form_section3752 .request_grid7463 textarea {
    height: 120px;
    resize: vertical;
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: calc(13px - 2px);
    line-height: 1.5;
    color: #000000;
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 input[type="checkbox"]:checked + label::before {
    background-color: rgb(191,151,157);
    border-color: rgb(191,151,157);
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 9px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 a {
    color: rgb(191,151,157);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact_form_section3752 .request_grid7463 .query_feedback8125 a:hover {
    color: rgb(166,104,135);
    text-decoration: underline;
}

.contact_form_section3752 .request_grid7463 .contact_feedback2463 {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(191,151,157) 0%, rgb(166,104,135) 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact_form_section3752 .request_grid7463 .contact_feedback2463::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
}

.contact_form_section3752 .request_grid7463 .contact_feedback2463:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact_form_section3752 .request_grid7463 .contact_feedback2463:hover::before {
    left: 100%;
}

.contact_form_section3752 .message_list4317 {
    flex: 1 1 40%;
    padding: 40px;
    background: linear-gradient(135deg, rgb(166,104,135) 0%, rgb(191,151,157) 100%);
    position: relative;
    overflow: hidden;
}

.contact_form_section3752 .message_list4317::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    opacity: 0.6;
}

.contact_form_section3752 .message_list4317 h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.contact_form_section3752 .message_list4317 h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ffffff;
    border-radius: 10px;
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 li svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 li span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_form_section3752 .message_list4317 .inquiry_feedback6401 li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {
    .contact_form_section3752 {
        padding: 60px 0;
    }

    .contact_form_section3752 .container {
        padding: 0 15px;
    }

    .contact_form_section3752 .reach_widget2793 {
        flex-direction: column;
    }

    .contact_form_section3752 .request_grid7463,
    .contact_form_section3752 .message_list4317 {
        flex: 1 1 100%;
    }

    .contact_form_section3752 .request_grid7463 {
        padding: 30px;
    }

    .contact_form_section3752 .message_list4317 {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact_form_section3752 {
        padding: 40px 0;
    }

    .contact_form_section3752 h3 {
        font-size: calc(32px - 4px);
        margin-bottom: 30px;
    }

    .contact_form_section3752 .request_grid7463 h3,
    .contact_form_section3752 .message_list4317 h4 {
        font-size: calc(24px - 2px);
        margin-bottom: 20px;
    }

    .contact_form_section3752 .request_grid7463 input[type="text"],
    .contact_form_section3752 .request_grid7463 textarea {
        padding: 12px 15px;
        margin-bottom: 15px;
    }

    .contact_form_section3752 .request_grid7463 textarea {
        height: 100px;
    }

    .contact_form_section3752 .request_grid7463 .contact_feedback2463 {
        padding: 12px 25px;
        font-size: calc(16px - 1px);
    }

    .contact_form_section3752 .message_list4317 .inquiry_feedback6401 li {
        margin-bottom: 20px;
    }

    .contact_form_section3752 .message_list4317 .inquiry_feedback6401 li svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .contact_form_section3752 {
        padding: 30px 0;
    }

    .contact_form_section3752 .request_grid7463,
    .contact_form_section3752 .message_list4317 {
        padding: 20px;
    }

    .contact_form_section3752 h3 {
        font-size: calc(32px - 6px);
    }

    .contact_form_section3752 .request_grid7463 .query_feedback8125 label {
        font-size: calc(13px - 3px);
    }
}.program_details1502 {
    padding: 100px 0;
    background-color: rgb(216,197,203);
    color: #000000;
}

.program_details1502 h2 {
    color: rgb(191,151,157);
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.program_details1502 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.program_details1502 .nav_train3541 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
}

.program_details1502 .nav_train3541:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.program_details1502 .image_section1604 {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.program_details1502 .text_display7512 {
    text-align: center;
}

.program_details1502 h3 {
    color: rgb(191,151,157);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 20px;
}

.program_details1502 p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.program_details1502 .contact_feedback2463 {
    display: inline-block;
    background: rgb(166,104,135);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.program_details1502 .contact_feedback2463:hover {
    background: rgb(191,151,157);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .program_details1502 {
        padding: 50px 0;
    }

    .program_details1502 h2 {
        font-size: 37px;
        margin-bottom: 30px;
    }
}

.wrapper-holder6491 .program_details1502 {
    padding: 100px 0;
    background-color: rgb(216,197,203);
    color: #000000;
}

.wrapper-holder6491 .program_details1502 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper-holder6491 .program_details1502 .nav_train3541 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
}

.wrapper-holder6491 .program_details1502 .image_section1604 {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-right: 20px;
}

.wrapper-holder6491 .program_details1502 .text_display7512 {
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .wrapper-holder6491 .program_details1502 .nav_train3541 {
        flex-direction: column;
    }

    .wrapper-holder6491 .program_details1502 .image_section1604 {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    .wrapper-holder6491 .program_details1502 .text_display7512 {
        width: 100%;
        text-align: center;
    }
    .program_details1502 h3 {
        font-size: 18px;
    }
}.tyBox2736 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(216,197,203);
    color: #000000;
    font-family: Playfair Display, sans-serif;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
.tyBox2736 .container {
    background: #ffffff;
    padding: 60px;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.tyBox2736 h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(191,151,157);
    border-bottom: 3px solid rgb(166,104,135);
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.tyBox2736 p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
    box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
    .tyBox2736 .container {
        padding: 30px;
    }
    .tyBox2736 h2 {
        font-size: 37px;
    }
    .tyBox2736 p {
        font-size: 12px;
    }
}
.operation_process9834 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(
        135deg,
        rgb(191,151,157) 0%,
        rgb(166,104,135) 50%,
        #000000 100%
    );
    padding: 100px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.operation_process9834::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent 0,
        transparent 10px,
        rgb(191,151,157,0.5) 10px,
        rgb(191,151,157,0.5) 20px
    );
    opacity: 0.1;
}

.operation_process9834 .easy_study6507 {
    position: relative;
    width: 100%;
    z-index: 2;
}

.operation_process9834 .easy_study6507 .container {
    position: relative;
    display: flex;
    gap: 0;
    padding: 0;
    min-height: 700px;
}

.operation_process9834 .easy_study6507 .image_section1604 {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    border-radius: 24px 0 0 24px;
}

.operation_process9834 .easy_study6507 .image_section1604::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% 50%,
        transparent 20%,
        rgb(166,104,135) 120%
    );
    border-radius: 24px 0 0 24px;
}

.operation_process9834 .easy_study6507 .image_section1604::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(191,151,157,0.5) 0%,
        rgb(166,104,135,0.5) 100%
    );
    opacity: 0.6;
    border-radius: 24px 0 0 24px;
}

.operation_process9834 .easy_study6507 .learn_classes2701 {
    position: relative;
    width: 55%;
    margin-left: auto;
    padding: 100px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.15) 100%
    );
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 24px 24px 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.operation_process9834 .easy_study6507 .learn_classes2701::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent 0,
        transparent 20px,
        rgb(166,104,135,0.5) 20px,
        rgb(166,104,135,0.5) 40px
    );
    opacity: 0.1;
    border-radius: 0 24px 24px 0;
}

.operation_process9834 .easy_study6507 .learn_classes2701 h3 {
    color: #ffffff;
    font-size: calc(44px * 1.2);
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.2;
    position: relative;
}

.operation_process9834 .easy_study6507 .learn_classes2701 h3::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
}

.operation_process9834 .easy_study6507 .learn_classes2701 span {
    color: #ffffff;
    font-size: 23px;
    line-height: 2;
    font-family: Playfair Display, sans-serif;
    font-weight: 300;
    opacity: 0.9;
    position: relative;
    padding-left: 2px;
}

.operation_process9834 .easy_study6507 .learn_classes2701::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(
        to top,
        rgb(166,104,135) 0%,
        transparent 100%
    );
    pointer-events: none;
    opacity: 0.3;
    border-radius: 0 0 24px 0;
}

@media (max-width: 1400px) {
    .operation_process9834 .easy_study6507 .learn_classes2701 {
        width: 65%;
        padding: 80px;
    }

    .operation_process9834 .easy_study6507 .image_section1604 {
        width: 50%;
    }

    .operation_process9834 .easy_study6507 .learn_classes2701 h3 {
        font-size: 44px;
    }
}

@media (max-width: 1200px) {
    .operation_process9834 {
        padding: 60px 0;
    }

    .operation_process9834 .easy_study6507 .container {
        flex-direction: column;
        min-height: auto;
    }

    .operation_process9834 .easy_study6507 .image_section1604 {
        position: relative;
        width: 100%;
        height: 400px;
        border-radius: 24px 24px 0 0;
    }

    .operation_process9834 .easy_study6507 .image_section1604::before,
    .operation_process9834 .easy_study6507 .image_section1604::after {
        border-radius: 24px 24px 0 0;
    }

    .operation_process9834 .easy_study6507 .image_section1604::before {
        background: linear-gradient(
            to bottom,
            transparent 0%,
            rgb(166,104,135) 100%
        );
    }

    .operation_process9834 .easy_study6507 .learn_classes2701 {
        width: 100%;
        margin: 0;
        padding: 60px 40px;
        border-radius: 0 0 24px 24px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .operation_process9834 .easy_study6507 .learn_classes2701::before,
    .operation_process9834 .easy_study6507 .learn_classes2701::after {
        border-radius: 0 0 24px 24px;
    }
}

@media (max-width: 768px) {
    .operation_process9834 {
        padding: 40px 0;
    }

    .operation_process9834 .easy_study6507 .image_section1604 {
        height: 300px;
    }

    .operation_process9834 .easy_study6507 .learn_classes2701 {
        padding: 40px 25px;
    }

    .operation_process9834 .easy_study6507 .learn_classes2701 h3 {
        font-size: calc(44px * 0.85);
        margin-bottom: 40px;
    }

    .operation_process9834 .easy_study6507 .learn_classes2701 span {
        font-size: 15px;
        line-height: 1.8;
    }

    .operation_process9834 .easy_study6507 .learn_classes2701::after {
        height: 100px;
    }
}.client_opinions0381 {
    background: rgb(166,104,135,0.5);
    padding: 60px 0;
}
.client_opinions0381 h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
}
.client_opinions0381 h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: rgb(191,151,157);
    left: 0;
    bottom: 0;
}
.client_opinions0381 .feedback_grid7246 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.client_opinions0381 .feedback_grid7246 .review_spot8067 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 33%;
    padding: 20px;
    margin-bottom: 10px;
}
.client_opinions0381 .feedback_grid7246 .review_spot8067 .text {
    font-style: italic;
    margin: 0 15px 15px 15px;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}
.client_opinions0381 .feedback_grid7246 .review_spot8067 .text:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}
.client_opinions0381 .feedback_grid7246 .review_spot8067 .text span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
}
.client_opinions0381 .feedback_grid7246 .review_spot8067 .text p {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    text-align: center;
}
.client_opinions0381 .feedback_grid7246 .review_spot8067 .image_section1604 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
@media only screen and (max-width: 1200px)  {
    .client_opinions0381 .feedback_grid7246 {
        flex-direction: column;
    }
    .client_opinions0381 .feedback_grid7246 .review_spot8067 {
        width: 100%;
        padding: 10px;
    }
}footer {
  background-color: rgb(166,104,135);
  color: #ffffff;
  font-family: Playfair Display, sans-serif;
  padding: 40px 0;
}
footer .training_zone2498 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  text-align: center;
}
footer .top_base2589 svg,
footer .top_base2589 svg path {
  fill: rgb(191,151,157);
}
footer h5 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(191,151,157);
  margin-bottom: 10px;
}
footer .top_pagebar7561 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  transition: color 0.3s;
}
footer .top_pagebar7561 a:hover {
  color: rgb(191,151,157);
}
footer .qna_board2196 {
  font-size: 13px;
  color: #000000;
}
footer .qna_board2196 a {
  color: rgb(191,151,157);
  text-decoration: none;
  transition: color 0.3s;
}
footer .qna_board2196 a:hover {
  color: rgb(166,104,135);
}
footer .inquiry_feedback6401 div svg,
footer .inquiry_feedback6401 div svg path {
  fill: rgb(191,151,157);
}
footer .inquiry_feedback6401 div span {
  color: #ffffff;
  margin-left: 10px;
}
footer .ar_tools3968 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
footer .study_bottom0286 {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
footer .top_base2589 svg,
footer .top_base2589 img {
  width: 64px;
  height: auto;
}
footer .inquiry_feedback6401 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .inquiry_feedback6401 div {
  display: flex;
  align-items: center;
}
footer .inquiry_feedback6401 div img,
footer .inquiry_feedback6401 div svg {
  width: 20px;
  height: 20px;
}
footer .main_pro2380 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .top_pagebar7561 a {
  font-size: 15px;
}
@media only screen and (max-width: 800px) {
  footer .ar_tools3968 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .top_pagebar7561 {
    margin-bottom: 20px;
  }
  footer .main_pro2380 {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  footer .inquiry_feedback6401 {
    align-items: center;
  }
  footer h5 {
    margin-bottom: 20px;
  }
}@keyframes slideIn {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.advantages_highlights4017 {
    padding: 6vw 0;
    background: linear-gradient(135deg, rgb(216,197,203) 0%, rgb(166,104,135,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.advantages_highlights4017::before,
.advantages_highlights4017::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(191,151,157,0.5) 0%, transparent 70%);
}

.advantages_highlights4017::before {
    top: -100px;
    left: -100px;
}

.advantages_highlights4017::after {
    bottom: -100px;
    right: -100px;
}

.advantages_highlights4017 .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.advantages_highlights4017 .expert_pluses5871 {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid rgb(166,104,135,0.5);
    transition: box-shadow 0.3s ease;
}

.advantages_highlights4017 .expert_pluses5871:hover {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.advantages_highlights4017 .expert_pluses5871 h2 {
    font-size: clamp(1.5rem, 4vw, 28px);
    color: #ffffff;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgb(191,151,157) 0%, rgb(166,104,135) 100%);
    position: relative;
}

.advantages_highlights4017 .expert_pluses5871 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #ffffff;
}

.advantages_highlights4017 .smart_advantage6570 {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.advantages_highlights4017 .training_reasons4970 {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    min-height: 400px;
}

.advantages_highlights4017 .knowledge_benefits4709 {
    flex-basis: calc(50% - 1rem);
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, rgb(166,104,135,0.5) 100%);
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    animation: slideIn 0.5s ease-out forwards;
}

.advantages_highlights4017 .knowledge_benefits4709:nth-child(odd) { animation-delay: 0.1s; }
.advantages_highlights4017 .knowledge_benefits4709:nth-child(even) { animation-delay: 0.2s; }

.advantages_highlights4017 .knowledge_benefits4709::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(191,151,157), rgb(166,104,135));
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
}

.advantages_highlights4017 .knowledge_benefits4709:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.advantages_highlights4017 .knowledge_benefits4709:hover::before {
    transform: scaleY(1);
}

.advantages_highlights4017 .study_advantages5829 {
    flex: 0 0 3rem;
    margin-right: 1rem;
    position: relative;
}

.advantages_highlights4017 .study_advantages5829::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgb(191,151,157,0.5) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.advantages_highlights4017 .knowledge_benefits4709:hover .advantages_highlights4017 .study_advantages5829::after {
    opacity: 1;
}

.advantages_highlights4017 .knowledge_benefits4709 svg,
.advantages_highlights4017 .knowledge_benefits4709 svg path {
    width: 3rem;
    height: 3rem;
    fill: rgb(191,151,157);
    transition: fill 0.3s ease-in-out;
}

.advantages_highlights4017 .knowledge_benefits4709:hover svg,
.advantages_highlights4017 .knowledge_benefits4709:hover svg path {
    fill: rgb(166,104,135);
}

.advantages_highlights4017 .knowledge_benefits4709 h4 {
    font-size: clamp(1rem, 2vw, 20px);
    color: #000000;
    margin: 0;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.advantages_highlights4017 .knowledge_benefits4709:hover h4 {
    color: rgb(191,151,157);
}

.advantages_highlights4017 .image_section1604 {
    flex: 1;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.advantages_highlights4017 .image_section1604::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(191,151,157,0.5), transparent);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.advantages_highlights4017 .image_section1604:hover::before {
    opacity: 0.4;
}

/* Responsive Design */
@media (min-width: 992px) {
    .advantages_highlights4017 .smart_advantage6570 {
        flex-direction: row;
    }

    .advantages_highlights4017 .training_reasons4970 {
        flex: 0 0 60%;
    }

    .advantages_highlights4017 .image_section1604 {
        flex: 0 0 40%;
    }
}

@media (max-width: 991.98px) {
    .advantages_highlights4017 .knowledge_benefits4709 {
        flex-basis: 100%;
    }
}

@media (max-width: 767.98px) {
    .advantages_highlights4017 {
        padding: 4vw 0;
    }
    
    .advantages_highlights4017 .knowledge_benefits4709 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .advantages_highlights4017 .knowledge_benefits4709::before {
        width: 100%;
        height: 5px;
        transform: scaleX(0);
    }
    
    .advantages_highlights4017 .knowledge_benefits4709:hover::before {
        transform: scaleX(1);
    }
    
    .advantages_highlights4017 .study_advantages5829 {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .advantages_highlights4017 {
        padding: 3vw 0;
    }
    
    .advantages_highlights4017 .knowledge_benefits4709 {
        padding: 0.8rem;
    }
}.learning_impact1379 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning_impact1379 .learn_classes2701 {
    display: flex;
    width: 100%;
}

.learning_impact1379 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning_impact1379 .image_section1604 {
    width: 50%;
    flex-shrink: 0;
}

.learning_impact1379 .text_display7512 {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.learning_impact1379 ul {
    list-style: none;
}

.learning_impact1379 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.learning_impact1379 svg, .learning_impact1379 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(191,151,157);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .learning_impact1379 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .learning_impact1379 .learn_classes2701 {
        flex-direction: column;
    }

    .learning_impact1379 .text_display7512 {
        width: 100%;
    }

    .learning_impact1379 .image_section1604 {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-holder6491 .learning_impact1379 {
    background: linear-gradient(135deg, rgb(191,151,157,0.5) 0%, rgb(166,104,135,0.5) 100%);
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}

.wrapper-holder6491 .learning_impact1379::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(191,151,157) 0%, transparent 70%);
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.3;
}

.wrapper-holder6491 .learning_impact1379 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.wrapper-holder6491 .learning_impact1379 .learn_classes2701 {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.wrapper-holder6491 .learning_impact1379 .image_section1604 {
    flex: 1;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.wrapper-holder6491 .learning_impact1379 .image_section1604::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(0, 0, 0, 0.4));
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.wrapper-holder6491 .learning_impact1379 .text_display7512 {
    flex: 1;
    padding: 60px;
    background: #ffffff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.wrapper-holder6491 .learning_impact1379 .text_display7512::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px dashed rgb(191,151,157);
    border-radius: 10px;
}

.wrapper-holder6491 .learning_impact1379 h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wrapper-holder6491 .learning_impact1379 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-holder6491 .learning_impact1379 li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}

.wrapper-holder6491 .learning_impact1379 svg,
.wrapper-holder6491 .learning_impact1379 path {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    fill: rgb(166,104,135);
    transition: fill 0.3s ease;
}

.wrapper-holder6491 .learning_impact1379 li:hover svg,
.wrapper-holder6491 .learning_impact1379 li:hover path {
    fill: rgb(191,151,157);
}

@media only screen and (max-width: 1200px) {
    .wrapper-holder6491 .learning_impact1379 .container {
        flex-direction: column;
    }

    .wrapper-holder6491 .learning_impact1379 .image_section1604 {
        min-height: 400px;
        border-radius: 30px 30px 0 0;
    }

    .wrapper-holder6491 .learning_impact1379 .text_display7512 {
        border-radius: 0 0 30px 30px;
        padding: 40px;
    }

    .wrapper-holder6491 .learning_impact1379 h2 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-holder6491 .learning_impact1379 {
        padding: 60px 10px;
    }

    .wrapper-holder6491 .learning_impact1379 .learn_classes2701 {
        flex-direction: column;
    }

    .wrapper-holder6491 .learning_impact1379 .image_section1604 {
        min-height: 250px;
        border-radius: 10px 10px 0 0;
    }

    .wrapper-holder6491 .learning_impact1379 .text_display7512 {
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

    .wrapper-holder6491 .learning_impact1379 h2 {
        font-size: 22px;
    }

    .wrapper-holder6491 .learning_impact1379 li {
        font-size: 13px;
    }

    .wrapper-holder6491 .learning_impact1379 svg,
    .wrapper-holder6491 .learning_impact1379 path {
        width: 30px;
        height: 30px;
    }
}header .head_primary9306 {
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    z-index: 1000;
}

header .top_base2589 {
    margin-right: 16px;
}
header .top_base2589 svg,
header .top_base2589 svg path,
header .top_base2589 img {
    fill: rgb(191,151,157);
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease, fill 0.3s ease;
}

header .top_base2589:hover svg,
header .top_base2589:hover img {
    transform: rotate(360deg);
    fill: rgb(166,104,135);
}

header .top_pagebar7561 {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    transition: transform 0.3s ease;
}

header .top_pagebar7561 a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 21px;
    transition: color 0.3s ease, background 0.3s ease;
}

header .top_pagebar7561 a:hover {
    color: rgb(191,151,157);
    background: #ffffff;
}

header .top_pagebar7561 a.active {
    border: 2px solid rgb(166,104,135);
    background: rgb(166,104,135,0.5);
}

header .top_pagebar7561 a.active:hover {
    color: #ffffff;
    background: rgb(191,151,157);
    border: 2px solid rgb(191,151,157);
}

header .top_prime0458 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    transition: padding 0.3s ease;
}

header .top_base2589 {
    display: flex;
    align-items: center;
}

header .top_mainbar0179 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header .nav_wrap1520 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(166,104,135);
}

@media only screen and (max-width: 1200px) {
    header .top_base2589 {
        margin-right: 0;
    }
    header .top_prime0458 {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 30px;
    }

    header .top_pagebar7561 {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        padding: 20px 0;
        border-radius: 21px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    header .menu.top_teach6845 {
        transform: translateY(0);
        opacity: 1;
    }

    header .top_pagebar7561 a {
        padding: 15px 20px;
        width: auto;
        margin: 10px;
        text-align: right;
    }

    header .top_base2589 {
        justify-content: space-between;
        width: 100%;
    }

    header .top_base2589 .top_page8514 svg,
    header .top_base2589 .top_page8514 img {
        height: 50px;
        width: 50px;
    }

    header .top_prime0458 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-holder6491 header .head_primary9306 {
    background: rgb(191,151,157);
}

.wrapper-holder6491 header .top_plank .edu_learning4357 {
    border-bottom: 1px solid #ffffff;
}

.wrapper-holder6491 header .top_prime0458 {
    position: relative;
    border-radius: 21px;
    background: rgb(166,104,135);
    padding: 10px 20px;
    justify-content: space-around;
    bottom: -25px;
    z-index: 5;
}

.wrapper-holder6491 header .top_base2589 .top_page8514 svg,
.wrapper-holder6491 header .top_base2589 .top_page8514 img {
    width: 60px;
    height: 60px;
}

.wrapper-holder6491 header .top_pagebar7561 a {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .wrapper-holder6491 header .top_base2589 .top_page8514 svg,
    .wrapper-holder6491 header .top_base2589 .top_page8514 img {
        width: 45px;
        height: 45px;
    }

    .wrapper-holder6491 header .top_base2589 {
        justify-content: center;
        width: 100%;
        margin-bottom: 12px;
        position: relative;
        z-index: 95;
    }

    .wrapper-holder6491 header .top_pagebar7561 {
        padding-top: 35px;
        top: 0;
        border-radius: 40px;
        align-items: center;
    }
}.company_info0436 {
    position: relative;
    padding: 130px 0;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
}

.company_info0436::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 10%, transparent 70%);
    z-index: -1;
}

.company_info0436 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.company_info0436 .text_display7512 {
    position: relative;
    padding: 0 20px 0 0;
    border-left: 4px solid rgb(191,151,157);
    padding-left: 30px;
}

.company_info0436 .text_display7512::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed rgb(191,151,157,0.5);
    opacity: 0.6;
}

.company_info0436 .text_display7512::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed rgb(166,104,135,0.5);
    opacity: 0.6;
}

.company_info0436 .text_display7512 h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.company_info0436 .text_display7512 h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(191,151,157);
}

.company_info0436 .text_display7512 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: rgb(166,104,135);
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.company_info0436 .text_display7512 p {
    font-size: 12px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    position: relative;
}

.company_info0436::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgb(191,151,157,0.5);
    filter: blur(80px);
    border-radius: 50%;
    z-index: -2;
    opacity: 0.6;
}

.company_info0436 .container::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgb(166,104,135,0.5);
    filter: blur(70px);
    border-radius: 50%;
    z-index: -2;
    opacity: 0.5;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.company_info0436 .text_display7512 h3 {
    animation: fadeIn 0.6s ease-out forwards;
}

.company_info0436 .text_display7512 span {
    animation: fadeIn 0.6s 0.2s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

.company_info0436 .text_display7512 p {
    animation: fadeIn 0.6s 0.4s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.company_info0436 .text_display7512::before {
    animation: float 6s ease-in-out infinite;
}

.company_info0436 .text_display7512::after {
    animation: float 8s ease-in-out infinite reverse;
}

.company_info0436::after {
    animation: float 15s ease-in-out infinite;
}

.company_info0436 .container::before {
    animation: float 12s ease-in-out infinite reverse;
}

@media (max-width: 1200px) {
    .company_info0436 {
        padding: 110px 0;
    }
    
    .company_info0436 .text_display7512 h3 {
        font-size: calc(30px * 0.9);
    }
    
    .company_info0436 .text_display7512 span {
        font-size: calc(18px * 0.9);
    }
}

@media (max-width: 992px) {
    .company_info0436 {
        padding: 90px 0;
    }
    
    .company_info0436 .container {
        grid-template-columns: 2fr 1fr;
    }
    
    .company_info0436 .text_display7512 h3 {
        font-size: calc(30px * 0.85);
        margin-bottom: 15px;
    }
    
    .company_info0436 .text_display7512 span {
        font-size: calc(18px * 0.85);
        margin-bottom: 15px;
    }
    
    .company_info0436 .text_display7512 p {
        font-size: calc(12px * 0.95);
        line-height: 1.7;
    }
    
    .company_info0436 .text_display7512::before,
    .company_info0436 .text_display7512::after {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .company_info0436 {
        padding: 70px 0;
    }
    
    .company_info0436::before {
        background: linear-gradient(90deg, #000000 40%, rgba(0, 0, 0, 0.7) 100%);
    }
    
    .company_info0436 .container {
        grid-template-columns: 1fr;
    }
    
    .company_info0436 .text_display7512 {
        padding-left: 20px;
    }
    
    .company_info0436 .text_display7512 h3 {
        font-size: calc(30px * 0.8);
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .company_info0436 .text_display7512 span {
        font-size: calc(18px * 0.8);
        margin-bottom: 12px;
    }
    
    .company_info0436 .text_display7512 p {
        font-size: calc(12px * 0.9);
        line-height: 1.6;
    }
    
    .company_info0436 .text_display7512::before,
    .company_info0436 .text_display7512::after {
        width: 60px;
        height: 60px;
    }
    
    .company_info0436::after,
    .company_info0436 .container::before {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 576px) {
    .company_info0436 {
        padding: 60px 0;
    }
    
    .company_info0436 .text_display7512 {
        border-left-width: 3px;
        padding-left: 15px;
    }
    
    .company_info0436 .text_display7512 h3 {
        font-size: calc(30px * 0.7);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    .company_info0436 .text_display7512 h3::after {
        width: 50px;
        height: 2px;
    }
    
    .company_info0436 .text_display7512 span {
        font-size: calc(18px * 0.75);
        padding: 4px 12px;
        margin-bottom: 10px;
    }
    
    .company_info0436 .text_display7512 p {
        font-size: calc(12px * 0.85);
        line-height: 1.5;
    }
    
    .company_info0436 .text_display7512::before,
    .company_info0436 .text_display7512::after {
        width: 50px;
        height: 50px;
    }
    
    .company_info0436::after,
    .company_info0436 .container::before {
        width: 150px;
        height: 150px;
        filter: blur(50px);
    }
}

@media (max-width: 480px) {
    .company_info0436 {
        padding: 50px 0;
    }
    
    .company_info0436 .text_display7512 h3 {
        font-size: calc(30px * 0.65);
    }
    
    .company_info0436 .text_display7512 span {
        font-size: calc(18px * 0.7);
    }
    
    .company_info0436 .text_display7512 p {
        font-size: calc(12px * 0.8);
    }
    
    .company_info0436 .text_display7512::before,
    .company_info0436 .text_display7512::after {
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company_info0436 .text_display7512 h3,
    .company_info0436 .text_display7512 span,
    .company_info0436 .text_display7512 p,
    .company_info0436 .text_display7512::before,
    .company_info0436 .text_display7512::after,
    .company_info0436::after,
    .company_info0436 .container::before {
        animation: none;
        opacity: 1;
        transform: none;
    }
}.stay_updated3297 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_updated3297 .learn_classes2701 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_updated3297 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(166,104,135,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_updated3297 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_updated3297 .contact_feedback2463 {
    background: rgb(166,104,135);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_updated3297 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .stay_updated3297 .learn_classes2701 {
        flex-direction: column;
    }

    .stay_updated3297 {
        padding: 30px 20px;
    }

    .stay_updated3297 input {
        min-width: unset;
    }

    .stay_updated3297 .contact_feedback2463 {
        flex-shrink: unset;
    }

    .stay_updated3297 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_updated3297 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-holder6491 .stay_updated3297 .learn_classes2701 h2 {
        font-size: 20px;
    }
}

.wrapper-holder6491 .stay_updated3297 {
    background: rgb(216,197,203);
    padding: 60px 40px;
    position: relative;
    color: #000000;
    overflow: hidden;
}

.wrapper-holder6491 .stay_updated3297 .learn_classes2701 {
    padding: 40px;
    background: #ffffff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wrapper-holder6491 .stay_updated3297:hover .learn_classes2701 {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-holder6491 .stay_updated3297 h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(191,151,157);
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.wrapper-holder6491 .stay_updated3297 h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(191,151,157);
    margin: 10px auto 0;
    transition: width 0.3s ease-in-out;
}

.wrapper-holder6491 .stay_updated3297:hover h2 {
    color: rgb(166,104,135);
}

.wrapper-holder6491 .stay_updated3297:hover h2::after {
    width: 100px;
}

.wrapper-holder6491 .stay_updated3297 .input_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    gap: 10px;
}

.wrapper-holder6491 .stay_updated3297 input[type="email"] {
    border-radius: 10px;
    background: rgb(216,197,203);
    color: #000000;
    padding: 16px 20px;
    width: 70%;
    border: 1px solid rgb(191,151,157,0.5);
    font-size: 12px;
    margin: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.wrapper-holder6491 .stay_updated3297 input[type="email"]:focus {
    border-color: rgb(191,151,157);
    box-shadow: 0 0 8px rgb(191,151,157,0.5);
    outline: none;
}

.wrapper-holder6491 .stay_updated3297 .contact_feedback2463 {
    border-radius: 10px;
    background: rgb(191,151,157);
    padding: 14px 24px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.wrapper-holder6491 .stay_updated3297 .contact_feedback2463:hover {
    background: rgb(166,104,135);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(166,104,135,0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-holder6491 .stay_updated3297 {
        padding: 30px 20px;
    }

    .wrapper-holder6491 .stay_updated3297 .learn_classes2701 {
        padding: 30px;
    }

    .wrapper-holder6491 .stay_updated3297 .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .wrapper-holder6491 .stay_updated3297 input[type="email"] {
        width: 100%;
    }

    .wrapper-holder6491 .stay_updated3297 .contact_feedback2463 {
        width: 100%;
    }
}.course_candidates6208 {
    position: relative;
    width: 100%;
}

.course_candidates6208 .lessons_for3729 {
    position: relative;
    padding: 140px 0;
    isolation: isolate;
}

.course_candidates6208 .lessons_for3729::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(191,151,157,0.5) 0%,
        rgba(0, 0, 0, 0.5) 70%
    );
    z-index: 1;
}

.course_candidates6208 .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.course_candidates6208 .learners_group3910 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course_candidates6208 .learners_group3910 h3 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    margin-bottom: 80px;
    line-height: 1.3;
    position: relative;
    text-shadow: 
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        0 2px 4px rgba(0, 0, 0, 0.3);
}

.course_candidates6208 .learners_group3910 h3::before,
.course_candidates6208 .learners_group3910 h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: rgb(191,151,157);
    bottom: -20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.course_candidates6208 .learners_group3910 h3::before {
    left: 50%;
    transform: translateX(-70px);
}

.course_candidates6208 .learners_group3910 h3::after {
    left: 50%;
    transform: translateX(10px);
}

.course_candidates6208 .designed9653 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    perspective: 1000px;
}

.course_candidates6208 .learners_fit0579 {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 17px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.course_candidates6208 .learners_fit0579 * {
    color: #ffffff !important;
}

.course_candidates6208 .learners_fit0579:nth-child(3n-1) {
    transform: translateY(40px);
}

.course_candidates6208 .learners_fit0579:nth-child(3n) {
    transform: translateY(80px);
}

.course_candidates6208 .learners_fit0579 svg {
    width: 32px;
    height: 32px;
    fill: rgb(191,151,157);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}

.course_candidates6208 .learners_fit0579 span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    transform: translateZ(10px);
    text-shadow: 
        -1px -1px 1px rgba(0, 0, 0, 0.8),
        1px -1px 1px rgba(0, 0, 0, 0.8),
        -1px 1px 1px rgba(0, 0, 0, 0.8),
        1px 1px 1px rgba(0, 0, 0, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.3px;
}

.course_candidates6208 .learners_fit0579:hover {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(10px);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
}

.course_candidates6208 .learners_fit0579:nth-child(3n-1):hover {
    transform: translateY(40px) rotateX(5deg) rotateY(-5deg) translateZ(10px);
}

.course_candidates6208 .learners_fit0579:nth-child(3n):hover {
    transform: translateY(80px) rotateX(5deg) rotateY(-5deg) translateZ(10px);
}

@media (max-width: 1400px) {
    .course_candidates6208 .container {
        padding: 0 40px;
    }

    .course_candidates6208 .designed9653 {
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    .course_candidates6208 .learners_group3910 h3 {
        font-size: calc(46px * 0.9);
        margin-bottom: 70px;
    }

    .course_candidates6208 .learners_fit0579 {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .course_candidates6208 .designed9653 {
        grid-template-columns: repeat(2, 1fr);
    }

    .course_candidates6208 .learners_fit0579:nth-child(3n-1),
    .course_candidates6208 .learners_fit0579:nth-child(3n) {
        transform: none;
    }

    .course_candidates6208 .learners_fit0579:nth-child(even) {
        transform: translateY(40px);
    }

    .course_candidates6208 .learners_group3910 h3 {
        font-size: calc(46px * 0.8);
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .course_candidates6208 .lessons_for3729 {
        padding: 100px 0;
    }

    .course_candidates6208 .learners_group3910 h3 {
        font-size: calc(46px * 0.7);
        margin-bottom: 50px;
    }

    .course_candidates6208 .designed9653 {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .course_candidates6208 .learners_fit0579,
    .course_candidates6208 .learners_fit0579:nth-child(even) {
        transform: none;
    }

    .course_candidates6208 .learners_fit0579 span {
        font-size: calc(22px * 0.9);
    }
}

@media (max-width: 576px) {
    .course_candidates6208 .lessons_for3729 {
        padding: 80px 0;
    }

    .course_candidates6208 .container {
        padding: 0 20px;
    }

    .course_candidates6208 .learners_group3910 h3 {
        font-size: calc(46px * 0.6);
        margin-bottom: 40px;
    }

    .course_candidates6208 .learners_group3910 h3::before,
    .course_candidates6208 .learners_group3910 h3::after {
        width: 40px;
        bottom: -15px;
    }

    .course_candidates6208 .learners_group3910 h3::before {
        transform: translateX(-50px);
    }

    .course_candidates6208 .learners_group3910 h3::after {
        transform: translateX(10px);
    }

    .course_candidates6208 .learners_fit0579 {
        padding: 25px;
    }

    .course_candidates6208 .learners_fit0579 svg {
        width: 28px;
        height: 28px;
    }
}