* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.viewport-container-KGYlMmF {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(230,233,244);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.privacySettingsBanner-BHWYxUF {
    position: fixed;
    width: 100%;
    background: rgb(230,233,244);
    bottom: 0;
    border-top: 2px solid rgb(109,123,141);
    z-index: 90;
}
.cookie_holder {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}
.privacySettingsBanner-BHWYxUF h5 {
    font-size: 22px;
    margin-bottom: 6px;
}
.privacySettingsBanner-BHWYxUF p {
    font-size: 18px;
}
.cookie_logo {
    margin-right: 10px;
    flex-shrink: 0;
}
.cookie_logo svg, .cookie_logo svg path, .cookie_logo img {
    fill: rgb(109,123,141);
    width: 100px;
    height: 100px;
}
.cookie_button {
    font-size: 24px;
    color: rgb(109,123,141);
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(109,123,141);
    white-space: nowrap;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
}
.privacySettingsBanner-BHWYxUF p a {
    text-decoration: none;
    color: rgb(109,123,141);
}
@media only screen and (max-width: 1200px) {
    .privacySettingsBanner-BHWYxUF {
        padding: 20px;
    }
}

.viewport-container-KGYlMmF .privacySettingsBanner-BHWYxUF {
    background: rgb(57,75,89);
    border: none;
    box-shadow: rgb(57,75,89,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
}
.viewport-container-KGYlMmF .cookie_button {
    padding: 10px;
    background: rgb(109,123,141);
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    border: none;
    font-weight: 400;
}
.viewport-container-KGYlMmF .cookie_info h5, .viewport-container-KGYlMmF .cookie_info p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .cookie_logo {
        display: none;
    }
    .cookie_holder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .privacySettingsBanner-BHWYxUF h5 {
        text-align: center;
    }
    .privacySettingsBanner-BHWYxUF p {
        text-align: center;
    }
    .cookie_info {
        margin-bottom: 20px;
    }
    body .viewport-container-KGYlMmF .cookie_button {
        margin-left: 0;
        margin-bottom: 10px;
    }
}.connect-with-us-u9pVzJe {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(109,123,141,0.5) 0%, rgb(230,233,244) 100%);
    position: relative;
    overflow: hidden;
}
.connect-with-us-u9pVzJe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(109,123,141) 0%, transparent 70%);
    animation: pulse 6s infinite ease-in-out;
    transform: translateX(-50%);
    z-index: 0;
}
@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.1);
    }
}
.connect-with-us-u9pVzJe .container {
    position: relative;
    z-index: 1;
}
.connect-with-us-u9pVzJe h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 18px;
}
.connect-with-us-u9pVzJe .info {
    padding: 40px;
    background: #ffffff;
    border-radius: 23px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.connect-with-us-u9pVzJe .logo_holder {
    display: flex;
    align-items: center;
}
.connect-with-us-u9pVzJe .info svg, .connect-with-us-u9pVzJe .info svg path {
    fill: rgb(109,123,141);
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.connect-with-us-u9pVzJe .info .contact_info h5 {
    color: rgb(109,123,141);
    font-size: 19px;
    font-weight: 600;
    margin: 16px 0;
}
.connect-with-us-u9pVzJe .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.connect-with-us-u9pVzJe .info span {
    color: #000000;
    font-size: 18px;
}
.connect-with-us-u9pVzJe .info .contact_info svg, .connect-with-us-u9pVzJe .info .contact_info svg path {
    fill: #000000;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.connect-with-us-u9pVzJe form {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 40px;
    border-radius: 23px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.connect-with-us-u9pVzJe .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.connect-with-us-u9pVzJe form input,
.connect-with-us-u9pVzJe form .button {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(109,123,141,0.5);
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    transition: all 0.3s ease;
}
.connect-with-us-u9pVzJe form input:focus {
    border-color: rgb(109,123,141);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.connect-with-us-u9pVzJe form .button {
    background: rgb(57,75,89);
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}
.connect-with-us-u9pVzJe form .button:hover {
    background: rgb(109,123,141);
}
.connect-with-us-u9pVzJe .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.connect-with-us-u9pVzJe .agree label {
    display: block;
    font-size: 18px;
    color: #000000;
}
.connect-with-us-u9pVzJe .agree a {
    margin-left: 5px;
    color: rgb(109,123,141);
    text-decoration: none;
    transition: color 0.3s ease;
}
.connect-with-us-u9pVzJe .agree a:hover {
    color: rgb(57,75,89);
}
.connect-with-us-u9pVzJe .name_holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media only screen and (max-width: 800px) {
    .connect-with-us-u9pVzJe .info svg, .connect-with-us-u9pVzJe .info svg path {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .connect-with-us-u9pVzJe {
        padding: 50px 10px;
    }
    .connect-with-us-u9pVzJe h3 {
        font-size: 19px;
    }
    .connect-with-us-u9pVzJe .name_holder {
        display: flex;
        flex-direction: column;
        gap:0;
    }
}

.benefits-overview-K69YV4t .advantages_content h2 {
    color: rgb(57,75,89);
}

.benefits-overview-K69YV4t .advantage_item svg, .benefits-overview-K69YV4t .advantage_item svg path {
    fill: rgb(109,123,141);
}

.benefits-overview-K69YV4t .advantage_item p {
    color: #000000;
}

.benefits-overview-K69YV4t .advantage_item b {
    color: rgb(109,123,141);
}

.benefits-overview-K69YV4t {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-overview-K69YV4t .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-overview-K69YV4t .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-overview-K69YV4t .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: 600;
}

.benefits-overview-K69YV4t .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-overview-K69YV4t .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-overview-K69YV4t .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-overview-K69YV4t .advantage_item svg, .benefits-overview-K69YV4t .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-overview-K69YV4t .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-overview-K69YV4t .advantages_holder {
        flex-direction: column;
    }

    .benefits-overview-K69YV4t {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.viewport-container-KGYlMmF .benefits-overview-K69YV4t {
    background: rgb(109,123,141);
}

.viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantages_content h2 {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
}

.viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}

.viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantage_item {
    padding: 30px;
    width: 270px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantages_description {
    color: #ffffff;
}

.viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantage_item svg, .viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantage_item svg path, .viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantage_item img {
    fill: rgb(109,123,141);
    width: 85px;
    height: 85px;
}

.viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(109,123,141);
}

@media only screen and (max-width: 800px) {
    .viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantage_item {
        min-height: unset;
    }

    .viewport-container-KGYlMmF .benefits-overview-K69YV4t .advantages_content h2 {
        font-size: 28px;
    }
}header .main_header {
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    z-index: 1000;
}


header .logo_holder svg,
header .logo_holder svg path,
header .logo_holder img {
    fill: rgb(109,123,141);
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease, fill 0.3s ease;
}

header .logo_holder:hover svg,
header .logo_holder:hover img {
    transform: rotate(360deg);
    fill: rgb(57,75,89);
}

header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: transform 0.3s ease;
}

header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 28px;
    transition: color 0.3s ease, background 0.3s ease;
}

header .menu a:hover {
    color: rgb(109,123,141);
    background: #ffffff;
}

header .menu a.active {
    border: 2px solid rgb(57,75,89);
    background: rgb(57,75,89,0.5);
}

header .menu a.active:hover {
    color: #ffffff;
    background: rgb(109,123,141);
    border: 2px solid rgb(109,123,141);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    transition: padding 0.3s ease;
}

header .logo_holder {
    display: flex;
    align-items: center;
}

header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header .logo_desc {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(57,75,89);
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 30px;
    }

    header .menu {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        padding: 20px 0;
        border-radius: 28px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    header .menu.opened {
        transform: translateY(0);
        opacity: 1;
    }

    header .menu a {
        padding: 15px 20px;
        width: auto;
        margin: 10px;
        text-align: right;
    }

    header .logo_holder {
        justify-content: space-between;
        width: 100%;
    }

    header .logo_holder .logotype svg,
    header .logo_holder .logotype img {
        height: 50px;
        width: 50px;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.viewport-container-KGYlMmF header .main_header {
    background: rgb(109,123,141);
}

.viewport-container-KGYlMmF header .top_plank .top_plank_content {
    border-bottom: 1px solid #ffffff;
}

.viewport-container-KGYlMmF header .header_content {
    position: relative;
    border-radius: 28px;
    background: rgb(57,75,89);
    padding: 15px 35px;
    justify-content: space-around;
    bottom: -25px;
    z-index: 5;
}

.viewport-container-KGYlMmF header .logo_holder .logotype svg,
.viewport-container-KGYlMmF header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}

.viewport-container-KGYlMmF header .menu a {
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .viewport-container-KGYlMmF header .logo_holder .logotype svg,
    .viewport-container-KGYlMmF header .logo_holder .logotype img {
        width: 45px;
        height: 45px;
    }

    .viewport-container-KGYlMmF header .logo_holder {
        justify-content: center;
        width: 100%;
        margin-bottom: 12px;
        position: relative;
        z-index: 95;
    }

    .viewport-container-KGYlMmF header .menu {
        padding-top: 35px;
        top: 0;
        border-radius: 40px;
        align-items: center;
    }
}.secure-vaulting-H7ryWjt {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Ubuntu, sans-serif;
    color: #000000;
}

.secure-vaulting-H7ryWjt h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 700;
    color: rgb(109,123,141);
    border-bottom: 3px solid rgb(109,123,141);
    padding-bottom: 15px;
}

.secure-vaulting-H7ryWjt h2 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 33px;
    font-weight: 600;
    color: rgb(57,75,89);
    border-bottom: 2px solid rgb(57,75,89);
    padding-bottom: 10px;
}

.secure-vaulting-H7ryWjt ul, .secure-vaulting-H7ryWjt ol {
    list-style-type: none;
    padding-left: 0;
    margin: 25px 0;
}

.secure-vaulting-H7ryWjt ul li, .secure-vaulting-H7ryWjt ol li {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
}

.secure-vaulting-H7ryWjt ul li::before, .secure-vaulting-H7ryWjt ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: rgb(109,123,141);
    border-radius: 50%;
}

.secure-vaulting-H7ryWjt p, .secure-vaulting-H7ryWjt span, .secure-vaulting-H7ryWjt div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .secure-vaulting-H7ryWjt {
        padding: 25px;
    }

    .secure-vaulting-H7ryWjt h1 {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .secure-vaulting-H7ryWjt h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .secure-vaulting-H7ryWjt ul li, .secure-vaulting-H7ryWjt ol li {
        font-size: 13px;
    }
}

.secure-vaulting-H7ryWjt h3, .secure-vaulting-H7ryWjt h4, .secure-vaulting-H7ryWjt h5, .secure-vaulting-H7ryWjt h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
}

.secure-vaulting-H7ryWjt section {
    background: rgb(109,123,141);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.secure-vaulting-H7ryWjt a {
    color: rgb(109,123,141);
    text-decoration: none;
    border-bottom: 2px solid rgb(109,123,141,0.5);
    padding-bottom: 2px;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.secure-vaulting-H7ryWjt a:hover {
    color: rgb(57,75,89);
    border-bottom-color: rgb(57,75,89,0.5);
}footer {
    background: rgb(57,75,89);
    color: #ffffff;
}

footer .copyright {
    background: rgb(109,123,141);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(109,123,141);
}

footer h5 {
    color: rgb(109,123,141);
}

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: 13px;
}

@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;
    }

}

.viewport-container-KGYlMmF footer .footer {
    padding: 0;
}

.viewport-container-KGYlMmF footer .footer_info {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}

.viewport-container-KGYlMmF footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}

.viewport-container-KGYlMmF footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(109,123,141);
}

.viewport-container-KGYlMmF footer .copyright {
    background: rgb(109,123,141,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.viewport-container-KGYlMmF footer .copyright_info {
    text-align: center;
}

.viewport-container-KGYlMmF footer .logo_holder .goup {
    display: block;
    border-radius: 50%;
    border: 2px solid rgb(109,123,141);
    color: rgb(109,123,141);
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

.viewport-container-KGYlMmF footer .logo_holder .goup > svg, .viewport-container-KGYlMmF footer .logo_holder .goup > img {
    width: 20px;
    height: 20px;
    margin: 0;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 800px) {
    .viewport-container-KGYlMmF footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .viewport-container-KGYlMmF footer .menu a {
        padding-left: 0;
        font-size: 18px
    }

    .viewport-container-KGYlMmF footer .menu a:first-child {

        margin-bottom: 10px;
    }

    .viewport-container-KGYlMmF footer .footer_info {
        padding: 20px 10px;
    }

    .viewport-container-KGYlMmF footer .copyright_info {
        text-align: center;
    }

    .viewport-container-KGYlMmF footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.viewport-container-KGYlMmF .company-info-fLnItN4 {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(57,75,89,0.5);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px;
    width: 100%;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 .holder .photo {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 .holder .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(109,123,141,0.5);
    mix-blend-mode: multiply;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 .holder .photo:hover::after {
    opacity: 0.9;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 .style_element {
    background: #ffffff;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 h2 {
    font-size: 31px;
    color: rgb(109,123,141);
    margin-bottom: 20px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: rgb(109,123,141);
}

.viewport-container-KGYlMmF .company-info-fLnItN4 p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.viewport-container-KGYlMmF .company-info-fLnItN4 .style_element p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .viewport-container-KGYlMmF .company-info-fLnItN4 {
        padding: 60px 0;
    }

    .viewport-container-KGYlMmF .company-info-fLnItN4 .caption_holder {
        padding: 20px;
        transform: translateY(50px);
    }

    .viewport-container-KGYlMmF .company-info-fLnItN4 .holder .photo {
        margin-bottom: 20px;
    }

    .viewport-container-KGYlMmF .company-info-fLnItN4 h2 {
        font-size: 20px;
    }

    .viewport-container-KGYlMmF .company-info-fLnItN4 p {
        font-size: 13px;
    }
    .viewport-container-KGYlMmF .company-info-fLnItN4 .holder {
        padding: 0;
    }
    .viewport-container-KGYlMmF .company-info-fLnItN4 .style_element {
        padding: 10px;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.appZone-w37XmJp {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(230,233,244);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.appZone-w37XmJp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(109,123,141,0.5), transparent);
    z-index: 1;
}
.appZone-w37XmJp .container {
    position: relative;
    z-index: 2;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.appZone-w37XmJp h2 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    color: rgb(109,123,141);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.appZone-w37XmJp p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
}
.appZone-w37XmJp .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(57,75,89);
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.appZone-w37XmJp .btn:hover {
    background-color: rgb(109,123,141);
    transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
    .appZone-w37XmJp {
        padding: 20px 0;
    }
    .appZone-w37XmJp .container {
        padding: 20px;
    }
    .appZone-w37XmJp h2 {
        font-size: 24px;
    }
    .appZone-w37XmJp p {
        font-size: 13px;
    }
}.learning-outcomes-zxkp2wU {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning-outcomes-zxkp2wU .holder {
    display: flex;
    width: 100%;
}

.learning-outcomes-zxkp2wU h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning-outcomes-zxkp2wU .photo {
    width: 50%;
    flex-shrink: 0;
}

.learning-outcomes-zxkp2wU .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.learning-outcomes-zxkp2wU ul {
    list-style: none;
}

.learning-outcomes-zxkp2wU li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.learning-outcomes-zxkp2wU svg, .learning-outcomes-zxkp2wU path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(109,123,141);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .learning-outcomes-zxkp2wU {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .learning-outcomes-zxkp2wU .holder {
        flex-direction: column;
    }

    .learning-outcomes-zxkp2wU .text_holder {
        width: 100%;
    }

    .learning-outcomes-zxkp2wU .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU {
    background: linear-gradient(135deg, rgb(109,123,141,0.5) 0%, rgb(57,75,89,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU::before {
    content: "";
    width: 300%;
    height: 200px;
    background: #ffffff;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU .photo {
    width: 40%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU .photo:hover {
    transform: scale(1.02);
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU .text_holder {
    width: 50%;
    padding: 40px;
    background: #ffffff;
    border-radius: 0 13px 13px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU h2 {
    font-size: 38px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: rgb(109,123,141);
    margin-bottom: 25px;
    text-align: left;
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
}

.viewport-container-KGYlMmF .learning-outcomes-zxkp2wU svg, .viewport-container-KGYlMmF .learning-outcomes-zxkp2wU path {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: rgb(109,123,141);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .viewport-container-KGYlMmF .learning-outcomes-zxkp2wU {
        padding: 50px 0;
    }

    .viewport-container-KGYlMmF .learning-outcomes-zxkp2wU::before {
        height: 100px;
        top: -50px;
    }

    .viewport-container-KGYlMmF .learning-outcomes-zxkp2wU .holder {
        flex-direction: column;
    }

    .viewport-container-KGYlMmF .learning-outcomes-zxkp2wU .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .viewport-container-KGYlMmF .learning-outcomes-zxkp2wU .text_holder {
        width: 100%;
        padding: 20px;
        border-radius: 13px;
    }
}.teaching-experience-W5Bs1kh {
    padding: 80px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.teaching-experience-W5Bs1kh .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 20px;
    flex-wrap: wrap;
}

.teaching-experience-W5Bs1kh .review {
    background: rgb(109,123,141,0.5);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teaching-experience-W5Bs1kh .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(rgba(0, 0, 0, 0.5), 0.2);
}

.teaching-experience-W5Bs1kh .photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 5px solid rgb(57,75,89);
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teaching-experience-W5Bs1kh .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.teaching-experience-W5Bs1kh .worker_description .name {
    font-size: 22px;
    color: rgb(57,75,89);
    font-family: Ubuntu, sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}

.teaching-experience-W5Bs1kh .worker_description span {
    font-size: 14px;
    color: rgb(109,123,141);
    font-weight: 400;
    margin-bottom: 15px;
}

.teaching-experience-W5Bs1kh .worker_description .quote {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .teaching-experience-W5Bs1kh .review {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .teaching-experience-W5Bs1kh {
        padding: 50px 20px;
    }

    .teaching-experience-W5Bs1kh .holder {
        flex-direction: column;
        align-items: center;
    }

    .teaching-experience-W5Bs1kh .photo {
        width: 250px;
        height: 250px;
    }

    .teaching-experience-W5Bs1kh .review {
        padding: 20px;
        max-width: 100%;
    }
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh {
    position: relative;
    padding-top: 120px;
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh::after {
    content: "";
    width: 100%;
    height: 250px;
    background: rgb(109,123,141);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: skewY(-3deg);
    transform-origin: top left;
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .holder {
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .review {
    background: rgba(#ffffff, 0.8);
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.3);
    padding: 30px;
    text-align: center;
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .photo {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.viewport-container-KGYlMmF .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .review .name {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .review span {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}

.viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .review .quote {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .review {
        padding: 20px;
    }

    .viewport-container-KGYlMmF .teaching-experience-W5Bs1kh::after {
        height: 200px;
    }

    .viewport-container-KGYlMmF .teaching-experience-W5Bs1kh .photo {
        width: 180px;
        height: 180px;
    }
}
.course-overview-ShrzAUT {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, rgb(109,123,141,0.5), rgb(57,75,89,0.5));
    color: #000000;
}

.course-overview-ShrzAUT h2 {
    color: rgb(109,123,141);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.course-overview-ShrzAUT .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-overview-ShrzAUT .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.course-overview-ShrzAUT .course {
    padding: 15px;
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-overview-ShrzAUT .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.course-overview-ShrzAUT .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.course-overview-ShrzAUT h3 {
    color: rgb(109,123,141);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.course-overview-ShrzAUT p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-overview-ShrzAUT .button {
    background: rgb(57,75,89);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 800px) {
    .course-overview-ShrzAUT {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .course-overview-ShrzAUT h2 {
        font-size: 36px;
    }
    .course-overview-ShrzAUT .items {
        flex-direction: column;
    }
    .course-overview-ShrzAUT .photo {
        height: 200px;
    }
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT .container {
    width: 100%;
    padding: 0 15px;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT .items {
    width: 100%;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT .items .course {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    background-position: center !important;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT .course .content {
    border-radius: 10px;
    box-shadow: none;
    padding: 20px;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT .text_holder {
    max-width: 100%;
    margin: 20px 0;
    justify-content: flex-start;
    align-items: center;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT p {
    margin-top: 20px;
    text-align: center;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT .button {
    margin-top: 30px;
    width: fit-content;
}

.viewport-container-KGYlMmF .course-overview-ShrzAUT h3 {
    text-align: center;
}
.homepage-WtU1ze8 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.homepage-WtU1ze8 .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-WtU1ze8 .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    padding: 60px 40px;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    backdrop-filter: blur(10px);
    text-align: center;
}
.homepage-WtU1ze8 .style_element h1 {
    font-family: Ubuntu, sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgb(109,123,141);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.homepage-WtU1ze8 .style_element h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: rgb(57,75,89);
    margin-bottom: 12px;
}
.homepage-WtU1ze8 .style_element p {
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 24px;
}
.homepage-WtU1ze8 .style_element::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 11px;
    border: 2px dashed rgb(109,123,141,0.5);
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .homepage-WtU1ze8 .title_page_holder {
        min-height: 320px;
    }
    .homepage-WtU1ze8 .style_element {
        width: 80%;
        padding: 40px 20px;
    }
    .homepage-WtU1ze8 .style_element h1 {
        font-size: 22px;
    }
    .homepage-WtU1ze8 .style_element h3 {
        font-size: 16px;
    }
    .homepage-WtU1ze8 .style_element p {
        font-size: 16px;
    }
}
.viewport-container-KGYlMmF .homepage-WtU1ze8 {
    position: relative;
}
.viewport-container-KGYlMmF .homepage-WtU1ze8::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
}
.viewport-container-KGYlMmF .homepage-WtU1ze8 .style_element {
    position: relative;
    margin: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    max-width: 1000px;
    border-radius: 10px;
}
.viewport-container-KGYlMmF .homepage-WtU1ze8 .style_element::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.9;
    z-index: 1;
}
.viewport-container-KGYlMmF .homepage-WtU1ze8 .title_page_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.viewport-container-KGYlMmF .homepage-WtU1ze8 .style_element h1 {
    position: relative;
    z-index: 2;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
}
.viewport-container-KGYlMmF .homepage-WtU1ze8 .style_element h3 {
    color: #000000;
    z-index: 2;
}
.viewport-container-KGYlMmF .homepage-WtU1ze8 .style_element p {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .viewport-container-KGYlMmF .homepage-WtU1ze8 .title_page_holder {
        padding: 20px;
    }
    .viewport-container-KGYlMmF .homepage-WtU1ze8 .style_element h1 {
        font-size: 28px;
    }
    .viewport-container-KGYlMmF .homepage-WtU1ze8 .style_element {
        padding: 20px;
    }
}