* {
    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: Playfair Display, sans-serif;
    color: #000000;
}
.inner-containerM {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(191,203,168);
}
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;
    }
}.privacy_shelterk {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.privacy_shelterk h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 700;
    color: rgb(91,138,114);
    border-bottom: 2px solid rgb(91,138,114);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.privacy_shelterk h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: rgb(70,79,65);
    border-bottom: 1px solid rgb(70,79,65);
    padding-bottom: 5px;
}

.privacy_shelterk h3, .privacy_shelterk h4, .privacy_shelterk h5, .privacy_shelterk h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    color: rgb(91,138,114);
}



.privacy_shelterk li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.privacy_shelterk section {
    background: rgb(191,203,168);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.privacy_shelterk p, .privacy_shelterk span, .privacy_shelterk div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {
    .privacy_shelterk {
        padding: 20px 10px;
    }

    .privacy_shelterk h1 {
        font-size: calc(23px * 0.8);
    }

    .privacy_shelterk h2 {
        font-size: calc(23px * 0.8);
    }

    .privacy_shelterk h3, .privacy_shelterk h4, .privacy_shelterk h5, .privacy_shelterk h6 {
        font-size: calc(23px * 0.8);
    }

    .privacy_shelterk p, .privacy_shelterk span, .privacy_shelterk div {
        font-size: calc(12px * 0.9);
    }
}.gratWrapi {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(91,138,114,0.5);
    color: #ffffff;
    height: 100vh;
    padding: 40px;
    text-align: center;
    border-radius: 17px;
    border: 2px solid rgb(91,138,114);
}
.gratWrapi .container {
    background-color: rgb(191,203,168);
    padding: 50px;
    border-radius: 17px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 0 15px rgb(70,79,65,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 2px solid rgb(70,79,65);
}
.gratWrapi h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(91,138,114);
    margin-bottom: 10px;
    text-transform: none;
    border-bottom: 2px solid rgb(91,138,114);
    padding-bottom: 10px;
}
.gratWrapi p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(91,138,114,0.5);
}
@media only screen and (max-width: 800px) {
    .gratWrapi {
        padding: 20px;
        height: auto;
    }
    .gratWrapi .container {
        padding: 30px;
    }
    .gratWrapi h2 {
        font-size: 41px;
    }
    .gratWrapi p {
        font-size: 17px;
    }
}
.educational_gainsc {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(191,203,168) 0%, rgb(70,79,65,0.5) 100%);
    overflow: hidden;
}

.educational_gainsc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(91,138,114,0.5) 0%, transparent 50%);
    pointer-events: none;
}

.educational_gainsc .container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.educational_gainsc .holder {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.educational_gainsc .photo {
    position: relative;
    height: 600px;
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.educational_gainsc .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(91,138,114,0.5) 0%, transparent 100%);
    border-radius: 27px;
    opacity: 0.6;
}

.educational_gainsc .photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.educational_gainsc .text_holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.educational_gainsc .text_holder h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
}

.educational_gainsc .text_holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.educational_gainsc .text_holder ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 15px;
    background: rgb(191,203,168);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.educational_gainsc .text_holder ul li:hover {
    transform: translateX(10px);
}

.educational_gainsc .text_holder ul li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: rgb(91,138,114);
}

@media (max-width: 1200px) {
    .educational_gainsc {
        padding: 90px 0;
    }

    .educational_gainsc .holder {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .educational_gainsc .photo {
        height: 500px;
    }

    .educational_gainsc .text_holder {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .educational_gainsc {
        padding: 70px 0;
    }

    .educational_gainsc .holder {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .educational_gainsc .photo {
        height: 400px;
        transform: perspective(1000px) rotateY(0);
    }

    .educational_gainsc .text_holder {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .educational_gainsc {
        padding: 50px 0;
    }

    .educational_gainsc .photo {
        height: 300px;
    }

    .educational_gainsc .text_holder {
        padding: 25px;
    }

    .educational_gainsc .text_holder h2 {
        font-size: calc(32px * 0.9);
        margin-bottom: 25px;
    }

    .educational_gainsc .text_holder ul li {
        padding: 12px;
        margin-bottom: 15px;
        font-size: calc(14px * 0.95);
    }
}

@media (max-width: 480px) {
    .educational_gainsc {
        padding: 40px 0;
    }

    .educational_gainsc .photo {
        height: 250px;
    }

    .educational_gainsc .text_holder {
        padding: 20px;
    }

    .educational_gainsc .text_holder h2 {
        font-size: calc(32px * 0.8);
        margin-bottom: 20px;
    }

    .educational_gainsc .text_holder ul li {
        padding: 10px;
        margin-bottom: 12px;
        font-size: calc(14px * 0.9);
    }
}.about_thisa .holder {
    background-size: cover;
}

.about_thisa .style_element {
    background: #ffffff;
}

.about_thisa {
    padding-bottom: 80px;
    padding-top: 80px;
}

.about_thisa h2 {
    color: rgb(70,79,65);
}

.about_thisa span {
    color: rgb(91,138,114);
}

.about_thisa p {
    color: #000000;
}

.about_thisa .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.about_thisa .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.about_thisa .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.about_thisa h2 {
    margin-bottom: 8px;
    font-size: 34px;
    font-weight: 600;
}

.about_thisa span {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
}

.about_thisa p {
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .about_thisa .holder {
        padding: 0px;
    }

    .about_thisa .style_element {
        width: 100%;
        min-width: unset;
    }

    .about_thisa {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about_thisa h2 {
        font-size: 30px;
    }
}

.about_thisa {
    padding: 60px 0;
}

.inner-containerM .about_thisa .holder {
    height: auto;
}

.inner-containerM .about_thisa {
    background-image: linear-gradient(rgb(91,138,114), white);
}

.inner-containerM .about_thisa .holder .photo {
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.inner-containerM .about_thisa .caption_holder {
    display: flex;
    min-height: 700px;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
    justify-content: flex-end;

}

.inner-containerM .about_thisa .style_element {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-top-left-radius: 50px;
    min-height: 500px;
    width: 60%;
    padding: 30px 50px;
}

.inner-containerM .about_thisa span {
    display: none;
}

.inner-containerM .about_thisa h2 {
    color: #000000;
    margin-top: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.inner-containerM .about_thisa p {
    color: #000000;
    margin-top: 34px;
    font-size: 18px;
    line-height: 26px;
}

@media only screen and (max-width: 1200px) {
    .inner-containerM .about_thisa .holder .photo {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .inner-containerM .about_thisa .style_element {
        width: 100%;
        padding: 30px;
        height: auto;
    }

    .inner-containerM .about_thisa .holder .photo {
        width: 320px;
        height: 320px;
        position: relative;
        top: 50px;
        margin-top: -50px;
    }

    .inner-containerM .about_thisa .caption_holder {
        flex-direction: column;
        min-height: unset;
    }
}.advantages_benefitsG {
    padding: 60px 0;
    background: rgb(191,203,168);
    position: relative;
    overflow: hidden;
}
.advantages_benefitsG:before, .advantages_benefitsG:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(91,138,114,0.5);
    border-radius: 50%;
    z-index: 1;
}
.advantages_benefitsG:before {
    top: -100px;
    left: -100px;
}
.advantages_benefitsG:after {
    bottom: -100px;
    right: -100px;
}
.advantages_benefitsG .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}
.advantages_benefitsG .advantages_photo_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}
.advantages_benefitsG .advantages_photo_holder .photo {
    flex: 1;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantages_benefitsG .advantages_photo_holder .photo:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}
.advantages_benefitsG .advantages_holder {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}
.advantages_benefitsG .advantages_holder .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.advantages_benefitsG .advantages_holder .advantage_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(91,138,114);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.advantages_benefitsG .advantages_holder .advantage_item:hover::before {
    transform: scaleX(1);
}
.advantages_benefitsG .advantages_holder .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
.advantages_benefitsG .advantages_holder .advantage_item .advantage_image {
    margin-bottom: 15px;
}
.advantages_benefitsG .advantages_holder .advantage_item svg, .advantages_benefitsG .advantages_holder .advantage_item svg path {
    width: 55px;
    height: 55px;
    fill: rgb(91,138,114);
}
.advantages_benefitsG .advantages_holder .advantage_item h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.advantages_benefitsG .advantages_content h2 {
    font-size: 30px;
    color: rgb(91,138,114);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 800px) {
    .advantages_benefitsG {
        padding: 40px 0;
    }
    .advantages_benefitsG .advantages_content {
        padding: 20px;
    }
    .advantages_benefitsG .advantages_photo_holder {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    .advantages_benefitsG .advantages_photo_holder .photo {
        height: 200px;
        flex: auto;
    }
    .advantages_benefitsG .advantages_holder {
        gap: 10px;
    }
    .advantages_benefitsG .advantages_holder .advantage_item {
        width: 100%;
    }
    .advantages_benefitsG .advantages_content h2 {
        font-size: 18px;
    }
}
.client_testimonialsk {
    padding: 100px 0;
    background: rgb(70,79,65);
    font-family: Playfair Display, sans-serif;
}

.client_testimonialsk .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.client_testimonialsk h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
}

.client_testimonialsk h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: rgb(91,138,114);
    margin: 20px auto 0;
    transition: width 0.3s ease;
}

.client_testimonialsk h2:hover::after {
    width: 160px;
}

.client_testimonialsk .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.client_testimonialsk .review {
    background: rgb(70,79,65,0.5);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(50% - 40px);
    position: relative;
    overflow: hidden;
}

.client_testimonialsk .review:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.client_testimonialsk .photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid rgb(91,138,114);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.client_testimonialsk .text {
    text-align: center;
}

.client_testimonialsk .text span {
    display: block;
    color: rgb(91,138,114);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.client_testimonialsk .text p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.client_testimonialsk .review::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(91,138,114,0.5);
    transition: width 0.3s ease;
    z-index: -1;
}

.client_testimonialsk .review:hover::before {
    width: 100%;
}

.inner-containerM .client_testimonialsk {
    background: rgb(191,203,168);
    padding: 120px 0;
}

.inner-containerM .client_testimonialsk .holder h2 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 36px;
}

.inner-containerM .client_testimonialsk .review {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(70,79,65,0.5);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    width: calc(50% - 40px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.inner-containerM .client_testimonialsk .review:hover {
    border-color: rgb(91,138,114);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.inner-containerM .client_testimonialsk .photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid rgb(91,138,114,0.5);
    transition: border-color 0.3s ease, transform 0.3s ease;
}


.inner-containerM .client_testimonialsk .text {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    margin-top: 20px;
}

.inner-containerM .client_testimonialsk .text p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
}

.inner-containerM .client_testimonialsk .text span {
    font-size: 21px;
    color: rgb(91,138,114);
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1000px) {
    .inner-containerM .client_testimonialsk .review {
        width: 100%;
    }
    .client_testimonialsk {
        padding: 60px 0;
    }
    .inner-containerM .client_testimonialsk {
        padding: 80px 0;
    }
    .client_testimonialsk h2 {
        font-size: 36px;
    }
}
.pricing_lineupl {
    position: relative;
    background: #ffffff;
    padding: 100px 0;
    width: 100%;
    overflow-x: hidden;
}

.pricing_lineupl .price_info_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

.pricing_lineupl .container {
    max-width: none;
    padding: 0;
}

.pricing_lineupl .photo {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 500px;
}

.pricing_lineupl h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
}

.pricing_lineupl h3 {
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.pricing_lineupl .price_items {
    display: grid;
    gap: 2rem;
    width: 92vw;
    margin-left: calc(-46vw + 50%);
    position: relative;
}

.pricing_lineupl .price_item {
    background: rgb(191,203,168);
    padding: 1rem;
    position: relative;
    border: 1px solid rgb(91,138,114,0.5);
    transition: all 0.4s ease;
}

.pricing_lineupl .price_item:hover {
    background: #ffffff;
    border-color: rgb(91,138,114);
    transform: translateY(-5px);
}

.pricing_lineupl .price_item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 2rem 0;
    text-align: left;
    padding: 0;
}

.pricing_lineupl .price_item .price_amount {
    font-size: 45px;
    font-weight: 700;
    color: rgb(91,138,114);
    margin-bottom: 2rem;
    display: block;
}

.pricing_lineupl .price_item span {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    display: block;
    margin-bottom: 2rem;
}

.pricing_lineupl .price_item .button {
    display: inline-block;
    padding: 15px 40px;
    background: rgb(91,138,114);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.pricing_lineupl .price_item:hover .button {
    box-shadow: 0 5px 15px rgb(91,138,114,0.5);
}

@media (min-width: 1200px) {
    .price_items:has(.price_item:nth-child(2):last-child) {
        grid-template-columns: repeat(2, 1fr);
    }

    .price_items:has(.price_item:nth-child(3):last-child) {
        grid-template-columns: repeat(3, 1fr);
    }

    .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .pricing_lineupl {
        padding: 120px 0;
    }

    .pricing_lineupl .price_info_holder {
        gap: 6rem;
    }

    .pricing_lineupl .photo {
        height: 600px;
    }

    .price_items:has(.price_item:nth-child(3):last-child) .price_item:nth-child(2) {
        transform: translateY(-30px);
    }

    .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(even) {
        transform: translateY(-30px);
    }

    .pricing_lineupl .price_item:hover {
        transform: translateY(-15px);
    }
}

@media (max-width: 1200px) {
    .pricing_lineupl {
        padding: 60px 0;
    }

    .pricing_lineupl .price_info_holder {
        gap: 3rem;
    }

    .pricing_lineupl .photo {
        height: 400px;
    }

    .pricing_lineupl .price_items {
        grid-template-columns: 1fr;
        width: calc(100% - 3rem);
        margin-left: 1.5rem;
    }

    .pricing_lineupl .price_item {
        padding: 2rem;
    }

    .pricing_lineupl h2 {
        font-size: calc(28px * 0.9);
    }

    .pricing_lineupl h3 {
        font-size: calc(18px * 0.9);
    }
}.learning_systemM {
    position: relative;
    width: 100%;
    background: #000000;
}

.learning_systemM .work_holder {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.learning_systemM .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(91,138,114,0.5) 0%,
        transparent 100%
    );
    mask-image: repeating-linear-gradient(
        -45deg,
        #000 0px,
        #000 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 1;
}

.learning_systemM .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-start;
}

.learning_systemM .text_holder {
    width: 60%;
    background: linear-gradient(
        135deg,
        rgb(70,79,65,0.5) 0%,
        rgb(91,138,114,0.5) 100%
    );
    padding: 3rem;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    border-left: 4px solid rgb(91,138,114);
    position: relative;
    backdrop-filter: blur(10px);
}

.learning_systemM .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: 
        linear-gradient(-45deg,
            rgb(91,138,114) 0%,
            transparent 50%
        );
    opacity: 0.3;
}

.learning_systemM .text_holder::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgb(91,138,114);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.5;
}

.learning_systemM .text_holder h4 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.learning_systemM .text_holder h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(91,138,114);
    transform-origin: left;
    animation: lineGrow 3s ease-in-out infinite;
}

.learning_systemM .text_holder p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

@keyframes lineGrow {
    0%, 100% { transform: scaleX(0.3); }
    50% { transform: scaleX(1); }
}

@media (max-width: 991px) {
    .learning_systemM .container {
        justify-content: center;
    }

    .learning_systemM .text_holder {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .learning_systemM .work_holder {
        padding: 2.5rem 0;
    }

    .learning_systemM .text_holder {
        width: 100%;
        padding: 1.5rem;
    }

    .learning_systemM .text_holder h4 {
        font-size: calc(34px * 0.85);
    }

    .learning_systemM .text_holder p {
        font-size: calc(15px * 0.95);
        line-height: 1.6;
    }
}.contact_form_boxO {
    padding: 100px 0;
    background: rgb(191,203,168);
    font-family: Playfair Display, sans-serif;
}
.contact_form_boxO h3 {
    color: rgb(91,138,114);
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    border-bottom: 3px solid rgb(70,79,65);
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}
.contact_form_boxO .form {
    background: #ffffff;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(70,79,65,0.5);
}
.contact_form_boxO .info svg, .contact_form_boxO .info svg path {
    fill: rgb(91,138,114);
}
.contact_form_boxO .info .contact_info h5 {
    color: rgb(91,138,114);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact_form_boxO .info span {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}
.contact_form_boxO .info .contact_info svg, .contact_form_boxO .info .contact_info svg path {
    fill: #000000;
    width: 22px;
    height: 22px;
}
.contact_form_boxO form input {
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(91,138,114);
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
    width: 100%;
}
.contact_form_boxO form input::placeholder {
    color: rgb(70,79,65);
    opacity: 0.7;
}
.contact_form_boxO form .button {
    background: rgb(91,138,114);
    color: #ffffff;
    border-radius: 25px;
    padding: 15px;
    font-size: 19px;
    font-weight: 700;
    border: none;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact_form_boxO .holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contact_form_boxO .holder > div {
    flex: 1 1 calc(50% - 30px);
}
.contact_form_boxO .info {
    padding: 30px;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid rgb(91,138,114,0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contact_form_boxO .logo_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgb(70,79,65,0.5);
    border-radius: 10px;
    background: #ffffff;
}
.contact_form_boxO .logo_holder svg, .contact_form_boxO .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.contact_form_boxO .info .contact_info {
    margin-top: 30px;
}
.contact_form_boxO .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
}
.contact_form_boxO .info .contact_info span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.contact_form_boxO .name_holder {
    display: flex;
    gap: 20px;
}
.contact_form_boxO .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact_form_boxO .agree label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
}
.contact_form_boxO .agree a {
    color: rgb(91,138,114);
    margin-left: 5px;
    text-decoration: underline;
}
.contact_form_boxO .agree input[type=checkbox] {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
    .contact_form_boxO .holder {
        flex-direction: column;
        gap: 20px;
    }
    .contact_form_boxO .name_holder {
        flex-wrap: wrap;
        gap:unset;
    }
    .contact_form_boxO h3 {
        font-size: 28px;
    }
    .contact_form_boxO .holder > div {
        width: 100%;
    }
}.experience_trialg {
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(191,203,168) 50%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.experience_trialg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 10%);
    background-size: 20px 20px;
    opacity: 0.5;
    animation: backgroundShimmer 60s linear infinite;
    pointer-events: none;
}

@keyframes backgroundShimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.experience_trialg .holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
}

.experience_trialg .holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
    z-index: -1;
}

.experience_trialg .holder svg, .experience_trialg .holder svg path {
    fill: rgb(91,138,114);
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.experience_trialg .holder h2 {
    font-size: 44px;
    text-align: center;
    margin: 30px 0;
    font-weight: 700;
    color: rgb(91,138,114);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgb(91,138,114), rgb(70,79,65));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.experience_trialg .holder h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, rgb(91,138,114), rgb(70,79,65));
    border-radius: 2px;
}

.experience_trialg .holder .button {
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(91,138,114), rgb(70,79,65));
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 21px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.experience_trialg .holder .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

.experience_trialg .holder .button:hover::before {
    left: 100%;
}

.experience_trialg .holder .button:active {
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1024px) {
    .experience_trialg {
        padding: 40px 0;
    }

    .experience_trialg .holder {
        padding: 30px;
    }

    .experience_trialg .holder svg, .experience_trialg .holder svg path {
        width: 70px;
        height: 70px;
    }

    .experience_trialg .holder h2 {
        font-size: 33px;
        margin: 20px 0;
    }

    .experience_trialg .holder .button {
        padding: 12px 24px;
        font-size: calc(14px * 0.9);
    }
}

@media only screen and (max-width: 768px) {
    .experience_trialg {
        padding: 30px 0;
    }

    .experience_trialg .holder {
        padding: 20px;
    }

    .experience_trialg .holder svg, .experience_trialg .holder svg path {
        width: 60px;
        height: 60px;
    }

    .experience_trialg .holder h2 {
        font-size: 19px;
        margin: 15px 0;
    }

    .experience_trialg .holder .button {
        padding: 10px 20px;
        font-size: 13px;
    }
}footer {
    background: rgb(70,79,65);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    border-top: 4px solid rgb(91,138,114);
}
footer .footer {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.5);
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(91,138,114);
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}
footer .menu a:hover {
    border-bottom: 2px solid rgb(91,138,114);
}
footer .copyright {
    background: rgb(91,138,114);
    padding: 20px;
    text-align: center;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(70,79,65,0.5);
    padding-bottom: 20px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 70px;
    width: 70px;
    margin-right: 20px;
}
footer .menu_holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .menu a {
    margin: 5px;
    font-size: 14px;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 5px;
    border-bottom: 1px solid #ffffff;
}
footer .copyright_info a:hover {
    border-bottom: 1px solid rgb(91,138,114);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
    }
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu a {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        padding: 40px 20px;
    }
    footer .logo_holder svg, footer .logo_holder img {
        height: 60px;
        width: 60px;
    }
}
.inner-containerM footer .footer {
    padding: 0;
    background: rgb(70,79,65);
}
.inner-containerM footer .footer_info {
    flex-direction: column;
    align-items: center;
    min-height: 80px;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid rgb(70,79,65,0.5);
}
.inner-containerM footer .menu_holder {
    flex-direction: row;
    justify-content: center;
}
.inner-containerM footer .menu a {
    margin: 0 10px;
    padding: 5px 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.inner-containerM footer .menu a:hover {
    border-bottom: 1px solid rgb(91,138,114);
}
.inner-containerM footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}
.inner-containerM footer .copyright_info {
    text-align: center;
    font-size: 15px;
}
.inner-containerM footer .logo_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inner-containerM footer .logo_holder svg, .inner-containerM footer .logo_holder svg path, .inner-containerM footer .logo_holder img {
    margin: 0;
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .inner-containerM footer .logo_holder {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .inner-containerM footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    .inner-containerM footer .menu a {
        margin: 5px 0;
        font-size: 14px;
    }
    .inner-containerM footer .footer_info {
        padding: 10px;
    }
    .inner-containerM footer .copyright_info {
        text-align: center;
    }
}.target_audienceU {
    padding-bottom: 80px;
    padding-top: 80px;
}

.target_audienceU .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.target_audienceU ul {
    list-style: none;
}

.target_audienceU ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.target_audienceU ul svg, .target_audienceU ul svg path {
    fill: rgb(91,138,114);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.target_audienceU h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .target_audienceU {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.inner-containerM .target_audienceU .holder {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(70,79,65,0.5);
    border-top: 25px solid rgb(91,138,114);
    padding: 50px;
    border-radius: 27px;
    background: linear-gradient(135deg, rgb(91,138,114,0.5) 0%, #ffffff 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-containerM .target_audienceU .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.inner-containerM .target_audienceU h2 {
    text-align: left;
    font-size: 29px;
    margin-bottom: 24px;
    font-weight: 700;
    color: rgb(91,138,114);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.inner-containerM .target_audienceU ul {
    text-align: left;
    padding-left: 0;
    margin: 0;
    width: 90%;
}

.inner-containerM .target_audienceU ul li {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    background: rgb(70,79,65,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.inner-containerM .target_audienceU ul li:hover {
    background: rgb(91,138,114,0.5);
}

.inner-containerM .target_audienceU ul svg, .inner-containerM .target_audienceU ul svg path {
    position: static;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    fill: rgb(91,138,114);
}

@media only screen and (max-width: 800px) {
    .inner-containerM .target_audienceU .holder {
        padding: 30px;
    }

    .inner-containerM .target_audienceU h2 {
        font-size: 24px;
    }

    .inner-containerM .target_audienceU ul li {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .inner-containerM .target_audienceU ul svg, .inner-containerM .target_audienceU ul svg path {
        width: 30px;
        height: 30px;
    }
}.course_programg {
    padding: 100px 0;
    background: rgb(191,203,168);
    border-top: 3px solid rgb(70,79,65);
    border-bottom: 3px solid rgb(70,79,65);
    position: relative;
    overflow: hidden;
}

.course_programg::before, .course_programg::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(91,138,114) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}

.course_programg:hover::before, .course_programg:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.course_programg h2 {
    color: rgb(91,138,114);
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.course_programg .content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}


.course_programg h3 {
    color: rgb(70,79,65);
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.course_programg p {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.course_programg .button {
    display: inline-block;
    background: rgb(91,138,114);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.course_programg .button:hover {
    background: rgb(70,79,65);
    transform: translateY(-5px);
}

.course_programg .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.course_programg .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.course_programg .course {
    flex: 1 1 45%;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.course_programg .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.course_programg .photo {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}


.course_programg .text_holder {
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}


@media only screen and (max-width: 1200px) {
    .course_programg .course {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .course_programg .items {
        flex-direction: column;
        align-items: center;
    }

    .course_programg .photo {
        height: 200px;
    }

    .course_programg h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 768px) {
    .course_programg {
        padding: 60px 0;
    }

    .course_programg h2 {
        font-size: 38px;
    }

    .course_programg h3 {
        font-size: 21px;
    }

    .course_programg p {
        font-size: 12px;
    }

    .course_programg .button {
        font-size: 16px;
    }

    .course_programg .photo {
        height: 150px;
    }
}

.inner-containerM .course_programg {
    background: rgb(191,203,168);
    padding: 120px 0;
}

.inner-containerM .course_programg .items .course .content {
    flex-direction: row;
    box-shadow: none;
    border-radius: 0;
    align-items: stretch;
}

.inner-containerM .course_programg .photo {
    width: 50%;
    height: auto;
    margin: 0;
    border-right: 2px solid rgb(70,79,65);
}

.inner-containerM .course_programg .text_holder {
    width: 50%;
    background: rgb(191,203,168);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-containerM .course_programg h3 {
    margin-bottom: 20px;
}

.inner-containerM .course_programg .button {
    margin-top: 30px;
}

.inner-containerM .course_programg p, .inner-containerM .course_programg h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .inner-containerM .course_programg .items .course .content {
        flex-direction: column;
        padding: 10px;
    }

    .inner-containerM .course_programg .photo {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 2px solid rgb(70,79,65);
    }

    .inner-containerM .course_programg .text_holder {
        width: 100%;
    }
}
.opening_boardK .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.opening_boardK .style_element h1 {
    color: rgb(70,79,65);
}

.opening_boardK .style_element h3 {
    color: rgb(70,79,65);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.opening_boardK .style_element p {
    color: #000000;
    text-align: right;
}

.opening_boardK {
    width: 100%;
}

.opening_boardK .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.opening_boardK .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.opening_boardK .style_element h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.opening_boardK .style_element p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .opening_boardK .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .opening_boardK .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .opening_boardK .style_element h1 {
        font-size: 18px;
    }

    .opening_boardK .style_element h3 {
        font-size: 16px;
    }

    .opening_boardK .style_element p {
        font-size: 14px;
    }


}

.inner-containerM .opening_boardK .style_element {
    clip-path: none;
    height: auto;
    width: 800px;
    max-width: 50%;
    min-height: 260px;
    border-top-right-radius: 50px;
    padding: 50px 110px 30px;
    left: calc(50% - 600px);
    align-items: flex-start;
    justify-content: center;
}

.inner-containerM .opening_boardK .style_element h1 {
    font-size: 40px;
    text-align: left;
}

.inner-containerM .opening_boardK .style_element h3 {
    text-align: left;
}

.inner-containerM .opening_boardK .style_element p {
    text-align: left;
}

.inner-containerM .inner-containerM .opening_boardK .title_page_holder {
    height: auto;
}

@media only screen and (max-width: 1200px) {
    .inner-containerM .opening_boardK .style_element {
        left: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .inner-containerM .opening_boardK .style_element {
        border-radius: 0;
        width: 100%;
        padding: 20px;
        position: static;

    }

    .inner-containerM .opening_boardK .style_element h1 {
        font-size: 30px;
    }

    .inner-containerM .opening_boardK .title_page_holder {
        min-height: 480px;
    }
}.main_header {
    background: linear-gradient(45deg, rgb(91,138,114,0.5), rgb(70,79,65,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(70,79,65,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: 17px;
    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: 18px;
    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(70,79,65), 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;
    }
}