* {
    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: Merriweather, sans-serif;
    color: #000000;
}
.wrap-container_47123 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(255,244,229);
}
@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.welcome_95867 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.welcome_95867::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 2;
}
.welcome_95867 .title_page_holder {
    background-size: cover;
    background-position: center !important;
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.welcome_95867 .style_element {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 60px;
    border-radius: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 800px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.welcome_95867 .style_element:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.welcome_95867 .style_element h1 {
    color: rgb(102,133,103);
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.welcome_95867 .style_element h1:hover {
    color: rgb(149,184,142);
}
.welcome_95867 .style_element h3 {
    color: rgb(149,184,142);
    text-align: center;
    font-size: 30px;
    margin-bottom: 16px;
}
.welcome_95867 .style_element p {
    color: #000000;
    text-align: justify;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
    .welcome_95867 .title_page_holder {
        min-height: 480px;
    }
    .welcome_95867 .style_element {
        padding: 30px 40px;
    }
    .welcome_95867 .style_element h1 {
        font-size: 30px;
    }
    .welcome_95867 .style_element h3 {
        font-size: 18px;
    }
    .welcome_95867 .style_element p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 800px) {
    .welcome_95867 .title_page_holder {
        min-height: 320px;
        padding: 20px;
    }
    .welcome_95867 .style_element {
        padding: 20px;
        border-radius: 10px;
    }
    .welcome_95867 .style_element h1 {
        font-size: 18px;
    }
    .welcome_95867 .style_element h3 {
        font-size: 16px;
    }
    .welcome_95867 .style_element p {
        font-size: 16px;
    }
}
.wrap-container_47123 .welcome_95867 .style_element {
    clip-path: none;
    height: auto;
    width: 100%;
    max-width: 50%;
    min-height: 260px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 50px 110px 30px;
    left: calc(50% - 600px);
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}
.wrap-container_47123 .welcome_95867 .style_element h1 {
    font-size: 40px;
    text-align: left;
}
.wrap-container_47123 .welcome_95867 .style_element h3 {
    text-align: left;
}
.wrap-container_47123 .welcome_95867 .style_element p {
    text-align: left;
}
@media only screen and (max-width: 1200px) {
    .wrap-container_47123 .welcome_95867 .style_element {
        left: 0;
        max-width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .wrap-container_47123 .welcome_95867 .style_element {
        border-radius: 0;
        width: 100%;
        padding: 20px;
        position: static;
    }
    .wrap-container_47123 .welcome_95867 .style_element h1 {
        font-size: 30px;
    }
    .wrap-container_47123 .welcome_95867 .title_page_holder {
        min-height: 480px;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
}

header .logo_name {
    color: rgb(102,133,103);
    font-size: 20px;
    font-weight: 700;
}

header .logo_desc {
    color: rgb(149,184,142);
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(102,133,103);
}

header .menu a {
    color: rgb(149,184,142);
}

header .menu a:hover {
    color: rgb(102,133,103);
}

header .menu a.active {
    border: 2px solid rgb(149,184,142);
    border-radius: 100px;
}

header .menu a.active:hover {
    color: #ffffff;
    background: rgb(102,133,103);
    border: 2px solid rgb(102,133,103);
}

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 .wrap-container_47123 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(102,133,103);
        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;
    }
}

.wrap-container_47123 header .menu a.active {
    border: none;
    border-radius: 0;
}

.wrap-container_47123 header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(102,133,103);
}

.wrap-container_47123 header .logo_holder {
    margin-right: 0;

}

.wrap-container_47123 header .logo_holder .logotype svg, .wrap-container_47123 header .logo_holder .logotype img {
    margin-left: 20px;
}

.wrap-container_47123 header .menu {
    width: 100%;
    justify-content: center;
}

.wrap-container_47123 header .menu a {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 header .header_content .logo_holder {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .wrap-container_47123 header .logo_holder .logotype svg, .wrap-container_47123 header .logo_holder .logotype img {
        margin-left: 0;
    }

    .wrap-container_47123 header .menu {
        padding-top: 30px;
        align-items: center;
    }
}.contact_box_97612 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact_box_97612 h3 {
    color: rgb(149,184,142);
}

.contact_box_97612 .form {
    background: rgb(255,244,229);
    border-radius: 10px;
}

.contact_box_97612 .info svg, .contact_box_97612 .info svg path {
    fill: rgb(102,133,103);
}

.contact_box_97612 .info .contact_info h5 {
    color: rgb(102,133,103);
}

.contact_box_97612 .info span {
    color: #000000;
}

.contact_box_97612 .info .contact_info svg, .contact_box_97612 .info .contact_info svg path {
    fill: #000000;
}

.contact_box_97612 form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact_box_97612 form .button {
    background: rgb(149,184,142);
    color: #ffffff;
    border-radius: 100px;
}

.contact_box_97612 form .button:hover {
    background: rgb(102,133,103);
}


.contact_box_97612 .holder {
    display: flex;
}

.contact_box_97612 .holder > div {
    width: 50%;
    padding: 40px;
}

.contact_box_97612 .form {

}

.contact_box_97612 .form form {
    display: flex;
    flex-direction: column;
}

.contact_box_97612 h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact_box_97612 .info {
    padding-top: 40px;
}

.contact_box_97612 form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact_box_97612 form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact_box_97612 .info .contact_info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact_box_97612 .info svg, .contact_box_97612 .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact_box_97612 .info span {
    font-size: 15px;
}

.contact_box_97612 .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_box_97612 .logo_holder svg, .contact_box_97612 .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact_box_97612 .info .contact_info span {
    font-weight: 300;
}

.contact_box_97612 .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact_box_97612 .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact_box_97612 .name_holder #surname {
    margin-left: 24px;
}

.contact_box_97612 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_box_97612 .agree label {
    display: block;
}

.contact_box_97612 .agree a {
    margin-left: 5px;
    color: rgb(102,133,103);
}

.contact_box_97612 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact_box_97612 .holder {
        flex-direction: column;
    }

    .contact_box_97612 .holder > div {
        width: 100%;
    }

    .contact_box_97612 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_box_97612 h3 {
        font-size: 30px;
    }
}

.wrap-container_47123 .contact_box_97612 .holder {
    justify-content: center;
    position: relative;
}

.wrap-container_47123 .contact_box_97612 .holder::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: none;
    border-radius: 50%;
    top: -50px;
    right: 10%;
    border: 50px solid rgb(255,244,229);
}

.wrap-container_47123 .contact_box_97612 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrap-container_47123 .contact_box_97612 {
    background: rgb(102,133,103);
    padding-top: 100px;
}

.wrap-container_47123 .contact_box_97612 .form {
    box-shadow: rgb(0, 0, 0) 10px 10px 40px 0px;
    border-radius: 50px;
    background: #ffffff;
    width: 60%;
    position: relative;
    z-index: 1;
}

.wrap-container_47123 .contact_box_97612 form input {
    background: rgb(255,244,229);
    border: 1px solid rgb(149,184,142);
    border-radius: 10px;
}

.wrap-container_47123 .contact_box_97612 form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.wrap-container_47123 .contact_box_97612 .name_holder {
    flex-direction: column;
}

.wrap-container_47123 .contact_box_97612 .name_holder #surname {
    margin-left: 0;
}

.wrap-container_47123 .contact_box_97612 h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
}

.wrap-container_47123 .contact_box_97612 .agree a {
    text-decoration: none;
    color: rgb(102,133,103);
}

.wrap-container_47123 .contact_box_97612 form .button {
    background: rgb(149,184,142);
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .contact_box_97612 {
        padding-top: 80px;
    }

    .wrap-container_47123 .contact_box_97612 .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .wrap-container_47123 .contact_box_97612 form .button {
        width: 100%;
    }
}.testimonials_82617 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonials_82617 h2 {
    color: rgb(149,184,142);
}

.testimonials_82617 .review {
    background: #ffffff;
    border-radius: 20px;
}

.testimonials_82617 .review span {
    color: rgb(102,133,103);
}

.testimonials_82617 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials_82617 .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 34px;
    font-weight: 600;
}

.testimonials_82617 .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.testimonials_82617 .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;
}

.testimonials_82617 .review span {
    text-align: center;
}

.testimonials_82617 .review p {
    text-align: center;
}

.testimonials_82617 .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.testimonials_82617 .text {
    display: flex;
    flex-direction: column;
}

.testimonials_82617 .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .testimonials_82617 .reviews {
        flex-direction: column;
    }

    .testimonials_82617 .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .testimonials_82617 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .testimonials_82617 .holder h2 {
        font-size: 30px;
    }
}

.wrap-container_47123 .testimonials_82617 .review {
    width: calc(25% - 20px);
    margin: 10px;
    background: rgb(102,133,103,0.5);
    border: 3px solid rgb(102,133,103);
    border-radius: 10px;
    position: relative;
    padding: 20px;
    min-height: 250px;
    max-width: unset;
    padding-bottom: 84px;
    align-items: center;
    justify-content: center;
}

.wrap-container_47123 .testimonials_82617 .text {
    flex-direction: column-reverse;
    width: 100%;
}

.wrap-container_47123 .testimonials_82617 .text p {
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.wrap-container_47123 .testimonials_82617 {
    background: rgb(149,184,142);
}

.wrap-container_47123 .testimonials_82617 .holder h2 {
    color: #ffffff;
}

.wrap-container_47123 .testimonials_82617 .photo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    width: 64px;
    height: 64px;
}

.wrap-container_47123 .testimonials_82617 .review p {
    font-size: 16px;
}

.wrap-container_47123 .testimonials_82617 .review span {
    position: absolute;
    bottom: 41px;
    left: 94px;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.wrap-container_47123 .testimonials_82617 .reviews {
    flex-wrap: wrap;
}


@media only screen and (max-width: 1000px) {
    .wrap-container_47123 .testimonials_82617 .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .testimonials_82617 .review {
        width: calc(100% - 20px);
    }
}.join_now_40983 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.join_now_40983 h2 {
    color: rgb(149,184,142);
}

.join_now_40983 .button {
    background: rgb(149,184,142);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.join_now_40983 .button:hover {
    background: rgb(102,133,103);
}

.join_now_40983 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.join_now_40983 h2 {
    font-size: 31px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.join_now_40983 .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) {
    .join_now_40983 .holder {
        flex-direction: column;
    }

    .wrap-container_47123 section.join_now_40983 h2 {
        font-size: 26px;
    }

    .join_now_40983 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .join_now_40983 .button {
        font-size: 24px;
    }

    .join_now_40983 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrap-container_47123 .join_now_40983 {
    background: linear-gradient(135deg, rgb(102,133,103), rgb(149,184,142));
    padding: 60px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.wrap-container_47123 .join_now_40983::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 45deg, rgb(102,133,103,0.5), rgb(149,184,142,0.5), rgb(102,133,103,0.5));
    z-index: 0;
    transition: transform 0.5s ease-in-out;
}

.wrap-container_47123 .join_now_40983:hover::before {
    transform: rotate(180deg);
}

.wrap-container_47123 .join_now_40983 .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 50px;
    border: 1px solid rgb(149,184,142);
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.wrap-container_47123 .join_now_40983 h2 {
    font-family: Merriweather, sans-serif;
    font-size: 31px;
    color: #000000;
    text-align: left;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(149,184,142,0.5);
}

.wrap-container_47123 .join_now_40983 .button {
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(149,184,142), rgb(102,133,103));
    color: #ffffff;
    text-transform: uppercase;
    transition: transform 0.3s, background 0.3s, color 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.wrap-container_47123 .join_now_40983 .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(102,133,103), rgb(149,184,142));
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    transform: scale(0);
    border-radius: 30px;
}

.wrap-container_47123 .join_now_40983 .button:hover::before {
    transform: scale(1);
}

.wrap-container_47123 .join_now_40983 .button:hover {
    color: rgb(102,133,103);
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .join_now_40983 h2 {
        text-align: center;
        font-size: 22px;
    }

    .wrap-container_47123 .join_now_40983 .holder {
        flex-direction: column;
        gap: 30px;
        width: 100%;
        padding: 30px;
    }
}.our_story_91206 .holder {
    background-size: cover;
}

.our_story_91206 .style_element {
    background: #ffffff;
}

.our_story_91206 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our_story_91206 h2 {
    color: rgb(149,184,142);
}

.our_story_91206 span {
    color: rgb(102,133,103);
}

.our_story_91206 p {
    color: #000000;
}

.our_story_91206 .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our_story_91206 .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our_story_91206 .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our_story_91206 h2 {
    margin-bottom: 8px;
    font-size: 37px;
    font-weight: 600;
}

.our_story_91206 span {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}

.our_story_91206 p {
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our_story_91206 .holder {
        padding: 0px;
    }

    .our_story_91206 .style_element {
        width: 100%;
        min-width: unset;
    }

    .our_story_91206 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our_story_91206 h2 {
        font-size: 30px;
    }
}

.wrap-container_47123 .our_story_91206 {
    padding: 50px 0;
}

.wrap-container_47123 .our_story_91206 .holder {
    padding: 0 15px;
    height: auto;
}

.wrap-container_47123 .our_story_91206 .holder .photo {
    width: 50%;
    border-radius: 0px 0px 0px 50px;
}

.wrap-container_47123 .our_story_91206 .caption_holder {
    width: 100%;
    display: flex;
    flex-direction: row;

}

.wrap-container_47123 .our_story_91206 .style_element {
    width: calc(50% + 80px);
    min-height: 240px;
    margin-left: -80px;
    background: #ffffff;
    margin-top: 50px;
    border-top-left-radius: 50px;
    padding: 25px 40px 10px;
}

.wrap-container_47123 .our_story_91206 h2 {
    margin-top: 10px;
    font-size: 28px;
}

.wrap-container_47123 .our_story_91206 p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .our_story_91206 .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 0;
    }

    .wrap-container_47123 .our_story_91206 .style_element {
        width: calc(100% - 15px);
        margin-left: 15px;
        margin-top: -15px;
    }

    .wrap-container_47123 .our_story_91206 .caption_holder {
        flex-direction: column;
    }

    .wrap-container_47123 .our_story_91206 .holder {
        padding: 0;
    }

    .wrap-container_47123 .our_story_91206 h2 {
        font-size: 21px;
    }

    .wrap-container_47123 .our_story_91206 p {
        font-size: 15px;
    }
}footer {
    background: rgb(149,184,142);
    color: #ffffff;
}
footer .copyright {
    background: rgb(102,133,103);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(102,133,103);
}
footer .menu a {
    color: #ffffff;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
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 .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: 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;
    }

}

.wrap-container_47123 footer {
    background: rgb(149,184,142);
    padding: 0;
    padding-top: 20px;
    padding-bottom: 60px;
}
.wrap-container_47123 footer .footer {
    padding: 0;
}
.wrap-container_47123 footer .footer_info {
    padding:60px 0 0 0;
    border-top: 1px solid rgb(102,133,103);
    margin-bottom: 20px;
}
.wrap-container_47123 footer .copyright {
    padding: 0;
}
.wrap-container_47123 footer .copyright {
    background: rgb(149,184,142);
}
.wrap-container_47123 footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}
.wrap-container_47123 footer .menu a {
    padding: 0 10px;
    border-right: 1px solid rgb(102,133,103);
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: 0;
}
.wrap-container_47123 footer .menu a:last-child {
    border-right: none;
}
.wrap-container_47123 footer .logo_holder svg,.wrap-container_47123  footer .logo_holder img {
    width: 100px;
    height: 100px;
    margin: 0;
}
@media only screen and (max-width: 800px)  {
    .wrap-container_47123 footer .footer_info {
        align-items: center;
    }
    .wrap-container_47123 footer .copyright_info {
        text-align: center;
    }
}.privacy_stockade_29607 {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.privacy_stockade_29607 h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.privacy_stockade_29607 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.privacy_stockade_29607 h3, .privacy_stockade_29607 h4, .privacy_stockade_29607 h5, .privacy_stockade_29607 h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.privacy_stockade_29607 ul, .privacy_stockade_29607 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.privacy_stockade_29607 li {
    margin-bottom: 10px;
}
.privacy_stockade_29607 section {
    background: none;
}
.privacy_stockade_29607 p, .privacy_stockade_29607 span, .privacy_stockade_29607 div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .privacy_stockade_29607 {
        padding: 20px 0;
    }
}.sign_up_for_updates_42193 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.sign_up_for_updates_42193 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sign_up_for_updates_42193 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(149,184,142,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.sign_up_for_updates_42193 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.sign_up_for_updates_42193 .button {
    background: rgb(149,184,142);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.sign_up_for_updates_42193 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .sign_up_for_updates_42193 .holder {
        flex-direction: column;
    }

    .sign_up_for_updates_42193 {
        padding: 30px 20px;
    }

    .sign_up_for_updates_42193 input {
        min-width: unset;
    }

    .sign_up_for_updates_42193 .button {
        flex-shrink: unset;
    }

    .sign_up_for_updates_42193 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .sign_up_for_updates_42193 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrap-container_47123 .sign_up_for_updates_42193 .holder h2 {
        font-size: 20px;
    }
}

.wrap-container_47123 .sign_up_for_updates_42193 {
    padding: 80px 0;
    background: rgb(255,244,229);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Merriweather, sans-serif;
}

.wrap-container_47123 .sign_up_for_updates_42193::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(102,133,103), rgb(149,184,142));
    opacity: 0.8;
    clip-path: circle(30% at right 70%);
    transition: clip-path 0.6s ease-in-out;
    z-index: 0;
}


.wrap-container_47123 .sign_up_for_updates_42193 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 50px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.wrap-container_47123 .sign_up_for_updates_42193 .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.wrap-container_47123 .sign_up_for_updates_42193 h2 {
    color: #000000;
    margin: 0 0 30px;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.wrap-container_47123 .sign_up_for_updates_42193 .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.wrap-container_47123 .sign_up_for_updates_42193 input {
    border-radius: 29px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-bottom: 20px;
    border: 2px solid rgb(102,133,103);
    padding: 15px 20px;
    font-size: 13px;
    width: 100%;
    max-width: 400px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.wrap-container_47123 .sign_up_for_updates_42193 input:focus {
    border: 2px solid rgb(149,184,142);
    outline: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.wrap-container_47123 .sign_up_for_updates_42193 .button {
    background: linear-gradient(120deg, rgb(102,133,103), rgb(149,184,142));
    border-radius: 29px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.wrap-container_47123 .sign_up_for_updates_42193 .button:hover {
    background: linear-gradient(120deg, rgb(149,184,142), rgb(102,133,103));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .sign_up_for_updates_42193 {
        padding: 40px 20px;
    }

    .wrap-container_47123 .sign_up_for_updates_42193 .holder {
        padding: 30px;
        width: 90%;
    }

    .wrap-container_47123 .sign_up_for_updates_42193 h2 {
        margin-bottom: 25px;
    }

    .wrap-container_47123 .sign_up_for_updates_42193 .input_holder {
        width: 100%;
    }

    .wrap-container_47123 .sign_up_for_updates_42193 input {
        width: 100%;
    }

    .wrap-container_47123 .sign_up_for_updates_42193 .button {
        width: 100%;
        padding: 15px 0;
    }
}
.education_experience_32571 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.education_experience_32571 .review .name {
    color: rgb(149,184,142);
}

.education_experience_32571 .review span {
    color: rgb(102,133,103);
}

.education_experience_32571 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.education_experience_32571 .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.education_experience_32571 .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.education_experience_32571 .review .name {
    font-size: 24px;
    margin-bottom: 8px;
}

.education_experience_32571 .review span {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 14px;
}

.education_experience_32571 .review .quote {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .education_experience_32571 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .education_experience_32571 .holder {
        flex-direction: column;
    }

    .education_experience_32571 .review {
        max-width: unset;
        width: 100%;
    }

    .education_experience_32571 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrap-container_47123 .education_experience_32571 .review {
    flex-direction: row;
    max-width: unset;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.wrap-container_47123 .education_experience_32571 {
    background: rgb(102,133,103);
    padding: 40px 0;
}

.wrap-container_47123 .education_experience_32571 .review .name {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    margin-right: 0.5em;
}

.wrap-container_47123 .education_experience_32571 .review span {
    color: rgb(149,184,142);
    font-size: 18px;
}

.wrap-container_47123 .education_experience_32571 .review .quote {
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    font-style: normal;
    position: relative;
}

.wrap-container_47123 .education_experience_32571 .photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 15px -5px #000;
    margin-right: 60px;
}

.wrap-container_47123 .worker_description {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .education_experience_32571 .review {
        flex-direction: column;
        padding: 0;
    }

    .wrap-container_47123 .education_experience_32571 .photo {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .wrap-container_47123 .worker_description {
        padding: 20px;
        justify-content: center;
        text-align: center;
    }
}.program_structure_75348 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.program_structure_75348 h2 {
    color: rgb(149,184,142);
}

.program_structure_75348 .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.program_structure_75348 h3 {
    color: rgb(102,133,103);
}

.program_structure_75348 p {
    color: #000000;
}

.program_structure_75348 .button {
    background: rgb(149,184,142);
    color: #ffffff;
    margin-top: 30px;
    width: fit-content;
}

.program_structure_75348 .button:hover {
    background: rgb(102,133,103);
}

.program_structure_75348 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.program_structure_75348 .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.program_structure_75348 .course {
    padding: 12px;
    max-width: 100%;
}

.program_structure_75348 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

.program_structure_75348 .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.program_structure_75348 h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 32px;
}

.program_structure_75348 .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}

.program_structure_75348 .text_holder {
    padding: 30px;
}

.program_structure_75348 h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.program_structure_75348 p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.program_structure_75348 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .program_structure_75348 .items {
        flex-direction: column;
    }

    .program_structure_75348 h2 {
        font-size: 30px;
    }

    .program_structure_75348 h3 {
        font-size: 26px;
    }

    .program_structure_75348 .course {
        max-width: unset;
        width: 100%;
    }

    .program_structure_75348 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrap-container_47123 .program_structure_75348 .items {
    width: 100%;
}

.wrap-container_47123 .program_structure_75348 .photo {
    width: 525px;
    height: 525px;
    border-radius: 50%;
    overflow: hidden;
}

.wrap-container_47123 .program_structure_75348 .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 800px;
}

.wrap-container_47123 .program_structure_75348 .text_holder {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}

.wrap-container_47123 .program_structure_75348 h3 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 30px;
}

.wrap-container_47123 .program_structure_75348 p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.wrap-container_47123 .program_structure_75348 .button {
    margin-top: 35px;
    display: inline;
    padding: 15px 40px;
    width: fit-content;
    border: 2px solid rgb(102,133,103);
    background: none;
    border-radius: 50px;
    color: rgb(102,133,103);

}

.wrap-container_47123 .program_structure_75348 .button:hover {
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .program_structure_75348 .items .course .content {
        width: 100%;
    }

    .wrap-container_47123 .program_structure_75348 .photo {
        width: 340px;
        height: 340px;
    }

    .wrap-container_47123 .program_structure_75348 h3 {
        font-size: 33px;
        margin-top: 20px;
    }

    .wrap-container_47123 .program_structure_75348 .text_holder {
        padding: 10px;
    }

    .wrap-container_47123 .program_structure_75348 p {
        margin-top: 15px;
        font-size: 18px;
    }

    .wrap-container_47123 .program_structure_75348 .button {
        margin-top: 20px;
    }
}
.advantages_highlights_69412 .advantages_content h2 {
    color: rgb(149,184,142);
}

.advantages_highlights_69412 .advantage_item svg, .advantages_highlights_69412 .advantage_item svg path {
    fill: rgb(102,133,103);
}

.advantages_highlights_69412 .advantage_item p {
    color: #000000;
}

.advantages_highlights_69412 .advantage_item b {
    color: rgb(102,133,103);
}

.advantages_highlights_69412 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_highlights_69412 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_highlights_69412 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_highlights_69412 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.advantages_highlights_69412 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_highlights_69412 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_highlights_69412 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_highlights_69412 .advantage_item svg, .advantages_highlights_69412 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrap-container_47123 .advantages_highlights_69412 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_highlights_69412 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_highlights_69412 .advantages_holder {
        flex-direction: column;
    }

    .advantages_highlights_69412 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrap-container_47123 .advantages_highlights_69412 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrap-container_47123 .advantages_highlights_69412 .advantages_content {
    align-items: center;
}

.wrap-container_47123 .advantages_highlights_69412 .advantages_content h2 {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, rgb(149,184,142) 0%, rgb(102,133,103,0.5) 25%, rgb(149,184,142,0.5) 50%, rgb(102,133,103) 100%);
    border-image-slice: 1;
    width: fit-content;
    font-size: 38px;
    color: inherit;
    margin-bottom: 36px;
    font-weight: 300;
}

.wrap-container_47123 .advantages_highlights_69412 .advantage_image {
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid rgb(149,184,142,0.5);
    border-radius: 50%;
    position: relative;

}

.wrap-container_47123 .advantages_highlights_69412 .advantage_image::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 1px solid rgb(149,184,142,0.5);
}

.wrap-container_47123 .advantages_highlights_69412 .advantage_item svg, .wrap-container_47123 .advantages_highlights_69412 .advantage_item img {
    width: 80px;
    height: 80px;
}

.wrap-container_47123 .advantages_highlights_69412 .advantages_content h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 32px;
}
.training_results_12479 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.training_results_12479 .holder {
    display: flex;
    width: 100%;
}

.training_results_12479 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.training_results_12479 .photo {
    width: 50%;
    flex-shrink: 0;
}

.training_results_12479 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.training_results_12479 ul {
    list-style: none;
}

.training_results_12479 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.training_results_12479 svg, .training_results_12479 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(102,133,103);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .training_results_12479 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .training_results_12479 .holder {
        flex-direction: column;
    }

    .training_results_12479 .text_holder {
        width: 100%;
    }

    .training_results_12479 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrap-container_47123 .training_results_12479 {
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wrap-container_47123 .training_results_12479::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(102,133,103,0.5), rgb(149,184,142,0.5));
    z-index: 0;
    opacity: 0.85;
    mix-blend-mode: multiply;
}

.wrap-container_47123 .training_results_12479 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrap-container_47123 .training_results_12479 .holder:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.3);
}

.wrap-container_47123 .training_results_12479 .photo {
    flex: 1;
    background-size: cover;
    position: relative;
    transition: transform 0.3s ease, filter 0.3s ease;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.wrap-container_47123 .training_results_12479 .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
}

.wrap-container_47123 .training_results_12479 .text_holder {
    flex: 2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgb(149,184,142,0.5);
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease;
}

.wrap-container_47123 .training_results_12479 h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
    color: rgb(102,133,103);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    text-shadow: rgb(149,184,142) 1px 1px;
}

.wrap-container_47123 .training_results_12479 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.wrap-container_47123 .training_results_12479 li {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
}

.wrap-container_47123 .training_results_12479 li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: rgb(102,133,103);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.wrap-container_47123 .training_results_12479 li:hover::before {
    transform: scale(1.2);
    background: rgb(149,184,142);
}

.wrap-container_47123 .training_results_12479 li:hover {
    transform: translateX(10px);
}

.wrap-container_47123 .training_results_12479 li svg, .wrap-container_47123 .training_results_12479 li path {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrap-container_47123 .training_results_12479 .holder {
        flex-direction: column;
    }

    .wrap-container_47123 .training_results_12479 .photo {
        height: 250px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-top: 250px;
        margin-bottom: 0;
    }

    .wrap-container_47123 .training_results_12479 .text_holder {
        padding: 30px 20px;
    }

    .wrap-container_47123 .training_results_12479 h2 {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .wrap-container_47123 .training_results_12479 li {
        font-size: 17px;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .wrap-container_47123 .training_results_12479 li::before {
        width: 24px;
        height: 24px;
    }

    .wrap-container_47123 .training_results_12479 {
        padding: 40px 10px;
    }
}