* {
    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: Arial, sans-serif;
    color: #000000;
}
.wrapping-container0 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(136,185,144);
}
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;
    }
}footer {
    background: rgb(27,81,94);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 50px 20px;
}
footer .footer {
    background: rgb(27,81,94,0.5);
    border-radius: 26px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(51,130,117,0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
footer .logo_holder svg,
footer .logo_holder img {
    height: 60px;
    width: auto;
    margin-right: 15px;
    transition: transform 0.3s ease;
    fill: #ffffff;
}
footer .logo_holder svg:hover,
footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer .menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .menu a:hover {
    color: rgb(51,130,117);
    text-shadow: 0 0 10px rgb(51,130,117,0.5);
}
footer .copyright {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(27,81,94);
    text-shadow: 0 0 10px rgb(27,81,94,0.5);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .logo_holder {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu,
    footer .menu_holder,
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .menu a {
        margin-right: 0;
    }
}
.get_help_infob {
    color: #000000;
    background: linear-gradient(180deg, rgb(136,185,144) 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
}
.get_help_infob .contact_holder {
    padding: 40px;
    border-radius: 26px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    border: 2px solid rgb(51,130,117);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.get_help_infob .holder .info_holder div.hours_of_attendanceU {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.get_help_infob .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.get_help_infob .holder .info_holder > div > div {
    margin: 5px 0;
}
.get_help_infob .contact_holder::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -8px;
    top: 20px;
    background: rgb(51,130,117);
    box-shadow: 0 0 0 4px rgb(136,185,144);
}
.get_help_infob h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(51,130,117);
    position: relative;
    text-align: center;
    transition: color 0.3s ease;
}
.get_help_infob h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: rgb(51,130,117);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-radius: 10px;
}
.get_help_infob h2:hover {
    color: rgb(27,81,94);
}
.get_help_infob .holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.get_help_infob .holder .info_holder>div span {
    margin-left: 8px;
}
.get_help_infob .contact_description {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #000000;
}
.get_help_infob .photo {
    width: 100%;
    max-width: 300px;
    height: 300px;
    border-radius: 26px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.get_help_infob .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.get_help_infob .info_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.get_help_infob .info_holder>div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.get_help_infob .info_holder>div:hover {
    background-color: rgb(51,130,117,0.5);
    color: rgb(51,130,117);
    border-radius: 10px;
    padding: 10px;
}
.get_help_infob .info_holder>div a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.get_help_infob .info_holder>div a:hover {
    color: rgb(27,81,94);
}
.get_help_infob .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(51,130,117);
}
.get_help_infob .contact_politics {
    width: 100%;
    padding: 30px;
    background: radial-gradient(circle, rgb(136,185,144) 0%, #ffffff 100%);
    border-radius: 26px;
    margin-top: 40px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.get_help_infob .contact_politics>div {
    margin-bottom: 20px;
}
.get_help_infob .contact_politics>div h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(51,130,117);
}
.get_help_infob .contact_politics>div p {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .get_help_infob .holder {
        flex-direction: column;
        align-items: center;
    }
    .get_help_infob .photo {
        width: 100%;
        max-width: none;
        height: 250px;
    }
    .get_help_infob .info_holder {
        width: 100%;
    }
    .get_help_infob h2 {
        font-size: calc(38px * 0.9);
    }
}
.our_missionw {
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(27,81,94), rgb(51,130,117));
    position: relative;
    overflow: hidden;
}

.wrapping-container0 .our_missionw .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.wrapping-container0 .our_missionw .holder::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: rgb(27,81,94,0.5);
    border-radius: 20px;
    transform: rotate(10deg);
    z-index: -1;
}

.wrapping-container0 .our_missionw .holder::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: rgb(51,130,117);
    border-radius: 50%;
    box-shadow: 0 0 0 10px #ffffff;
    z-index: -1;
}

.wrapping-container0 .our_missionw .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.wrapping-container0 .our_missionw .photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 10px solid #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.wrapping-container0 .our_missionw .photo::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 2px dashed #000000;
    border-radius: 50%;
    z-index: -1;
}

.wrapping-container0 .our_missionw .style_element {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 90%;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.wrapping-container0 .our_missionw .style_element::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: rgb(27,81,94);
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffffff;
    transform: translateX(-50%);
    z-index: -1;
}

.wrapping-container0 .our_missionw h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.wrapping-container0 .our_missionw h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 4px;
    background: rgb(51,130,117);
    transform: translateX(-50%);
}

.wrapping-container0 .our_missionw p {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
    position: relative;
    padding: 0 10px;
}

.wrapping-container0 .our_missionw p::before, .wrapping-container0 .our_missionw p::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(51,130,117);
    border-radius: 50%;
}

.wrapping-container0 .our_missionw p::before {
    top: 0;
    left: 10px;
}

.wrapping-container0 .our_missionw p::after {
    bottom: 0;
    right: 10px;
}

@media only screen and (max-width: 1200px) {
    .wrapping-container0 .our_missionw .photo {
        width: 200px;
        height: 200px;
    }

    .wrapping-container0 .our_missionw .style_element {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapping-container0 .our_missionw .holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapping-container0 .our_missionw .photo {
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
    }

    .wrapping-container0 .our_missionw .style_element {
        width: 100%;
        padding: 20px;
    }

    .wrapping-container0 .our_missionw .style_element::before {
        display: none;
    }
}
.benefits_summaryq .advantages_content h2 {
    color: rgb(27,81,94);
}

.benefits_summaryq .advantage_item svg, .benefits_summaryq .advantage_item svg path {
    fill: rgb(51,130,117);
}

.benefits_summaryq .advantage_item p {
    color: #000000;
}

.benefits_summaryq .advantage_item b {
    color: rgb(51,130,117);
}

.benefits_summaryq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_summaryq .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_summaryq .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_summaryq .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}

.benefits_summaryq .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_summaryq .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_summaryq .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_summaryq .advantage_item svg, .benefits_summaryq .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapping-container0 .benefits_summaryq .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_summaryq .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_summaryq .advantages_holder {
        flex-direction: column;
    }

    .benefits_summaryq {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapping-container0 .benefits_summaryq .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapping-container0 .benefits_summaryq {
    background: linear-gradient(135deg, rgb(51,130,117) 0%, rgb(27,81,94) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.wrapping-container0 .benefits_summaryq .advantages_content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 48px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.wrapping-container0 .benefits_summaryq .advantages_description {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(51,130,117,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wrapping-container0 .benefits_summaryq .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapping-container0 .benefits_summaryq .advantage_item {
    background: #ffffff;
    padding: 20px;
    width: 270px;
    border: 1px solid rgb(51,130,117,0.5);
    border-radius: 22px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapping-container0 .benefits_summaryq .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.wrapping-container0 .benefits_summaryq .advantage_image img,
.wrapping-container0 .benefits_summaryq .advantage_image svg {
    width: 128px;
    height: 128px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}

.wrapping-container0 .benefits_summaryq .advantages_content h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: rgb(51,130,117);
    margin-top: 20px;
}

.wrapping-container0 .benefits_summaryq .advantage_item p {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    color: #000000;
    margin-top: 16px;
    text-align: center;
}

.wrapping-container0 .benefits_summaryq .advantage_item p b {
    color: rgb(51,130,117);
}

@media only screen and (max-width: 1200px) {
    .wrapping-container0 .benefits_summaryq .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapping-container0 .benefits_summaryq .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapping-container0 .benefits_summaryq .advantages_content h2 {
        font-size: 30px;
    }

    .wrapping-container0 .benefits_summaryq {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}.thanksBlock6 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(136,185,144);
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}
.thanksBlock6::before, .thanksBlock6::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(51,130,117,0.5);
    border-radius: 50%;
    z-index: -1;
}
.thanksBlock6::before {
    top: -75px;
    left: -75px;
}
.thanksBlock6::after {
    bottom: -75px;
    right: -75px;
}
.thanksBlock6 .container {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.thanksBlock6 .container::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: rgb(27,81,94);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(27,81,94,0.5);
}
.thanksBlock6 .container::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: rgb(27,81,94);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(27,81,94,0.5);
}
.thanksBlock6 h2 {
    font-size: 33px;
    color: rgb(51,130,117);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid rgb(27,81,94);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.thanksBlock6 p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
@media only screen and (max-width: 800px) {
    .thanksBlock6 {
        padding: 20px;
    }
    .thanksBlock6 .container {
        padding: 30px;
    }
    .thanksBlock6 h2 {
        font-size: 20px;
    }
    .thanksBlock6 p {
        font-size: 16px;
    }
}
header .main_header {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1000;
}
header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    max-width: 1200px;
    margin: 0 auto;
}
header .logo_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
header .logo_holder .logotype img, header .logo_holder .logotype svg {
    height: 50px;
    width: auto;
}
header .menu {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
header .menu a {
    text-decoration: none;
    color: rgb(27,81,94);
    padding: 10px 15px;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
    font-family: Arial, sans-serif;
    font-weight: 600;
}
header .menu a:hover {
    background-color: rgb(51,130,117,0.5);
    color: rgb(51,130,117);
}
header .menu a.active {
    border-bottom: 3px solid rgb(51,130,117);
    color: rgb(51,130,117);
}
header .menu a.active:hover {
    background-color: rgb(51,130,117);
    color: #ffffff;
}
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        align-items: center;
    }
    header .menu {
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
}
.wrapping-container0 header .header_content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.wrapping-container0 header .logo_holder .logotype img {
    width: 40px;
    height: 40px;
}
.wrapping-container0 header .menu a {
    font-size: 20px;
    font-weight: 700;
}
.wrapping-container0 header .menu a:hover {
    color: rgb(51,130,117);
    background: rgb(51,130,117,0.5);
}
.wrapping-container0 header .menu a.active {
    border-bottom: 2px solid rgb(51,130,117);
}
.wrapping-container0 header .menu a.active:hover {
    background: rgb(51,130,117);
    color: #ffffff;
    border-bottom: none;
}
.wrapping-container0 header .logo_caption {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.wrapping-container0 header .logo_desc {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
}
@media (max-width: 800px) {
    .wrapping-container0 header .header_content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wrapping-container0 header .logo_holder {
        margin-bottom: 20px;
    }
    .wrapping-container0 header .menu {
        width: 100%;
        text-align: center;
    }
    .wrapping-container0 header .menu a {
        width: 100%;
        padding: 10px 0;
    }
}.program_overviewG {
    padding-top: 90px;
    padding-bottom: 90px;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.program_overviewG h2 {
    color: rgb(51,130,117);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.program_overviewG .content {
    border-radius: 27px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background: #ffffff;
}
.program_overviewG .content:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
}
.program_overviewG h3 {
    color: rgb(27,81,94);
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}
.program_overviewG p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 30px;
}
.program_overviewG .button {
    background: rgb(51,130,117);
    color: #ffffff;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease;
}
.program_overviewG .button:hover {
    background: rgb(27,81,94);
    transform: translateY(-5px);
}
.program_overviewG .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.program_overviewG .items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.program_overviewG .course {
    padding: 20px;
    margin-bottom: 40px;
}
.program_overviewG .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
}
.program_overviewG .text_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}
.program_overviewG .photo {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 800px) {
    .program_overviewG .items {
        flex-direction: column;
    }
    .program_overviewG h2 {
        font-size: 22px;
    }
    .program_overviewG h3 {
        font-size: 20px;
    }
    .program_overviewG .course {
        max-width: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .program_overviewG {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .wrapping-container0 .program_overviewG .content {
        padding: 10px;
    }
}
.wrapping-container0 .program_overviewG {
    position: relative;
    overflow: hidden;
    background: rgb(136,185,144);
}
.wrapping-container0 .program_overviewG .items {
    width: 100%;
}
.wrapping-container0 .program_overviewG .content {
    border-radius: 10px;
    box-shadow: none;
}
.wrapping-container0 .program_overviewG .text_holder {
    position: relative;
    z-index: 3;
    background: none;
    width: 100%;
    min-height: unset;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    color: #000000;
    border: none;
}
.wrapping-container0 .program_overviewG h3 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(27,81,94);
    margin: 0;
}
.wrapping-container0 .program_overviewG p {
    padding: 0 40px 0 0;
    margin-top: 20px;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}
.wrapping-container0 .program_overviewG .button {
    margin-top: 40px;
    display: inline-block;
    padding: 15px 40px;
    background: rgb(51,130,117);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 10px;
    border: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.wrapping-container0 .program_overviewG .button:hover {
    background: rgb(27,81,94);
    transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
    .wrapping-container0 .program_overviewG .text_holder {
        width: 100%;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapping-container0 .program_overviewG p {
        padding: 0;
        font-size: 12px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .wrapping-container0 .program_overviewG h3 {
        font-size: 20px;
    }
    .wrapping-container0 .program_overviewG .button {
        margin-top: 20px;
    }
}.pricingo {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(180deg, rgb(136,185,144) 0%, rgba(#000000, 0.02) 100%);
    overflow: hidden;
}

.pricingo::before,
.pricingo::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.pricingo::before {
    width: 80vw;
    height: 80vw;
    background: radial-gradient(circle, rgb(51,130,117,0.5) 0%, transparent 70%);
    top: -40vw;
    right: -20vw;
    animation: rotate 30s linear infinite;
}

.pricingo::after {
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgb(27,81,94,0.5) 0%, transparent 70%);
    bottom: -30vw;
    left: -15vw;
    animation: rotate 25s linear infinite reverse;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.pricingo .container {
    position: relative;
    z-index: 1;
    width: 94%;
    max-width: 1800px;
    margin: 0 auto;
}

.pricingo .price_info_holder {
    position: relative;
    align-items: center;
}

.pricingo .photo {
    position: relative;
    width: 100%;
    margin: 20px auto;
    height: 800px;
    border-radius: calc(30px * 2);
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 25px 25px 50px -12px rgba(0, 0, 0, 0.5);
    order: 2;
}
.pricingo .content_wrapper {
    padding-right: 5%;
}

.pricingo h2 {
    font-size: calc(32px * 1.3);
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pricingo h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pricingo .price_items {
    display: grid;
    gap: 30px;
    width: 100%;
}

.pricingo .price_items:has(.price_item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.pricingo .price_items:has(.price_item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.pricingo .price_items:has(.price_item:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.pricingo .price_item {
    background: #ffffff;
    border-radius: 30px;
    padding: 45px;
    text-align: left;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pricingo .price_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(51,130,117,0.5) 0%, rgb(27,81,94,0.5) 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.pricingo .price_item:hover {
    transform: translateY(-10px);
}

.pricingo .price_item:hover::before {
    opacity: 0.05;
}

.pricingo .price_item h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    max-width: 100%;
}

.pricingo .price_item .price_amount {
    font-size: calc(47px * 1.1);
    color: rgb(51,130,117);
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.pricingo .price_item span {
    display: block;
    font-size: 17px;
    color: #000000;
    margin-bottom: 35px;
    line-height: 1.6;
}

.pricingo .price_item .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 45px;
    background: #ffffff;
    color: rgb(51,130,117);
    border: 2px solid rgb(51,130,117);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pricingo .price_item .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(51,130,117) 0%, rgb(27,81,94) 100%);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
}

.pricingo .price_item .button:hover {
    color: #ffffff;
    border-color: transparent;
}

.pricingo .price_item .button:hover::before {
    transform: translateX(0);
}

.pricingo .price_item .button span {
    margin: 0;
    position: relative;
}

@media (max-width: 1600px) {
    .pricingo {
        padding: 120px 0;
    }
    
    .pricingo .photo {
        height: 700px;
    }
    
    .pricingo .price_info_holder {
        gap: 60px;
    }
    
    .pricingo .price_item {
        padding: 40px;
    }
}

@media (max-width: 1400px) {
    .pricingo .photo {
        height: 600px;
    }
    
    .pricingo h2 {
        font-size: calc(32px * 1.15);
    }
}

@media (max-width: 1200px) {
    .pricingo {
        padding: 100px 0;
    }
    
    .pricingo .photo {
        height: 500px;
    }
    
    .pricingo .price_info_holder {
        gap: 50px;
    }
    
    .pricingo .content_wrapper {
        padding-right: 0;
    }
    
    .pricingo h2 {
        font-size: 32px;
    }
    
    .pricingo .price_item {
        padding: 35px;
    }
}

@media (max-width: 991px) {
    .pricingo {
        padding: 90px 0;
    }

    .pricingo .price_info_holder {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .pricingo .photo {
        order: -1;
        height: 400px;
        transform: perspective(1000px) rotateY(0);
    }

    .pricingo .photo:hover {
        transform: perspective(1000px) rotateY(0) translateY(-10px);
    }

    .pricingo h2 {
        text-align: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .pricingo h3 {
        text-align: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .pricingo .price_items:has(.price_item:nth-child(3):last-child) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .pricingo {
        padding: 70px 0;
    }

    .pricingo .container {
        width: 90%;
    }

    .pricingo .price_info_holder {
        gap: 50px;
    }

    .pricingo .photo {
        height: 350px;
    }

    .pricingo .price_items,
    .pricingo .price_items:has(.price_item:nth-child(2):last-child),
    .pricingo .price_items:has(.price_item:nth-child(3):last-child),
    .pricingo .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .pricingo .price_item {
        padding: 35px 30px;
        text-align: center;
    }

    .pricingo .price_item .button {
        width: 100%;
        padding: 16px 30px;
    }
}

@media (max-width: 575px) {
    .pricingo {
        padding: 50px 0;
    }

    .pricingo .photo {
        height: 280px;
    }

    .pricingo h2 {
        font-size: calc(32px * 0.9);
    }

    .pricingo .price_item {
        padding: 30px 25px;
    }
}.contact_boxl {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_boxl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(51,130,117,0.5), transparent);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.contact_boxl .container {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.contact_boxl h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
    z-index: 2;
    grid-column: span 2;
}

.contact_boxl .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.contact_boxl form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}
.contact_boxl .name_holder input {
    width: 100%;
}
.contact_boxl form input,
.contact_boxl form textarea {
    color: #000000;
    background: #ffffff;
    border: none;
    padding: 15px;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.contact_boxl form input:focus,
.contact_boxl form textarea:focus {
    box-shadow: 0 0 10px rgb(27,81,94,0.5);
}

.contact_boxl form .button {
    grid-column: span 2;
    background: rgb(27,81,94);
    color: #ffffff;
    border-radius: 18px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact_boxl form .button:hover {
    background: rgb(51,130,117);
}

.contact_boxl .name_holder {
    grid-column: span 2;
    display: flex;
    gap: 20px;
}

.contact_boxl .agree {
    grid-column: span 2;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.contact_boxl .agree label {
    font-size: 15px;
}

.contact_boxl .agree a {
    margin-left: 5px;
    color: rgb(51,130,117);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.contact_boxl .agree a:hover {
    color: rgb(27,81,94);
}

.contact_boxl .form_text {
    grid-column: span 2;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.contact_boxl .agree input[type=checkbox] {
    width: auto;
    margin-right: 10px;
}

@media only screen and (max-width: 800px) {
    .contact_boxl form {
        display: flex;
        flex-direction: column;
    }
    .contact_boxl .name_holder {
        flex-direction: column;
    }
    .contact_boxl .button {
        grid-column: span 1;
    }
    .contact_boxl {
        padding: 50px 20px;
    }
    .contact_boxl h3 {
        font-size: 21px;
    }
    .contact_boxl .container {
        padding: 30px;
    }
}
.user_commentsb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.user_commentsb h2 {
    color: rgb(27,81,94);
}

.user_commentsb .review {
    background: #ffffff;
    border-radius: 20px;
}

.user_commentsb .review span {
    color: rgb(51,130,117);
}

.user_commentsb .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user_commentsb .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 29px;
    font-weight: 600;
}

.user_commentsb .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.user_commentsb .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}

.user_commentsb .review span {
    text-align: center;
}

.user_commentsb .review p {
    text-align: center;
}

.user_commentsb .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.user_commentsb .text {
    display: flex;
    flex-direction: column;
}

.user_commentsb .review span {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .user_commentsb .reviews {
        flex-direction: column;
    }

    .user_commentsb .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .user_commentsb {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .user_commentsb .holder h2 {
        font-size: 30px;
    }
}

.wrapping-container0 .user_commentsb .review {
    width: 900px;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    flex-direction: row;
    align-items: center;
    padding: 20px 70px;
    margin-bottom: 20px;
}

.wrapping-container0 .user_commentsb .reviews {
    flex-wrap: wrap;
    align-items: center;
}

.wrapping-container0 .user_commentsb .photo {
    width: 200px;
    height: 200px;
    margin: 0;
    margin-right: 55px;
    flex-shrink: 0;
}

.wrapping-container0 .user_commentsb .text {
    flex-direction: column-reverse;
}

.wrapping-container0 .user_commentsb .text p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;

}

.wrapping-container0 .user_commentsb .text span {
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .wrapping-container0 .user_commentsb .review {
        width: calc(100% - 20px);
        margin: 10px;
        padding: 20px;
        flex-direction: column;
    }

    .wrapping-container0 .user_commentsb .photo {
        width: 140px;
        height: 140px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .wrapping-container0 .user_commentsb .text p {
        text-align: center;
    }

    .wrapping-container0 .user_commentsb .text span {
        text-align: center;
    }
}.privacy_encasementR {
    background-color: rgb(136,185,144);
    padding: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}
.privacy_encasementR h1 {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    margin: 20px 0;
}
.privacy_encasementR h2 {
    font-size: 34px;
    color: rgb(51,130,117);
    font-weight: 600;
    margin: 15px 0;
}
.privacy_encasementR h3, .privacy_encasementR h4, .privacy_encasementR h5, .privacy_encasementR h6 {
    margin: 1rem 0;
}
.privacy_encasementR ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}
.privacy_encasementR ul li {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
}
.privacy_encasementR div {
    margin-top: 30px;
}
@media only screen and (max-width: 800px) {
    .privacy_encasementR {
        padding: 30px;
    }
    .privacy_encasementR h1 {
        font-size: 34px;
    }
    .privacy_encasementR h2 {
        font-size: 22px;
    }
}.welcome_pageJ {
    position: relative;
    overflow: hidden;
    background: rgb(136,185,144);
}

.welcome_pageJ .holder {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.welcome_pageJ .photo {
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.welcome_pageJ .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 50%, rgba(0, 0, 0, 0.5));
    opacity: 0.7;
}

.welcome_pageJ .text_holder {
    display: flex;
    padding: 40px calc((100% - 1200px) / 2);
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: -100px;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.welcome_pageJ .text_holder .button {
    padding: 18px 24px;
    color: #ffffff;
    background: rgb(51,130,117);
    border: none;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 23px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.welcome_pageJ .text_info {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-right: 14px;
}

.welcome_pageJ .text_info h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.welcome_pageJ .text_info span {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

.welcome_pageJ .text_holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 130px;
    background: linear-gradient(90deg, rgb(27,81,94,0.5), transparent 100%);
    opacity: 0.2;
    z-index: -1;
}

.welcome_pageJ .text_info svg {
    width: 90px;
    height: 90px;
    fill: rgb(51,130,117);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 1200px) {
    .welcome_pageJ .text_holder {
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .welcome_pageJ .text_holder {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome_pageJ .text_info h2 {
        margin-top: 20px;
        font-size: 24px;
    }

    .welcome_pageJ .text_holder .button {
        margin-top: 20px;
    }
}