.hero {
    margin-top: 0;
    position: relative;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero .hero-img-container {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) {
    .hero .hero-img-container {
        width:100%
    }
}

.hero .hero-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero .hero-img-container .c-hero-image {
    height: 100%!important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero .hero-vid-container {
    position: fixed;
    z-index: 1;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) {
    .hero .hero-vid-container {
        width:100%
    }
}

.hero .hero-vid-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero .img-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear,left top,right top,color-stop(29%,rgba(255,255,255,.9)),to(rgba(255,255,255,.1)));
    background: linear-gradient(90deg,rgba(255,255,255,.9) 29%,rgba(255,255,255,.1) 100%)
}

.hero .img-vid-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear,left top,right top,color-stop(29%,#fff),to(rgba(255,255,255,.1)));
    background: linear-gradient(90deg,#fff 29%,rgba(255,255,255,.1) 100%)
}

.hero .hero__columns {
    position: relative;
    z-index: 5
}

.hero .hero__image--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.hero .hero__image--left .hero__column--image {
    text-align: left
}

.hero .hero__image--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.hero .hero__section--stack {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero .hero__section--stack.hero__section--stack-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.hero .hero__column p {
    margin: 0;
    padding-bottom: 0;
    max-width: 460px;
    width: 100%;
    line-height: 1.5
}

.hero .hero__column--image-extended {
    margin-left: -15px;
    margin-right: -15px
}

.hero .hero__column--image>img {
    max-width: 100%;
    display: block;
    margin: auto
}

.hero .hero__video-player {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.hero iframe {
    width: 100vw;
    height: 56.25vw;
    max-width: none;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

.hero .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

.hero .hero__content .wp-block-heading {
    position: relative;
    width: 95%;
    padding-bottom: 32px;
    max-width: 525px
}

.hero .hero__content .wp-block-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84px;
    height: 2px;
    background-color: var(--color-secondary)
}

.hero .hero__content .hero__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 6rem 0
}

@media (max-width: 768px) {
    .hero .hero__content .hero__column {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 4rem 0 4rem
    }
}

.hero .hero__content .hero__column_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 10px 0
}

@media (max-width: 768px) {
    .hero .hero__content .hero__column_image {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.hero .hero__content .hero__column_image img {
    width: 130%
}

.wp-admin .hero .hero-img-container {
    position: absolute
}

.nisp-hero .img-overlay {
    background: #f29301;
    background: -webkit-gradient(linear,right top,left top,from(#f29301),color-stop(32%,rgba(242,151,10,.34)),color-stop(76%,rgba(255,255,255,.8)),to(white));
    background: linear-gradient(270deg,#f29301 0,rgba(242,151,10,.34) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
}

@media (max-width: 768px) {
    .nisp-hero .img-overlay {
        background:-webkit-gradient(linear,left bottom,left top,from(#f29301),color-stop(32%,rgba(242,151,10,.34)),color-stop(76%,rgba(255,255,255,.8)),to(white));
        background: linear-gradient(0deg,#f29301 0,rgba(242,151,10,.34) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
    }
}

.nisp-hero .hero__content .hero__column_image {
    padding: 40px 0 40px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

@media (max-width: 768px) {
    .nisp-hero .hero__content .hero__column_image {
        text-align:left;
        padding: 20px 0 40px
    }
}

.nisp-hero .hero__content .hero__column_image img {
    width: 100%;
    max-width: 300px
}

@media (max-width: 768px) {
    .nisp-hero .hero__content .hero__column_image img {
        max-width:250px
    }
}

.rmp-hero .img-overlay {
    background: #ce0238;
    background: -webkit-gradient(linear,right top,left top,from(#ce0238),color-stop(32%,rgba(206,2,56,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
    background: linear-gradient(270deg,#ce0238 0,rgba(206,2,56,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
}

@media (max-width: 768px) {
    .rmp-hero .img-overlay {
        background:-webkit-gradient(linear,left bottom,left top,from(#ce0238),color-stop(32%,rgba(206,2,56,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
        background: linear-gradient(0deg,#ce0238 0,rgba(206,2,56,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
    }
}

.rmp-hero .hero__content .hero__column_image {
    padding: 40px 0 40px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

@media (max-width: 768px) {
    .rmp-hero .hero__content .hero__column_image {
        text-align:left;
        padding: 20px 0 40px
    }
}

.rmp-hero .hero__content .hero__column_image img {
    width: 100%;
    max-width: 300px
}

@media (max-width: 768px) {
    .rmp-hero .hero__content .hero__column_image img {
        max-width:250px
    }
}

.nzis-hero .img-overlay {
    background: #1d7873;
    background: -webkit-gradient(linear,right top,left top,from(#1d7873),color-stop(32%,rgba(29,120,115,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
    background: linear-gradient(270deg,#1d7873 0,rgba(29,120,115,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
}

@media (max-width: 768px) {
    .nzis-hero .img-overlay {
        background:-webkit-gradient(linear,left bottom,left top,from(#1d7873),color-stop(32%,rgba(29,120,115,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
        background: linear-gradient(0deg,#1d7873 0,rgba(29,120,115,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
    }
}

.nzis-hero .hero__content .hero__column_image {
    padding: 40px 0 40px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

@media (max-width: 768px) {
    .nzis-hero .hero__content .hero__column_image {
        text-align:left;
        padding: 20px 0 40px
    }
}

.nzis-hero .hero__content .hero__column_image img {
    width: 100%;
    max-width: 300px
}

@media (max-width: 768px) {
    .nzis-hero .hero__content .hero__column_image img {
        max-width:250px
    }
}

.pbds-hero .img-overlay {
    background: #164f7f;
    background: -webkit-gradient(linear,right top,left top,from(#164f7f),color-stop(32%,rgba(22,79,127,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
    background: linear-gradient(270deg,#164f7f 0,rgba(22,79,127,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
}

@media (max-width: 768px) {
    .pbds-hero .img-overlay {
        background:-webkit-gradient(linear,left bottom,left top,from(#164f7f),color-stop(32%,rgba(22,79,127,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
        background: linear-gradient(0deg,#164f7f 0,rgba(22,79,127,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
    }
}

.pbds-hero .hero__content .hero__column_image {
    padding: 40px 0 40px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

@media (max-width: 768px) {
    .pbds-hero .hero__content .hero__column_image {
        text-align:left;
        padding: 20px 0 40px
    }
}

.pbds-hero .hero__content .hero__column_image img {
    width: 100%;
    max-width: 300px
}

@media (max-width: 768px) {
    .pbds-hero .hero__content .hero__column_image img {
        max-width:250px
    }
}

.cbfce-hero .img-overlay {
    background: #b64785;
    background: -webkit-gradient(linear,right top,left top,from(#b64785),color-stop(32%,rgba(182,71,133,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
    background: linear-gradient(270deg,#b64785 0,rgba(182,71,133,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
}

@media (max-width: 768px) {
    .cbfce-hero .img-overlay {
        background:-webkit-gradient(linear,left bottom,left top,from(#b64785),color-stop(32%,rgba(182,71,133,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
        background: linear-gradient(0deg,#b64785 0,rgba(182,71,133,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
    }
}

.cbfce-hero .hero__content .hero__column_image {
    padding: 40px 0 40px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

@media (max-width: 768px) {
    .cbfce-hero .hero__content .hero__column_image {
        text-align:left;
        padding: 20px 0 40px
    }
}

.cbfce-hero .hero__content .hero__column_image img {
    width: 100%;
    max-width: 300px
}

@media (max-width: 768px) {
    .cbfce-hero .hero__content .hero__column_image img {
        max-width:250px
    }
}

.cr-hero .img-overlay {
    background: #41a6dc;
    background: -webkit-gradient(linear,right top,left top,from(#41a6dc),color-stop(32%,rgba(65,166,220,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
    background: linear-gradient(270deg,#41a6dc 0,rgba(65,166,220,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
}

@media (max-width: 768px) {
    .cr-hero .img-overlay {
        background:-webkit-gradient(linear,left bottom,left top,from(#41a6dc),color-stop(32%,rgba(65,166,220,.4)),color-stop(76%,rgba(255,255,255,.8)),to(white));
        background: linear-gradient(0deg,#41a6dc 0,rgba(65,166,220,.4) 32%,rgba(255,255,255,.8) 76%,#fff 100%)
    }
}

.cr-hero .hero__content .hero__column_image {
    padding: 40px 0 40px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

@media (max-width: 768px) {
    .cr-hero .hero__content .hero__column_image {
        text-align:left;
        padding: 20px 0 40px
    }
}

.cr-hero .hero__content .hero__column_image img {
    width: 100%;
    max-width: 300px
}

@media (max-width: 768px) {
    .cr-hero .hero__content .hero__column_image img {
        max-width:250px
    }
}

@media (max-width: 768px) {
    .home .hero__section .hero-img-container {
        display:none
    }
}
