* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.local_panel-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(206,222,189);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.local_title_board {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}
.local_title_board .title_page_holder {
    width: 100%;
    min-height: 800px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    border: 5px solid rgb(158,179,132);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
}
.local_title_board .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    width: 80%;
    max-width: 1000px;
    padding: 50px;
    border-radius: 29px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1;
    border: 2px solid rgb(67,83,52);
    transition: transform 0.5s ease-in-out, background 0.5s ease-in-out;
}
.local_title_board .style_element h1 {
    font-size: 44px;
    font-weight: 700;
    color: rgb(158,179,132);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(67,83,52);
    padding-bottom: 10px;
    transition: color 0.5s ease-in-out;
}
.local_title_board .style_element h3 {
    font-size: 33px;
    color: rgb(67,83,52);
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.5s ease-in-out;
}
.local_title_board .style_element p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: color 0.5s ease-in-out;
}
.local_title_board .style_element::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px dashed rgb(158,179,132);
    border-radius: 29px;
    z-index: -1;
    transition: border-color 0.5s ease-in-out;
}
.local_title_board .style_element::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px dotted rgb(67,83,52);
    border-radius: 29px;
    z-index: -2;
    transition: border-color 0.5s ease-in-out;
}
.local_title_board .title_page_holder:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: rgb(67,83,52);
}
.local_title_board .style_element:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.9);
}
.local_title_board .style_element h1:hover,
.local_title_board .style_element h3:hover,
.local_title_board .style_element p:hover {
    color: rgb(158,179,132);
}
.local_title_board .style_element::before:hover,
.local_title_board .style_element::after:hover {
    border-color: rgb(158,179,132);
}
.local_panel-container .local_title_board {
    position: relative;
    padding: 0;
    background: rgb(206,222,189);
}
.local_panel-container .local_title_board::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
}
.local_panel-container .local_title_board .title_page_holder {
    border: 8px solid rgb(158,179,132);
    box-shadow: inset 0 0 10px rgb(67,83,52,0.5);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.local_panel-container .local_title_board .style_element {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(158,179,132,0.5) 0%, #ffffff 100%);
    padding: 60px;
    text-align: left;
    border-radius: 29px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-in-out, background 0.5s ease-in-out;
}
.local_panel-container .local_title_board .style_element h1 {
    text-align: left;
    color: #000000;
    font-size: 44px;
    margin-bottom: 20px;
    z-index: 1;
    border-bottom: 2px solid rgb(158,179,132);
    padding-bottom: 15px;
    transition: color 0.5s ease-in-out;
}
.local_panel-container .local_title_board .style_element h3 {
    text-align: left;
    font-size: 33px;
    color: #000000;
    margin-bottom: 15px;
    z-index: 1;
    transition: color 0.5s ease-in-out;
}
.local_panel-container .local_title_board .style_element p {
    text-align: left;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    z-index: 1;
    transition: color 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
    .local_title_board .style_element {
        width: 95%;
        padding: 30px;
    }
    .local_panel-container .local_title_board .style_element {
        padding: 50px 30px;
    }
}
@media only screen and (max-width: 800px) {
    .local_title_board .style_element {
        width: 100%;
        padding: 20px;
    }
    .local_panel-container .local_title_board .style_element {
        padding: 40px 20px;
    }
    .local_title_board .style_element h1 {
        font-size: calc(44px - 10px);
    }
    .local_title_board .style_element h3 {
        font-size: calc(33px - 5px);
    }
    .local_title_board .style_element p {
        font-size: 16px;
    }
}.local_study_process {
    position: relative;
    background: linear-gradient(120deg, rgb(206,222,189) 60%, rgb(158,179,132,0.5) 60%);
    padding: 180px 0;
    overflow: hidden;
}

.local_study_process::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(67,83,52,0.5) 0%, transparent 60%);
    transform: rotate(-45deg);
    z-index: 1;
}

.local_study_process .work_holder {
    position: relative;
    z-index: 2;
}

.local_study_process .container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.local_study_process .photo {
    position: relative;
    height: 650px;
    border-radius: 60% 40% 45% 55% / 45% 50% 50% 55%;
    transform: rotate(-2deg);
    transition: border-radius 0.6s ease-in-out;
}

.local_study_process .photo::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px dashed rgb(158,179,132,0.5);
    border-radius: inherit;
    animation: rotate 30s linear infinite;
}

.local_study_process .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(158,179,132,0.5), transparent);
    border-radius: inherit;
    opacity: 0.4;
}

.local_study_process .holder {
    position: relative;
    padding: 60px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 
        0 20px 40px rgb(158,179,132,0.5),
        0 0 0 20px rgb(206,222,189);
}

.local_study_process .holder::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid rgb(67,83,52,0.5);
    border-radius: 10px;
    top: -20px;
    right: -20px;
    transform: rotate(15deg);
}

.local_study_process .holder h3 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.local_study_process .holder h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(158,179,132);
    border-radius: 2px;
}

.local_study_process .holder span {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.local_study_process .photo:hover {
    border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%;
}

.local_study_process .holder:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

@media (max-width: 992px) {
    .local_study_process {
        background: linear-gradient(180deg, rgb(206,222,189) 70%, rgb(158,179,132,0.5) 70%);
        padding: 100px 0;
    }

    .local_study_process .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .local_study_process .photo {
        height: 500px;
        transform: rotate(0);
    }

    .local_study_process .holder {
        padding: 40px;
        box-shadow: 
            0 15px 30px rgb(158,179,132,0.5),
            0 0 0 15px rgb(206,222,189);
    }

    .local_study_process .holder::before {
        width: 80px;
        height: 80px;
        top: -15px;
        right: -15px;
    }
}

@media (max-width: 768px) {
    .local_study_process {
        padding: 80px 0;
    }

    .local_study_process .photo {
        height: 400px;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    .local_study_process .holder {
        padding: 30px;
        box-shadow: 
            0 10px 20px rgb(158,179,132,0.5),
            0 0 0 10px rgb(206,222,189);
    }

    .local_study_process .holder::before {
        display: none;
    }

    .local_study_process .holder h3 {
        font-size: calc(29px * 0.85);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .local_study_process .holder span {
        font-size: calc(16px * 0.95);
        line-height: 1.6;
    }
}footer {
    background: rgb(67,83,52);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
}
footer .footer {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex: 1 1 100%;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 60px;
    width: auto;
    fill: rgb(158,179,132);
}
footer h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(158,179,132);
    text-transform: uppercase;
}
footer .menu {
    flex: 1 1 30%;
    margin-bottom: 30px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .menu a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}
footer .menu a:hover {
    color: rgb(158,179,132);
}
footer .contact_info {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
}
footer .contact_info div svg {
    fill: rgb(158,179,132);
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .contact_info div span {
    color: #000000;
}
footer .footer_agreement {
    text-align: left;
    font-size: 18px;
    color: #000000;
}
footer .copyright {
    background: rgb(158,179,132);
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
footer .copyright_info {
    font-size: 15px;
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
.local_panel-container footer {
    background: rgb(206,222,189);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.local_panel-container footer .logo_holder {
    display: none;
}
.local_panel-container footer .footer {
    padding: 32px 0;
}
.local_panel-container footer .menu_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.local_panel-container footer .menu a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
    position: relative;
}
.local_panel-container footer .menu a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.local_panel-container footer .menu a:hover {
    color: rgb(158,179,132);
}
.local_panel-container footer .copyright {
    padding: 16px 0;
}
.local_panel-container footer .copyright_info {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
    .local_panel-container footer .menu_holder {
        justify-content: center;
    }
    .local_panel-container footer .logo_holder {
        display: flex;
    }
    footer .footer_agreement {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .menu, footer .menu_holder, footer .contact_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .contact_info {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
}
.local_teaching_history {
    padding-top: 80px;
    padding-bottom: 80px;
}

.local_teaching_history .review .name {
    color: rgb(67,83,52);
}

.local_teaching_history .review span {
    color: rgb(158,179,132);
}

.local_teaching_history .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.local_teaching_history .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.local_teaching_history .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.local_teaching_history .review .name {
    font-size: 19px;
    margin-bottom: 8px;
}

.local_teaching_history .review span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 14px;
}

.local_teaching_history .review .quote {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .local_teaching_history .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .local_teaching_history .holder {
        flex-direction: column;
    }

    .local_teaching_history .review {
        max-width: unset;
        width: 100%;
    }

    .local_teaching_history {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.local_panel-container .local_teaching_history {
    padding: 40px;
    background: rgb(67,83,52);
}

.local_panel-container .local_teaching_history .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.local_panel-container .local_teaching_history .holder {
    background: rgb(158,179,132,0.5);
}

.local_panel-container .local_teaching_history .review {
    width: 100%;
    flex-direction: row;
    max-width: unset;
    padding: 0;
    align-items: center;
}

.local_panel-container .local_teaching_history .photo {
    height: 600px;
    width: 600px;
    max-width: unset;
    border-radius: 0 !important;
    margin: 0;
}

.local_panel-container .worker_description {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.local_panel-container .local_teaching_history .review .name {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}

.local_panel-container .local_teaching_history .review span {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.local_panel-container .local_teaching_history .review .quote {
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    font-style: normal;
}

@media only screen and (max-width: 1000px) {
    .local_panel-container .local_teaching_history .review {
        flex-direction: column;
    }

    .local_panel-container .worker_description {
        width: 100%;
    }

    .local_panel-container .local_teaching_history .photo {
        width: 100%;
        height: 320px;
    }

    .local_panel-container .local_teaching_history {
        padding: 20px;
    }

    .local_panel-container .local_teaching_history .review .name {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .local_panel-container .local_teaching_history .review span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .local_panel-container .local_teaching_history .review .quote {
        font-size: 18px;
    }

}.local_course_highlights {
    padding: 100px 0;
    background-color: rgb(206,222,189);
    border-top: 4px solid rgb(158,179,132);
    border-bottom: 4px solid rgb(158,179,132);
}
.local_course_highlights h2 {
    color: rgb(158,179,132);
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid rgb(158,179,132);
    display: inline-block;
    padding-bottom: 10px;
}
.local_course_highlights .content {
    background-color: #ffffff;
    border-left: 4px solid rgb(158,179,132);
    border-right: 4px solid rgb(158,179,132);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}
.local_course_highlights .photo {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.local_course_highlights .text_holder {
    padding: 20px;
    text-align: left;
    max-width: 800px;
    width: 100%;
}
.local_course_highlights h3 {
    color: rgb(158,179,132);
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}
.local_course_highlights p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 20px;
}
.local_course_highlights .button {
    background-color: rgb(158,179,132);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: background-color 0.3s;
}
.local_course_highlights .button:hover {
    background-color: rgb(67,83,52);
}
.local_course_highlights .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.local_course_highlights .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
.local_course_highlights .course {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 1 1 calc(50% - 40px);
    min-width: 300px;
}
.local_panel-container .local_course_highlights .text_holder {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(158,179,132);
    border-radius: 16px;
}
.local_panel-container .local_course_highlights h3 {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}
.local_panel-container .local_course_highlights p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.local_panel-container .local_course_highlights .button {
    padding: 15px 30px;
    border: 2px solid rgb(158,179,132);
    background-color: #ffffff;
    color: rgb(158,179,132);
    font-weight: 700;
    text-transform: uppercase;
}
.local_panel-container .local_course_highlights .button:hover {
    background-color: rgb(158,179,132);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .local_course_highlights {
        padding: 50px 0;
    }
    .local_course_highlights h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .local_course_highlights .text_holder {
        padding: 20px;
    }
    .local_course_highlights h3 {
        font-size: 28px;
    }
    .local_course_highlights p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .local_course_highlights .button {
        padding: 10px 20px;
        font-size: 15px;
    }
    .local_course_highlights .items {
        flex-direction: column;
    }
    .local_course_highlights .course {
        width: 100%;
        max-width: unset;
    }
    .local_panel-container .local_course_highlights .text_holder {
        padding: 10px;
    }
    .local_course_highlights .content {
        padding: 10px;
    }
    .local_course_highlights .photo {
        margin-bottom: 10px;
    }
}.main_header {
    background: linear-gradient(45deg, rgb(158,179,132,0.5), rgb(67,83,52,0.5));
    position: relative;
    overflow: hidden;
}
.main_header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(67,83,52,0.5) 0%, transparent 70%);
}
.main_header .container {
    position: relative;
    z-index: 1;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 18px;
    transition: all 0.3s ease;
}
.main_header .logo_holder {
    order: 1;
    margin-bottom: 15px;
}
.main_header .header_logo {
    display: block;
    transition: transform 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 80px;
    height: 80px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    order: 2;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}
.main_header .header_menu {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.main_header .header_menu a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(67,83,52), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before {
    left: 100%;
}
@media only screen and (min-width: 800px) {
    .main_header .header_holder {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .main_header .logo_holder {
        order: 1;
        margin-bottom: 0;
    }
    .main_header .header_description {
        order: 2;
        text-align: left;
        margin-bottom: 0;
        border: none;
        width: auto;
    }
    .main_header .header_menu {
        order: 3;
        width: auto;
    }
}
@media only screen and (max-width: 799px) {
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ffffff;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header::before,
    .main_header .header_holder,
    .main_header .header_logo,
    .main_header .header_menu a::before {
        animation: none;
        transition: none;
    }
}
.local_benefits .advantages_content h2 {
    color: rgb(67,83,52);
}

.local_benefits .advantage_item svg, .local_benefits .advantage_item svg path {
    fill: rgb(158,179,132);
}

.local_benefits .advantage_item p {
    color: #000000;
}

.local_benefits .advantage_item b {
    color: rgb(158,179,132);
}

.local_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}

.local_benefits .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.local_benefits .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.local_benefits .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 35px;
    font-weight: 600;
}

.local_benefits .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.local_benefits .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.local_benefits .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.local_benefits .advantage_item svg, .local_benefits .advantage_item img {
    width: 128px;
    height: 128px;
}


.local_panel-container .local_benefits {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(158,179,132), rgb(67,83,52));
    color: #ffffff;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

.local_panel-container .local_benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.7));
    z-index: 0;
}

.local_panel-container .local_benefits .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.local_panel-container .local_benefits .advantages_content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.local_panel-container .local_benefits .advantages_description {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 20px;
    color: #ffffff;
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.local_panel-container .local_benefits .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.local_panel-container .local_benefits .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 30px);
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.local_panel-container .local_benefits .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.local_panel-container .local_benefits .advantage_image {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(158,179,132,0.5);
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid rgb(67,83,52);
    position: relative;
    overflow: hidden;
}

.local_panel-container .local_benefits .advantage_image img, .local_panel-container .local_benefits .advantage_image svg {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.local_panel-container .local_benefits .advantage_item h4 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    color: #000000;
}

.local_panel-container .local_benefits .advantage_item:hover h4 {
    color: rgb(158,179,132);
}

@media only screen and (max-width: 1200px) {
    .local_panel-container .local_benefits .advantage_item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 800px) {
    .local_panel-container .local_benefits {
        padding: 50px 0;
    }

    .local_panel-container .local_benefits .advantages_content h2 {
        font-size: 22px;
    }

    .local_panel-container .local_benefits .advantages_holder {
        flex-direction: column;
    }

    .local_panel-container .local_benefits .advantage_item {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .local_panel-container .local_benefits .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .local_panel-container .local_benefits .advantages_holder {
        justify-content: center;
    }
}

@media only screen and (max-width: 800px) {
    .local_benefits .advantages_content h2 {
        font-size: 30px;
    }

    .local_benefits .advantages_holder {
        flex-direction: column;
    }

    .local_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .local_panel-container .local_benefits .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}.local_secure_sanctuary {
    padding: 40px;
    width: 100%;
    height: auto;
    background: rgb(67,83,52);
    border: 2px solid rgb(158,179,132);
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(158,179,132,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
}
.local_secure_sanctuary h1 {
    font-size: 48px;
    font-family: Roboto, sans-serif;
    color: rgb(158,179,132);
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(67,83,52);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.local_secure_sanctuary h2 {
    font-size: 38px;
    font-family: Roboto, sans-serif;
    color: rgb(67,83,52);
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding-left: 15px;
    border-left: 4px solid rgb(158,179,132);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.local_secure_sanctuary h3, .local_secure_sanctuary h4, .local_secure_sanctuary h5 {
    font-size: 22px;
    color: #ffffff;
}
.local_secure_sanctuary ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
.local_secure_sanctuary li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    line-height: 1.6;
    background: rgb(67,83,52,0.5);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(158,179,132);
}
.local_secure_sanctuary div {
    line-height: 1.8;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #000000;
    padding: 20px;
    background: rgb(158,179,132,0.5);
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(67,83,52);
}
.local_secure_sanctuary p, .local_secure_sanctuary span {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
}
@media only screen and (max-width: 800px) {
    .local_secure_sanctuary {
        padding: 20px;
    }
    .local_secure_sanctuary h1 {
        font-size: calc(22px - 4px);
        margin-bottom: 15px;
    }
    .local_secure_sanctuary h2 {
        font-size: calc(22px - 2px);
        margin-bottom: 10px;
    }
    .local_secure_sanctuary ul {
        padding-left: 15px;
    }
    .local_secure_sanctuary li {
        padding: 8px;
        margin-bottom: 8px;
    }
    .local_secure_sanctuary div {
        padding: 15px;
    }
}.local_who_we_are {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(67,83,52), rgb(158,179,132,0.5));
    font-family: Roboto, sans-serif;
    color: #ffffff;
}

.local_panel-container .local_who_we_are .holder {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.local_panel-container .local_who_we_are .holder .photo {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.local_panel-container .local_who_we_are .caption_holder {
    background: rgb(158,179,132,0.5);
    border-radius: 15px;
    padding: 40px 60px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.local_panel-container .local_who_we_are .style_element {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.local_panel-container .local_who_we_are h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeInDown 1s ease-out;
}

.local_panel-container .local_who_we_are p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out;
    animation-delay: 0.5s;
}

@media only screen and (max-width: 800px) {
    .local_panel-container .local_who_we_are .holder .photo {
        height: 300px;
    }

    .local_panel-container .local_who_we_are .caption_holder {
        padding: 20px;
    }

    .local_panel-container .local_who_we_are h2 {
        font-size: 21px;
    }

    .local_panel-container .local_who_we_are p {
        font-size: 12px;
    }
    .local_panel-container .local_who_we_are .style_element {
        padding: 0;
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}.local_gratMessage {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(206,222,189);
    color: #000000;
    font-family: Roboto, sans-serif;
    padding: 40px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}
.local_gratMessage .container {
    max-width: 1100px;
    text-align: left;
    padding: 50px;
    background: #ffffff;
    border-left: 5px solid rgb(158,179,132);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.local_gratMessage h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: rgb(158,179,132);
    font-weight: 700;
    border-bottom: 2px solid rgb(67,83,52);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.local_gratMessage p {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    max-width: 800px;
    margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
    .local_gratMessage .container {
        padding: 40px;
    }
    .local_gratMessage h2 {
        font-size: 19px;
    }
    .local_gratMessage p {
        font-size: 21px;
    }
}
@media only screen and (max-width: 800px) {
    .local_gratMessage {
        padding: 20px 10px;
    }
    .local_gratMessage .container {
        padding: 30px;
    }
    .local_gratMessage h2 {
        font-size: 21px;
    }
    .local_gratMessage p {
        font-size: 14px;
    }
}
.local_connect_form {
    padding: 80px 0;
    background: rgb(206,222,189);
    font-family: Roboto, sans-serif;
    background: linear-gradient(135deg, rgb(206,222,189) 30%, rgb(158,179,132,0.5) 100%);
}
.local_connect_form h3 {
    color: rgb(67,83,52);
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(158,179,132);
    display: inline-block;
}
.local_connect_form .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.local_connect_form .holder {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}
.local_connect_form .info {
    flex: 1;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(158,179,132,0.5);
    background: linear-gradient(135deg, #ffffff 30%, rgb(67,83,52,0.5) 100%);
}
.local_connect_form .info h5 {
    color: rgb(158,179,132);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.local_connect_form .info span {
    color: #000000;
    font-size: 12px;
}
.local_connect_form .info svg, .local_connect_form .info svg path {
    fill: rgb(158,179,132);
    width: 30px;
    height: 30px;
}
.local_connect_form .info .contact_info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.local_connect_form .info .contact_info>div {
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}
.local_connect_form .info .contact_info>div:hover {
    transform: translateX(5px);
}
.local_connect_form .info .contact_info span {
    margin-left: 10px;
    font-weight: 300;
}
.local_connect_form .logo_holder {
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.local_connect_form .logo_holder svg, .local_connect_form .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: transform 0.3s;
}
.local_connect_form .logo_holder svg:hover, .local_connect_form .logo_holder img:hover {
    transform: scale(1.1);
}
.local_connect_form .form {
    flex: 1;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(67,83,52,0.5);
    background: linear-gradient(135deg, #ffffff 30%, rgb(158,179,132,0.5) 100%);
}
.local_connect_form .form form {
    display: flex;
    flex-direction: column;
}
.local_connect_form .form h3 {
    color: rgb(158,179,132);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 24px;
    border-bottom: 2px solid rgb(67,83,52);
    display: inline-block;
}
.local_connect_form .form input {
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    width: 100%;
    margin-bottom: 24px;
    font-size: 12px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.local_connect_form .form input:focus {
    border-color: rgb(67,83,52);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.local_connect_form .form .name_holder {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.local_connect_form .form .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.local_connect_form .form .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.local_connect_form .form .agree label {
    font-size: 12px;
    color: #000000;
}
.local_connect_form .form .agree a {
    color: rgb(158,179,132);
    margin-left: 5px;
    text-decoration: underline;
}
.local_connect_form .form .button {
    background: rgb(67,83,52);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-end; 
    border: 2px solid rgb(158,179,132);
    background: linear-gradient(135deg, rgb(67,83,52) 30%, rgb(158,179,132,0.5) 100%);
}
.local_connect_form .form .button:hover {
    background: rgb(158,179,132);
    transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
    .local_connect_form .holder {
        flex-direction: column;
    }
    .local_connect_form .info, .local_connect_form .form {
        flex-direction: column; 
        width: 100%;
        margin-bottom: 20px;
    }
    .local_connect_form h3 {
        font-size: 24px;
    }
    .local_connect_form .form input, .local_connect_form .form .name_holder input {
        width: 100%;
    }
}
