.hb-section{
    width: 1260px;
    /* box-shadow: 0 10px 20px rgba(37, 98, 190, .06);
    border-radius: 32px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background: linear-gradient(to bottom, #ffffff, #ecfbff33, #ecfbff55); */
    margin-top: 56px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 47px;
    padding-bottom:50px;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom:50px;
   
}

.hb-logo-box-con .hb-logo-box-con-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px
}

.hb-logo-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 41px;
}

.hb-logo-box-con .hb-logo-box-con-1.hidden-logo-wall {
    display: none
}

.hb-logo-box-con .hb-logo-box-con-1 .hc_carousel {
    margin-top: -50px
}

.hb-logo-box-con .hb-logo-box-con-1 .hc_carousel .kv-section {
    box-shadow: none
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-container {
    text-align: center;
    padding-top: 50px
}

.hb-logo-box-con .hb-logo-box-con-1 .hc_carousel .hc_carousel_iconWrap_bottom {
    bottom: 50px
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-item {
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 120px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 24px;
    box-shadow: 0 3.87234px 7.74468px -7.74468px rgba(31, 35, 41, .06), 0 5.80851px 11.617px rgba(31, 35, 41, .04), 0 7.74468px 23.234px 7.74468px rgba(31, 35, 41, .04);
    border-radius: 8px
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-item.placeholder {
    box-shadow: none;
    background-color: transparent;
    opacity: 0;
    visibility: hidden
}


.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-item:last-of-type {
    margin-right: 0
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-item:hover .customer-logo-popup {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    top: -46px;
    left: 50%
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-img {
    transition: opacity .2s ease-in-out;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-popup {
    display: flex;
    position: absolute;
    top: -46px;
    left: 50%;
    width: auto;
    min-width: 72px;
    padding: 0 12px;
    height: 36px;
    background-color: #222222;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out .1s;
    transform: translateX(-50%) scale(0);
    transform-origin: center bottom;
    opacity: 0
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-popup span {
    white-space: nowrap
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-popup svg {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 8px)
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-link {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: inherit;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-link a,
.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 22px
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-link span {
    color: #666666
}

.hb-logo-box-con .hb-logo-box-con-1 .customer-logo-link a {
    color: #2d3efe
}

/*.hb-logo-box-con .hb-logo-box-con-1.show-link .customer-logo-item:hover .customer-logo-img {*/
/*    opacity: 0*/
/*}*/

/*.hb-logo-box-con .hb-logo-box-con-1.show-link .customer-logo-item:hover .customer-logo-link {*/
/*    opacity: 1*/
/*}*/

.hb-logo-box-con .hb-logo-box-con-1-1 {
    margin-top: -50px
}



.hb-logo-box div.customer-logo-item {
    background-color: #fff
}

.hb-logo-box div.customer-logo-item:nth-of-type(9n) {
    margin-right: 15px
}

.hb-logo-box div.customer-logo-item:nth-of-type(8n) {
    margin-right: 0
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .hb-logo-box {
        max-width: 905px;
        margin-left: auto;
        margin-right: auto
    }

    .hb-logo-box div.customer-logo-item {
        background-color: #fff;
        width: 94px;
        height: 47px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hb-logo-box {
        width: calc(567vw / 6);
        margin-left: auto;
        margin-right: auto
    }

    .hb-logo-box div.customer-logo-item {
        width: calc(100vw / 6);
        height: calc(50vw / 6);
        margin-right: calc(12vw / 6);
        margin-bottom: calc(25vw / 6)
    }

    .hb-logo-box div.customer-logo-item.placeholder {
        display: none
    }

    .hb-logo-box div.customer-logo-item:nth-of-type(9n) {
        margin-right: calc(15vw / 6)
    }

    .hb-logo-box div.customer-logo-item:nth-of-type(8n) {
        margin-right: calc(15vw / 6)
    }

    .hb-logo-box div.customer-logo-container {
        margin-right: calc(-12vw / 6)
    }
}