
.swiper-pagination-bullet {
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background-color: #3350b9;
}


.swiper-pagination-bullet {
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background-color: #3350b9;
}
.swiper-button-next {
    right: 40px;
    background-image: none;
    color: #3350b9;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 22px;
    top: 55%;
}
.swiper-button-prev {
    left: 40px;
    background-image: none;
    color: #3350b9;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 22px;
    top: 55%;
}


input[type="submit"].submit-btn.default-btn[data-v-0b06001c]:disabled {
    cursor: not-allowed;
    opacity: 0.7;
    background: #1d2736;
}
.form-inner-box-warp .submit-btn[data-v-0b06001c] {
    background: #3350b9;
}


.btn-to-top[data-v-5822abc0] {
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 22px;
    line-height: 22px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0;
}

