.tile1 {
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.5)), url("https://web.inmobicdn.net/website/website/6.0.1/v6/img/exchange/exchange-hero-latest.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    margin-top: 130px;
    margin-bottom: 150px;
}

.tile1 .content {
    float: left;
    max-width: 470px;
    text-align: left;
    padding-top: 130px;
}

.tile1 h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.24;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
}

.tile1 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #ffffff;
    margin-bottom: 30px;
}

.cust-tile {
    margin-bottom: 100px;
}

.cust-tile h2,
.tile2 h2,
.partner-tile h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.46;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.cust-tile ul,
.partner-tile ul {
    text-align: center;
    margin: auto;
    max-width: 100%;
}

.cust-tile ul li,
.partner-tile ul li {
    width: 16%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 50px;
}

.tile2 {
    margin-bottom: 100px;
}

.tile2 .card {
    width: 348px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    padding: 0px 40px 50px 40px;
    text-align: center;
}

.tile2 li.card:last-child {
    margin-right: 0;
}

.tile2 .card img {
    width: auto;
    height: 40px;
}

.tile2 .card .card-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 30px auto 20px;
}

.tile2 .card .crd-txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #3e485b;
}

.tile3,
.tile4 {
    margin-bottom: 150px;
}

.tile3 .content-wrap,
.tile4 .content-wrap,
.tile5 .content-wrap {
    max-width: 35%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    margin-right: 6vw;
}

.tile4 .content-wrap {
    margin-right: auto;
    margin-left: 6vw;
}

.tile3 .tile-heading,
.tile4 .tile-heading,
.tile5 .tile-heading {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #3e485b;
    margin: 0;
}

.tile3 p,
.tile4 p,
.tile5 p {
    margin: 20px 0 30px 0;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #6f7c95;
}

.tile3 .img-wrap,
.tile4 .img-wrap,
.tile5 .img-wrap {
    max-width: 650px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
}

.partner-tile {
    margin-top: 150px;
    margin-bottom: 100px;
}

.tile10 {
    padding-bottom: 150px;
    margin-bottom: 0px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.tile10 h2 {
    text-align: center;
    font-size: 24px;
}

.tile10 .hbspt-form {
    margin: 0 auto -127px;
    background-color: #fff;
    padding: 66px 0;
    position: relative;
}

.tile10 .hbspt-form .hs-form fieldset.form-columns-1 {
    max-width: 50%;
    width: 100%;
    display: inline-block;
    float: left;
}

.tile10 .hbspt-form .hs-form fieldset.form-columns-1:nth-child(9) {
    max-width: 100%;
}

.tile10.hubspot-form-container .hs-form-field {
    width: 96% !important;
}

.tile10.hubspot-form-container fieldset.form-columns-1:nth-child(9) .hs-form-field {
    width: 98% !important;
}

.tile10 .hbspt-form .hs-form textarea {
    /*height: 100px !important;*/
}

.tile10 .hbspt-form .hs-form fieldset.form-columns-3 + .form-columns-1 {
    max-width: 100%;
}

.tile10 .hs-richtext {
    font-family: 'Poppins' !important;
    color: #a3afc7 !important;
    margin-left: 45px;
}

.tile10 .hbspt-form .hs-submit {
    clear: both;
}

.tile10 .hbspt-form .hs-form .actions {
    text-align: center;
    padding-top: 50px;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 1200px) {
    .tile1,
    .secondary-header,
    .tile3, .tile4, .tile5,
    #footer-v5 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tile2 .card {
        width: 300px;
    }

    .tile3 .img-wrap, .tile4 .img-wrap, .tile5 .img-wrap {
        max-width: 610px;
    }

    #footer-v5 .single-col {
        margin-right: 3.3vw;
    }
}

@media (max-width: 1140px) {
    .tile3 .content-wrap,
    .tile4 .content-wrap,
    .tile5 .content-wrap {
        margin-right: 2vw;
    }
    .tile4 .content-wrap {
        margin-right: auto;
        margin-left: 2vw;
    }

}

@media (max-width: 1060px) {
    .tile3 .content-wrap,
    .tile4 .content-wrap,
    .tile5 .content-wrap {
        max-width: 30%;
        margin-right: 4vw;
    }
    .tile4 .content-wrap {
        margin-right: auto;
        margin-left: 4vw;
    }

}

@media (max-width: 1024px) {
    .hidden-desktop {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-tab {
        display: none !important;
    }
    .hidden-mob {
        display: block !important;
    }

    .tile1 {
        padding-left: 40px;
        padding-right: 0;
        background: none;
        min-height: auto;
        margin-top: 155px;
        margin-bottom: 100px;
    }

    .tile1 .content {
        max-width: 360px;
        padding-top: 10%;
    }

    .tile1 h1 {
        font-size: 40px;
        line-height: 1.3;
        color: #000000;
    }
    .tile1 p {
        color: #3e485b;
        max-width: 40vw;
        font-size: 16px;
        line-height: 1.75;
    }
    .tile1 .img-wrap {
        overflow: hidden;
        float: right;
        max-width: 50%;
        vertical-align: top;
        width: 100%;
        height: auto;
        box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
    }
    .tile1 .img-wrap img {
        width: auto;
        margin-left: 0;
        height: 575px;
    }
    .tile2 {
        margin-bottom: 50px;
    }
    .cust-tile h2,
    .tile2 h2,
    .partner-tile h2 {
        font-size: 24px;
        max-width: 65vw;
        margin-left: auto;
        margin-right: auto;
    }
    .cust-tile {
        padding: 0;
        margin-bottom: 50px;
    }
    .cust-tile ul li,
    .partner-tile ul li {
        width: 33%;
    }
    .cust-tile ul li img {
        max-width: 210px;
    }
    .tile2 .card {
        max-width: 270px;
        width: 100%;
        padding: 0px 10px 50px 10px;
    }

    .tile3 .m-wrap,
    .tile4 .m-wrap,
    .tile5 .m-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .tile4 .m-wrap {
        display: flex;
        flex-direction: column;
    }

    .tile3 .img-wrap,
    .tile4 .img-wrap,
    .tile5 .img-wrap {
        max-width: 100%;
    }

    .tile3 .content-wrap,
    .tile4 .content-wrap,
    .tile5 .content-wrap {
        margin: 30px auto 50px auto;
        max-width: 100%;
    }

    .tile3, .tile4 {
        margin-bottom: 50px;
    }

    .partner-tile {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .partner-tile img {
        width: auto;
        height: 70px;
    }
}

@media (max-width: 870px) {
    .tile2 .card {
        max-width: 225px;
    }
}

@media (max-width: 767px) {
    .hidden-tab {
        display: block !important;
    }
    .hidden-mob {
        display: none !important;
    }

    .tile1,
    .cust-tile,
    .tile2,
    .tile10.container,
    #footer-v5,
    .secondary-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tile1 {
        background: none;
        min-height: auto;
        margin-top: 110px;
        margin-bottom: 70px;
    }

    .tile1 .max1170,
    .tile3 .m-wrap,
    .tile4 .m-wrap,
    .tile5 .m-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .tile1 .content {
        text-align: center;
        padding-top: 30px;
    }

    .tile1 h1 {
        font-size: 32px;
        line-height: 1.3;
        color: #000000;
        text-align: center;
    }

    .tile1 p {
        color: #3e485b;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.75;
        text-align: center;
    }

    .tile1 .img-wrap {
        box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
    }

    .cust-tile {
        margin-bottom: 40px;
    }

    .cust-tile h2,
    .tile2 h2,
    .partner-tile h2,
    .tile10 h2 {
        font-size: 18px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .cust-tile h2,
    .partner-tile h2 {
        margin-bottom: 30px;
    }

    .cust-tile ul li,
    .partner-tile ul li {
        width: 48%;
        margin-bottom: 30px;
    }

    .tile2 {
        margin-bottom: 20px;
    }

    .tile2 .card img {
        height: 36px;
    }

    .tile2 .card {
        margin-right: 0;
        max-width: 100%;
    }

    .tile3,
    .tile4,
    .tile5 {
        padding-right: 0;
        padding-left: 0;
    }

    .tile3 .img-wrap,
    .tile4 .img-wrap,
    .tile5 .img-wrap {
        max-width: 100%;
    }

    .tile3 .content-wrap,
    .tile4 .content-wrap,
    .tile5 .content-wrap {
        max-width: 100%;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tile3 .tile-heading,
    .tile4 .tile-heading,
    .tile5 .tile-heading {
        font-size: 24px;
        line-height: 1.5;
        color: #3e485b;
        padding-top: 30px;
    }

    .tile3 p,
    .tile4 p,
    .tile5 p {
        font-size: 16px;
        line-height: 1.75;
        color: #6f7c95;
    }

    .tile3, .tile4 {
        margin-bottom: 70px;
    }

    .tile4 .content-wrap {
        margin-right: 0;
        margin-left: 0;
    }

    .partner-tile {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .tile10 {
        padding-bottom: 70px;
    }

    .tile10.hubspot-form-container .hs_phone {
        margin-bottom: 28px !important;
    }

    .tile10 .hbspt-form .hs-form fieldset.form-columns-1 {
        max-width: 100%;
    }

    .tile10.hubspot-form-container .hs-form-field {
        width: 100% !important;
    }

    .tile10 .hs-richtext {
        font-size: 12px !important;
    }
}