* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.outer-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(234,234,234);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.title_portal .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.title_portal .style_element h1 {
    color: rgb(114,114,114);
}

.title_portal .style_element h3 {
    color: rgb(114,114,114);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.title_portal .style_element p {
    color: #000000;
    text-align: right;
}

.title_portal {
    width: 100%;
}

.title_portal .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.title_portal .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.title_portal .style_element h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.title_portal .style_element p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .title_portal .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .title_portal .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .title_portal .style_element h1 {
        font-size: 18px;
    }

    .title_portal .style_element h3 {
        font-size: 16px;
    }

    .title_portal .style_element p {
        font-size: 14px;
    }


}

.outer-container .title_portal .title_page_holder {
    position: relative;

}

.outer-container .title_portal .style_element {
    position: relative;
    clip-path: none;
    height: auto;
    background: none;
    display: flex;
    padding: 50px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    align-items: center;
    background: none;
    width: calc(50% - 50px);
    min-width: unset;
    top: 0;
    z-index: 2;
    height: 90%;
    background: rgb(154,154,154,0.5);
    border-radius: 0 !important;
    left: 50px;

}

.outer-container .title_portal .title_page_holder {
    display: flex;
    height: 550px;
}

.outer-container .title_portal .style_element h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.outer-container .title_portal .style_element h3 {
    color: #ffffff;
    text-align: center;
    z-index: 2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.outer-container .title_portal .style_element p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 800px) {
    .outer-container .title_portal .title_page_holder {
        padding: 0px;
        flex-direction: column;
        min-height: 400px;
        height: auto;
    }

    .outer-container .title_portal .style_element h1 {
        font-size: 30px;
    }

    .outer-container .title_portal .style_element {
        position: static;
        width: 100%;
        height: auto;
        min-height: unset;
        padding: 20px;
        padding-top: 50px;
        left: 0;
    }
}.mentorship_experience {
    padding: 60px 0;
    background: rgb(114,114,114,0.5);
    color: #000000;
    font-family: Nunito, sans-serif;
}

.mentorship_experience .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mentorship_experience .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.mentorship_experience .review {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid rgb(154,154,154,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.mentorship_experience .photo {
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(154,154,154,0.5);
}

.mentorship_experience .worker_description {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.mentorship_experience .review .name {
    font-size: 19px;
    font-weight: 700;
    color: rgb(154,154,154);
    margin-bottom: 5px;
    position: relative;
}


.mentorship_experience .review span {
    font-size: 12px;
    font-weight: 400;
    color: rgb(114,114,114);
    margin-bottom: 15px;
}

.mentorship_experience .review .quote {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .mentorship_experience {
        padding: 40px 0;
    }

    .mentorship_experience .review {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .mentorship_experience {
        padding: 30px 0;
    }

    .mentorship_experience .holder {
        flex-direction: column;
        align-items: center;
    }

    .mentorship_experience .review {
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    .mentorship_experience .photo {
        height: 200px;
    }

    .mentorship_experience .worker_description {
        padding: 15px;
    }
}
.connect_form {
    padding: 100px 0;
    background: rgb(234,234,234);
    font-family: Nunito, sans-serif;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.connect_form::before, .connect_form::after {
    content: "";
    position: absolute;
    background: rgb(114,114,114);
    border-radius: 50%;
    opacity: 0.1;
}
.connect_form::before {
    width: 300px;
    height: 300px;
    top: -50px;
    left: -150px;
}
.connect_form::after {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -100px;
}
.connect_form .container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.connect_form .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.connect_form .info, .connect_form .form {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 48%;
}
.connect_form .info {
    position: relative;
}
.connect_form .info h3 {
    color: rgb(154,154,154);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.connect_form .info h3::after {
    content: '';
    width: 50px;
    height: 3px;
    background: rgb(154,154,154);
    position: absolute;
    left: 0;
    bottom: -10px;
}
.connect_form .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(114,114,114,0.5);
    padding-bottom: 20px;
    position: relative;
}
.connect_form .logo_holder svg, .connect_form .logo_holder img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(154,154,154);
}
.connect_form .logo_holder span {
    color: rgb(114,114,114);
    font-size: 22px;
}
.connect_form .contact_info {
    padding: 20px 0;
}
.connect_form .contact_info h5 {
    color: rgb(154,154,154);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.connect_form .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.connect_form .contact_info svg {
    width: 20px;
    height: 20px;
    fill: rgb(154,154,154);
    margin-right: 10px;
}
.connect_form .contact_info span {
    color: #000000;
    font-weight: 300;
}
.connect_form .form {
    padding: 40px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}
.connect_form .form h3 {
    color: rgb(114,114,114);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.connect_form .form h3::after {
    content: '';
    width: 50px;
    height: 3px;
    background: rgb(114,114,114);
    position: absolute;
    left: 0;
    bottom: -10px;
}
.connect_form form {
    display: flex;
    flex-direction: column;
}
.connect_form .name_holder {
    display: flex;
    justify-content: space-between;
}
.connect_form .name_holder input {
    width: 48%;
}
.connect_form form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(114,114,114,0.5);
    padding: 14px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.connect_form form input:focus {
    border-color: rgb(154,154,154);
    outline: none;
    box-shadow: 0 0 5px rgb(154,154,154,0.5);
}
.connect_form form .button {
    background: rgb(114,114,114);
    color: #ffffff;
    border-radius: 50px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    border: none;
    margin-top: 20px;
}
.connect_form form .button:hover {
    background: rgb(154,154,154);
    transform: translateY(-2px);
}
.connect_form .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 17px;
}
.connect_form .agree input[type=checkbox] {
    margin: 0 10px 0 0;
    width: auto;
}
.connect_form .agree label {
    display: flex;
    align-items: center;
    color: #000000;
}
.connect_form .agree a {
    margin-left: 5px;
    color: rgb(154,154,154);
    text-decoration: underline;
    transition: color 0.3s ease;
}
.connect_form .agree a:hover {
    color: rgb(114,114,114);
}
@media only screen and (max-width: 768px) {
    .connect_form .holder {
        flex-direction: column;
    }
    .connect_form .holder > div {
        width: 100%;
        margin-bottom: 20px;
    }
    .connect_form .info,
    .connect_form .form {
        padding: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .connect_form .name_holder {
        flex-direction: column;
    }
    .connect_form .name_holder input {
        width: 100%;
    }
    .connect_form form input,
    .connect_form form .button {
        width: 100%;
        box-sizing: border-box;
    }
}
header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(154,154,154), rgb(114,114,114));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 10px solid rgb(154,154,154);
    border-bottom: 2px solid rgb(154,154,154);
    background: linear-gradient(135deg, rgb(234,234,234), #ffffff);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(154,154,154);
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff, rgb(234,234,234));
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(154,154,154);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(154,154,154);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(114,114,114);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(154,154,154);
    padding-bottom: 10px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    border-top: 2px solid rgb(154,154,154);
    padding-top: 10px;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(154,154,154);
    padding: 10px 16px;
    color: rgb(114,114,114);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
}.prospective_members {
    padding-bottom: 80px;
    padding-top: 80px;
}

.prospective_members .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prospective_members ul {
    list-style: none;
}

.prospective_members ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.prospective_members ul svg, .prospective_members ul svg path {
    fill: rgb(154,154,154);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.prospective_members h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .prospective_members {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.outer-container .prospective_members {
    padding: 60px 0;
    background: rgb(234,234,234);
    border-top: 5px solid rgb(154,154,154);
    border-bottom: 5px solid rgb(154,154,154);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.outer-container .prospective_members .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 80px;
    background: linear-gradient(135deg, rgb(114,114,114,0.5) 0%, rgb(154,154,154,0.5) 100%);
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.outer-container .prospective_members h2 {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: rgb(154,154,154);
    margin-bottom: 10px;
    border-bottom: 3px solid rgb(114,114,114);
    padding-bottom: 10px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
}

.outer-container .prospective_members ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.outer-container .prospective_members ul li {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    padding: 15px 20px;
    margin: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    width: calc(50% - 20px);
}

.outer-container .prospective_members ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.outer-container .prospective_members ul svg, .outer-container .prospective_members ul svg path {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    fill: rgb(154,154,154);
    transition: fill 0.3s;
    position: static;
}

.outer-container .prospective_members ul li:hover svg, .outer-container .prospective_members ul li:hover svg path {
    fill: rgb(114,114,114);
}

@media only screen and (max-width: 800px) {
    .outer-container .prospective_members {
        padding: 40px 0;
    }

    .outer-container .prospective_members .holder {
        flex-direction: column;
        padding: 30px 20px;
    }

    .outer-container .prospective_members ul {
        padding: 10px;
    }

    .outer-container .prospective_members ul li {
        width: calc(100% - 20px);
        margin: 10px auto;
        font-size: 17px;
    }

    .outer-container .prospective_members ul svg, .outer-container .prospective_members ul svg path {
        width: 25px;
        height: 25px;
    }
}footer {
    background: rgb(114,114,114);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.5);
}
footer .footer_info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    width: 100%;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 120px;
    width: auto;
    fill: rgb(154,154,154);
    margin-bottom: 20px;
    border: 2px solid rgb(154,154,154);
    border-radius: 10px;
    padding: 10px;
    background: rgb(114,114,114);
}
footer h5 {
    color: rgb(154,154,154);
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(154,154,154);
    padding-bottom: 10px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgb(114,114,114,0.5);
}
footer .menu a:hover {
    color: rgb(154,154,154);
    text-decoration: underline;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid rgb(154,154,154,0.5);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}
footer .contact_info div svg, footer .contact_info div svg path {
    fill: rgb(154,154,154);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 16px;
}
footer .footer_agreement {
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin: 20px 0;
    padding: 20px;
    background: rgb(114,114,114,0.5);
    border: 1px solid rgb(154,154,154,0.5);
    border-radius: 19px;
}
footer .copyright {
    background: rgb(114,114,114);
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
}
footer .copyright_info a {
    color: rgb(154,154,154);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .logo_holder {
        display: flex;
        justify-content: center;
    }
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu {
        width: 100%;
        text-align: center;
    }
    footer .contact_info {
        align-items: center;
        text-align: center;
    }
    footer h5 {
        margin-bottom: 15px;
        border-bottom: none;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
.confidential_cordon {
    background-color: rgb(234,234,234);
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.confidential_cordon h1 {
    font-family: Nunito, sans-serif;
    font-size: 46px;
    color: rgb(154,154,154);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgb(154,154,154,0.5);
    padding-bottom: 10px;
}
.confidential_cordon h2 {
    font-family: Nunito, sans-serif;
    font-size: 29px;
    color: rgb(114,114,114);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    border-left: 4px solid rgb(114,114,114,0.5);
    padding-left: 10px;
}
.confidential_cordon h3,
.confidential_cordon h4,
.confidential_cordon h5,
.confidential_cordon h6 {
    font-family: Nunito, sans-serif;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.confidential_cordon ul,
.confidential_cordon ol {
    margin-left: 20px;
    list-style-position: inside;
}
.confidential_cordon li {
    margin-bottom: 10px;
    font-size: 12px;
}
.confidential_cordon section {
    margin-top: 30px;
    padding: 20px;
    background-color: rgb(234,234,234);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.confidential_cordon p {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.confidential_cordon span {
    font-weight: 600;
    color: rgb(154,154,154);
}
.confidential_cordon div {
    margin-bottom: 20px;
}
.confidential_cordon a {
    color: rgb(154,154,154);
    text-decoration: none;
    border-bottom: 1px solid rgb(154,154,154,0.5);
    transition: color 0.3s, border-color 0.3s;
}
.confidential_cordon a:hover {
    color: rgb(114,114,114);
    border-color: rgb(114,114,114,0.5);
}
.confidential_cordon button {
    background-color: rgb(154,154,154);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.confidential_cordon button:hover {
    background-color: rgb(114,114,114);
    transform: scale(1.05);
}
@media only screen and (max-width: 800px) {
    .confidential_cordon {
        padding: 20px;
    }
    .confidential_cordon h1 {
        font-size: calc(19px - 4px);
    }
    .confidential_cordon h2 {
        font-size: calc(19px - 4px);
    }
    .confidential_cordon p {
        font-size: calc(12px - 2px);
    }
    .confidential_cordon button {
        padding: 8px 16px;
        font-size: calc(20px - 2px);
    }
}
.advantages_summary .advantages_content h2 {
    color: rgb(114,114,114);
}

.advantages_summary .advantage_item svg, .advantages_summary .advantage_item svg path {
    fill: rgb(154,154,154);
}

.advantages_summary .advantage_item p {
    color: #000000;
}

.advantages_summary .advantage_item b {
    color: rgb(154,154,154);
}

.advantages_summary {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_summary .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_summary .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_summary .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 33px;
    font-weight: 600;
}

.advantages_summary .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_summary .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_summary .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_summary .advantage_item svg, .advantages_summary .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .outer-container .advantages_summary .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_summary .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_summary .advantages_holder {
        flex-direction: column;
    }

    .advantages_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .outer-container .advantages_summary .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.outer-container .advantages_summary {
    padding: 100px 0;
    background-color: rgb(234,234,234);
    overflow: hidden;
}

.outer-container .advantages_summary .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    width: 100%;
    text-align: center;
}

.outer-container .advantages_summary .advantages_content h2 {
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    color: rgb(154,154,154);
    animation: fadeIn 1s ease-in-out;
}

.outer-container .advantages_summary .advantages_content h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: rgb(114,114,114);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: slideIn 0.5s ease-in-out 1s forwards;
    opacity: 0;
}

.outer-container .advantages_summary .advantages_description {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 1.6;
    color: rgb(114,114,114);
    animation: fadeIn 1.5s ease-in-out;
}

.outer-container .advantages_summary .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    animation: fadeIn 2s ease-in;
}

.outer-container .advantages_summary .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 22%;
    min-height: 250px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    animation: fadeInUp 2s ease-in;

}

.outer-container .advantages_summary .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.outer-container .advantages_summary .advantage_item:nth-child(odd) {
    animation-delay: 0.2s;
}

.outer-container .advantages_summary .advantage_item:nth-child(even) {
    animation-delay: 0.4s;
}

.outer-container .advantages_summary .advantage_image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.outer-container .advantages_summary .advantage_item svg, .outer-container .advantages_summary .advantage_item img {
    width: 100%;
    height: 100%;
    fill: rgb(154,154,154);
    transition: fill 0.3s ease;
}

.outer-container .advantages_summary .advantage_item:hover svg, .outer-container .advantages_summary .advantage_item:hover img {
    fill: rgb(114,114,114);
}

.outer-container .advantages_summary .advantages_content h4 {
    font-size: 24px;
    margin-top: 20px;
    color: #000000;
    font-weight: 600;
    animation: fadeIn 2.5s ease-in;
}

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

@keyframes slideIn {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
        opacity: 1;
    }
}

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

@media only screen and (max-width: 1200px) {
    .outer-container .advantages_summary .advantages_holder {
        width: 90%;
    }

    .outer-container .advantages_summary .advantage_item {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .outer-container .advantages_summary {
        padding: 60px 0;
    }

    .outer-container .advantages_summary .advantages_content h2 {
        font-size: 33px;
    }

    .outer-container .advantages_summary .advantages_description {
        font-size: 18px;
        padding: 0 10px;
    }

    .outer-container .advantages_summary .advantages_holder {
        width: 100%;
        flex-direction: column;
    }

    .outer-container .advantages_summary .advantage_item {
        width: 100%;
        margin: 0 0 20px;
    }
}.program_assets {
    padding-bottom: 80px;
    padding-top: 80px;
}

.program_assets .holder {
    display: flex;
    width: 100%;
}

.program_assets h2 {
    text-align: left;
    margin-bottom: 20px;
}

.program_assets .photo {
    width: 50%;
    flex-shrink: 0;
}

.program_assets .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.program_assets ul {
    list-style: none;
}

.program_assets li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.program_assets svg, .program_assets path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(154,154,154);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .program_assets {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .program_assets .holder {
        flex-direction: column;
    }

    .program_assets .text_holder {
        width: 100%;
    }

    .program_assets .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.outer-container .program_assets {
    background: rgb(154,154,154);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.outer-container .program_assets::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 50%, rgba(255, 255, 255, 0.1) 75%);
    animation: animateGradient 5s linear infinite;
}

@keyframes animateGradient {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

.outer-container .program_assets .holder {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.outer-container .program_assets .photo {
    width: 45%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    min-height: 260px;
}

.outer-container .program_assets .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.outer-container .program_assets .text_holder {
    width: 55%;
    padding: 0 40px;
}

.outer-container .program_assets h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.outer-container .program_assets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.outer-container .program_assets li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.outer-container .program_assets svg,
.outer-container .program_assets path {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .outer-container .program_assets .holder {
        flex-direction: column;
        text-align: left;
        align-items: center;
    }

    .outer-container .program_assets .photo,
    .outer-container .program_assets .text_holder {
        width: 100%;
        max-width: 500px;
    }

    .outer-container .program_assets .text_holder {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .outer-container .program_assets h2 {
        font-size: calc(38px - 4px);
    }

    .outer-container .program_assets li {
        font-size: calc(16px - 2px);
    }
}

@media only screen and (max-width: 480px) {
    .outer-container .program_assets h2 {
        font-size: calc(38px - 6px);
    }

    .outer-container .program_assets li {
        font-size: calc(16px - 4px);
    }
}.tyMessage {
    background-color: rgb(234,234,234);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.tyMessage .container {
    background: linear-gradient(135deg, rgb(154,154,154), rgb(114,114,114));
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 700px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.tyMessage .container::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5), transparent);
    z-index: 0;
    opacity: 0.3;
}
.tyMessage .container h2 {
    font-family: Nunito, sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.tyMessage .container p {
    font-family: Nunito, sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    z-index: 1;
    position: relative;
}
.tyMessage .container p::first-letter {
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .tyMessage {
        padding: 10px;
    }
    .tyMessage .container {
        padding: 20px;
    }
    .tyMessage .container h2 {
        font-size: calc(36px - 6px);
    }
    .tyMessage .container p {
        font-size: calc(15px - 3px);
    }
}
.course_methodology {
    padding: 80px 0;
    background: #ffffff;
    color: #000000;
    font-family: Nunito, sans-serif;
    border-top: 4px solid rgb(154,154,154);
    border-bottom: 4px solid rgb(154,154,154);
    transition: background-color 0.3s ease-in-out;
}

.course_methodology .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.course_methodology .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    padding: 40px;
    background: rgb(114,114,114,0.5);
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.course_methodology h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    border-bottom: 2px solid rgb(154,154,154);
    padding-bottom: 10px;
    width: 100%;
}

.course_methodology p {
    text-align: center;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .course_methodology {
        padding: 40px 0;
    }

    .course_methodology .holder {
        width: 90%;
        padding: 20px;
    }

    .course_methodology h2 {
        font-size: calc(32px - 8px);
    }
}

.outer-container .course_methodology {
    padding: 60px 0;
    background: rgb(114,114,114,0.5);
    color: #ffffff;
}

.outer-container .course_methodology .holder {
    width: 70%;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    border: none;
}

.outer-container .course_methodology h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: rgb(154,154,154);
    border-bottom: none;
}

.outer-container .course_methodology p {
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 800px) {
    .outer-container .course_methodology {
        padding: 40px 0;
    }

    .outer-container .course_methodology .holder {
        width: 90%;
        padding: 20px;
    }

    .outer-container .course_methodology h2 {
        font-size: calc(32px - 6px);
    }
}
.who_we_are {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(154,154,154) 50%, rgb(114,114,114) 50%);
    position: relative;
    overflow: hidden;
}

.outer-container .who_we_are .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.outer-container .who_we_are .holder .photo {
    width: 500px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 5px solid #ffffff;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.outer-container .who_we_are .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    z-index: 3;
}

.outer-container .who_we_are .caption_holder:before {
    content: '';
    width: 100px;
    height: 100px;
    background: rgb(114,114,114);
    position: absolute;
    top: -50px;
    left: -50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.outer-container .who_we_are .caption_holder:after {
    content: '';
    width: 150px;
    height: 150px;
    background: rgb(154,154,154);
    position: absolute;
    bottom: -75px;
    right: -75px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.outer-container .who_we_are h2 {
    font-size: 38px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.outer-container .who_we_are h2:before {
    content: '';
    width: 60px;
    height: 3px;
    background: rgb(154,154,154);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.outer-container .who_we_are p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1200px) {
    .outer-container .who_we_are .holder .photo {
        width: 400px;
        height: 400px;
    }

    .outer-container .who_we_are .caption_holder {
        padding: 40px;
        margin-top: -60px;
    }
}

@media only screen and (max-width: 800px) {
    .outer-container .who_we_are .holder .photo {
        width: 300px;
        height: 300px;
    }

    .outer-container .who_we_are .caption_holder {
        padding: 30px;
        margin-top: -40px;
    }
}.enroll_instantly {
    padding-bottom: 80px;
    padding-top: 80px;
}

.enroll_instantly h2 {
    color: rgb(114,114,114);
}

.enroll_instantly .button {
    background: rgb(114,114,114);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.enroll_instantly .button:hover {
    background: rgb(154,154,154);
}

.enroll_instantly .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.enroll_instantly h2 {
    font-size: 31px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.enroll_instantly .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .enroll_instantly .holder {
        flex-direction: column;
    }

    .outer-container section.enroll_instantly h2 {
        font-size: 26px;
    }

    .enroll_instantly h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .enroll_instantly .button {
        font-size: 24px;
    }

    .enroll_instantly {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.outer-container .enroll_instantly {
    background: linear-gradient(to right, rgb(154,154,154), rgb(114,114,114));
    padding: 60px 0;
}

.outer-container .enroll_instantly .button {
    padding: 15px 50px;
    border-radius: 10px;
    font-size: 16px;
    transition: left 0.5s, background 0.5s, color 0.5s, border 0.5s, padding 0.5s;
    background: linear-gradient(to right, rgb(114,114,114), rgb(154,154,154));
}

.outer-container .enroll_instantly .button:hover {
    background: linear-gradient(to right, rgb(154,154,154), rgb(114,114,114));
}

.outer-container .enroll_instantly h2 {
    color: #ffffff;
    font-size: 35px;
    text-align: left;
}

.outer-container .enroll_instantly .holder {
    padding: 10px;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .outer-container .enroll_instantly h2 {
        text-align: center;
        font-size: 30px;
    }
}.course_summary {
    padding: 80px 0;
    background: rgb(114,114,114);
    position: relative;
    overflow: hidden;
}

.course_summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(154,154,154,0.5),
        rgb(114,114,114,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: moveBackground 10s linear infinite;
}

@keyframes moveBackground {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-20%);
    }
}

.course_summary h2 {
    color: rgb(154,154,154);
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.course_summary .content {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.course_summary h3 {
    color: rgb(154,154,154);
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.course_summary p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.course_summary .button {
    background: rgb(114,114,114);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.course_summary .button:hover {
    background: rgb(154,154,154);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgb(154,154,154);
}

.course_summary .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-15deg);
    transition: left 0.5s;
}

.course_summary .button:hover::before {
    left: 125%;
}

.course_summary .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.course_summary .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course_summary .course {
    padding: 20px;
    max-width: 100%;
    flex: 1;
    margin: 0 10px;
}

.course_summary .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.course_summary .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: overlay;
}

.course_summary .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

@media only screen and (max-width: 900px) {
    .course_summary {
        padding: 60px 0;
    }
    .course_summary h2 {
        font-size: 33px;
    }
    .course_summary h3 {
        font-size: 22px;
    }
    .course_summary .course {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .course_summary .items {
        flex-direction: column;
        padding: 0;
    }
    .course_summary .photo {
        height: 250px;
    }
    .outer-container .course_summary .course .content {
        padding: 20px;
    }
}

.outer-container .course_summary .container {
    width: 100%;
    padding: 0;
}

.outer-container .course_summary .items {
    width: 100%;
}

.outer-container .course_summary .items .course {
    padding: 0;
    width: 100%;
}

.outer-container .course_summary .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 50% !important;
}

.outer-container .course_summary .course .content {
    border-radius: 0 !important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
}

.outer-container .course_summary .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
    background: none;
    padding: 20px;
}

.outer-container .course_summary p {
    margin-top: 20px;
    text-align: center;
}

.outer-container .course_summary .button {
    margin-top: 30px;
    width: fit-content;
}

.outer-container .course_summary h3 {
    text-align: center;
    text-shadow: 1px 1px #ffffff;
}

@media only screen and (max-width: 800px) {
    .course_summary h2 {
        font-size: 22px;
    }
    .course_summary h3 {
        font-size: 16px;
    }
    .course_summary .photo {
        height: 200px;
    }
}
