* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.jRrG_wrapper-skeleton {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(189,184,195);
}
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;
    }
}.mOvM_learning_impact {
    position: relative;
    background: rgb(189,184,195);
    padding: 150px 0;
    overflow: hidden;
}

.mOvM_learning_impact::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -25%;
    width: 80%;
    height: 200%;
    background: rgb(111,126,144,0.5);
    transform: rotate(-30deg);
    filter: blur(100px);
}

.mOvM_learning_impact .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.mOvM_learning_impact .holder {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 0;
}

.mOvM_learning_impact .photo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 140%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

.mOvM_learning_impact .text_holder {
    position: relative;
    padding: 80px;
    background: #ffffff;
    border-radius: 13px 0 0 13px;
    z-index: 2;
}

.mOvM_learning_impact .text_holder::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgb(111,126,144);
    border-radius: 10px;
}

.mOvM_learning_impact .text_holder h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.2;
    position: relative;
}

.mOvM_learning_impact .text_holder h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(94,87,103);
}

.mOvM_learning_impact .text_holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.mOvM_learning_impact .text_holder ul li {
    position: relative;
    padding-left: 35px;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}

.mOvM_learning_impact .text_holder ul li svg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    fill: rgb(94,87,103);
    transition: transform 0.3s ease;
}

.mOvM_learning_impact .text_holder ul li:hover svg {
    transform: scale(1.2);
}

@media (max-width: 1200px) {
    .mOvM_learning_impact .holder {
        grid-template-columns: 1fr;
    }

    .mOvM_learning_impact .photo {
        position: relative;
        width: 100%;
        height: 400px;
        transform: none;
        clip-path: none;
        border-radius: 13px;
        margin-top: 40px;
    }

    .mOvM_learning_impact .text_holder {
        border-radius: 13px;
        padding: 60px;
    }

    .mOvM_learning_impact .text_holder ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .mOvM_learning_impact {
        padding: 80px 0;
    }

    .mOvM_learning_impact::before {
        width: 100%;
        right: -50%;
    }

    .mOvM_learning_impact .text_holder {
        padding: 40px 30px;
    }

    .mOvM_learning_impact .text_holder h2 {
        font-size: calc(42px * 0.8);
        margin-bottom: 35px;
    }

    .mOvM_learning_impact .photo {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .mOvM_learning_impact {
        padding: 60px 0;
    }

    .mOvM_learning_impact .text_holder {
        padding: 30px 20px;
    }

    .mOvM_learning_impact .text_holder h2 {
        font-size: calc(42px * 0.7);
        margin-bottom: 30px;
    }

    .mOvM_learning_impact .text_holder h2::after {
        width: 60px;
        bottom: -15px;
    }

    .mOvM_learning_impact .text_holder ul li {
        padding-left: 30px;
        font-size: calc(17px * 0.95);
    }

    .mOvM_learning_impact .photo {
        height: 250px;
        margin-top: 30px;
    }
}.DNPo_follow {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.DNPo_follow .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.DNPo_follow input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(94,87,103,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.DNPo_follow h2 {
    margin-bottom: 20px;
    text-align: center;
}

.DNPo_follow .button {
    background: rgb(94,87,103);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.DNPo_follow .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .DNPo_follow .holder {
        flex-direction: column;
    }

    .DNPo_follow {
        padding: 30px 20px;
    }

    .DNPo_follow input {
        min-width: unset;
    }

    .DNPo_follow .button {
        flex-shrink: unset;
    }

    .DNPo_follow .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .DNPo_follow input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .jRrG_wrapper-skeleton .DNPo_follow .holder h2 {
        font-size: 20px;
    }
}

.jRrG_wrapper-skeleton .DNPo_follow {
    padding: 100px 20px;
    background: linear-gradient(120deg, rgb(111,126,144) 0%, rgb(94,87,103) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.jRrG_wrapper-skeleton .DNPo_follow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(111,126,144,0.5) 0%, transparent 70%);
    opacity: 0.7;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite;
}

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

.jRrG_wrapper-skeleton .DNPo_follow .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.jRrG_wrapper-skeleton .DNPo_follow h2 {
    font-size: 47px;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 1.5s ease-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.jRrG_wrapper-skeleton .DNPo_follow .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.jRrG_wrapper-skeleton .DNPo_follow input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 18px;
    width: 70%;
    max-width: 500px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1.5s ease-out;
}

.jRrG_wrapper-skeleton .DNPo_follow input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(111,126,144,0.5);
}

.jRrG_wrapper-skeleton .DNPo_follow .button {
    padding: 20px 50px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.5s ease-out 0.3s;
}

.jRrG_wrapper-skeleton .DNPo_follow .button:hover {
    background: rgb(111,126,144);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(111,126,144,0.5);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .jRrG_wrapper-skeleton .DNPo_follow {
        padding: 80px 20px;
    }

    .jRrG_wrapper-skeleton .DNPo_follow h2 {
        font-size: 38px;
    }

    .jRrG_wrapper-skeleton .DNPo_follow .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .jRrG_wrapper-skeleton .DNPo_follow input[type="email"] {
        width: 100%;
    }

    .jRrG_wrapper-skeleton .DNPo_follow .button {
        width: 100%;
    }
}.UKcG_check_it_out_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.UKcG_check_it_out_now h2 {
    color: rgb(94,87,103);
}

.UKcG_check_it_out_now .button {
    background: rgb(94,87,103);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.UKcG_check_it_out_now .button:hover {
    background: rgb(111,126,144);
}

.UKcG_check_it_out_now .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.UKcG_check_it_out_now h2 {
    font-size: 29px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.UKcG_check_it_out_now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .UKcG_check_it_out_now .holder {
        flex-direction: column;
    }

    .jRrG_wrapper-skeleton section.UKcG_check_it_out_now h2 {
        font-size: 26px;
    }

    .UKcG_check_it_out_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .UKcG_check_it_out_now .button {
        font-size: 24px;
    }

    .UKcG_check_it_out_now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(111,126,144), rgb(94,87,103));
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgb(111,126,144,0.5);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 10s infinite;
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(94,87,103,0.5);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.95);
    }
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now .holder {
    position: relative;
    z-index: 10;
    width: 80%;
    max-width: 1000px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    transition: transform 0.3s ease-in-out;
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now .holder:hover {
    transform: translateY(-10px);
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 4px solid rgb(111,126,144);
    margin-right: 0;
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now .button {
    display: inline-block;
    padding: 16px 64px;
    border-radius: 21px;
    background: rgb(111,126,144);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgb(111,126,144,0.5);
    text-decoration: none;
    margin-top: 30px;
}

.jRrG_wrapper-skeleton .UKcG_check_it_out_now .button:hover {
    background: rgb(94,87,103);
    border-color: rgb(94,87,103);
    box-shadow: 0 15px 30px rgb(94,87,103,0.5);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .jRrG_wrapper-skeleton .UKcG_check_it_out_now h2 {
        font-size: 19px;
    }

    .jRrG_wrapper-skeleton .UKcG_check_it_out_now .button {
        font-size: 15px;
        padding: 14px 50px;
    }

    .jRrG_wrapper-skeleton .UKcG_check_it_out_now .holder {
        width: 90%;
        padding: 40px;
    }
}.OaLq_academic_expertise {
    background: linear-gradient(135deg, rgb(189,184,195) 0%, rgb(94,87,103,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.OaLq_academic_expertise::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgb(111,126,144,0.5) 0%, transparent 50%);
    pointer-events: none;
}

.OaLq_academic_expertise .holder {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.OaLq_academic_expertise .review {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
    position: relative;
}

.OaLq_academic_expertise .photo {
    grid-row: 1 / 3;
    height: 400px;
    border-radius: 21px;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.OaLq_academic_expertise .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}

.OaLq_academic_expertise .worker_description {
    padding: 20px 0;
}

.OaLq_academic_expertise .name {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.OaLq_academic_expertise .job {
    font-size: 23px;
    color: rgb(111,126,144);
    font-weight: 600;
}

.OaLq_academic_expertise .worker_info {
    background: rgb(189,184,195);
    padding: 30px;
    border-radius: 21px;
}

.OaLq_academic_expertise .quote {
    font-size: 23px;
    color: rgb(111,126,144);
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid rgb(111,126,144);
}

.OaLq_academic_expertise .story {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}

/* Планшетная версия */
@media (max-width: 992px) {
    .OaLq_academic_expertise {
        padding: 60px 0;
    }

    .OaLq_academic_expertise .holder {
        padding: 30px;
    }

    .OaLq_academic_expertise .review {
        grid-template-columns: 250px 1fr;
        gap: 20px;
    }

    .OaLq_academic_expertise .photo {
        height: 350px;
    }
}

/* Мобильная версия */
@media (max-width: 768px) {
    .OaLq_academic_expertise {
        padding: 40px 0;
    }

    .OaLq_academic_expertise .holder {
        padding: 20px;
    }

    .OaLq_academic_expertise .review {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .OaLq_academic_expertise .photo {
        grid-row: 1;
        height: 300px;
        transform: none;
    }

    .OaLq_academic_expertise .worker_description {
        text-align: center;
        padding: 15px 0;
    }

    .OaLq_academic_expertise .worker_info {
        padding: 20px;
    }

    .OaLq_academic_expertise .quote {
        font-size: 18px;
    }

    .OaLq_academic_expertise .name {
        font-size: 23px;
    }

    .OaLq_academic_expertise .job {
        font-size: 13px;
    }
}.DTXW_operation_process {
    position: relative;
    background: rgb(189,184,195);
    padding: 150px 0;
    overflow: hidden;
}

.DTXW_operation_process::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(111,126,144,0.5) 0%,
        rgb(94,87,103,0.5) 1%,
        transparent 1%,
        transparent 2%
    );
    animation: backgroundMove 30s linear infinite;
    opacity: 0.03;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.DTXW_operation_process .work_holder {
    position: relative;
    z-index: 2;
}

.DTXW_operation_process .container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0;
    position: relative;
}

.DTXW_operation_process .holder {
    background: #ffffff;
    padding: 60px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    margin-right: -100px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(rgb(111,126,144), 0.05);
    backdrop-filter: blur(10px);
}

.DTXW_operation_process .holder h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.DTXW_operation_process .holder h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, rgb(111,126,144), rgb(94,87,103));
    border-radius: 10px;
}

.DTXW_operation_process .holder span {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    display: block;
    position: relative;
}

.DTXW_operation_process .photo {
    height: 700px;
    position: relative;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
}

.DTXW_operation_process .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.DTXW_operation_process .photo:hover::before {
    opacity: 0.2;
}

@media (max-width: 1400px) {
    .DTXW_operation_process .container {
        grid-template-columns: 1.1fr 0.9fr;
    }
    
    .DTXW_operation_process .holder {
        margin-right: -50px;
        padding: 50px;
    }
    
    .DTXW_operation_process .photo {
        height: 600px;
        clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media (max-width: 1200px) {
    .DTXW_operation_process {
        padding: 100px 0;
    }

    .DTXW_operation_process .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .DTXW_operation_process .holder {
        margin-right: 0;
        margin-bottom: -100px;
        z-index: 3;
    }

    .DTXW_operation_process .photo {
        height: 500px;
        border-radius: 15px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media (max-width: 991px) {
    .DTXW_operation_process {
        padding: 80px 0;
    }

    .DTXW_operation_process .holder {
        padding: 40px;
        margin-bottom: -60px;
    }

    .DTXW_operation_process .photo {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .DTXW_operation_process {
        padding: 60px 0;
    }

    .DTXW_operation_process .holder {
        padding: 30px;
        margin-bottom: -40px;
    }

    .DTXW_operation_process .holder h3 {
        font-size: calc(28px * 0.9);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .DTXW_operation_process .photo {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .DTXW_operation_process {
        padding: 40px 0;
    }

    .DTXW_operation_process .holder {
        padding: 25px;
        margin-bottom: -30px;
    }

    .DTXW_operation_process .holder h3 {
        font-size: calc(28px * 0.8);
        margin-bottom: 20px;
    }

    .DTXW_operation_process .holder span {
        font-size: calc(14px * 0.95);
    }

    .DTXW_operation_process .photo {
        height: 350px;
    }
}@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.main_header {
    background: linear-gradient(135deg, #ffffff 0%, rgb(189,184,195) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-bottom: 3px solid rgb(111,126,144);
    position: relative;
    min-height: 80px;
    z-index: 999;
    max-height: 120px;
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(111,126,144), rgb(94,87,103), rgb(111,126,144));
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: radial-gradient(circle at top right, #ffffff 0%, rgb(189,184,195) 100%);
    border-radius: 30px;
    padding: 15px;
    border: 1px solid rgb(94,87,103,0.5);
    min-height: 60px;
    flex-wrap: wrap;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(111,126,144);
    font-weight: 700;
    font-size: 19px;
    transition: all 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    fill: rgb(111,126,144);
    transition: fill 0.3s ease;
}
.main_header .header_logo:hover svg,
.main_header .header_logo:hover img {
    fill: rgb(94,87,103);
    animation: pulse 1s infinite;
}
.main_header .header_description {
    font-size: 14px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(111,126,144), rgb(94,87,103));
}
.main_header .header_menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(94,87,103,0.5), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before,
.main_header .header_menu a:focus::before {
    left: 100%;
}
.main_header .header_menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(111,126,144);
    transition: width 0.3s ease;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    color: rgb(111,126,144);
    background-color: rgb(189,184,195);
}
.main_header .header_menu a:hover::after,
.main_header .header_menu a:focus::after {
    width: 100%;
}
@media (max-width: 768px) {
    .main_header {
        min-height: auto;
        max-height: none;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
        max-width: 100%;
    }
    .main_header .header_description::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .main_header .header_menu a {
        padding: 10px;
        border-bottom: 1px solid rgb(94,87,103,0.5);
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        animation: none !important;
        transition: none !important;
    }
}.SRTc_course_beneficiaries {
    padding-bottom: 80px;
    padding-top: 80px;
}

.SRTc_course_beneficiaries .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.SRTc_course_beneficiaries ul {
    list-style: none;
}

.SRTc_course_beneficiaries ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.SRTc_course_beneficiaries ul svg, .SRTc_course_beneficiaries ul svg path {
    fill: rgb(111,126,144);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.SRTc_course_beneficiaries h2 {
    text-align: center;
    margin-bottom: 20px;
}

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

.jRrG_wrapper-skeleton .SRTc_course_beneficiaries {
    padding: 60px 0;
    background: linear-gradient(45deg, rgb(94,87,103) 0%, rgb(189,184,195) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.jRrG_wrapper-skeleton .SRTc_course_beneficiaries .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding: 40px 60px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid rgb(111,126,144);
    margin: auto;
}

.jRrG_wrapper-skeleton .SRTc_course_beneficiaries h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 31px;
    font-weight: 600;
    color: rgb(111,126,144);
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.jRrG_wrapper-skeleton .SRTc_course_beneficiaries ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
}

.jRrG_wrapper-skeleton .SRTc_course_beneficiaries ul li {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid rgb(94,87,103,0.5);
    display: flex;
    align-items: center;
    position: relative;
}

.jRrG_wrapper-skeleton .SRTc_course_beneficiaries ul svg, .jRrG_wrapper-skeleton .SRTc_course_beneficiaries ul svg path {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    fill: rgb(94,87,103);
    position: static;
}

@media only screen and (max-width: 800px) {
    .jRrG_wrapper-skeleton .SRTc_course_beneficiaries {
        padding: 40px 0;
    }

    .jRrG_wrapper-skeleton .SRTc_course_beneficiaries .holder {
        padding: 30px 20px;
        width: 90%;
    }

    .jRrG_wrapper-skeleton .SRTc_course_beneficiaries h2 {
        font-size: calc(31px - 4px);
        margin-bottom: 20px;
    }

    .jRrG_wrapper-skeleton .SRTc_course_beneficiaries ul li {
        font-size: calc(15px - 2px);
        padding: 10px 0;
    }

    .jRrG_wrapper-skeleton .SRTc_course_beneficiaries ul svg, .jRrG_wrapper-skeleton .SRTc_course_beneficiaries ul svg path {
        margin-right: 8px;
        width: 18px;
        height: 18px;
    }
}

.jRrG_wrapper-skeleton .SRTc_course_beneficiaries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(111,126,144,0.5);
    z-index: -1;
    border-radius: 15px;
}footer {
    background: rgb(94,87,103);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 60px 0;
}
footer .footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .logo_holder svg, footer .logo_holder img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
    fill: rgb(111,126,144);
}
footer .logo_holder svg:hover, footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer h5 {
    color: rgb(111,126,144);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
}
footer .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .menu a {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}
footer .menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(111,126,144);
    left: 0;
    bottom: -4px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
footer .menu a:hover {
    color: rgb(111,126,144);
}
footer .menu a:hover::after {
    transform: scaleX(1);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    fill: rgb(111,126,144);
}
footer .contact_info div span {
    font-size: 17px;
}
footer .footer_agreement {
    margin-top: 30px;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 16px;
}
footer .copyright {
    background: rgb(111,126,144,0.5);
    padding: 10px 0;
    text-align: center;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}
footer .copyright_info a:hover {
    color: rgb(94,87,103);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 20px;
        align-items: center;
    }
    footer .logo_holder {
        margin-bottom: 20px;
    }
}
footer .menu a::before {
    content: '• ';
    color: rgb(111,126,144);
    font-size: 1.2em;
}
footer .contact_info div {
    position: relative;
    padding-left: 20px;
}
footer .contact_info div::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgb(111,126,144);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.jRrG_wrapper-skeleton footer {
    background: linear-gradient(130deg, rgb(111,126,144,0.5) 0%, rgb(94,87,103,0.5) 100%);
}
.jRrG_wrapper-skeleton footer .footer {
    padding-top: 30px;
}
.jRrG_wrapper-skeleton footer .menu a {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}
.jRrG_wrapper-skeleton footer .logo_holder svg, .jRrG_wrapper-skeleton footer .logo_holder img {
    width: 80px;
    height: 80px;
    margin: 0;
}
@media only screen and (max-width: 800px) {
    .jRrG_wrapper-skeleton footer .footer_info {
        flex-direction: column;
    }
    .jRrG_wrapper-skeleton footer .footer_info {
        padding: 0;
    }
    .jRrG_wrapper-skeleton footer .logo_holder {
        margin-bottom: 16px;
    }
}
.HIcr_title_opener {
    background-color: rgb(189,184,195);
    padding: 100px 0;
    font-family: Playfair Display, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.HIcr_title_opener .holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 19px;
    border: 2px solid #000000; 
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); 
    position: relative;
    overflow: hidden;
}
.HIcr_title_opener .photo {
    width: 48%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 19px;
    position: relative;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1); 
    border: 1px solid rgb(94,87,103);
}
.HIcr_title_opener .text_holder {
    width: 48%;
    padding: 40px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 19px;
    border: 2px solid rgb(94,87,103,0.5); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); 
    position: relative;
    z-index: 2;
}
.HIcr_title_opener .text_info {
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
    text-align: left;
}
.HIcr_title_opener .text_info h2 {
    font-size: 21px;
    color: rgb(111,126,144);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(94,87,103); 
}
.HIcr_title_opener .text_info span {
    font-size: 12px;
    color: #000000;
}
.HIcr_title_opener .text_info svg {
    width: 80px;
    height: 80px;
    fill: rgb(111,126,144);
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.HIcr_title_opener .text_holder .button {
    padding: 16px 36px;
    background-color: rgb(111,126,144);
    color: #ffffff;
    border-radius: 19px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); 
    border: 2px solid rgb(111,126,144,0.5); 
}
@media (max-width: 1200px) {
    .HIcr_title_opener .holder {
        flex-direction: column;
        padding: 40px;
    }
    .HIcr_title_opener .photo {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
    }
    .HIcr_title_opener .text_holder {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .HIcr_title_opener {
        padding: 60px 0;
    }
    .HIcr_title_opener .photo {
        height: 250px;
    }
    .HIcr_title_opener .text_info h2 {
        font-size: 21px;
    }
}
.mlGM_pricing_section {
    background: linear-gradient(145deg, rgb(189,184,195) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.mlGM_pricing_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgb(111,126,144,0.5) 0%, transparent 50%);
    pointer-events: none;
}

.mlGM_pricing_section .container {
    position: relative;
    z-index: 1;
}

.mlGM_pricing_section .price_info_holder {
    text-align: center;
    margin-bottom: 60px;
}

.mlGM_pricing_section .photo {
    width: 100vw;
    height: 400px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.mlGM_pricing_section .photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(189,184,195), transparent);
}

.mlGM_pricing_section h2 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mlGM_pricing_section h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 40px;
}

.mlGM_pricing_section .price_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.mlGM_pricing_section .price_item {
    background: #ffffff;
    border-radius: 30px;
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.mlGM_pricing_section .price_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(111,126,144) 0%, rgb(94,87,103) 100%);
}

.mlGM_pricing_section .price_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.mlGM_pricing_section .price_item h3 {
    color: #000000;
    font-size: 23px;
    margin-bottom: 20px;
}

.mlGM_pricing_section .price_item .price_amount {
    font-size: 41px;
    color: rgb(111,126,144);
    font-weight: 700;
    margin-bottom: 20px;
}

.mlGM_pricing_section .price_item span {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.mlGM_pricing_section .price_item .button {
    background: linear-gradient(90deg, rgb(111,126,144) 0%, rgb(94,87,103) 100%);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.mlGM_pricing_section .price_item .button:hover {
    opacity: 0.9;
}

@media (min-width: 768px) {
    .mlGM_pricing_section .price_items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .mlGM_pricing_section .price_items {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .mlGM_pricing_section .price_items:has(.price_item:nth-child(4)) {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mlGM_pricing_section .price_items:has(.price_item:nth-child(4)) .price_item:nth-child(3),
    .mlGM_pricing_section .price_items:has(.price_item:nth-child(4)) .price_item:nth-child(4) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .mlGM_pricing_section {
        padding-bottom: 80px;
    }
    
    .mlGM_pricing_section .photo {
        height: 300px;
        margin-bottom: 40px;
    }
    
    .mlGM_pricing_section h2 {
        font-size: calc(34px * 0.9);
    }
    
    .mlGM_pricing_section h3 {
        font-size: calc(23px * 0.9);
    }
    
    .mlGM_pricing_section .price_item {
        padding: 30px 20px;
    }
}.DbIO_user_reviews {
    position: relative;
    overflow: hidden;
    background: rgb(189,184,195);
    padding: 80px 0;
    z-index: 1;
}

.DbIO_user_reviews::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(111,126,144,0.5) 20%, transparent 60%);
    animation: backgroundAnimation 15s infinite linear;
    z-index: -1;
}

@keyframes backgroundAnimation {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

.DbIO_user_reviews h3 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.DbIO_user_reviews h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(111,126,144);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(111,126,144);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.DbIO_user_reviews .reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.DbIO_user_reviews .reviews .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 40px);
    padding: 20px;
    border-radius: 23px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.DbIO_user_reviews .reviews .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    transform: rotate(-30deg);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.DbIO_user_reviews .reviews .review:hover::before {
    opacity: 1;
}

.DbIO_user_reviews .reviews .review:hover {
    transform: translateY(-15px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

.DbIO_user_reviews .reviews .review .photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgb(111,126,144,0.5);
    background-size: cover;
    background-position: center;
    border: 4px solid rgb(111,126,144);
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.DbIO_user_reviews .reviews .review:hover .photo {
    transform: scale(1.05);
}

.DbIO_user_reviews .reviews .review .text {
    font-family: Playfair Display, sans-serif;
    font-style: italic;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 23px;
    position: relative;
    transition: background 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.DbIO_user_reviews .reviews .review .text::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}

.DbIO_user_reviews .reviews .review .text span {
    display: block;
    font-size: 15px;
    color: #000000;
}

.DbIO_user_reviews .reviews .review .text p {
    display: block;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}

@media only screen and (max-width: 1200px) {
    .DbIO_user_reviews .reviews {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
    }
    .DbIO_user_reviews .reviews .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 768px) {
    .DbIO_user_reviews .reviews .review {
        width: calc(100% - 20px);
    }
}
.zySN_secure_refuge {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 2px solid rgb(111,126,144);
    font-family: Playfair Display, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(111,126,144,0.5);
}

.zySN_secure_refuge h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    color: rgb(111,126,144);
    border-bottom: 2px solid rgb(111,126,144);
    padding-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(111,126,144,0.5);
}

.zySN_secure_refuge h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 31px;
    font-weight: 600;
    color: rgb(94,87,103);
    border-bottom: 1px solid rgb(94,87,103);
    padding-bottom: 5px;
    text-shadow: 0 0 10px rgb(94,87,103,0.5);
}

.zySN_secure_refuge h3, .zySN_secure_refuge h4, .zySN_secure_refuge h5, .zySN_secure_refuge h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(111,126,144);
    text-shadow: 0 0 5px rgb(111,126,144,0.5);
}

.zySN_secure_refuge li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.zySN_secure_refuge li::before {
    content: "▸";
    color: rgb(111,126,144);
    position: absolute;
    left: -15px;
    top: 0;
}

.zySN_secure_refuge section {
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 15px rgb(111,126,144,0.5);
}

.zySN_secure_refuge p, .zySN_secure_refuge span, .zySN_secure_refuge div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    text-shadow: 0 0 5px rgb(111,126,144,0.5);
}

@media only screen and (max-width: 800px) {
    .zySN_secure_refuge {
        padding: 20px 10px;
    }

    .zySN_secure_refuge h1 {
        font-size: calc(18px * 0.8);
    }

    .zySN_secure_refuge h2 {
        font-size: calc(18px * 0.8);
    }

    .zySN_secure_refuge h3, .zySN_secure_refuge h4, .zySN_secure_refuge h5, .zySN_secure_refuge h6 {
        font-size: calc(18px * 0.8);
    }

    .zySN_secure_refuge p, .zySN_secure_refuge span, .zySN_secure_refuge div {
        font-size: calc(13px * 0.9);
    }
}.jXWy_our_background {
    position: relative;
    padding: 80px 0;
    background: rgb(111,126,144);
    overflow: hidden;
}

.jRrG_wrapper-skeleton .jXWy_our_background .holder {
    height: auto;
    position: relative;
    z-index: 2;
}

.jRrG_wrapper-skeleton .jXWy_our_background .caption_holder {
    display: flex;
    min-height: 700px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.jRrG_wrapper-skeleton .jXWy_our_background .holder .photo {
    display: block;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: rgb(94,87,103);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    margin-right: 20px;
}

.jRrG_wrapper-skeleton .jXWy_our_background .style_element {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-radius: 15px;
    min-height: 500px;
    width: 55%;
    padding: 40px 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.jRrG_wrapper-skeleton .jXWy_our_background h2 {
    color: #000000;
    margin-top: 20px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}

.jRrG_wrapper-skeleton .jXWy_our_background p {
    color: #000000;
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

.jXWy_our_background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(94,87,103,0.5), transparent);
    transform: translateX(-50%);
    z-index: 1;
    animation: rotateBackground 10s linear infinite;
}

@keyframes rotateBackground {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@media only screen and (max-width: 1200px) {
    .jRrG_wrapper-skeleton .jXWy_our_background .holder .photo {
        width: 450px;
        height: 450px;
    }

    .jRrG_wrapper-skeleton .jXWy_our_background .style_element {
        width: 70%;
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 800px) {
    .jRrG_wrapper-skeleton .jXWy_our_background .caption_holder {
        flex-direction: column;
        min-height: unset;
        text-align: center;
    }

    .jRrG_wrapper-skeleton .jXWy_our_background .style_element {
        width: 90%;
        padding: 30px;
        height: auto;
    }

    .jRrG_wrapper-skeleton .jXWy_our_background .holder .photo {
        width: 300px;
        height: 300px;
        margin: 0 auto 20px auto;
    }
}.hDGF_reach_out {
    padding: 60px 20px;
    background: rgb(189,184,195);
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.hDGF_reach_out .container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 11px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.hDGF_reach_out h3 {
    color: rgb(111,126,144);
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(111,126,144);
    padding-bottom: 10px;
}
.hDGF_reach_out .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.hDGF_reach_out .info, .hDGF_reach_out .form {
    padding: 20px;
    border-radius: 10px;
    background: rgb(189,184,195);
}
.hDGF_reach_out .info {
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.hDGF_reach_out .info h5 {
    color: rgb(111,126,144);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hDGF_reach_out .info span {
    color: #000000;
    font-size: 13px;
    display: block;
}
.hDGF_reach_out .info svg {
    fill: rgb(111,126,144);
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.hDGF_reach_out .info .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.hDGF_reach_out .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.hDGF_reach_out .logo_holder svg, .hDGF_reach_out .logo_holder img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
}
.hDGF_reach_out .form {
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.hDGF_reach_out form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hDGF_reach_out .name_holder {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.hDGF_reach_out form input, .hDGF_reach_out form textarea {
    color: #000000;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px;
    font-size: 13px;
    outline: none;
    width: 100%;
    transition: border-color 0.3s;
}
.hDGF_reach_out form input:focus, .hDGF_reach_out form textarea:focus {
    border-color: rgb(111,126,144);
}
.hDGF_reach_out form .button {
    background: rgb(111,126,144);
    color: #ffffff;
    border-radius: 11px;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    width: 100%;
}
.hDGF_reach_out .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hDGF_reach_out .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
}
.hDGF_reach_out .agree label {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}
.hDGF_reach_out .agree a {
    color: rgb(111,126,144);
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 1px solid rgb(111,126,144);
}
@media only screen and (max-width: 768px) {
    .hDGF_reach_out .holder {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hDGF_reach_out {
        padding: 40px 20px;
    }
    .hDGF_reach_out h3 {
        font-size: 34px;
    }
    .hDGF_reach_out .container {
        padding: 10px;
    }
}
.JAkG_thanksNote {
    background-color: rgb(189,184,195);
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.JAkG_thanksNote .container {
    background: linear-gradient(135deg, rgb(111,126,144,0.5), rgb(94,87,103,0.5));
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.JAkG_thanksNote .container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    pointer-events: none;
}
.JAkG_thanksNote h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    color: rgb(111,126,144);
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.JAkG_thanksNote h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: rgb(94,87,103);
}
.JAkG_thanksNote p {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .JAkG_thanksNote {
        padding: 40px 0;
    }
    .JAkG_thanksNote .container {
        padding: 30px;
    }
    .JAkG_thanksNote h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .JAkG_thanksNote p {
        font-size: calc(16px - 2px);
        padding: 10px;
    }
}

.YGuV_benefits_summary .advantages_content h2 {
    color: rgb(94,87,103);
}

.YGuV_benefits_summary .advantage_item svg, .YGuV_benefits_summary .advantage_item svg path {
    fill: rgb(111,126,144);
}

.YGuV_benefits_summary .advantage_item p {
    color: #000000;
}

.YGuV_benefits_summary .advantage_item b {
    color: rgb(111,126,144);
}

.YGuV_benefits_summary {
    padding-top: 80px;
    padding-bottom: 80px;
}

.YGuV_benefits_summary .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.YGuV_benefits_summary .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.YGuV_benefits_summary .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.YGuV_benefits_summary .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.YGuV_benefits_summary .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.YGuV_benefits_summary .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.YGuV_benefits_summary .advantage_item svg, .YGuV_benefits_summary .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_holder {
        justify-content: center;
    }
    .jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .YGuV_benefits_summary .advantages_content h2 {
        font-size: 30px;
    }

    .YGuV_benefits_summary .advantages_holder {
        flex-direction: column;
    }

    .YGuV_benefits_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(94,87,103,0.5);
    color: #ffffff;
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_content {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_content h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(111,126,144);
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, rgb(111,126,144), rgb(94,87,103));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_content h2::before {
    content: '';
    width: 100%;
    height: 3px;
    background: rgb(111,126,144);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_description {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: 1px solid rgb(111,126,144);
    border-radius: 30px;
    text-align: center;
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantage_item {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 1px solid rgb(111,126,144);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantage_image img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid rgb(111,126,144);
    padding: 10px;
    background: rgb(111,126,144,0.5);
}

.jRrG_wrapper-skeleton .YGuV_benefits_summary .advantage_item h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(111,126,144);
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 1200px) {
    .jRrG_wrapper-skeleton .YGuV_benefits_summary .advantage_item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .jRrG_wrapper-skeleton .YGuV_benefits_summary .advantage_item {
        width: 80%;
        margin-bottom: 20px;
    }

    .jRrG_wrapper-skeleton .YGuV_benefits_summary .advantages_content h2 {
        font-size: 28px;
    }

    .jRrG_wrapper-skeleton .YGuV_benefits_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}.uMAe_course_offering {
    padding-top: 80px;
    padding-bottom: 80px;
}
.uMAe_course_offering h2 {
    color: rgb(94,87,103);
}
.uMAe_course_offering .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.uMAe_course_offering h3 {
    color: rgb(111,126,144);
}
.uMAe_course_offering p {
    color: #000000;
}
.uMAe_course_offering .button {
    background: rgb(94,87,103);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.uMAe_course_offering .button:hover {
    background: rgb(111,126,144);
}

.uMAe_course_offering .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.uMAe_course_offering .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.uMAe_course_offering .course {
    padding: 12px;
    max-width: 100%;
}
.uMAe_course_offering .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.uMAe_course_offering .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.uMAe_course_offering h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px;
}
.uMAe_course_offering .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.uMAe_course_offering .text_holder {
    padding: 30px;
}
.uMAe_course_offering h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.uMAe_course_offering p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.uMAe_course_offering .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .uMAe_course_offering .items {
        flex-direction: column;
    }
    .uMAe_course_offering h2 {
        font-size: 30px;
    }
    .uMAe_course_offering h3 {
        font-size: 26px;
    }
    .uMAe_course_offering .course {
        max-width: unset;
        width: 100%;
    }
    .uMAe_course_offering {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.jRrG_wrapper-skeleton .uMAe_course_offering .items {
    width: 100%;
}
.jRrG_wrapper-skeleton .uMAe_course_offering .items .course .content {
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.jRrG_wrapper-skeleton .uMAe_course_offering .photo {
    border-radius: 50px;
    height: 681px;
    width: 1022px;
    margin: 0;
}
.jRrG_wrapper-skeleton .uMAe_course_offering .text_holder {
    border-radius: 50px;
    border: 8px solid rgb(94,87,103);
    width: 60%;
    margin-top:-320px;
    background: #ffffff;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.jRrG_wrapper-skeleton .uMAe_course_offering h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}
.jRrG_wrapper-skeleton .uMAe_course_offering .button {
    display: inline;
    width: fit-content;
    margin-top: 35px;
    padding: 20px 45px;
    border-radius: 50px;
    background: rgb(111,126,144);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.jRrG_wrapper-skeleton .uMAe_course_offering .button:hover {
    background: rgb(94,87,103);
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .jRrG_wrapper-skeleton .uMAe_course_offering .photo {
        width: 340px;
        height: 316px;
    }
    .jRrG_wrapper-skeleton .uMAe_course_offering .text_holder {
        width: 90%;
        margin-top: -158px;
        padding: 20px;
    }
    .jRrG_wrapper-skeleton .uMAe_course_offering .items .course {
        padding: 0;
    }
    .jRrG_wrapper-skeleton .uMAe_course_offering h3 {
        font-size: 30px;
    }
}