* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.container-wrapbpCK {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(169,216,252);
}
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;
    }
}footer {
    background: rgb(101,129,150);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(135,172,201);
    width: 60px;
    height: 60px;
}
footer .logo_holder img {
    height: 80px;
    width: auto;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    margin-right: 20px;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(135,172,201);
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer .copyright {
    background: rgb(135,172,201,0.5);
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 400;
}
.container-wrapbpCK footer .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.container-wrapbpCK footer .menu {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
}
.container-wrapbpCK footer .menu_holder {
    justify-content: center;
    flex-wrap: wrap;
}
.container-wrapbpCK footer .menu a {
    font-weight: 400;
    margin: 0 15px;
    font-size: 18px;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
    footer .menu_holder {
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    .container-wrapbpCK footer .logo_holder img {
        height: 55px;
        margin: 0;
    }
    .container-wrapbpCK footer .menu {
        flex-direction: column;
        align-items: center;
        border-top: none;
    }
    .container-wrapbpCK footer .menu a {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .container-wrapbpCK footer .copyright_info {
        text-align: center;
    }
}.teaching_processHEgL {
    padding-bottom: 80px;
    padding-top: 80px;
}

.teaching_processHEgL .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}

.teaching_processHEgL h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.teaching_processHEgL p {
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .teaching_processHEgL {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.container-wrapbpCK .teaching_processHEgL h2 {
    color: rgb(135,172,201);
    font-size: 48px;
    margin-bottom: 48px;
}

.container-wrapbpCK .teaching_processHEgL {
    position: relative;
    border-bottom: 44px solid rgb(135,172,201);
    margin-bottom: 10px;
}

.container-wrapbpCK .teaching_processHEgL::after {
    content: "";
    position: absolute;
    width: calc(50% - 6px);
    height: 44px;
    background: rgb(101,129,150);
    border-left: 12px solid #ffffff;
    bottom: -44px;
    right: 0;
}

@media only screen and (max-width: 800px) {
    .container-wrapbpCK .teaching_processHEgL h2 {
        font-size: 30px;
        margin-bottom: 28px;
    }
}
.advantages_outlinePSsF .advantages_content h2 {
    color: rgb(101,129,150);
}

.advantages_outlinePSsF .advantage_item svg, .advantages_outlinePSsF .advantage_item svg path {
    fill: rgb(135,172,201);
}

.advantages_outlinePSsF .advantage_item p {
    color: #000000;
}

.advantages_outlinePSsF .advantage_item b {
    color: rgb(135,172,201);
}

.advantages_outlinePSsF {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_outlinePSsF .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_outlinePSsF .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_outlinePSsF .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.advantages_outlinePSsF .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_outlinePSsF .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_outlinePSsF .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_outlinePSsF .advantage_item svg, .advantages_outlinePSsF .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .container-wrapbpCK .advantages_outlinePSsF .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_outlinePSsF .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_outlinePSsF .advantages_holder {
        flex-direction: column;
    }

    .advantages_outlinePSsF {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container-wrapbpCK .advantages_outlinePSsF .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.container-wrapbpCK .advantages_outlinePSsF {
    background: linear-gradient(135deg, rgb(135,172,201) 0%, rgb(101,129,150) 100%);
    padding: 100px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.container-wrapbpCK .advantages_outlinePSsF .advantages_content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.container-wrapbpCK .advantages_outlinePSsF .advantages_description {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: background 0.3s ease;
}

.container-wrapbpCK .advantages_outlinePSsF .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.container-wrapbpCK .advantages_outlinePSsF .advantage_item {
    background: #ffffff;
    padding: 30px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container-wrapbpCK .advantages_outlinePSsF .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.container-wrapbpCK .advantages_outlinePSsF .advantage_image img,
.container-wrapbpCK .advantages_outlinePSsF .advantage_image svg {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.container-wrapbpCK .advantages_outlinePSsF .advantage_item:hover .advantage_image img,
.container-wrapbpCK .advantages_outlinePSsF .advantage_item:hover .advantage_image svg {
    transform: scale(1.1);
}

.container-wrapbpCK .advantages_outlinePSsF .advantages_content h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(135,172,201);
    margin-top: 20px;
    transition: color 0.3s ease;
}

.container-wrapbpCK .advantages_outlinePSsF .advantage_item p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.container-wrapbpCK .advantages_outlinePSsF .advantage_item p b {
    color: rgb(135,172,201);
}

@media only screen and (max-width: 1200px) {
    .container-wrapbpCK .advantages_outlinePSsF .advantages_holder .advantage_item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .container-wrapbpCK .advantages_outlinePSsF .advantage_item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .container-wrapbpCK .advantages_outlinePSsF .advantages_content h2 {
        font-size: 21px;
    }

    .container-wrapbpCK .advantages_outlinePSsF {
        padding: 50px 20px;
    }
}.container-wrapbpCK .company_info0tyn {
    background: rgb(135,172,201);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.container-wrapbpCK .company_info0tyn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(255, 0, 255, 0.1) 100%);
    z-index: -1;
    pointer-events: none;
}

.container-wrapbpCK .company_info0tyn .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.container-wrapbpCK .company_info0tyn .caption_holder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(135,172,201);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2), 0 0 20px rgba(255, 0, 255, 0.2);
    padding: 40px;
    overflow: hidden;
}

.container-wrapbpCK .company_info0tyn .photo {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    padding-bottom: 300px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(135,172,201);
    box-shadow: 0 0 20px rgb(135,172,201);
    border-radius: 15px;
    transition: transform 0.3s ease;
    margin-right: 30px;
}

.container-wrapbpCK .company_info0tyn .style_element {
    flex: 1 1 55%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(135,172,201);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(135,172,201,0.5), 0 0 20px rgba(255, 0, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.container-wrapbpCK .company_info0tyn h2 {
    color: rgb(135,172,201);
    margin-top: 0;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.container-wrapbpCK .company_info0tyn h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(135,172,201);
    box-shadow: 0 0 10px rgb(135,172,201), 0 0 10px rgba(255, 0, 255, 0.5);
}

.container-wrapbpCK .company_info0tyn p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 10px rgba(255, 0, 255, 0.7);
}

@media only screen and (max-width: 1200px) {
    .container-wrapbpCK .company_info0tyn .photo {
        max-width: 50%;
        padding-bottom: 75%;
    }

    .container-wrapbpCK .company_info0tyn .style_element {
        width: 100%;
        padding: 12px;
    }
}

@media only screen and (max-width: 800px) {
    .container-wrapbpCK .company_info0tyn {
        padding: 40px 0;
    }
    .container-wrapbpCK .company_info0tyn .caption_holder {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .container-wrapbpCK .company_info0tyn .photo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .container-wrapbpCK .company_info0tyn h2 {
        font-size: 24px;
    }

    .container-wrapbpCK .company_info0tyn p {
        font-size: 12px;
    }
}.course_benefitskVI0 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course_benefitskVI0 .holder {
    display: flex;
    width: 100%;
}

.course_benefitskVI0 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.course_benefitskVI0 .photo {
    width: 50%;
    flex-shrink: 0;
}

.course_benefitskVI0 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.course_benefitskVI0 ul {
    list-style: none;
}

.course_benefitskVI0 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.course_benefitskVI0 svg, .course_benefitskVI0 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(135,172,201);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .course_benefitskVI0 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .course_benefitskVI0 .holder {
        flex-direction: column;
    }

    .course_benefitskVI0 .text_holder {
        width: 100%;
    }

    .course_benefitskVI0 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.container-wrapbpCK .course_benefitskVI0 {
    background: linear-gradient(135deg, rgb(135,172,201,0.5) 0%, rgb(101,129,150,0.5) 100%);
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}

.container-wrapbpCK .course_benefitskVI0::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(135,172,201) 0%, transparent 70%);
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.3;
}

.container-wrapbpCK .course_benefitskVI0 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.container-wrapbpCK .course_benefitskVI0 .holder {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.container-wrapbpCK .course_benefitskVI0 .photo {
    flex: 1;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.container-wrapbpCK .course_benefitskVI0 .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(0, 0, 0, 0.4));
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
}

.container-wrapbpCK .course_benefitskVI0 .text_holder {
    flex: 1;
    padding: 60px;
    background: #ffffff;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.container-wrapbpCK .course_benefitskVI0 .text_holder::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px dashed rgb(135,172,201);
    border-radius: 10px;
}

.container-wrapbpCK .course_benefitskVI0 h2 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.container-wrapbpCK .course_benefitskVI0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-wrapbpCK .course_benefitskVI0 li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.container-wrapbpCK .course_benefitskVI0 svg,
.container-wrapbpCK .course_benefitskVI0 path {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    fill: rgb(101,129,150);
    transition: fill 0.3s ease;
}

.container-wrapbpCK .course_benefitskVI0 li:hover svg,
.container-wrapbpCK .course_benefitskVI0 li:hover path {
    fill: rgb(135,172,201);
}

@media only screen and (max-width: 1200px) {
    .container-wrapbpCK .course_benefitskVI0 .container {
        flex-direction: column;
    }

    .container-wrapbpCK .course_benefitskVI0 .photo {
        min-height: 400px;
        border-radius: 29px 29px 0 0;
    }

    .container-wrapbpCK .course_benefitskVI0 .text_holder {
        border-radius: 0 0 29px 29px;
        padding: 40px;
    }

    .container-wrapbpCK .course_benefitskVI0 h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 800px) {
    .container-wrapbpCK .course_benefitskVI0 {
        padding: 60px 10px;
    }

    .container-wrapbpCK .course_benefitskVI0 .holder {
        flex-direction: column;
    }

    .container-wrapbpCK .course_benefitskVI0 .photo {
        min-height: 250px;
        border-radius: 10px 10px 0 0;
    }

    .container-wrapbpCK .course_benefitskVI0 .text_holder {
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

    .container-wrapbpCK .course_benefitskVI0 h2 {
        font-size: 24px;
    }

    .container-wrapbpCK .course_benefitskVI0 li {
        font-size: 18px;
    }

    .container-wrapbpCK .course_benefitskVI0 svg,
    .container-wrapbpCK .course_benefitskVI0 path {
        width: 30px;
        height: 30px;
    }
}.thanksGridPlwj {
    background: rgb(135,172,201,0.5);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.thanksGridPlwj .container {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(101,129,150,0.5);
    border-radius: 18px;
    padding: 60px 40px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}
.thanksGridPlwj .container h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #000000;
    color: rgb(135,172,201);
    position: relative;
    text-shadow: 0 0 5px rgb(135,172,201);
}
.thanksGridPlwj .container p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
}
.thanksGridPlwj .container p::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #000000;
    left: -20px;
    top: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(101,129,150);
}
@media only screen and (max-width: 800px) {
    .thanksGridPlwj {
        padding: 80px 15px;
    }
    .thanksGridPlwj .container {
        padding: 40px 20px;
    }
    .thanksGridPlwj .container h2 {
        font-size: 24px;
    }
    .thanksGridPlwj .container p {
        font-size: 14px;
    }
}
.explore_nowwHEB {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(169,216,252) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(135,172,201,0.5);
    box-shadow: 0 0 20px rgb(135,172,201,0.5), 0 0 40px rgb(101,129,150,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.explore_nowwHEB::before,
.explore_nowwHEB::after {
    content: '';
    position: absolute;
    opacity: 0.15;
    z-index: 1;
}

.explore_nowwHEB::before {
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,172,201),
        rgb(135,172,201) 10px,
        rgb(135,172,201,0.5) 10px,
        rgb(135,172,201,0.5) 20px
    );
    transform: rotate(45deg);
}

.explore_nowwHEB::after {
    bottom: -50%;
    right: -20%;
    width: 140%;
    height: 200%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(101,129,150),
        rgb(101,129,150) 10px,
        rgb(101,129,150,0.5) 10px,
        rgb(101,129,150,0.5) 20px
    );
    transform: rotate(-45deg);
}

.explore_nowwHEB .container {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explore_nowwHEB .holder {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 30px;
    border: 2px solid rgb(135,172,201,0.5);
    box-shadow: 0 0 20px rgb(135,172,201,0.5), 0 0 40px rgb(101,129,150,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_nowwHEB .holder::before,
.explore_nowwHEB .holder::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    opacity: 0.1;
    z-index: -1;
}

.explore_nowwHEB .holder::before {
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgb(135,172,201) 0%, transparent 70%);
}

.explore_nowwHEB .holder::after {
    bottom: -50%;
    right: -50%;
    background: radial-gradient(circle, rgb(101,129,150) 0%, transparent 70%);
}

.explore_nowwHEB .holder svg {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 0 10px rgb(135,172,201));
    position: relative;
    z-index: 2;
}

.explore_nowwHEB .holder svg path {
    fill: rgb(135,172,201);
}

.explore_nowwHEB .holder h2 {
    font-size: 37px;
    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_nowwHEB .holder .button {
    padding: 15px 30px;
    background: rgb(135,172,201);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    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_nowwHEB .holder .button:hover {
    background-color: rgb(101,129,150);
}

@media only screen and (max-width: 1024px) {
    .explore_nowwHEB {
        padding: 60px 0;
    }

    .explore_nowwHEB .holder {
        padding: 35px 25px;
        max-width: 500px;
    }

    .explore_nowwHEB .holder svg {
        width: 90px;
        height: 90px;
    }

    .explore_nowwHEB .holder h2 {
        font-size: calc(37px * 0.9);
    }

    .explore_nowwHEB .holder .button {
        padding: 14px 28px;
        font-size: calc(15px * 0.95);
    }
}

@media only screen and (max-width: 768px) {
    .explore_nowwHEB {
        padding: 50px 0;
    }

    .explore_nowwHEB .holder {
        padding: 30px 20px;
    }

    .explore_nowwHEB .holder svg {
        width: 80px;
        height: 80px;
    }

    .explore_nowwHEB .holder h2 {
        font-size: 19px;
    }

    .explore_nowwHEB .holder .button {
        padding: 12px 24px;
        font-size: calc(15px * 0.9);
    }
}

@media only screen and (max-width: 480px) {
    .explore_nowwHEB .holder h2 {
        font-size: 19px;
    }

    .explore_nowwHEB .holder .button {
        padding: 10px 20px;
        font-size: calc(15px * 0.8);
    }
}.title_openerjazM {
    width: 100%;
    position: relative;
    font-family: Ubuntu, sans-serif;
    background-color: #ffffff;
    padding: 60px 0;
    box-sizing: border-box;
}
.title_openerjazM .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid rgb(135,172,201);
}
.title_openerjazM .style_element {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 80%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.title_openerjazM .style_element h1 {
    font-family: Ubuntu, sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(135,172,201);
    padding-bottom: 10px;
}
.title_openerjazM .style_element h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.title_openerjazM .style_element p {
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}
.container-wrapbpCK .title_openerjazM {
    position: relative;
    padding: 40px 0;
    background-color: rgb(169,216,252);
}
.container-wrapbpCK .title_openerjazM .title_page_holder {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-wrapbpCK .title_openerjazM .style_element {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px;
    max-width: 80%;
    margin: auto;
    box-shadow: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid rgb(135,172,201);
}
.container-wrapbpCK .title_openerjazM .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.container-wrapbpCK .title_openerjazM .style_element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.container-wrapbpCK .title_openerjazM .style_element p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .container-wrapbpCK .title_openerjazM .style_element {
        padding: 40px;
    }
    .container-wrapbpCK .title_openerjazM .style_element h1 {
        font-size: 28px;
    }
    .container-wrapbpCK .title_openerjazM .style_element h3 {
        font-size: 20px;
    }
    .container-wrapbpCK .title_openerjazM .style_element p {
        font-size: 16px;
    }
    .title_openerjazM .title_page_holder {
        min-height: 400px;
        padding: 20px;
    }
    .title_openerjazM .style_element {
        padding: 20px;
        max-width: unset;
    }
    .title_openerjazM .style_element h1 {
        font-size: 33px;
    }
    .title_openerjazM .style_element h3 {
        font-size: 22px;
    }
    .title_openerjazM .style_element p {
        font-size: 18px;
    }
    .container-wrapbpCK .title_openerjazM .title_page_holder {
        padding: 20px;
    }
}.customer_supportDJpV {
    color: #ffffff;
    background: linear-gradient(to bottom right, rgb(101,129,150), rgb(135,172,201));
    padding: 74px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.customer_supportDJpV::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    z-index: -1;
}
.customer_supportDJpV .container {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(135,172,201), 0 0 40px rgb(135,172,201), 0 0 60px rgb(135,172,201), 0 0 80px rgb(101,129,150);
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    position: relative;
}

.customer_supportDJpV .contact_holder {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.customer_supportDJpV .contact_holder h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(135,172,201), 0 0 20px rgb(135,172,201), 0 0 30px rgb(135,172,201), 0 0 40px rgb(101,129,150);
}
.customer_supportDJpV .contact_holder .contact_description {
    font-size: 13px;
    margin-bottom: 20px;
    opacity: 0.8;
}
.customer_supportDJpV .contact_holder .photo {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(135,172,201), 0 0 20px rgb(135,172,201), 0 0 30px rgb(135,172,201), 0 0 40px rgb(101,129,150);
    margin-bottom: 20px;
    position: relative;
}
.customer_supportDJpV .holder .info_holder>div span {
    margin-left: 8px;
}
.customer_supportDJpV .contact_holder .photo::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to bottom right, rgb(135,172,201), rgb(101,129,150));
    border-radius: 10px;
    z-index: -1;
}
.customer_supportDJpV .info_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.customer_supportDJpV .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
    transition: color 0.3s ease;
    width: calc(50% - 10px);
    position: relative;
}
.customer_supportDJpV .info_holder > div::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to bottom right, rgb(135,172,201), rgb(101,129,150));
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.customer_supportDJpV .info_holder > div:hover::before {
    opacity: 0.2;
}
.customer_supportDJpV .info_holder > div:hover {
    color: rgb(135,172,201);
}
.customer_supportDJpV .info_holder svg {
    width: 22px;
    height: 22px;
    fill: rgb(135,172,201);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.customer_supportDJpV .info_holder svg:hover {
    fill: rgb(101,129,150);
}
.customer_supportDJpV .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin-top: 20px;
    opacity: 0.8;
}
.customer_supportDJpV .contact_politics > div {
    margin-bottom: 14px;
}
.customer_supportDJpV .contact_politics > div h4 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 8px;
    text-shadow: 0 0 5px rgb(135,172,201);
}
@media only screen and (max-width: 1100px) {
    .customer_supportDJpV .info_holder {
        flex-direction: column;
    }
    .customer_supportDJpV .info_holder > div {
        width: 100%;
    }
}
.course_featurescdgh {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(101,129,150);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.course_featurescdgh h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.course_featurescdgh .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(135,172,201,0.5);
    border-radius: 10px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.course_featurescdgh h3 {
    color: rgb(101,129,150);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.course_featurescdgh p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}
.course_featurescdgh .button {
    background: rgb(101,129,150);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 30px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.course_featurescdgh .button:hover {
    background: rgb(135,172,201);
    transform: translateY(-3px);
}
.course_featurescdgh .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.course_featurescdgh .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.course_featurescdgh .course {
    padding: 20px;
    max-width: 100%;
}
.course_featurescdgh .content {
    padding: 40px;
}
.course_featurescdgh .photo {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
    margin-right: 20px;
}

.container-wrapbpCK .course_featurescdgh .items .course {
    background: none;
}
.container-wrapbpCK .course_featurescdgh .items .course .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background: rgb(135,172,201,0.5);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.container-wrapbpCK .course_featurescdgh .photo {
    width: 50%;
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.container-wrapbpCK .course_featurescdgh .text_holder {
    width: 50%;
    padding: 40px;
    background: rgb(135,172,201,0.5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.container-wrapbpCK .course_featurescdgh h3 {
    text-align: center;
    margin-bottom: 20px;
}
.container-wrapbpCK .course_featurescdgh .button {
    margin-top: 30px;
}
.container-wrapbpCK .course_featurescdgh p, .container-wrapbpCK .course_featurescdgh h3 {
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .container-wrapbpCK .course_featurescdgh .items .course .content {
        padding: 10px;
    }
    .container-wrapbpCK .course_featurescdgh .items .course {
        padding: 0;
    }
    .container-wrapbpCK .course_featurescdgh .items .course .content {
        flex-direction: column;
    }
    .container-wrapbpCK .course_featurescdgh .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .container-wrapbpCK .course_featurescdgh .text_holder {
        width: 100%;
        padding: 10px;
    }
}
@media only screen and (max-width: 600px) {
    .course_featurescdgh .items {
        flex-direction: column;
    }
    .course_featurescdgh h2 {
        font-size: 30px;
    }
    .course_featurescdgh h3 {
        font-size: 26px;
    }
    .course_featurescdgh .course {
        max-width: unset;
        width: 100%;
    }
    .course_featurescdgh {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
    padding: 30px 0;
    position: relative;
    border-bottom: 2px solid rgb(101,129,150);
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid rgb(101,129,150,0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
}
header .logo_holder svg, 
header .logo_holder svg path, 
header .logo_holder img {
    fill: rgb(135,172,201);
    height: 70px;
    width: 70px;
    margin-right: 20px;
    transition: fill 0.3s ease;
}
header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
header .menu a {
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
header .menu a:hover {
    border-color: rgb(135,172,201);
    color: rgb(135,172,201);
}
header .menu a.active {
    color: rgb(135,172,201);
    border-color: rgb(135,172,201);
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        background: #ffffff;
        padding: 20px 0;
        border-radius: 15px;
        border: 1px solid rgb(101,129,150,0.5);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid rgb(101,129,150);
        border-radius: 0;
    }
    header .logo_holder {
        justify-content: space-between;
        width: 100%;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder svg, 
    header .logo_holder svg path, 
    header .logo_holder img {
        height: 50px;
        width: 50px;
    }
}
.container-wrapbpCK header .main_header {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}
.container-wrapbpCK header .main_header:before, 
.container-wrapbpCK header .main_header:after {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgb(101,129,150);
}
.container-wrapbpCK header .main_header:before {
    top: 0;
}
.container-wrapbpCK header .main_header:after {
    bottom: 0;
}
.container-wrapbpCK header .logo_holder {
    padding: 0;
}
.container-wrapbpCK header .menu a {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 10px;
    border-radius: 10px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.container-wrapbpCK header .menu a:hover {
    border-color: rgb(135,172,201);
    color: rgb(135,172,201);
}
@media only screen and (max-width: 800px) {
    .container-wrapbpCK header .logo_holder {
        justify-content: center;
    }
    .container-wrapbpCK header .main_header:before, 
    .container-wrapbpCK header .main_header:after {
        display: none;
    }
    .container-wrapbpCK header .main_header {
        padding: 20px 0;
    }
    .container-wrapbpCK header .menu {
        background: #ffffff;
        align-items: center;
        padding: 0;
    }
    .container-wrapbpCK header .menu a {
        text-align: center;
        margin: 0 5px;
    }
    .container-wrapbpCK header .logo_holder .logotype {
        padding: 20px 15px 30px 15px;
    }
    .container-wrapbpCK header .logo_holder svg, 
    .container-wrapbpCK header .logo_holder img {
        height: 50px;
        width: 50px;
        margin-right: 0;
    }
}.contact_form_sectionxnBX {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(135,172,201,0.5);
    position: relative;
    overflow: hidden;
}

.contact_form_sectionxnBX::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgb(101,129,150,0.5);
    border-radius: 50%;
    z-index: 0;
}

.contact_form_sectionxnBX::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgb(101,129,150,0.5);
    border-radius: 50%;
    z-index: 0;
}

.contact_form_sectionxnBX .container {
    position: relative;
    z-index: 1;
}

.contact_form_sectionxnBX h3 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.contact_form_sectionxnBX .form {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.contact_form_sectionxnBX form input,
.contact_form_sectionxnBX form textarea {
    color: #000000;
    border-radius: 10px;
    background: rgb(135,172,201,0.5);
    border: 2px solid rgb(135,172,201);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

.contact_form_sectionxnBX form input:focus,
.contact_form_sectionxnBX form textarea:focus {
    border-color: rgb(101,129,150);
}

.contact_form_sectionxnBX form .button {
    background: rgb(101,129,150);
    color: #ffffff;
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.contact_form_sectionxnBX form .button:hover {
    background: rgb(135,172,201);
}

.contact_form_sectionxnBX .name_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact_form_sectionxnBX .name_holder input {
    width: 100%;
}

.contact_form_sectionxnBX .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_form_sectionxnBX .agree label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.contact_form_sectionxnBX .agree a {
    margin-left: 5px;
    color: rgb(135,172,201);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.contact_form_sectionxnBX .agree a:hover {
    color: rgb(101,129,150);
}

.contact_form_sectionxnBX .agree input[type=checkbox] {
    margin: 0;
    margin-right: 10px;
    width: auto;
}

.contact_form_sectionxnBX .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .contact_form_sectionxnBX {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contact_form_sectionxnBX .holder {
        flex-direction: column;
    }

    .contact_form_sectionxnBX .holder > div {
        width: 100%;
    }

    .contact_form_sectionxnBX .name_holder {
        flex-direction: column;
    }

    .contact_form_sectionxnBX .name_holder input {
        width: 100%;
    }

    .contact_form_sectionxnBX h3 {
        font-size: 47px;
    }

    .contact_form_sectionxnBX form .button {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .contact_form_sectionxnBX {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact_form_sectionxnBX h3 {
        font-size: 29px;
    }
}.customer_experienceXI0n {
    padding-top: 80px;
    padding-bottom: 80px;
}

.customer_experienceXI0n h2 {
    color: rgb(101,129,150);
}

.customer_experienceXI0n .review {
    background: #ffffff;
    border-radius: 20px;
}

.customer_experienceXI0n .review span {
    color: rgb(135,172,201);
}

.customer_experienceXI0n .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customer_experienceXI0n .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 33px;
    font-weight: 600;
}

.customer_experienceXI0n .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.customer_experienceXI0n .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}

.customer_experienceXI0n .review span {
    text-align: center;
}

.customer_experienceXI0n .review p {
    text-align: center;
}

.customer_experienceXI0n .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.customer_experienceXI0n .text {
    display: flex;
    flex-direction: column;
}

.customer_experienceXI0n .review span {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .customer_experienceXI0n .reviews {
        flex-direction: column;
    }

    .customer_experienceXI0n .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .customer_experienceXI0n {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .customer_experienceXI0n .holder h2 {
        font-size: 30px;
    }
}

.container-wrapbpCK .customer_experienceXI0n .review {
    width: calc(25% - 20px);
    margin: 10px;
    background: rgb(135,172,201,0.5);
    border: 3px solid rgb(135,172,201);
    border-radius: 10px;
    position: relative;
    padding: 20px;
    min-height: 250px;
    max-width: unset;
    padding-bottom: 84px;
    align-items: center;
    justify-content: center;
}

.container-wrapbpCK .customer_experienceXI0n .text {
    flex-direction: column-reverse;
    width: 100%;
}

.container-wrapbpCK .customer_experienceXI0n .text p {
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.container-wrapbpCK .customer_experienceXI0n {
    background: rgb(101,129,150);
}

.container-wrapbpCK .customer_experienceXI0n .holder h2 {
    color: #ffffff;
}

.container-wrapbpCK .customer_experienceXI0n .photo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    width: 64px;
    height: 64px;
}

.container-wrapbpCK .customer_experienceXI0n .review p {
    font-size: 16px;
}

.container-wrapbpCK .customer_experienceXI0n .review span {
    position: absolute;
    bottom: 41px;
    left: 94px;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.container-wrapbpCK .customer_experienceXI0n .reviews {
    flex-wrap: wrap;
}


@media only screen and (max-width: 1000px) {
    .container-wrapbpCK .customer_experienceXI0n .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .container-wrapbpCK .customer_experienceXI0n .review {
        width: calc(100% - 20px);
    }
}.privacy_quartersUD3K {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.privacy_quartersUD3K h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: Ubuntu, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: rgb(135,172,201);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(135,172,201);
    padding-bottom: 10px;
}

.privacy_quartersUD3K h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Ubuntu, sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
}

.privacy_quartersUD3K ul, .privacy_quartersUD3K ol {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.privacy_quartersUD3K ul li, .privacy_quartersUD3K ol li {
    margin-bottom: 15px;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    padding: 10px;
    background: rgb(135,172,201,0.5);
    border-radius: 10px;
    position: relative;
}

.privacy_quartersUD3K ul li::before, .privacy_quartersUD3K ol li::before {
    content: '\2022';
    color: rgb(135,172,201);
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.privacy_quartersUD3K p, .privacy_quartersUD3K span, .privacy_quartersUD3K div {
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
}

.privacy_quartersUD3K p:hover, .privacy_quartersUD3K span:hover, .privacy_quartersUD3K div:hover {
    color: rgb(135,172,201);
}

@media only screen and (max-width: 800px) {
    .privacy_quartersUD3K {
        padding: 20px;
    }

    .privacy_quartersUD3K h1, .privacy_quartersUD3K h2 {
        text-align: center;
        font-size: 20px;
    }

    .privacy_quartersUD3K ul li, .privacy_quartersUD3K ol li {
        font-size: 12px;
        padding: 8px;
    }
}

.privacy_quartersUD3K ul li:hover, .privacy_quartersUD3K ol li:hover {
    background: rgb(135,172,201);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy_quartersUD3K h1, .privacy_quartersUD3K h2 {
    animation: fadeInUp 0.6s ease-in-out;
}