/* body.blog-2 .hero_banner .hero_banner_inner_content_wrapper:after {
    background: linear-gradient(180deg, rgba(0, 101, 161, 0), rgba(0, 101, 161, .7) 53.73%, #005181 85.96%)
}

body.blog-3 .hero_banner .hero_banner_inner_content_wrapper:after {
    background: linear-gradient(180deg, hsla(14, 91%, 78%, 0) 1.2%, rgba(222, 122, 91, .3) 31.49%, rgba(194, 72, 34, .6) 62.97%, rgba(134, 32, 0, .7) 116.13%)
} */

.hero_banner .hero_banner_inner {
    align-items: flex-end;
    border-radius: 10px;
    display: flex;
    min-height: 600px;
    overflow: hidden;
    padding-top: 210px;
    position: relative
}

.hero_banner .hero_banner_inner .hero_background_media {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
/* 
.hero_banner .hero_banner_inner .hero_background_media:after {
    background-color: var(--Color_Dark_Navy_Op_60);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 0
} */

.hero_banner .hero_banner_inner .hero_background_media .hero_media {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.hero_banner .hero_banner_inner .hero_background_media .hero_media.hero_mobile_image {
    display: none
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause {
    background-color: var(--Color_White);
    border-radius: 100%;
    bottom: 86px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 39px;
    transition: all .5s ease;
    width: 35px;
    z-index: 4
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause:hover {
    background-color: var(--Color_CH_Primary_SkyBlue);
    transform: scale(1.4)
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause:hover svg path {
    fill: var(--Color_White)
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause.active .hero__play_pause_btn {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause.active .hero__play_pause_btn.hero__play_button {
    opacity: 1;
    pointer-events: all;
    position: relative
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause .hero__play_pause_btn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    pointer-events: all;
    position: relative;
    top: 0;
    transition: all .5s ease;
    width: 100%
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause .hero__play_pause_btn.hero__play_button {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause .hero__play_pause_btn svg {
    display: block;
    height: 5px;
    width: 5px
}

.hero_banner .hero_banner_inner .hero_background_media .hero__play_pause .hero__play_pause_btn svg path {
    transition: all .5s ease
}

.hero_banner .hero_banner_inner_content_wrapper {
    padding: 0 80px 71px;
    position: relative;
    width: 100%;
    z-index: 2
}

.hero_banner .hero_banner_inner:before {
    background: linear-gradient(to top, #002d72 0%, rgba(0, 46, 114, 0.5) 33%, rgba(0, 46, 114, 0) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    min-height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content {
    max-width: none !important;
    position: relative;
    z-index: 2
}

.hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content.big_width {
    max-width: 775px
}

.hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content.small_width {
    max-width: 455px
}

.hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content .hero_heading_text {
    color: var(--Color_White);
    margin-bottom: 0 !important;
    font-size: 50px;
    letter-spacing: -1.28px;
    line-height: 120%;
    min-height: 120px;
}

.hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content .hero_heading_text:last-child {
    margin-bottom: 0
}

@media (max-width:1359px) {
    .hero_banner .hero_banner_inner_content_wrapper {
        padding: 0 70px 60px
    }

    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content.big_width {
        max-width: 675px
    }
}

@media (max-width:1199px) {
    .hero_banner .hero_banner_inner {
        padding-top: 170px
    }

    .hero_banner .hero_banner_inner_content_wrapper {
        padding: 0 60px 50px
    }

    /* .hero_banner .hero_banner_inner_content_wrapper:after {
        min-height: 450px
    } */

    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content.big_width {
        max-width: 565px
    }
    
    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content .hero_heading_text {
        font-size: 40px;
    }
}

@media (max-width:991px) {
    .hero_banner .hero_banner_inner {
        min-height: 550px;
        padding-top: 140px
    }

    .hero_banner .hero_banner_inner.media_image .hero_banner_inner_content_wrapper .hero_banner_inner_content,
    .hero_banner .hero_banner_inner.media_image .hero_banner_inner_content_wrapper .hero_banner_inner_content.big_width {
        max-width: 100%
    }

    .hero_banner .hero_banner_inner_content_wrapper {
        padding: 0 45px 45px
    }
/* 
    .hero_banner .hero_banner_inner_content_wrapper:after {
        min-height: 400px
    } */

    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content,
    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content.big_width {
        max-width: calc(100% - 50px)
    }

    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content .hero_heading_text {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .hero_banner .hero_banner_inner {
        min-height: 450px
    }

    .hero_banner .hero_banner_inner.media_image .hero_banner_inner_content_wrapper .hero_banner_inner_content.small_width {
        max-width: 100%
    }

    .hero_banner .hero_banner_inner_content_wrapper {
        padding: 0 30px 30px
    }

    /* .hero_banner .hero_banner_inner_content_wrapper:after {
        min-height: 370px
    } */

    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content.small_width {
        max-width: calc(100% - 50px)
    }

    .hero_banner .hero_banner_inner .hero_background_media .hero__play_pause {
        right: 30px
    }
    
    .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content .hero_heading_text {
        font-size: 30px;
        min-height: auto;
    }
}

@media (max-width:575px) {
    .hero_banner .hero_banner_inner .hero_background_media .hero_media.hero_mobile_image {
        display: block
    }

    .hero_banner .hero_banner_inner .hero_background_media .hero_media.hero_desktop_image {
        display: none
    }
}

.blog-3 .hero_banner .hero_banner_inner_content_wrapper .hero_banner_inner_content {
    max-width: 740px
}

/*# sourceMappingURL=hero_banner.css.map */