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

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

.ip-banner {
    display: none;
}

.ip-banner canvas {
    min-height: 560px;
}

/* banner */
.ip-sellers .ip-banner {
    display: block;
}

.ip-sellers__banner {
    position: relative;
}

.ip-banner::before {
    background: #000;
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    opacity: .7;
}

.ip-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .15;
}

.ip-sellers__banner--title {
    position: absolute;
    bottom: 83px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    max-width: 1240px;
    padding: 0 15px;
}

.ip-sellers__breadcrumbs {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    border-bottom: solid 1px #eeeeee;
    padding: 0 0 18px;
}

p#breadcrumbs {
    color: #5a5a5a;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

p#breadcrumbs a{
    color: #cccccc;
}

/* bio */
.ip-sellers__bio{
    position: relative;
    padding: 20px 70px 66px;
}

.ip-sellers__bio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    background: #1c9dbf;
    opacity: .9;
}

.ip-sellers__bio--bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 85px);
}

.ip-sellers__bio--bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.ip-sellers__bio--bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
    filter: grayscale(1);
}

.ip-sellers__bio--holder {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: 107px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.ip-sellers__bio--head {
    width: 50%;
    padding-top: 14px;
}

.ip-sellers__bio--content {
    width: 50%;
}

.ip-sellers__bio--text p {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    padding-bottom: 26px;
}

.ip-sellers__bio--text p:first-child{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
}

/* representation */
.ip-sellers__representation {
    position: relative;
    padding: 128px 15px 130px;
}

.ip-sellers__representation--holder {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: 0 auto;
}

.ip-sellers__representation--holder .global-heading {
    max-width: max-content;
    margin: 0 auto;
}

.ip-sellers__representation--text {
    margin-top: 53px;
    margin-bottom: 46px;
}

.ip-sellers__representation--text p {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    padding-bottom: 26px;
}

.ip-sellers__representation--tagline {
    display: flex;
    justify-content: center;
    color: #1c9dbf;
    font-size: 36px;
    font-family: "Prata", serif;
    gap: 40px;
    margin-bottom: 63px;
}

.ip-sellers__representation--quote {
    background: rgb(90 90 90 / 10%);
    padding: 50px 15px;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-family: "Georgia", serif;
    line-height: 1.3;
    letter-spacing: 0.025em;
}

/* why */
.ip-sellers__why{
    position: relative;
    padding: 0 15px;
}

.ip-sellers__why--bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53%;
}

.ip-sellers__why--bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background: #FFF;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.ip-sellers__why--bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .12;
}

.ip-sellers__why--holder {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: 0 auto;
}

.ip-sellers__why--top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-sellers__why--top--photo {
    width: 37.122%;
}

.ip-sellers__why--top--content {
    width: 62.878%;
    padding-left: 30px;
}

.ip-sellers__why--top--content--inner {
    max-width: 742px;
    margin: 0 0 0 auto;
}

.ip-sellers__why--top--photo--inner {
    margin-left: calc((100vw - 1320px) / -2);
    padding-left: 55px;
    position: relative;
}

.ip-sellers__why--top--photo--inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    background-image: url("../../images/home/welcome-accent-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ip-sellers__why--top--photo--inner img {
    aspect-ratio: 578 / 752;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.ip-sellers__why--top--content--inner .global-heading {
    max-width: 630px;
}

.ip-sellers__why--top--content--inner .global-heading div:nth-child(3) {
    font-family: "Prata", serif;
    font-size: 48px;
    font-weight: 400;
    color: #1c9dbf;
    text-transform: initial;
    text-align: right;
}

.ip-sellers__why--top--content--text {
    margin-top: 77px;
}

.ip-sellers__why--top--content--text strong{
    display: block;
    font-size: 30px;
    color: #5a5a5a;
    font-family: "Prata", serif;
}

.ip-sellers__why--top--content--text p {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
}

.ip-sellers__why--top--content--text ul {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.025em;
    margin-left: 21px;
    list-style: disc;
    margin-top: 27px;
    margin-bottom: 20px;
}

.ip-sellers__why--content {
    padding: 100px 0 0;
}

.ip-sellers__why--content--list {
    margin-bottom: 67px;
}

.ip-sellers__why--content--list h2 {
    font-size: 30px;
    color: #5a5a5a;
    font-family: "Prata", serif;
    margin-bottom: 32px;
}

.ip-sellers__why--content--text p {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    margin-bottom: 30px;
}

.ip-sellers__why--content--text ul {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    margin-left: 21px;
    list-style: disc;
}

.ip-sellers__why--content--col {
    display: flex;
    gap: 60px;
}

.ip-sellers__why--content--col > div {
    flex: 1;
}

/* what */
.ip-sellers__what {
    position: relative;
    padding: 130px 15px 100px;
}

.ip-sellers__what--holder {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: 0 auto;
}

.ip-sellers__what--photo {
    position: relative;
    padding-right: 55px;
    margin-right: calc((100vw - 1320px) / -2);
    margin-bottom: 105px;
}

.ip-sellers__what--photo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background-image: url("../../images/home/welcome-accent-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ip-sellers__what--photo img {
    aspect-ratio: 1408 / 542;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.ip-sellers__what--holder .global-heading {
    max-width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
}

.ip-sellers__what--content {
    margin-top: 45px;
}

.ip-sellers__what--content p {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: center;
    margin-bottom: 30px;
}

.ip-sellers__what--content--list{
    max-width: 1115px;
    margin: 56px auto 0;
}

.ip-sellers__what--content ul {
    font-size: 30px;
    color: #5a5a5a;
    font-family: "Prata", serif;
    list-style: decimal;
    margin-left: 35px;
}

.ip-sellers__what--content ul li p{
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
}

.ip-sellers__what--content ul h2 {
    margin-bottom: 10px;
}

.ip-sellers__what--content ul li {
    margin-bottom: 43px;
}

/* testimonials */
.ip-sellers__testimonials{
    position: relative;
    padding: 134px 15px;
    background: #1c9dbf;
}

.ip-sellers__testimonials--bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ip-sellers__testimonials--bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .10;
}

.ip-sellers__testimonials--holder{
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    z-index: 5;
}

.ip-sellers__testimonials--slider{
    position: relative;
    padding: 0 90px;
}

.ip-sellers__testimonials--slider--slick {
    max-width: 750px;
    margin: 0 auto;
}

.ip-sellers__testimonials--slider--slick .slick-slide > div > div {
    display: block !important;
}

.ip-sellers__testimonials--slider--slick:not(.slick-initialized) > div:not(:first-child){
    display:none;
}

.ip-sellers__testimonials--arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ip-sellers__testimonials--arrow button{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: solid 2px #fff;
    outline: none;
    background: transparent;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 47px;
}

.ip-sellers__testimonials--arrow button:hover{
    background-color: #1f317b;
    border-color: #1f317b;
}

.ip-sellers__testimonials--list p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: "Georgia", serif;
    line-height: 1.3;
    letter-spacing: 0.025em;
    padding-bottom: 20px;
}

.ip-sellers__testimonials--list span{
    display: block;
    text-align: center;
    margin-top: 28px;
}

.ip-sellers__testimonials--list a {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.025em;
}

.ip-sellers__testimonials--list a em{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2em;
}

/* ready */
.ip-sellers__ready{
    position: relative;
    padding: 125px 15px 140px;
}

.ip-sellers__ready--bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.ip-sellers__ready--bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.ip-sellers__ready--bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
    filter: grayscale(1);
}

.ip-sellers__ready--holder{
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-sellers__ready--photo {
    width: 42.424%;
}

.ip-sellers__ready--content {
    width: 57.576%;
    padding-left: 30px;
}

.ip-sellers__ready--content--inner {
    max-width: 680px;
    margin: 0 0 0 auto;
}

.ip-sellers__ready--photo--inner {
    margin-left: calc((100vw - 1320px) / -2);
    padding-left: 55px;
    position: relative;
}

.ip-sellers__ready--photo--inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    background-image: url("../../images/home/welcome-accent-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ip-sellers__ready--photo--inner img {
    aspect-ratio: 647 / 822;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.ip-sellers__ready--content--text {
    margin-top: 38px;
}

.ip-sellers__ready--content--text p {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    padding-bottom: 31px;
}

.ip-sellers__ready--content--contact {
    font-size: 25px;
    color: #5a5a5a;
    line-height: 1.6;
}

.ip-sellers__ready--content--contact em[class^=ai-font] {
    color: #1c9dbf;
    font-size: 19px;
}

.ip-sellers__ready--content--contact em.ai-font-envelope-f {
    font-size: 14px;
    margin-right: 5px;
}

.ip-sellers__ready--content--contact em.ai-font-location-c {
    font-size: 25px;
    top: 4px;
}

.ip-sellers__ready--content--contact em.ai-font-phone {
    margin-right: 5px;
}

section.cta-contact-wrapper.section-wrapper {
    display: none;
}

.attachment-fixed canvas {
    background-attachment: fixed!important;
}

html.safari-true .attachment-fixed canvas {
    background-attachment: scroll!important;
}

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

}

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

}

@media only screen and (max-width: 1280px) {
    .ip-sellers__why--top--photo--inner,
    .ip-sellers__ready--photo--inner {
        margin-left: -15px;
    }

    .attachment-fixed canvas {
        background-attachment: scroll!important;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-sellers .global-heading div:first-child {
        font-size: 20px;
    }

    .ip-sellers .global-heading div:nth-child(2) {
        font-size: 45px;
    }

    .ip-sellers__bio--text p {
        font-size: 18px;
    }

    .ip-sellers__bio--text p:first-child {
        font-size: 20px;
    }

    .ip-sellers__representation--text p {
        font-size: 18px;
    }

    .ip-sellers__representation--tagline {
        font-size: 30px;
        gap: 20px;
    }

    .ip-sellers__representation--quote {
        font-size: 20px;
    }

    .ip-sellers__why--top--content--inner .global-heading div:nth-child(3) {
        font-size: 40px;
    }

    .ip-sellers__why--top--content--inner .global-heading {
        max-width: 430px;
    }

    .ip-sellers__why--top--content--text {
        margin-top: 30px;
    }

    .ip-sellers__why--top--content--text strong {
        font-size: 20px;
    }

    .ip-sellers__why--top--content--text ul {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .ip-sellers__why--top--content--text p {
        font-size: 18px;
    }

    .ip-sellers__why--content--list h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .ip-sellers__why--content--text p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ip-sellers__why--content--list {
        margin-bottom: 50px;
    }

    .ip-sellers__why--content--text ul {
        font-size: 18px;
    }

    .ip-sellers__what--photo {
        margin-right: -15px;
    }

    .ip-sellers__what--content p {
        font-size: 18px;
    }

    .ip-sellers__what--content--list {
        margin: 40px auto 0;
    }

    .ip-sellers__what--content ul {
        font-size: 25px;
    }

    .ip-sellers__what--content ul li p {
        font-size: 18px;
    }

    .ip-sellers__what--content ul li {
        margin-bottom: 30px;
    }

    .ip-sellers__ready--content--text p {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .ip-sellers__ready--content--text {
        margin-top: 20px;
    }

    .ip-sellers__ready--content--contact {
        font-size: 20px;
    }
}

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

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

    .ip-sellers__bio::after{
        display: none;
    }

    .ip-sellers__bio {
        padding: 20px 15px 50px;
    }

    .ip-sellers__bio--holder {
        margin: 50px auto 0;
    }

    .ip-sellers__bio--head {
        width: 100%;
        padding-top: 0;
    }

    .ip-sellers .global-heading {
        max-width: max-content;
        margin: 0 auto 30px;
    }

    .ip-sellers__bio--content {
        width: 100%;
    }

    .ip-sellers__representation {
        position: relative;
        padding: 50px 15px;
    }

    .ip-sellers__representation--tagline {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        text-align: center;
    }

    .ip-sellers__representation--text {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ip-sellers__why--top--photo {
        width: 100%;
    }

    .ip-sellers__why--top--photo--inner, 
    .ip-sellers__ready--photo--inner {
        max-width: 600px;
        margin: 0 auto 30px;
        padding: 0;
    }

    .ip-sellers__why--top--content {
        width: 100%;
        padding-left: 0;
    }

    .ip-sellers__why--content {
        padding: 40px 0 0;
    }

    .ip-sellers__why--content--col {
        gap: 0;
        flex-direction: column;
    }

    .ip-sellers__why--content--list {
        margin-bottom: 30px;
    }

    .ip-sellers__what {
        padding: 50px 15px;
    }

    .ip-sellers__what--photo {
        margin-right: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .ip-sellers__why--top--photo--inner::before,
    .ip-sellers__what--photo::before{
        display: none;
    }

    .ip-sellers__what--content {
        margin-top: 20px;
    }

    .ip-sellers__testimonials {
        padding: 100px 15px;
    }

    .ip-sellers__testimonials--slider {
        padding: 0;
    }

    .ip-sellers__testimonials--arrow {
        position: relative;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }

    .ip-sellers__ready {
        padding: 50px 15px;
    }

    .ip-sellers__ready--photo {
        width: 100%;
    }   

    .ip-sellers__ready--photo--inner::before{
        display: none;
    }

    .ip-sellers__ready--content {
        width: 100%;
        padding-left: 0;
    }

    .ip-sellers__ready--content--inner {
        max-width: 100%;
    }
}

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

}

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

}