.finance_section_home{
    border-bottom: 1px solid #5B6E91;
    background: #FFEBE6;
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.finance_section_home .container{
    display: flex;
    align-items: flex-start;
    gap: 100px;
    align-self: stretch;
    max-width:1350px;
    margin:0px auto;
}
.finance_section_home .vss_explore_head {
    text-align: left;
}
.finance_section_home .vss_explore_head .vss_head_h2:before {
    left: calc(0% - 0px);
}
.finance_icon{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.finance_icon li{
    color: #292753;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 30px;
}
.finance_icon li:before {
    background-image: url(../../../assets/new/images/webp/checkmark--outline.svg);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-position: center;
    background-size: cover;
    top: -1px;
}
.finance_home_aside_right{
    display: flex;
    width: 500px;
    padding: 50px 70px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 6px;
    background: #AB3428;
    box-shadow: 10px 10px 0px 0px #030122;
    background-image: url(../../img/vss/Get-Started-Bg.png);
}
.finance_home_aside{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
    width:50%;
}
.finance_home_aside .cata-sub-nav {
    padding: 0px 0px 0px;
    margin: 0 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.finance_home_aside .vss_finance_offer {
    position: relative;
    /* overflow: scroll; */
    width: 100%;
}
.finance_home_aside .vss_finance_offer ul {
    padding: 0px;
    margin: 0px;
}
.finance_home_aside .vss_finance_offer .nav-prev.disabled, .finance_home_aside .vss_finance_offer .nav-next.disabled {
    opacity: 0.35;
    display: none;
}
.finance_home_aside .vss_finance_offer .nav-next, .finance_home_aside .vss_finance_offer .nav-prev {
    padding: 8px 9px;
    top: 15px;
    border: 1px solid #5B6E91;
    background: #fff;
}
.finance_home_aside .vss_finance_offer li {
    border-radius: 4px;
    border: 1px solid #5B6E91;
    background: #fff;
    width: auto;
}
.finance_home_aside_right h2{
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px 0px 10px;
}
.finance_home_aside_right p{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px 0px 30px;
}
.finance_home_aside_right .home-modern-form .modern-form {
    padding: 0px 0px;
    border: 1px solid #FFFFFFB3;
    border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    height: 44px;
    color: #5B6E91;
    font-size: 14px;
    margin-bottom: 20px;
}
.finance_home_aside_right .home-modern-form .float-label-field .form-control, .finance_home_aside_right .home-modern-form .float-label-field .input-control{
    padding: 4px 12px;
    font-family: Inter;
    color: #5B6E91 !important;
    -webkit-text-fill-color: #5B6E91 !important;
    height: 42px;
    font-size: 14px;
    background-color: #fff !important;
}
.finance_home_aside_right .pad-left-home .float-label-field {
    padding-top: 0;
}
.finance_home_aside_right .finance-btn{
    padding: 0px 0px;
    margin-top: 20px;
    width: 100%;
}
.finance_home_aside_right .finance-btn p{
    margin: 0px;
}
.finance_home_aside_right .finance-btn .join-btn{
    display: flex;
    min-height: 40px;
    padding: 4px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    border-radius: 20px;
    background: #030122;
    color: #fff;
    border: 1px solid #030122;
}
.finance_home_aside_right .finance-btn .join-btn:hover{
    background: #16a2b9;
    border: 1px solid #ffffff;
}
.home_finance_option{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    margin-top: 20px;
}
.home_finance_option p{
    color: #292753;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.home_finance_option .buy-btn-sp{
    text-align: left;
    margin: 0px;
}
.finance_home_aside .title-p {
    color: #4C4A6D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0px;
}
.finance_home_aside .vss_explore_head .vss_head_h2 {
    margin-bottom: 30px;
}
.finance_home_aside_right form p{
    margin:0px 0px;
}
.finance_home_aside_right span.wpcf7-not-valid-tip {
    color: #ffa726 !important;
}
@media screen and (max-width: 3000px) and (min-width: 1400px){
    .finance_home_aside .vss_finance_offer .nav-next, .finance_home_aside .vss_finance_offer .nav-prev {
        display:none;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .finance_section_home .container {
        max-width: 100%;
        flex-direction: column;
    }
    .finance_home_aside .vss_explore_head .vss_head_h2 {
        text-align: left;
    }
    .finance_home_aside .vss_finance_offer {
        margin-bottom: 0px;
    }
    .finance_home_aside {
        width: 100%;
    }
    .finance_home_aside_right {
        width: 100%;
        padding: 40px 30px;
    }
    .finance_section_home .container {
        gap: 50px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .finance_section_home .container {
        gap: 50px;
        padding: 0px 50px;
    }
    .finance_home_aside .vss_finance_offer {
        margin-bottom: 0;
    }
    .finance_home_aside .vss_explore_head .vss_head_h2 {
        margin-bottom: 20px;
        text-align: left;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1200px){
    .finance_section_home .container {
        gap: 50px;
        padding: 0px 80px;
    }
}