* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
.yH-outer-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(97,170,204);
}
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;
    }
}.ME-privacy-area {
    padding: 50px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.ME-privacy-area::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgb(73,128,153);

    z-index: -1;
}

.ME-privacy-area::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px dashed rgb(49,85,102);
    border-radius: 10px;
    z-index: -1;
}

.ME-privacy-area h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 48px;
    color: rgb(73,128,153);
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 3px double rgb(73,128,153);
    padding-bottom: 15px;
}

.ME-privacy-area h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
    color: rgb(49,85,102);
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px dashed rgb(49,85,102);
    padding-bottom: 10px;
}

.ME-privacy-area h3, .ME-privacy-area h4, .ME-privacy-area h5, .ME-privacy-area h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 21px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-left: 4px solid #000000;
    padding-left: 10px;
}

.ME-privacy-area ul, .ME-privacy-area ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 15px 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    list-style: none;
}

.ME-privacy-area li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.ME-privacy-area li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: rgb(73,128,153);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.ME-privacy-area section {
    background: none;
}

.ME-privacy-area p, .ME-privacy-area span, .ME-privacy-area div {
    line-height: 1.75;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .ME-privacy-area {
        padding: 30px;
        width: 100%;
    }

    .ME-privacy-area h1 {
        font-size: calc(21px - 6px);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ME-privacy-area h2 {
        font-size: calc(21px - 6px);
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .ME-privacy-area ul, .ME-privacy-area ol {
        padding-left: 15px;
    }

    .ME-privacy-area li {
        padding-left: 20px;
    }

    .ME-privacy-area p, .ME-privacy-area span, .ME-privacy-area div {
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
}.xM-education-experience {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, rgb(73,128,153) 0%, rgb(49,85,102) 100%);
    position: relative;
    z-index: 1;
}

.xM-education-experience .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.xM-education-experience .review {
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s;
}

.xM-education-experience .review:hover {
    transform: translateY(-10px);
}

.xM-education-experience .photo {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    border-bottom: 5px solid rgb(73,128,153);
}

.worker_description {
    padding: 20px;
}

.xM-education-experience .review .name {
    font-size: 20px;
    font-weight: 700;
    color: rgb(73,128,153);
    margin: 10px 0;
}

.xM-education-experience .review span {
    font-size: 15px;
    font-weight: 600;
    color: rgb(49,85,102);
    margin-bottom: 10px;
}

.xM-education-experience .review .quote {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .xM-education-experience {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .xM-education-experience .review {
        max-width: unset;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .xM-education-experience {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .xM-education-experience .holder {
        flex-direction: column;
    }

    .xM-education-experience .photo {
        height: 200px;
    }

    .worker_description {
        padding: 15px;
    }

    .xM-education-experience .review .name {
        font-size: calc(20px - 2px);
    }

    .xM-education-experience .review span {
        font-size: calc(15px - 2px);
    }

    .xM-education-experience .review .quote {
        font-size: calc(15px - 2px);
    }
}

.yH-outer-container .xM-education-experience {
    position: relative;
}


.yH-outer-container .xM-education-experience .holder {
    justify-content: center;
}

.yH-outer-container .xM-education-experience .review {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.yH-outer-container .xM-education-experience .photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 20px;
    flex-shrink: 0;
}

.yH-outer-container .worker_description {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    width: 100%;
}

.yH-outer-container .xM-education-experience .review .name {
    font-size: 36px;
    font-weight: 700;
    color: rgb(73,128,153);
    margin-bottom: 8px;
    line-height: 1.2;
}

.yH-outer-container .xM-education-experience .review span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.yH-outer-container .xM-education-experience .review .quote {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .yH-outer-container .xM-education-experience .review {
        flex-direction: column-reverse;
        align-items: center;
    }

    .yH-outer-container .worker_description {
        width: 100%;
        padding: 20px;
        align-items: center;
    }


    .yH-outer-container .xM-education-experience .photo {
        width: 200px;
        height: 200px;
    }

    .yH-outer-container .xM-education-experience .review .name {
        font-size: 24px;
    }
    .yH-outer-container .xM-education-experience .review .quote {
        text-align: center;
    }
}.Kf-contact-us {
    padding: 100px 0;
    background: rgb(49,85,102);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}
.Kf-contact-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(73,128,153) 0%, rgb(49,85,102) 100%);
    opacity: 0.05;
    animation: gradientAnimation 15s ease infinite;
    z-index: -1;
}
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.Kf-contact-us h3 {
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: rgb(73,128,153);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(73,128,153);
}
.Kf-contact-us .holder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 10px;
}
.Kf-contact-us .holder > div {
    flex: 1;
    min-width: 300px;
    background: rgb(97,170,204);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Kf-contact-us .info h5 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(49,85,102);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.Kf-contact-us .info .contact_info {
    font-size: 18px;
}
.Kf-contact-us .info .contact_info svg {
    fill: rgb(73,128,153);
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transition: fill 0.3s ease;
}
.Kf-contact-us .info .contact_info div:hover svg {
    fill: rgb(49,85,102);
}
.Kf-contact-us .info .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.Kf-contact-us .info .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.Kf-contact-us .info .logo_holder svg,
.Kf-contact-us .info .logo_holder img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    flex-shrink: 0;
    fill: rgb(73,128,153);
}
.Kf-contact-us .info .logo_holder span {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}
.Kf-contact-us .form {
    background: #ffffff;
}
.Kf-contact-us form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Kf-contact-us form h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.Kf-contact-us form input {
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    background: rgb(97,170,204);
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    width: 100%;
    transition: border 0.3s ease, background 0.3s ease;
}
.Kf-contact-us form input:focus {
    border: 1px solid rgb(73,128,153);
    background: #ffffff;
}
.Kf-contact-us form .name_holder {
    display: flex;
    gap: 20px;
    width: 100%;
}
.Kf-contact-us form .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
}
.Kf-contact-us form .agree input[type=checkbox] {
    margin-right: 10px;
    width: auto;
    margin-bottom: 0;
}
.Kf-contact-us form .agree a {
    color: rgb(73,128,153);
    text-decoration: none;
    font-weight: 700;
}
.Kf-contact-us form .button {
    background: rgb(73,128,153);
    color: #ffffff;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease;
    width: 100%;
}
.Kf-contact-us form .button:hover {
    background: rgb(49,85,102);
    transform: scale(1.05);
}
@media only screen and (max-width: 800px) {
    .Kf-contact-us form .name_holder {
        flex-wrap: wrap;
        gap: 0;
    }
    .Kf-contact-us form input {
        width: 100%;
    }
    .Kf-contact-us .holder {
        flex-direction: column;
    }
    .Kf-contact-us h3 {
        font-size: 20px;
    }
}
.Wu-welcome-board {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(73,128,153);
}
.Wu-welcome-board .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.Wu-welcome-board .title_page_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(73,128,153,0.5));
    top: 0;
    left: 0;
    z-index: 1;
}
.Wu-welcome-board .style_element {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 50%;
    max-width: 1000px;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.Wu-welcome-board .style_element h1 {
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}
.Wu-welcome-board .style_element h3 {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
}
.Wu-welcome-board .style_element p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
    text-align: left;
}
@media only screen and (max-width: 800px) {
    .Wu-welcome-board .title_page_holder {
        min-height: 500px;
    }
    .Wu-welcome-board .style_element {
        width: 90%;
        padding: 40px 20px;
    }
    .Wu-welcome-board .style_element h1 {
        font-size: 38px;
    }
    .Wu-welcome-board .style_element h3 {
        font-size: 17px;
    }
    .Wu-welcome-board .style_element p {
        font-size: 14px;
    }
}
.yH-outer-container .Wu-welcome-board .title_page_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.yH-outer-container .Wu-welcome-board .style_element {
    width: 60%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.95);
    padding: 70px 50px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.yH-outer-container .Wu-welcome-board .title_page_holder::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.yH-outer-container .Wu-welcome-board .style_element h1 {
    color: #000000;
    margin-bottom: 20px;
}
.yH-outer-container .Wu-welcome-board .style_element h3 {
    color: #000000;
    margin-bottom: 15px;
}
.yH-outer-container .Wu-welcome-board .style_element p {
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .yH-outer-container .Wu-welcome-board .title_page_holder {
        flex-direction: column;
        padding: 20px;
    }
    .yH-outer-container .Wu-welcome-board .style_element {
        width: 90%;
        padding: 40px 20px;
    }
    .yH-outer-container .Wu-welcome-board .style_element h1 {
        font-size: 38px;
    }
    .yH-outer-container .Wu-welcome-board .style_element h3 {
        font-size: 17px;
    }
    .yH-outer-container .Wu-welcome-board .style_element p {
        font-size: 14px;
    }
}.EZ-appPage {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(97,170,204);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}
.EZ-appPage .container {
    width: 80%;
    max-width: 1000px;
    background: linear-gradient(145deg, rgb(73,128,153), rgb(49,85,102));
    padding: 60px 40px;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.EZ-appPage h2 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    background: linear-gradient(145deg, rgb(73,128,153), rgb(49,85,102));
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.EZ-appPage p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    position: relative;
}
@media only screen and (max-width: 800px) {
    .EZ-appPage {
        padding: 20px 10px;
    }
    .EZ-appPage .container {
        width: 95%;
        padding: 30px 20px;
    }
    .EZ-appPage h2 {
        font-size: 38px;
    }
    .EZ-appPage p {
        font-size: 15px;
    }
}
.Ny-company-overview {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(73,128,153) 30%, rgb(49,85,102) 100%);
    color: #000000;
    font-family: Arial, sans-serif;
}

.yH-outer-container .Ny-company-overview .holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.yH-outer-container .Ny-company-overview .holder .photo {
    display: block;
    width: 40%;
    height: 400px;
    flex-shrink: 0;
    max-width: 500px;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgb(73,128,153,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-left: 20px;
}

.yH-outer-container .Ny-company-overview .caption_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgb(73,128,153,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.yH-outer-container .Ny-company-overview .caption_holder::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: rgb(73,128,153,0.5);
    border-radius: 10px;
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}

.yH-outer-container .Ny-company-overview .caption_holder:hover::before {
    transform: translate(-10px, -10px);
}

.yH-outer-container .Ny-company-overview h2 {
    color: rgb(73,128,153);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.yH-outer-container .Ny-company-overview p {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .yH-outer-container .Ny-company-overview .caption_holder {
        flex-direction: column;
    }
    .yH-outer-container .Ny-company-overview .holder .photo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .yH-outer-container .Ny-company-overview .caption_holder::before {
        content: none;
    }
}

@media only screen and (max-width: 800px) {
    .yH-outer-container .Ny-company-overview .holder {
        flex-direction: column;
        align-items: center;
    }

    .yH-outer-container .Ny-company-overview .caption_holder {
        padding: 20px;
        text-align: center;
    }
}.mz-course-details {
    padding: 120px 0;
    background: rgb(97,170,204);
    position: relative;
    overflow: hidden;
}

.mz-course-details .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mz-course-details h2 {
    font-size: 46px;
    font-weight: 700;
    color: rgb(73,128,153);
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.mz-course-details h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 5px;
    background: rgb(49,85,102);
    transform: translateX(-50%);
}

.mz-course-details .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    width: 100%;
    padding: 0 20px;
}

.mz-course-details .course {
    background: #ffffff;
    border: 2px solid rgb(73,128,153,0.5);
    border-radius: 23px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.mz-course-details .course::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgb(49,85,102,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.mz-course-details .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mz-course-details .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid rgb(49,85,102,0.5);
}

.mz-course-details .text_holder {
    text-align: center;
    width: 100%;
}

.mz-course-details h3 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(73,128,153);
    margin-bottom: 15px;
    position: relative;
}

.mz-course-details h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 30px;
    height: 3px;
    background: rgb(49,85,102);
    transform: translateX(-50%);
}

.mz-course-details p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mz-course-details .button {
    display: inline-block;
    padding: 12px 24px;
    background: rgb(73,128,153);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid rgb(73,128,153);
}

.mz-course-details .button:hover {
    background: rgb(49,85,102);
    border-color: rgb(49,85,102);
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .mz-course-details {
        padding: 80px 0;
    }

    .mz-course-details h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .mz-course-details .items {
        gap: 20px;
    }

    .mz-course-details .course {
        padding: 15px;
    }

    .mz-course-details h3 {
        font-size: 18px;
    }

    .mz-course-details p {
        font-size: 14px;
        line-height: 1.4;
    }

    .mz-course-details .button {
        padding: 10px 20px;
        font-size: 18px;
    }
}.CA-join-now {
    padding: 5vh 0;
    background: linear-gradient(135deg, rgb(73,128,153), #000000);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.CA-join-now .container {
    background: rgba(#ffffff, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(#ffffff, 0.2);
    max-width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CA-join-now .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.CA-join-now .holder svg {
    padding: 1.5vh;
    background: rgb(49,85,102);
    width: 8vw;
    height: 8vw;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    margin-bottom: 2vh;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 2px solid #ffffff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.CA-join-now .holder svg:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.CA-join-now .holder svg path {
    fill: #ffffff;
}

.CA-join-now .holder h2 {
    font-size: calc(32px * 0.8);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 2vh 0;
    text-shadow: 0 0 10px rgb(73,128,153);
    user-select: text;
}

.CA-join-now .holder .button {
    padding: 1.5vh 3vw;
    background: rgb(73,128,153);
    color: #ffffff;
    text-decoration: none;
    font-size: calc(19px * 0.8);
    border-radius: 10px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(73,128,153);
    border: 2px solid #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.CA-join-now .holder .button:hover {
    background: rgb(49,85,102);
    transform: translateY(-0.2vh);
    box-shadow: 0 0 20px rgb(49,85,102);
}

.CA-join-now .holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgb(73,128,153,0.5);
}

@media only screen and (max-width: 1024px) {
    .CA-join-now {
        padding: 4.5vh 0;
    }
    .CA-join-now .container {
        max-width: 85vw;
    }
    .CA-join-now .holder svg {
        width: 10vw;
        height: 10vw;
        max-width: 70px;
        max-height: 70px;
    }
    .CA-join-now .holder h2 {
        font-size: calc(32px * 0.7);
    }
    .CA-join-now .holder .button {
        padding: 1.3vh 2.8vw;
        font-size: calc(19px * 0.7);
    }
}

@media only screen and (max-width: 800px) {
    .CA-join-now {
        padding: 4vh 0;
    }
    .CA-join-now .container {
        max-width: 90vw;
    }
    .CA-join-now .holder svg {
        width: 12vw;
        height: 12vw;
        max-width: 60px;
        max-height: 60px;
    }
    .CA-join-now .holder h2 {
        font-size: 21px;
        margin: 1.5vh 0;
    }
    .CA-join-now .holder .button {
        padding: 1.2vh 2.5vw;
        font-size: 20px;
    }
}footer {
    background: rgb(49,85,102);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0;
    border-top: 5px solid rgb(73,128,153);
    position: relative;
}
.footer {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgb(73,128,153,0.5);
    border-radius: 50%;
    z-index: 1;
    animation: animateBackground 10s linear infinite;
}
.footer::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgb(73,128,153,0.5);
    border-radius: 50%;
    z-index: 1;
    animation: animateBackground 12s linear infinite;
}
@keyframes animateBackground {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    fill: rgb(73,128,153);
    z-index: 2;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    z-index: 2;
}
footer h5 {
    color: rgb(73,128,153);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
footer h5::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: rgb(73,128,153);
    border-radius: 10px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(73,128,153);
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    z-index: 2;
}
footer .contact_info div svg, footer .contact_info div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(73,128,153);
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 16px;
    z-index: 2;
}
footer .footer_agreement {
    margin-top: 20px;
    text-align: center;
    z-index: 2;
    color: #ffffff;
}
footer .copyright {
    background: rgb(73,128,153);
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    z-index: 2;
}
footer .copyright_info {
    font-size: 14px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .menu a {
        margin: 10px;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
    footer .footer_agreement {
        text-align: left;
    }
}
.Yd-price-combo {
    position: relative;
    background: rgb(97,170,204);
    padding: 150px 0;
    overflow: hidden;
    isolation: isolate;
}

.Yd-price-combo::before,
.Yd-price-combo::after {
    content: '';
    position: absolute;
    inset: 0;
}

.Yd-price-combo::before {
    background: radial-gradient(circle at 0% 0%, rgb(73,128,153,0.5) 0%, transparent 50%),
                radial-gradient(circle at 100% 100%, rgb(49,85,102,0.5) 0%, transparent 50%);
    filter: blur(60px);
    z-index: 1;
}

.Yd-price-combo::after {
    background: repeating-linear-gradient(45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(0, 0, 0, 0.5) 1%, 
        transparent 1%, 
        transparent 4%);
    opacity: 0.03;
    z-index: 1;
}

.Yd-price-combo .container {
    position: relative;
    z-index: 2;
    max-width: 95vw;
    margin: 0 auto;
}

.Yd-price-combo .price_info_holder {
    display: grid;
    gap: 4rem;
}

.Yd-price-combo .photo {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    border-radius: calc(23px * 2);
    position: relative;
    overflow: hidden;
    transform: perspective(1500px) rotateX(10deg) scale(0.95);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.Yd-price-combo .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.3;
}

.Yd-price-combo .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        transparent 0%,
        #000000 200%
    );
    opacity: 0.2;
    backdrop-filter: blur(5px);
    transition: opacity 0.3s ease;
}

.Yd-price-combo .photo:hover {
    transform: perspective(1500px) rotateX(5deg) scale(0.98);
}

.Yd-price-combo .photo:hover::after {
    opacity: 0.1;
}

.Yd-price-combo h2 {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.Yd-price-combo h3 {
    font-size: 23px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.Yd-price-combo .price_items {
    display: grid;
    gap: 2rem;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    padding: 0 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    perspective: 1000px;
}

.Yd-price-combo .price_item {
    background: #ffffff;
    border-radius: 23px;
    padding: 4rem 3.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    isolation: isolate;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    min-height: 500px;
}

.Yd-price-combo .price_item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        135deg,
        rgb(73,128,153,0.5) 0%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.Yd-price-combo .price_item::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(
        135deg,
        rgb(73,128,153,0.5) 0%,
        rgb(49,85,102,0.5) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -2;
}

.Yd-price-combo .price_item:hover {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

.Yd-price-combo .price_item:hover::before {
    opacity: 0.1;
}

.Yd-price-combo .price_item:hover::after {
    opacity: 1;
}

.Yd-price-combo .price_item h3 {
    font-size: calc(23px * 1.2);
    color: rgb(73,128,153);
    font-weight: 600;
    margin: 0;
    transition: transform 0.3s ease;
}

.Yd-price-combo .price_item:hover h3 {
    transform: translateZ(10px);
}

.Yd-price-combo .price_item .price_amount {
    font-size: calc(42px * 1.2);
    color: #000000;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    background: linear-gradient(135deg, rgb(73,128,153) 0%, rgb(49,85,102) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
}

.Yd-price-combo .price_item:hover .price_amount {
    transform: translateZ(15px);
}

.Yd-price-combo .price_item span {
    font-size: calc(16px * 1.1);
    color: #000000;
    line-height: 1.7;
    transition: transform 0.3s ease;
}

.Yd-price-combo .price_item:hover span {
    transform: translateZ(5px);
}

.Yd-price-combo .price_item .button {
    margin-top: auto;
    background: linear-gradient(
        135deg,
        rgb(73,128,153) 0%,
        rgb(49,85,102) 100%
    );
    color: #ffffff;
    padding: 18px 36px;
    border-radius: 10px;
    text-decoration: none;
    font-size: calc(17px * 1.1);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.Yd-price-combo .price_item .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgb(49,85,102) 0%,
        rgb(73,128,153) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.Yd-price-combo .price_item .button:hover::before {
    opacity: 1;
}

@media (min-width: 768px) {
    .Yd-price-combo .price_items {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .Yd-price-combo .price_items:has(.price_item:nth-child(3)) {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .Yd-price-combo .price_items:has(.price_item:nth-child(4)) {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .Yd-price-combo .price_items:has(.price_item:nth-child(4)) .price_item:nth-child(3),
    .Yd-price-combo .price_items:has(.price_item:nth-child(4)) .price_item:nth-child(4) {
        grid-column: span 1;
    }
    
    .Yd-price-combo .price_item:nth-child(even) {
        transform: translateY(20px);
    }
    
    .Yd-price-combo .price_item:nth-child(even):hover {
        transform: translateY(10px) translateZ(20px);
    }
}

@media (min-width: 1200px) {
    .Yd-price-combo .container {
        max-width: 90vw;
    }
    
    .Yd-price-combo .photo {
        height: 550px;
    }
    
    .Yd-price-combo .price_items:has(.price_item:nth-child(4)) {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .Yd-price-combo .price_item {
        padding: 2rem 1rem;
    }
    
    .Yd-price-combo .price_item:nth-child(odd) {
        transform: translateY(20px);
    }
    
    .Yd-price-combo .price_item:nth-child(even) {
        transform: translateY(-20px);
    }
    
    .Yd-price-combo .price_item:hover {
        transform: translateY(0) translateZ(20px);
    }
}

@media (max-width: 767px) {
    .Yd-price-combo {
        padding: 100px 0;
    }
    
    .Yd-price-combo .container {
        max-width: 100vw;
        padding: 0 1rem;
    }
    
    .Yd-price-combo .photo {
        height: 350px;
        transform: perspective(1500px) rotateX(5deg) scale(0.98);
    }
    
    .Yd-price-combo .price_info_holder {
        gap: 3rem;
    }
    
    .Yd-price-combo .price_items {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1.5rem;
    }
    
    .Yd-price-combo .price_item {
        padding: 3rem 2rem;
        min-height: 400px;
    }
    
    .Yd-price-combo h2 {
        font-size: calc(38px * 0.9);
        padding: 0 1rem;
    }
    
    .Yd-price-combo h3 {
        font-size: calc(23px * 0.9);
        padding: 0 1rem;
    }
}.ml-target-audience {
    position: relative;
    background: rgb(97,170,204);
    padding: 160px 0;
    overflow: hidden;
}

.ml-target-audience::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(73,128,153,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(49,85,102,0.5) 0%, transparent 30%);
    opacity: 0.1;
}

.ml-target-audience .container {
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
}

.ml-target-audience .who_needs_photo {
    position: relative;
    width: calc(100% + 80px);
    padding-bottom: 140%;
    margin-left: -80px;
    border-radius: 0 11px 11px 0;
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.5);
}

.ml-target-audience .who_needs_photo::before,
.ml-target-audience .who_needs_photo::after {
    content: '';
    position: absolute;
    border: 2px solid rgb(73,128,153);
    border-radius: 10px;
}

.ml-target-audience .who_needs_photo::before {
    top: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    border-left: 0;
    border-bottom: 0;
}

.ml-target-audience .who_needs_photo::after {
    bottom: -20px;
    left: 80px;
    width: 100px;
    height: 100px;
    border-right: 0;
    border-top: 0;
    opacity: 0.5;
}

.ml-target-audience .who_needs_text {
    padding-left: 100px;
}

.ml-target-audience .who_needs_text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    padding-top: 30px;
}
.ml-target-audience .who_needs_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ml-target-audience .who_needs_list div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.ml-target-audience .who_needs_list div:nth-child(odd) {
    transform: translateX(-30px);
}

.ml-target-audience .who_needs_list div:hover {
    transform: translateX(0);
    background: rgb(73,128,153);
    color: #ffffff;
}

.ml-target-audience .who_needs_list div::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: calc(11px - 2px);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.ml-target-audience .who_needs_list div:hover::before {
    border-color: #ffffff;
    opacity: 0.2;
}

.ml-target-audience .who_needs_list svg {
    width: 36px;
    height: 36px;
    fill: rgb(73,128,153);
    flex-shrink: 0;
    transition: all 0.3s ease;
    padding: 8px;
    background: rgb(97,170,204);
    border-radius: 10px;
}

.ml-target-audience .who_needs_list div:hover svg {
    fill: #ffffff;
    background: transparent;
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .ml-target-audience {
        padding: 120px 0;
    }

    .ml-target-audience .who_needs_photo {
        width: 100%;
        margin-left: 0;
    }

    .ml-target-audience .who_needs_text {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .ml-target-audience .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .ml-target-audience .who_needs_photo {
        padding-bottom: 100%;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 11px;
    }

    .ml-target-audience .who_needs_text {
        padding-left: 0;
        text-align: center;
    }

    .ml-target-audience .who_needs_list div {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .ml-target-audience {
        padding: 80px 0;
    }

    .ml-target-audience .who_needs_list div,
    .ml-target-audience .who_needs_list div:nth-child(odd),
    .ml-target-audience .who_needs_list div:nth-child(even) {
        transform: translateX(0);
        padding: 25px 30px;
    }

    .ml-target-audience .who_needs_text h2 {
        font-size: calc(32px * 0.9);
    }
}

@media (max-width: 576px) {
    .ml-target-audience {
        padding: 60px 0;
    }

    .ml-target-audience .who_needs_list svg {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .ml-target-audience .who_needs_text h2 {
        font-size: calc(32px * 0.8);
    }

    .ml-target-audience .who_needs_list div {
        padding: 20px 25px;
        gap: 20px;
    }
}.nl-benefits-summary {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(73,128,153), rgb(49,85,102));
    position: relative;
    overflow: hidden;
}

.nl-benefits-summary::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%);
    background-size: 20px 20px;
    opacity: 0.1;
    animation: backgroundMove 30s linear infinite;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, 20px); }
}

.nl-benefits-summary .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.nl-benefits-summary .advantages_content h2 {
    font-size: clamp(24px, 5vw, 30px);
    color: #ffffff;
    text-align: center;
    margin: 0 0 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
}

.nl-benefits-summary .advantages_content h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
}

.nl-benefits-summary .advantages_photo_holder {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
    gap: 40px;
    perspective: 1000px;
}

.nl-benefits-summary .advantages_photo_holder .photo {
    width: 35%;
    min-height: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    flex-shrink: 0;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
}

.nl-benefits-summary .advantages_photo_holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: brightness(0.7);
    transition: filter 0.5s ease;
}

.nl-benefits-summary .advantages_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    width: 65%;
    background: #ffffff;
    border-radius: 13px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.nl-benefits-summary .advantages_holder .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    background: rgb(97,170,204);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nl-benefits-summary .advantages_holder .advantage_item::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(135deg, transparent, rgb(73,128,153,0.5), transparent);
    transition: all 0.6s ease;
}

.nl-benefits-summary .advantages_holder .advantage_item .advantage_image {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.nl-benefits-summary .advantages_holder .advantage_item svg,
.nl-benefits-summary .advantages_holder .advantage_item svg path {
    width: 50px;
    height: 50px;
    fill: rgb(73,128,153);
    transition: all 0.3s ease;
}

.nl-benefits-summary .advantages_holder .advantage_item h4 {
    color: #000000;
    font-size: 17px;
    margin-top: 15px;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 1024px) {
    .nl-benefits-summary .advantages_photo_holder {
        flex-direction: column;
    }

    .nl-benefits-summary .advantages_photo_holder .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }

    .nl-benefits-summary .advantages_holder {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .nl-benefits-summary {
        padding: 60px 0;
    }

    .nl-benefits-summary .advantages_content {
        padding: 20px;
    }

    .nl-benefits-summary .advantages_holder {
        grid-template-columns: 1fr;
    }

    .nl-benefits-summary .advantages_photo_holder .photo {
        height: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .nl-benefits-summary .advantages_content h2 {
        font-size: 24px;
    }

    .nl-benefits-summary .advantages_holder .advantage_item {
        padding: 20px 15px;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(73,128,153), rgb(49,85,102));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 10px solid rgb(73,128,153);
    border-bottom: 2px solid rgb(73,128,153);
    background: linear-gradient(135deg, rgb(97,170,204), #ffffff);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(73,128,153);
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff, rgb(97,170,204));
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(73,128,153);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(73,128,153);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 21px;
    text-align: center;
    color: rgb(49,85,102);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(73,128,153);
    padding-bottom: 10px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    border-top: 2px solid rgb(73,128,153);
    padding-top: 10px;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(73,128,153);
    padding: 10px 16px;
    color: rgb(49,85,102);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
}.kK-stay-informed {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.kK-stay-informed .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kK-stay-informed input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(49,85,102,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.kK-stay-informed h2 {
    margin-bottom: 20px;
    text-align: center;
}

.kK-stay-informed .button {
    background: rgb(49,85,102);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.kK-stay-informed .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .kK-stay-informed .holder {
        flex-direction: column;
    }

    .kK-stay-informed {
        padding: 30px 20px;
    }

    .kK-stay-informed input {
        min-width: unset;
    }

    .kK-stay-informed .button {
        flex-shrink: unset;
    }

    .kK-stay-informed .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .kK-stay-informed input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .yH-outer-container .kK-stay-informed .holder h2 {
        font-size: 20px;
    }
}

.yH-outer-container .kK-stay-informed {
    padding: 100px 20px;
    background: linear-gradient(120deg, rgb(73,128,153) 0%, rgb(49,85,102) 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);
}

.yH-outer-container .kK-stay-informed::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(73,128,153,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;
    }
}

.yH-outer-container .kK-stay-informed .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.yH-outer-container .kK-stay-informed h2 {
    font-size: 46px;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: Arial, 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);
    }
}

.yH-outer-container .kK-stay-informed .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.yH-outer-container .kK-stay-informed input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 16px;
    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;
}

.yH-outer-container .kK-stay-informed input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(73,128,153,0.5);
}

.yH-outer-container .kK-stay-informed .button {
    padding: 20px 50px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    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;
}

.yH-outer-container .kK-stay-informed .button:hover {
    background: rgb(73,128,153);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(73,128,153,0.5);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .yH-outer-container .kK-stay-informed {
        padding: 80px 20px;
    }

    .yH-outer-container .kK-stay-informed h2 {
        font-size: 31px;
    }

    .yH-outer-container .kK-stay-informed .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .yH-outer-container .kK-stay-informed input[type="email"] {
        width: 100%;
    }

    .yH-outer-container .kK-stay-informed .button {
        width: 100%;
    }
}header .top_plank {
    background: rgb(73,128,153);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.GW-educational-rewards {
    position: relative;
    padding: 180px 0;
    background-color: rgb(97,170,204);
    overflow: hidden;
}

.GW-educational-rewards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(73,128,153,0.5) 0%,
        rgb(49,85,102,0.5) 1px,
        transparent 2px,
        transparent 8px
    );
    opacity: 0.15;
}

.GW-educational-rewards .container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

.GW-educational-rewards .holder {
    position: relative;
}

.GW-educational-rewards .content_holder {
    position: relative;
    min-height: 600px;
    padding: 80px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.GW-educational-rewards .content_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        225deg,
        transparent 0%,
        rgb(49,85,102) 100%
    );
    z-index: 1;
    opacity: 0.95;
}

.GW-educational-rewards .content_holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(73,128,153);
    opacity: 0.08;
    mask: repeating-conic-gradient(
        from 45deg,
        #000 0deg 90deg,
        transparent 90deg 180deg
    );
    mask-size: 12px 12px;
}

.GW-educational-rewards .content_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 80px;
    padding-left: 30px;
    max-width: 800px;
    border-left: 5px solid rgb(73,128,153);
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.GW-educational-rewards .content_holder div {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    width: 100%;
}

.GW-educational-rewards .content_holder p {
    position: relative;
    color: #ffffff;
    font-size: calc(12px * 1.1);
    line-height: 1.8;
    margin: 0;
    padding: 35px 45px;
    background: linear-gradient(
        120deg,
        rgb(73,128,153,0.5) 0%,
        rgb(49,85,102,0.5) 100%
    );
    border-radius: 20px;
    border: 1px solid rgb(73,128,153,0.5);
    backdrop-filter: blur(15px);
    transition: all 0.4s ease;
}

.GW-educational-rewards .content_holder p:hover {
    transform: translateY(-10px);
    background: linear-gradient(
        120deg,
        rgb(49,85,102,0.5) 0%,
        rgb(73,128,153,0.5) 100%
    );
}

.GW-educational-rewards .content_holder p::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-right: 2px solid rgb(73,128,153,0.5);
    border-bottom: 2px solid rgb(73,128,153,0.5);
    opacity: 0.5;
    border-radius: 0 0 10px 0;
}

/* Tablet Styles */
@media (max-width: 1200px) {
    .GW-educational-rewards {
        padding: 120px 0;
    }

    .GW-educational-rewards .content_holder {
        padding: 60px 40px;
    }

    .GW-educational-rewards .content_holder div {
        grid-template-columns: repeat(2, 1fr);
    }

    .GW-educational-rewards .content_holder h3 {
        font-size: calc(40px * 0.9);
        margin-bottom: 50px;
        max-width: 600px;
    }

    .GW-educational-rewards .content_holder p {
        padding: 30px 35px;
        font-size: 12px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .GW-educational-rewards {
        padding: 80px 0;
    }

    .GW-educational-rewards .container {
        padding: 0 20px;
    }

    .GW-educational-rewards .content_holder {
        padding: 40px 25px;
    }

    .GW-educational-rewards .content_holder h3 {
        font-size: calc(40px * 0.75);
        margin-bottom: 40px;
        padding-left: 20px;
    }

    .GW-educational-rewards .content_holder div {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .GW-educational-rewards .content_holder p {
        padding: 25px 30px;
        font-size: calc(12px * 0.95);
    }

    .GW-educational-rewards .content_holder p:hover {
        transform: translateY(-5px);
    }

    .GW-educational-rewards .content_holder p::after {
        width: 30px;
        height: 30px;
        right: 15px;
        bottom: 15px;
    }
}