#rec2315007971 [data-elem-id="1779815427433"] .t-submit {
    color: #ffffff;
    border-radius: 0px;
    font-size: 11px;
    font-family: Manrope;
    cursor: pointer;
    padding: 0px !important;
    background-color: transparent;
}

.t708 .t708__btn-text {
    position: absolute;
    right: 65px;
    white-space: nowrap;
    padding: 9px 27px;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #415877;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 100px;
}

.t708 .t708__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -2000px;
    transform: translateY(-50%);
    border-left-color: #292929;
}