#inner-page-wrapper {
    margin: 0;
    padding: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#ip-marketing {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
}

.ip-site-title {
    text-align: center;
}

.ip-site-title span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: .800em;
    position: relative;
    padding-left: 125px;
}

.ip-site-title span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17%;
    width: 58px;
    height: 1px;
    background-color: #d7d7d7;
    content: '';
}

.page-id-131 .ip-site-title span::after {
    top: 10%
}

.ip-site-title span span::after {
    display: none;
}

.ip-site-title span span {
    display: block;
    font-family: 'Cormorant', sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 0;
    margin-top: 20px;
}

/*MAIN*/

.ipm-main {
    position: relative;
    padding: 115px 0 116px;
}

.ipm-main-title span::after {
    left: 7%;
}

.ipm-main-text {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 945px;
    margin: 40px auto 0;
}

.ipm-main-text p {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2.1;
    color: #7e7e7e;
    font-weight: 300;
    margin-bottom: 19px;
}

/*WORK WITH US*/

.ipm-wwu {
    position: relative;
    padding: 72px 0 105px;
}

.ipm-wwu:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    max-width: 678px;
    background-image: url(../../images/marketing/wwu-accent.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -3;
}

.ipm-wwu-wrap {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin-left: auto;
}

.ipm-wwu-wrap:before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background: #bababa;
    z-index: -3;
}

.ipm-wwu-wrap>div {
    position: relative;
    padding: 100px 0 131px;
}

.ipm-wwu-wrap>div:before,
.ipm-wwu-wrap>div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ipm-wwu-wrap>div:before {
    background-image: url(../../images/marketing/marketing-stats-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.ipm-wwu-wrap>div:after {
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.ipm-wwu-title span {
    color: #a1a1a1;
}

.ipm-wwu-title span:before {}

.ipm-wwu-title span span {
    color: #ffffff;
}

.ipm-wwu-stat {
    position: relative;
    margin: 44px 0 0;
}

.ipm-wwu-stat-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ipm-wwu-item {
    width: calc(100% / 3);
    position: relative;
    text-align: center;
}

.ipm-wwu-item>span {
    display: block;
    font-size: 72px;
    letter-spacing: 0;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Cormorant', sans-serif;
}

.ipm-wwu-item>span:last-child {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    margin: 34px 0 0;
}

.marketing-wrap-stats {
    display: flex;
    align-items: center;
}

.natalie-photo {
    max-width: 460px;
    width: 100%;
    padding-right: 50px;
}

.natalie-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-right: 20px; */
}

.ipm-wwu-wrap {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin-left: auto;
    width: 100%;
}

/*TESTIMONIALS*/

.ipm-testimonials {
    position: relative;
    background: #fff;
    padding: 126px 0 135px;
}

.ipm-testi-wrap-hold {
    position: relative;
}

.ipm-testi-line-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 194px;
    height: 117px;
}

.ipm-testi-line-right {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 194px;
    height: 117px;
}

.ipm-testi-line-left::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #d0d0d0;
}

.ipm-testi-line-left::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 112px;
    content: '';
    background-color: #d0d0d0;
}

.ipm-testi-line-right::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #d0d0d0;
}

.ipm-testi-line-right::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 112px;
    content: '';
    background-color: #d0d0d0;
}

.ipm-testi-wrap {
    padding-top: 41px;
}

.ipm-testi-title {
    max-width: 414px;
    margin: 0 auto;
    padding-top: 15px;
}

.ipm-testi-title span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: .800em;
    position: relative;
    padding-left: 125px;
}

.ipm-testi-title span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17%;
    width: 58px;
    height: 1px;
    background-color: #d7d7d7;
    content: '';
}

.ipm-testi-title span span::after {
    display: none;
}

.ipm-testi-title span span {
    display: block;
    font-family: 'Cormorant', sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 0;
    margin-top: 20px;
}

.ipm-testi-hold {
    max-width: 999px;
    margin: 0 auto;
}

.ipm-testi-item {
    outline: none !important
}

.ipm-testi-item p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: .020em;
    line-height: 24px;
    text-align: center;
}

.ipm-testi-item .ipm-testi-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: .020em;
    text-align: center;
    margin-top: 27px;
}

.ipm-testi-btn a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #1d1d1d;
    text-transform: uppercase;
    letter-spacing: .300em;
    max-width: 194px;
    display: block;
    width: 100%;
    border: 2px solid #cbcbcb;
    text-align: center;
    height: 57px;
    max-width: 194px;
    margin: 0 auto;
    line-height: 57px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.ipm-testi-btn a:hover {
    color: #fff;
    border: 2px solid #000;
}

.ipm-testi-btn a::after {
    width: 50%;
    left: -200px;
    top: 0;
    background-color: #000;
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.ipm-testi-btn a::before {
    width: 50%;
    right: -200px;
    top: 0;
    background-color: #000;
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.ipm-testi-btn a:hover::after {
    left: 0;
}

.ipm-testi-btn a:hover::before {
    right: 0;
}

.ipm-testi-btn {
    margin-top: 50px;
}



@media only screen and (min-width: 1367px) {

    .ipm-wwu-container {
        width: 1320px;
    }

}

@media only screen and (min-width: 1440px) {

    .ipm-wwu-container {
        width: 1412px;
    }

    .ipm-wwu-item>span {
        font-size: 55px;
    }

    .natalie-photo {
        max-width: 400px;
    }

}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1200px) {
    .ipm-wwu-item>span {
        font-size: 45px;
    }

    .ipm-wwu-item>span:last-child {
        font-size: 15px;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 991px) {

    .ip-site-title span {
        text-align: center;
        padding: 0 !important;
        display: block;
    }

    .marketing-wrap-stats {
        display: block;
    }

    /* .ipm-wwu-wrap > div:before {
        background-image: url(../../images/marketing/mobile-bg.jpg) !important;
    }*/
    .natalie-photo {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .ip-site-title span:after {
        display: none;
    }

    .ipm-testi-line-right,
    .ipm-testi-line-left {
        display: none;
    }

    .ipm-wwu-item {
        width: 100%;
        margin: 20px 0;
    }

    .ipm-wwu-item>span {
        font-size: 65px;
    }

    .ipm-wwu-item>span:last-child {
        margin: 20px 0 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 567px) {
    .ip-site-title span span {
        font-size: 40px !important;
    }

    .ip-site-title span {
        letter-spacing: 0.4em;
    }
}

@media only screen and (max-width: 480px) {
    .ipm-wwu-wrap>div {
        padding: 50px 0 50px;
    }
}