* {
    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: Nunito, sans-serif;
    color: #000000;
}
.CqYNZlayer-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(144,202,198);
}
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;
    }
}.msNjwprivacy_holder {
    background-color: rgb(144,202,198);
    color: #000000;
    font-family: Nunito, sans-serif;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, color 0.3s ease;
}
.msNjwprivacy_holder h1 {
    font-size: 44px;
    color: rgb(109,166,170);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.msNjwprivacy_holder h2 {
    font-size: 38px;
    color: rgb(91,109,125);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.msNjwprivacy_holder h3,
.msNjwprivacy_holder h4,
.msNjwprivacy_holder h5,
.msNjwprivacy_holder h6 {
    font-size: 23px;
    color: rgb(109,166,170);
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.msNjwprivacy_holder ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.msNjwprivacy_holder ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}
.msNjwprivacy_holder li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.msNjwprivacy_holder section {
    margin-bottom: 30px;
}
.msNjwprivacy_holder p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.msNjwprivacy_holder span {
    color: rgb(109,166,170);
    font-weight: 600;
}
.msNjwprivacy_holder div {
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--white-color_opacity);
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .msNjwprivacy_holder {
        padding: 20px;
    }
    .msNjwprivacy_holder h1 {
        font-size: calc(23px - 10px);
    }
    .msNjwprivacy_holder h2 {
        font-size: calc(23px - 8px);
    }
    .msNjwprivacy_holder ul,
    .msNjwprivacy_holder ol {
        padding-left: 15px;
    }
    .msNjwprivacy_holder li {
        font-size: calc(15px - 2px);
    }
    .msNjwprivacy_holder p {
        font-size: calc(15px - 2px);
    }
}
.KPxaystay_updated {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

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

.KPxaystay_updated input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(91,109,125,0.5);
    margin-right: 10px;
    min-width: 200px;
}

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

.KPxaystay_updated .button {
    background: rgb(91,109,125);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

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

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

    .KPxaystay_updated {
        padding: 30px 20px;
    }

    .KPxaystay_updated input {
        min-width: unset;
    }

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

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

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

    .CqYNZlayer-container .KPxaystay_updated .holder h2 {
        font-size: 20px;
    }
}

.CqYNZlayer-container .KPxaystay_updated {
    background: linear-gradient(135deg, rgb(109,166,170) 0%, rgb(91,109,125) 100%);
    padding: 40px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.CqYNZlayer-container .KPxaystay_updated:hover {
    background: linear-gradient(135deg, rgb(91,109,125) 0%, rgb(109,166,170) 100%);
}

.CqYNZlayer-container .KPxaystay_updated .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: auto;
}

.CqYNZlayer-container .KPxaystay_updated h2 {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.CqYNZlayer-container .KPxaystay_updated input {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
    border-radius: 25px;
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(91,109,125,0.5);
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.CqYNZlayer-container .KPxaystay_updated input::placeholder {
    color: rgb(91,109,125,0.5);
}

.CqYNZlayer-container .KPxaystay_updated input:focus {
    border-color: rgb(91,109,125);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}

.CqYNZlayer-container .KPxaystay_updated .button {
    border-radius: 25px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    background: rgb(91,109,125);
    color: #ffffff;
    line-height: 1.2;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    width: auto;
    margin-left: 10px;
}

.CqYNZlayer-container .KPxaystay_updated .button:hover {
    background: rgb(109,166,170);
    transform: translateY(-2px);
}

@media only screen and (max-width: 800px) {
    .CqYNZlayer-container .KPxaystay_updated {
        padding: 30px 15px;
    }

    .CqYNZlayer-container .KPxaystay_updated h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .CqYNZlayer-container .KPxaystay_updated input {
        width: 100%;
        margin-bottom: 15px;
    }

    .CqYNZlayer-container .KPxaystay_updated .button {
        width: 100%;
        padding: 15px;
        margin-left: 0;
    }
}.sAprjlearning_profits {
    position: relative;
    padding: 180px 0;
    background: rgb(144,202,198);
    overflow: hidden;
}

.sAprjlearning_profits::before,
.sAprjlearning_profits::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.sAprjlearning_profits::before {
    background: repeating-radial-gradient(
        circle at 50% 50%,
        rgb(109,166,170,0.5) 0px,
        transparent 1px,
        transparent 2px,
        rgb(109,166,170,0.5) 3px
    );
    opacity: 0.05;
    animation: pulse 8s ease-in-out infinite;
}

.sAprjlearning_profits::after {
    background: linear-gradient(
        45deg,
        #000000 0%,
        transparent 40%,
        transparent 60%,
        #000000 100%
    );
    opacity: 0.1;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

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

.sAprjlearning_profits .holder {
    position: relative;
    border-radius: calc(18px * 2);
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 2000px;
}

.sAprjlearning_profits .content_holder {
    position: relative;
    min-height: 800px;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sAprjlearning_profits .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 30%,
        #000000 100%
    );
    z-index: 1;
}

.sAprjlearning_profits .content_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(109,166,170,0.5) 0deg,
        transparent 90deg,
        transparent 180deg,
        rgb(91,109,125,0.5) 270deg,
        transparent 360deg
    );
    opacity: 0.15;
    z-index: 2;
    mix-blend-mode: overlay;
}

.sAprjlearning_profits .content_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: calc(44px * 1.2);
    font-weight: 700;
    margin-bottom: 60px;
    z-index: 3;
    transform: translateZ(80px);
    text-shadow: 0 0 40px #000000;
    letter-spacing: 2px;
    opacity: 0.95;
}

.sAprjlearning_profits .content_holder div {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-areas:
            "a"
            "b"
            "c"
            "d"
            "e";
    grid-template-columns: 1fr;
    gap: 30px;
    transform-style: preserve-3d;
}

.sAprjlearning_profits .content_holder p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.9;
    padding: 40px;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    border-radius: calc(18px * 1.5);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.sAprjlearning_profits .content_holder p:hover {
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgb(109,166,170,0.5) 100%
    );
    transform: translateZ(70px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

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

    .sAprjlearning_profits .content_holder {
        min-height: 700px;
        padding: 80px 60px;
    }

    .sAprjlearning_profits .content_holder div {
        grid-template-areas:
            "a"
            "b"
            "c"
            "d"
            "e";
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sAprjlearning_profits .content_holder p {
        padding: 35px;
        transform: translateZ(20px) !important;
    }
}

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

    .sAprjlearning_profits .content_holder {
        min-height: 600px;
        padding: 60px 40px;
    }

    .sAprjlearning_profits .content_holder h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .sAprjlearning_profits .content_holder div {
        grid-template-areas:
            "a"
            "b"
            "c"
            "d"
            "e";
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sAprjlearning_profits .content_holder p {
        padding: 30px;
        font-size: calc(18px * 0.95);
    }
}

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

    .sAprjlearning_profits .content_holder {
        min-height: auto;
        padding: 40px 20px;
    }

    .sAprjlearning_profits .content_holder div {
        grid-template-areas: 
            "a"
            "b"
            "c"
            "d"
            "e";
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sAprjlearning_profits .content_holder p {
        padding: 25px;
        font-size: calc(18px * 0.9);
        transform: none !important;
    }
}.vbwnlexplore_now {
    padding: 60px 0;
    background: rgb(109,166,170);
}
.vbwnlexplore_now .holder{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
}
.vbwnlexplore_now .holder svg, .vbwnlexplore_now .holder svg path {
    padding: 30px;
    background: rgb(91,109,125);
    fill: #ffffff;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.vbwnlexplore_now .holder h2 {
    font-size: 46px;
    text-align: center;
    margin: 26px 0;
    color: #ffffff;
}
.vbwnlexplore_now .holder .button {
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    border-radius: 10px;
}
.vbwnlexplore_now .holder .button:hover {
    background: rgb(91,109,125);
}
@media only screen and (max-width: 800px) {
    .vbwnlexplore_now .holder h2 {
        font-size: 24px;
    }
}.HtimXthxDiv {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(144,202,198);
    padding: 40px 0;
    border-top: 5px solid rgb(109,166,170);
    border-bottom: 5px solid rgb(109,166,170);
}
.HtimXthxDiv .container {
    width: 80%;
    max-width: 800px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 21px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.HtimXthxDiv h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(109,166,170);
    border-bottom: 2px solid rgb(91,109,125);
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.HtimXthxDiv p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .HtimXthxDiv {
        padding: 20px 0;
    }
    .HtimXthxDiv .container {
        padding: 20px;
        width: 90%;
    }
    .HtimXthxDiv h2 {
        font-size: 21px;
    }
    .HtimXthxDiv p {
        font-size: 16px;
    }
}footer {
    background: rgb(91,109,125);
    color: #ffffff;
}

footer .copyright {
    background: rgb(109,166,170);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(109,166,170);
}

footer h5 {
    color: rgb(109,166,170);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 23px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.CqYNZlayer-container footer .footer {
    padding: 0;
}

.CqYNZlayer-container footer .footer_info {
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: center;
    padding: 20px;
}

.CqYNZlayer-container footer .menu_holder {
    flex-direction: row;
    justify-content: center;
}

.CqYNZlayer-container footer .menu a {
    margin: 0;
    padding: 5px 20px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.CqYNZlayer-container footer .copyright {
    background: rgb(109,166,170,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.CqYNZlayer-container footer .copyright_info {
    text-align: center;
}

.CqYNZlayer-container footer .logo_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(109,166,170);
    margin-bottom: 20px;
}

.CqYNZlayer-container footer .logo_holder svg, .CqYNZlayer-container footer .logo_holder svg path, .CqYNZlayer-container footer .logo_holder img {
    margin: 0;
    fill: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .CqYNZlayer-container footer .logo_holder {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .CqYNZlayer-container footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }

    .CqYNZlayer-container footer .menu a {
        margin-bottom: 5px;
        font-size: 18px
    }

    .CqYNZlayer-container footer .footer_info {
        padding: 10px;
    }

    .CqYNZlayer-container footer .copyright_info {
        text-align: center;
    }

    .CqYNZlayer-container footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.iECWAprogram_details {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(91,109,125);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.iECWAprogram_details::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(109,166,170,0.5), transparent);
    opacity: 0.05;
    z-index: 1;
}

.iECWAprogram_details .container {
    position: relative;
    z-index: 2;
}

.iECWAprogram_details h2 {
    color: rgb(91,109,125);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.iECWAprogram_details .content {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(109,166,170);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(109,166,170,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.iECWAprogram_details .content:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgb(109,166,170,0.5);
}

.iECWAprogram_details .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(109,166,170);
}

.iECWAprogram_details .text_holder {
    padding: 40px;
    text-align: center;
}

.iECWAprogram_details h3 {
    color: rgb(109,166,170);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.iECWAprogram_details p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.iECWAprogram_details .button {
    background: rgb(109,166,170);
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 15px rgb(109,166,170,0.5);
}

.iECWAprogram_details .button:hover {
    background: rgb(91,109,125);
    box-shadow: 0 0 25px rgb(91,109,125,0.5);
}

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

.iECWAprogram_details .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.iECWAprogram_details .course {
    padding: 20px;
    max-width: 100%;
}

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

    .iECWAprogram_details h3 {
        font-size: 24px;
    }

    .iECWAprogram_details .text_holder {
        padding: 20px;
    }

    .iECWAprogram_details p {
        font-size: 16px;
    }

    .iECWAprogram_details .photo {
        height: 200px;
    }
}


.CqYNZlayer-container .iECWAprogram_details .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CqYNZlayer-container .iECWAprogram_details .photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}


.CqYNZlayer-container .iECWAprogram_details .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    box-shadow: none;
    width: 100%;
}

.CqYNZlayer-container .iECWAprogram_details .text_holder {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}

.CqYNZlayer-container .iECWAprogram_details h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    color: rgb(109,166,170);
}

.CqYNZlayer-container .iECWAprogram_details p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

.CqYNZlayer-container .iECWAprogram_details .button {
    margin-top: 30px;
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid rgb(109,166,170);
    background: none;
    border-radius: 50px;
    color: rgb(109,166,170);
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0 0 15px rgb(109,166,170,0.5);
}

.CqYNZlayer-container .iECWAprogram_details .button:hover {
    background: rgb(109,166,170);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .CqYNZlayer-container .iECWAprogram_details .items .course .content {
        width: 100%;
    }

    .CqYNZlayer-container .iECWAprogram_details .photo {
        width: 100%;
        height: 200px;
    }

    .CqYNZlayer-container .iECWAprogram_details h3 {
        font-size: 30px;
        margin-top: 15px;
    }

    .CqYNZlayer-container .iECWAprogram_details .text_holder {
        padding: 20px 10px;
    }

    .CqYNZlayer-container .iECWAprogram_details p {
        margin-top: 15px;
        font-size: 16px;
    }

    .CqYNZlayer-container .iECWAprogram_details .button {
        margin-top: 20px;
    }
    .iECWAprogram_details .course {
        padding: 0;
    }
}
.Agbjfclient_experience {
    background: rgb(144,202,198);
    padding: 80px 0;
    border-top: 4px solid rgb(109,166,170);
    border-bottom: 4px solid rgb(109,166,170);
    position: relative;
    overflow: hidden;
}

.Agbjfclient_experience::before,
.Agbjfclient_experience::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgb(109,166,170,0.5) 8%, transparent 8%);
    background-size: 30px 30px;
    animation: backgroundMove 60s linear infinite;
    z-index: 0;
}

.Agbjfclient_experience::after {
    background-size: 20px 20px;
    animation-duration: 40s;
    opacity: 0.5;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-30px, -30px); }
}

.Agbjfclient_experience h3 {
    font-size: clamp(24px, 5vw, 38px);
    color: rgb(109,166,170);
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.Agbjfclient_experience h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(109,166,170), transparent);
}

.Agbjfclient_experience .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.Agbjfclient_experience .reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 20px;
    perspective: 1000px;
}

.Agbjfclient_experience .reviews .review {
    flex: 1 1 calc(33.333% - 40px);
    max-width: 320px;
    border-radius: 12px;
    background: #ffffff;
    border: 2px solid rgb(109,166,170,0.5);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}

.Agbjfclient_experience .reviews .review:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);
    border-color: rgb(109,166,170);
}

.Agbjfclient_experience .reviews .photo {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(109,166,170);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.Agbjfclient_experience .reviews .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.Agbjfclient_experience .reviews .review:hover .photo::before {
    opacity: 1;
}

.Agbjfclient_experience .reviews .text {
    padding: 25px 20px 35px;
    text-align: center;
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}

.Agbjfclient_experience .reviews .text::before,
.Agbjfclient_experience .reviews .text::after {
    content: "\201C";
    font-size: 60px;
    color: rgb(109,166,170,0.5);
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
}

.Agbjfclient_experience .reviews .text::before {
    top: 10px;
    left: 10px;
}

.Agbjfclient_experience .reviews .text::after {
    bottom: -10px;
    right: 10px;
    transform: rotate(180deg);
}

.Agbjfclient_experience .reviews .review:hover .text::before {
    transform: translateY(-5px) rotate(-10deg);
}

.Agbjfclient_experience .reviews .review:hover .text::after {
    transform: translateY(5px) rotate(170deg);
}

.Agbjfclient_experience .reviews .text p {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.Agbjfclient_experience .reviews .text span {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 10px;
    transition: transform 0.3s ease;
}

.Agbjfclient_experience .reviews .review:hover .text p {
    transform: translateZ(20px);
}

.Agbjfclient_experience .reviews .review:hover .text span {
    transform: translateZ(15px);
}

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

@media only screen and (max-width: 768px) {
    .Agbjfclient_experience {
        padding: 60px 0;
    }
    .Agbjfclient_experience h3 {
        margin-bottom: 30px;
    }
    .Agbjfclient_experience .reviews {
        gap: 20px;
    }
    .Agbjfclient_experience .reviews .review {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .Agbjfclient_experience .reviews .photo {
        height: 150px;
    }
    .Agbjfclient_experience .reviews .text {
        padding: 20px 15px 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .Agbjfclient_experience::before,
    .Agbjfclient_experience::after {
        animation: none;
    }
    .Agbjfclient_experience .reviews .review,
    .Agbjfclient_experience .reviews .text::before,
    .Agbjfclient_experience .reviews .text::after,
    .Agbjfclient_experience .reviews .text p,
    .Agbjfclient_experience .reviews .text span {
        transition: none;
    }
    .Agbjfclient_experience .reviews .review:hover {
        transform: none;
        box-shadow: none;
    }
}
.IyxsEwelcome {
    font-family: Nunito, sans-serif;
    background-color: #ffffff;
    color: #000000;
    padding: 4rem 0;
    position: relative;
}

.IyxsEwelcome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(109,166,170), rgb(91,109,125));
}

.IyxsEwelcome .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.IyxsEwelcome .photo {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 40%;
    margin-right: 20px;
}


.IyxsEwelcome .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.IyxsEwelcome .text_holder {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.IyxsEwelcome .text_info {
    margin-bottom: 2rem;
}

.IyxsEwelcome .text_info svg {
    width: 60px;
    height: 60px;
    fill: rgb(109,166,170);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.IyxsEwelcome .text_info h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.IyxsEwelcome .text_info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(109,166,170);
    transition: width 0.3s ease;
}

.IyxsEwelcome .text_info span {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    display: block;
}

.IyxsEwelcome .button {
    display: inline-block;
    padding: 12px 24px;
    background-color: rgb(109,166,170);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.IyxsEwelcome .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.IyxsEwelcome .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(109,166,170,0.5);
}

@media (max-width: 992px) {
    .IyxsEwelcome .holder {
        flex-direction: column;
    }

    .IyxsEwelcome .photo {
        flex: unset;
        width: 100%;
        margin-right: 0;
    }
    .IyxsEwelcome .text_holder {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .IyxsEwelcome .photo {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .IyxsEwelcome {
        padding: 3rem 0;
    }

    .IyxsEwelcome .text_info h2 {
        font-size: 23px;
    }

    .IyxsEwelcome .text_info span {
        font-size: 14px;
    }

    .IyxsEwelcome .button {
        padding: 10px 20px;
        font-size: 14px;
    }
}.BhSRQour_background {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(109,166,170) 0%, #000000 100%);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.CqYNZlayer-container .BhSRQour_background .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.CqYNZlayer-container .BhSRQour_background .photo {
    width: 45%;
    height: 300px;
    max-width: 500px;
    border: 2px solid rgb(91,109,125);
    border-radius: 11px;
    filter: drop-shadow(0 0 20px rgb(91,109,125));
}

.CqYNZlayer-container .BhSRQour_background .caption_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(109,166,170);
    border: 2px solid rgb(109,166,170);
}

.CqYNZlayer-container .BhSRQour_background .style_element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.CqYNZlayer-container .BhSRQour_background h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(91,109,125);
    margin-bottom: 20px;
    text-shadow: 0 0 1px #ffffff;
}

.CqYNZlayer-container .BhSRQour_background p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 0 0 10px #000000;
}

.CqYNZlayer-container .BhSRQour_background::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg at 50% 50%, rgb(109,166,170), rgb(91,109,125), rgb(109,166,170), rgb(91,109,125));
    opacity: 0.2;
    z-index: 0;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1200px) {
    .CqYNZlayer-container .BhSRQour_background .holder {
        flex-direction: column;
    }

    .CqYNZlayer-container .BhSRQour_background .photo,
    .CqYNZlayer-container .BhSRQour_background .caption_holder {
        width: 100%;
    }

    .CqYNZlayer-container .BhSRQour_background .caption_holder {
        box-shadow: none;
        border-left: 0;
        border-top: 10px solid rgb(109,166,170);
    }
}

@media only screen and (max-width: 800px) {
    .CqYNZlayer-container .BhSRQour_background {
        padding: 10px;
    }

    .CqYNZlayer-container .BhSRQour_background .caption_holder {
        padding: 10px;
    }
}.gBiWxbenefits_summary {
    padding: 60px 20px;
    background: rgb(109,166,170);
    color: #ffffff;
    border-top: 5px solid rgb(91,109,125);
    border-bottom: 5px solid rgb(91,109,125);
}
.gBiWxbenefits_summary .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.gBiWxbenefits_summary .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.gBiWxbenefits_summary .advantages_content h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}
.gBiWxbenefits_summary .advantages_content h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: rgb(91,109,125);
}
.gBiWxbenefits_summary .advantages_photo_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.gBiWxbenefits_summary .advantages_photo_holder .photo {
    width: 45%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(91,109,125);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gBiWxbenefits_summary .advantages_holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
    background: rgb(91,109,125,0.5);
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(109,166,170);
}
.gBiWxbenefits_summary .advantages_holder .advantage_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgb(91,109,125);
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
    cursor: pointer;
    width: 100%;
}
.gBiWxbenefits_summary .advantages_holder .advantage_item:hover {
    background: rgb(109,166,170,0.5);
    transform: translateX(10px);
}
.gBiWxbenefits_summary .advantages_holder .advantage_item:last-child {
    border-bottom: none;
}
.gBiWxbenefits_summary .advantages_holder .advantage_image {
    margin-right: 15px;
    flex-shrink: 0;
}
.gBiWxbenefits_summary .advantages_holder .advantage_image svg,
.gBiWxbenefits_summary .advantages_holder .advantage_image svg path {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}
.gBiWxbenefits_summary .advantages_holder h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
    .gBiWxbenefits_summary .advantages_photo_holder {
        flex-direction: column;
        align-items: center;
    }
    .gBiWxbenefits_summary .advantages_photo_holder .photo,
    .gBiWxbenefits_summary .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
    }
    .gBiWxbenefits_summary .advantages_holder {
        align-items: center;
    }
    .gBiWxbenefits_summary .advantages_holder .advantage_item {
        flex-direction: column;
        align-items: center;
    }
    .gBiWxbenefits_summary .advantages_holder .advantage_image {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .gBiWxbenefits_summary .advantages_content h2 {
        font-size: 19px;
    }
    .gBiWxbenefits_summary .advantages_photo_holder .photo {
        height: 200px;
    }
    .gBiWxbenefits_summary .advantages_holder h4 {
        font-size: 18px;
    }
}
header .main_header {
    background: rgb(109,166,170,0.5);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

header .logo_holder svg,
header .logo_holder svg path,
header .logo_holder img {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

header .menu a {
    color: #ffffff;
    font-family: Nunito, sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}

header .menu a.active {
    border-bottom: 2px solid rgb(91,109,125);
    color: rgb(91,109,125);
}

header .menu a.active:hover {
    background: rgb(91,109,125,0.5);
    color: #ffffff;
}

header {
    width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
    background: rgb(91,109,125);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

header .logo_holder {
    display: flex;
    align-items: center;
}

header .logotype svg,
header .logotype img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

header .logotype:hover svg,
header .logotype:hover img {
    transform: scale(1.1);
}

header .menu {
    display: flex;
    gap: 20px;
}

body .CqYNZlayer-container header .opened {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 20px;
        z-index: 90;
        background: rgb(109,166,170);
        width: 100%;
    }

    header .menu a {
        width: 100%;
        text-align: center;
    }

    header .menu a.active {
        border: none;
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_holder {
        width: 100%;
        justify-content: space-between;
    }

    header .logotype svg,
    header .logotype img {
        height: 50px;
        width: 50px;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.CqYNZlayer-container header .header_content {
    flex-direction: row-reverse;
    justify-content: space-around;
}

.CqYNZlayer-container header .logo_holder {
    justify-content: space-between;
}

.CqYNZlayer-container header .logo_holder .logotype svg,
.CqYNZlayer-container header .logo_holder .logotype img {
    margin-right: 0;
}

.CqYNZlayer-container .menu {
    min-width: 50%;
    justify-content: flex-start;
}

.CqYNZlayer-container header .menu a {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.CqYNZlayer-container header .logo_caption {
    max-width: 48%;
    align-items: end;
}

.CqYNZlayer-container header .logo_name {
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    .CqYNZlayer-container header .header_content {
        flex-direction: column;
        justify-content: flex-start;
    }

    .CqYNZlayer-container header .logo_holder {
        width: 100%;
        justify-content: center;
    }

    .CqYNZlayer-container header .logo_holder {
        margin: 0;
    }

    .CqYNZlayer-container header .menu {
        width: 100%;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .CqYNZlayer-container header .menu a {
        margin-right: 0;
    }
    .CqYNZlayer-container header .logo_name {
        line-height: 28px;
        margin-bottom: 6px;
        text-align: center;
    }

    .CqYNZlayer-container header .logo_caption {
        max-width: unset;
    }
}

header .logo_caption .logo_desc {
    font-size: 16px;
    font-weight: 300;
    color: rgb(91,109,125,0.5);
}

header .logo_caption .logo_name {
    font-size: 48px;
    font-weight: 700;
}
.YShajcontact_panel {
    padding: 60px 0;
    background: rgb(144,202,198);
    font-family: Nunito, sans-serif;
}
.YShajcontact_panel .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.YShajcontact_panel .holder {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.YShajcontact_panel .info {
    flex: 1 1 50%;
    padding: 40px;
    background: rgb(109,166,170,0.5);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.YShajcontact_panel .info h3 {
    font-size: 30px;
    color: rgb(109,166,170);
    margin-bottom: 20px;
}
.YShajcontact_panel .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
}
.YShajcontact_panel .logo_holder svg, .YShajcontact_panel .logo_holder img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    fill: rgb(109,166,170);
}
.YShajcontact_panel .logo_holder span {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
}
.YShajcontact_panel .contact_info h5 {
    font-size: 23px;
    color: rgb(91,109,125);
    margin-bottom: 10px;
}
.YShajcontact_panel .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.YShajcontact_panel .contact_info svg {
    width: 24px;
    height: 24px;
    fill: rgb(109,166,170);
    margin-right: 10px;
}
.YShajcontact_panel .contact_info span {
    font-size: 18px;
    color: #000000;
}
.YShajcontact_panel .form {
    flex: 1 1 50%;
    padding: 40px;
    background: #ffffff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.YShajcontact_panel .form h3 {
    font-size: 30px;
    color: rgb(91,109,125);
    font-weight: 600;
    margin-bottom: 20px;
}
.YShajcontact_panel .name_holder {
    display: flex;
    gap: 15px;
}
.YShajcontact_panel .name_holder input {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(91,109,125,0.5);
    font-size: 18px;
    color: #000000;
    background: rgb(144,202,198);
}
.YShajcontact_panel input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(91,109,125,0.5);
    font-size: 18px;
    color: #000000;
    background: rgb(144,202,198);
    margin-bottom: 20px;
}
.YShajcontact_panel input:focus {
    border-color: rgb(109,166,170);
    box-shadow: 0 0 5px rgb(109,166,170,0.5);
    outline: none;
}
.YShajcontact_panel .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.YShajcontact_panel .agree input[type=checkbox] {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
}
.YShajcontact_panel .agree label {
    font-size: 18px;
    color: #000000;
}
.YShajcontact_panel .agree a {
    color: rgb(109,166,170);
    text-decoration: none;
    font-weight: 700;
}
.YShajcontact_panel .button {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    background: rgb(91,109,125);
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background 0.3s ease;
}
.YShajcontact_panel .button:hover {
    background: rgb(109,166,170);
}
.YShajcontact_panel .info h3, .YShajcontact_panel .form h3 {
    text-align: center;
}
@media (max-width: 900px) {
    .YShajcontact_panel .holder {
        flex-direction: column;
    }
    .YShajcontact_panel .info, .YShajcontact_panel .form {
        width: 100%;
        padding: 20px;
        border-radius: 0;
    }
    .YShajcontact_panel .info h3, .YShajcontact_panel .form h3 {
        font-size: 23px;
    }
    .YShajcontact_panel .logo_holder span {
        text-align: center;
    }
}
.mxCaJcourse_instructor {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.mxCaJcourse_instructor .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mxCaJcourse_instructor .holder {
    width: 100%;
}
.mxCaJcourse_instructor .review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    overflow: hidden;
    width: 100%;
}

.mxCaJcourse_instructor .photo {
    flex: 1;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.mxCaJcourse_instructor .worker_description {
    flex: 1;
    padding: 40px;
    text-align: center;
}

.mxCaJcourse_instructor .review .name {
    font-size: 20px;
    color: rgb(109,166,170);
    font-weight: 700;
    margin-bottom: 10px;
}

.mxCaJcourse_instructor .review span {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.mxCaJcourse_instructor .review .quote {
    font-size: 13px;
    font-style: italic;
    color: #000000;
    line-height: 1.5;
}

.mxCaJcourse_instructor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(109,166,170) 0%, rgb(91,109,125) 100%);
    opacity: 0.8;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .mxCaJcourse_instructor .review {
        flex-direction: column;
        text-align: center;
    }

    .mxCaJcourse_instructor .photo {
        height: 300px;
        width: 100%;
        flex: none;
    }

    .mxCaJcourse_instructor .worker_description {
        padding: 20px;
    }
}

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

    .mxCaJcourse_instructor .review .name {
        font-size: calc(20px * 0.8);
    }

    .mxCaJcourse_instructor .review span {
        font-size: calc(13px * 0.9);
    }

    .mxCaJcourse_instructor .review .quote {
        font-size: calc(13px * 0.95);
    }
}.eIzjqpricing_offer {
    background: rgb(144,202,198);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.eIzjqpricing_offer::before,
.eIzjqpricing_offer::after {
    content: '';
    position: absolute;
    width: 150vmax;
    height: 150vmax;
    top: -50vmax;
    background: radial-gradient(circle, 
        rgb(109,166,170,0.5) 0%,
        rgb(91,109,125,0.5) 45%,
        transparent 70%
    );
    animation: backgroundFlow 20s linear infinite;
}

.eIzjqpricing_offer::before {
    left: -50%;
    animation-delay: -5s;
}

.eIzjqpricing_offer::after {
    right: -50%;
    animation-delay: -15s;
}

.eIzjqpricing_offer .container {
    position: relative;
    z-index: 2;
}

.eIzjqpricing_offer .price_info_holder {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.eIzjqpricing_offer .photo {
    height: 400px;
    margin-bottom: 60px;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.eIzjqpricing_offer .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        transparent 0%,
        rgb(109,166,170,0.5) 100%
    );
    opacity: 0.7;
}

.eIzjqpricing_offer h2 {
    font-size: 29px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.eIzjqpricing_offer h3 {
    font-size: 23px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

.eIzjqpricing_offer .price_items {
    display: grid;
    gap: 30px;
}

.eIzjqpricing_offer .price_items:has(.price_item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.eIzjqpricing_offer .price_items:has(.price_item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.eIzjqpricing_offer .price_items:has(.price_item:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.eIzjqpricing_offer .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(1),
.eIzjqpricing_offer .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(2) {
    grid-column: span 1;
}

.eIzjqpricing_offer .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(3),
.eIzjqpricing_offer .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(4) {
    grid-column: span 1;
}

.eIzjqpricing_offer .price_item {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.85)
    );
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.eIzjqpricing_offer .price_item h3 {
    font-size: 23px;
    color: rgb(109,166,170);
    margin: 0;
    text-align: left;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.eIzjqpricing_offer .price_item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(109,166,170);
    border-radius: 10px;
    transition: width 0.3s ease;
}

.eIzjqpricing_offer .price_item .price_amount {
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.eIzjqpricing_offer .price_item span {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.eIzjqpricing_offer .price_item .button {
    background: linear-gradient(135deg,
        rgb(109,166,170) 0%,
        rgb(91,109,125) 100%
    );
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.eIzjqpricing_offer .price_item .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: transform 0.6s ease;
}

.eIzjqpricing_offer .price_item:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(109,166,170,0.5);
}

.eIzjqpricing_offer .price_item:hover h3::after {
    width: 100px;
}

.eIzjqpricing_offer .price_item .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px -5px rgb(109,166,170);
}

.eIzjqpricing_offer .price_item .button:hover::before {
    transform: translateX(200%);
}

@keyframes backgroundFlow {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
}

@media (max-width: 991px) {
    .eIzjqpricing_offer {
        padding: 80px 0;
    }
    
    .eIzjqpricing_offer .photo {
        height: 300px;
        margin-bottom: 40px;
    }
    
    .eIzjqpricing_offer .price_items {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .eIzjqpricing_offer .price_item {
        padding: 30px;
    }
    
    .eIzjqpricing_offer .price_items:has(.price_item:nth-child(4):last-child) .price_item {
        grid-column: span 1 !important;
    }
}

@media (max-width: 767px) {
    .eIzjqpricing_offer {
        padding: 60px 0;
    }
    
    .eIzjqpricing_offer .photo {
        height: 200px;
        margin-bottom: 30px;
    }
    
    .eIzjqpricing_offer .price_items {
        grid-template-columns: 1fr !important;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .eIzjqpricing_offer h2 {
        font-size: calc(29px * 0.9);
    }
    
    .eIzjqpricing_offer h3 {
        font-size: calc(23px * 0.9);
        margin-bottom: 30px;
    }
    
    .eIzjqpricing_offer .price_item {
        padding: 25px;
    }
}