* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.wrapper-skeleton_0Bw {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(196,199,215);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.title_board_UvP {
    width: 100%;
    overflow: hidden;
}
.title_board_UvP .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.title_board_UvP .title_page_holder::before,
.title_board_UvP .title_page_holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.title_board_UvP .title_page_holder::before {
    background: linear-gradient(to bottom, rgb(122,175,197,0.5) 0%, rgb(122,175,197,0.5) 100%);
}
.title_board_UvP .title_page_holder::after {
    background: rgba(0, 0, 0, 0.3);
}
.title_board_UvP .style_element {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 60%;
    max-width: 1200px;
    padding: 40px;
    border-radius: 17px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.title_board_UvP .style_element h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: rgb(38,119,147);
    margin-bottom: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.title_board_UvP .style_element h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: rgb(38,119,147,0.5);
    margin-bottom: 12px;
    text-align: left;
}
.title_board_UvP .style_element p {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 24px;
}

.wrapper-skeleton_0Bw .title_board_UvP .title_page_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.wrapper-skeleton_0Bw .title_board_UvP .style_element {
    width: 50%;
    max-width: 1000px;
    background: #ffffff;
    padding: 50px;
    border-radius: 17px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.wrapper-skeleton_0Bw .title_board_UvP .title_page_holder::before {
    clip-path: polygon(100% 0, 70% 0, 40% 100%, 0 100%);
}
.wrapper-skeleton_0Bw .title_board_UvP .style_element h1 {
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.wrapper-skeleton_0Bw .title_board_UvP .style_element h3 {
    color: rgb(38,119,147);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.wrapper-skeleton_0Bw .title_board_UvP .style_element p {
    color: #000000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
    .title_board_UvP .title_page_holder {
        min-height: 500px;
        height: auto;
    }
    .wrapper-skeleton_0Bw .title_board_UvP .style_element {
        width: 100%;
        padding: 30px;
    }
    .title_board_UvP .style_element h1 {
        font-size: 28px;
    }
    .title_board_UvP .style_element h3 {
        font-size: 24px;
    }
    .title_board_UvP .style_element p {
        font-size: 16px;
    }
}.appWrapper_xN8 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(122,175,197,0.5);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.appWrapper_xN8::before,
.appWrapper_xN8::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(122,175,197,0.5);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
}
.appWrapper_xN8::before {
    top: 10%;
    left: 15%;
}
.appWrapper_xN8::after {
    bottom: 10%;
    right: 15%;
}
.appWrapper_xN8 .container {
    background: rgb(196,199,215);
    padding: 40px;
    border-radius: 11px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    width: 100%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    border: 1px solid rgb(38,119,147);
}
.appWrapper_xN8 .container::before,
.appWrapper_xN8 .container::after {
    content: "";
    position: absolute;
    border: 2px solid rgb(38,119,147);
    z-index: -1;
}
.appWrapper_xN8 .container::before {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}
.appWrapper_xN8 .container::after {
    bottom: -10px;
    right: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}
.appWrapper_xN8 h2 {
    font-size: 43px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(122,175,197);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(38,119,147);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.appWrapper_xN8 p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: center;
    text-justify: inter-word;
    position: relative;
    padding: 20px 0;
}
.appWrapper_xN8 p::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: rgb(122,175,197);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.appWrapper_xN8 p::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: rgb(122,175,197);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 800px) {
    .appWrapper_xN8 {
        padding: 20px;
    }
    .appWrapper_xN8 .container {
        padding: 20px;
    }
    .appWrapper_xN8 h2 {
        font-size: 36px;
    }
}
.privacy_reservoir_OfW {
    background-color: rgb(122,175,197);
    padding: 2em;
    font-family: Playfair Display, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 20px rgb(122,175,197,0.5);
    margin: 0 auto;
    border: 1px solid rgb(122,175,197,0.5);
}
.privacy_reservoir_OfW h1 {
    font-size: 39px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
    text-shadow: 0 0 10px rgb(122,175,197,0.5);
}
.privacy_reservoir_OfW h2 {
    font-size: 33px;
    color: rgb(38,119,147);
    font-weight: 600;
    margin-bottom: 1em;
    text-shadow: 0 0 8px rgb(38,119,147,0.5);
}
.privacy_reservoir_OfW h3,
.privacy_reservoir_OfW h4,
.privacy_reservoir_OfW h5,
.privacy_reservoir_OfW h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}
.privacy_reservoir_OfW h3 {
    font-size: calc(20px - 0.2em);
    font-weight: 400;
}
.privacy_reservoir_OfW h4 {
    font-size: calc(20px - 0.4em);
    font-weight: 400;
}
.privacy_reservoir_OfW h5 {
    font-size: 20px;
    font-weight: 300;
}
.privacy_reservoir_OfW h6 {
    font-size: 20px;
    font-weight: 300;
}
.privacy_reservoir_OfW ul,
.privacy_reservoir_OfW ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
.privacy_reservoir_OfW ul {
    list-style-type: circle;
}
.privacy_reservoir_OfW ol {
    list-style-type: decimal;
}
.privacy_reservoir_OfW li {
    margin-bottom: 0.75em;
    font-size: 14px;
    color: #ffffff;
}
.privacy_reservoir_OfW p {
    font-size: 14px;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #ffffff;
}
.privacy_reservoir_OfW span {
    color: rgb(122,175,197);
    font-weight: 600;
}
.privacy_reservoir_OfW div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {
    .privacy_reservoir_OfW {
        padding: 1em;
        border-radius: 10px;
    }
    .privacy_reservoir_OfW h1 {
        font-size: calc(20px - 0.5em);
    }
    .privacy_reservoir_OfW h2 {
        font-size: calc(20px - 0.4em);
    }
    .privacy_reservoir_OfW p,
    .privacy_reservoir_OfW li {
        font-size: calc(14px - 0.2em);
    }
}
.privacy_reservoir_OfW h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: rgb(122,175,197);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(122,175,197,0.5);
}
.privacy_reservoir_OfW h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: rgb(38,119,147);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(38,119,147,0.5);
}
.privacy_reservoir_OfW ul li::before,
.privacy_reservoir_OfW ol li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgb(122,175,197);
    border-radius: 50%;
    margin-right: 0.5em;
    box-shadow: 0 0 5px rgb(122,175,197,0.5);
}
.privacy_reservoir_OfW a {
    color: rgb(122,175,197);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(122,175,197,0.5);
}
.privacy_reservoir_OfW a:hover {
    color: rgb(38,119,147);
    box-shadow: 0 0 5px rgb(38,119,147,0.5);
}
.privacy_reservoir_OfW blockquote {
    margin: 1em 0;
    padding: 1.5em;
    border-left: 5px solid rgb(122,175,197);
    background-color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(122,175,197,0.5);
}.contact_4GQ {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact_4GQ h3 {
    color: rgb(38,119,147);
}

.contact_4GQ .form {
    background: rgb(196,199,215);
    border-radius: 10px;
}

.contact_4GQ .info svg, .contact_4GQ .info svg path {
    fill: rgb(122,175,197);
}

.contact_4GQ .info .contact_info h5 {
    color: rgb(122,175,197);
}

.contact_4GQ .info span {
    color: #000000;
}

.contact_4GQ .info .contact_info svg, .contact_4GQ .info .contact_info svg path {
    fill: #000000;
}

.contact_4GQ form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact_4GQ form .button {
    background: rgb(38,119,147);
    color: #ffffff;
    border-radius: 100px;
}

.contact_4GQ form .button:hover {
    background: rgb(122,175,197);
}


.contact_4GQ .holder {
    display: flex;
}

.contact_4GQ .holder > div {
    width: 80%;
    padding: 40px;
}

.contact_4GQ .form {

}

.contact_4GQ .form form {
    display: flex;
    flex-direction: column;
}

.contact_4GQ h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact_4GQ .info {
    padding-top: 40px;
}

.contact_4GQ form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact_4GQ form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact_4GQ .info .contact_info h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact_4GQ .info svg, .contact_4GQ .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact_4GQ .info span {
    font-size: 15px;
}

.contact_4GQ .logo_holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact_4GQ .logo_holder svg, .contact_4GQ .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.contact_4GQ .info .contact_info {
    text-align: center;
}
.contact_4GQ .info .contact_info span {
    font-weight: 300;
}

.contact_4GQ .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
}

.contact_4GQ .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact_4GQ .name_holder #surname {
    margin-left: 24px;
}

.contact_4GQ .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_4GQ .agree label {
    display: block;
}

.contact_4GQ .agree a {
    margin-left: 5px;
    color: rgb(122,175,197);
}

.contact_4GQ .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

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

    .contact_4GQ .holder > div {
        width: 100%;
    }

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

    .contact_4GQ h3 {
        font-size: 30px;
    }
}

.wrapper-skeleton_0Bw .contact_4GQ .holder {
    justify-content: center;
    position: relative;
    padding-top: 20px;
    flex-direction: column-reverse;
    align-items: center;
}

.wrapper-skeleton_0Bw .contact_4GQ {
    background: linear-gradient(to right, rgb(122,175,197,0.5), rgb(196,199,215));
    padding-top: 100px;
}

.wrapper-skeleton_0Bw .contact_4GQ .form {
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 30px;

}

.wrapper-skeleton_0Bw .contact_4GQ .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-skeleton_0Bw .contact_4GQ form {
    align-items: center;
}

.wrapper-skeleton_0Bw .contact_4GQ form input {
    background: none;
    border: none;
    border-bottom: 1px solid rgb(38,119,147);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
}

.wrapper-skeleton_0Bw .contact_4GQ form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}

.wrapper-skeleton_0Bw .contact_4GQ .name_holder {
    flex-direction: column;
    width: 100%;
}

.wrapper-skeleton_0Bw .contact_4GQ .name_holder #surname {
    margin-left: 0;
}

.wrapper-skeleton_0Bw .contact_4GQ h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
}

.wrapper-skeleton_0Bw .contact_4GQ .agree {
    width: 100%;
}

.wrapper-skeleton_0Bw .contact_4GQ .agree a {
    text-decoration: none;
    color: rgb(122,175,197);
}

.wrapper-skeleton_0Bw .contact_4GQ form .button {
    background: rgb(122,175,197);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton_0Bw .contact_4GQ {
        padding-top: 80px;
    }

    .wrapper-skeleton_0Bw .contact_4GQ .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .wrapper-skeleton_0Bw .contact_4GQ form .button {
        width: 100%;
    }

    .wrapper-skeleton_0Bw .contact_4GQ h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}.customer_comments_hd1 {
    position: relative;
    overflow: hidden;
    background: rgb(196,199,215);
    padding: 80px 0;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
    .customer_comments_hd1 .reviews .review {
        width: calc(100% - 20px);
    }
}
header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(122,175,197);
}
header .menu a {
    color: rgb(38,119,147);
}
header .menu a:hover {
    color: rgb(122,175,197);
}
header .menu a.active {
    border: 2px solid rgb(38,119,147);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(122,175,197);
    border: 2px solid rgb(122,175,197);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}
header .main_header {
    width: 100%;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;

}
header .logo_desc {
    font-size: 15px;
    font-weight: 700;
}
header .logo_holder .logo_desc {
    text-transform: uppercase;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
}
header .menu {
    display: flex;
}
header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 12px;
}
body .wrapper-skeleton_0Bw 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: 30px;
        position: static;
        top:100%;
        left:0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(122,175,197);
        background: none;
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-skeleton_0Bw header .header_content {
    border-radius: 60px;
    box-shadow: 1px 1px 7px 2px rgba(0,0,0,.2);
    position: relative;
    z-index: 99;
}
.wrapper-skeleton_0Bw header .main_header {
    padding: 10px 0;
}
.wrapper-skeleton_0Bw header .logo_holder {
    background: rgb(38,119,147);
    border-radius: 60px;
}
.wrapper-skeleton_0Bw header .logo_holder .logotype svg,.wrapper-skeleton_0Bw header .logo_holder .logotype img {
    height: 44px;
    width: 44px;
}
.wrapper-skeleton_0Bw .logotype {
    padding: 5px 35px;
}
.wrapper-skeleton_0Bw header .menu {
    padding-right: 35px;
}
.wrapper-skeleton_0Bw header .menu a {
    padding: 18px 0;
    margin: 0 15px;
    position: relative;
}
.wrapper-skeleton_0Bw header .menu a:hover {
    color: rgb(38,119,147);
}
.wrapper-skeleton_0Bw header .menu a:before {
    content: "";
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 0;
    border-radius: 30px;
    background-color: rgb(122,175,197);
    position: absolute;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wrapper-skeleton_0Bw header .menu a:hover:before {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {
    .wrapper-skeleton_0Bw header .menu {
        padding: 10px;
        align-items: center;
        border-radius: 10px;
    }
    .wrapper-skeleton_0Bw header .header_content {
        border-radius: 10px;
        align-items: center;
        padding: 0;

    }
    .wrapper-skeleton_0Bw header .logo_holder {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .wrapper-skeleton_0Bw header .menu a {
        padding: 10px 0;
    }
}.training_method_A4q {
    position: relative;
    width: 100%;
    background: #000000;
}

.training_method_A4q .work_holder {
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.training_method_A4q .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 1px,
        transparent 2px,
        rgba(0, 0, 0, 0.5) 3px
    );
    z-index: 1;
}

.training_method_A4q .work_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(90deg, 
            transparent 0%,
            rgb(122,175,197,0.5) 50%,
            transparent 100%
        );
    opacity: 0.7;
    z-index: 2;
}

.training_method_A4q .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-end;
}

.training_method_A4q .text_holder {
    width: 55%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgb(122,175,197,0.5);
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 
        0 0 30px rgb(122,175,197,0.5),
        inset 0 0 20px rgb(122,175,197,0.5);
    position: relative;
    isolation: isolate;
}

.training_method_A4q .text_holder::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg,
        transparent 0%,
        rgb(122,175,197) 50%,
        transparent 100%
    );
    z-index: -1;
    opacity: 0.3;
    border-radius: inherit;
}

.training_method_A4q .text_holder h4 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg,
        #ffffff 0%,
        rgb(122,175,197) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.training_method_A4q .text_holder p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1rem;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .training_method_A4q .container {
        justify-content: center;
    }

    .training_method_A4q .text_holder {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .training_method_A4q .work_holder {
        padding: 2rem 0;
    }

    .training_method_A4q .text_holder {
        width: 100%;
        padding: 1.5rem;
    }

    .training_method_A4q .text_holder h4 {
        font-size: calc(34px * 0.85);
    }

    .training_method_A4q .text_holder p {
        font-size: calc(16px * 0.95);
        line-height: 1.6;
    }
}.advantages_highlights_Syb {
    padding: 80px 0;
    background: rgb(196,199,215);
}
.advantages_highlights_Syb .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.advantages_highlights_Syb .advantages_photo_holder {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.advantages_highlights_Syb .advantages_photo_holder .photo {
    width: 100%;
    height: auto;
    border-top: 4px solid rgb(122,175,197);
    height: 400px;
}
.advantages_highlights_Syb .advantages_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.advantages_highlights_Syb .advantages_holder .advantage_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.advantages_highlights_Syb .advantages_holder .advantage_item svg, .advantages_highlights_Syb .advantages_holder .advantage_item svg path {
    width: 55px;
    height: 55px;
    fill: rgb(122,175,197);
    margin-right: 20px;
}
.advantages_highlights_Syb .advantages_content h2 {
    font-size: 30px;
    color: rgb(122,175,197);
    text-align: center;
    margin: 20px 0;
    margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
    .advantages_highlights_Syb .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages_highlights_Syb .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
    }
    .advantages_highlights_Syb .advantages_content h2 {
        font-size: 19px;
    }
    .advantages_highlights_Syb .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }
    .advantages_highlights_Syb .advantages_holder .advantage_item {
        width: 100%;
        justify-content: flex-start;
    }
}.educational_rewards_JVX {
    position: relative;
    padding: 80px 0;
    background: rgb(196,199,215);
    overflow: hidden;
}

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

.educational_rewards_JVX .holder {
    border-radius: 22px;
    padding: 20px;
    backdrop-filter: blur(10px);
    background: linear-gradient(45deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgb(38,119,147,0.5) 100%);
}

.educational_rewards_JVX .content_holder {
    position: relative;
    border-radius: 22px;
    padding: 60px 40px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.educational_rewards_JVX .content_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 50%,
        #000000 100%);
    border-radius: 22px;
}

.educational_rewards_JVX .content_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(122,175,197);
}

.educational_rewards_JVX .content_holder div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.educational_rewards_JVX .content_holder p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-left: 3px solid rgb(122,175,197);
    transition: transform 0.3s ease;
}

.educational_rewards_JVX .content_holder p:hover {
    transform: translateY(-5px);
}

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

    .educational_rewards_JVX .content_holder {
        min-height: 500px;
        padding: 40px 30px;
    }

    .educational_rewards_JVX .content_holder div {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .educational_rewards_JVX .content_holder h3 {
        font-size: calc(31px * 0.9);
    }
}

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

    .educational_rewards_JVX .holder {
        padding: 15px;
    }

    .educational_rewards_JVX .content_holder {
        min-height: 400px;
        padding: 30px 20px;
    }

    .educational_rewards_JVX .content_holder h3 {
        font-size: calc(31px * 0.8);
        margin-bottom: 20px;
    }

    .educational_rewards_JVX .content_holder p {
        font-size: calc(17px * 0.95);
        padding: 15px;
    }
}.mentorship_profile_eKd {
    padding: 100px 20px;
    background: rgb(38,119,147);
    position: relative;
    overflow: hidden;
}

.mentorship_profile_eKd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(122,175,197,0.5) 25%, rgb(38,119,147,0.5) 75%);
    opacity: 0.7;
    z-index: 0;
}

.mentorship_profile_eKd .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mentorship_profile_eKd .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
}

.mentorship_profile_eKd .review {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 29px;
    padding: 30px;
    margin: 20px;
    flex: 1 1 calc(33.333% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.mentorship_profile_eKd .review:hover {
    box-shadow: 0 20px 40px rgba(0, 255, 255, 0.5);
}

.mentorship_profile_eKd .photo {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    margin-bottom: 20px;
}

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

.mentorship_profile_eKd .review .name {
    font-family: Playfair Display, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.8);
}

.mentorship_profile_eKd .review span {
    font-size: 12px;
    color: rgb(122,175,197);
    font-weight: 400;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.8);
}

.mentorship_profile_eKd .review .quote {
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    border-left: 4px solid rgb(122,175,197);
    padding-left: 10px;
    margin: 10px 0;
    line-height: 1.5;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.8);
}

@media only screen and (max-width: 1200px) {
    .mentorship_profile_eKd .holder {
        flex-direction: column;
        align-items: center;
    }

    .mentorship_profile_eKd {
        padding: 70px 10px;
    }

    .mentorship_profile_eKd .review {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

    .mentorship_profile_eKd .photo {
        height: 200px;
    }

    .mentorship_profile_eKd {
        padding: 50px 5px;
    }
}

.wrapper-skeleton_0Bw .mentorship_profile_eKd .holder {
    justify-content: space-between;
}

.wrapper-skeleton_0Bw .mentorship_profile_eKd .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 20px;
    margin: 20px 0;
}

.wrapper-skeleton_0Bw .mentorship_profile_eKd .photo {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    flex-shrink: 0;
}

.wrapper-skeleton_0Bw .worker_description {
    width: calc(100% - 240px);
}

.wrapper-skeleton_0Bw .mentorship_profile_eKd .review::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: rgb(122,175,197);
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(122,175,197);
    animation: pulse 2s infinite;
}

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

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

    .wrapper-skeleton_0Bw .mentorship_profile_eKd .photo {
        width: 150px;
        height: 150px;
        margin: 0 0 20px 0;
    }

    .wrapper-skeleton_0Bw .worker_description {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton_0Bw .mentorship_profile_eKd .review {
        padding: 10px;
    }

    .wrapper-skeleton_0Bw .mentorship_profile_eKd .photo {
        width: 100px;
        height: 100px;
    }

    .wrapper-skeleton_0Bw .worker_description {
        padding: 10px;
    }
}
footer {
    background: rgb(38,119,147);
    color: #ffffff;
}

footer .copyright {
    background: rgb(122,175,197);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(122,175,197);
}

footer h5 {
    color: rgb(122,175,197);
}

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: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

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

@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;
    }

}

.wrapper-skeleton_0Bw footer .logo_holder svg, .wrapper-skeleton_0Bw footer .logo_holder img {
    width: 55px;
    height: 55px;
    margin: 0;
}

.wrapper-skeleton_0Bw footer {
    padding-top: 60px;
    padding-bottom: 40px;
}

.wrapper-skeleton_0Bw footer .footer {
    padding: 0;
}

.wrapper-skeleton_0Bw footer .footer_info {
    flex-direction: column;
    width: 100%;
}

.wrapper-skeleton_0Bw footer .menu {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}

.wrapper-skeleton_0Bw footer .copyright {
    background: rgb(38,119,147);
}

.wrapper-skeleton_0Bw footer .menu_holder {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.wrapper-skeleton_0Bw footer .menu a {
    font-weight: 400;
    margin-right: 24px;
}

.wrapper-skeleton_0Bw footer .menu a:last-child {
    margin-right: 0;
}

.wrapper-skeleton_0Bw footer .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.wrapper-skeleton_0Bw footer h5 {
    white-space: nowrap;
    font-size: 15px;
    margin: 0;
}

footer .copyright {
    padding: 10px 0;
}

.wrapper-skeleton_0Bw footer .copyright_info {
    text-align: right;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton_0Bw footer .footer_info {
        padding: 0;
        align-items: center;
    }

    .wrapper-skeleton_0Bw footer h5 {
        display: none;
    }

    .wrapper-skeleton_0Bw footer .menu_holder {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .wrapper-skeleton_0Bw footer .menu a {
        margin-right: 0;
    }

    .wrapper-skeleton_0Bw footer .copyright_info {
        text-align: center;
    }
}.explore_now_CW6 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(196,199,215) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(122,175,197,0.5);
    box-shadow: 0 0 20px rgb(122,175,197,0.5), 0 0 40px rgb(38,119,147,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.explore_now_CW6::before,
.explore_now_CW6::after {
    content: '';
    position: absolute;
    opacity: 0.15;
    z-index: 1;
}

.explore_now_CW6::before {
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(122,175,197),
        rgb(122,175,197) 10px,
        rgb(122,175,197,0.5) 10px,
        rgb(122,175,197,0.5) 20px
    );
    transform: rotate(45deg);
}

.explore_now_CW6::after {
    bottom: -50%;
    right: -20%;
    width: 140%;
    height: 200%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(38,119,147),
        rgb(38,119,147) 10px,
        rgb(38,119,147,0.5) 10px,
        rgb(38,119,147,0.5) 20px
    );
    transform: rotate(-45deg);
}

.explore_now_CW6 .container {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explore_now_CW6 .holder {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 30px;
    border: 2px solid rgb(122,175,197,0.5);
    box-shadow: 0 0 20px rgb(122,175,197,0.5), 0 0 40px rgb(38,119,147,0.5);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    gap: 30px;
}

.explore_now_CW6 .holder::before,
.explore_now_CW6 .holder::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    opacity: 0.1;
    z-index: -1;
}

.explore_now_CW6 .holder::before {
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgb(122,175,197) 0%, transparent 70%);
}

.explore_now_CW6 .holder::after {
    bottom: -50%;
    right: -50%;
    background: radial-gradient(circle, rgb(38,119,147) 0%, transparent 70%);
}

.explore_now_CW6 .holder svg {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 0 10px rgb(122,175,197));
    position: relative;
    z-index: 2;
}

.explore_now_CW6 .holder svg path {
    fill: rgb(122,175,197);
}

.explore_now_CW6 .holder h2 {
    font-size: 36px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.explore_now_CW6 .holder .button {
    padding: 15px 30px;
    background: rgb(122,175,197);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 2;
}

.explore_now_CW6 .holder .button:hover {
    background-color: rgb(38,119,147);
}

@media only screen and (max-width: 1024px) {
    .explore_now_CW6 {
        padding: 60px 0;
    }

    .explore_now_CW6 .holder {
        padding: 35px 25px;
        max-width: 500px;
    }

    .explore_now_CW6 .holder svg {
        width: 90px;
        height: 90px;
    }

    .explore_now_CW6 .holder h2 {
        font-size: calc(36px * 0.9);
    }

    .explore_now_CW6 .holder .button {
        padding: 14px 28px;
        font-size: calc(16px * 0.95);
    }
}

@media only screen and (max-width: 768px) {
    .explore_now_CW6 {
        padding: 50px 0;
    }

    .explore_now_CW6 .holder {
        padding: 30px 20px;
    }

    .explore_now_CW6 .holder svg {
        width: 80px;
        height: 80px;
    }

    .explore_now_CW6 .holder h2 {
        font-size: 19px;
    }

    .explore_now_CW6 .holder .button {
        padding: 12px 24px;
        font-size: calc(16px * 0.9);
    }
}

@media only screen and (max-width: 480px) {
    .explore_now_CW6 .holder h2 {
        font-size: 19px;
    }

    .explore_now_CW6 .holder .button {
        padding: 10px 20px;
        font-size: calc(16px * 0.8);
    }
}.our_background_ElK {
    padding: 60px 0;
    background-color: rgb(196,199,215);
    color: #000000;
    font-family: Playfair Display, sans-serif;
}

.wrapper-skeleton_0Bw .our_background_ElK .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 23px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wrapper-skeleton_0Bw .our_background_ElK .caption_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgb(38,119,147,0.5);
}

.wrapper-skeleton_0Bw .our_background_ElK .photo {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 23px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.wrapper-skeleton_0Bw .our_background_ElK .style_element {
    flex: 1;
    padding: 20px;
}

.wrapper-skeleton_0Bw .our_background_ElK h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(122,175,197);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.wrapper-skeleton_0Bw .our_background_ElK p {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .wrapper-skeleton_0Bw .our_background_ElK .caption_holder {
        flex-direction: column;
    }

    .wrapper-skeleton_0Bw .our_background_ElK .photo {
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wrapper-skeleton_0Bw .our_background_ElK .style_element {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .wrapper-skeleton_0Bw .our_background_ElK .holder {
        padding: 10px;
    }

    .wrapper-skeleton_0Bw .our_background_ElK h2 {
        font-size: calc(28px - 4px);
    }

    .wrapper-skeleton_0Bw .our_background_ElK p {
        font-size: calc(13px - 2px);
    }
}
.course_program_IVk {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #000000;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: Playfair Display, sans-serif;
}

.course_program_IVk::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(122,175,197,0.5) 0%, rgb(38,119,147,0.5) 70%);
    animation: pulse 6s infinite alternate;
    z-index: 0;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.course_program_IVk h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

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

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

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

.course_program_IVk .course {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.course_program_IVk .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.course_program_IVk .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course_program_IVk .photo {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

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

.course_program_IVk h3 {
    color: rgb(122,175,197);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.course_program_IVk .button {
    background: rgb(38,119,147);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 11px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.course_program_IVk .button:hover {
    background: rgb(122,175,197);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

    .course_program_IVk .items {
        flex-direction: column;
        align-items: center;
    }
    .course_program_IVk .holder {
        padding: 0;
    }

    .course_program_IVk .photo {
        height: 300px;
    }

    .course_program_IVk h2 {
        font-size: 21px;
    }

    .course_program_IVk h3 {
        font-size: 21px;
    }

    .course_program_IVk p {
        font-size: 17px;
    }
}

.wrapper-skeleton_0Bw .course_program_IVk {
    padding: 100px 0;
    background: rgb(196,199,215);
    color: #ffffff;
}

.wrapper-skeleton_0Bw .course_program_IVk .items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.wrapper-skeleton_0Bw .course_program_IVk .photo {
    height: 400px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}


.wrapper-skeleton_0Bw .course_program_IVk .text_holder {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.wrapper-skeleton_0Bw .course_program_IVk h3 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(122,175,197);
    margin-top: 30px;
}

.wrapper-skeleton_0Bw .course_program_IVk p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px;
    color: #000000;
}

.wrapper-skeleton_0Bw .course_program_IVk .button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    background: rgb(122,175,197);
    color: #ffffff;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.wrapper-skeleton_0Bw .course_program_IVk .button:hover {
    background: rgb(38,119,147);
    transform: translateY(-5px);
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton_0Bw .course_program_IVk {
        padding: 50px 0;
    }

    .wrapper-skeleton_0Bw .course_program_IVk .items {
        flex-direction: column;
    }

    .wrapper-skeleton_0Bw .course_program_IVk .photo {
        height: 300px;
    }

    .wrapper-skeleton_0Bw .course_program_IVk h3 {
        font-size: 21px;
        margin-top: 20px;
    }

    .wrapper-skeleton_0Bw .course_program_IVk p {
        font-size: 17px;
    }

    .wrapper-skeleton_0Bw .course_program_IVk .button {
        margin-top: 20px;
    }
}