* {
    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: Nunito, sans-serif;
    color: #000000;
}
.panel-container_z {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(233,234,212);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}
.benefits_overview_D .advantages_content h2 {
    color: rgb(68,84,52);
}

.benefits_overview_D .advantage_item svg, .benefits_overview_D .advantage_item svg path {
    fill: rgb(156,180,132);
}

.benefits_overview_D .advantage_item p {
    color: #000000;
}

.benefits_overview_D .advantage_item b {
    color: rgb(156,180,132);
}

.benefits_overview_D {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_overview_D .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_overview_D .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_overview_D .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 35px;
    font-weight: 600;
}

.benefits_overview_D .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_overview_D .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_overview_D .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_overview_D .advantage_item svg, .benefits_overview_D .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .panel-container_z .benefits_overview_D .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_overview_D .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_overview_D .advantages_holder {
        flex-direction: column;
    }

    .benefits_overview_D {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .panel-container_z .benefits_overview_D .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.panel-container_z .benefits_overview_D .advantages_content {
    align-items: center;
}

.panel-container_z .benefits_overview_D .advantages_content h2 {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, rgb(68,84,52) 0%, rgb(156,180,132,0.5) 25%, rgb(68,84,52,0.5) 50%, rgb(156,180,132) 100%);
    border-image-slice: 1;
    width: fit-content;
    font-size: 38px;
    color: inherit;
    margin-bottom: 36px;
    font-weight: 300;
}

.panel-container_z .benefits_overview_D .advantage_image {
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid rgb(68,84,52,0.5);
    border-radius: 50%;
    position: relative;

}

.panel-container_z .benefits_overview_D .advantage_image::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 1px solid rgb(68,84,52,0.5);
}

.panel-container_z .benefits_overview_D .advantage_item svg, .panel-container_z .benefits_overview_D .advantage_item img {
    width: 80px;
    height: 80px;
}

.panel-container_z .benefits_overview_D .advantages_content h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 32px;
}
.educational_gains_B {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational_gains_B .holder {
    display: flex;
    width: 100%;
}

.educational_gains_B h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational_gains_B .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational_gains_B .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational_gains_B ul {
    list-style: none;
}

.educational_gains_B li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational_gains_B svg, .educational_gains_B path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(156,180,132);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational_gains_B {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational_gains_B .holder {
        flex-direction: column;
    }

    .educational_gains_B .text_holder {
        width: 100%;
    }

    .educational_gains_B .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.panel-container_z .educational_gains_B {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    font-family: Nunito, sans-serif;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.panel-container_z .educational_gains_B::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(156,180,132,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.7;
    clip-path: circle(30% at right 70%);
    transition: clip-path 0.5s ease-in-out;
}

.panel-container_z .educational_gains_B .holder {
    display: flex;
    flex-direction: row-reverse;
    z-index: 1;
    position: relative;
    align-items: center;
    gap: 50px;
}

.panel-container_z .educational_gains_B h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    color: rgb(156,180,132);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.panel-container_z .educational_gains_B li {
    margin-bottom: 20px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
}

.panel-container_z .educational_gains_B .photo {
    min-height: 450px;
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.panel-container_z .educational_gains_B .text_holder {
    padding-top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.panel-container_z .educational_gains_B svg, .panel-container_z .educational_gains_B path {
    width: 20px;
    height: 20px;
    fill: rgb(156,180,132);
    flex-shrink: 0;
    transition: fill 0.3s ease;
}

.panel-container_z .educational_gains_B li:hover svg, .panel-container_z .educational_gains_B li:hover path {
    fill: rgb(68,84,52);
}

@media only screen and (max-width: 800px) {
    .panel-container_z .educational_gains_B {
        padding: 50px 0;
    }

    .panel-container_z .educational_gains_B .holder {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .panel-container_z .educational_gains_B h2 {
        font-size: 20px;
        text-align: center;
    }

    .panel-container_z .educational_gains_B .text_holder {
        padding-top: 0;
        width: 100%;
        align-items: center;
        text-align: left;
    }

    .panel-container_z .educational_gains_B .photo {
        width: 100%;
        height: 300px;
    }
}.customer_reviews_Q {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: Nunito, sans-serif;
}

.customer_reviews_Q h2 {
    color: rgb(68,84,52);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.customer_reviews_Q .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.customer_reviews_Q .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.customer_reviews_Q .review {
    background-color: rgb(68,84,52,0.5);
    border: 1px solid rgb(68,84,52);
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(33.333% - 30px);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customer_reviews_Q .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.customer_reviews_Q .photo {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgb(156,180,132);
}

.customer_reviews_Q .text {
    text-align: center;
}

.customer_reviews_Q .text span {
    display: block;
    color: rgb(156,180,132);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.customer_reviews_Q .text p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .customer_reviews_Q .review {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .customer_reviews_Q {
        padding: 40px 0;
    }

    .customer_reviews_Q h2 {
        font-size: 22px;
    }

    .customer_reviews_Q .review {
        flex: 1 1 100%;
    }
}

.panel-container_z .customer_reviews_Q .review {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(156,180,132,0.5);
    border: 2px solid rgb(156,180,132);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.panel-container_z .customer_reviews_Q .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.panel-container_z .customer_reviews_Q .photo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 10%;
    overflow: hidden;
    border: 2px solid rgb(68,84,52);
    flex-shrink: 0;
}

.panel-container_z .customer_reviews_Q .text {
    text-align: left;
}

.panel-container_z .customer_reviews_Q .text span {
    display: block;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.panel-container_z .customer_reviews_Q .text p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .panel-container_z .customer_reviews_Q .review {
        flex-direction: column;
        align-items: center;
    }

    .panel-container_z .customer_reviews_Q .photo {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .panel-container_z .customer_reviews_Q .text {
        text-align: center;
    }
}
.newsletter_I {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter_I .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter_I input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(68,84,52,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter_I h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter_I .button {
    background: rgb(68,84,52);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter_I .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter_I .holder {
        flex-direction: column;
    }

    .newsletter_I {
        padding: 30px 20px;
    }

    .newsletter_I input {
        min-width: unset;
    }

    .newsletter_I .button {
        flex-shrink: unset;
    }

    .newsletter_I .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter_I input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .panel-container_z .newsletter_I .holder h2 {
        font-size: 20px;
    }
}

.panel-container_z .newsletter_I {
    padding: 120px 20px;
    background: rgb(233,234,212);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-container_z .newsletter_I::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(156,180,132), rgb(68,84,52));
    opacity: 0.2;
    z-index: 0;
    transform: scale(1.2);
}

.panel-container_z .newsletter_I .container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    width: 100%;
    text-align: center;
}

.panel-container_z .newsletter_I h2 {
    font-size: 41px;
    margin-bottom: 40px;
    color: #000000;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.panel-container_z .newsletter_I .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-container_z .newsletter_I input[type="email"] {
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border: none;
    border-radius: 15px;
    background: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.panel-container_z .newsletter_I input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgb(156,180,132,0.5);
    outline: none;
}

.panel-container_z .newsletter_I .button {
    padding: 20px 60px;
    border-radius: 100px;
    background: rgb(156,180,132);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(156,180,132,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.panel-container_z .newsletter_I .button:hover {
    background: rgb(68,84,52);
    box-shadow: 0 6px 20px rgb(68,84,52,0.5);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .panel-container_z .newsletter_I {
        padding: 60px 20px;
    }

    .panel-container_z .newsletter_I h2 {
        font-size: 29px;
    }

    .panel-container_z .newsletter_I input[type="email"] {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .panel-container_z .newsletter_I .button {
        width: 100%;
    }
}.contact_section_Z {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(233,234,212);
    font-family: Nunito, sans-serif;
}
.contact_section_Z h3 {
    color: rgb(68,84,52);
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.contact_section_Z .form {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}
.contact_section_Z .form:hover {
    transform: translateY(-5px);
}
.contact_section_Z .info svg, .contact_section_Z .info svg path {
    fill: rgb(156,180,132);
    transition: fill 0.3s ease-in-out;
}
.contact_section_Z .info .contact_info h5 {
    color: rgb(156,180,132);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.contact_section_Z .info span {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}
.contact_section_Z .info .contact_info svg, .contact_section_Z .info .contact_info svg path {
    fill: #000000;
    width: 26px;
    height: 26px;
}
.contact_section_Z form input {
    color: #000000;
    background: #ffffff;
    border: 1px solid rgb(156,180,132);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    outline: none;
    width: 100%;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.contact_section_Z form input:focus {
    border-color: rgb(68,84,52);
    box-shadow: 0 0 8px rgb(68,84,52,0.5);
}
.contact_section_Z form .button {
    background: rgb(68,84,52);
    color: #ffffff;
    border-radius: 26px;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.contact_section_Z form .button:hover {
    background: rgb(156,180,132);
}
.contact_section_Z .holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.contact_section_Z .holder > div {
    width: 100%;
    padding: 20px;
}
.contact_section_Z .info {
    text-align: center;
    padding-bottom: 40px;
}
.contact_section_Z .logo_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.contact_section_Z .logo_holder svg, .contact_section_Z .logo_holder img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.contact_section_Z .info .contact_info {
    margin-top: 20px;
}
.contact_section_Z .info .contact_info > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.contact_section_Z .name_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact_section_Z .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.contact_section_Z .agree label {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}
.contact_section_Z .agree a {
    color: rgb(156,180,132);
    margin-left: 5px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.contact_section_Z .agree a:hover {
    color: rgb(68,84,52);
}
.contact_section_Z .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (max-width: 900px) {
    .contact_section_Z {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_section_Z h3 {
        font-size: 28px;
    }
    .contact_section_Z .form {
        padding: 20px;
    }
    .contact_section_Z .holder {
        flex-direction: column;
    }
    .contact_section_Z .holder > div {
        width: 100%;
    }
    .contact_section_Z .info .contact_info h5 {
        font-size: 20px;
    }
    .contact_section_Z form input {
        width: 100%;
    }
}
.future_attendees_Q {
    padding-bottom: 80px;
    padding-top: 80px;
}

.future_attendees_Q .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.future_attendees_Q ul {
    list-style: none;
}

.future_attendees_Q ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.future_attendees_Q ul svg, .future_attendees_Q ul svg path {
    fill: rgb(156,180,132);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.future_attendees_Q h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .future_attendees_Q {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.panel-container_z .future_attendees_Q {
    padding: 0;
    background: #ffffff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.panel-container_z .future_attendees_Q:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(156,180,132);
}

.panel-container_z .future_attendees_Q .holder {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 60px 40px;
    position: relative;
}

.panel-container_z .future_attendees_Q .holder::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: rgb(156,180,132);
    opacity: 0.1;
    z-index: 0;
}

.panel-container_z .future_attendees_Q ul {
    width: 65%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.panel-container_z .future_attendees_Q ul li {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    margin-bottom: 0;
}

.panel-container_z .future_attendees_Q ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(156,180,132);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.panel-container_z .future_attendees_Q ul li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.panel-container_z .future_attendees_Q ul svg, .panel-container_z .future_attendees_Q ul svg path {
    position: static;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    fill: rgb(68,84,52);
    transition: fill 0.3s ease;
}

.panel-container_z .future_attendees_Q ul li:hover svg, .panel-container_z .future_attendees_Q ul li:hover svg path {
    fill: rgb(156,180,132);
}

.panel-container_z .future_attendees_Q h2 {
    width: 30%;
    padding: 10px;
    font-size: 36px;
    font-weight: 600;
    color: rgb(68,84,52);
    text-align: left;
    border-left: 5px solid rgb(156,180,132);
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

.panel-container_z .future_attendees_Q h2:hover {
    color: rgb(156,180,132);
    border-color: rgb(68,84,52);
}

@media only screen and (max-width: 800px) {
    .panel-container_z .future_attendees_Q .holder {
        flex-direction: column;
        padding: 40px 20px;
    }

    .panel-container_z .future_attendees_Q h2 {
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .panel-container_z .future_attendees_Q ul {
        width: 100%;
    }

    .panel-container_z .future_attendees_Q ul li {
        font-size: 15px;
        padding: 8px 0;
        text-align: center;
    }
    .panel-container_z .future_attendees_Q .holder::after {
        display: none;
    }
}header .top_plank {
    background: rgb(156,180,132);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.program_overview_m {
    padding: 100px 0;
    background: rgb(233,234,212);
    position: relative;
    overflow: hidden;
}

@keyframes neonGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgb(156,180,132), 0 0 30px rgb(156,180,132), 0 0 40px rgb(156,180,132), 0 0 50px rgb(156,180,132), 0 0 60px rgb(156,180,132);
    }
    50% {
        box-shadow: 0 0 10px rgb(156,180,132), 0 0 20px rgb(156,180,132), 0 0 30px rgb(156,180,132), 0 0 40px rgb(156,180,132);
    }
}

.program_overview_m h2 {
    color: rgb(156,180,132);
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    animation: neonGlow 1.5s infinite alternate;
}

.program_overview_m .content {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.program_overview_m h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.program_overview_m p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.program_overview_m .button {
    background: rgb(68,84,52);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.program_overview_m .button:hover {
    background: rgb(156,180,132);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgb(156,180,132);
}

.program_overview_m .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-15deg);
    transition: left 0.5s;
}

.program_overview_m .button:hover::before {
    left: 125%;
}

.program_overview_m .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.program_overview_m .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.program_overview_m .course {
    padding: 20px;
    max-width: 100%;
    flex: 1;
    margin: 0 10px;
}

.program_overview_m .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.program_overview_m .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: overlay;
}

.program_overview_m .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

@media only screen and (max-width: 800px) {
    .program_overview_m {
        padding: 60px 0;
    }
    .program_overview_m h2 {
        font-size: 38px;
    }
    .program_overview_m h3 {
        font-size: 20px;
    }
    .program_overview_m .course {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .program_overview_m .items {
        flex-direction: column;
        padding: 0;
    }
    .program_overview_m .photo {
        height: 250px;
    }
}

.panel-container_z .program_overview_m .container {
    width: 100%;
    padding: 0;
}

.panel-container_z .program_overview_m .items {
    width: 100%;
}

.panel-container_z .program_overview_m .items .course {
    padding: 0;
    width: 100%;
}

.panel-container_z .program_overview_m .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 50% !important;
}

.panel-container_z .program_overview_m .course .content {
    border-radius: 0 !important;
    box-shadow: none;
    background: rgb(156,180,132);
}

.panel-container_z .program_overview_m .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
    background: none;
    padding: 20px;
}

.panel-container_z .program_overview_m p {
    margin-top: 20px;
    text-align: center;
}

.panel-container_z .program_overview_m .button {
    margin-top: 30px;
    width: fit-content;
}

.panel-container_z .program_overview_m h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .program_overview_m h2 {
        font-size: 20px;
    }
    .program_overview_m h3 {
        font-size: 17px;
    }
    .program_overview_m .photo {
        height: 200px;
    }
    .panel-container_z .program_overview_m .course .content {
        padding: 20px;
    }
}
.title_section_S {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.title_section_S .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(156,180,132);
    transition: transform 0.3s ease;
}
.title_section_S .style_element {
    position: relative;
    width: 70%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 26px;
    text-align: left;
    transition: background 0.3s ease;
}
.title_section_S .style_element h1 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(156,180,132);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(156,180,132);
}
.title_section_S .style_element h3 {
    font-size: 21px;
    font-weight: 600;
    color: rgb(68,84,52);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(68,84,52);
}
.title_section_S .style_element p {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.title_section_S .style_element::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgb(156,180,132,0.5) 10%, transparent 70%);
    z-index: 0;
    opacity: 0.6;
    filter: blur(10px);
    transition: all 0.3s ease;
}
.title_section_S .style_element::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(68,84,52,0.5) 10%, transparent 70%);
    z-index: 0;
    opacity: 0.6;
    filter: blur(10px);
    transition: all 0.3s ease;
}
@media only screen and (max-width: 800px) {
    .title_section_S .title_page_holder {
        min-height: 320px;
        height: auto;
    }
    .title_section_S .style_element {
        width: 90%;
        padding: 20px;
    }
    .title_section_S .style_element h1 {
        font-size: 38px;
    }
    .title_section_S .style_element h3 {
        font-size: 19px;
    }
    .title_section_S .style_element p {
        font-size: 17px;
    }
}
.panel-container_z .title_section_S .style_element {
    position: static;
    height: 100%;
    padding: 40px;
    z-index: 1;
    width: 60%;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    padding: 50px 30px;
    top: 0;
    transition: all 0.3s ease;
}

.panel-container_z .title_section_S .title_page_holder {
    height: 450px;
    min-height: unset;
    background-position: center;
    background-size: cover;
    justify-content: flex-start;
}
.panel-container_z .title_section_S .style_element h1 {
    text-align: left;
    font-size: 36px;
    position: relative;
    z-index: 1;
    color: rgb(156,180,132);
    text-shadow: 0 0 10px #ffffff;
}
.panel-container_z .title_section_S .style_element h3 {
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: rgb(68,84,52);
    text-shadow: 0 0 10px rgb(68,84,52);
}
.panel-container_z .title_section_S .style_element p {
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1200px) {
    .panel-container_z .title_section_S .style_element {
        padding: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .panel-container_z .title_section_S .style_element {
        width: 100%;
        padding: 80px 30px;
    }
    .panel-container_z .title_section_S .style_element::after {
        display: none;
    }
    .panel-container_z .title_section_S .title_page_holder {
        height: auto;
    }
}header .main_header {
    background: rgb(68,84,52);
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 2px solid rgb(156,180,132);
}

header .logo_holder svg,
header .logo_holder svg path,
header .logo_holder img {
    fill: rgb(156,180,132);
    width: 70px;
    height: 70px;
}

header .menu a {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid transparent;
}

header .menu a:hover {
    color: rgb(156,180,132);
    border-bottom: 2px solid rgb(156,180,132);
}

header .menu a.active {
    color: rgb(68,84,52);
    border-bottom: 2px solid rgb(68,84,52);
}

header {
    width: 100%;
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

header .logo_holder {
    display: flex;
    align-items: center;
}

header .logo_caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .logo_desc {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(156,180,132);
}

header .menu {
    display: flex;
    gap: 15px;
}

.panel-container_z header .main_header {
    background: rgb(68,84,52);
    padding: 10px 30px;
}

.panel-container_z header .header_content {
    border-radius: 18px;
    padding: 10px 20px;
    background: rgb(68,84,52);
    border: 1px solid rgb(156,180,132);
}

.panel-container_z header .logo_holder .logotype svg,
.panel-container_z header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}

.panel-container_z header .menu a {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    header .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 20px;
        width: 100%;
    }

    header .menu.opened {
        display: flex;
    }

    header .menu a {
        padding: 10px 20px;
        border-bottom: 1px solid rgb(156,180,132,0.5);
        width: 100%;
    }

    header .menu a.active {
        border: none;
        background: rgb(156,180,132,0.5);
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .logo_holder .logotype svg,
    header .logo_holder .logotype img {
        margin: 0;
        width: 50px;
        height: 50px;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .panel-container_z header .logo_holder .logotype svg,
    .panel-container_z header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }

    .panel-container_z header .logo_holder {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 95;
    }

    .panel-container_z header .menu {
        padding-top: 20px;
        top: 0;
        border-radius: 18px;
        align-items: center;
    }
    .panel-container_z header .main_header {
        padding: 20px;
    }
}.take_a_spin_A {
    padding-bottom: 80px;
    padding-top: 80px;
}

.take_a_spin_A h2 {
    color: rgb(68,84,52);
}

.take_a_spin_A .button {
    background: rgb(68,84,52);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.take_a_spin_A .button:hover {
    background: rgb(156,180,132);
}

.take_a_spin_A .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.take_a_spin_A h2 {
    font-size: 30px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.take_a_spin_A .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .take_a_spin_A .holder {
        flex-direction: column;
    }

    .panel-container_z section.take_a_spin_A h2 {
        font-size: 26px;
    }

    .take_a_spin_A h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .take_a_spin_A .button {
        font-size: 24px;
    }

    .take_a_spin_A {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.panel-container_z .take_a_spin_A .holder {
    flex-direction: column;
    border-radius: 15px;
    padding: 60px 140px;
    background: linear-gradient(to bottom, rgb(156,180,132), rgb(156,180,132,0.5));
}

.panel-container_z .take_a_spin_A h2 {
    margin: 0;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 30px;
}

.panel-container_z .take_a_spin_A .button {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .1);
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to right, rgb(68,84,52), rgb(68,84,52,0.5));
}

.panel-container_z .take_a_spin_A .button:hover {
    background: linear-gradient(to left, rgb(68,84,52), rgb(68,84,52,0.5));
}

@media only screen and (max-width: 800px) {
    .panel-container_z .take_a_spin_A .holder {
        padding: 40px 25px;
    }

    .panel-container_z .take_a_spin_A {
        padding: 50px 0;
    }

    .panel-container_z .take_a_spin_A h2 {
        font-size: 32px;
    }
}.privacy_recess_R {
    background-color: rgb(233,234,212);
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Nunito, sans-serif;
    color: #000000;
    line-height: 1.6;
}
.privacy_recess_R h1 {
    font-size: 45px;
    color: rgb(156,180,132);
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(156,180,132);
    padding-bottom: 10px;
}
.privacy_recess_R h2 {
    font-size: 28px;
    color: rgb(68,84,52);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}
.privacy_recess_R h3,
.privacy_recess_R h4,
.privacy_recess_R h5,
.privacy_recess_R h6 {
    color: rgb(156,180,132);
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
}
.privacy_recess_R h3 { font-size: calc(28px - 0.2rem); }
.privacy_recess_R h4 { font-size: 20px; }
.privacy_recess_R h5 { font-size: calc(20px - 0.2rem); }
.privacy_recess_R h6 { font-size: 18px; }
.privacy_recess_R ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
}
.privacy_recess_R ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 10px;
}
.privacy_recess_R li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.privacy_recess_R div {
    margin-bottom: 20px;
}
.privacy_recess_R p {
    font-size: 15px;
    margin-bottom: 20px;
}
.privacy_recess_R span {
    color: rgb(156,180,132);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .privacy_recess_R {
        padding: 20px;
        border-radius: 10px;
    }
    
    .privacy_recess_R h1 {
        font-size: calc(45px - 0.5rem);
    }
    
    .privacy_recess_R h2 {
        font-size: calc(28px - 0.4rem);
    }
    
    .privacy_recess_R p {
        font-size: calc(15px - 0.2rem);
    }
}
.privacy_recess_R::before {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    background-color: rgb(156,180,132);
    margin-bottom: 20px;
    border-radius: 10px;
}
.privacy_recess_R ul li::marker,
.privacy_recess_R ol li::marker {
    color: rgb(68,84,52);
    font-weight: 700;
}
.privacy_recess_R h2 {
    background: linear-gradient(to right, rgb(156,180,132), rgb(68,84,52));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy_recess_R section {
    margin: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 20px;
}.training_method_z {
    padding: 80px 0;
    background: #ffffff;
    border-top: 8px solid rgb(156,180,132);
    border-bottom: 8px solid rgb(156,180,132);
}

.training_method_z .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 80%;
    margin: auto;
}

.training_method_z h2 {
    grid-column: span 2;
    margin-bottom: 20px;
    text-align: left;
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    border-left: 4px solid rgb(68,84,52);
    padding-left: 16px;
}

.training_method_z p {
    text-align: left;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {
    .training_method_z {
        padding: 30px 0;
    }

    .training_method_z .holder {
        grid-template-columns: 1fr;
        width: 90%;
    }

    .training_method_z h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .training_method_z p {
        font-size: 13px;
    }
}

.panel-container_z .training_method_z {
    padding: 40px;
    background: rgb(68,84,52,0.5);
}

.panel-container_z .training_method_z h2 {
    color: #000000;
}

.panel-container_z .training_method_z p {
    color: #000000;
    grid-column: span 2;
}
.about_this_s {
    position: relative;
    padding: 80px 0;
    background: rgb(156,180,132);
    overflow: hidden;
}

.panel-container_z .about_this_s .holder {
    height: auto;
    position: relative;
    z-index: 2;
}

.panel-container_z .about_this_s .caption_holder {
    display: flex;
    min-height: 700px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.panel-container_z .about_this_s .holder .photo {
    display: block;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: rgb(68,84,52);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    margin-right: 20px;
}

.panel-container_z .about_this_s .style_element {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-radius: 26px;
    min-height: 500px;
    width: 55%;
    padding: 40px 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.panel-container_z .about_this_s h2 {
    color: #000000;
    margin-top: 20px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

.panel-container_z .about_this_s p {
    color: #000000;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.about_this_s::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(68,84,52,0.5), transparent);
    transform: translateX(-50%);
    z-index: 1;
    animation: rotateBackground 10s linear infinite;
}

@keyframes rotateBackground {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@media only screen and (max-width: 1200px) {
    .panel-container_z .about_this_s .holder .photo {
        width: 450px;
        height: 450px;
    }

    .panel-container_z .about_this_s .style_element {
        width: 70%;
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 800px) {
    .panel-container_z .about_this_s .caption_holder {
        flex-direction: column;
        min-height: unset;
        text-align: center;
    }

    .panel-container_z .about_this_s .style_element {
        width: 90%;
        padding: 30px;
        height: auto;
    }

    .panel-container_z .about_this_s .holder .photo {
        width: 300px;
        height: 300px;
        margin: 0 auto 20px auto;
    }
}.tyDiv_l {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(156,180,132,0.5);
    padding: 20px;
    color: #ffffff;
}
.tyDiv_l .container {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    background: linear-gradient(135deg, rgb(156,180,132) 0%, rgb(68,84,52,0.5) 100%);
    border-radius: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid rgb(156,180,132,0.5);
    position: relative;
}
.tyDiv_l .container::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, rgb(68,84,52) 0%, rgb(156,180,132,0.5) 100%);
    border-radius: 24px;
    z-index: -1;
    filter: blur(15px);
}
.tyDiv_l h2 {
    margin-bottom: 15px;
    font-size: 37px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    color: rgb(156,180,132);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px var(--white-color_opacity);
}
.tyDiv_l p {
    font-size: 13px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(156,180,132,0.5);
}
@media only screen and (max-width: 1200px) {
    .tyDiv_l .container {
        padding: 30px;
    }
    .tyDiv_l h2 {
        font-size: 18px;
    }
    .tyDiv_l p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 800px) {
    .tyDiv_l {
        padding: 15px;
    }
    .tyDiv_l .container {
        padding: 20px;
    }
    .tyDiv_l h2 {
        font-size: 18px;
    }
    .tyDiv_l p {
        font-size: 13px;
    }
}
footer {
    background: rgb(156,180,132);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 2px solid rgb(156,180,132);
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(68,84,52);
    height: 70px;
    width: 70px;
    transition: transform 0.5s ease-in-out;
}
footer .logo_holder svg:hover {
    transform: scale(1.1) rotate(360deg);
}
footer h5 {
    color: rgb(68,84,52);
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
footer .menu a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}
footer .menu a:hover {
    background: rgb(68,84,52,0.5);
    transform: translateX(5px);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
}
footer .contact_info div svg, footer .contact_info div svg path {
    fill: rgb(68,84,52);
    width: 18px;
    height: 18px;
    margin-right: 12px;
}
footer .footer_agreement {
    display: flex;
    margin: 15px 0;
    justify-content: flex-start;
    text-align: right;
    font-size: 12px;
    color: rgb(68,84,52);
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
}
footer .copyright_info {
    text-align: center;
}
footer .copyright_info a {
    color: rgb(68,84,52);
    text-decoration: none;
    position: relative;
}
footer .copyright_info a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(68,84,52);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
footer .logo_holder {
    margin-bottom: 20px;
}
footer .copyright_info a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 25px;
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info div {
        justify-content: center;
    }
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .footer_agreement {
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {

    footer .contact_info {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
}
footer .menu a::before {
    content: "→";
    color: rgb(68,84,52);
    margin-right: 8px;
    transition: transform 0.3s ease-in-out;
}
footer .menu a:hover::before {
    transform: translateX(5px);
}
