.banner {
    padding-bottom: 55px;
}

.hero__sub-title {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-title {
    margin-bottom: 10px;
}

.banner .cta-wrapper {
    margin-top: 28px;
}

.banner__imagery--has-decorative-elm::after {
    background: url(../../images/decorative-items/Capella-stars.png) no-repeat center center/contain;
    width: 65px;
    height: 65px;
    right: 3px;
    top: -125px;
}

.banner__imagery--has-decorative-elm::before {
    background: url(../../images/decorative-items/orange-curly-bracket.svg) no-repeat center center/contain;
    width: 60px;
    height: 165px;
    right: 76px;
    bottom: -105px;
    z-index: 1;
}

.usecase-slider__container--has-decorative-elm:not(.no-usecases-carousel):after {
    background: url(../../images/decorative-items/agility-full.png) no-repeat center center/contain;
    width: 518px;
    height: 256px;
    bottom: -45px;
    z-index: -1;
    left: -180px;
}

.cloud-providers {
    padding: 65px 0 0;
}

.prefooter{
    margin-top: 220px;
}
.prefooter__has-decorative-elm:before {
    background: url(../../images/decorative-items/orange-gt.svg) no-repeat center center/contain;
    width: 100px;
    height: 111px;
    top: calc((var(--spacing-09) + 56px) * -1);
}

.products {
    padding: var(--spacing-07) 0 40px;
}

.products__has-decorative-elm::after {
    background: url(../../images/decorative-items/Capella-stars.png) no-repeat center center/contain;
    width: 64px;
    height: 64px;
    top: -15px;
    left: 4px;
}

.products__imagery__has-decorative-elm:after {
    background: url(../../images/decorative-items/black-slash-red-plus.png) no-repeat center center/contain;
    width: 75px;
    height: 175px;
    right: 15px;
    z-index: -1;
    bottom: -50px;
}

.banner__imagery  img{
    display: none;
}

.cb-usecases {
    padding: 0 0 150px;
}

.usecase-slider{
    padding-top: var(--spacing-05);
}

.logo-bar{
    margin: 0 0 -285px;
    padding: 30px 0;
}

.logo-bar + style + .quote-block-wrapper .quote-block__head {
    margin-bottom: 100px;
    padding-top: 65px;
}

.related-resources {
    padding: var(--spacing-01) 0 var(--spacing-05);
}

@media all and (max-width: 767px){
    .quote-block-wrapper  h3,
    .cb-values__title,
    .related-resources__title{
        font-size: 28px;
        line-height: 30px;
    }
}

@media all and (max-width: 992px){
    h2{
        font-size: 28px;
        line-height: 30px;
    }
}


@media all and (min-width: 640px){
    /* .logo-bar{
        margin: 0 0 -220px;
    } */
}

@media all and (min-width: 768px) {
    .banner{
        padding: 145px 0 128px;
    }
    .banner__content {
        padding-right: var(--spacing-06);
    }

    .banner .cta-wrapper{
        flex-direction: row;
        align-items: center;
    }

    .logo-bar{
        margin: 0 0 -220px;
    }

    .banner__imagery img {
        display: block;
        right: -120px;
        max-width: fit-content;
        position: relative;
        aspect-ratio: auto;
    }

    .banner__imagery {
        /* width: auto; */
        display: flex;
        justify-content: center;
        height: 260px;
        position: absolute;
        right: -35px;
        top: 70px;
    }

    .banner__imagery--has-decorative-elm::after {
        width: 90px;
        height: 89px;
        right: 42px;
        top: -65px;
    }

    .banner__imagery--has-decorative-elm::before {
        width: 72px;
        height: 239px;
        right: 55px;
        bottom: -165px;
        z-index: 1;
    }

    .usecase-slider__container--has-decorative-elm:not(.no-usecases-carousel):after {
        width: 570px;
        height: 282px;
        bottom: -85px;
    }
    .products {
        padding: 200px 0 var(--spacing-06);
    }

    .products__has-decorative-elm::after {
        width: 125px;
        height: 123px;
        top: -90px;
        left: 30px;
    }

    .products__imagery__has-decorative-elm:after {
        background: url(../../images/decorative-items/black-slash-red-plus.png) no-repeat center center/contain;
        width: 120px;
        height: 275px;
        right: -80px;
        bottom: -95px;
        z-index: -1;
    }

    .cb-values {
        padding: var(--spacing-07) 0 var(--spacing-10);
    }
    /* .quote-block-wrapper {
        padding-bottom: 0;
    } */

    .cloud-providers__logos {
        padding-top: 52px;
    }

    .cloud-providers__logos [data-columns]{
        gap: 27px;
    }
    
    .cloud-providers__logo{
        height: 138px;
    }
    .prefooter__has-decorative-elm:before{
        top: calc((var(--spacing-09) + 20px) * -1);
    }
    .logo-bar + style + .quote-block-wrapper .quote-block__head {
        margin-bottom: 140px;
        padding-top: 15px;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        left: calc(100% - 390px);
    }
}

@media all and (min-width: 768px) and (max-width: 992px){
    .related-carousel__slide-thumbnails{
        height: 55px;
    }
    .related-carousel__slide-details{
        height: calc(100% - 55px);
    }
}

@media all and (min-width: 820px){
    /* .banner__imagery{
        right: -5px;
    } */
    .banner__content {
        padding-right: var(--spacing-07);
    }
}

@media all and (min-width: 992px) {
    .prefooter__has-decorative-elm:before {
        top: calc((var(--spacing-09) + 55px) * -1);
    }
    /* .quote-block-wrapper{
        padding-bottom: 0;
    } */
    .logo-bar{
        margin: 0 0 -245px;
    }
    .cloud-providers__logos{
        padding-top: 0;
    }

    .banner__imagery{
        right: 0;
    }
    /* .banner__imagery img {
        right: -165px;
    } */
    .cloud-providers__logo{
        height: 105px;
    }
    .cloud-providers__logos [data-columns]{
        gap: 21px;
    }
    .logo-bar + style + .quote-block-wrapper .quote-block__head {
        margin-bottom: 100px;
        padding-top: 45px;
    }

    .related-resources {
        padding: var(--spacing-08) 0 var(--spacing-05);
    }
}

@media all and (min-width: 1280px) {
    .common-banner.two-column-usecase{
        padding: 125px 0 200px;
    }
    .hero__sub-title {
        font-size: 18px;
        line-height: 19px;
        letter-spacing: 2.16px;
        margin: 25px 0 10px;
    }

    .cb-values {
        padding: 235px 0 290px;
    }

    .banner__imagery--has-decorative-elm::after {
        width: 140px;
        height: 135px;
        right: 47px;
        top: -76px;
    }

    .banner__imagery--has-decorative-elm::before {
        width: 110px;
        height: 360px;
        right: 135px;
        bottom: -110px;
    }

    .usecase-slider__container--has-decorative-elm:not(.no-usecases-carousel):after {
        width: 685px;
        height: 335px;
        bottom: -115px;
        left: -260px;
    }

    .products__has-decorative-elm::after {
        width: 153px;
        height: 150px;
        top: -80px;
        left: 40px;
    }

    .products__imagery__has-decorative-elm:after {
        width: 160px;
        height: 367px;
        right: 5px;
        bottom: -285px;
    }
   
   
    .banner {
        padding: 155px 0 180px;
    }

    .banner__imagery {
        /* width: 840px; */
        height: 410px;
        right: -55px;
        top: 0;
    }
    /* .banner__imagery img {
        right: -325px;
    } */

    .cb-usecases {
        padding: 25px 0 220px;
    }
   
    .logo-bar{
        margin: 0 0 -245px;
    }
    .logo-bar + style + .quote-block-wrapper .quote-block__head {
        margin-bottom: 120px;
        padding-top: 50px;
    }
    .quote-block-wrapper{
        padding-bottom: 45px;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        left: calc(100% - 520px);
    }
}

@media all and (min-width: 1440px){
    .banner__imagery--has-decorative-elm::after {
        width: 154px;
        height: 153px;
        right: 6px;
        top: -75px;
    }

    .banner__imagery--has-decorative-elm::before {
        width: 120px;
        height: 397px;
        right: 103px;
        bottom: -122px;
    }
    .banner {
        padding: 155px 0 230px;
    }

    .banner__imagery {
        /* width: 840px; */
        height: 467px;
        right: -85px;
    }
    /* .banner__imagery img {
        right: -435px;
    } */
    .usecase-slider__container--has-decorative-elm:not(.no-usecases-carousel):after {
        width: 735px;
        height: 363px;
    }
    .cb-values__has-decorative-elm:after {
        right: -132px;
        top: 270px;
    }
}