* {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #E9ECF4;
}
.header {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.logo {
    font-size: 41.67px;
    line-height: 120%;
    font-weight: 600;
    color: #000;
}
.sendbtn {
    display: flex;
    background-color: #243048;
    color: #E9ECF4;
    padding: 16px 30px 14px 27px;
    height: 55px;
    border-radius: 8px;
    font-size: 18.46px;
    line-height: 120%;
    font-weight: 600;
    cursor: pointer;
    margin-top: -5px;
}
.bttgimg {
    margin-left: 4px;
    margin-right: 10px;
    margin-top: -1px;
}
.sendbtn:hover {
    background-color: #E9ECF4;
    color: #243048!important;
    border: 1px solid #E9ECF4;
}

.sendbtn:hover span {
    background-color: #E9ECF4;
    color: #243048!important;
    border: 1px solid #E9ECF4;
}

.sendbtn:hover .fx path {
    fill: #243048;
}
.banner{
    background-color: #243048;
    border-radius: 16px;
    height: 80vh;
    margin-top: 35px;
    min-height: 680px;
}

.banner_lay2 {
    background: url('/assets/img/vector.png');
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: bottom;
}
.wrapper_promo {
    padding: 15% 0% 10% 8%;
    height: 80vh;
    position: relative;
    z-index: 2;
    min-height: 340px;
}
.b_fix {
    margin-top: -80vh;
}

.man {
    background: url('/assets/img/man.png');
    height: 80vh;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 340px;
}

.promo1 {
    font-size: 64px;
    line-height: 100%;
    font-weight: 500;
    word-spacing: -3.46px;
}

.promo2 {
    font-size: 20.77px;
    line-height: 25.38px;
    font-weight: 500;
    word-spacing: -1%;
    margin-top: 15px;
}


.promo3 {
    font-size: 16.15px;
    line-height: 120%;
    font-weight: 500;
    word-spacing: -1%;
    color: #9F9F9F;
    margin-left: 8%;
    margin-top: -12%;
}

.sendbtnv2 {
    width: fit-content;
    background-color: #E9ECF4;
    color: #243048;
    padding: 16px 45px 14px 45px;
    height: 55px;
    border-radius: 8px;
    font-size: 18.46px;
    line-height: 120%;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;

}

.sendbtnv2 span {
    color: #243048!important;
    font-size: 18.46px;
    line-height: 120%;
    font-weight: 500;
    word-spacing: -1%;
}


.sendbtnv2:hover {
    background-color: #243048;
    color: #E9ECF4!important;
    border: 1px solid #E9ECF4;
}

.sendbtnv2:hover span {
    background-color: #243048;
    color: #E9ECF4!important;
}

.footer {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #243048!important;
}

@media (max-width: 992px) {
    .header {
        justify-content: center;
    }
    .sendbtn {
        display: none;
    }
    .logo {
        font-size: 20.83px;
        line-height: 120%;
        font-weight: 600;
    }
    .banner {
        overflow: hidden;
        margin-top: 25px;
    }

    .wrapper_promo {
        padding: 8% 0% 0% 0%;
        height: 40vh;
    }

    .promo1 {
        font-size: 37.47px;
        line-height: 100%;
        font-weight: 500;
        word-spacing: -3.46px;
        margin: auto;
        text-align: center;
    }

    .promo2 {
        font-size: 16px;
        line-height: 25.38px;
        font-weight: 500;
        word-spacing: -1%;
        width: 90%;
        margin: auto;
        text-align: center;
        margin-top: 15px;
        line-height: 18px;
    }
    .sendbtnv2 {
        width: 98%;
        text-align: center;
        margin-top: 15%;
        margin-left: 1%;
        padding: 22px 45px 14px 45px;
        height: 65px;
    }
    .man {
        height: 40vh;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

    .promo3 {
        font-size: 11px;
        line-height: 120%;
        font-weight: 500;
        word-spacing: -1%;
        color: #9F9F9F;
        margin-left: 2%;
        margin-top: 20%;
        position: absolute;
        width: 180px;
    }
    .banner_lay2 {
        background-size: auto;
        background: url('/assets/img/v2.png');
    }
}