h1{
    text-transform: unset;
    text-align: left;
    font-size: 2.5vw;
    color: var(--dark-gun-metal);
    margin-top: 25px;
}

h2{
    color: var(--steel);
    text-align: left;
}

img{
    width: 100%;
    height: auto;
}

.width50{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.blf-scr{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: transparent;
}
.video-wrap{
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    width: 100%;
    position: relative;
}

.video-wrap img{
    width: 100%;
    height: auto;
}

.video-wrap video{
    width: 87%;
    position: absolute;
    top: -7px;
    left: 16px;
    height: 100%;
}



.tile1{
    padding: 14% 0;
    position: relative;
}

.tile1 .img-wrap{
    max-width: 33.38541666666667vw;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50.55555555555555vh;
}

.tile1 .img-wrap img{
    width: 100%;
    height: auto;
}

.tile1 .video-wrap{
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.tile1 .content{
    max-width: 29vw;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7.5vw;
}

.tile1 h2{
    max-width: 23vw;
    width: 100%;
}


.tile1 .content p{
    width: 100%;
    margin-bottom: 50px;
}


.tile2{
    padding: 0 0 100px 0;
}

.tile2 ul.scrollspy{
    width: 100%;
    height: auto;
    border-radius: 38px;
    background-color: #fbfbfb;
    border: solid 1px #e2e9f8;
    margin: 0 auto 100px;
    text-align: center;
    padding: 12px 0;
}

.tile2 ul.scrollspy li:last-child{
    margin: 0;
}

.tile2 ul.scrollspy li{
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    width: 100%;
    height: 50px;
    border-radius: 26px;
    text-align: center;
    margin: 0;
    position: relative;
}


.tile2 ul.scrollspy li a{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark-gun-metal);
    border: solid 1px #fbfbfb;
    border-radius: 26px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 10px;
    display: inline-block;
    width: 100%;
    transition: box-shadow 300ms ease-in-out;
}

.tile2 ul.scrollspy li i{
    font-size: 30px;
    fill: #a3afc7;
    color: #a3afc7;
    transition: all 300ms ease-in-out;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.tile2 ul.scrollspy li i:before{
    color: #a3afc7;
}

.tile2 ul.scrollspy li a:hover{
    box-shadow: 0px 4px 6px 0 rgba(114, 154, 255, 0.2);
    background-color: var(--white);
    border: solid 1px #f1f5fd;
}

.tile2 ul.scrollspy li a:hover i,
.tile2 ul.scrollspy li a:hover i:before{
    color: #fc4b38;
    fill: #fc4b38;
}


.tile2 ul.video-list li{
    /*margin: 0 auto 16.7vh;*/
    margin: 0 auto;
    padding: 10vh 0 4vh 0;
}

.tile2 ul.video-list li:last-child{
    margin: 0 auto 0;
}

.tile2 .content{
    text-align: center;
}

.tile2 .img-box{
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    width: 100%;
    height: auto;
}


.tile2 .img-box img{
    width: 100%;
    height: auto;
}

.tile2 .content .desp{
    max-width: 45%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.tile2 ul li:nth-child(odd) .desp{
    margin-right: 5%;
}

.tile2 ul li:nth-child(even) .desp{
    margin-left: 9%;
}

.tile3{
    padding: 100px 0;
    text-align: center;
}
.tile3 .content {
    vertical-align: middle;
    text-align: center;
    max-width: 39vw;
    margin: 0 auto;

}

.tile3 h2 {
     text-align: center;
}
.tile3 p.button {
    text-align: center;
    padding-top: 30px;
}

.hubspot-form-container .legal-consent-container .hs-dependent-field .inputs-list input[type=checkbox] {
    margin-left: 4px;
}

@media (max-width: 768px) {
    .video-wrap{
        margin:0 auto;
    }
    .tile1 {
        padding: 100px 20px 50px;
        text-align: center;
    }

    .tile1 .img-wrap{
        max-width: 100%;
    }

    .tile1 .content{
        max-width: 100%;
        margin: 0 auto;
    }

    h1{
        font-size: calc(2.5vw + 24px);
    }

    .tile2 ul.scrollspy{
        width: 100%;
        height: auto;
        margin: 0 auto 50px;
    }

    .tile2{
        padding: 0 20px;
    }

    .tile2 .m-wrap .desp{
        order: 2;
        position: relative;
    }
    .tile2 ul.video-list li{
        padding: 0;
        margin: 50px auto;
    }

    .tile2 ul.video-list li:nth-child(odd) .desp{
        margin: 0 auto;
    }

    .tile2 .content .desp{
        max-width: 100%;
        margin:0 auto!important;
    }

    .tile3{
        padding: 50px 20px;
    }
    .tile3 .content{
        max-width: 90vw;
    }

    #footer-contact-form {
        padding: 20px;
    }

}


@media (min-width: 1400px) {
    .tile2 .content p{
        font-size: .95vw;
    }

}



