* {
    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: Lato, sans-serif;
    color: #000000;
}
.wrapper-section-807 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(154,164,198);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.learning-impact-647 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning-impact-647 .holder {
    display: flex;
    width: 100%;
}

.learning-impact-647 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning-impact-647 .photo {
    width: 50%;
    flex-shrink: 0;
}

.learning-impact-647 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.learning-impact-647 ul {
    list-style: none;
}

.learning-impact-647 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.learning-impact-647 svg, .learning-impact-647 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(115,122,147);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .learning-impact-647 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .learning-impact-647 .holder {
        flex-direction: column;
    }

    .learning-impact-647 .text_holder {
        width: 100%;
    }

    .learning-impact-647 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-section-807 .learning-impact-647 {
    background: linear-gradient(135deg, rgb(115,122,147,0.5) 0%, rgb(75,79,96,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-section-807 .learning-impact-647::before {
    content: "";
    width: 300%;
    height: 200px;
    background: #ffffff;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-section-807 .learning-impact-647 .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.wrapper-section-807 .learning-impact-647 .photo {
    width: 40%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.wrapper-section-807 .learning-impact-647 .photo:hover {
    transform: scale(1.02);
}

.wrapper-section-807 .learning-impact-647 .text_holder {
    width: 50%;
    padding: 40px;
    background: #ffffff;
    border-radius: 0 14px 14px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-section-807 .learning-impact-647 h2 {
    font-size: 38px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: rgb(115,122,147);
    margin-bottom: 25px;
    text-align: left;
}

.wrapper-section-807 .learning-impact-647 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-section-807 .learning-impact-647 li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
}

.wrapper-section-807 .learning-impact-647 svg, .wrapper-section-807 .learning-impact-647 path {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: rgb(115,122,147);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-section-807 .learning-impact-647 {
        padding: 50px 0;
    }

    .wrapper-section-807 .learning-impact-647::before {
        height: 100px;
        top: -50px;
    }

    .wrapper-section-807 .learning-impact-647 .holder {
        flex-direction: column;
    }

    .wrapper-section-807 .learning-impact-647 .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .wrapper-section-807 .learning-impact-647 .text_holder {
        width: 100%;
        padding: 20px;
        border-radius: 14px;
    }
}.leadership-profile-367 {
    padding: 60px 20px;
    background: linear-gradient(135deg, rgb(115,122,147,0.5), rgb(75,79,96,0.5));
    border-top: 10px solid rgb(75,79,96);
    border-bottom: 10px solid rgb(115,122,147);
}

.leadership-profile-367 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.leadership-profile-367 .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px;
}

.leadership-profile-367 .review {
    position: relative;
    width: calc(33.333% - 40px);
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.leadership-profile-367 .photo {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: 5px solid rgb(75,79,96);
    background-position: center;
}

.leadership-profile-367 .worker_description {
    padding: 20px;
    background: rgb(115,122,147,0.5);
    border-radius: 0 0 18px 18px;
}

.leadership-profile-367 .review .name {
    font-size: 20px;
    color: rgb(75,79,96);
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 2px solid rgb(115,122,147);
    display: inline-block;
    padding-bottom: 5px;
}

.leadership-profile-367 .review span {
    font-size: 16px;
    color: rgb(115,122,147);
    font-weight: 400;
    background: rgb(75,79,96,0.5);
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.leadership-profile-367 .review .quote {
    font-size: 16px;
    color: #000000;
    font-style: italic;
    line-height: 1.8;
    border-left: 4px solid rgb(75,79,96);
    padding-left: 10px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .leadership-profile-367 .review {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .leadership-profile-367 {
        padding: 40px 10px;
    }

    .leadership-profile-367 .review {
        width: 100%;
    }

    .leadership-profile-367 .holder {
        flex-direction: column;
    }
}

.wrapper-section-807 .leadership-profile-367 .holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wrapper-section-807 .leadership-profile-367 .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.wrapper-section-807 .leadership-profile-367 .photo {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(75,79,96);
    margin-right: 20px;
    background-position: center;
}

.wrapper-section-807 .worker_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-section-807 .leadership-profile-367 .review .name {
    font-size: 20px;
    color: rgb(75,79,96);
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 2px solid rgb(115,122,147);
    display: inline-block;
    padding-bottom: 5px;
}

.wrapper-section-807 .leadership-profile-367 .review span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background: rgb(75,79,96,0.5);
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.wrapper-section-807 .leadership-profile-367 .review .quote {
    font-size: 16px;
    color: #000000;
    font-style: italic;
    line-height: 1.8;
    border-left: 4px solid rgb(75,79,96);
    padding-left: 10px;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .wrapper-section-807 .leadership-profile-367 .review {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px;
    }

    .wrapper-section-807 .leadership-profile-367 .photo {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wrapper-section-807 .worker_description {
        padding: 0;
    }
    .leadership-profile-367 .worker_description {
        background: none;
    }
}
.welcome-page-712 {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-family: Lato, sans-serif;
    color: #000000;
}
.welcome-page-712 .title_page_holder {
    width: 100%;
    min-height: 500px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(115,122,147,0.5), rgb(75,79,96,0.5));
    animation: backgroundAnimation 20s ease infinite;
    z-index: 1;
    background-size: 150% !important;
}
@keyframes backgroundAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.welcome-page-712 .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 70%;
    z-index: 2;
    animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.welcome-page-712 .style_element h1 {
    font-size: calc(47px * 1.5);
    font-weight: 700;
    color: rgb(115,122,147);
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.welcome-page-712 .style_element h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: rgb(115,122,147);
    transition: width 0.3s ease, left 0.3s ease;
}
.welcome-page-712 .style_element h1:hover::after {
    width: 100%;
    left: 0;
}
.welcome-page-712 .style_element h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(75,79,96);
    margin-bottom: 12px;
}
.welcome-page-712 .style_element p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 24px;
}
.wrapper-section-807 .welcome-page-712 {
    position: relative;
}
.wrapper-section-807 .welcome-page-712::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
}
.wrapper-section-807 .welcome-page-712 .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-section-807 .welcome-page-712 .style_element {
    width: 90%;
    max-width: 1200px;
    padding: 50px 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    text-align: left;
    transition: background 0.3s ease, padding 0.3s ease;
}
.wrapper-section-807 .welcome-page-712 .style_element:hover {
    background: rgba(255, 255, 255, 1);
    padding: 60px 80px;
}
.wrapper-section-807 .welcome-page-712 .style_element h1 {
    font-size: 48px;
    color: #000000;
}
.wrapper-section-807 .welcome-page-712 .style_element h3 {
    font-size: 24px;
    color: rgb(75,79,96);
    margin-bottom: 20px;
}
.wrapper-section-807 .welcome-page-712 .style_element p {
    font-size: 18px;
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    .wrapper-section-807 .welcome-page-712 .style_element {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 800px) {
    .welcome-page-712 .title_page_holder {
        min-height: 320px;
    }
    .welcome-page-712 .style_element {
        width: 95%;
        padding: 20px 30px;
        text-align: center;
    }
    .welcome-page-712 .style_element h1 {
        font-size: 28px;
    }
    .welcome-page-712 .style_element h3 {
        font-size: 18px;
    }
    .welcome-page-712 .style_element p {
        font-size: 16px;
    }
}.program-offerings-647 {
    padding: 120px 20px;
    background: rgb(115,122,147,0.5);
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}

.program-offerings-647::before, .program-offerings-647::after {
    content: '';
    position: absolute;
    border: 2px solid rgb(75,79,96);
    border-radius: 50%;
    height: 300px;
    width: 300px;
    top: -100px;
    right: -100px;
    opacity: 0.2;
}

.program-offerings-647::after {
    top: auto;
    bottom: -100px;
    left: -100px;
}

.program-offerings-647 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.program-offerings-647 h2 {
    color: #000000;
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

.program-offerings-647 h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: rgb(75,79,96);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.program-offerings-647 .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.program-offerings-647 .course {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-bottom: 30px;
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    padding: 20px;
    border: 1px solid rgb(75,79,96);
    position: relative;
}

.program-offerings-647 .course::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(75,79,96,0.5);
    border-radius: 50%;
    top: 10px;
    left: 10px;
}

.program-offerings-647 .course .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-offerings-647 .photo {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border: 1px solid rgb(115,122,147);
    border-radius: 10px;
}

.program-offerings-647 .text_holder {
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgb(115,122,147,0.5);
}

.program-offerings-647 h3 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(115,122,147);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.program-offerings-647 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}

.program-offerings-647 .button {
    background: rgb(75,79,96);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid rgb(115,122,147);
}

.program-offerings-647 .button:hover {
    background: rgb(115,122,147);
}

@media only screen and (max-width: 768px) {
    .program-offerings-647 {
        padding: 60px 10px;
    }

    .program-offerings-647 h2 {
        font-size: 33px;
    }

    .program-offerings-647 .holder {
        flex-direction: column;
    }

    .program-offerings-647 .course {
        flex: 1 1 100%;
        margin: 10px 0;
    }

    .program-offerings-647 h3 {
        font-size: 22px;
    }

    .program-offerings-647 p {
        font-size: 18px;
    }

    .program-offerings-647 .photo {
        height: 150px;
    }
}

.wrapper-section-807 .program-offerings-647 .items {
    width: 100%;
}

.wrapper-section-807 .program-offerings-647 .photo {
    border-radius: 12px;
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-section-807 .program-offerings-647 .text_holder {
    border-radius: 12px;
    border: 2px solid rgb(75,79,96);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-section-807 .program-offerings-647 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.wrapper-section-807 .program-offerings-647 .button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    background: rgb(115,122,147);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.wrapper-section-807 .program-offerings-647 .button:hover {
    background: rgb(75,79,96);
}

@media only screen and (max-width: 800px) {
    .wrapper-section-807 .program-offerings-647 .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-section-807 .program-offerings-647 .text_holder {
        width: 100%;
        margin-top: -100px;
        padding: 20px;
    }

    .wrapper-section-807 .program-offerings-647 h3 {
        font-size: 22px;
    }
    .program-offerings-647 .course {
        padding: 10px;
    }
}

.advantages-highlights-985 .advantages_content h2 {
    color: rgb(75,79,96);
}

.advantages-highlights-985 .advantage_item svg, .advantages-highlights-985 .advantage_item svg path {
    fill: rgb(115,122,147);
}

.advantages-highlights-985 .advantage_item p {
    color: #000000;
}

.advantages-highlights-985 .advantage_item b {
    color: rgb(115,122,147);
}

.advantages-highlights-985 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-highlights-985 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-highlights-985 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-highlights-985 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.advantages-highlights-985 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-highlights-985 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-highlights-985 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-highlights-985 .advantage_item svg, .advantages-highlights-985 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section-807 .advantages-highlights-985 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-highlights-985 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-highlights-985 .advantages_holder {
        flex-direction: column;
    }

    .advantages-highlights-985 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-section-807 .advantages-highlights-985 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-section-807 .advantages-highlights-985 .advantages_content h2 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 21px;
    width: fit-content;
}

.wrapper-section-807 .advantages-highlights-985 .advantages_content {
    align-items: center;
}

.wrapper-section-807 .advantages-highlights-985 .advantages_holder {
    width: 60%;
    flex-wrap: wrap;
}

.wrapper-section-807 .advantages-highlights-985 .advantage_item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(75,79,96,0.5);
    border-radius: 0 !important;
}

.wrapper-section-807 .advantages-highlights-985 .advantage_item:nth-child(1) {
    border-top: none;
    border-left: none;
}

.wrapper-section-807 .advantages-highlights-985 .advantage_item:nth-child(2) {
    border-top: none;
    border-right: none;
}

.wrapper-section-807 .advantages-highlights-985 .advantage_item:nth-child(3) {
    border-bottom: none;
    border-left: none;
}

.wrapper-section-807 .advantages-highlights-985 .advantage_item:nth-child(4) {
    border-bottom: none;
    border-right: none;
}

.wrapper-section-807 .advantages-highlights-985 .advantage_item svg, .wrapper-section-807 .advantages-highlights-985 .advantage_item svg path, .wrapper-section-807 .advantages-highlights-985 .advantage_item img {
    width: 50px;
    height: 50px;
    fill: rgb(75,79,96);
}

.wrapper-section-807 .advantages-highlights-985 .advantages_content h4 {
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    body .wrapper-section-807 .advantages-highlights-985 .advantage_item, .wrapper-section-807 .advantages-highlights-985 .advantage_item:nth-child(3) {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgb(75,79,96,0.5);
        margin-bottom: 0;
    }

    .wrapper-section-807 .advantages-highlights-985 .advantages_holder {
        width: 100%;
    }
}.privacy-lock-845 {
    background-color: rgb(115,122,147);
    padding: 2em;
    font-family: Lato, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 20px rgb(115,122,147,0.5);
    margin: 0 auto;
    border: 1px solid rgb(115,122,147,0.5);
}
.privacy-lock-845 h1 {
    font-size: 41px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
    text-shadow: 0 0 10px rgb(115,122,147,0.5);
}
.privacy-lock-845 h2 {
    font-size: 33px;
    color: rgb(75,79,96);
    font-weight: 600;
    margin-bottom: 1em;
    text-shadow: 0 0 8px rgb(75,79,96,0.5);
}
.privacy-lock-845 h3,
.privacy-lock-845 h4,
.privacy-lock-845 h5,
.privacy-lock-845 h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}
.privacy-lock-845 h3 {
    font-size: calc(23px - 0.2em);
    font-weight: 400;
}
.privacy-lock-845 h4 {
    font-size: calc(23px - 0.4em);
    font-weight: 400;
}
.privacy-lock-845 h5 {
    font-size: 23px;
    font-weight: 300;
}
.privacy-lock-845 h6 {
    font-size: 21px;
    font-weight: 300;
}
.privacy-lock-845 ul,
.privacy-lock-845 ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
.privacy-lock-845 ul {
    list-style-type: circle;
}
.privacy-lock-845 ol {
    list-style-type: decimal;
}
.privacy-lock-845 li {
    margin-bottom: 0.75em;
    font-size: 13px;
    color: #ffffff;
}
.privacy-lock-845 p {
    font-size: 13px;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #ffffff;
}
.privacy-lock-845 span {
    color: rgb(115,122,147);
    font-weight: 600;
}
.privacy-lock-845 div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {
    .privacy-lock-845 {
        padding: 1em;
        border-radius: 10px;
    }
    .privacy-lock-845 h1 {
        font-size: calc(23px - 0.5em);
    }
    .privacy-lock-845 h2 {
        font-size: calc(23px - 0.4em);
    }
    .privacy-lock-845 p,
    .privacy-lock-845 li {
        font-size: calc(13px - 0.2em);
    }
}
.privacy-lock-845 h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: rgb(115,122,147);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(115,122,147,0.5);
}
.privacy-lock-845 h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: rgb(75,79,96);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(75,79,96,0.5);
}
.privacy-lock-845 ul li::before,
.privacy-lock-845 ol li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgb(115,122,147);
    border-radius: 50%;
    margin-right: 0.5em;
    box-shadow: 0 0 5px rgb(115,122,147,0.5);
}
.privacy-lock-845 a {
    color: rgb(115,122,147);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(115,122,147,0.5);
}
.privacy-lock-845 a:hover {
    color: rgb(75,79,96);
    box-shadow: 0 0 5px rgb(75,79,96,0.5);
}
.privacy-lock-845 blockquote {
    margin: 1em 0;
    padding: 1.5em;
    border-left: 5px solid rgb(115,122,147);
    background-color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(115,122,147,0.5);
}.contact-form-box-415 {
    padding: 60px 20px;
    font-family: Lato, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}
.contact-form-box-415 h3 {
    color: rgb(115,122,147);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.contact-form-box-415 .form {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-box-415 .form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.contact-form-box-415 form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(75,79,96);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-box-415 form input:focus {
    border-color: rgb(115,122,147);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form-box-415 form .button {
    background: rgb(115,122,147);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact-form-box-415 form .button:hover {
    background: rgb(75,79,96);
    transform: scale(1.05);
}
.contact-form-box-415 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form-box-415 .form form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact-form-box-415 .name_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-form-box-415 .form_text {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
}
.contact-form-box-415 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-form-box-415 .agree label {
    display: block;
    font-size: 18px;
    color: #000000;
}
.contact-form-box-415 .agree a {
    margin-left: 5px;
    color: rgb(115,122,147);
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-form-box-415 .agree a:hover {
    color: rgb(75,79,96);
}
.contact-form-box-415 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (max-width: 600px) {
    .contact-form-box-415 {
        padding: 40px 20px;
    }
    .contact-form-box-415 h3 {
        font-size: 39px;
    }
    .contact-form-box-415 .form {
        padding: 20px;
    }
    .contact-form-box-415 .name_holder {
        flex-direction: column;
    }
}
.wrapper-section-807 .contact-form-box-415 {
    background: rgb(115,122,147);
    color: #ffffff;
    padding: 60px 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.wrapper-section-807 .contact-form-box-415 h3 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.wrapper-section-807 .contact-form-box-415 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
}
.wrapper-section-807 .contact-form-box-415 .form {
    background: rgb(75,79,96);
    box-shadow: none;
    padding: 40px;
    border-radius: 10px;
}
.wrapper-section-807 .contact-form-box-415 form input {
    color: #ffffff;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(115,122,147);
}
.wrapper-section-807 .contact-form-box-415 form input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}
.wrapper-section-807 .contact-form-box-415 .agree label {
    color: #ffffff;
}
.wrapper-section-807 .contact-form-box-415 .agree a {
    color: rgb(115,122,147);
}
.wrapper-section-807 .contact-form-box-415 form .button {
    background: rgb(115,122,147);
    padding: 15px 30px;
    border: none;
    box-shadow: none;
}
.wrapper-section-807 .contact-form-box-415 form .button:hover {
    background: rgb(75,79,96);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-section-807 .contact-form-box-415 .form {
        padding: 20px;
    }
    .wrapper-section-807 .contact-form-box-415 h3 {
        font-size: 39px;
    }
}footer {
    background: rgb(75,79,96);
    color: #ffffff;
    font-family: Lato, sans-serif;
    padding: 60px 0;
    position: relative;
}
footer .footer {
    background: rgb(75,79,96);
    padding: 50px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .logo_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .logo_holder svg,
footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}
footer .logo_holder svg path {
    fill: rgb(115,122,147);
}
footer h5 {
    color: rgb(115,122,147);
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .menu {
    margin-bottom: 30px;
    text-align: center;
}
footer .menu a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
footer .menu a:hover {
    border-bottom: 2px solid rgb(115,122,147);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
footer .contact_info div svg,
footer .contact_info div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .contact_info div svg path {
    fill: rgb(115,122,147);
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 14px;
}
footer .footer_agreement {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
footer .copyright {
    background: #000000;
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgb(115,122,147);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 13px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgb(115,122,147);
}
footer .copyright_info a:hover {
    color: rgb(115,122,147);
}
@media only screen and (max-width: 1200px) {
    footer .footer {
        padding: 40px 20px;
    }
    footer .logo_holder svg,
    footer .logo_holder img {
        height: 60px;
        width: 60px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        padding: 30px 20px;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .menu,
    footer .contact_info {
        align-items: center;
    }
    footer .menu a {
        font-size: 18px;
        margin: 5px 0;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
.wrapper-section-807 footer .footer_info {
    flex-direction: column;
    align-items: center;
}
.wrapper-section-807 footer .menu_holder {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper-section-807 footer .footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrapper-section-807 footer .menu {
    margin-top: 20px;
}
.wrapper-section-807 footer .menu a {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
}
.wrapper-section-807 footer .menu a:hover {
    border-bottom: 1px solid rgb(115,122,147);
}
.wrapper-section-807 footer .logo_holder svg,
.wrapper-section-807 footer .logo_holder img {
    width: 56px;
    height: 56px;
}
.wrapper-section-807 footer .copyright {
    background: rgb(75,79,96);
    padding: 20px;
    border-top: 1px solid rgb(115,122,147);
}
@media only screen and (max-width: 800px) {
    .wrapper-section-807 footer .footer_info {
        padding: 0;
    }
    .wrapper-section-807 footer .menu a {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .wrapper-section-807 footer .menu {
        margin-top: 16px;
    }
    .wrapper-section-807 footer .menu_holder {
        flex-direction: column;
    }
}
.thxContent-501 {
    background-color: rgb(154,164,198);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.thxContent-501 .container {
    background: linear-gradient(135deg, rgb(115,122,147), rgb(75,79,96));
    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;
}
.thxContent-501 .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;
}
.thxContent-501 .container h2 {
    font-family: Lato, sans-serif;
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.thxContent-501 .container p {
    font-family: Lato, sans-serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    z-index: 1;
    position: relative;
}
.thxContent-501 .container p::first-letter {
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .thxContent-501 {
        padding: 10px;
    }
    .thxContent-501 .container {
        padding: 20px;
    }
    .thxContent-501 .container h2 {
        font-size: calc(35px - 6px);
    }
    .thxContent-501 .container p {
        font-size: calc(17px - 3px);
    }
}
.course-beneficiaries-560 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course-beneficiaries-560 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-beneficiaries-560 ul {
    list-style: none;
}

.course-beneficiaries-560 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.course-beneficiaries-560 ul svg, .course-beneficiaries-560 ul svg path {
    fill: rgb(115,122,147);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.course-beneficiaries-560 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .course-beneficiaries-560 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-section-807 .course-beneficiaries-560 .holder {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(75,79,96);
    background: rgb(75,79,96);
    color: #ffffff;
    padding: 60px;
    border-radius: 23px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.wrapper-section-807 .course-beneficiaries-560 h2 {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: rgb(115,122,147);
    text-transform: capitalize;
    letter-spacing: 1px;
    background: linear-gradient(0deg, rgb(115,122,147) 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff -2px -2px;
}

.wrapper-section-807 .course-beneficiaries-560 ul {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-section-807 .course-beneficiaries-560 ul li {
    flex: 1 1 calc(50% - 20px);
    padding: 20px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300;
    background: rgb(75,79,96,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease, background 0.3s ease;
}

.wrapper-section-807 .course-beneficiaries-560 ul li:hover {
    transform: translateY(-10px);
    background: rgb(115,122,147,0.5);
}

.wrapper-section-807 .course-beneficiaries-560 ul svg, .wrapper-section-807 .course-beneficiaries-560 ul svg path {
    width: 24px;
    height: 24px;
    fill: rgb(115,122,147);
    margin-right: 15px;
    transition: fill 0.3s ease;
    position: static;
}

@media only screen and (max-width: 800px) {
    .wrapper-section-807 .course-beneficiaries-560 .holder {
        padding: 30px;
        grid-template-columns: 1fr;
    }

    .wrapper-section-807 .course-beneficiaries-560 h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .wrapper-section-807 .course-beneficiaries-560 ul {
        flex-direction: column;
        gap: 10px;
    }

    .wrapper-section-807 .course-beneficiaries-560 ul li {
        flex: 1 1 auto;
        padding: 15px;
        font-size: 17px;
    }

    .wrapper-section-807 .course-beneficiaries-560 ul svg, .wrapper-section-807 .course-beneficiaries-560 ul svg path {
        width: 20px;
        height: 20px;
    }
}header .main_header {
    background: rgb(75,79,96);
    color: #ffffff;
    border-bottom: 2px solid rgb(115,122,147);
    padding: 20px 0;
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(115,122,147);
}
header .menu a {
    color: rgb(75,79,96);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
header .menu a:hover {
    color: rgb(115,122,147);
    border-bottom: 2px solid rgb(115,122,147);
}
header .menu a.active {
    border-bottom: 2px solid rgb(115,122,147);
    color: rgb(115,122,147);
}
header {
    border-bottom: 1px solid rgb(115,122,147);
}
header .main_header {
    width: 100%;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .logo_desc {
    font-size: 14px;
    font-weight: 600;
    color: rgb(75,79,96);
}
header .logo_holder .logo_desc {
    text-transform: uppercase;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
header .menu {
    display: flex;
    gap: 15px;
}
body .wrapper-section-807 header .opened {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        background: #000000;
        padding: 20px;
    }
    header .menu a {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgb(75,79,96,0.5);
    }
    header .menu a.active {
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 50px;
        height: 50px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.wrapper-section-807 header .logotype {
    padding: 10px;
    margin-right: 10px;
    border-radius: 26px;
}
.wrapper-section-807 header .main_header {
    background: rgb(75,79,96);
    position: relative;
}
.wrapper-section-807 header .main_header::before {
    position: absolute;
    content: "";
    top: 0;
    height: 4px;
    width: 100%;
    background: rgb(115,122,147);
    z-index: 0;
}
.wrapper-section-807 header .logo_holder .logotype svg, .wrapper-section-807 header .logo_holder .logotype img {
    margin: 0;
}
.wrapper-section-807 header .logo_holder {
    padding: 0;
}
.wrapper-section-807 header .menu a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.wrapper-section-807 header .menu a:hover {
    color: rgb(115,122,147);
}
.wrapper-section-807 header .header_content {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 800px) {
    .wrapper-section-807 header .menu {
        background: none;
        align-items: center;
    }
    .wrapper-section-807 header .logo_holder .logotype svg, .wrapper-section-807 header .logo_holder .logotype img {
        width: 50px;
        height: 50px;
    }
    .wrapper-section-807 header .menu a {
        text-align: center;
    }
    .wrapper-section-807 header .logo_holder {
        justify-content: center;
        align-items: center;
    }
    .wrapper-section-807 header .menu {
        padding-bottom: 20px;
    }
}
.operation-process-462 {
    padding: 80px 0;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.operation-process-462 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: auto;
}

.operation-process-462 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 41px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: rgb(115,122,147);
    text-transform: uppercase;
}

.operation-process-462 p {
    text-align: center;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
    .operation-process-462 {
        padding: 30px 0;
    }

    .operation-process-462 h2 {
        font-size: 33px;
        margin-bottom: 28px;
    }

}

.wrapper-section-807 .operation-process-462 {
    border-bottom: 3px solid rgb(115,122,147);
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.wrapper-section-807 .operation-process-462 h2 {
    color: rgb(115,122,147);
    font-size: 33px;
    margin-bottom: 40px;
}

.wrapper-section-807 .operation-process-462::after {
    content: "";
    position: absolute;
    width: calc(50% - 6px);
    height: 3px;
    background: rgb(75,79,96);
    bottom: 0;
    left: 0;
}
.our-mission-296 {
    padding: 80px 0;
    background: rgb(75,79,96);
    color: #ffffff;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}

.wrapper-section-807 .our-mission-296 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.wrapper-section-807 .our-mission-296 .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(115,122,147);
    padding: 40px;
    border-radius: 11px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.wrapper-section-807 .our-mission-296 .holder .photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 5px solid rgb(115,122,147);
    box-shadow: 0 0 15px rgb(115,122,147), 0 0 30px rgb(115,122,147,0.5);
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wrapper-section-807 .our-mission-296 .holder .photo:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgb(115,122,147), 0 0 50px rgb(115,122,147,0.5);
}

.wrapper-section-807 .our-mission-296 .style_element {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.wrapper-section-807 .our-mission-296 .style_element:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgb(115,122,147), 0 0 50px rgb(115,122,147,0.5);
}

.wrapper-section-807 .our-mission-296 h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.wrapper-section-807 .our-mission-296 h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: rgb(115,122,147);
    display: block;
    margin: 10px auto 0;
    box-shadow: 0 0 10px rgb(115,122,147), 0 0 20px rgb(115,122,147,0.5);
}

.wrapper-section-807 .our-mission-296 p {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 20px;
    position: relative;
}

.wrapper-section-807 .our-mission-296 p::before {
    content: '';
    width: 5px;
    height: 100%;
    background: rgb(115,122,147);
    position: absolute;
    left: -20px;
    top: 0;
    box-shadow: 0 0 10px rgb(115,122,147), 0 0 20px rgb(115,122,147,0.5);
}

.wrapper-section-807 .our-mission-296::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(115,122,147,0.5) 25%, transparent 25%, transparent 75%, rgb(115,122,147,0.5) 75%, rgb(115,122,147,0.5)), linear-gradient(45deg, rgb(115,122,147,0.5) 25%, transparent 25%, transparent 75%, rgb(115,122,147,0.5) 75%, rgb(115,122,147,0.5));
    background-size: 40px 40px;
    z-index: 1;
    opacity: 0.1;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section-807 .our-mission-296 .holder .photo {
        width: 250px;
        height: 250px;
    }
    .wrapper-section-807 .our-mission-296 .style_element {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-section-807 .our-mission-296 .holder {
        padding: 0;
    }
    .wrapper-section-807 .our-mission-296 .caption_holder {
        padding: 20px;
        border-radius: 10px;
    }

    .wrapper-section-807 .our-mission-296 .style_element {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .wrapper-section-807 .our-mission-296 .holder .photo {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .wrapper-section-807 .our-mission-296 .caption_holder {
        flex-direction: column;
    }
}.our-info-542 {
    color: #000000;
    background: linear-gradient(135deg, rgb(154,164,198) 0%, rgb(75,79,96,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.our-info-542::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(115,122,147,0.5) 10%, transparent 10%);
    background-size: 20px 20px;
    animation: backgroundMove 30s linear infinite;
    opacity: 0.1;
    z-index: 0;
}
.our-info-542 .holder .info_holder div.service-hours-534 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.our-info-542 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.our-info-542 .holder .info_holder > div > div {
    margin: 5px 0;
}
@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, 20px); }
}
.our-info-542 .container {
    position: relative;
    z-index: 1;
}
.our-info-542 .contact_holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.our-info-542 .contact_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(115,122,147) 0%, rgb(75,79,96) 100%);
}
.our-info-542 h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.our-info-542 h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(115,122,147);
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.our-info-542 .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}
.our-info-542 .holder .contact_description {
    grid-column: 1 / -1;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 40px;
    padding: 20px;
    background: rgb(154,164,198);
    border-radius: 10px;
    position: relative;
}
.our-info-542 .holder .photo {
    width: 100%;
    min-height: 400px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
.our-info-542 .holder .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
}
.our-info-542 .holder .info_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.our-info-542 .holder .info_holder > div {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(154,164,198);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.our-info-542 .holder .info_holder > div svg {
    width: 24px;
    height: 24px;
    fill: rgb(115,122,147);
    margin-right: 15px;
    transition: all 0.3s ease;
}
.our-info-542 .holder .info_holder>div span {
    margin-left: 8px;
}
.our-info-542 .holder .info_holder > div a,
.our-info-542 .holder .info_holder > div span {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.our-info-542 .holder .info_holder > div:hover a,
.our-info-542 .holder .info_holder > div:hover span {
    color: rgb(115,122,147);
}
.our-info-542 .contact_politics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(75,79,96,0.5);
}
.our-info-542 .contact_politics > div {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.our-info-542 .contact_politics > div h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: rgb(115,122,147);
}
.our-info-542 .contact_politics > div p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .our-info-542 .holder {
        grid-template-columns: 1fr;
    }
    .our-info-542 .holder .photo {
        height: 300px;
    }
    .our-info-542 .contact_politics {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .our-info-542 {
        padding: 60px 0;
    }
    .our-info-542 .contact_holder {
        padding: 30px;
    }
    .our-info-542 h2 {
        font-size: calc(37px * 0.8);
    }
}