/* Buy With Us */
#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner::before,
.ip-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: .15;
}

.ip-banner::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 50%;
    opacity: .5;
}

#content-full {
    margin-top: 0;
}

#breadcrumbs {
    position: absolute;
    z-index: 3;
    color: #fff;
    padding: 0 9vw;
    text-transform: uppercase;
    font-size: 14px;
    word-spacing: 5px;
    top: -60px;
}

#breadcrumbs a {
    color: #fff;
    word-spacing: normal;
}

#breadcrumbs span>span {
    word-spacing: normal;
}

.ip-banner canvas {
    min-height: 620px;
}


.bwu-wrap {
    padding: 130px 0;
}

.bwu-wrap .gsite-bg canvas {
    filter: grayscale(1);
}

.bwu-wrap .gsite-bg::before, .bwu-wrap .gsite-bg::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;

}
.bwu-wrap .gsite-bg::before {
    height: 100%;
    top: 0;
    background-color: #fff;
    opacity: 0.9;
}
.bwu-wrap .gsite-bg::after {
    bottom: 0;
    height: 30%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}


.bwu-container {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.bwu-main-text {
    margin-bottom:90px;
    padding: 0 50px;
}

.bwu-main-text p strong {
    color: #a68433;
}

.bwu-main-text .gsite-title {
    font-size: 100px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 20px;
    padding-left: 100px;
    letter-spacing: 2px;
}

.bwu-main-text .gsite-title::before {
    content:'';
    position: absolute;
    background-image: url(../../images/buy/title-logo.png);
    background-size: contain;
    top: 40px;
    left: 0;
    width: 87px;
    height: 50px;
}

.bwu-main-text .gsite-title small {
    font-size: 25px !important;
    color: #a9a9a9;
    padding-right: 25px;
}

.bwu-main-text .gsite-title small::before {
    left: -100px;
    width: 155px;
}

.bwu-agent-row {
    display: flex;
}

.bwu-agent-photo  {
    margin-right: -50px;
    position: relative;
    z-index: 1;
}
.bwu-agent-photo .canvas-img canvas {
    background:transparent;
}

.bwu-agent-text {
    background-image: url(../../images/buy/agent-content-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding:  50px 3.550vw;
    margin-top: 27px;
}

.bwu-agent-cta {
    padding: 20px;
}

.bwu-agent-cta a {
    margin: 0 10px;
    text-align: center;
}

@media(max-width: 991px) {
    .ip-banner canvas {
        min-height: 400px;
    }
    .bwu-wrap {
        padding: 40px 0;
    }
    .bwu-main-text {
        padding: 0;
    }
    .bwu-agent-row {
        flex-wrap: wrap;
        justify-content: center;
    }
     .bwu-agent-photo {
         margin-right: 0;
     }
    .bwu-agent-text {
        margin-top: 0;
        margin-left: 0;
    }
}

@media(max-width: 480px) {
    .bwu-main-text .gsite-title {
        font-size: 80px;
    }
    .bwu-main-text {
        margin-bottom: 0;
    }
    .bwu-main-text .gsite-title small::before {
        width: 120px;
    }
    .bwu-agent-text {
        width: 100%;
        padding: 20px;
    }
}
