* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
.cWXCjcontent-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(210,210,223);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}header .top_plank {
    background: rgb(77,134,169);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}footer {
    background: rgb(90,91,127);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    border-top: 4px solid rgb(77,134,169);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5);
}
footer .footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgb(90,91,127,0.5);
    border: 1px solid rgb(77,134,169);
}
footer .footer_info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: center;
    padding: 0 40px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border: 2px solid rgb(77,134,169);
    padding: 10px;
    border-radius: 10px;
    background: rgb(77,134,169,0.5);
}
footer .menu_holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-items: center;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 15px;
    background: rgb(77,134,169,0.5);
    border: 1px solid rgb(77,134,169);
    border-radius: 10px;
}
footer .copyright {
    background: rgb(77,134,169);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    border-top: 2px solid rgb(90,91,127);
}
footer .copyright_info {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid rgb(90,91,127);
    padding-bottom: 2px;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
    }
    footer .menu_holder {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}.slwniabout_this .holder {
    background-size: cover;
}

.slwniabout_this .style_element {
    background: #ffffff;
}

.slwniabout_this {
    padding-bottom: 80px;
    padding-top: 80px;
}

.slwniabout_this h2 {
    color: rgb(90,91,127);
}

.slwniabout_this span {
    color: rgb(77,134,169);
}

.slwniabout_this p {
    color: #000000;
}

.slwniabout_this .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.slwniabout_this .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.slwniabout_this .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.slwniabout_this h2 {
    margin-bottom: 8px;
    font-size: 35px;
    font-weight: 600;
}

.slwniabout_this span {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

.slwniabout_this p {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .slwniabout_this .holder {
        padding: 0px;
    }

    .slwniabout_this .style_element {
        width: 100%;
        min-width: unset;
    }

    .slwniabout_this {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .slwniabout_this h2 {
        font-size: 30px;
    }
}

.cWXCjcontent-wrapper .slwniabout_this {
    padding: 50px 0;
}

.cWXCjcontent-wrapper .slwniabout_this .holder {
    padding: 0 15px;
    height: auto;
}

.cWXCjcontent-wrapper .slwniabout_this .holder .photo {
    width: 50%;
    border-radius: 0px 0px 0px 50px;
}

.cWXCjcontent-wrapper .slwniabout_this .caption_holder {
    width: 100%;
    display: flex;
    flex-direction: row;

}

.cWXCjcontent-wrapper .slwniabout_this .style_element {
    width: calc(50% + 80px);
    min-height: 240px;
    margin-left: -80px;
    background: #ffffff;
    margin-top: 50px;
    border-top-left-radius: 50px;
    padding: 25px 40px 10px;
}

.cWXCjcontent-wrapper .slwniabout_this h2 {
    margin-top: 10px;
    font-size: 28px;
}

.cWXCjcontent-wrapper .slwniabout_this p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
    .cWXCjcontent-wrapper .slwniabout_this .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 0;
    }

    .cWXCjcontent-wrapper .slwniabout_this .style_element {
        width: calc(100% - 15px);
        margin-left: 15px;
        margin-top: -15px;
    }

    .cWXCjcontent-wrapper .slwniabout_this .caption_holder {
        flex-direction: column;
    }

    .cWXCjcontent-wrapper .slwniabout_this .holder {
        padding: 0;
    }

    .cWXCjcontent-wrapper .slwniabout_this h2 {
        font-size: 21px;
    }

    .cWXCjcontent-wrapper .slwniabout_this p {
        font-size: 15px;
    }
}.BLFOUthxArea {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(210,210,223);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
.BLFOUthxArea .container {
    background: #ffffff;
    padding: 60px;
    border-radius: 17px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.BLFOUthxArea h2 {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(77,134,169);
    border-bottom: 3px solid rgb(90,91,127);
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.BLFOUthxArea p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
    box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
    .BLFOUthxArea .container {
        padding: 30px;
    }
    .BLFOUthxArea h2 {
        font-size: 36px;
    }
    .BLFOUthxArea p {
        font-size: 16px;
    }
}
.ZAinEservice_info {
    color: #000000;
    background-color: rgb(210,210,223);
    padding: 60px 0;
}
.ZAinEservice_info .contact_holder {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid rgb(77,134,169);
    position: relative;
}
.ZAinEservice_info .contact_holder:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: rgb(210,210,223);
    border: 2px solid rgb(77,134,169);
}
.ZAinEservice_info .holder {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ZAinEservice_info .holder .info_holder div.jaXudopen_for_clients {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ZAinEservice_info .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.ZAinEservice_info .holder .info_holder > div > div {
    margin: 5px 0;
}
.ZAinEservice_info .holder .contact_description {
    width: 100%;
    margin-bottom: 60px;
}
.ZAinEservice_info .holder .photo {
    width: 300px;
    height: 300px;
    margin-right: 24px;
}
.ZAinEservice_info .holder .info_holder {
    width: calc(100% - 324px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ZAinEservice_info .holder .info_holder>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ZAinEservice_info .holder .info_holder>div a {
    color: rgb(77,134,169);
}
.ZAinEservice_info .holder .info_holder>div span {
    margin-left: 8px;
}
.ZAinEservice_info .contact_politics {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
}
.ZAinEservice_info .contact_politics>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}
.ZAinEservice_info .contact_politics>div h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.ZAinEservice_info .info_holder svg {
    width: 30px;
    height: 30px;
    fill: rgb(77,134,169);
    margin-right: 14px;
}
.ZAinEservice_info h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.ZAinEservice_info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: rgb(77,134,169);
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 800px)  {
    .ZAinEservice_info .holder .photo {
        width: 100%;
        height: 400px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ZAinEservice_info .holder .info_holder {
        width: 100%;
    }
}.idfpLsecure_protection {
    background-color: rgb(210,210,223);
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.idfpLsecure_protection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: rgb(77,134,169);
    border-radius: 50%;
    z-index: -1;
}
.idfpLsecure_protection h1 {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}
.idfpLsecure_protection h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40%;
    height: 3px;
    background-color: rgb(77,134,169);
}
.idfpLsecure_protection h2 {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    color: rgb(90,91,127);
    margin-bottom: 15px;
}
.idfpLsecure_protection h3, .idfpLsecure_protection h4, .idfpLsecure_protection h5, .idfpLsecure_protection h6 {
    margin: 1rem 0;
}
.idfpLsecure_protection ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.idfpLsecure_protection li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}
.idfpLsecure_protection li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: rgb(77,134,169);
}
@media only screen and (max-width: 800px) {
    .idfpLsecure_protection {
        padding: 30px;
    }
    .idfpLsecure_protection h1 {
        font-size: 36px;
    }
    .idfpLsecure_protection h2 {
        font-size: 24px;
    }
    .idfpLsecure_protection li {
        font-size: 14px;
    }
}.bEtJmopening_page {
    width: 100%;
    background-color: #000000;
    padding: 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.bEtJmopening_page .title_page_holder {
    width: 100%;
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px;
    background-size: cover;
    background-position: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 60px;
}
.bEtJmopening_page .style_element {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    border-radius: 10px;
    max-width: 800px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}
.bEtJmopening_page .style_element h1 {
    color: rgb(77,134,169);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.bEtJmopening_page .style_element h3 {
    color: rgb(90,91,127);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.bEtJmopening_page .style_element p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}


@media only screen and (max-width: 800px) {
    .bEtJmopening_page .title_page_holder {
        min-height: 400px;
    }
    .bEtJmopening_page .style_element {
        padding: 20px;
    }
    .bEtJmopening_page .style_element h1 {
        font-size: 28px;
    }
    .bEtJmopening_page .style_element h3 {
        font-size: 22px;
    }
    .bEtJmopening_page .style_element p {
        font-size: 16px;
    }
}
.cWXCjcontent-wrapper .bEtJmopening_page .style_element {
    background: linear-gradient(180deg, rgb(77,134,169,0.5) 0%, rgb(90,91,127,0.5) 100%);
    padding: 60px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
}
.cWXCjcontent-wrapper .bEtJmopening_page .title_page_holder {
    min-height: unset;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 26px;
}
.cWXCjcontent-wrapper .bEtJmopening_page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.5;
    z-index: 0;
    border-radius: 26px;
}
.cWXCjcontent-wrapper .bEtJmopening_page .style_element h1 {
    text-align: left;
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.cWXCjcontent-wrapper .bEtJmopening_page .style_element h3 {
    text-align: left;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.cWXCjcontent-wrapper .bEtJmopening_page .style_element p {
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .cWXCjcontent-wrapper .bEtJmopening_page .style_element {
        padding: 30px;
        height: auto;
    }
}
@media only screen and (max-width: 800px) {
    .cWXCjcontent-wrapper .bEtJmopening_page .style_element {
        width: 100%;
        padding: 40px 20px;
        height: auto;
    }
}.QYVXqcourse_summary {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(77,134,169);
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.QYVXqcourse_summary h2 {
    color: rgb(90,91,127);
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(90,91,127);
    display: inline-block;
    padding-bottom: 10px;
}

.QYVXqcourse_summary .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.QYVXqcourse_summary .holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.QYVXqcourse_summary .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.QYVXqcourse_summary .course {
    flex: 1 1 45%;
    margin: 20px;
    overflow: hidden;
}

.QYVXqcourse_summary .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.QYVXqcourse_summary .photo {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid rgb(90,91,127);
}

.QYVXqcourse_summary .text_holder {
    padding: 30px;
    text-align: left;
}

.QYVXqcourse_summary h3 {
    color: rgb(77,134,169);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    border-left: 5px solid rgb(90,91,127);
    padding-left: 10px;
}

.QYVXqcourse_summary p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.QYVXqcourse_summary .button {
    background: rgb(77,134,169);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 29px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
}

@media only screen and (max-width: 800px) {
    .QYVXqcourse_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .QYVXqcourse_summary h2 {
        font-size: 28px;
    }
    .QYVXqcourse_summary h3 {
        font-size: 24px;
    }
    .QYVXqcourse_summary .photo {
        height: 200px;
    }
    .QYVXqcourse_summary .text_holder {
        padding: 20px;
    }
    .QYVXqcourse_summary .course {
        flex: 1 1 100%;
        margin: 0;
    }
}

.cWXCjcontent-wrapper .QYVXqcourse_summary {
    position: relative;
    padding: 60px 0;
    border-top: 5px solid rgb(90,91,127);
    border-bottom: 5px solid rgb(90,91,127);
}

.cWXCjcontent-wrapper .QYVXqcourse_summary .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cWXCjcontent-wrapper .QYVXqcourse_summary .photo {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.cWXCjcontent-wrapper .QYVXqcourse_summary .text_holder {
    border-radius: 10px;
    border: 2px solid rgb(90,91,127);
    background: #ffffff;
    padding: 30px;
    width: 100%;
    max-width: 800px;
}

.cWXCjcontent-wrapper .QYVXqcourse_summary h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.cWXCjcontent-wrapper .QYVXqcourse_summary .button {
    background: rgb(90,91,127);
    color: #ffffff;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .cWXCjcontent-wrapper .QYVXqcourse_summary .photo {
        width: 100%;
        height: 200px;
    }
    .cWXCjcontent-wrapper .QYVXqcourse_summary .text_holder {
        padding: 20px;
    }
    .cWXCjcontent-wrapper .QYVXqcourse_summary h3 {
        font-size: 22px;
    }
}

.pbPDHadvantages_highlights .advantages_content h2 {
    color: rgb(90,91,127);
}

.pbPDHadvantages_highlights .advantage_item svg, .pbPDHadvantages_highlights .advantage_item svg path {
    fill: rgb(77,134,169);
}

.pbPDHadvantages_highlights .advantage_item p {
    color: #000000;
}

.pbPDHadvantages_highlights .advantage_item b {
    color: rgb(77,134,169);
}

.pbPDHadvantages_highlights {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pbPDHadvantages_highlights .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.pbPDHadvantages_highlights .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.pbPDHadvantages_highlights .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.pbPDHadvantages_highlights .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.pbPDHadvantages_highlights .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.pbPDHadvantages_highlights .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.pbPDHadvantages_highlights .advantage_item svg, .pbPDHadvantages_highlights .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .pbPDHadvantages_highlights .advantages_content h2 {
        font-size: 30px;
    }

    .pbPDHadvantages_highlights .advantages_holder {
        flex-direction: column;
    }

    .pbPDHadvantages_highlights {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights {
    background: linear-gradient(135deg, rgb(77,134,169) 0%, rgb(90,91,127) 100%);
    padding: 100px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_content h2 {
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_description {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    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;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_item {
    background: #ffffff;
    padding: 30px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 30px;
    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;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_image img,
.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_image svg {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_item:hover .advantage_image img,
.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_item:hover .advantage_image svg {
    transform: scale(1.1);
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_content h4 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(77,134,169);
    margin-top: 20px;
    transition: color 0.3s ease;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_item p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_item p b {
    color: rgb(77,134,169);
}

@media only screen and (max-width: 1200px) {
    .cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_holder .advantage_item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantage_item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .cWXCjcontent-wrapper .pbPDHadvantages_highlights .advantages_content h2 {
        font-size: 17px;
    }

    .cWXCjcontent-wrapper .pbPDHadvantages_highlights {
        padding: 50px 20px;
    }
}.SyCQvuser_comments {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.SyCQvuser_comments h2 {
    color: rgb(77,134,169);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.SyCQvuser_comments .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.SyCQvuser_comments .reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.SyCQvuser_comments .review {
    background: rgb(90,91,127);
    border-radius: 24px;
    padding: 30px;
    width: calc(25% - 40px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.SyCQvuser_comments .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.SyCQvuser_comments .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.SyCQvuser_comments .text {
    text-align: center;
}

.SyCQvuser_comments .review span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.SyCQvuser_comments .review p {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .SyCQvuser_comments .review {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .SyCQvuser_comments {
        padding: 60px 0;
    }

    .SyCQvuser_comments h2 {
        font-size: 20px;
    }

    .SyCQvuser_comments .review {
        width: 100%;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.SyCQvuser_comments .review {
    animation: fadeIn 0.5s ease-in-out;
}

.cWXCjcontent-wrapper .SyCQvuser_comments {
    background: rgb(90,91,127);
    position: relative;
}

.cWXCjcontent-wrapper .SyCQvuser_comments::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(77,134,169,0.5), transparent);
    z-index: 0;
}

.cWXCjcontent-wrapper .SyCQvuser_comments .photo {
    border: 3px solid rgb(77,134,169);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.cWXCjcontent-wrapper .SyCQvuser_comments .review {
    background: rgb(90,91,127);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cWXCjcontent-wrapper .SyCQvuser_comments .review span {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cWXCjcontent-wrapper .SyCQvuser_comments .review p {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
}
.WiUjadeveloper_experience {
    padding: 5vh 0;
    background: rgb(210,210,223);
    font-family: Arial, sans-serif;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(77,134,169);
    border-radius: 10px;
}
.WiUjadeveloper_experience .container {
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 2vw;
}
.WiUjadeveloper_experience .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 5vh;
}
.WiUjadeveloper_experience .review {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 40vw;
    background: #ffffff;
    border: 1px solid rgb(77,134,169);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}
.WiUjadeveloper_experience .review .photo {
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.WiUjadeveloper_experience .review .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.WiUjadeveloper_experience .worker_description {
    padding: 2vh 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid rgb(77,134,169);
}
.WiUjadeveloper_experience .worker_description p {
    margin: 0;
    padding: 1vh 0;
}
.WiUjadeveloper_experience .worker_description p.name {
    font-size: 37px;
    font-weight: 700;
    position: relative;
}
.WiUjadeveloper_experience .worker_description p.name::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: rgb(77,134,169);
    transition: width 0.3s ease;
    transform: translateX(-50%);
}
.WiUjadeveloper_experience .worker_description p.job {
    font-size: 24px;
    font-weight: 600;
}
.WiUjadeveloper_experience .worker_info {
    padding: 2vh 2vw;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    flex-basis: 100%;
}
.WiUjadeveloper_experience .worker_info p {
    margin: 1vh 0;
    padding: 1.5vh 1.5vw;
    background: rgb(90,91,127,0.5);
    border-radius: 10px;
    color: #000000;
    font-size: 12px;
    position: relative;
    z-index: 1;
    transition: background 0.3s ease;
}
@media only screen and (max-width: 800px) {
    .WiUjadeveloper_experience .holder {
        flex-direction: column;
    }
    .WiUjadeveloper_experience .review {
        max-width: 90vw;
    }
    .WiUjadeveloper_experience .review .photo {
        height: 30vh;
    }
    .WiUjadeveloper_experience .worker_description {
        flex-direction: column;
        align-items: flex-start;
    }
    .WiUjadeveloper_experience .worker_info {
        padding: 2vh 1vw;
    }
}
header .main_header {
    min-height: 100px;
    background: rgb(90,91,127);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 2px solid rgb(77,134,169);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_header .header_holder {
    display: flex;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin-right: 30px;
    border-right: 2px solid rgb(77,134,169);
    padding-right: 30px;
}
.main_header .header_holder .logo_holder svg, 
.main_header .header_holder .logo_holder img {
    height: 50px;
    width: auto;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
    position: relative;
}
.main_header .header_menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_header .header_menu a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    header .main_header {
        flex-direction: column;
        align-items: flex-start;
        min-height: 80px;
        padding: 20px;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_holder .logo_holder {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .main_header .header_holder .logo_holder svg, 
    .main_header .header_holder .logo_holder img {
        height: 40px;
    }
    .main_header .header_description {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .main_header .header_description::before {
        width: 8px;
        height: 8px;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(77,134,169);
        padding: 10px 15px;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}.YwniNpricing_section {
  background: rgb(210,210,223);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.YwniNpricing_section::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: 
    radial-gradient(
      circle at 20% 20%,
      rgb(77,134,169,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgb(90,91,127,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgb(77,134,169,0.5) 0%,
      transparent 25%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(77,134,169,0.5) 0deg 10deg,
      transparent 10deg 20deg,
      rgb(90,91,127,0.5) 20deg 30deg,
      transparent 30deg 40deg
    );
  opacity: 0.04;
  filter: blur(40px);
  animation: rotateBg 40s linear infinite;
  z-index: -2;
}

.YwniNpricing_section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(90deg,
      transparent 20%,
      rgb(77,134,169,0.5) 50%,
      transparent 80%
    ),
    linear-gradient(180deg,
      rgb(90,91,127,0.5) 0%,
      transparent 50%,
      rgb(77,134,169,0.5) 100%
    ),
    repeating-linear-gradient(
      45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      -45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    );
  opacity: 0.03;
  filter: blur(1px);
  z-index: -1;
}

.YwniNpricing_section .container {
  position: relative;
}

.pricing_holder {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.YwniNpricing_section .price_info {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.YwniNpricing_section .price_info::before,
.YwniNpricing_section .price_info::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: 
    radial-gradient(
      circle at center,
      rgb(77,134,169,0.5) 0%,
      transparent 50%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(90,91,127,0.5) 0deg 5deg,
      transparent 5deg 10deg
    );
  opacity: 0.05;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
  animation: pulseGlow 10s ease-in-out infinite;
}

.YwniNpricing_section .price_info::before {
  top: -200px;
  left: -200px;
}

.YwniNpricing_section .price_info::after {
  bottom: -200px;
  right: -200px;
  animation-delay: -5s;
}

.YwniNpricing_section .price_info h2 {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.YwniNpricing_section .section_description {
  color: #000000;
  font-size: 13px;
  line-height: 1.6;
}

.YwniNpricing_section .price_types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px 10px;
  position: relative;
}

.YwniNpricing_section .price_types::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: 
    radial-gradient(
      circle at center,
      rgb(77,134,169,0.5) 0%,
      transparent 60%
    ),
    repeating-conic-gradient(
      from 45deg,
      rgb(90,91,127,0.5) 0deg 1deg,
      transparent 1deg 5deg
    );
  opacity: 0.05;
  filter: blur(40px);
  animation: rotateShine 20s linear infinite;
  z-index: -1;
}

.YwniNpricing_section .price_type {
  text-decoration: none;
  position: relative;
}

.YwniNpricing_section .price_type_holder {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.YwniNpricing_section .photo {
  height: 260px;
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 85%,
    85% 100%,
    15% 100%,
    0 85%
  );
}

.YwniNpricing_section .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5)
  );
}

.YwniNpricing_section .price_type_text {
  padding: 30px;
  background: #ffffff;
}

.YwniNpricing_section .price_type_text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.YwniNpricing_section .price_amount {
  display: inline-block;
  color: rgb(77,134,169);
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 15px;
}

.YwniNpricing_section .price_type_text p {
  color: #000000;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.05;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.08;
  }
}

@keyframes rotateShine {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .YwniNpricing_section {
    padding: 100px 0;
  }

  .YwniNpricing_section .price_types {
    gap: 25px;
  }

  .YwniNpricing_section .price_info::before,
  .YwniNpricing_section .price_info::after {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .YwniNpricing_section {
    padding: 80px 0;
  }

  .YwniNpricing_section .photo {
    height: 220px;
  }

  .YwniNpricing_section .price_type_text {
    padding: 25px;
  }

  .YwniNpricing_section .price_info::before,
  .YwniNpricing_section .price_info::after {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .YwniNpricing_section {
    padding: 60px 0;
  }

  .pricing_holder {
    gap: 50px;
  }

  .YwniNpricing_section .price_types {
    grid-template-columns: minmax(280px, 400px);
    justify-content: center;
    gap: 20px;
  }

  .YwniNpricing_section .photo {
    height: 200px;
  }

  .YwniNpricing_section .price_type_text {
    padding: 20px;
  }

  .YwniNpricing_section .price_info::before,
  .YwniNpricing_section .price_info::after {
    width: 200px;
    height: 200px;
  }
}.wiDSzeducation_framework {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(210,210,223);
}

.wiDSzeducation_framework .work_holder {
    position: relative;
    min-height: 560px;
    padding: 4rem 0;
}

.wiDSzeducation_framework .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0 2px,
            transparent 2px 20px
        ),
        radial-gradient(
            circle at 70% 50%,
            transparent 30%,
            rgb(77,134,169,0.5) 70%,
            #000000 100%
        );
    z-index: 1;
}

.wiDSzeducation_framework .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.wiDSzeducation_framework .text_holder {
    position: relative;
    max-width: 700px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.98) 100%
    );
    backdrop-filter: blur(16px);
    padding: 3.5rem;
    border-radius: 0 12px 12px 12px;
    box-shadow: 
        35px 35px 70px rgba(0, 0, 0, 0.12),
        -5px -5px 30px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateX(25px) skewX(-3deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wiDSzeducation_framework .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(77,134,169),
        rgb(90,91,127)
    );
    transform-origin: left;
    transform: skewY(-45deg);
}

.wiDSzeducation_framework .text_holder::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(90,91,127,0.5) 50%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(90,91,127,0.5) 50%, transparent 52%) 0 0/20px 20px;
    opacity: 0.05;
    pointer-events: none;
}

.wiDSzeducation_framework .text_holder:hover {
    transform: translateX(15px) skewX(-2deg);
}

.wiDSzeducation_framework .text_holder h4 {
    color: rgb(77,134,169);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    display: inline-flex;
    align-items: center;
    transform: skewX(3deg);
}

.wiDSzeducation_framework .text_holder h4::after {
    content: '';
    width: 40px;
    height: 3px;
    margin-left: 1rem;
    background: linear-gradient(
        90deg,
        rgb(77,134,169),
        rgb(90,91,127)
    );
    border-radius: 10px;
}

.wiDSzeducation_framework .text_holder p {
    color: #000000;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transform: skewX(3deg);
}

@media (max-width: 991px) {
    .wiDSzeducation_framework .work_holder {
        min-height: 500px;
    }

    .wiDSzeducation_framework .text_holder {
        max-width: 600px;
        padding: 2.5rem;
        transform: translateX(15px) skewX(-2deg);
    }

    .wiDSzeducation_framework .text_holder:hover {
        transform: translateX(10px) skewX(-1deg);
    }

    .wiDSzeducation_framework .text_holder h4,
    .wiDSzeducation_framework .text_holder p {
        transform: skewX(2deg);
    }
}

@media (max-width: 767px) {
    .wiDSzeducation_framework .work_holder {
        min-height: 450px;
        padding: 3rem 0;
    }

    .wiDSzeducation_framework .text_holder {
        max-width: 100%;
        padding: 2rem;
        transform: none;
        border-radius: 12px;
    }

    .wiDSzeducation_framework .text_holder:hover {
        transform: none;
    }

    .wiDSzeducation_framework .text_holder::before {
        display: none;
    }

    .wiDSzeducation_framework .text_holder h4,
    .wiDSzeducation_framework .text_holder p {
        transform: none;
    }

    .wiDSzeducation_framework .text_holder h4 {
        font-size: calc(38px * 0.85);
    }

    .wiDSzeducation_framework .text_holder p {
        font-size: calc(15px * 0.95);
    }
}.cvufpconnect_form {
    padding: 100px 20px;
    background: rgb(210,210,223);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cvufpconnect_form h3 {
    color: rgb(90,91,127);
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

.cvufpconnect_form .form {
    background: linear-gradient(135deg, rgb(77,134,169), rgb(90,91,127));
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cvufpconnect_form form input,
.cvufpconnect_form form textarea {
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(77,134,169,0.5);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    transition: border 0.3s, background 0.3s;
}

.cvufpconnect_form form input:focus,
.cvufpconnect_form form textarea:focus {
    border: 2px solid rgb(77,134,169);
    background: rgb(77,134,169,0.5);
    outline: none;
}

.cvufpconnect_form form .button {
    background: rgb(90,91,127);
    color: #ffffff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.cvufpconnect_form form .button:hover {
    background: rgb(77,134,169);
    transform: translateY(-3px);
}

.cvufpconnect_form .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cvufpconnect_form .name_holder {
    display: flex;
    gap: 20px;
}

.cvufpconnect_form .name_holder input {
    flex: 1;
}

.cvufpconnect_form .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.cvufpconnect_form .agree input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}

.cvufpconnect_form .agree label a {
    margin-left: 5px;
    color: rgb(77,134,169);
    text-decoration: underline;
}

.cvufpconnect_form .form_text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

@media (max-width: 768px) {
    .cvufpconnect_form {
        padding: 50px 10px;
    }
    .cvufpconnect_form h3 {
        font-size: 35px;
    }
    .cvufpconnect_form .form {
        padding: 20px;
    }
    .cvufpconnect_form .name_holder {
        flex-direction: column;
    }
}