.site-content {
    padding-top: 0;
}

.hero-section .hero-video.hero-video-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-background-image .header-title,
.header-background-image .header-subtitle {
    position: relative;
    z-index: 99;
}

.header-background-image .header-title {
    text-align: center;
    /*padding-top: 60px;*/
}

.header-background-image .header-subtitle {
    text-align: center;
    /*padding-bottom: 60px;*/
}

.header-background-image .header-subtitle p {
    margin-bottom: 0;
}

.header-title:after {
    content: '';
    display: block;
    width: 275px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: linear-gradient(
        to right,
        #FF0099,
        #90278E,
        #26A9E0,
        #8BC53F,
        #FAAF40
    );
}

.page-id-521 #content > .container {
    width: 100%;
}

@media (min-width: 1200px) {
    .page-id-521 .container .container {
        width: 1170px;
    }
}

@media (min-width: 990px) {
    .hero-section {
        position: absolute;
        width: 100vw;
        top: 0;
        left: 0px;
        bottom: 0;
        /*margin-left: calc(-50vw + 50%);*/
        z-index: 9;
    }
    
    .header-background-image .header-title,
    .header-background-image .header-subtitle {
        width: 600px;
    }

    .header-background-image > .container > .row > .wpb_column > .vc_column-inner > .wpb_wrapper /*,
    .header-background-image > .container-fluid > .row > .wpb_column > .vc_column-inner > .wpb_wrapper */
    
    {
        height: 100vh;
        min-height: 650px;
        padding-top: 15px;
    }
}


@media (max-width: 991px) {
    .header-background-image .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

/*-- contact-form-container --*/



/*-- /contact-form-container --*/


.rainbow-underline:after {
    content: '';
    display: block;
    width: 275px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: linear-gradient(
        to right,
        #FF0099,
        #90278E,
        #26A9E0,
        #8BC53F,
        #FAAF40
    );
}

