* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.PKrR-grid-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(230,221,196);
}
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;
    }
}.ujJp-benefits-outline {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(103,137,131), rgb(24,29,49));
    color: #ffffff;
    font-family: Roboto, sans-serif;
    overflow: hidden;
    position: relative;
}
.ujJp-benefits-outline::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(24,29,49), transparent);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 5s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}
.ujJp-benefits-outline .advantages_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.ujJp-benefits-outline .advantages_content h2 {
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(103,137,131), 0 0 20px rgb(24,29,49);
}
.ujJp-benefits-outline .advantages_photo_holder {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}
.ujJp-benefits-outline .advantages_photo_holder .photo {
    width: 100%;
    max-width: 600px;
    height: 400px;
    box-shadow: 0 0 30px rgb(103,137,131);
    border: 2px solid rgb(24,29,49);
    border-radius: 27px;
    flex-shrink: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.ujJp-benefits-outline .advantages_photo_holder .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgb(24,29,49);
}
.ujJp-benefits-outline .advantages_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    background: linear-gradient(135deg, rgb(24,29,49), rgb(103,137,131,0.5));
    border: 2px solid rgb(103,137,131);
    border-radius: 27px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.ujJp-benefits-outline .advantages_holder .advantage_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.ujJp-benefits-outline .advantages_holder .advantage_item:hover {
    background: rgb(103,137,131,0.5);
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgb(24,29,49);
}
.ujJp-benefits-outline .advantages_holder .advantage_item svg,
.ujJp-benefits-outline .advantages_holder .advantage_item svg path {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    margin-bottom: 10px;
    transition: fill 0.3s ease;
}
.ujJp-benefits-outline .advantages_holder .advantage_item:hover svg path {
    fill: rgb(103,137,131);
}
.ujJp-benefits-outline .advantages_holder .advantage_item h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 0 5px rgb(103,137,131);
}
@media only screen and (max-width: 1024px) {
    .ujJp-benefits-outline .advantages_photo_holder {
        flex-direction: column;
    }
    .ujJp-benefits-outline .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .ujJp-benefits-outline .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: column;
    }
    .ujJp-benefits-outline .advantages_content h2 {
        font-size: 24px;
    }
}
.gZVw-program-results {
    padding-bottom: 80px;
    padding-top: 80px;
}

.gZVw-program-results .holder {
    display: flex;
    width: 100%;
}

.gZVw-program-results h2 {
    text-align: left;
    margin-bottom: 20px;
}

.gZVw-program-results .photo {
    width: 50%;
    flex-shrink: 0;
}

.gZVw-program-results .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.gZVw-program-results ul {
    list-style: none;
}

.gZVw-program-results li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.gZVw-program-results svg, .gZVw-program-results path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(103,137,131);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .gZVw-program-results {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .gZVw-program-results .holder {
        flex-direction: column;
    }

    .gZVw-program-results .text_holder {
        width: 100%;
    }

    .gZVw-program-results .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.PKrR-grid-container .gZVw-program-results {
    background: rgb(103,137,131,0.5);
    position: relative;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PKrR-grid-container .gZVw-program-results::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(103,137,131,0.5), rgb(24,29,49,0.5));
    opacity: 0.1;
}

.PKrR-grid-container .gZVw-program-results .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    width: 80%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
}

.PKrR-grid-container .gZVw-program-results .photo {
    width: 40%;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.PKrR-grid-container .gZVw-program-results .text_holder {
    padding: 40px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 4px solid rgb(103,137,131);
}

.PKrR-grid-container .gZVw-program-results h2 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(103,137,131);
    margin-bottom: 20px;
}

.PKrR-grid-container .gZVw-program-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.PKrR-grid-container .gZVw-program-results li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid rgb(24,29,49,0.5);
    padding-bottom: 10px;
}

.PKrR-grid-container .gZVw-program-results svg, .PKrR-grid-container .gZVw-program-results path {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(24,29,49);
}

@media only screen and (max-width: 800px) {
    .PKrR-grid-container .gZVw-program-results {
        padding: 50px 10px;
    }

    .PKrR-grid-container .gZVw-program-results .holder {
        flex-direction: column;
        width: 100%;
    }

    .PKrR-grid-container .gZVw-program-results .photo {
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
    }

    .PKrR-grid-container .gZVw-program-results .text_holder {
        padding: 20px;
        width: 100%;
        border-left: none;
        border-top: 4px solid rgb(103,137,131);
    }

    .PKrR-grid-container .gZVw-program-results h2 {
        font-size: 22px;
    }

    .PKrR-grid-container .gZVw-program-results li {
        font-size: 13px;
    }
}.NGnu-course-info {
    padding-top: 90px;
    padding-bottom: 90px;
    font-family: Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NGnu-course-info h2 {
    color: rgb(103,137,131);
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.NGnu-course-info .content {
    border-radius: 16px;
    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;
}
.NGnu-course-info .content:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
}
.NGnu-course-info h3 {
    color: rgb(24,29,49);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}
.NGnu-course-info p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 30px;
}
.NGnu-course-info .button {
    background: rgb(103,137,131);
    color: #ffffff;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease;
}
.NGnu-course-info .button:hover {
    background: rgb(24,29,49);
    transform: translateY(-5px);
}
.NGnu-course-info .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.NGnu-course-info .items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.NGnu-course-info .course {
    padding: 20px;
    margin-bottom: 40px;
}
.NGnu-course-info .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
}
.NGnu-course-info .text_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}
.NGnu-course-info .photo {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 800px) {
    .NGnu-course-info .items {
        flex-direction: column;
    }
    .NGnu-course-info h2 {
        font-size: 20px;
    }
    .NGnu-course-info h3 {
        font-size: 18px;
    }
    .NGnu-course-info .course {
        max-width: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .NGnu-course-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .PKrR-grid-container .NGnu-course-info .content {
        padding: 10px;
    }
}
.PKrR-grid-container .NGnu-course-info {
    position: relative;
    overflow: hidden;
    background: rgb(230,221,196);
}
.PKrR-grid-container .NGnu-course-info .items {
    width: 100%;
}
.PKrR-grid-container .NGnu-course-info .content {
    border-radius: 10px;
    box-shadow: none;
}
.PKrR-grid-container .NGnu-course-info .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;
}
.PKrR-grid-container .NGnu-course-info h3 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(24,29,49);
    margin: 0;
}
.PKrR-grid-container .NGnu-course-info p {
    padding: 0 40px 0 0;
    margin-top: 20px;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}
.PKrR-grid-container .NGnu-course-info .button {
    margin-top: 40px;
    display: inline-block;
    padding: 15px 40px;
    background: rgb(103,137,131);
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 10px;
    border: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.PKrR-grid-container .NGnu-course-info .button:hover {
    background: rgb(24,29,49);
    transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
    .PKrR-grid-container .NGnu-course-info .text_holder {
        width: 100%;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .PKrR-grid-container .NGnu-course-info p {
        padding: 0;
        font-size: 15px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .PKrR-grid-container .NGnu-course-info h3 {
        font-size: 18px;
    }
    .PKrR-grid-container .NGnu-course-info .button {
        margin-top: 20px;
    }
}.MYEh-greeting-page {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    background: rgb(230,221,196);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.MYEh-greeting-page .title_page_holder {
    width: 100%;
    min-height: 600px;
    height: auto;

    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.MYEh-greeting-page .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.MYEh-greeting-page .style_element {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    text-align: left;
}
.MYEh-greeting-page .style_element h1 {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    border-bottom: 2px solid rgb(103,137,131);
    padding-bottom: 12px;
}
.MYEh-greeting-page .style_element h3 {
    font-size: 28px;
    font-weight: 600;
    color: rgb(24,29,49);
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid rgb(24,29,49);
}
.MYEh-greeting-page .style_element p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
.MYEh-greeting-page .style_element::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid rgb(103,137,131);
    border-radius: 26px;
    z-index: -1;
}
.MYEh-greeting-page .style_element h1 span {
    display: inline-block;
    background: rgb(103,137,131);
    padding: 5px 15px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.MYEh-greeting-page .style_element h3 span {
    display: inline-block;
    background: rgb(24,29,49);
    padding: 3px 10px;
    border-radius: 10px;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .MYEh-greeting-page .title_page_holder {
        min-height: 500px;
        padding: 20px;
    }
    .MYEh-greeting-page .style_element {
        padding: 40px;
        max-width: 100%;
        border-left-width: 5px;
    }
    .MYEh-greeting-page .style_element::before {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
    .MYEh-greeting-page .style_element h1 {
        font-size: 28px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    .MYEh-greeting-page .style_element h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .MYEh-greeting-page .style_element p {
        font-size: 20px;
    }
}
.PKrR-grid-container .MYEh-greeting-page {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.PKrR-grid-container .MYEh-greeting-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(103,137,131,0.5);
    z-index: 0;
    pointer-events: none;
}
.PKrR-grid-container .MYEh-greeting-page .style_element {
    position: relative;
    z-index: 2;
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
    margin: 40px auto;
    text-align: left;
    border-top: 5px solid rgb(103,137,131);
}
.PKrR-grid-container .MYEh-greeting-page .style_element h1 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(103,137,131);
}
.PKrR-grid-container .MYEh-greeting-page .style_element h3 {
    font-size: 21px;
    font-weight: 600;
    color: rgb(103,137,131);
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid rgb(103,137,131);
}
.PKrR-grid-container .MYEh-greeting-page .style_element p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}
.PKrR-grid-container .MYEh-greeting-page .style_element h1 span {
    display: inline-block;
    background: rgb(103,137,131);
    padding: 2px 10px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.PKrR-grid-container .MYEh-greeting-page .style_element h3 span {
    display: inline-block;
    background: rgb(24,29,49);
    padding: 2px 8px;
    border-radius: 10px;
    color: #ffffff;
}
footer {
    background: rgb(24,29,49);
    color: #ffffff;
    padding: 60px 0;
    font-family: Roboto, sans-serif;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .logo_holder img, footer .logo_holder svg {
    width: 100px;
    height: auto;
    fill: rgb(103,137,131);
}
footer .menu {
    margin-bottom: 20px;
}
footer .menu_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
footer .menu a {
    color: rgb(103,137,131);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: color 0.3s;
}
footer .menu a:hover {
    color: rgb(103,137,131,0.5);
}
footer .copyright {
    background: rgb(103,137,131);
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
}
footer .scroll-top {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
footer .scroll-top svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    cursor: pointer;
    transition: fill 0.3s;
}
footer .scroll-top svg:hover {
    fill: rgb(103,137,131);
}
@media (max-width: 992px) {
    footer .logo_holder {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 576px) {
    footer .logo_holder img, footer .logo_holder svg {
        width: 80px;
    }
}
.iyBG-contact-us {
    padding: 60px 20px;
    background: rgb(230,221,196);
    font-family: Roboto, sans-serif;
    color: #000000;
}
.iyBG-contact-us .container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.iyBG-contact-us h3 {
    color: rgb(103,137,131);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(103,137,131);
    padding-bottom: 10px;
}
.iyBG-contact-us .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.iyBG-contact-us .info, .iyBG-contact-us .form {
    padding: 20px;
    border-radius: 10px;
    background: rgb(230,221,196);
}
.iyBG-contact-us .info {
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.iyBG-contact-us .info h5 {
    color: rgb(103,137,131);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.iyBG-contact-us .info span {
    color: #000000;
    font-size: 17px;
    display: block;
}
.iyBG-contact-us .info svg {
    fill: rgb(103,137,131);
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.iyBG-contact-us .info .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.iyBG-contact-us .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.iyBG-contact-us .logo_holder svg, .iyBG-contact-us .logo_holder img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
}
.iyBG-contact-us .form {
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.iyBG-contact-us form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.iyBG-contact-us .name_holder {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.iyBG-contact-us form input, .iyBG-contact-us form textarea {
    color: #000000;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
    outline: none;
    width: 100%;
    transition: border-color 0.3s;
}
.iyBG-contact-us form input:focus, .iyBG-contact-us form textarea:focus {
    border-color: rgb(103,137,131);
}
.iyBG-contact-us form .button {
    background: rgb(103,137,131);
    color: #ffffff;
    border-radius: 15px;
    padding: 15px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    width: 100%;
}
.iyBG-contact-us .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.iyBG-contact-us .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
}
.iyBG-contact-us .agree label {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}
.iyBG-contact-us .agree a {
    color: rgb(103,137,131);
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 1px solid rgb(103,137,131);
}
@media only screen and (max-width: 768px) {
    .iyBG-contact-us .holder {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .iyBG-contact-us {
        padding: 40px 20px;
    }
    .iyBG-contact-us h3 {
        font-size: 36px;
    }
    .iyBG-contact-us .container {
        padding: 10px;
    }
}
header .main_header {
    background: rgb(230,221,196);
    color: #ffffff;
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 2px solid rgb(103,137,131);
    z-index: 10;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-radius: 27px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .logo_holder {
    display: flex;
    align-items: center;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
header .logo_holder .logotype svg:hover, header .logo_holder .logotype img:hover {
    filter: grayscale(0%);
}
header .menu {
    display: flex;
    gap: 20px;
}
header .menu a {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    background: rgb(103,137,131,0.5);
    transition: background 0.3s ease;
}
header .menu a:hover {
    background: rgb(103,137,131);
}
header .menu a.active {
    color: #ffffff;
    background: rgb(24,29,49);
    border: 2px solid rgb(24,29,49);
}
header .menu a.active:hover {
    background: rgb(103,137,131);
    border-color: rgb(103,137,131);
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    header .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        border-radius: 27px;
        padding: 10px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    header .menu a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
    }
    header .menu.opened {
        display: flex;
    }
    header .logo_holder {
        width: 100%;
        justify-content: center;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
        margin: 0;
    }
}
.PKrR-grid-container header .main_header {
    border-bottom: 2px solid rgb(103,137,131);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.PKrR-grid-container header .header_content {
    border-radius: 27px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.PKrR-grid-container header .logo_holder .logotype svg, .PKrR-grid-container header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}
.PKrR-grid-container header .menu a {
    font-weight: 700;
    font-size: 18px;
}
@media only screen and (max-width: 800px) {
    .PKrR-grid-container header .logo_holder .logotype svg, .PKrR-grid-container header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }
    .PKrR-grid-container header .menu {
        padding-top: 30px;
        border-radius: 27px;
        align-items: center;
        box-shadow: none;
    }
    .PKrR-grid-container header .header_content {
        padding: 10px;
    }
}.DpCv-instructor-profile {
    position: relative;
    padding: clamp(2rem, 7vh, 4rem) 0;
    background-color: rgb(230,221,196);
    display: flex;
    align-items: center;
}

.DpCv-instructor-profile .holder {
    width: min(1140px, 95%);
    margin: 0 auto;
    padding: 0 0.75rem;
}

.DpCv-instructor-profile .review {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 29px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out;
}

.DpCv-instructor-profile .review:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.DpCv-instructor-profile .photo {
    flex: 0 0 33.333333%;
    min-width: 280px;
    max-height: 600px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.DpCv-instructor-profile .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.2)
    );
    transition: background 0.2s ease-in-out;
}

.DpCv-instructor-profile .photo:hover::after {
    background: linear-gradient(
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.15)
    );
}

.DpCv-instructor-profile .worker_description {
    flex: 1;
    padding: 2rem;
    min-width: 280px;
    background: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.DpCv-instructor-profile .name {
    font-size: clamp(1.75rem, 2.5vw, 35px);
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.DpCv-instructor-profile .job {
    font-size: clamp(1rem, 1.5vw, 21px);
    color: rgb(24,29,49);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.DpCv-instructor-profile .worker_info {
    padding: 1.5rem;
    background-color: rgb(230,221,196);
    transition: transform 0.2s ease-in-out;
}
.DpCv-instructor-profile .quote {
    font-size: clamp(1rem, 1.2vw, 12px);
    color: rgb(103,137,131);
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.6;
    padding: 1rem 1.25rem;
    border-left: 0.25rem solid rgb(103,137,131);
    background-color: rgba(rgb(103,137,131), 0.05);
}

.DpCv-instructor-profile .story {
    font-size: clamp(1rem, 1.2vw, 12px);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .DpCv-instructor-profile .photo {
        flex: 0 0 100%;
        height: min(45vh, 400px);
    }

    .DpCv-instructor-profile .worker_description {
        flex: 0 0 100%;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }
}

@media (max-width: 767.98px) {
    .DpCv-instructor-profile {
        padding: clamp(2rem, 5vh, 3rem) 0;
    }

    .DpCv-instructor-profile .worker_description {
        padding: 1.5rem;
    }

    .DpCv-instructor-profile .worker_info {
        padding: 1.25rem;
    }

    .DpCv-instructor-profile .quote {
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .DpCv-instructor-profile .photo {
        height: min(40vh, 300px);
    }

    .DpCv-instructor-profile .worker_description {
        padding: 1.25rem;
    }

    .DpCv-instructor-profile .worker_info {
        padding: 1rem;
    }

    .DpCv-instructor-profile .quote {
        padding: 0.75rem;
        font-size: 1rem;
    }
}.wdaP-prospective-members {
    position: relative;
    width: 100%;
    background: rgb(230,221,196);
}

.wdaP-prospective-members .who_needs_background {
    position: relative;
    padding: 140px 0;
    min-height: 800px;
    overflow: hidden;
}

.wdaP-prospective-members .who_needs_background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, rgb(24,29,49) 20%, transparent 60%),
        repeating-linear-gradient(45deg,
            rgb(24,29,49,0.5) 0%,
            rgb(24,29,49,0.5) 1px,
            transparent 1px,
            transparent 10px);
    z-index: 1;
}

.wdaP-prospective-members .who_needs_background::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 60%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,
        rgb(103,137,131,0.5) 0%,
        transparent 70%);
    filter: blur(80px);
    transform: translate(-50%, -50%);
    animation: pulse 8s infinite;
    z-index: 0;
}

.wdaP-prospective-members .who_needs_text {
    position: relative;
    z-index: 2;
}

.wdaP-prospective-members .who_needs_text h3 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-left: 20px;
    max-width: 700px;
    position: relative;
    border-left: 4px solid rgb(103,137,131);
    text-shadow: 
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

.wdaP-prospective-members .who_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin-left: auto;
    perspective: 1000px;
}

.wdaP-prospective-members .who_needs_item {
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
    padding: 30px;
    background: linear-gradient(145deg,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border: 1px solid #000000;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transform: translateZ(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.wdaP-prospective-members .who_needs_item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg,
        transparent,
        #ffffff,
        transparent);
    opacity: 0.1;
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.wdaP-prospective-members .who_needs_item:hover::before {
    transform: translateX(100%);
}

.wdaP-prospective-members .who_needs_item svg {
    width: 32px;
    height: 32px;
    fill: rgb(103,137,131);
    flex-shrink: 0;
    margin-right: 10px;
    filter: drop-shadow(0 0 8px rgb(103,137,131,0.5));
}

.wdaP-prospective-members .who_needs_item span {
    display: block;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    text-shadow: 
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

.wdaP-prospective-members .who_needs_item::after {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(45deg,
        transparent 50%,
        #ffffff 50%);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.wdaP-prospective-members .who_needs_item:hover {
    transform: translateZ(20px);
}

.wdaP-prospective-members .who_needs_item:hover::after {
    opacity: 0.1;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width: 1200px) {
    .wdaP-prospective-members .who_items {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .wdaP-prospective-members .who_needs_background {
        padding: 100px 0;
        min-height: auto;
    }

    .wdaP-prospective-members .who_needs_background::before {
        background: linear-gradient(180deg,
            rgb(24,29,49) 0%,
            transparent 100%);
    }

    .wdaP-prospective-members .who_needs_text h3 {
        text-align: center;
        margin: 0 auto 50px;
        padding: 0 0 20px;
        border-left: none;
        border-bottom: 4px solid rgb(103,137,131);
    }
}

@media (max-width: 767px) {
    .wdaP-prospective-members .who_needs_background {
        padding: 80px 0;
    }

    .wdaP-prospective-members .who_items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wdaP-prospective-members .who_needs_text h3 {
        font-size: calc(37px * 0.85);
        margin-bottom: 40px;
    }

    .wdaP-prospective-members .who_needs_item {
        padding: 25px;
    }
}

@media (hover: none) {
    .wdaP-prospective-members .who_needs_item:hover {
        transform: none;
    }
    
    .wdaP-prospective-members .who_needs_item::before,
    .wdaP-prospective-members .who_needs_item::after {
        display: none;
    }
}.RziG-appSpace {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(103,137,131,0.5);
    padding: 60px 20px;
    position: relative;
    height: 100vh;
}
.RziG-appSpace .container {
    max-width: 1000px;
    width: 100%;
    background-color: rgb(230,221,196);
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(103,137,131);
}
.RziG-appSpace .container::before,
.RziG-appSpace .container::after {
    content: '';
    position: absolute;
    border-radius: 16px;
    border: 2px solid rgb(103,137,131,0.5);
    box-shadow: 0 0 15px rgb(103,137,131,0.5);
}
.RziG-appSpace .container::before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}
.RziG-appSpace .container::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgb(24,29,49,0.5);
    box-shadow: 0 0 10px rgb(24,29,49,0.5);
}
.RziG-appSpace .container h2 {
    font-size: 38px;
    color: rgb(103,137,131);
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(24,29,49);
    letter-spacing: 1.5px;
    background: rgb(103,137,131,0.5);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(103,137,131,0.5);
}
.RziG-appSpace .container p {
    font-size: 15px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    background: rgb(103,137,131,0.5);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(24,29,49,0.5);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .RziG-appSpace {
        padding: 30px 10px;
    }
    .RziG-appSpace .container {
        padding: 30px;
    }
    .RziG-appSpace h2 {
        font-size: 41px;
    }
}
.Ezhx-pricing-block {
    background: rgb(230,221,196);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.Ezhx-pricing-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(103,137,131,0.5) 0%, transparent 100%);
    pointer-events: none;
}

.Ezhx-pricing-block .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.pricing_holder {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.price_info {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.price_info h2 {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.price_info h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(103,137,131);
    border-radius: 10px;
}

.price_info .section_description {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}

.price_types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 -30px;
}

.price_type {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
}

.price_type:nth-child(even) {
    transform: translateY(40px);
}

.price_type:hover {
    transform: scale(1.03) translateY(-5px);
    z-index: 2;
}

.price_type:nth-child(even):hover {
    transform: scale(1.03) translateY(35px);
}

.price_type_holder {
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.4s ease;
}

.price_type_holder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(103,137,131,0.5) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.price_type:hover .price_type_holder::after {
    opacity: 0.15;
}

.Ezhx-pricing-block .photo {
    height: 300px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.price_type_text {
    padding: 35px 40px;
    position: relative;
}

.price_type_text h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.price_type_text h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(24,29,49);
    transition: width 0.3s ease;
}

.price_type:hover .price_type_text h3::before {
    width: 80px;
}

.price_type_text .price_amount {
    display: inline-block;
    color: rgb(103,137,131);
    font-size: 33px;
    font-weight: 700;
    margin: 20px 0;
    padding: 5px 15px;
    position: relative;
    background: linear-gradient(90deg, rgb(103,137,131,0.5) 0%, transparent 100%);
    border-radius: 10px;
}

.price_type_text p {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .price_types {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        gap: 30px;
    }

    .price_type:nth-child(even) {
        transform: translateY(0);
    }

    .price_type:nth-child(even):hover {
        transform: scale(1.03) translateY(-5px);
    }

    .price_type_text {
        padding: 30px 35px;
    }

    .Ezhx-pricing-block .photo {
        height: 280px;
    }
}

@media screen and (max-width: 768px) {
    .Ezhx-pricing-block {
        padding: 60px 0;
    }

    .pricing_holder {
        gap: 50px;
    }

    .price_info {
        padding: 0 20px;
    }

    .price_types {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 40px;
    }

    .Ezhx-pricing-block .photo {
        height: 250px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 96%);
    }

    .price_type_text {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 480px) {
    .Ezhx-pricing-block {
        padding: 40px 0;
    }

    .pricing_holder {
        gap: 40px;
    }

    .price_types {
        gap: 30px;
    }

    .price_type_text {
        padding: 20px 25px;
    }

    .Ezhx-pricing-block .photo {
        height: 220px;
    }

    .price_type_text .price_amount {
        font-size: calc(33px * 0.9);
    }
}.VMEH-privacy-widget {
    padding: 40px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.VMEH-privacy-widget:before, .VMEH-privacy-widget:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(103,137,131,0.5), rgb(24,29,49,0.5));
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: center;
    pointer-events: none;
}

.VMEH-privacy-widget h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 46px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(103,137,131);
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

.VMEH-privacy-widget h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 32px;
    color: rgb(24,29,49);
    font-weight: 600;
    border-bottom: 1px solid rgb(24,29,49,0.5);
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
    letter-spacing: 1.5px;
}

.VMEH-privacy-widget ul, .VMEH-privacy-widget ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.VMEH-privacy-widget li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
}

.VMEH-privacy-widget li:before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(103,137,131);
    font-size: 16px;
    font-weight: 700;
}

.VMEH-privacy-widget div {
    margin-bottom: 20px;
    line-height: 1.8;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.VMEH-privacy-widget .container {
    position: relative;
    z-index: 1;
}

.VMEH-privacy-widget h3, .VMEH-privacy-widget h4, .VMEH-privacy-widget h5, .VMEH-privacy-widget h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px;
    color: rgb(103,137,131);
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.VMEH-privacy-widget p, .VMEH-privacy-widget span {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.VMEH-privacy-widget a {
    color: rgb(24,29,49);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(24,29,49);
    position: relative;
    z-index: 1;
}

.VMEH-privacy-widget a:hover {
    color: rgb(103,137,131);
    border-bottom: 1px solid rgb(103,137,131);
}

.VMEH-privacy-widget button {
    background: rgb(103,137,131);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.VMEH-privacy-widget button:hover {
    background: rgb(24,29,49);
}

@media only screen and (max-width: 800px) {
    .VMEH-privacy-widget {
        padding: 20px;
        width: 95%;
    }

    .VMEH-privacy-widget h1 {
        font-size: calc(21px - 5px);
    }

    .VMEH-privacy-widget h2 {
        font-size: calc(21px - 3px);
    }

    .VMEH-privacy-widget ul, .VMEH-privacy-widget ol {
        padding-left: 10px;
    }

    .VMEH-privacy-widget li {
        padding-left: 20px;
    }

    .VMEH-privacy-widget button {
        padding: 10px 20px;
    }
}.PKrR-grid-container .YzKQ-about-this {
    background: rgb(230,221,196);
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.PKrR-grid-container .YzKQ-about-this::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(103,137,131,0.5);
    z-index: -1;
}

.PKrR-grid-container .YzKQ-about-this .holder {
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.PKrR-grid-container .YzKQ-about-this .caption_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 500px;
    background: rgb(24,29,49,0.5);
    border-radius: 27px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    overflow: hidden;
}

.PKrR-grid-container .YzKQ-about-this .photo {
    flex: 1 1 40%;
    max-width: 40%;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    border-radius: 27px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

.PKrR-grid-container .YzKQ-about-this .style_element {
    flex: 1 1 55%;
    background: rgb(103,137,131);
    padding: 40px;
    border-radius: 27px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 368px;
}

.PKrR-grid-container .YzKQ-about-this h2 {
    color: #ffffff;
    margin-top: 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.PKrR-grid-container .YzKQ-about-this p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .PKrR-grid-container .YzKQ-about-this .photo {
        max-width: 50%;
        padding-bottom: 75%;
    }

    .PKrR-grid-container .YzKQ-about-this .style_element {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .PKrR-grid-container .YzKQ-about-this .holder {
        padding: 0;
    }
    .PKrR-grid-container .YzKQ-about-this .caption_holder {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .PKrR-grid-container .YzKQ-about-this .photo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .PKrR-grid-container .YzKQ-about-this h2 {
        font-size: 18px;
    }

    .PKrR-grid-container .YzKQ-about-this p {
        font-size: 14px;
    }
}.ZSiM-instructional-approach {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(230,221,196);
}

.ZSiM-instructional-approach .work_holder {
    position: relative;
    min-height: 580px;
    padding: 5rem 2rem;
}

.ZSiM-instructional-approach .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        #000000 0%,
        transparent 100%
    );
    z-index: 1;
}

.ZSiM-instructional-approach .work_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(45deg, rgb(103,137,131,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(103,137,131,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(103,137,131,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(103,137,131,0.5) 75%);
    background-size: 40px 40px;
    opacity: 0.05;
    z-index: 2;
}

.ZSiM-instructional-approach .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
}

.ZSiM-instructional-approach .text_holder {
    position: relative;
    max-width: 680px;
    margin-left: auto;
    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.94) 100%
    );
    padding: 4rem 3rem;
    border-radius: 0 15px 15px 0;
    border-left: 6px solid;
    border-image: linear-gradient(to bottom, rgb(103,137,131), rgb(24,29,49)) 1;
    box-shadow: 
        -15px 15px 30px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.1);
}

.ZSiM-instructional-approach .text_holder::before {
    content: '';
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-right: 2px solid rgb(24,29,49,0.5);
    border-top: 2px solid rgb(24,29,49,0.5);
    opacity: 0.5;
}

.ZSiM-instructional-approach .text_holder::after {
    content: '';
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    width: 60px;
    height: 60px;
    border-left: 2px solid rgb(24,29,49,0.5);
    border-bottom: 2px solid rgb(24,29,49,0.5);
    opacity: 0.5;
}

.ZSiM-instructional-approach .text_holder h4 {
    color: rgb(103,137,131);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.ZSiM-instructional-approach .text_holder h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        rgb(24,29,49),
        rgb(24,29,49) 6px,
        transparent 6px,
        transparent 12px
    );
}

.ZSiM-instructional-approach .text_holder p {
    color: #000000;
    font-size: 13px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .ZSiM-instructional-approach .work_holder {
        min-height: 500px;
        padding: 4rem 1.5rem;
    }

    .ZSiM-instructional-approach .text_holder {
        max-width: 600px;
        padding: 3rem 2.5rem;
    }
}

@media (max-width: 767px) {
    .ZSiM-instructional-approach .work_holder {
        min-height: 440px;
        padding: 3rem 1rem;
    }

    .ZSiM-instructional-approach .text_holder {
        max-width: 100%;
        padding: 2rem;
        margin: 0;
        border-radius: 15px;
    }

    .ZSiM-instructional-approach .text_holder::before,
    .ZSiM-instructional-approach .text_holder::after {
        display: none;
    }

    .ZSiM-instructional-approach .text_holder h4 {
        font-size: calc(30px * 0.85);
    }

    .ZSiM-instructional-approach .text_holder p {
        font-size: calc(13px * 0.95);
    }
}