* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.wrap-container4738 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(138,235,169);
}
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;
    }
}.advantages_benefits5028 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(130,192,159,0.5), rgb(122,148,148,0.5));
    position: relative;
    overflow: hidden;
    border-top: 8px solid rgb(130,192,159);
    border-bottom: 8px solid rgb(130,192,159);
}
.advantages_benefits5028 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    background: #ffffff;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.advantages_benefits5028 .advantages_content h2 {
    font-size: 38px;
    color: rgb(130,192,159);
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.advantages_benefits5028 .advantages_photo_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
}
.advantages_benefits5028 .advantages_photo_holder .photo {
    width: 45%;
    height: 400px;
    border-radius: 14px;
    background: url('<?php echo $arData["image"]?>') no-repeat center;
    background-size: cover;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border: 3px solid rgb(130,192,159,0.5);
    transition: transform 0.3s ease-in-out;
}
.advantages_benefits5028 .advantages_photo_holder .photo:hover {
    transform: scale(1.05);
}
.advantages_benefits5028 .advantages_holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    gap: 20px;
}
.advantages_benefits5028 .advantages_holder .advantage_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff, rgb(130,192,159,0.5));
    border-radius: 10px;
    border: 2px solid rgb(130,192,159);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
}
.advantages_benefits5028 .advantages_holder .advantage_item:hover {
    background: linear-gradient(135deg, rgb(130,192,159,0.5), rgb(122,148,148,0.5));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.advantages_benefits5028 .advantages_holder .advantage_item h4 {
    font-size: 21px;
    color: #000000;
    margin-left: 15px;
    font-weight: 600;
}
.advantages_benefits5028 .advantages_holder .advantage_image {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(130,192,159);
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.advantages_benefits5028 .advantages_holder .advantage_image svg, .advantages_benefits5028 .advantages_holder .advantage_image svg path {
    width: 20px;
    height: 20px;
    fill: #000000;
}
@media only screen and (max-width: 800px) {
    .advantages_benefits5028 {
        padding: 50px 0;
    }
    .advantages_benefits5028 .advantages_photo_holder {
        flex-direction: column-reverse;
    }
    .advantages_benefits5028 .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
    }
    .advantages_benefits5028 .advantages_holder {
        flex-direction: column;
        width: 100%;
    }
    .advantages_benefits5028 .advantages_content h2 {
        font-size: 21px;
    }
    .advantages_benefits5028 .advantages_holder .advantage_item {
        padding: 10px;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .advantages_benefits5028 .advantages_holder .advantage_item h4 {
        font-size: 13px;
        margin-left: 0;
        text-align: center;
    }
    .advantages_benefits5028 .advantages_holder .advantage_image {
        margin-bottom: 10px;
    }
}
.privacy_safeguard0379 {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: rgb(122,148,148);
    font-family: Ubuntu, sans-serif;
    color: #000000;
}

.privacy_safeguard0379 h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    color: rgb(130,192,159);
}

.privacy_safeguard0379 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: rgb(130,192,159);
}

.privacy_safeguard0379 h3, .privacy_safeguard0379 h4, .privacy_safeguard0379 h5, .privacy_safeguard0379 h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(130,192,159);
}

.privacy_safeguard0379 li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
}

.privacy_safeguard0379 section {
    padding: 20px;
    border-radius: 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.privacy_safeguard0379 p, .privacy_safeguard0379 span, .privacy_safeguard0379 div {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .privacy_safeguard0379 {
        padding: 20px;
    }

    .privacy_safeguard0379 h1 {
        font-size: calc(20px - 5px);
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .privacy_safeguard0379 h2 {
        font-size: calc(20px - 3px);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .privacy_safeguard0379 h3, .privacy_safeguard0379 h4, .privacy_safeguard0379 h5, .privacy_safeguard0379 h6 {
        font-size: calc(20px - 2px);
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .privacy_safeguard0379 ul, .privacy_safeguard0379 ol {
        padding: 5px 0;
        margin: 10px 0;
    }

    .privacy_safeguard0379 li {
        font-size: calc(16px - 1px);
        margin-bottom: 5px;
    }

    .privacy_safeguard0379 p, .privacy_safeguard0379 span, .privacy_safeguard0379 div {
        font-size: calc(16px - 1px);
        margin-bottom: 4px;
    }
}header {
    background: linear-gradient(135deg, rgb(130,192,159), rgb(122,148,148));
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    border-bottom: 2px solid #000000;
}
.main_header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.main_header .header_holder {
    width: 100%;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
    border-right: 2px solid #000000;
    padding-right: 20px;
}
.main_header .logo_holder svg,
.main_header .logo_holder img {
    width: 60px;
    height: 60px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
    border-left: 2px solid #000000;
    margin: 14px 0;
}
.main_header .header_menu {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-grow: 1;
}
.main_header .header_menu a {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #000000;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(130,192,159), rgb(122,148,148));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.main_header .header_menu a:hover::before {
    opacity: 1;
}
.main_header .header_menu a:hover {
    color: #000000;
    border-color: rgb(122,148,148);
}
@media only screen and (max-width: 1200px) {
    .main_header .container {
        flex-direction: column;
        justify-items: center;
    }
    .main_header .logo_holder {
        justify-content: center;
        border-right: none;
        border-bottom: 2px solid #000000;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .main_header .header_description {
        border-left: none;
        border-top: 2px solid #000000;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .main_header .header_menu a {
        padding: 8px 12px;
        font-size: 16px;
    }
}
.main_header .header_menu a:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(130,192,159), rgb(122,148,148));
    opacity: 0.1;
    z-index: -1;
}.instructor_profile2547 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.instructor_profile2547 .review .name {
    color: rgb(122,148,148);
}

.instructor_profile2547 .review span {
    color: rgb(130,192,159);
}

.instructor_profile2547 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructor_profile2547 .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.instructor_profile2547 .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.instructor_profile2547 .review .name {
    font-size: 20px;
    margin-bottom: 8px;
}

.instructor_profile2547 .review span {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 14px;
}

.instructor_profile2547 .review .quote {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .instructor_profile2547 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .instructor_profile2547 .holder {
        flex-direction: column;
    }

    .instructor_profile2547 .review {
        max-width: unset;
        width: 100%;
    }

    .instructor_profile2547 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrap-container4738 .instructor_profile2547 .holder {
    background: rgb(122,148,148);
    border-radius: 12px;
}

.wrap-container4738 .instructor_profile2547 {
    padding: 64px 0;
}

.wrap-container4738 .instructor_profile2547 .review {
    max-width: unset;
    width: 80%;
    padding: 0;
    flex-direction: row;
    align-items: center;
}

.wrap-container4738 .instructor_profile2547 .photo {
    margin-bottom: -20px;
    margin-top: -20px;
    border-radius: 14px;
    width: 400px;
    height: 400px;
    flex-shrink: 0;
}

.wrap-container4738 .worker_description {
    margin-left: 48px;
}

.wrap-container4738 .instructor_profile2547 .review .name {
    color: #ffffff;
    margin-bottom: 5px;
}

.wrap-container4738 .instructor_profile2547 .review .quote {
    color: var(--white-color_opacity);
    margin-top: 10px;
    font-style: normal;
}

.wrap-container4738 .instructor_profile2547 .review span {
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .wrap-container4738 .instructor_profile2547 .review {
        flex-direction: column;
    }

    .wrap-container4738 .instructor_profile2547 .photo {
        margin-bottom: 10px;
        width: 200px;
        height: 200px;
    }

    .wrap-container4738 .instructor_profile2547 .holder {
        padding: 20px;
        padding-top: 0;
    }

    .wrap-container4738 .worker_description {
        margin-left: 0;
        text-align: center;
    }
}.enroll_instantly1367 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(130,192,159), rgb(122,148,148));
    position: relative;
    overflow: hidden;
}
.enroll_instantly1367::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(130,192,159,0.5), transparent);
    z-index: 1;
}
.enroll_instantly1367 .container {
    position: relative;
    z-index: 2;
}
.enroll_instantly1367 .holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}
.enroll_instantly1367 .holder svg, .enroll_instantly1367 .holder svg path {
    padding: 25px;
    background: rgb(122,148,148,0.5);
    fill: #ffffff;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.enroll_instantly1367 .holder svg:hover {
    transform: scale(1.1);
}
.enroll_instantly1367 .holder h2 {
    font-size: 47px;
    text-align: center;
    margin: 20px 0;
    color: #ffffff;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.enroll_instantly1367 .holder .button {
    padding: 15px 35px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}
.enroll_instantly1367 .holder .button:hover {
    background: rgb(122,148,148);
    transform: translateY(-3px);
}
@media only screen and (max-width: 800px) {
    .enroll_instantly1367 .holder {
        padding: 30px;
    }
    .enroll_instantly1367 .holder h2 {
        font-size: 22px;
        margin: 15px 0;
    }
    .enroll_instantly1367 .holder .button {
        font-size: 22px;
        padding: 12px 28px;
    }
}
.who_we_are9176 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(130,192,159), rgb(122,148,148));
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.wrap-container4738 .who_we_are9176 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    box-shadow: 0 0 20px rgb(130,192,159,0.5), 0 0 40px rgb(122,148,148,0.5);
    backdrop-filter: blur(15px);
    margin-top: 150px;
}

.wrap-container4738 .who_we_are9176 .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(5px);
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wrap-container4738 .who_we_are9176 .photo {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 5px solid rgb(130,192,159);
    box-shadow: 0 0 20px rgb(130,192,159,0.5), 0 0 40px rgb(122,148,148,0.5);
    position: absolute;
    top: -160px;
    animation: photoSlideIn 1s ease-out;
}

@keyframes photoSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wrap-container4738 .who_we_are9176 .style_element {
    padding: 40px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    backdrop-filter: blur(10px);
    animation: fadeIn 1.5s ease-out;
}

.wrap-container4738 .who_we_are9176 h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(130,192,159);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(122,148,148);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.wrap-container4738 .who_we_are9176 p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .wrap-container4738 .who_we_are9176 .caption_holder {
        padding: 30px;
    }

    .wrap-container4738 .who_we_are9176 .photo {
        width: 200px;
        height: 200px;
        top: -100px;
    }
}

@media only screen and (max-width: 800px) {
    .wrap-container4738 .who_we_are9176 {
        flex-direction: column;
    }

    .wrap-container4738 .who_we_are9176 .caption_holder {
        padding: 20px;
    }

    .wrap-container4738 .who_we_are9176 .photo {
        width: 150px;
        height: 150px;
        top: -75px;
    }

    .wrap-container4738 .who_we_are9176 h2 {
        font-size: calc(30px - 4px);
    }

    .wrap-container4738 .who_we_are9176 p {
        font-size: calc(14px - 2px);
    }
    .wrap-container4738 .who_we_are9176 .holder {
        padding: 10px;
        margin-top: 75px;
    }
    .wrap-container4738 .who_we_are9176 .style_element {
        padding: 20px;
    }
}
.course_beneficiaries6729 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course_beneficiaries6729 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course_beneficiaries6729 ul {
    list-style: none;
}

.course_beneficiaries6729 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.course_beneficiaries6729 ul svg, .course_beneficiaries6729 ul svg path {
    fill: rgb(130,192,159);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.course_beneficiaries6729 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .course_beneficiaries6729 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrap-container4738 .course_beneficiaries6729 .holder {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 25px solid rgb(130,192,159);
    padding: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.wrap-container4738 .course_beneficiaries6729 h2 {
    text-align: left;
    font-size: 54px;
    margin-bottom: 16px;
    font-weight: 400;
}

.wrap-container4738 .course_beneficiaries6729 ul {
    text-align: left;
}

.wrap-container4738 .course_beneficiaries6729 ul li {
    padding: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}

.wrap-container4738 .course_beneficiaries6729 ul svg, .wrap-container4738 .course_beneficiaries6729 ul svg path {
    position: static;
    margin-right: 20px;
    width: 36px;
    height: 36px;
}

@media only screen and (max-width: 800px) {
    .wrap-container4738 .course_beneficiaries6729 .holder {
        padding: 20px;
    }

    .wrap-container4738 .course_beneficiaries6729 h2 {
        font-size: 30px;
    }
}.find_us4382 {
    background-color: rgb(138,235,169);
    padding: 80px 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.find_us4382 .contact_holder {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.find_us4382 .holder .info_holder div.hours_of_availability0472 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.find_us4382 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.find_us4382 .holder .info_holder > div > div {
    margin: 5px 0;
}
.find_us4382 h2 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(130,192,159);
    margin-bottom: 50px;
    position: relative;
}
.find_us4382 h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: rgb(122,148,148);
    margin: 15px auto 0;
    transition: width 0.3s ease-in-out;
}
.find_us4382 h2:hover:after {
    width: 150px;
}
.find_us4382 .holder {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}
.find_us4382 .holder .contact_description {
    flex: 1 1 45%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: left;
    position: relative;
}
.find_us4382 .holder .contact_description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(130,192,159,0.5);
    transition: width 0.3s ease-in-out;
    z-index: 0;
    border-radius: 10px;
}
.find_us4382 .holder .info_holder>div span {
    margin-left: 8px;
}
.find_us4382 .holder .photo {
    flex: 1 1 45%;
    height: 300px;
    background-color: rgb(122,148,148);
    border-radius: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.find_us4382 .holder .info_holder {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
    position: relative;
}
.find_us4382 .holder .info_holder>div {
    display: flex;
    align-items: center;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    color: #000000;
    transition: color 0.3s ease-in-out;
}
.find_us4382 .holder .info_holder>div:hover {
    color: rgb(130,192,159);
}
.find_us4382 .holder .info_holder>div a {
    color: rgb(122,148,148);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}
.find_us4382 .holder .info_holder>div a:hover {
    color: rgb(130,192,159);
}
.find_us4382 .info_holder svg {
    width: 20px;
    height: 20px;
    fill: rgb(122,148,148);
    transition: fill 0.3s ease;
}
.find_us4382 .info_holder svg:hover {
    fill: rgb(130,192,159);
}
.find_us4382 .contact_politics {
    margin-top: 40px;
    background-color: rgb(138,235,169);
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.find_us4382 .contact_politics>div {
    margin-bottom: 20px;
}
.find_us4382 .contact_politics>div h4 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(130,192,159);
    margin-bottom: 10px;
    position: relative;
    transition: color 0.3s ease-in-out;
}
.find_us4382 .contact_politics>div:hover h4 {
    color: rgb(122,148,148);
}
@media only screen and (max-width: 800px) {
    .find_us4382 .holder {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .find_us4382 .holder .photo {
        flex: unset;
        width: 100%;
        height: 250px;
    }
    .find_us4382 .holder .info_holder,
    .find_us4382 .holder .contact_description {
        flex: 1 1 100%;
        width: 100%;
    }
}
.follow5173 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.follow5173 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.follow5173 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(122,148,148,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.follow5173 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.follow5173 .button {
    background: rgb(122,148,148);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.follow5173 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .follow5173 .holder {
        flex-direction: column;
    }

    .follow5173 {
        padding: 30px 20px;
    }

    .follow5173 input {
        min-width: unset;
    }

    .follow5173 .button {
        flex-shrink: unset;
    }

    .follow5173 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .follow5173 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrap-container4738 .follow5173 .holder h2 {
        font-size: 20px;
    }
}

.wrap-container4738 .follow5173 {
    background: rgb(138,235,169);
    padding: 60px 40px;
    position: relative;
    color: #000000;
    overflow: hidden;
}

.wrap-container4738 .follow5173 .holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wrap-container4738 .follow5173:hover .holder {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.wrap-container4738 .follow5173 h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(130,192,159);
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.wrap-container4738 .follow5173 h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(130,192,159);
    margin: 10px auto 0;
    transition: width 0.3s ease-in-out;
}

.wrap-container4738 .follow5173:hover h2 {
    color: rgb(122,148,148);
}

.wrap-container4738 .follow5173:hover h2::after {
    width: 100px;
}

.wrap-container4738 .follow5173 .input_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    gap: 10px;
}

.wrap-container4738 .follow5173 input[type="email"] {
    border-radius: 10px;
    background: rgb(138,235,169);
    color: #000000;
    padding: 16px 20px;
    width: 70%;
    border: 1px solid rgb(130,192,159,0.5);
    font-size: 15px;
    margin: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.wrap-container4738 .follow5173 input[type="email"]:focus {
    border-color: rgb(130,192,159);
    box-shadow: 0 0 8px rgb(130,192,159,0.5);
    outline: none;
}

.wrap-container4738 .follow5173 .button {
    border-radius: 10px;
    background: rgb(130,192,159);
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.wrap-container4738 .follow5173 .button:hover {
    background: rgb(122,148,148);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(122,148,148,0.5);
}

@media only screen and (max-width: 800px) {
    .wrap-container4738 .follow5173 {
        padding: 30px 20px;
    }

    .wrap-container4738 .follow5173 .holder {
        padding: 30px;
    }

    .wrap-container4738 .follow5173 .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .wrap-container4738 .follow5173 input[type="email"] {
        width: 100%;
    }

    .wrap-container4738 .follow5173 .button {
        width: 100%;
    }
}.program_results5791 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.program_results5791 .holder {
    display: flex;
    width: 100%;
}

.program_results5791 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.program_results5791 .photo {
    width: 50%;
    flex-shrink: 0;
}

.program_results5791 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.program_results5791 ul {
    list-style: none;
}

.program_results5791 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.program_results5791 svg, .program_results5791 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(130,192,159);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .program_results5791 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .program_results5791 .holder {
        flex-direction: column;
    }

    .program_results5791 .text_holder {
        width: 100%;
    }

    .program_results5791 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrap-container4738 .program_results5791 {
    padding: 60px 20px;
    background: linear-gradient(145deg, rgb(122,148,148) 0%, rgb(130,192,159,0.5) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wrap-container4738 .program_results5791::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    right: -350px;
    top: -350px;
    z-index: 0;
    opacity: 0.6;
}

.wrap-container4738 .program_results5791::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgb(122,148,148,0.5);
    border-radius: 50%;
    left: -150px;
    bottom: -150px;
    z-index: 0;
    opacity: 0.5;
}

.wrap-container4738 .program_results5791 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.wrap-container4738 .program_results5791 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wrap-container4738 .program_results5791 li {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.wrap-container4738 .program_results5791 li:hover {
    color: rgb(122,148,148);
}

.wrap-container4738 .program_results5791 .photo {
    width: 40%;
    height: 0;
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.wrap-container4738 .program_results5791 .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.wrap-container4738 .program_results5791 .text_holder {
    width: 50%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
    .wrap-container4738 .program_results5791 .holder {
        flex-direction: column;
    }

    .wrap-container4738 .program_results5791 .photo {
        width: 80%;
        padding-bottom: 60%;
        margin-bottom: 20px;
    }

    .wrap-container4738 .program_results5791 .text_holder {
        width: 100%;
        padding: 20px;
    }

    .wrap-container4738 .program_results5791 h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}.program_offerings9456 {
    padding: 100px 0;
    background: #ffffff;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.program_offerings9456 h2 {
    color: rgb(130,192,159);
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.program_offerings9456 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.program_offerings9456 .items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.program_offerings9456 .course {
    padding: 20px;
    min-width: 300px;
    margin: 10px 0;
    border: 1px solid rgb(130,192,159,0.5);
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.program_offerings9456 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.program_offerings9456 .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.program_offerings9456 .text_holder {
    padding: 20px;
    background: rgb(130,192,159,0.5);
    border-radius: 10px;
}
.program_offerings9456 h3 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(130,192,159);
}
.program_offerings9456 p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.5;
}
.program_offerings9456 .button {
    background: rgb(130,192,159);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 800px) {
    .program_offerings9456 {
        padding: 50px 0;
    }
    .program_offerings9456 .items {
        flex-direction: column;
        align-items: center;
    }
    .program_offerings9456 .course {
        width: 100%;
        max-width: unset;
        padding: 0;
    }
    .program_offerings9456 h3 {
        font-size: 24px;
    }
    .program_offerings9456 p {
        font-size: 13px;
    }
}

.wrap-container4738 .program_offerings9456 {
    position: relative;
    overflow: hidden;
}
.wrap-container4738 .program_offerings9456 .items {
    width: 100%;
}
.wrap-container4738 .program_offerings9456 .content {
    border-radius: 0;
    box-shadow: none;
}
.wrap-container4738 .program_offerings9456 .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-position: center !important;
    border-radius: 0 !important;
}
.wrap-container4738 .program_offerings9456 .photo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.wrap-container4738 .program_offerings9456 .text_holder {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    width: 80%;
    padding: 30px;
    color: #000000;
    border: 2px solid rgb(130,192,159);
    border-radius: 13px;
    text-align: center;
}
.wrap-container4738 .program_offerings9456 h3 {
    font-size: 31px;
    font-weight: 600;
    margin: 0;
    color: rgb(130,192,159);
}
.wrap-container4738 .program_offerings9456 p {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}
.wrap-container4738 .program_offerings9456 .button {
    margin-top: 30px;
    padding: 10px 25px;
    background: rgb(122,148,148);
    border: 2px solid rgb(130,192,159);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 13px;
    transition: background 0.3s ease, border 0.3s ease;
}
.wrap-container4738 .program_offerings9456 .button:hover {
    background: rgb(130,192,159);
    border: 2px solid rgb(122,148,148);
}

@media only screen and (max-width: 600px) {
    .wrap-container4738 .program_offerings9456 .text_holder {
        width: 100%;
        padding: 20px;
    }
    .wrap-container4738 .program_offerings9456 p {
        padding: 0;
        font-size: 13px;
        line-height: 1.4;
        margin-top: 20px;
    }
    .wrap-container4738 .program_offerings9456 h3 {
        font-size: 19px;
    }
    .wrap-container4738 .program_offerings9456 .button {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 14px;
    }
}.tyHub9381 {
    background-color: rgb(138,235,169);
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #000000;
    position: relative;
    overflow: hidden;
}
.tyHub9381 .container {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 16px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}
.tyHub9381 h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 29px;
    color: rgb(130,192,159);
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgb(130,192,159);
    position: relative;
    z-index: 2;
}
.tyHub9381 p {
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    background: rgb(122,148,148,0.5);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 800px) {
    .tyHub9381 {
        padding: 60px 20px;
    }
    .tyHub9381 .container {
        padding: 40px;
    }
    .tyHub9381 h2 {
        font-size: calc(29px - 5px);
    }
    .tyHub9381 p {
        font-size: calc(12px - 2px);
    }
}
.tyHub9381::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(130,192,159,0.5) 0%, transparent 70%);
    z-index: 1;
    border-radius: 50%;
}
.tyHub9381::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(122,148,148,0.5) 0%, transparent 70%);
    z-index: 1;
    border-radius: 50%;
}
.tyHub9381 .container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgb(130,192,159);
    border-radius: 16px;
    z-index: 0;
}
.tyHub9381 .container::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: rgb(130,192,159);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    z-index: 0;
}
.user_feedback9718 {
    background: rgb(138,235,169);
    padding: 80px 0;
    border-top: 5px solid rgb(130,192,159);
    position: relative;
    overflow: hidden;
}

.user_feedback9718::before,
.user_feedback9718::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 300px;
    background-repeat: repeat-x;
    animation: waveAnimation 20s linear infinite;
    pointer-events: none;
}

.user_feedback9718::before {
    top: -150px;
    background-image: 
        radial-gradient(circle at 100% 150%, rgb(130,192,159,0.5) 24%, transparent 25%),
        radial-gradient(circle at 0 150%, rgb(130,192,159,0.5) 24%, transparent 25%);
    background-size: 50px 100px;
    opacity: 0.1;
}

.user_feedback9718::after {
    bottom: -150px;
    background-image: 
        radial-gradient(circle at 100% 150%, rgb(122,148,148,0.5) 24%, transparent 25%),
        radial-gradient(circle at 0 150%, rgb(122,148,148,0.5) 24%, transparent 25%);
    background-size: 70px 140px;
    opacity: 0.05;
    animation-duration: 25s;
}

@keyframes waveAnimation {
    0% { background-position-x: 0; }
    100% { background-position-x: 1000px; }
}

.user_feedback9718 h3 {
    font-size: clamp(24px, 5vw, 37px);
    color: rgb(130,192,159);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    transition: transform 0.3s ease;
}

.user_feedback9718 h3:hover {
    transform: scale(1.05);
}

.user_feedback9718 h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: rgb(130,192,159);
    transform: translateX(-50%) scaleX(0);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.user_feedback9718 h3:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.user_feedback9718 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.user_feedback9718 .reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
}

.user_feedback9718 .reviews .review {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.user_feedback9718 .reviews .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.user_feedback9718 .reviews .photo {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid rgb(130,192,159);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.user_feedback9718 .reviews .review:hover .photo {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.user_feedback9718 .reviews .text {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user_feedback9718 .reviews .text p {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    transition: color 0.3s ease;
}

.user_feedback9718 .reviews .review:hover .text p {
    color: rgb(130,192,159);
}

.user_feedback9718 .reviews .text span {
    display: block;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.user_feedback9718 .reviews .review:hover .text span {
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .user_feedback9718 .reviews {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .user_feedback9718 {
        padding: 60px 0;
    }

    .user_feedback9718 h3 {
        margin-bottom: 30px;
    }

    .user_feedback9718 .reviews {
        grid-template-columns: 1fr;
    }

    .user_feedback9718 .reviews .photo {
        height: 180px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .user_feedback9718::before,
    .user_feedback9718::after,
    .user_feedback9718 h3,
    .user_feedback9718 h3::after,
    .user_feedback9718 .reviews .review,
    .user_feedback9718 .reviews .photo,
    .user_feedback9718 .reviews .text p,
    .user_feedback9718 .reviews .text span {
        transition: none;
        animation: none;
    }
}.contact1650 {
  background: linear-gradient(135deg, rgb(130,192,159) 0%, rgb(122,148,148) 100%);
  color: #ffffff;
  padding: 3rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  font-family: Ubuntu, sans-serif;
}

.contact1650 h3 {
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact1650 .form {
  background: #ffffff;
  padding: 2rem;
  border-radius: 27px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  color: #000000;
}

.contact1650 .form_text {
  font-size: 13px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact1650 form input,
.contact1650 form textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 10px;
  background-color: rgb(122,148,148,0.5);
  color: #000000;
  font-size: 13px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact1650 form input:focus,
.contact1650 form textarea:focus {
  background-color: rgb(130,192,159,0.5);
  transform: scale(1.02);
}

.contact1650 form .button {
  background-color: rgb(130,192,159);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 1rem;
  border: none;
  border-radius: 27px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact1650 form .button:hover {
  background-color: rgb(122,148,148);
  transform: scale(1.05);
}

.contact1650 .name_holder {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact1650 .agree {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 13px;
}

.contact1650 .agree input[type=checkbox] {
  margin-bottom: 0;
  margin-right:6px;
  cursor: pointer;
  width: auto;
}

.contact1650 .agree label {
  display: flex;
  align-items: center;
  color: #000000;
}

.contact1650 .agree a {
  color: rgb(130,192,159);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.contact1650 .agree a:hover {
  color: rgb(122,148,148);
}

@media only screen and (max-width: 600px) {
  .contact1650 {
    padding: 2rem;
  }

  .contact1650 h3 {
    font-size: 18px;
  }

  .contact1650 .form {
    padding: 1.5rem;
  }

  .contact1650 form input,
  .contact1650 form textarea {
    padding: 0.75rem;
    font-size: 13px;
  }

  .contact1650 form .button {
    padding: 0.75rem;
    font-size: 14px;
  }
}

@media only screen and (max-width: 800px) {
  .contact1650 form .button {
    font-size: 16px;
  }
  .contact1650 .form {
    padding: 2rem 10px;
  }
  .contact1650 .agree label {
    font-size: 10px;
  }
  .contact1650 h3 {
    font-size: 18px;
  }

  .contact1650 .form_text {
    font-size: 13px;
  }
}.title_portal5906 .holder {
    display: flex;
    flex-direction: column;
    position: relative;
}
.title_portal5906 .photo {
    width: 100%;
    height: 400px;
    position: relative;
}
.title_portal5906 .photo:after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.5),transparent,rgba(0, 0, 0, 0.5));
}
.title_portal5906 .text_holder {
    display: flex;
    padding: 20px calc((100% - 1200px)/2);
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.title_portal5906 .text_holder .button {
    padding: 18px 24px;
    color: rgb(130,192,159);
    border: 3px solid rgb(130,192,159);
    font-weight: 700;
    flex-shrink: 0;
    font-size: 24px;
}
.title_portal5906 .text_info {
    width: 100%;
    position: relative;
}
.title_portal5906 .text_info h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color:#000000;
}
.title_portal5906 .text_info span {
    color:#000000;
}
.title_portal5906 .text_holder:after {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 60%;
    height: 130px;
    background: linear-gradient( 90deg, rgb(122,148,148,0.5),transparent 100%);
}
.title_portal5906 .text_info svg {
    width: 90px;
    height: 90px;
    fill: rgb(130,192,159);
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
    .title_portal5906 .text_holder {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .title_portal5906 .text_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .title_portal5906 .text_info h2 {
        margin-top: 10px;
    }
    .title_portal5906 .text_holder .button {
        margin-top: 20px;
    }
}.service_plan9834 {
    position: relative;
    background: rgb(138,235,169);
    padding: 150px 0;
    overflow: hidden;
}

.service_plan9834::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(130,192,159,0.5) 50%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 48%, rgb(122,148,148,0.5) 50%, transparent 52%) 0 0 / 60px 60px;
    animation: backgroundMove 30s linear infinite;
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, -120px -120px;
    }
}

.service_plan9834 .container {
    position: relative;
    z-index: 2;
}

.service_plan9834 .price_info_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_plan9834 .photo {
    width: 100%;
    height: 500px;
    position: relative;
    margin: -50px 0 80px;
    overflow: hidden;
}

.service_plan9834 .photo::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) perspective(1000px) rotateX(10deg);
    background-position: center;
    background-size: cover;
    filter: contrast(1.1);
}

.service_plan9834 .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        transparent 0%,
        rgb(130,192,159,0.5) 100%
    );
    backdrop-filter: blur(5px);
}

.service_plan9834 h2 {
    font-size: 37px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.service_plan9834 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(130,192,159), rgb(122,148,148));
}

.service_plan9834 h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin-bottom: 4rem;
}

.service_plan9834 .price_items {
    display: grid;
    gap: 30px;
    width: 100%;
}

.service_plan9834 .price_item {
    background: #ffffff;
    position: relative;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgb(130,192,159,0.5);
    min-width: 300px;
}

.service_plan9834 .price_item::before,
.service_plan9834 .price_item::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    transition: opacity 0.3s ease;
}

.service_plan9834 .price_item::before {
    background: linear-gradient(135deg, rgb(130,192,159), rgb(122,148,148));
    opacity: 0;
}

.service_plan9834 .price_item::after {
    background: #ffffff;
    border: 1px solid rgb(130,192,159,0.5);
}

.service_plan9834 .price_item h3 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.service_plan9834 .price_item .price_amount {
    font-size: 38px;
    background: linear-gradient(135deg, rgb(130,192,159), rgb(122,148,148));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin: 1rem 0 2rem;
    position: relative;
}

.service_plan9834 .price_item span {
    font-size: 12px;
    color: #000000;
    margin-bottom: 2.5rem;
    flex-grow: 1;
    max-width: 280px;
}

.service_plan9834 .price_item .button {
    background: transparent;
    color: rgb(130,192,159);
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgb(130,192,159);
    transition: all 0.3s ease;
}

.service_plan9834 .price_item:hover {
    transform: translateY(-10px);
}

.service_plan9834 .price_item:hover::before {
    opacity: 0.05;
}

.service_plan9834 .price_item:hover .button {
    background: rgb(130,192,159);
    color: #ffffff;
}

@media (min-width: 768px) {
    .service_plan9834 .price_items:has(.price_item:nth-child(2):last-child) {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
        max-width: 900px;
        margin: 0 auto;
    }

    .service_plan9834 .price_items:has(.price_item:nth-child(3):last-child) {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
    }

    .service_plan9834 .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }
}

@media (min-width: 1200px) {
    .service_plan9834 .price_items:has(.price_item:nth-child(4):last-child) {
        grid-template-columns: repeat(4, minmax(250px, 1fr));
    }

    .service_plan9834 .photo {
        margin-top: -80px;
        height: 600px;
    }
}

@media (max-width: 767px) {
    .service_plan9834 {
        padding: 100px 0;
    }

    .service_plan9834 .photo {
        height: 400px;
        margin: 0 0 60px;
    }

    .service_plan9834 h2 {
        font-size: calc(37px * 0.9);
    }

    .service_plan9834 h3 {
        font-size: calc(21px * 0.9);
        margin-bottom: 3rem;
    }

    .service_plan9834 .price_items {
        grid-template-columns: minmax(280px, 1fr);
    }

    .service_plan9834 .price_item {
        padding: 2.5rem;
    }
}footer {
    background: rgb(138,235,169);
    color: #000000;
    font-family: Ubuntu, sans-serif;
    padding: 60px 0;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgb(130,192,159);
}
footer::before,
footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, rgb(138,235,169) 0%, transparent 100%);
    left: 0;
}
footer::before {
    top: -20px;
}
footer::after {
    bottom: -20px;
    transform: rotate(180deg);
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 5px 5px 10px #aaaaaa, -5px -5px 10px #ffffff;
}
footer .footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
footer .logo_holder {
    flex: 1;
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}
footer .logo_holder::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 100%;
    background: radial-gradient(circle, rgb(130,192,159), rgb(122,148,148));
}
footer .logo_holder svg, footer .logo_holder img {
    width: 76px;
    height: 76px;
    border-radius: 10px;
    border: 2px solid rgb(130,192,159);
    padding: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 5px 5px 10px #aaaaaa, -5px -5px 10px #ffffff;
}
footer .menu {
    flex: 2;
    padding: 20px;
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}
footer .menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 100%;
    background: radial-gradient(circle, rgb(122,148,148), rgb(130,192,159));
}
footer .menu h5 {
    font-size: 18px;
    color: rgb(130,192,159);
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(130,192,159);
    display: inline-block;
    padding-bottom: 5px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
footer .menu a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 5px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    display: inline-block;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(130,192,159);
}
footer .contact_info {
    flex: 3;
    padding: 20px;
    text-align: left;
}
footer .contact_info h5 {
    font-size: 18px;
    color: rgb(130,192,159);
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(130,192,159);
    display: inline-block;
    padding-bottom: 5px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    padding: 5px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
footer .contact_info div svg, footer .contact_info div img {
    width: 20px;
    height: 20px;
    fill: rgb(130,192,159);
    border-radius: 50%;
    border: 1px solid rgb(130,192,159);
    padding: 3px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 3px 3px 6px #aaaaaa, -3px -3px 6px #ffffff;
}
footer .footer_agreement {
    color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-size: 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
    text-align: right;
}
footer .copyright {
    background: rgb(122,148,148);
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    border-top: 2px solid rgb(130,192,159);
    margin-top: 20px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}
footer .copyright_info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .footer {
        padding: 20px;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info > * {
        margin-bottom: 20px;
        border-right: none;
        text-align: center;
    }
    footer .logo_holder::after, footer .menu::after {
        display: none;
    }
    footer .footer_agreement {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder, footer .contact_info div {
        align-items: center;
        justify-content: center;
    }
    footer .menu a, footer .contact_info div {
        border: none;
    }
    footer .menu a:hover, footer .contact_info div:hover {
        color: rgb(130,192,159);
    }
}
@media only screen and (max-width: 400px) {
    footer .logo_holder svg, footer .logo_holder img {
        max-width: 80px;
    }
    footer h5 {
        font-size: 17px;
    }
    footer .menu a, footer .contact_info div {
        font-size: 17px;
    }
}
