<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Container */
#inner-page-wrapper {
    margin-bottom: 0;
}

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

    #inner-page-wrapper  #breadcrumbs {
        max-width: 1470px;
        width: 100%;
        margin: 17px auto;
        padding: 0 15px;
    }

    #inner-page-wrapper #breadcrumbs {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 20px;
        color: #507198;
        text-transform: uppercase;
    }

    #inner-page-wrapper #breadcrumbs .breadcrumb_last {
        color: #000;
    }


/* IP Banner */
.ip-banner {
    display: none;
}

    .ip-slider-cont {
        position: relative;
    }

    .ip-slider {
        position: relative;
        z-index: 1;
    }

    .ip-slider canvas {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
    }

    .ip-slider-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
        z-index: 5;
    }

    .ip-slider-overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
        z-index: 7;
    }

    .ip-slider-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        z-index: 7;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
    }

    .ip-sell-slider-title {
        top: 0;
        z-index: 20;
    }

    .ip-slider-cont .arrow-cont {
        z-index: 20;
    }

    .ip-slider-cont .primary-btn-cont {
        border: 1px solid #000;
        background: #e5be29;
        color: #000;
    }

    .ip-slider-cont .hp-slider-title-text {
        text-transform: uppercase;
    }

    .txt-up {
        text-transform: uppercase;
    }

    .hp-section-header {
        line-height: 1;
    }

    .ip-site-canvas {
        display: block;
        width: 100%;
    }

    .ip-img-obj {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: -20px 20px 50px rgb(0 0 0 / 30%);
    }

    .relative {
        position: relative;
    }

/* Checklist */
.ip-rd-check {
    padding: 34px 15px 64px;
}

.ip-rd-container {
    max-width: 1436px;
    width: 100%;
    margin: auto;
}

.ip-rd-check-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-rd-check-title {
/*    width: 37.465%;*/
    width: 100%;
}


.ip-rd-check-content ul {
    margin: 0 !important;
    list-style: none !important;
    padding-right: 15px;
}

.ip-rd-check-content ul li p {
    line-height: 1 !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.ip-rd-check-content ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.ip-rd-check-content {
    width: 62.535%;
    padding: 0 0 0 47px;
}

.ip-rd-check-content-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 792px;
    width: 100%;
}

/* Download */
.ip-rd-download {
    /* min-height: 1050px; */
    padding: 0 15px 83px;
}

.ip-rd-download-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-rd-download-img {
    width: 51.533%;
}

.ip-rd-download-img-holder canvas {
    min-height: 800px;
}

.ip-rd-download-content {
    width: 48.467%;
    z-index: 10;
}


.ip-rd-download-content-inner {
    min-height: 647px;
    background: #fff;
    margin-left: -98px;
    margin-top: -50px;
    padding: 94px 0 40px 47px;
}

/* .ip-rd-download-content-main {
    position: relative;
    max-width: 803px;
    width: 100%;
    margin: auto;
} */

.ip-rd-download-heading {
    font-family: 'Barlow Semi Condensed';
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-left: -3px;
}

.ip-rd-download-desc i {
    color: red;
    font-style: normal !important;
}
.ip-rd-download-desc {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

.ip-rd-download-form input {
    width: 100%;
    height: 57px;
    border: 1px solid #100b28;
    color: #000;
    font-size: 15px;
}

.ip-rd-download-form input[type="submit"] {
    border: 0;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.ip-rd-download-form label {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    margin: 0 0 9px;
}

.ip-rd-download-form label i {
    font-style: normal !important;
    color: red;
}

.ip-rd-download-form .primary-btn-cont {
    border: 1px solid #7a7a7a;
    width: 50%;
    background: transparent;
    border-bottom: none;
    height: 56px;
    margin-bottom: 1px;
    margin-left: auto;
margin-right: auto;
}

.ip-rd-download-form .plus::before {
    width: calc(50% - 8px);
    border-top: 1px solid #7a7a7a;
    right: -1px;
}

.ip-rd-download-form .plus::after {
    width: calc(50% - 8px);
    border-top: 1px solid #7a7a7a;
    left: -1px;
}

.ip-rd-download-form .plus {
    width: 100%;
}

.ip-rd-download-form .primary-btn-cont:hover {
    background-color: #4f6d91db;
}

.ip-rd-download-form .primary-btn-cont:hover input[type="submit"] {
    color: #fff;
}

.ip-rd-download-form-inner {
    max-width: 803px;
    width: 100%;
}

.rd-row.rd-field-4 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.rd-field {
    width: 90%;
    margin: 0 0 18px;
}

.rd-field:nth-child(odd) {
    /*padding-right: 7.5px;*/
}

.rd-field:nth-child(even) {
    /*padding-left: 7.5px;*/
}

.ip-rd-download-note {
    position: relative;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    margin: 20px auto;
    letter-spacing: 0.4px;
/*    padding-left: 30px;*/
    width: 90%;
}

.ip-rd-download-note input {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.ip-rd-download-desc {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    margin: 23px 0 26px;
}

.ip-rd-download-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
}

.ip-rd-download-form #mc_embed_signup {
    width: 100% !important;
}
    
/* About */
.ip-rd-about {
    padding: 75px 0 58px;
}

.ip-rd-about::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/relocation/ip-rd-about-bg.jpg) no-repeat center / cover;
    z-index: 0;
    filter: grayscale(1);
}

.ip-rd-about::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.84);
    z-index: 1;
}

.ip-rd-about-main {
    z-index: 10;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    color: #000000;
}

.ip-rd-about-main p {
    margin: 0 0 35px !important;
    letter-spacing: 0.55px;
}

.ip-rd-about-main p:last-of-type {
    margin: 0 0 13px !important;
}

.ip-rd-about-main span {
    font-weight: 500;
    font-size: 17px;
}



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

}

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

    .hp-slider-title {
        display: flex !important;
        margin: 0 !important;
    }

    .ip-rd-check-main {
        flex-direction: column;
    }

    .ip-rd-check-title {
        width: 100%;
    }

    .ip-rd-check-content {
        width: 100%;
        padding: 30px 0;
    }

    .ip-rd-check-content-inner {
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
    }

    .ip-rd-check-content ul li {
        margin: 0 0 16px;
    }

    .ip-rd-download-main {
        flex-direction: column;
    }

    .ip-rd-download-img-holder canvas {
        min-height: auto;
    }

    .ip-rd-download-img {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .ip-rd-download-content {
        width: 100%;
    }

    .ip-rd-download-content-inner {
        min-height: auto;
        margin-left: 0;
        margin-top: 0;
        padding: 30px 15px;
        text-align: center;
    }

    .ip-rd-download-form-inner {
        max-width: 100%;
    }

    .rd-field {
        width: 100%;
        padding: 0 !important;
    }

    .ip-rd-download-note {
        width: 100%;
    }

    .ip-rd-download-heading {
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    .hp-section-header .buzz-subtitle-text {
        font-size: 37px;
    }

    .hp-section-header .buzz-title-text {
        font-size: 23px;
        letter-spacing: 3px;
    }
.rd-field-download .plus::before, .rd-field-download .plus::after {
  width: calc(50% - 8px) !important;
  bottom: 7px;
}
    
}

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

}
</pre></body></html>