.ip-banner {
    display: none;
}
#inner-page-wrapper {
    margin: 0;
}
div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-resources-banner {
    position: relative;
}
.ip-resources-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}
.ip-resources-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ip-banner-title {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    font-family: 'Gilda Display', serif;
    z-index: 5;
    text-align: center;
    transform: translate(0,-50%);
}

.ip-resources-section-outer {
    position: relative;
    z-index: 1;
}
.ip-resources-section-inner {
    position: relative;
    z-index: 3;
}

/* Background Images */
.ip-resources-section-bg {
    width: 18.75%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 0;
    background-color: #000000;
}
.ip-resources-section-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.35;
    filter: grayscale(1);
}

/* Canvas Images */
.canvas-img {
  position: relative;
}
  .canvas-img canvas {
    width: 100%;
    height: auto;
    display: block;
  }
  .canvas-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }


/* Global CSS */
.ip-resources-content {
    font-family: var(--Roboto);
}
.ip-resources-content h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Gilda Display', serif;
}
.ip-resources-content p {
    margin-bottom: 27px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.ip-resources-content ul {
    margin-left: 35px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    list-style: disc;
}
.ip-resources-content ul li {
    margin-bottom: 7px;
}

/* First Section: Packing Tips */
.ip-resources-section-bg-01 {
    height: 625px;
}
.ip-resources-section-inner-01 {
    padding-left: 9.75%;
    padding-right: 4.375%;
}
.ip-packing-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ip-packing-content-top p {
    padding-right: 50px;
}
.ip-packing-left {
    width: calc(50.219% + 55px);
    position: relative;
    z-index: 2;
    margin-top: 98px;
    margin-right: -55px;
    padding: 72px 72px 10px;
    background-color: #ffffff;
}
.ip-packing-left::before {
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    pointer-events: none;
}
.ip-packing-right {
    width: 49.781%;
    position: relative;
    z-index: 1;
}
.ip-packing-photo {
    height: 100%;
}
.ip-packing-content-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 72px 80px;
    position: relative;
    z-index: 2;
}
.ip-packing-content-bottom ul {
    width: 45%;
}
.ip-packing-content-bottom ul:last-child {
    width: 39%;
    margin-left: 40px;
}
.ip-packing-content-bottom ul li {
    
}

/* Second Section: Moving Checklist */
.ip-resources-section-inner-02 {
    padding-left: 4.375%;
    padding-right: 14.1875%;
}
.ip-resources-section-bg-02 {
    height: 416px;
    left: auto;
    right: 0;
}
.ip-moving-content-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ip-moving-left {
    width: 43.284%;
    position: relative;
    z-index: 1;
}
.ip-moving-right {
    width: calc(56.716% + 171px);
    margin-left: -171px;
    position: relative;
    z-index: 2;
    padding: 50px 25px 15px 40px;
    background-color: #ffffff;
}
.ip-moving-bullet-list strong {
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 0.05em;
}
.bullet-list-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.bullet-list-wrap ul {
    width: 53%;
    line-height: 1.7;
}
.bullet-list-wrap ul:last-child {
    width: 49%;
}
.bullet-list-wrap ul li,
.ip-moving-bullet-list ul li {
    margin-bottom: 0;
}
.ip-moving-content-bottom {
    padding: 50px 0 50px 12.279%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ip-moving-content-bottom-left {
    width: 50%;
}
.ip-moving-content-bottom-right {
    width: 50%;
    padding-left: 35px;
}
.ip-moving-content-bottom .ip-moving-bullet-list {
    margin-bottom: 35px;
}
.ip-moving-content-bottom .ip-moving-bullet-list ul {
    line-height: 1.7;
}


/* Third Section: First-Time Buyers  */
.ip-resources-section-inner-03 {
    padding-left: 9.75%;
    padding-right: 4.375%;
}
.ip-buyers-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ip-buyers-left {
    width: calc(55.313% + 125px);
    position: relative;
    z-index: 2;
    margin-right: -125px;
    padding: 67px 75px 50px 72px;
    background-color: #ffffff;
}
.ip-buyers-right {
    width: 44.687%;
    position: relative;
    z-index: 1;
}


/* Fourth Section: Most Common Mistakes  */
.ip-resources-section-outer-04 {
    margin-top: 108px;
}
.ip-resources-section-bg-04 {
    height: 496px;
    left: auto;
    right: 0;
}
.ip-resources-section-inner-04 {
    padding-left: 4.375%;
    padding-right: 14.1875%;
}
.ip-mcm-content-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ip-mcm-content {

}
.ip-mcm-right .ip-mcm-content {
    padding-right: 30px;
}
.ip-mcm-content strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 0.05em;
}
.ip-mcm-left {
    width: 43.284%;
    position: relative;
    z-index: 1;
}
.ip-mcm-right {
    width: calc(56.716% + 171px);
    margin-left: -171px;
    position: relative;
    z-index: 2;
    padding: 50px 40px 0;
    background-color: #ffffff;
}
.ip-mcm-content-bottom {
    padding: 55px 0 90px 12.279%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ip-mcm-content-bottom-left {
    width: 50%;
    padding-right: 44px;
}
.ip-mcm-content-bottom-right {
    width: 50%;
    padding-left: 5px;
    padding-right: 25px;
}

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

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


}

@media only screen and (max-width: 991px) {
    .ip-resources-section-bg {
        display: none;
    }
    .ip-resources-section-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ip-resources-content {
        flex-flow: column;
    }
    .ip-packing-left,
    .ip-moving-right,
    .ip-buyers-left,
    .ip-mcm-right {
        width: 100%;
        margin: 30px 0 0;
        padding: 30px 0;
    }
    .ip-buyers-left {
        margin-top: 0;
    }
    .ip-mcm-right {
        margin-top: 0;
        padding-top: 0;
    }
    .ip-packing-left::before {
        display: none;
    }
    .ip-packing-right,
    .ip-moving-left,
    .ip-buyers-right,
    .ip-mcm-left {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .ip-packing-content-top p {
        padding-right: 0;
    }
    .ip-packing-content-bottom {
        padding: 30px 0;
    }
    .ip-resources-content ul {
        width: calc(100% - 40px) !important;
    }
    .bullet-list-wrap {
        flex-flow: column;
    }
    .ip-moving-content-bottom {
        padding: 0;
    }
    .ip-moving-content-bottom-left,
    .ip-moving-content-bottom-right {
        width: 100%;
        padding-left: 0;
    }
    .ip-resources-section-outer-04 {
        margin-top: 70px;
    }
    .ip-mcm-content-top {
        flex-flow: column-reverse;
    }
    .ip-mcm-content-bottom-left,
    .ip-mcm-content-bottom-right {
        width: 100%;
        padding: 0;
    }
    .ip-mcm-content strong {
        line-height: 1.3;
    }
    .ip-mcm-content-bottom {
        padding: 30px 0;
    }
}

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

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

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

