* {
    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: Roboto, sans-serif;
    color: #000000;
}
.Gbi_wrapper-skeleton {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(250,250,250);
}
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;
    }
}.vTx_advantages_benefits {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(162,213,242), rgb(7,104,159));
    position: relative;
    overflow: hidden;
}

.vTx_advantages_benefits::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%);
    background-size: 20px 20px;
    opacity: 0.1;
    animation: backgroundMove 30s linear infinite;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, 20px); }
}

.vTx_advantages_benefits .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.vTx_advantages_benefits .advantages_content h2 {
    font-size: clamp(19px, 5vw, 33px);
    color: #ffffff;
    text-align: center;
    margin: 0 0 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
}

.vTx_advantages_benefits .advantages_content h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
}

.vTx_advantages_benefits .advantages_photo_holder {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
    gap: 40px;
    perspective: 1000px;
}

.vTx_advantages_benefits .advantages_photo_holder .photo {
    width: 35%;
    min-height: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    flex-shrink: 0;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
}

.vTx_advantages_benefits .advantages_photo_holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: brightness(0.7);
    transition: filter 0.5s ease;
}

.vTx_advantages_benefits .advantages_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    width: 65%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.vTx_advantages_benefits .advantages_holder .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    background: rgb(250,250,250);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vTx_advantages_benefits .advantages_holder .advantage_item::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(135deg, transparent, rgb(162,213,242,0.5), transparent);
    transition: all 0.6s ease;
}

.vTx_advantages_benefits .advantages_holder .advantage_item .advantage_image {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.vTx_advantages_benefits .advantages_holder .advantage_item svg,
.vTx_advantages_benefits .advantages_holder .advantage_item svg path {
    width: 50px;
    height: 50px;
    fill: rgb(162,213,242);
    transition: all 0.3s ease;
}

.vTx_advantages_benefits .advantages_holder .advantage_item h4 {
    color: #000000;
    font-size: 19px;
    margin-top: 15px;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 1024px) {
    .vTx_advantages_benefits .advantages_photo_holder {
        flex-direction: column;
    }

    .vTx_advantages_benefits .advantages_photo_holder .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }

    .vTx_advantages_benefits .advantages_holder {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .vTx_advantages_benefits {
        padding: 60px 0;
    }

    .vTx_advantages_benefits .advantages_content {
        padding: 20px;
    }

    .vTx_advantages_benefits .advantages_holder {
        grid-template-columns: 1fr;
    }

    .vTx_advantages_benefits .advantages_photo_holder .photo {
        height: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .vTx_advantages_benefits .advantages_content h2 {
        font-size: 19px;
    }

    .vTx_advantages_benefits .advantages_holder .advantage_item {
        padding: 20px 15px;
    }
}.rGM_study_process {
    padding: 80px 0;
    background: rgb(7,104,159);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(162,213,242,0.5);
}

.rGM_study_process::before, .rGM_study_process::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(162,213,242) 25%, transparent 25%, transparent 50%, rgb(162,213,242) 50%, rgb(162,213,242) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 0;
}

.rGM_study_process .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(162,213,242,0.5);
    box-shadow: 0 0 20px rgb(162,213,242,0.5);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.rGM_study_process h2 {
    margin-bottom: 20px;
    font-size: 34px;
    font-family: Roboto, sans-serif;
    color: rgb(162,213,242);
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
}

.rGM_study_process h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(7,104,159);
    margin: 10px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgb(7,104,159);
}

.rGM_study_process p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.6;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .rGM_study_process {
        padding: 30px 0;
    }

    .rGM_study_process .holder {
        padding: 20px;
    }

    .rGM_study_process h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .rGM_study_process p {
        font-size: 19px;
        width: 100%;
    }
}

.Gbi_wrapper-skeleton .rGM_study_process {
    padding: 100px 0;
    position: relative;
}

.Gbi_wrapper-skeleton .rGM_study_process::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(162,213,242), transparent);
    opacity: 0.3;
    filter: blur(100px);
    z-index: 0;
}

.Gbi_wrapper-skeleton .rGM_study_process .holder {
    padding: 50px;
    border-radius: 15px;
}

.Gbi_wrapper-skeleton .rGM_study_process h2 {
    font-size: 48px;
    margin-bottom: 46px;
    text-align: center;
}

.Gbi_wrapper-skeleton .rGM_study_process p {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .Gbi_wrapper-skeleton .rGM_study_process .holder {
        padding: 20px;
    }

    .Gbi_wrapper-skeleton .rGM_study_process {
        padding: 50px 0;
    }

    .Gbi_wrapper-skeleton .rGM_study_process h2 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 16px;
    }

    .Gbi_wrapper-skeleton .rGM_study_process p {
        width: 100%;
        font-size: 14px;
    }
}
.OzY_find_us {
    color: #000000;
    background-color: rgb(250,250,250);
    padding: 80px 0;
    font-family: Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.OzY_find_us .contact_holder {
    padding: 30px;
    border-radius: 11px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, rgba(0, 0, 0, 0.5));
    width: 80%;
    margin: auto;
    max-width: 1200px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.OzY_find_us .holder .info_holder div.Cfl_operating_hours {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.OzY_find_us .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.OzY_find_us .holder .info_holder > div > div {
    margin: 5px 0;
}
.OzY_find_us .contact_holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgb(162,213,242);
    border-radius: 11px 11px 0 0;
}
.OzY_find_us .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.OzY_find_us .holder .contact_description {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
}
.OzY_find_us .holder .photo {
    width: 45%;
    height: 420px;
    background-size: cover;
    background-position: center;
    border-radius: 11px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, rgba(0, 0, 0, 0.5));
}
.OzY_find_us .holder .info_holder {
    width: 55%;
    padding: 30px;
}
.OzY_find_us .holder .info_holder>div span {
    margin-left: 8px;
}
.OzY_find_us .holder .info_holder > div {
    margin-bottom: 15px;
    font-size: 14px;
}
.OzY_find_us .holder .info_holder > div a {
    color: rgb(162,213,242);
    text-decoration: none;
    transition: color 0.3s ease;
}
.OzY_find_us .holder .info_holder > div a:hover {
    color: rgb(7,104,159);
}
.OzY_find_us .contact_politics {
    margin-top: 40px;
    font-size: 14px;
}
.OzY_find_us .contact_politics > div {
    margin-bottom: 10px;
}
.OzY_find_us .contact_politics > div h4 {
    font-weight: 700;
    margin-bottom: 5px;
}
.OzY_find_us .info_holder svg {
    width: 25px;
    height: 25px;
    fill: rgb(162,213,242);
    margin-right: 10px;
}
.OzY_find_us h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .OzY_find_us .contact_holder {
        width: 100%;
    }
    .OzY_find_us .holder .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .OzY_find_us .holder .info_holder {
        width: 100%;
    }
}
.Gbi_wrapper-skeleton .ATZ_program_information {
    padding: 60px 0;
    background: rgb(162,213,242);
    color: #ffffff;
    font-family: Roboto, sans-serif;
}

.Gbi_wrapper-skeleton .ATZ_program_information .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.Gbi_wrapper-skeleton .ATZ_program_information .items .course {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    background: rgb(7,104,159);
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.Gbi_wrapper-skeleton .ATZ_program_information .items .course .content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.Gbi_wrapper-skeleton .ATZ_program_information .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.Gbi_wrapper-skeleton .ATZ_program_information .text_holder {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Gbi_wrapper-skeleton .ATZ_program_information .text_holder h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Gbi_wrapper-skeleton .ATZ_program_information .text_holder p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
}

.Gbi_wrapper-skeleton .ATZ_program_information .button {
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(162,213,242);
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

@media only screen and (max-width: 800px) {
    .Gbi_wrapper-skeleton .ATZ_program_information {
        padding: 40px 0;
    }

    .Gbi_wrapper-skeleton .ATZ_program_information .items .course {
        flex-direction: column;
        width: 100%;
    }
    .Gbi_wrapper-skeleton .ATZ_program_information .items .course .content {
        flex-direction: column;
    }
    .Gbi_wrapper-skeleton .ATZ_program_information .photo {
        width: 100%;
        height: 250px;
    }

    .Gbi_wrapper-skeleton .ATZ_program_information .text_holder {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .Gbi_wrapper-skeleton .ATZ_program_information .text_holder h3 {
        font-size: 23px;
    }

    .Gbi_wrapper-skeleton .ATZ_program_information .text_holder p {
        font-size: 17px;
    }

    .Gbi_wrapper-skeleton .ATZ_program_information .button {
        align-self: center;
    }
}
footer {
    background: rgb(7,104,159);
    color: #ffffff;
}

footer .copyright {
    background: rgb(162,213,242);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(162,213,242);
}

footer h5 {
    color: rgb(162,213,242);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 15px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.Gbi_wrapper-skeleton footer .menu_holder {
    flex-direction: row;
}

.Gbi_wrapper-skeleton footer .footer {
    padding: 0;
    padding-top: 40px;
}

.Gbi_wrapper-skeleton footer {
    padding-top: 32px;
    padding-bottom: 48px;
}

.Gbi_wrapper-skeleton footer .menu {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    min-width: unset;
}

.Gbi_wrapper-skeleton footer .menu a {
    padding-bottom: 24px;
    border-bottom: 4px solid rgb(7,104,159);
    margin: 0 16px;
}

.Gbi_wrapper-skeleton footer .menu a:hover {
    border-color: #ffffff;
}

.Gbi_wrapper-skeleton footer .copyright {
    background: rgb(7,104,159);
    padding: 10px 0;
}

.Gbi_wrapper-skeleton footer .logo_holder svg, .Gbi_wrapper-skeleton footer .logo_holder img {
    margin: 0;
    height: 90px;
    width: 90px;
}

@media only screen and (max-width: 800px) {
    .Gbi_wrapper-skeleton footer .footer_info {
        align-items: center;
    }

    .Gbi_wrapper-skeleton footer .logo_holder svg, .Gbi_wrapper-skeleton footer .logo_holder img {
        margin-bottom: 20px;
        height: 70px;
        width: 70px;
    }

    .Gbi_wrapper-skeleton footer .copyright_info {
        text-align: center;
    }

    .Gbi_wrapper-skeleton footer {
        padding: 30px 0;
    }

    .Gbi_wrapper-skeleton footer .footer {
        padding: 0;
    }
}.fRL_register_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.fRL_register_now h2 {
    color: rgb(7,104,159);
}

.fRL_register_now .button {
    background: rgb(7,104,159);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.fRL_register_now .button:hover {
    background: rgb(162,213,242);
}

.fRL_register_now .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fRL_register_now h2 {
    font-size: 35px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.fRL_register_now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .fRL_register_now .holder {
        flex-direction: column;
    }

    .Gbi_wrapper-skeleton section.fRL_register_now h2 {
        font-size: 26px;
    }

    .fRL_register_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .fRL_register_now .button {
        font-size: 24px;
    }

    .fRL_register_now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.Gbi_wrapper-skeleton .fRL_register_now .holder {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 3px solid rgb(7,104,159);
    border-bottom: 3px solid rgb(7,104,159);
    padding: 50px 20px;
    background: rgb(250,250,250);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.5s ease, transform 0.3s ease-in-out;
}

.Gbi_wrapper-skeleton .fRL_register_now .holder:hover {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transform: translateY(-10px);
}

.Gbi_wrapper-skeleton .fRL_register_now h2 {
    margin-bottom: 30px;
    font-size: 38px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: rgb(162,213,242);
    letter-spacing: 2px;
    background: linear-gradient(to right, rgb(162,213,242), rgb(7,104,159));
    -webkit-background-clip: text;
    color: transparent;
    padding-bottom: 10px;
    margin-right: 0;
}

.Gbi_wrapper-skeleton .fRL_register_now .button {
    border-radius: 14px;
    width: auto;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: rgb(162,213,242);
    color: #ffffff;
    text-align: center;
    align-self: center;
    position: relative;
    z-index: 1;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgb(162,213,242,0.5);
}

.Gbi_wrapper-skeleton .fRL_register_now .button:hover {
    background: rgb(7,104,159);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(7,104,159,0.5);
}

@media only screen and (max-width: 800px) {
    .Gbi_wrapper-skeleton .fRL_register_now .holder {
        width: 100%;
        padding: 30px 10px;
    }

    .Gbi_wrapper-skeleton .fRL_register_now h2 {
        font-size: 35px;
    }

    .Gbi_wrapper-skeleton .fRL_register_now .button {
        width: 100%;
        padding: 15px 0;
    }
}.pAY_privacy_bunker {
    padding: 40px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    font-family: Roboto, sans-serif;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);

}

.pAY_privacy_bunker .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pAY_privacy_bunker h1, .pAY_privacy_bunker h2 {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: linear-gradient(90deg, rgb(162,213,242), rgb(7,104,159));
    color: #ffffff;
    border-radius: 10px;
}

.pAY_privacy_bunker h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pAY_privacy_bunker h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pAY_privacy_bunker ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.pAY_privacy_bunker li {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 12px;
    color: #000000;
    background-color: rgb(7,104,159,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pAY_privacy_bunker li::before {
    content: '✔';
    color: rgb(162,213,242);
    margin-right: 10px;
    font-size: 1.2em;
}

.pAY_privacy_bunker p, .pAY_privacy_bunker span, .pAY_privacy_bunker div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .pAY_privacy_bunker {
        padding: 20px;
    }

    .pAY_privacy_bunker h1 {
        font-size: calc(21px - 5px);
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .pAY_privacy_bunker h2 {
        font-size: calc(21px - 3px);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .pAY_privacy_bunker ul, .pAY_privacy_bunker ol {
        padding: 0;
        margin: 10px 0;
    }

    .pAY_privacy_bunker li {
        font-size: calc(12px - 1px);
        margin-bottom: 10px;
    }

    .pAY_privacy_bunker p, .pAY_privacy_bunker span, .pAY_privacy_bunker div {
        font-size: calc(12px - 1px);
        margin-bottom: 8px;
    }
}
.Gbi_wrapper-skeleton .oKL_education_history {
    background: rgb(250,250,250);
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.Gbi_wrapper-skeleton .oKL_education_history .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gbi_wrapper-skeleton .oKL_education_history .review {
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.Gbi_wrapper-skeleton .oKL_education_history .photo {
    width: 350px;
    height: 350px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.Gbi_wrapper-skeleton .worker_description {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.Gbi_wrapper-skeleton .oKL_education_history .review .name {
    font-size: 38px;
    font-weight: 700;
    color: rgb(162,213,242);
    margin-bottom: 20px;
}

.Gbi_wrapper-skeleton .oKL_education_history .review span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.Gbi_wrapper-skeleton .oKL_education_history .review .quote {
    font-size: 14px;
    font-style: italic;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .Gbi_wrapper-skeleton .oKL_education_history .review {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .Gbi_wrapper-skeleton .worker_description {
        padding: 30px;
    }

    .Gbi_wrapper-skeleton .oKL_education_history .photo {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 800px) {
    .Gbi_wrapper-skeleton .oKL_education_history .photo {
        width: 200px;
        height: 200px;
    }
}
.mhU_course_candidates {
    padding-bottom: 80px;
    padding-top: 80px;
}

.mhU_course_candidates .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mhU_course_candidates ul {
    list-style: none;
}

.mhU_course_candidates ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.mhU_course_candidates ul svg, .mhU_course_candidates ul svg path {
    fill: rgb(162,213,242);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.mhU_course_candidates h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .mhU_course_candidates {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.Gbi_wrapper-skeleton .mhU_course_candidates {
    padding: 0;
    background: #ffffff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.Gbi_wrapper-skeleton .mhU_course_candidates:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(162,213,242);
}

.Gbi_wrapper-skeleton .mhU_course_candidates .holder {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 60px 40px;
    position: relative;
}

.Gbi_wrapper-skeleton .mhU_course_candidates .holder::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: rgb(162,213,242);
    opacity: 0.1;
    z-index: 0;
}

.Gbi_wrapper-skeleton .mhU_course_candidates ul {
    width: 65%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.Gbi_wrapper-skeleton .mhU_course_candidates ul li {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    margin-bottom: 0;
}

.Gbi_wrapper-skeleton .mhU_course_candidates ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(162,213,242);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.Gbi_wrapper-skeleton .mhU_course_candidates ul li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.Gbi_wrapper-skeleton .mhU_course_candidates ul svg, .Gbi_wrapper-skeleton .mhU_course_candidates ul svg path {
    position: static;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    fill: rgb(7,104,159);
    transition: fill 0.3s ease;
}

.Gbi_wrapper-skeleton .mhU_course_candidates ul li:hover svg, .Gbi_wrapper-skeleton .mhU_course_candidates ul li:hover svg path {
    fill: rgb(162,213,242);
}

.Gbi_wrapper-skeleton .mhU_course_candidates h2 {
    width: 30%;
    padding: 10px;
    font-size: 38px;
    font-weight: 600;
    color: rgb(7,104,159);
    text-align: left;
    border-left: 5px solid rgb(162,213,242);
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

.Gbi_wrapper-skeleton .mhU_course_candidates h2:hover {
    color: rgb(162,213,242);
    border-color: rgb(7,104,159);
}

@media only screen and (max-width: 800px) {
    .Gbi_wrapper-skeleton .mhU_course_candidates .holder {
        flex-direction: column;
        padding: 40px 20px;
    }

    .Gbi_wrapper-skeleton .mhU_course_candidates h2 {
        width: 100%;
        font-size: 23px;
        text-align: center;
        margin-bottom: 20px;
    }

    .Gbi_wrapper-skeleton .mhU_course_candidates ul {
        width: 100%;
    }

    .Gbi_wrapper-skeleton .mhU_course_candidates ul li {
        font-size: 15px;
        padding: 8px 0;
        text-align: center;
    }
    .Gbi_wrapper-skeleton .mhU_course_candidates .holder::after {
        display: none;
    }
}.Dcn_title_intro {
    position: relative;
    background: rgb(250,250,250);
    overflow: hidden;
}

.Dcn_title_intro::before,
.Dcn_title_intro::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid rgb(162,213,242,0.5);
    opacity: 0.2;
}

.Dcn_title_intro::before {
    top: -100px;
    left: -100px;
    transform: rotate(45deg);
}

.Dcn_title_intro::after {
    bottom: -100px;
    right: -100px;
    transform: rotate(-45deg);
}

.Dcn_title_intro .holder {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    max-width: 1400px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 
        0 0 0 10px #ffffff,
        0 0 0 11px rgb(162,213,242,0.5),
        0 20px 40px rgba(0, 0, 0, 0.1);
}

.Dcn_title_intro .photo {
    position: relative;
    overflow: hidden;
    border-radius: 0 19px 19px 0;
    box-shadow: 10px 10px 0 rgb(7,104,159,0.5);
}

.Dcn_title_intro .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: grayscale(30%) contrast(1.1);
}

.Dcn_title_intro .photo::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #ffffff;
    opacity: 0.5;
    mix-blend-mode: overlay;
}

.Dcn_title_intro .text_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 2rem;
    background: 
        linear-gradient(45deg, rgb(162,213,242,0.5) 25%, transparent 25%) -50px 0,
        linear-gradient(-45deg, rgb(162,213,242,0.5) 25%, transparent 25%) -50px 0,
        linear-gradient(45deg, transparent 75%, rgb(162,213,242,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(162,213,242,0.5) 75%);
    background-size: 100px 100px;
    background-color: #ffffff;
}

.Dcn_title_intro .text_holder::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgb(7,104,159);
    z-index: -1;
}

.Dcn_title_intro .text_info {
    position: relative;
    padding: 2rem;
    background: #ffffff;
    border-left: 5px solid rgb(162,213,242);
}

.Dcn_title_intro .text_info::before,
.Dcn_title_intro .text_info::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(162,213,242);
}

.Dcn_title_intro .text_info::before {
    top: 0;
    left: -5px;
    transform: translateX(-50%);
}

.Dcn_title_intro .text_info::after {
    bottom: 0;
    left: -5px;
    transform: translateX(-50%);
}

.Dcn_title_intro .text_info svg {
    width: 80px;
    height: 80px;
    fill: rgb(162,213,242);
    margin-bottom: 1.5rem;
}

.Dcn_title_intro .text_info h2 {
    font-size: 33px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.Dcn_title_intro .text_info span {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
}

.Dcn_title_intro .text_info span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 5px;
    height: 5px;
    background: rgb(7,104,159);
    transform: rotate(45deg);
}

.Dcn_title_intro .button {
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    background: #ffffff;
    color: rgb(162,213,242);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid rgb(162,213,242);
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
    .Dcn_title_intro .holder {
        grid-template-columns: 1fr;
        max-width: 800px;
    }

    .Dcn_title_intro .photo {
        height: 300px;
        border-radius: 19px 19px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .Dcn_title_intro .holder {
        margin: 1rem;
        padding: 1rem;
    }

    .Dcn_title_intro .text_holder,
    .Dcn_title_intro .text_info {
        padding: 1rem;
    }

    .Dcn_title_intro .text_info h2 {
        font-size: 21px;
    }

    .Dcn_title_intro .text_info span {
        font-size: 12px;
    }

    .Dcn_title_intro .button {
        padding: 0.5rem 1rem;
        font-size: 12px;
    }
}.KlM_company_overview {
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(162,213,242), rgb(7,104,159));
    font-family: Roboto, sans-serif;
}

.Gbi_wrapper-skeleton .KlM_company_overview .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.Gbi_wrapper-skeleton .KlM_company_overview .holder .photo {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgb(162,213,242);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
}

.Gbi_wrapper-skeleton .KlM_company_overview .holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(7,104,159);
    border-radius: 50%;
    box-sizing: border-box;
}

.Gbi_wrapper-skeleton .KlM_company_overview .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.Gbi_wrapper-skeleton .KlM_company_overview .style_element h2 {
    color: rgb(162,213,242);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.Gbi_wrapper-skeleton .KlM_company_overview .style_element h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: rgb(162,213,242);
    border-radius: 10px;
}

.Gbi_wrapper-skeleton .KlM_company_overview .style_element p {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    padding: 20px;
    background: rgb(7,104,159,0.5);
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.Gbi_wrapper-skeleton .KlM_company_overview .style_element p::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgb(162,213,242);
    border-radius: 50%;
}

.Gbi_wrapper-skeleton .KlM_company_overview .style_element p::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: rgb(162,213,242);
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
    .Gbi_wrapper-skeleton .KlM_company_overview .holder .photo {
        width: 300px;
        height: 300px;
    }

    .Gbi_wrapper-skeleton .KlM_company_overview .caption_holder {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .Gbi_wrapper-skeleton .KlM_company_overview {
        padding: 60px 0;
    }
    .Gbi_wrapper-skeleton .KlM_company_overview .holder {
        padding: 0;
    }

    .Gbi_wrapper-skeleton .KlM_company_overview .holder .photo {
        width: 250px;
        height: 250px;
    }

    .Gbi_wrapper-skeleton .KlM_company_overview .caption_holder {
        padding: 10px;
    }

    .Gbi_wrapper-skeleton .KlM_company_overview .style_element h2 {
        font-size: 23px;
    }

    .Gbi_wrapper-skeleton .KlM_company_overview .style_element p {
        font-size: 14px;
    }
}
.tlT_thankPageID {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(162,213,242), rgb(7,104,159));
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.tlT_thankPageID .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 900px;
    padding: 60px;
    background: linear-gradient(145deg, rgb(250,250,250), rgb(250,250,250));
    border: 2px solid rgb(162,213,242);
    border-radius: 19px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    text-align: center;
}
.tlT_thankPageID h2 {
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 700;
    color: rgb(162,213,242);
    border-bottom: 2px solid rgb(162,213,242);
    padding-bottom: 10px;
    width: 100%;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 1px 1px #ffffff;
}
.tlT_thankPageID h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 40%;
    height: 3px;
    background: rgb(7,104,159);
    transform: translateX(-50%);
}
.tlT_thankPageID p {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px #ffffff;
}
.tlT_thankPageID p + p {
    margin-top: 20px;
}
@media only screen and (max-width: 800px) {
    .tlT_thankPageID {
        padding: 10px;
    }
    .tlT_thankPageID .container {
        padding: 30px;
        width: 100%;
    }
    .tlT_thankPageID h2 {
        font-size: 28px;
    }
    .tlT_thankPageID p {
        font-size: 16px;
    }
}
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.main_header {
    background: linear-gradient(135deg, #ffffff 0%, rgb(250,250,250) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-bottom: 3px solid rgb(162,213,242);
    position: relative;
    min-height: 80px;
    z-index: 999;
    max-height: 120px;
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(162,213,242), rgb(7,104,159), rgb(162,213,242));
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: radial-gradient(circle at top right, #ffffff 0%, rgb(250,250,250) 100%);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgb(7,104,159,0.5);
    min-height: 60px;
    flex-wrap: wrap;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(162,213,242);
    font-weight: 700;
    font-size: 23px;
    transition: all 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    fill: rgb(162,213,242);
    transition: fill 0.3s ease;
}
.main_header .header_logo:hover svg,
.main_header .header_logo:hover img {
    fill: rgb(7,104,159);
    animation: pulse 1s infinite;
}
.main_header .header_description {
    font-size: 13px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(162,213,242), rgb(7,104,159));
}
.main_header .header_menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(7,104,159,0.5), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before,
.main_header .header_menu a:focus::before {
    left: 100%;
}
.main_header .header_menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(162,213,242);
    transition: width 0.3s ease;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    color: rgb(162,213,242);
    background-color: rgb(250,250,250);
}
.main_header .header_menu a:hover::after,
.main_header .header_menu a:focus::after {
    width: 100%;
}
@media (max-width: 768px) {
    .main_header {
        min-height: auto;
        max-height: none;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
        max-width: 100%;
    }
    .main_header .header_description::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .main_header .header_menu a {
        padding: 10px;
        border-bottom: 1px solid rgb(7,104,159,0.5);
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        animation: none !important;
        transition: none !important;
    }
}