.showcase{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.showcase .content{
    padding-bottom: 10px;
}
.page_header h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 0.5rem;
}
.page_header .sub_head {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 0;
}
.page_header .row {
    align-items: center;
}
.page_header .credit-rating {
    background: white;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
}
.page_header .credit-rating .inner {
    padding: 25px 15px;
}
.page_header .credit-rating .inner .image {
    height: 66px;
    width: 66px;
    float: left;
    margin-right: 15px;
    background-size: contain;
}
.page_header .credit-rating .inner span{
    font-weight: 600;
}
.showcase h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    padding: 20px 0 10px;
    margin: 0;
}
.offers .offer.hidden{
    display: none!important;
}
.offers .offer {
    background: white;
    margin: 0 0 25px 0;
    padding: 15px;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 10%);
}
.offer .offer_image {
    height: 42px;
    margin: 5px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.offer .offer_rating {
    display: block;
    font-size: 0;
    text-align: center;
    margin: auto;
    position: relative;
}
.offer .offer_rating span {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: lightgrey;
}
.offer .offer_rating > span:before {
    content: '★';
}
.offer .offer_rating > span.active {
    color: var(--color-primary);
}
.offer .block_label {
    font-size: 12.8px;
    line-height: 1.6;
    opacity: 0.85;
}
.offer .block_content {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}
.offer .bottom_row .block_content {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
}
.offer .row .item {
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.offer .top_row .item:after{
    content: '';
    display: block;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.25);
    margin: auto 0 7px;
}
.offer .offer_advantage {
    width: 100%;
    padding: 5px;
    text-align: center;
    border-radius: 25px;
    border-width: 3px;
    border-style: solid;
    border-color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    box-sizing: border-box;
}
.offer a.get_money {
    background-color: var(--color-primary);
    border: none;
    padding: 10px 0;
    font-size: 18px;
    color: white;
    width: 100%;
    box-shadow: 0 4px 10px 0 rgb(255 131 0 / 50%);
    border-radius: 4px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.offer a.get_money:hover {
    background-color: var(--color-primary-hover);
}
.offer .approvement_rate {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(27, 191, 0);
    padding: 10px 0 0;
}
.offer .approvement_rate span{
    font-weight: 600;
}
.showcase .right_widget {
    box-shadow: 0 7px 20px 0 rgba(115, 135, 164, 0.1);
    background: white;
    border-radius: 4px;
    padding: 7px;
    margin-top: 40px;
}
.showcase .right_widget_angle {
    margin-left: 30px;
    width: 30px;
    height: 16px;
    overflow: hidden;
}
.showcase .right_widget_angle:before {
    content: ' ';
    display: block;
    margin-top: -20px;
    margin-left: -13px;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    transform: rotate(50deg);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
}
.showcase .right_widget .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 10px;
}
.showcase .right_widget ol {
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    padding: 5px 5px 5px 35px;
    margin-bottom: 0;
}
.showcase .right_widget img {
    display: block;
    margin: 10px auto;
    max-width: 90%;
    width: auto;
    height: auto;
}
#load_more, .load_more {
    margin: 20px auto 40px;
    position: relative;
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    display: none;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
.tabs .tabs__caption {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabs .tabs__caption li{
    margin: 3px;
    padding: 3px 10px;
    border: 2px solid var(--color-primary);
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.tabs .tabs__caption li.active, .tabs .tabs__caption li:hover{
    background: var(--color-primary);
    color: #fff;
}
@media (max-width: 1199px){
    .page_header h1 {
        font-size: 21px;
    }
    .page_header .sub_head {
        font-size: 16px;
    }

    .page_header .credit-rating .inner .image {
        width: 60px;
        height: 60px;
    }
    .offer .block_content {
        font-size: 16px;
    }
    .offers-page-section .offer .block-content-bottom {
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .page_header .credit-rating .inner {
        padding: 15px 10px;
        text-align: center;
        margin: 0 auto;
        max-width: 320px;
        font-size: 13px;
    }
    .offer .top_row .item:after {
        display: none;
    }
    .offer .row {
        flex-direction: column;
        align-items: center;
    }
    .offer .row .item {
        display: flex;
        align-items: center;
    }
    .offer .block_content {
        margin-left: 5px;
    }
    .offer .top_row {
        padding-bottom: 7px;
    }
    .offer .bottom_row {
        border-top: 2px dashed rgba(0, 0, 0, 0.25);
        padding-top: 7px;
        padding-bottom: 10px;
    }
    .tabs .tabs__caption {
        margin-top: 15px;
    }
}
@media (max-width: 767px){
    .showcase h3 {
        text-align: center;
        margin-top: 10px;
    }
}
@media(max-width: 500px) {
    .page_header h1 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
    .page_header .sub_head {
        font-size: 14px;
        text-align: center;
    }
}



