* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-skeleton374 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(202,210,197);
}
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;
    }
}.connect_form678 {
    padding: 100px 0;
    background: rgb(132,169,140);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.connect_form678::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(82,121,111) 0%, transparent 70%);
    animation: rotateBackground 20s linear infinite;
    z-index: 0;
}
@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.connect_form678 h3 {
    color: rgb(132,169,140);
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.connect_form678 .form {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    max-width: 700px;
    margin: auto;
    position: relative;
    z-index: 1;
    transform: translateY(20px);
    opacity: 0;
    animation: slideIn 1s forwards 0.5s;
}
@keyframes slideIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.connect_form678 form input, .connect_form678 form textarea {
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(132,169,140,0.5);
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.connect_form678 form input:focus, .connect_form678 form textarea:focus {
    border-color: rgb(82,121,111);
    background: #ffffff;
    outline: none;
}
.connect_form678 form .button {
    background: rgb(82,121,111);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}
.connect_form678 form .button:hover {
    background: rgb(132,169,140);
    transform: translateY(-5px);
}
.connect_form678 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.connect_form678 .holder>div {
    width: 100%;
    padding: 30px;
}
.connect_form678 .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.connect_form678 .name_holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.connect_form678 .name_holder input {
    width: 100%;
}
.connect_form678 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 17px;
}
.connect_form678 .agree label {
    display: flex;
    align-items: center;
    color: #000000;
}
.connect_form678 .agree a {
    margin-left: 5px;
    color: rgb(132,169,140);
    text-decoration: underline;
}
.connect_form678 .form_text {
    margin-bottom: 40px;
    text-align: center;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.5);
}
.connect_form678 .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 800px) {
    .connect_form678 {
        padding: 70px 0;
    }
    .connect_form678 h3 {
        font-size: 21px;
    }
    .connect_form678 .holder>div {
        padding: 15px;
    }
    .connect_form678 .name_holder {
        flex-direction: column;
    }
    .connect_form678 .name_holder input {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .connect_form678 {
        padding: 50px 0;
    }
    .connect_form678 .form {
        padding: 20px;
    }
}
.course_offering436 {
    padding: 100px 0;
    background: rgb(132,169,140,0.5);
    font-family: Ubuntu, sans-serif;
}

.course_offering436 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course_offering436 h2 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.course_offering436 .course {
    background: #ffffff;
    border-radius: 23px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.course_offering436 .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.course_offering436 .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.course_offering436 .text_holder {
    padding: 20px;
    text-align: left;
}

.course_offering436 h3 {
    font-size: 29px;
    font-weight: 600;
    color: rgb(132,169,140);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.course_offering436 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}

.course_offering436 .button {
    background: rgb(82,121,111);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    transition: background 0.3s ease;
}

.course_offering436 .button:hover {
    background: rgb(132,169,140);
}

@media only screen and (max-width: 768px) {
    .course_offering436 {
        padding: 50px 0;
    }

    .course_offering436 h2 {
        font-size: 24px;
    }

    .course_offering436 .photo {
        height: 200px;
    }

    .course_offering436 h3 {
        font-size: 20px;
    }

    .course_offering436 p {
        font-size: 16px;
    }

    .course_offering436 .button {
        font-size: 18px;
    }
}

.wrapper-skeleton374 .course_offering436 .items {
    width: 100%;
}

.wrapper-skeleton374 .course_offering436 .photo {
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-skeleton374 .course_offering436 .text_holder {
    border-radius: 23px;
    border: 2px solid rgb(82,121,111);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-skeleton374 .course_offering436 h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

.wrapper-skeleton374 .course_offering436 .button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    background: rgb(132,169,140);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.wrapper-skeleton374 .course_offering436 .button:hover {
    background: rgb(82,121,111);
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton374 .course_offering436 .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-skeleton374 .course_offering436 .text_holder {
        width: 100%;
        margin-top: -100px;
        padding: 20px;
    }

    .wrapper-skeleton374 .course_offering436 h3 {
        font-size: 17px;
    }
}
.education_framework761 {
    position: relative;
    background: linear-gradient(120deg, rgb(202,210,197) 60%, rgb(132,169,140,0.5) 60%);
    padding: 180px 0;
    overflow: hidden;
}

.education_framework761::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(82,121,111,0.5) 0%, transparent 60%);
    transform: rotate(-45deg);
    z-index: 1;
}

.education_framework761 .work_holder {
    position: relative;
    z-index: 2;
}

.education_framework761 .container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.education_framework761 .photo {
    position: relative;
    height: 650px;
    border-radius: 60% 40% 45% 55% / 45% 50% 50% 55%;
    transform: rotate(-2deg);
    transition: border-radius 0.6s ease-in-out;
}

.education_framework761 .photo::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px dashed rgb(132,169,140,0.5);
    border-radius: inherit;
    animation: rotate 30s linear infinite;
}

.education_framework761 .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(132,169,140,0.5), transparent);
    border-radius: inherit;
    opacity: 0.4;
}

.education_framework761 .holder {
    position: relative;
    padding: 60px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 
        0 20px 40px rgb(132,169,140,0.5),
        0 0 0 20px rgb(202,210,197);
}

.education_framework761 .holder::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid rgb(82,121,111,0.5);
    border-radius: 10px;
    top: -20px;
    right: -20px;
    transform: rotate(15deg);
}

.education_framework761 .holder h3 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.education_framework761 .holder h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(132,169,140);
    border-radius: 2px;
}

.education_framework761 .holder span {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    display: block;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.education_framework761 .photo:hover {
    border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%;
}

.education_framework761 .holder:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

@media (max-width: 992px) {
    .education_framework761 {
        background: linear-gradient(180deg, rgb(202,210,197) 70%, rgb(132,169,140,0.5) 70%);
        padding: 100px 0;
    }

    .education_framework761 .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .education_framework761 .photo {
        height: 500px;
        transform: rotate(0);
    }

    .education_framework761 .holder {
        padding: 40px;
        box-shadow: 
            0 15px 30px rgb(132,169,140,0.5),
            0 0 0 15px rgb(202,210,197);
    }

    .education_framework761 .holder::before {
        width: 80px;
        height: 80px;
        top: -15px;
        right: -15px;
    }
}

@media (max-width: 768px) {
    .education_framework761 {
        padding: 80px 0;
    }

    .education_framework761 .photo {
        height: 400px;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    .education_framework761 .holder {
        padding: 30px;
        box-shadow: 
            0 10px 20px rgb(132,169,140,0.5),
            0 0 0 10px rgb(202,210,197);
    }

    .education_framework761 .holder::before {
        display: none;
    }

    .education_framework761 .holder h3 {
        font-size: calc(29px * 0.85);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .education_framework761 .holder span {
        font-size: calc(14px * 0.95);
        line-height: 1.6;
    }
}.privacy_block931 {
    padding: 20px 40px;
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(132,169,140) 30%, rgb(82,121,111) 100%);
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Ubuntu, sans-serif;
}

.privacy_block931 h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
}

.privacy_block931 h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 8px;
}

.privacy_block931 h3, .privacy_block931 h4, .privacy_block931 h5, .privacy_block931 h6 {
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 10px;
}

.privacy_block931 ul, .privacy_block931 ol {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    border-left: 2px solid #ffffff;
}

.privacy_block931 li {
    padding: 10px 0;
    font-size: 15px;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    margin-left: 10px;
}

.privacy_block931 section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #ffffff;
}

.privacy_block931 p, .privacy_block931 span, .privacy_block931 div {
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
    .privacy_block931 {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .privacy_block931 h1 {
        font-size: calc(21px - 10px);
    }

    .privacy_block931 h2 {
        font-size: calc(21px - 5px);
    }

    .privacy_block931 ul, .privacy_block931 ol {
        border-left: 1px solid #ffffff;
    }

    .privacy_block931 li {
        font-size: calc(15px - 2px);
    }
}.client_experience056 {
    padding: 60px 20px;
    background: rgb(82,121,111);
    color: #ffffff;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.client_experience056 h2 {
    color: rgb(132,169,140);
    font-family: Ubuntu, sans-serif;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(132,169,140);
    display: inline-block;
    padding-bottom: 10px;
    transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
}

.client_experience056 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.client_experience056 .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.client_experience056 .review {
    background: rgb(82,121,111,0.5);
    border: 1px solid rgb(132,169,140,0.5);
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 10px;
    color: #000000;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.client_experience056 .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.client_experience056 .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden;
    border: 3px solid rgb(132,169,140);
    transition: border-color 0.3s ease-in-out;
}

.client_experience056 .review:hover .photo {
    border-color: rgb(132,169,140,0.5);
}

.client_experience056 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: color 0.3s ease-in-out;
}

.client_experience056 .review span {
    font-size: 24px;
    font-weight: 600;
    color: rgb(132,169,140);
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

.client_experience056 .review:hover span {
    color: rgb(132,169,140,0.5);
}

.client_experience056 .review p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    transition: color 0.3s ease-in-out;
}

.client_experience056 .review:hover p {
    color: rgb(132,169,140,0.5);
}

@media only screen and (max-width: 1200px) {
    .client_experience056 .review {
        max-width: calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .client_experience056 .reviews {
        flex-direction: column;
    }

    .client_experience056 .review {
        max-width: unset;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .client_experience056 {
        padding: 40px 20px;
    }

    .client_experience056 h2 {
        font-size: 47px;
    }
}

.wrapper-skeleton374 .client_experience056 .reviews {
    width: 100%;
}

.wrapper-skeleton374 .client_experience056 .review {
    border-radius: 23px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: calc(25% - 20px);
    margin: 10px;
    padding: 30px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.wrapper-skeleton374 .client_experience056 .holder h2 {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
}

.wrapper-skeleton374 .client_experience056 .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    max-width: 100%;
    border: 3px solid rgb(132,169,140);
    transition: border-color 0.3s ease-in-out;
}

.wrapper-skeleton374 .client_experience056 .holder p {
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .wrapper-skeleton374 .client_experience056 .reviews {
        flex-wrap: wrap;
    }

    .wrapper-skeleton374 .client_experience056 .review {
        width: calc(50% - 20px);
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton374 .client_experience056 .reviews {
        flex-direction: column;
    }

    .wrapper-skeleton374 .client_experience056 .review {
        width: 100%;
        max-width: unset;
        margin: 0;
        margin-bottom: 10px;
    }
}
.instructor_profile719 {
    padding: 60px 20px;
    background: linear-gradient(135deg, rgb(132,169,140,0.5), rgb(82,121,111,0.5));
    border-top: 10px solid rgb(82,121,111);
    border-bottom: 10px solid rgb(132,169,140);
}

.instructor_profile719 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.instructor_profile719 .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px;
}

.instructor_profile719 .review {
    position: relative;
    width: calc(33.333% - 40px);
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.instructor_profile719 .photo {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: 5px solid rgb(82,121,111);
    background-position: center;
}

.instructor_profile719 .worker_description {
    padding: 20px;
    background: rgb(132,169,140,0.5);
    border-radius: 0 0 24px 24px;
}

.instructor_profile719 .review .name {
    font-size: 18px;
    color: rgb(82,121,111);
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 2px solid rgb(132,169,140);
    display: inline-block;
    padding-bottom: 5px;
}

.instructor_profile719 .review span {
    font-size: 18px;
    color: rgb(132,169,140);
    font-weight: 400;
    background: rgb(82,121,111,0.5);
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.instructor_profile719 .review .quote {
    font-size: 18px;
    color: #000000;
    font-style: italic;
    line-height: 1.8;
    border-left: 4px solid rgb(82,121,111);
    padding-left: 10px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .instructor_profile719 .review {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .instructor_profile719 {
        padding: 40px 10px;
    }

    .instructor_profile719 .review {
        width: 100%;
    }

    .instructor_profile719 .holder {
        flex-direction: column;
    }
}

.wrapper-skeleton374 .instructor_profile719 .holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wrapper-skeleton374 .instructor_profile719 .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    border-radius: 24px;
    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-skeleton374 .instructor_profile719 .photo {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(82,121,111);
    margin-right: 20px;
    background-position: center;
}

.wrapper-skeleton374 .worker_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-skeleton374 .instructor_profile719 .review .name {
    font-size: 18px;
    color: rgb(82,121,111);
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 2px solid rgb(132,169,140);
    display: inline-block;
    padding-bottom: 5px;
}

.wrapper-skeleton374 .instructor_profile719 .review span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    background: rgb(82,121,111,0.5);
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.wrapper-skeleton374 .instructor_profile719 .review .quote {
    font-size: 18px;
    color: #000000;
    font-style: italic;
    line-height: 1.8;
    border-left: 4px solid rgb(82,121,111);
    padding-left: 10px;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton374 .instructor_profile719 .review {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px;
    }

    .wrapper-skeleton374 .instructor_profile719 .photo {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wrapper-skeleton374 .worker_description {
        padding: 0;
    }
    .instructor_profile719 .worker_description {
        background: none;
    }
}
.company_overview213 {
    padding: 60px 0;
    background: rgb(132,169,140,0.5);
}

.wrapper-skeleton374 .company_overview213 .holder {
    position: relative;
    height: auto;
    min-height: unset;
    padding: 0 15px;
}

.wrapper-skeleton374 .company_overview213 .holder .photo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-radius: 26px;
    top: 0;
    left: 0;
    z-index: 0;
    filter: brightness(0.8);
}

.wrapper-skeleton374 .company_overview213 .caption_holder {
    position: relative;
    min-height: unset;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    z-index: 1;
}

.wrapper-skeleton374 .company_overview213 .style_element {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 60px;
    min-height: 400px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-skeleton374 .company_overview213 h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.wrapper-skeleton374 .company_overview213 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton374 .company_overview213 .style_element {
        width: 100%;
        padding: 20px 30px;
        margin: 0;
    }
    .wrapper-skeleton374 .company_overview213 .holder {
        padding: 0;
    }
    .wrapper-skeleton374 .company_overview213 .caption_holder {
        height: auto;
        min-width: unset;
        justify-content: flex-end;
        padding: 20px 10px;
    }

    .wrapper-skeleton374 .company_overview213 .holder .photo {
        position: static;
        min-height: unset;
        height: 240px;
        filter: brightness(0.7);
        margin-bottom: 10px;
    }

    .wrapper-skeleton374 .company_overview213 h2 {
        font-size: 22px;
    }

    .wrapper-skeleton374 .company_overview213 p {
        font-size: 18px;
    }
}
.learning_outcomes728 {
    position: relative;
    padding: 180px 0;
    background: rgb(202,210,197);
    perspective: 2000px;
    overflow: hidden;
}

.learning_outcomes728::before,
.learning_outcomes728::after {
    content: '';
    position: absolute;
    inset: -100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(132,169,140,0.5) 0deg,
        transparent 60deg,
        rgb(82,121,111,0.5) 120deg,
        transparent 180deg,
        rgb(132,169,140,0.5) 240deg,
        transparent 300deg,
        rgb(82,121,111,0.5) 360deg
    );
    animation: ambientRotate 30s linear infinite;
    opacity: 0.3;
    filter: blur(80px);
}

.learning_outcomes728::after {
    animation-direction: reverse;
    animation-duration: 20s;
    opacity: 0.2;
    filter: blur(120px);
}

.learning_outcomes728 .container {
    position: relative;
    z-index: 2;
}

.learning_outcomes728 .holder {
    position: relative;
    transform-style: preserve-3d;
    border-radius: 14px;
}

.learning_outcomes728 .content_holder {
    position: relative;
    padding: 120px 80px;
    border-radius: 14px;
    background-blend-mode: luminosity;
    overflow: hidden;
    isolation: isolate;
}

.learning_outcomes728 .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        170deg,
        #000000 0%,
        transparent 30%,
        rgb(132,169,140,0.5) 70%,
        rgb(82,121,111,0.5) 100%
    );
    mask: linear-gradient(
        to bottom,
        transparent,
        black 30%,
        black 70%,
        transparent
    );
    z-index: 1;
}

.learning_outcomes728 .content_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(90deg, rgb(132,169,140,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(132,169,140,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center;
    opacity: 0.05;
    transform: perspective(1000px) rotateX(60deg) scale(2.5);
    transform-origin: 50% 0%;
    z-index: 1;
    animation: gridMove 20s linear infinite;
}

.learning_outcomes728 .content_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    z-index: 2;
    background: linear-gradient(
        to right,
        #ffffff,
        rgb(132,169,140) 50%,
        #ffffff
    );
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmerText 8s linear infinite;
}

.learning_outcomes728 .content_holder div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    z-index: 2;
}

.learning_outcomes728 .content_holder p {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    padding: 40px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 14px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 40px -15px #000000,
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    opacity: 0;
    animation: cardReveal 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: calc(0.15s * var(--i));
}

.learning_outcomes728 .content_holder p:nth-child(4n + 1) {
    grid-column: span 7;
    transform: translateZ(60px) rotate3d(1, -1, 0, 2deg);
}

.learning_outcomes728 .content_holder p:nth-child(4n + 2) {
    grid-column: span 5;
    transform: translateZ(40px) rotate3d(-1, 1, 0, -2deg);
}

.learning_outcomes728 .content_holder p:nth-child(4n + 3) {
    grid-column: span 6;
    transform: translateZ(50px) rotate3d(1, 1, 0, 1deg);
}

.learning_outcomes728 .content_holder p:nth-child(4n + 4) {
    grid-column: span 6;
    transform: translateZ(30px) rotate3d(-1, -1, 0, -1deg);
}

.learning_outcomes728 .content_holder p:hover {
    transform: translateZ(90px) scale(1.03);
    background: linear-gradient(
        135deg,
        rgb(132,169,140,0.5) 0%,
        rgb(82,121,111,0.5) 100%
    );
    box-shadow: 
        0 30px 60px -20px #000000,
        inset 0 0 0 2px rgb(132,169,140,0.5);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ambientRotate {
    from { transform: rotate(0deg) scale(1.5); }
    to { transform: rotate(360deg) scale(1.5); }
}

@keyframes gridMove {
    from { background-position: 0 0; }
    to { background-position: 30px 30px; }
}

@keyframes shimmerText {
    to { background-position: -200% center; }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@media (max-width: 1400px) {
    .learning_outcomes728 .content_holder {
        padding: 100px 60px;
    }
    
    .learning_outcomes728 .content_holder p:nth-child(4n + 1),
    .learning_outcomes728 .content_holder p:nth-child(4n + 2) {
        grid-column: span 6;
    }
}

@media (max-width: 1200px) {
    .learning_outcomes728 {
        padding: 140px 0;
    }
    
    .learning_outcomes728 .content_holder div {
        gap: 25px;
    }
    
    .learning_outcomes728 .content_holder p {
        padding: 35px;
    }
}

@media (max-width: 992px) {
    .learning_outcomes728 {
        padding: 120px 0;
    }
    
    .learning_outcomes728 .content_holder {
        padding: 80px 40px;
    }
    
    .learning_outcomes728 .content_holder div {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .learning_outcomes728 .content_holder p {
        grid-column: span 3 !important;
    }
    
    .learning_outcomes728 .content_holder h3 {
        font-size: calc(48px * 0.8);
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .learning_outcomes728 {
        padding: 100px 0;
    }
    
    .learning_outcomes728 .content_holder {
        padding: 60px 30px;
    }
    
    .learning_outcomes728 .content_holder div {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .learning_outcomes728 .content_holder p {
        grid-column: span 1 !important;
        padding: 30px;
    }
    
    .learning_outcomes728 .content_holder h3 {
        font-size: calc(48px * 0.7);
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .learning_outcomes728 {
        padding: 80px 0;
    }
    
    .learning_outcomes728 .content_holder {
        padding: 40px 20px;
    }
    
    .learning_outcomes728 .content_holder p {
        padding: 25px;
        font-size: calc(18px * 0.9);
    }
    
    .learning_outcomes728 .content_holder h3 {
        font-size: calc(48px * 0.6);
        margin-bottom: 30px;
    }
}.advantages_outline741 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(202,210,197), rgb(82,121,111,0.5));
    color: #000000;
    font-family: Ubuntu, sans-serif;
}
.advantages_outline741 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages_outline741 .advantages_content {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}
.advantages_outline741 .advantages_content h2 {
    font-size: 32px;
    color: rgb(132,169,140);
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
.advantages_outline741 .advantages_content h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: rgb(132,169,140);
    margin: 10px auto 0;
}
.advantages_outline741 .advantages_photo_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.advantages_outline741 .photo {
    flex: 1 1 45%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.advantages_outline741 .advantages_holder {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.advantages_outline741 .advantage_item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 auto;
    margin-bottom: 20px;
}
.advantages_outline741 .advantage_item:last-child {
    margin-bottom: 0;
}
.advantages_outline741 .advantage_image {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: rgb(132,169,140,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.advantages_outline741 .advantage_image svg, .advantages_outline741 .advantage_image svg path {
    width: 40px;
    height: 40px;
    fill: #000000;
}
.advantages_outline741 .advantage_item h4 {
    font-size: 18px;
    color: #000000;
    margin: 0;
}
@media (max-width: 900px) {
    .advantages_outline741 .advantages_photo_holder {
        flex-direction: column;
        align-items: center;
    }
    .advantages_outline741 .photo {
        width: 100%;
        flex: auto;
        height: 300px;
    }
    .advantages_outline741 .advantages_holder {
        width: 100%;
        align-items: center;
    }
    .advantages_outline741 .advantage_item {
        width: 100%;
    }
}
header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(132,169,140), rgb(82,121,111));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 5px solid rgb(132,169,140);
    border-bottom: 2px solid rgb(132,169,140);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}
.main_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    pointer-events: none;
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}
.main_header .header_holder .logo_holder {
    margin: 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(132,169,140);
    border-radius: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgb(132,169,140,0.5);
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 80px;
    height: 80px;
    fill: rgb(132,169,140);
    transition: transform 0.3s ease, filter 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgb(132,169,140,0.5));
}
.main_header .header_description {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 10px;
    flex-grow: 1;
    text-align: center;
    border-left: 2px solid rgb(132,169,140);
    text-shadow: 0 0 10px rgb(132,169,140,0.5);
}
.main_header .header_menu {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    position: relative;
    z-index: 11;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(82,121,111));
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(132,169,140,0.5);
}
.main_header .header_menu a {
    padding: 10px 16px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    border-right: 2px solid rgb(132,169,140);
    text-shadow: 0 0 10px rgb(132,169,140,0.5);
    display: flex;
    align-items: center;
}
.main_header .header_menu a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(132,169,140);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 0 10px rgb(132,169,140,0.5);
}
.main_header .header_menu a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.main_header .header_menu a:first-child {
    color: rgb(132,169,140);
}
.main_header .header_menu a:last-child {
   border-right: none;
}
@media only screen and (max-width: 1200px) {
    .main_header .header_holder {
        flex-direction: column;
        border-bottom: none;
    }
    .main_header .header_description {
        margin: 10px 0;
        text-align: center;
        border-left: none;
        padding-left: 0;
    }
    .main_header .header_menu {
        justify-content: center;
        flex-direction: column;
        border-radius: 0;
    }
    .main_header .header_menu a {
        margin: 5px 0;
        border-right: none;
        border-bottom: 2px solid rgb(132,169,140);
    }
}.location_details537 {
    color: #000000;
    background-color: #ffffff;
    padding: 64px 0;
    font-family: Ubuntu, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.location_details537 h2 {
    text-align: center;
    width: 100%;
    margin: 24px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.location_details537 .holder .info_holder div.our_office_hours312 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.location_details537 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.location_details537 .holder .info_holder > div > div {
    margin: 5px 0;
}
.location_details537 .contact_description {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    margin: 16px 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.location_details537 .info_holder svg {
    width: 28px;
    height: 28px;
    fill: rgb(82,121,111);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.location_details537 .holder .info_holder>div span {
    margin-left: 8px;
}
.location_details537 .holder {
    display: flex;
    align-items: stretch;
    padding: 20px;
    flex-wrap: wrap;
    margin: 24px 0;
    background-color: rgb(202,210,197);
    border-radius: 20px;
    overflow: hidden;
}
.location_details537 .holder .photo {
    width: 50%;
    order: 2;
    flex-shrink: 0;
    border-radius: 0 20px 20px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}
.location_details537 .holder .photo:after {
    content: "";
    z-index: 2;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.location_details537 .holder .info_holder {
    font-size: 14px;
    line-height: 32px;
    width: 50%;
    order: 1;
    flex-shrink: 0;
    padding: 96px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 20px 0 0 20px;
    background: #ffffff;
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.5);
}
.location_details537 .holder .info_holder>div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.location_details537 .holder .info_holder>div:hover {
    color: rgb(132,169,140);
}
.location_details537 .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.location_details537 .contact_politics>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.location_details537 .contact_politics>div h4 {
    margin: 16px 0;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
    .location_details537 .holder .info_holder {
        width: 100%;
        border-radius: 20px 20px 0 0;
        align-items: center;
        box-shadow: none;
    }
    .location_details537 .holder .photo {
        width: 100%;
        height: 300px;
        border-radius: 0 0 20px 20px;
    }
    .location_details537 .holder .photo:after {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
    }
}
.explore_now207 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.explore_now207 h2 {
    color: rgb(82,121,111);
}

.explore_now207 .button {
    background: rgb(82,121,111);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.explore_now207 .button:hover {
    background: rgb(132,169,140);
}

.explore_now207 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.explore_now207 h2 {
    font-size: 28px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.explore_now207 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .explore_now207 .holder {
        flex-direction: column;
    }

    .wrapper-skeleton374 section.explore_now207 h2 {
        font-size: 26px;
    }

    .explore_now207 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .explore_now207 .button {
        font-size: 24px;
    }

    .explore_now207 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-skeleton374 .explore_now207 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(132,169,140) 0%, rgb(82,121,111) 100%);
    padding: 50px 0;
}

.wrapper-skeleton374 .explore_now207::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.wrapper-skeleton374 .explore_now207 .container {
    position: relative;
    z-index: 2;
}

.wrapper-skeleton374 .explore_now207 .holder {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    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;
}

.wrapper-skeleton374 .explore_now207 .holder:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.wrapper-skeleton374 .explore_now207 h2 {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: rgb(132,169,140);
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    transition: color 0.3s ease-in-out;
    margin-right: 0;
}

.wrapper-skeleton374 .explore_now207 h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(82,121,111);
    margin: 10px auto 0;
}

.wrapper-skeleton374 .explore_now207 .button {
    padding: 15px 60px;
    background: rgb(132,169,140);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.wrapper-skeleton374 .explore_now207 .button:hover {
    background: rgb(82,121,111);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton374 .explore_now207 .holder {
        width: 90%;
        padding: 30px;
    }

    .wrapper-skeleton374 .explore_now207 h2 {
        font-size: 21px;
    }

    .wrapper-skeleton374 .explore_now207 .button {
        width: 100%;
        padding: 15px;
    }
}footer {
    background: rgb(82,121,111);
    color: #ffffff;
}

footer .copyright {
    background: rgb(132,169,140);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(132,169,140);
}

footer h5 {
    color: rgb(132,169,140);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 23px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-skeleton374 footer .footer {
    padding: 0;
}

.wrapper-skeleton374 footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}

.wrapper-skeleton374 footer .menu_holder {
    flex-direction: column;
}

.wrapper-skeleton374 footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}

.wrapper-skeleton374 footer .copyright {
    background: rgb(132,169,140,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper-skeleton374 footer .copyright_info {
    text-align: center;
}

.wrapper-skeleton374 footer .logo_holder {
    width: calc(50% + 45px);
}

@media only screen and (max-width: 1200px) {
    .wrapper-skeleton374 footer .logo_holder {
        width: auto;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton374 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wrapper-skeleton374 footer .menu a {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 18px
    }

    .wrapper-skeleton374 footer .footer_info {
        padding: 20px 10px;
    }

    .wrapper-skeleton374 footer .copyright_info {
        text-align: center;
    }

    .wrapper-skeleton374 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.welcome_board732 .holder {
    display: flex;
    flex-direction: column;
    position: relative;
}
.welcome_board732 .photo {
    width: 100%;
    height: 400px;
    position: relative;
}
.welcome_board732 .photo:after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.5),transparent,rgba(0, 0, 0, 0.5));
}
.welcome_board732 .text_holder {
    display: flex;
    padding: 20px calc((100% - 1200px)/2);
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.welcome_board732 .text_holder .button {
    padding: 18px 24px;
    color: rgb(132,169,140);
    border: 3px solid rgb(132,169,140);
    font-weight: 700;
    flex-shrink: 0;
    font-size: 20px;
}
.welcome_board732 .text_info {
    width: 100%;
    position: relative;
}
.welcome_board732 .text_info h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color:#000000;
}
.welcome_board732 .text_info span {
    color:#000000;
}
.welcome_board732 .text_holder:after {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 60%;
    height: 130px;
    background: linear-gradient( 90deg, rgb(82,121,111,0.5),transparent 100%);
}
.welcome_board732 .text_info svg {
    width: 90px;
    height: 90px;
    fill: rgb(132,169,140);
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
    .welcome_board732 .text_holder {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .welcome_board732 .text_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .welcome_board732 .text_info h2 {
        margin-top: 10px;
    }
    .welcome_board732 .text_holder .button {
        margin-top: 20px;
    }
}.thanksWeb372 {
    height: 100%; display: flex; justify-content: center;align-items: center;
}
.thanksWeb372 .holder {
    margin: auto; width: 100%; display: flex; flex-direction: column; justify-content: center;align-items: center; padding: 80px 0;
}
.thanksWeb372 .holder h2 {
    margin-bottom: 30px;
    font-size: 46px;
}
.thanksWeb372 .holder p {
    font-size: 12px;
}