* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.wrapper-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(250,248,215);
}
@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.training_specialist {
    padding-top: 80px;
    padding-bottom: 80px;
}

.training_specialist .review .name {
    color: rgb(172,198,170);
}

.training_specialist .review span {
    color: rgb(113,160,165);
}

.training_specialist .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.training_specialist .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.training_specialist .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.training_specialist .review .name {
    font-size: 21px;
    margin-bottom: 8px;
}

.training_specialist .review span {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
}

.training_specialist .review .quote {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .training_specialist .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .training_specialist .holder {
        flex-direction: column;
    }

    .training_specialist .review {
        max-width: unset;
        width: 100%;
    }

    .training_specialist {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-section .training_specialist .holder {
    justify-content: center;
}

.wrapper-section .training_specialist .review {
    max-width: unset;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
}

.wrapper-section .training_specialist .photo {
    width: 400px;
    height: 400px;
    position: relative;
    z-index: 2;
    margin: 0;
    margin-top: 30px;
}

.wrapper-section .training_specialist .review::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgb(172,198,170);
    z-index: 0;
    left: 100px;
    top: 0;
}

.wrapper-section .worker_description {
    width: 50%;
    padding: 30px;
}

.wrapper-section .training_specialist .review .name {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
}

.wrapper-section .training_specialist .review span {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.wrapper-section .training_specialist .review .quote {
    margin-top: 45px;
    padding: 20px;
    border-left: 15px solid rgb(113,160,165);
    line-height: 25px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section .training_specialist .photo {
        width: 300px;
        height: 300px;
        margin: 20px;
    }

    .wrapper-section .training_specialist .review::after {
        left: 50px;
        height: 300px;
        width: 300px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-section .training_specialist .review {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .wrapper-section .worker_description {
        width: 100%;
    }


}.our_team .holder {
    background-size: cover;
}

.our_team .style_element {
    background: #ffffff;
}

.our_team {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our_team h2 {
    color: rgb(172,198,170);
}

.our_team span {
    color: rgb(113,160,165);
}

.our_team p {
    color: #000000;
}

.our_team .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our_team .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our_team .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our_team h2 {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
}

.our_team span {
    margin-bottom: 16px;
    font-size: 19px;
    font-weight: 600;
}

.our_team p {
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our_team .holder {
        padding: 0px;
    }

    .our_team .style_element {
        width: 100%;
        min-width: unset;
    }

    .our_team {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our_team h2 {
        font-size: 30px;
    }
}

.wrapper-section .our_team {
    background: #ffffff;
    padding: 60px 0;
}

.wrapper-section .our_team .style_element {

}

.wrapper-section .our_team .holder {
    padding: 0;
    height: auto;
}

.wrapper-section .our_team .holder .photo {
    width: calc(45% - 20px);
    min-height: 300px;
    position: relative;
    z-index: 1;

}

.wrapper-section .our_team .caption_holder::before {
    content: "";
    position: absolute;
    top: 70px;
    right: 70px;
    background: rgb(113,160,165);
    width: calc(45% - 65px);
    height: 300px;
    z-index: 0;
}

.wrapper-section .our_team .caption_holder {
    padding: 50px;
    background: rgb(250,248,215);
    position: relative;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.wrapper-section .our_team .style_element {
    background: none;
    padding: 0;
}

.wrapper-section .our_team h2 {
    font-size: 46px;
    padding-top: 20px;
    border-top: 10px solid rgb(113,160,165);
    margin-bottom: 25px;
}

@media only screen and (max-width: 800px) {
    .wrapper-section .our_team .caption_holder {
        flex-direction: column;
        padding: 30px;
    }

    .wrapper-section .our_team .holder .photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-section .our_team .caption_holder::before {
        width: calc(100% - 60px);
        top: 45px;
        right: 45px;
    }

    .wrapper-section .our_team .style_element {
        width: 100%;
    }

    .wrapper-section .our_team h2 {
        font-size: 30px;
    }
}.training_benefits {
    padding-bottom: 80px;
    padding-top: 80px;
}

.training_benefits .holder {
    display: flex;
    width: 100%;
}

.training_benefits h2 {
    text-align: left;
    margin-bottom: 20px;
}

.training_benefits .photo {
    width: 50%;
    flex-shrink: 0;
}

.training_benefits .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.training_benefits ul {
    list-style: none;
}

.training_benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.training_benefits svg, .training_benefits path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(113,160,165);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .training_benefits {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .training_benefits .holder {
        flex-direction: column;
    }

    .training_benefits .text_holder {
        width: 100%;
    }

    .training_benefits .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-section .training_benefits {
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wrapper-section .training_benefits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(113,160,165) 0%, transparent 100%);
    z-index: 0;
    opacity: 0.8;
}

.wrapper-section .training_benefits .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-section .training_benefits .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.35);
}

.wrapper-section .training_benefits .photo {
    flex: 3;
    background-size: cover;
    position: relative;
}

.wrapper-section .training_benefits .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5), transparent);
    mix-blend-mode: multiply;
}

.wrapper-section .training_benefits .text_holder {
    flex: 5;
    padding: 60px;
    background: rgb(172,198,170,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #ffffff;
}

.wrapper-section .training_benefits h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.wrapper-section .training_benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.wrapper-section .training_benefits li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
    color: #ffffff;
}

.wrapper-section .training_benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: rgb(113,160,165);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.wrapper-section .training_benefits li:hover::before {
    transform: scale(1.1);
}

.wrapper-section .training_benefits li svg, .wrapper-section .training_benefits li path {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-section .training_benefits .holder {
        flex-direction: column;
    }

    .wrapper-section .training_benefits .photo {
        height: 250px;
        flex: none;
    }

    .wrapper-section .training_benefits .text_holder {
        padding: 30px 20px;
    }

    .wrapper-section .training_benefits h2 {
        font-size: 31px;
        margin-bottom: 16px;
    }

    .wrapper-section .training_benefits li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 40px;
    }

    .wrapper-section .training_benefits li::before {
        width: 10px;
        height: 10px;
    }

    .wrapper-section .training_benefits {
        padding: 40px 10px;
    }
}.launch_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.launch_now h2 {
    color: rgb(172,198,170);
}

.launch_now .button {
    background: rgb(172,198,170);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.launch_now .button:hover {
    background: rgb(113,160,165);
}

.launch_now .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.launch_now h2 {
    font-size: 32px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.launch_now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .launch_now .holder {
        flex-direction: column;
    }

    .wrapper-section section.launch_now h2 {
        font-size: 26px;
    }

    .launch_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .launch_now .button {
        font-size: 24px;
    }

    .launch_now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-section .launch_now {
    background: linear-gradient(135deg, rgb(113,160,165,0.5) 0%, rgb(172,198,170,0.5) 100%);
    position: relative;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.wrapper-section .launch_now::before,
.wrapper-section .launch_now::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: rgb(113,160,165);
    z-index: 0;
    transition: transform 0.5s ease;
}

.wrapper-section .launch_now::after {
    background: rgb(172,198,170);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}

.wrapper-section .launch_now:hover::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.wrapper-section .launch_now:hover::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.wrapper-section .launch_now .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 60px;
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-section .launch_now h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 0;
}

.wrapper-section .launch_now .button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(113,160,165);
    border: none;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-decoration: none;
}

.wrapper-section .launch_now .button:hover {
    background: rgb(172,198,170);
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 800px) {
    .wrapper-section .launch_now {
        padding: 60px 20px;
    }

    .wrapper-section .launch_now h2 {
        font-size: 23px;
    }

    .wrapper-section .launch_now .holder {
        width: 90%;
        padding: 30px;
    }

    .wrapper-section .launch_now .button {
        padding: 10px 20px;
        font-size: 15px;
    }
}
footer {
    background: rgb(172,198,170);
    color: #ffffff;
}

footer .copyright {
    background: rgb(113,160,165);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(113,160,165);
}

footer h5 {
    color: rgb(113,160,165);
}

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: 21px;
    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: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 15px;
}

@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-section footer {
    background: #252525;
}

.wrapper-section footer .copyright {
    background: none;
    padding: 10px 0;
}

.wrapper-section footer .footer {
    padding-top: 30px;
    padding-bottom: 0;
}

.wrapper-section footer .footer_info {
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.wrapper-section footer .logo_holder svg, .wrapper-section footer .logo_holder img {
    width: 160px;
    height: 160px;
}

.wrapper-section footer .menu {
    width: calc(50% - 90px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.wrapper-section footer h5 {
    width: 200px;
}

.wrapper-section footer .menu_holder {
    width: 200px;
}

.wrapper-section footer .menu a {
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.wrapper-section footer .menu a:hover {
    color: rgb(113,160,165);
}

.wrapper-section footer .copyright_info {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .wrapper-section footer .footer_info {
        align-items: center;
    }

    .wrapper-section footer h5 {
        text-align: center;
    }

    .wrapper-section footer .menu {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .wrapper-section footer .menu a {
        text-align: center;
    }

    .wrapper-section footer .logo_holder svg, .wrapper-section footer .logo_holder img {
        margin-right: 0;
        width: 120px;
        height: 120px;
    }

    .wrapper-section footer .logo_holder {
        margin-bottom: 10px;
    }
}.course_highlights {
    padding-top: 80px;
    padding-bottom: 80px;
}

.course_highlights h2 {
    color: rgb(172,198,170);
}

.course_highlights .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.course_highlights h3 {
    color: rgb(113,160,165);
}

.course_highlights p {
    color: #000000;
}

.course_highlights .button {
    background: rgb(172,198,170);
    color: #ffffff;
    margin-top: 30px;
    width: fit-content;
}

.course_highlights .button:hover {
    background: rgb(113,160,165);
}

.course_highlights .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course_highlights .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_highlights .course {
    padding: 12px;
    max-width: 100%;
}

.course_highlights .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

.course_highlights .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.course_highlights h2 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 32px;
}

.course_highlights .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}

.course_highlights .text_holder {
    padding: 30px;
}

.course_highlights h3 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.course_highlights p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.course_highlights .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .course_highlights .items {
        flex-direction: column;
    }

    .course_highlights h2 {
        font-size: 30px;
    }

    .course_highlights h3 {
        font-size: 26px;
    }

    .course_highlights .course {
        max-width: unset;
        width: 100%;
    }

    .course_highlights {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-section .course_highlights {
    padding: 0;
}

.wrapper-section .course_highlights .container {
    width: 100%;
    padding: 0;
}

.wrapper-section .course_highlights .course {
    padding: 0;
}

.wrapper-section .course_highlights .course .content {
    box-shadow: none;
    border-radius: 0 !important;
}

.wrapper-section .course_highlights .text_holder {
    display: flex;
    flex-direction: row;
    padding: 0;
    background: #ffffff;
    border-radius: 0 !important;
}

.wrapper-section .course_highlights h3 {
    display: flex;
    width: 50%;
    background: rgb(113,160,165);
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 100%;
    margin: 0;
    text-align: left;
    padding: 60px;
    font-size: 56px;
    font-weight: 400;
    min-height: 400px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.wrapper-section .course_highlights h3::after {
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 60%;
    position: absolute;
    bottom: 50px;
}

.wrapper-section .course_highlights p {
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 60px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section .course_highlights .text_holder {
        flex-direction: column;
    }

    .wrapper-section .course_highlights h3 {
        width: 100%;
        min-height: unset;
        padding: 20px;
        font-size: 26px;
    }

    .wrapper-section .course_highlights p {
        width: 100%;
        padding: 20px;
    }

    .wrapper-section .course_highlights h3::after {
        bottom: 20px;
        width: calc(100% - 40px);
    }
}.course_demographic {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course_demographic .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course_demographic ul {
    list-style: none;
}

.course_demographic ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.course_demographic ul svg, .course_demographic ul svg path {
    fill: rgb(113,160,165);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.course_demographic h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .course_demographic {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-section .course_demographic {
    padding: 60px 0;
    background: rgb(250,248,215);
    overflow: hidden;
    position: relative;
}

.wrapper-section .course_demographic .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 70px;
    background: #ffffff;
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.wrapper-section .course_demographic h2 {
    font-family: Nunito, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: rgb(113,160,165);
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(113,160,165);
    position: relative;
}

.wrapper-section .course_demographic h2::before,
.wrapper-section .course_demographic h2::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: rgb(113,160,165);
    bottom: -2px;
}

.wrapper-section .course_demographic h2::before {
    left: 0;
}

.wrapper-section .course_demographic h2::after {
    right: 0;
}

.wrapper-section .course_demographic ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
}

.wrapper-section .course_demographic ul li {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    transition: color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.wrapper-section .course_demographic ul svg, .wrapper-section .course_demographic ul svg path {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: rgb(113,160,165);
    transition: fill 0.3s ease;
    position: static;
}

.wrapper-section .course_demographic ul li:hover {
    color: rgb(113,160,165);
    border-color: rgb(113,160,165);
}

@media only screen and (max-width: 800px) {
    .wrapper-section .course_demographic {
        padding: 40px 0;
    }

    .wrapper-section .course_demographic .holder {
        padding: 30px 20px;
    }

    .wrapper-section .course_demographic h2 {
        font-size: calc(34px - 4px);
        margin-bottom: 15px;
    }

    .wrapper-section .course_demographic ul li {
        font-size: calc(16px - 2px);
        padding: 10px 0;
    }

    .wrapper-section .course_demographic ul svg, .wrapper-section .course_demographic ul svg path {
        margin-right: 8px;
        width: 20px;
        height: 20px;
    }
}

.wrapper-section .course_demographic::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(113,160,165,0.5) 25%, transparent 75%);
    opacity: 0.1;
    transform: translateY(-50%);
    z-index: -1;
}

.wrapper-section .course_demographic .holder:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.client_opinions {
    padding-top: 80px;
    padding-bottom: 80px;
}

.client_opinions h2 {
    color: rgb(172,198,170);
}

.client_opinions .review {
    background: #ffffff;
    border-radius: 20px;
}

.client_opinions .review span {
    color: rgb(113,160,165);
}

.client_opinions .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client_opinions .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 29px;
    font-weight: 600;
}

.client_opinions .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.client_opinions .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}

.client_opinions .review span {
    text-align: center;
}

.client_opinions .review p {
    text-align: center;
}

.client_opinions .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.client_opinions .text {
    display: flex;
    flex-direction: column;
}

.client_opinions .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .client_opinions .reviews {
        flex-direction: column;
    }

    .client_opinions .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .client_opinions {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .client_opinions .holder h2 {
        font-size: 30px;
    }
}

.wrapper-section .client_opinions .review {
    background: none;
    border-radius: 0;

}

.wrapper-section .client_opinions .photo {
    width: 125px;
    height: 125px;
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
    margin-top: 40px;
}

.wrapper-section .client_opinions .photo::before {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    top: -40px;
    left: -40px;
    border: 10px solid rgb(113,160,165);
    border-radius: 50%;
    z-index: 1;

}

.wrapper-section .client_opinions .review span {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}

.wrapper-section .client_opinions .review p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.wrapper-section .client_opinions .holder h2 {
    font-size: 48px;
    font-weight: 400;
    color: #000000;
}.privacy_holdings {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.privacy_holdings h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.privacy_holdings h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.privacy_holdings h3, .privacy_holdings h4, .privacy_holdings h5, .privacy_holdings h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.privacy_holdings ul, .privacy_holdings ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.privacy_holdings li {
    margin-bottom: 10px;
}
.privacy_holdings section {
    background: none;
}
.privacy_holdings p, .privacy_holdings span, .privacy_holdings div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .privacy_holdings {
        padding: 20px 0;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
}

header .logo_name {
    color: rgb(113,160,165);
    font-size: 22px;
    font-weight: 700;
}

header .logo_desc {
    color: rgb(172,198,170);
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(113,160,165);
}

header .menu a {
    color: rgb(172,198,170);
}

header .menu a:hover {
    color: rgb(113,160,165);
}

header .menu a.active {
    border: 2px solid rgb(172,198,170);
    border-radius: 100px;
}

header .menu a.active:hover {
    color: #ffffff;
    background: rgb(113,160,165);
    border: 2px solid rgb(113,160,165);
}

header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}

header .main_header {
    width: 100%;
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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: 12px;
    font-weight: 700;
}

header .logo_holder .logo_desc {
    text-transform: uppercase;
}

header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

header .menu {
    display: flex;
}

header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 14px;
}

body .wrapper-section header .opened {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top: 100%;
        left: 0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }

    header .menu a.active {
        border: none;
    }

    header .menu a.active:hover {
        color: rgb(113,160,165);
        background: none;
        border: none;
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_name {
        line-height: 28px;
    }

    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .logo_holder .logo_desc {
        display: none;
    }

    header .logo_holder .logotype {
        margin-right: 5px;
    }

    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }

    header .logo_name {
        text-align: left;
        font-size: 20px;
        text-align: center;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-section header .header_content {
    flex-direction: column;
    align-items: flex-start;
}

.wrapper-section header .menu a {
    border: 1px solid rgb(113,160,165,0.5);
    border-bottom: none;
    color: rgb(113,160,165);
    font-weight: 400;
    padding: 14px 24px;
    padding-bottom: 13px;
    font-size: 18px;
    text-transform: uppercase;
}

.wrapper-section header .menu a:hover {
    background: rgb(113,160,165);
    color: #ffffff;
}

.wrapper-section header .main_header {
    border-bottom: 5px solid rgb(113,160,165);
    position: relative;
}

.wrapper-section header .menu::before {
    content: "";
    width: 100%;
    background: rgb(113,160,165,0.5);
    height: 1px;
    position: absolute;
    left: 0;
    align-self: flex-start;
}

.wrapper-section header .logo_holder .logotype svg, .wrapper-section header .logo_holder .logotype img {
    margin-right: 20px;
}

.wrapper-section .logotype {
    margin-right: 20px;
    border-right: 2px solid rgb(113,160,165);
}

.wrapper-section header .logo_name {
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .wrapper-section header .menu a {
        width: 100%;
    }

    .wrapper-section header .menu a:last-child {
        border-bottom: 1px solid rgb(113,160,165);
    }

    .wrapper-section header .menu {
        padding-bottom: 0;
    }

    .wrapper-section header .header_content {
        padding: 0;
    }

    .wrapper-section header .menu::before {
        display: none;
    }
}.welcome .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.welcome .style_element h1 {
    color: rgb(172,198,170);
}

.welcome .style_element h3 {
    color: rgb(172,198,170);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.welcome .style_element p {
    color: #000000;
    text-align: right;
}

.welcome {
    width: 100%;
}

.welcome .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.welcome .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.welcome .style_element h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.welcome .style_element p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .welcome .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .welcome .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .welcome .style_element h1 {
        font-size: 18px;
    }

    .welcome .style_element h3 {
        font-size: 16px;
    }

    .welcome .style_element p {
        font-size: 14px;
    }


}

.wrapper-section .welcome {
    padding: 70px 0px;
    position: relative;
}

.wrapper-section .welcome .title_page_holder {
    height: auto;
    min-height: 500px;
    position: static;
}

.wrapper-section .welcome .style_element {
    clip-path: none;
    height: 605px;
    top: 0;
    padding: 50px;
    justify-content: center;
    align-items: center;
    background: rgb(113,160,165);
    width: 500px;
    min-width: unset;
    right: 20%;
}

.wrapper-section .welcome .style_element h1 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}

.wrapper-section .welcome .style_element h3 {
    color: #ffffff;
    text-align: center;
    z-index: 2;
}

.wrapper-section .welcome .style_element p {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
}

@media only screen and (max-width: 800px) {
    .wrapper-section .welcome {
        padding: 50px 0;
    }

    .wrapper-section .welcome .style_element {
        width: 90%;
        right: 5%;
        margin: auto;
        margin-top: 0;
        min-height: 480px;
        height: auto;
    }

    .wrapper-section .welcome .title_page_holder {
        min-height: 400px;
        height: auto;
    }

    .wrapper-section .welcome .style_element h1 {

        font-size: 30px;
    }

    .wrapper-section .welcome .style_element p {
        font-size: 16px;
    }
}.contact_us {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact_us h3 {
    color: rgb(172,198,170);
}

.contact_us .form {
    background: rgb(250,248,215);
    border-radius: 10px;
}

.contact_us .info svg, .contact_us .info svg path {
    fill: rgb(113,160,165);
}

.contact_us .info .contact_info h5 {
    color: rgb(113,160,165);
}

.contact_us .info span {
    color: #000000;
}

.contact_us .info .contact_info svg, .contact_us .info .contact_info svg path {
    fill: #000000;
}

.contact_us form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact_us form .button {
    background: rgb(172,198,170);
    color: #ffffff;
    border-radius: 100px;
}

.contact_us form .button:hover {
    background: rgb(113,160,165);
}


.contact_us .holder {
    display: flex;
}

.contact_us .holder > div {
    width: 50%;
    padding: 40px;
}

.contact_us .form {

}

.contact_us .form form {
    display: flex;
    flex-direction: column;
}

.contact_us h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact_us .info {
    padding-top: 40px;
}

.contact_us form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact_us form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact_us .info .contact_info h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact_us .info svg, .contact_us .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact_us .info span {
    font-size: 17px;
}

.contact_us .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact_us .logo_holder svg, .contact_us .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact_us .info .contact_info span {
    font-weight: 300;
}

.contact_us .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact_us .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact_us .name_holder #surname {
    margin-left: 24px;
}

.contact_us .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_us .agree label {
    display: block;
}

.contact_us .agree a {
    margin-left: 5px;
    color: rgb(113,160,165);
}

.contact_us .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact_us .holder {
        flex-direction: column;
    }

    .contact_us .holder > div {
        width: 100%;
    }

    .contact_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_us h3 {
        font-size: 30px;
    }
}

.wrapper-section .contact_us .container {
    width: 100%;
}

.wrapper-section .contact_us {
    padding: 0;
}

.wrapper-section .contact_us .info {
    background: rgb(250,248,215);
}

.wrapper-section .contact_us .form_text {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-section .contact_us .form {
    background: #ffffff;
}

.wrapper-section .contact_us .holder > div {
    padding: 40px;
    padding-bottom: 60px;
    border-radius: 0 !important;
}

.wrapper-section .contact_us form input {
    background: rgb(250,248,215);
    border-radius: 7px;
    border: 1px solid rgb(172,198,170);
}

.wrapper-section .contact_us h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 40px;
}

.wrapper-section .contact_us .info .contact_info svg, .wrapper-section .contact_us .info .contact_info svg path, .wrapper-section .contact_us .info .contact_info img {
    width: 30px;
    height: 30px;
    fill: rgb(113,160,165);
    margin-bottom: 20px;
}

.wrapper-section .contact_us .info .contact_info > div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.wrapper-section .contact_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: flex-start;
}

.wrapper-section .contact_us form .button {
    background: rgb(113,160,165);
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.wrapper-section .contact_us .name_holder {
    flex-direction: column;
}

.wrapper-section .contact_us .name_holder #surname {
    margin-left: 0;
}

.wrapper-section .contact_us label {
    display: block;
    font-size: 16px;
    line-height: 25px;
}

.wrapper-section .contact_us .info .contact_info span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 800px) {
    .wrapper-section .contact_us .holder > div {
        padding: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }

    .wrapper-section .contact_us .info .contact_info > div {
        margin-bottom: 30px;
    }

    .wrapper-section .contact_us h3 {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .wrapper-section .contact_us .container {
        padding: 0;
    }
}
.benefits_summary .advantages_content h2 {
    color: rgb(172,198,170);
}

.benefits_summary .advantage_item svg, .benefits_summary .advantage_item svg path {
    fill: rgb(113,160,165);
}

.benefits_summary .advantage_item p {
    color: #000000;
}

.benefits_summary .advantage_item b {
    color: rgb(113,160,165);
}

.benefits_summary {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_summary .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_summary .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_summary .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 28px;
    font-weight: 600;
}

.benefits_summary .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_summary .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_summary .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_summary .advantage_item svg, .benefits_summary .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section .benefits_summary .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_summary .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_summary .advantages_holder {
        flex-direction: column;
    }

    .benefits_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-section .benefits_summary .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-section .benefits_summary {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--bg-color);
}

.wrapper-section .benefits_summary .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-section .benefits_summary .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #000000;
}

.wrapper-section .benefits_summary .advantages_content h2 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(113,160,165);
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.wrapper-section .benefits_summary .advantages_content h2:hover {
    color: rgb(172,198,170);
}

.wrapper-section .benefits_summary .advantages_description {
    font-size: 13px;
    color: #000000;
    margin-bottom: 30px;
    max-width: 800px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.wrapper-section .benefits_summary .advantages_description:hover {
    opacity: 1;
}

.wrapper-section .benefits_summary .advantages_holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.wrapper-section .benefits_summary .advantage_item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
    width: calc(25% - 20px);
    min-height: 250px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.wrapper-section .benefits_summary .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.wrapper-section .benefits_summary .advantage_image {
    background-color: rgb(113,160,165,0.5);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.wrapper-section .benefits_summary .advantage_image img, .wrapper-section .benefits_summary .advantage_image svg {
    width: 70%;
    height: 70%;
    object-fit: cover;
    fill: rgb(113,160,165);
}

.wrapper-section .benefits_summary .advantage_item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section .benefits_summary .advantages_holder .advantage_item {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-section .benefits_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-section .benefits_summary .advantages_content h2 {
        font-size: 30px;
    }

    .wrapper-section .benefits_summary .advantages_holder {
        flex-direction: column;
    }

    .wrapper-section .benefits_summary .advantages_holder .advantage_item {
        width: 100%;
    }
}