* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.taMwrapper-border {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(224,231,234);
}
@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.INsreach_out {
    padding-top: 80px;
    padding-bottom: 80px;
}

.INsreach_out h3 {
    color: rgb(104,121,128);
}

.INsreach_out .form {
    background: rgb(224,231,234);
    border-radius: 10px;
}

.INsreach_out .info svg, .INsreach_out .info svg path {
    fill: rgb(2,71,94);
}

.INsreach_out .info .contact_info h5 {
    color: rgb(2,71,94);
}

.INsreach_out .info span {
    color: #000000;
}

.INsreach_out .info .contact_info svg, .INsreach_out .info .contact_info svg path {
    fill: #000000;
}

.INsreach_out form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.INsreach_out form .button {
    background: rgb(104,121,128);
    color: #ffffff;
    border-radius: 100px;
}

.INsreach_out form .button:hover {
    background: rgb(2,71,94);
}


.INsreach_out .holder {
    display: flex;
}

.INsreach_out .holder > div {
    width: 50%;
    padding: 40px;
}

.INsreach_out .form {

}

.INsreach_out .form form {
    display: flex;
    flex-direction: column;
}

.INsreach_out h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
}

.INsreach_out .info {
    padding-top: 40px;
}

.INsreach_out form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.INsreach_out form .button {
    font-weight: 400;
    cursor: pointer;
}

.INsreach_out .info .contact_info h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
}

.INsreach_out .info svg, .INsreach_out .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.INsreach_out .info span {
    font-size: 17px;
}

.INsreach_out .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.INsreach_out .logo_holder svg, .INsreach_out .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.INsreach_out .info .contact_info span {
    font-weight: 300;
}

.INsreach_out .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.INsreach_out .name_holder {
    display: flex;
    justify-content: space-between;
}

.INsreach_out .name_holder #surname {
    margin-left: 24px;
}

.INsreach_out .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.INsreach_out .agree label {
    display: block;
}

.INsreach_out .agree a {
    margin-left: 5px;
    color: rgb(2,71,94);
}

.INsreach_out .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .INsreach_out .holder {
        flex-direction: column;
    }

    .INsreach_out .holder > div {
        width: 100%;
    }

    .INsreach_out {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .INsreach_out h3 {
        font-size: 30px;
    }
}

.taMwrapper-border .INsreach_out {
    background: rgb(224,231,234);
}

.taMwrapper-border .INsreach_out .holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.taMwrapper-border .INsreach_out .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.taMwrapper-border .INsreach_out .holder > div {
    width: 100%;
    border-radius: 0 !important;
}

.taMwrapper-border .INsreach_out .holder .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.taMwrapper-border .INsreach_out .holder .form {
    background: #ffffff;
}

.taMwrapper-border .INsreach_out h3 {

    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid rgb(104,121,128,0.5);
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.taMwrapper-border .INsreach_out h3::after {
    content: "";
    position: absolute;
    width: 30%;
    border-bottom: 3px solid rgb(2,71,94);
    bottom: -1px;
}

.taMwrapper-border .INsreach_out .info .contact_info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    justify-content: space-around;
}

.taMwrapper-border .INsreach_out .info .contact_info svg, .taMwrapper-border .INsreach_out .info .contact_info svg path {
    padding: 10px;
    background: rgb(2,71,94,0.5);
    fill: rgb(2,71,94);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 16px;
    flex-shrink: 0;
}

.taMwrapper-border .INsreach_out .info .contact_info > div {
    width: 33%;
    margin: 0;
}

.taMwrapper-border .INsreach_out form input {
    border: 1px solid rgb(104,121,128,0.5);
}

.taMwrapper-border .INsreach_out .agree a {
    color: rgb(2,71,94);
}

.taMwrapper-border .INsreach_out form .button {
    width: fit-content;
    padding: 10px 30px;
    align-self: center;
    margin-bottom: 0;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .INsreach_out .holder > div {
        width: 100%;
    }

    .taMwrapper-border .INsreach_out .holder {
        flex-direction: column;
    }

    .taMwrapper-border .INsreach_out .info .contact_info > div:nth-child(3) {
        margin-bottom: 24px;
    }

    .taMwrapper-border .INsreach_out .info .contact_info {
        flex-direction: column;
    }

    .taMwrapper-border .INsreach_out .info .contact_info > div {
        width: 100%;
        margin-bottom: 24px;
    }

    .taMwrapper-border .INsreach_out .info .contact_info > div:last-child {
        margin-bottom: 0;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
}

header .logo_name {
    color: rgb(2,71,94);
    font-size: 19px;
    font-weight: 700;
}

header .logo_desc {
    color: rgb(104,121,128);
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(2,71,94);
}

header .menu a {
    color: rgb(104,121,128);
}

header .menu a:hover {
    color: rgb(2,71,94);
}

header .menu a.active {
    border: 2px solid rgb(104,121,128);
    border-radius: 100px;
}

header .menu a.active:hover {
    color: #ffffff;
    background: rgb(2,71,94);
    border: 2px solid rgb(2,71,94);
}

header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}

header .main_header {
    width: 100%;
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}

header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;

}

header .logo_desc {
    font-size: 13px;
    font-weight: 700;
}

header .logo_holder .logo_desc {
    text-transform: uppercase;
}

header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

header .menu {
    display: flex;
}

header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 17px;
}

body .taMwrapper-border header .opened {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top: 100%;
        left: 0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }

    header .menu a.active {
        border: none;
    }

    header .menu a.active:hover {
        color: rgb(2,71,94);
        background: none;
        border: none;
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_name {
        line-height: 28px;
    }

    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .logo_holder .logo_desc {
        display: none;
    }

    header .logo_holder .logotype {
        margin-right: 5px;
    }

    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }

    header .logo_name {
        text-align: left;
        font-size: 20px;
        text-align: center;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.taMwrapper-border header .menu a.active {
    border: none;
    border-radius: 0;
}

.taMwrapper-border header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(2,71,94);
}

.taMwrapper-border header .logo_holder {
    margin-right: 0;

}

.taMwrapper-border header .logo_holder .logotype svg, .taMwrapper-border header .logo_holder .logotype img {
    margin-left: 20px;
}

.taMwrapper-border header .menu {
    width: 100%;
    justify-content: center;
}

.taMwrapper-border header .menu a {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border header .header_content .logo_holder {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .taMwrapper-border header .logo_holder .logotype svg, .taMwrapper-border header .logo_holder .logotype img {
        margin-left: 0;
    }

    .taMwrapper-border header .menu {
        padding-top: 30px;
        align-items: center;
    }
}.HNBwelcome_section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.HNBwelcome_section .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;

    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.HNBwelcome_section .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,71,94,0.5);
    z-index: 1;
}
.HNBwelcome_section .style_element {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    text-align: center;
}
.HNBwelcome_section .style_element h1 {
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.HNBwelcome_section .style_element h3 {
    font-size: 32px;
    font-weight: 400;
    color: rgb(104,121,128);
    margin-bottom: 16px;
}
.HNBwelcome_section .style_element p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .HNBwelcome_section .title_page_holder {
        min-height: 400px;
    }
    .HNBwelcome_section .style_element {
        padding: 30px;
        max-width: 90%;
    }
    .HNBwelcome_section .style_element h1 {
        font-size: 32px;
    }
    .HNBwelcome_section .style_element h3 {
        font-size: 20px;
    }
    .HNBwelcome_section .style_element p {
        font-size: 14px;
    }
}
.taMwrapper-border .HNBwelcome_section {
    position: relative;
    overflow: hidden;
}
.taMwrapper-border .HNBwelcome_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(104,121,128,0.5);
    z-index: 0;
    pointer-events: none;
}
.taMwrapper-border .HNBwelcome_section .style_element {
    position: relative;
    z-index: 2;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    margin: 40px auto;
    text-align: left;
}
.taMwrapper-border .HNBwelcome_section .style_element h1 {
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}
.taMwrapper-border .HNBwelcome_section .style_element h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(2,71,94);
    margin-bottom: 12px;
}
.taMwrapper-border .HNBwelcome_section .style_element p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}
.HNBwelcome_section .style_element h1 span {
    display: inline-block;
    background: rgb(2,71,94);
    padding: 0 10px;
    border-radius: 10px;
    color: #ffffff;
}
.HNBwelcome_section .style_element h3 span {
    background: rgb(104,121,128);
    padding: 0 5px;
    border-radius: 10px;
    color: #ffffff;
}
.HNBwelcome_section .style_element p::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(2,71,94);
}
.taMwrapper-border .HNBwelcome_section .style_element {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.taMwrapper-border .HNBwelcome_section .style_element:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}.Iardeveloper_experience {
    padding-top: 80px;
    padding-bottom: 80px;
}

.Iardeveloper_experience .review .name {
    color: rgb(104,121,128);
}

.Iardeveloper_experience .review span {
    color: rgb(2,71,94);
}

.Iardeveloper_experience .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Iardeveloper_experience .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.Iardeveloper_experience .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.Iardeveloper_experience .review .name {
    font-size: 20px;
    margin-bottom: 8px;
}

.Iardeveloper_experience .review span {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
}

.Iardeveloper_experience .review .quote {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .Iardeveloper_experience .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .Iardeveloper_experience .holder {
        flex-direction: column;
    }

    .Iardeveloper_experience .review {
        max-width: unset;
        width: 100%;
    }

    .Iardeveloper_experience {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.taMwrapper-border .Iardeveloper_experience {
    background: rgb(224,231,234);
}

.taMwrapper-border .Iardeveloper_experience .review {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.taMwrapper-border .Iardeveloper_experience .photo {
    border-radius: 50% !important;
    border: 5px solid #ffffff;
    width: 220px;
    height: 220px;
    margin-right: 25px;
    flex-shrink: 0;
}

.taMwrapper-border .worker_description {
    display: flex;
    flex-direction: column;
}

.taMwrapper-border .Iardeveloper_experience .review .quote {
    order: -1;
    margin-bottom: 20px;
    color: #000000;
    font-size: 22px;
}

.taMwrapper-border .Iardeveloper_experience .review .name {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .Iardeveloper_experience .photo {
        width: 160px;
        height: 160px;
    }

    .taMwrapper-border .Iardeveloper_experience .review {
        flex-direction: column;
    }
}.BVDfuture_attendees {
    padding-bottom: 80px;
    padding-top: 80px;
}

.BVDfuture_attendees .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BVDfuture_attendees ul {
    list-style: none;
}

.BVDfuture_attendees ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.BVDfuture_attendees ul svg, .BVDfuture_attendees ul svg path {
    fill: rgb(2,71,94);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.BVDfuture_attendees h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .BVDfuture_attendees {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.taMwrapper-border .BVDfuture_attendees .holder {
    background: linear-gradient(135deg, rgb(2,71,94), rgb(104,121,128));
    width: 100%;
    padding: 70px 90px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.taMwrapper-border .BVDfuture_attendees .holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,71,94,0.5);
    opacity: 0.1;
    z-index: 1;
}

.taMwrapper-border .BVDfuture_attendees ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
    position: relative;
}

.taMwrapper-border .BVDfuture_attendees ul li {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    font-size: 17px;
    border-left: 4px solid rgb(2,71,94);
    margin-bottom: 10px;
    transition: background 0.3s ease, border-color 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
}

.taMwrapper-border .BVDfuture_attendees ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.taMwrapper-border .BVDfuture_attendees ul li:hover {
    background: rgb(2,71,94,0.5);
    border-color: rgb(104,121,128);
}

.taMwrapper-border .BVDfuture_attendees ul li:hover::after {
    opacity: 1;
}

.taMwrapper-border .BVDfuture_attendees ul svg, .taMwrapper-border .BVDfuture_attendees ul svg path {
    width: 28px;
    height: 28px;
    margin-right: 20px;
    position: static;
    flex-shrink: 0;
    fill: rgb(2,71,94);
}

.taMwrapper-border .BVDfuture_attendees h2 {
    font-size: 29px;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .BVDfuture_attendees .holder {
        padding: 40px 20px;
    }

    .taMwrapper-border .BVDfuture_attendees ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .taMwrapper-border .BVDfuture_attendees h2 {
        font-size: 19px;
        margin-bottom: 30px;
    }
}footer {
    background: rgb(104,121,128);
    color: #ffffff;
}

footer .copyright {
    background: rgb(2,71,94);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(2,71,94);
}

footer h5 {
    color: rgb(2,71,94);
}

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: 21px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.taMwrapper-border footer {
    background: rgb(104,121,128);
}

.taMwrapper-border footer .copyright {
    background: none;
}

.taMwrapper-border footer .copyright_info {
    text-align: center;
}

.taMwrapper-border footer .footer_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.taMwrapper-border footer .footer {
    padding: 14px 0;
    padding-bottom: 0;
}

.taMwrapper-border footer .menu {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.taMwrapper-border footer h5 {
    text-align: center;
}

.taMwrapper-border footer .menu_holder {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border-top: 1px solid var(--white-color_opacity);
    border-bottom: 1px solid var(--white-color_opacity);
}

.taMwrapper-border footer .menu a {
    padding: 16px 48px;
    font-weight: 900;
    margin: 5px;
}

.taMwrapper-border footer .menu a:hover {
    text-decoration: underline;
}

.taMwrapper-border footer .copyright {
    padding: 10px 0;
    padding-top: 0;
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border footer .menu a {
        padding: 16px 8px;
    }

    .taMwrapper-border footer .menu_holder {
        flex-wrap: wrap;
        margin: 10px 0;
    }
}.jOtcompany_overview .holder {
    background-size: cover;
}

.jOtcompany_overview .style_element {
    background: #ffffff;
}

.jOtcompany_overview {
    padding-bottom: 80px;
    padding-top: 80px;
}

.jOtcompany_overview h2 {
    color: rgb(104,121,128);
}

.jOtcompany_overview span {
    color: rgb(2,71,94);
}

.jOtcompany_overview p {
    color: #000000;
}

.jOtcompany_overview .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.jOtcompany_overview .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.jOtcompany_overview .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.jOtcompany_overview h2 {
    margin-bottom: 8px;
    font-size: 36px;
    font-weight: 600;
}

.jOtcompany_overview span {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}

.jOtcompany_overview p {
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .jOtcompany_overview .holder {
        padding: 0px;
    }

    .jOtcompany_overview .style_element {
        width: 100%;
        min-width: unset;
    }

    .jOtcompany_overview {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .jOtcompany_overview h2 {
        font-size: 30px;
    }
}

.taMwrapper-border .jOtcompany_overview .holder .photo {
    width: 100%;
    height: 300px;
}

.taMwrapper-border .jOtcompany_overview .caption_holder {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.taMwrapper-border .jOtcompany_overview .style_element {
    width: 80%;
    position: relative;
    margin-top: -60px;
    padding: 35px;
    align-items: center;
}

.taMwrapper-border .jOtcompany_overview .holder .photo {
    position: relative;
    z-index: 0;
}

.taMwrapper-border .jOtcompany_overview .holder .photo:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(2,71,94), transparent);
}

.taMwrapper-border .jOtcompany_overview h2 {
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
}

.taMwrapper-border .jOtcompany_overview p {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .jOtcompany_overview .style_element {
        width: 90%;
        padding: 14px;
    }

    .taMwrapper-border .jOtcompany_overview h2 {
        font-size: 32px;
    }
}.xOmprogram_information {
    padding-top: 80px;
    padding-bottom: 80px;
}

.xOmprogram_information h2 {
    color: rgb(104,121,128);
}

.xOmprogram_information .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.xOmprogram_information h3 {
    color: rgb(2,71,94);
}

.xOmprogram_information p {
    color: #000000;
}

.xOmprogram_information .button {
    background: rgb(104,121,128);
    color: #ffffff;
    margin-top: 30px;
    width: fit-content;
}

.xOmprogram_information .button:hover {
    background: rgb(2,71,94);
}

.xOmprogram_information .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xOmprogram_information .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xOmprogram_information .course {
    padding: 12px;
    max-width: 100%;
}

.xOmprogram_information .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

.xOmprogram_information .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.xOmprogram_information h2 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 32px;
}

.xOmprogram_information .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}

.xOmprogram_information .text_holder {
    padding: 30px;
}

.xOmprogram_information h3 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.xOmprogram_information p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.xOmprogram_information .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .xOmprogram_information .items {
        flex-direction: column;
    }

    .xOmprogram_information h2 {
        font-size: 30px;
    }

    .xOmprogram_information h3 {
        font-size: 26px;
    }

    .xOmprogram_information .course {
        max-width: unset;
        width: 100%;
    }

    .xOmprogram_information {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.taMwrapper-border .xOmprogram_information .course .content {
    flex-direction: row-reverse;
    box-shadow: none;
}

.taMwrapper-border .xOmprogram_information .photo {
    width: 280px;
    height: 280px;
    border-radius: 50% !important;
    flex-shrink: 0;
    position: relative;
    margin: 20px;
}

.taMwrapper-border .xOmprogram_information .text_holder {
    align-items: flex-start;
}

.taMwrapper-border .xOmprogram_information h3 {
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    width: fit-content;
    font-size: 38px;
    color: inherit;
    margin-bottom: 26px;
}

.taMwrapper-border .xOmprogram_information p {
    text-align: left;
}

.taMwrapper-border .xOmprogram_information .photo::before {
    content: "";
    position: absolute;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    border: 2px solid rgb(104,121,128,0.5);
    left: -15px;
    top: -15px;
}

body .taMwrapper-border .xOmprogram_information .button {
    background: none;
    border-radius: 5px;
    border: 1px solid rgb(104,121,128,0.5);
    color: inherit;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
}

body .taMwrapper-border .xOmprogram_information .button:hover {
    color: inherit;
    background: rgb(104,121,128,0.5);
    border-color: rgb(104,121,128,0.5);
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .xOmprogram_information .course .content {
        flex-direction: column;
    }
}.gcycustomer_feedback {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gcycustomer_feedback h2 {
    color: rgb(104,121,128);
}

.gcycustomer_feedback .review {
    background: #ffffff;
    border-radius: 20px;
}

.gcycustomer_feedback .review span {
    color: rgb(2,71,94);
}

.gcycustomer_feedback .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gcycustomer_feedback .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 28px;
    font-weight: 600;
}

.gcycustomer_feedback .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.gcycustomer_feedback .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}

.gcycustomer_feedback .review span {
    text-align: center;
}

.gcycustomer_feedback .review p {
    text-align: center;
}

.gcycustomer_feedback .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.gcycustomer_feedback .text {
    display: flex;
    flex-direction: column;
}

.gcycustomer_feedback .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .gcycustomer_feedback .reviews {
        flex-direction: column;
    }

    .gcycustomer_feedback .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .gcycustomer_feedback {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .gcycustomer_feedback .holder h2 {
        font-size: 30px;
    }
}

.taMwrapper-border .gcycustomer_feedback .review {
    width: calc(25% - 20px);
    margin: 10px;
    background: rgb(2,71,94,0.5);
    border: 3px solid rgb(2,71,94);
    border-radius: 10px;
    position: relative;
    padding: 20px;
    min-height: 250px;
    max-width: unset;
    padding-bottom: 84px;
    align-items: center;
    justify-content: center;
}

.taMwrapper-border .gcycustomer_feedback .text {
    flex-direction: column-reverse;
    width: 100%;
}

.taMwrapper-border .gcycustomer_feedback .text p {
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.taMwrapper-border .gcycustomer_feedback {
    background: rgb(104,121,128);
}

.taMwrapper-border .gcycustomer_feedback .holder h2 {
    color: #ffffff;
}

.taMwrapper-border .gcycustomer_feedback .photo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    width: 64px;
    height: 64px;
}

.taMwrapper-border .gcycustomer_feedback .review p {
    font-size: 16px;
}

.taMwrapper-border .gcycustomer_feedback .review span {
    position: absolute;
    bottom: 41px;
    left: 94px;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.taMwrapper-border .gcycustomer_feedback .reviews {
    flex-wrap: wrap;
}


@media only screen and (max-width: 1000px) {
    .taMwrapper-border .gcycustomer_feedback .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .gcycustomer_feedback .review {
        width: calc(100% - 20px);
    }
}
.rsvadvantages_outline .advantages_content h2 {
    color: rgb(104,121,128);
}

.rsvadvantages_outline .advantage_item svg, .rsvadvantages_outline .advantage_item svg path {
    fill: rgb(2,71,94);
}

.rsvadvantages_outline .advantage_item p {
    color: #000000;
}

.rsvadvantages_outline .advantage_item b {
    color: rgb(2,71,94);
}

.rsvadvantages_outline {
    padding-top: 80px;
    padding-bottom: 80px;
}

.rsvadvantages_outline .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.rsvadvantages_outline .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.rsvadvantages_outline .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.rsvadvantages_outline .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.rsvadvantages_outline .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.rsvadvantages_outline .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.rsvadvantages_outline .advantage_item svg, .rsvadvantages_outline .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .taMwrapper-border .rsvadvantages_outline .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .rsvadvantages_outline .advantages_content h2 {
        font-size: 30px;
    }

    .rsvadvantages_outline .advantages_holder {
        flex-direction: column;
    }

    .rsvadvantages_outline {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .taMwrapper-border .rsvadvantages_outline .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.taMwrapper-border .rsvadvantages_outline {
    background: rgb(104,121,128);
    padding: 60px 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.taMwrapper-border .rsvadvantages_outline .advantages_content h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(2,71,94);
    text-align: left;
    margin-bottom: 40px;
    border-left: 5px solid rgb(2,71,94);
    padding-left: 15px;
}

.taMwrapper-border .rsvadvantages_outline .advantages_description {
    color: #ffffff;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: rgb(2,71,94,0.5);
    border-radius: 10px;
}

.taMwrapper-border .rsvadvantages_outline .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.taMwrapper-border .rsvadvantages_outline .advantage_item {
    background: #ffffff;
    padding: 20px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 10px;
    border: 1px solid rgb(2,71,94,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.taMwrapper-border .rsvadvantages_outline .advantage_image img,
.taMwrapper-border .rsvadvantages_outline .advantage_image svg {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px;
}

.taMwrapper-border .rsvadvantages_outline .advantages_content h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: rgb(2,71,94);
    margin-top: 10px;
}

.taMwrapper-border .rsvadvantages_outline .advantage_item p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-top: 10px;
    text-align: center;
}

.taMwrapper-border .rsvadvantages_outline .advantage_item p b {
    color: rgb(2,71,94);
}

@media only screen and (max-width: 1200px) {
    .taMwrapper-border .rsvadvantages_outline .advantages_holder .advantage_item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .rsvadvantages_outline .advantage_item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .taMwrapper-border .rsvadvantages_outline .advantages_content h2 {
        font-size: 22px;
    }

    .taMwrapper-border .rsvadvantages_outline {
        padding: 40px 20px;
    }
}.Eypprivacy_chest {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.Eypprivacy_chest h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.Eypprivacy_chest h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.Eypprivacy_chest h3, .Eypprivacy_chest h4, .Eypprivacy_chest h5, .Eypprivacy_chest h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.Eypprivacy_chest ul, .Eypprivacy_chest ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.Eypprivacy_chest li {
    margin-bottom: 10px;
}
.Eypprivacy_chest section {
    background: none;
}
.Eypprivacy_chest p, .Eypprivacy_chest span, .Eypprivacy_chest div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .Eypprivacy_chest {
        padding: 20px 0;
    }
}.vGVteaching_process {
    padding: 80px 0;
    background: #ffffff;
    color: #000000;
    font-family: Roboto, sans-serif;
    border-top: 4px solid rgb(2,71,94);
    border-bottom: 4px solid rgb(2,71,94);
    transition: background-color 0.3s ease-in-out;
}

.vGVteaching_process .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vGVteaching_process .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    padding: 40px;
    background: rgb(104,121,128,0.5);
    border-radius: 27px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.vGVteaching_process h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    border-bottom: 2px solid rgb(2,71,94);
    padding-bottom: 10px;
    width: 100%;
}

.vGVteaching_process p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .vGVteaching_process {
        padding: 40px 0;
    }

    .vGVteaching_process .holder {
        width: 90%;
        padding: 20px;
    }

    .vGVteaching_process h2 {
        font-size: calc(36px - 8px);
    }
}

.taMwrapper-border .vGVteaching_process {
    padding: 60px 0;
    background: rgb(104,121,128,0.5);
    color: #ffffff;
}

.taMwrapper-border .vGVteaching_process .holder {
    width: 70%;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    border: none;
}

.taMwrapper-border .vGVteaching_process h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: rgb(2,71,94);
    border-bottom: none;
}

.taMwrapper-border .vGVteaching_process p {
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 800px) {
    .taMwrapper-border .vGVteaching_process {
        padding: 40px 0;
    }

    .taMwrapper-border .vGVteaching_process .holder {
        width: 90%;
        padding: 20px;
    }

    .taMwrapper-border .vGVteaching_process h2 {
        font-size: calc(36px - 6px);
    }
}
