/* Hero Carousel (hero_carousel_slides) – axway2020 */

.js-hero-carousel {
    position: relative;
    overflow: hidden;
}

.js-hero-carousel__viewport {
    height: 540px !important;
}

.hero-carousel {
    align-items: center;
    padding: 100px 0 0;
}

.hero-carousel__viewport {
    position: relative;
}

.hero-carousel__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}

.hero-carousel__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-carousel__indicators {
    position: absolute;
    left: 0;
    bottom: 40px;
    display: flex;
    gap: 10px;
    z-index: 4;
    margin: 0 auto;
    right: 0;
    width: max-content;
}

.hc-indicator {
    width: 90px;
    height: 7px;
    background: #EBECEC;
    overflow: hidden;
}

.hc-indicator:hover {
    background: rgb(176, 0, 26);
}

.hc-indicator__bar {
    width: 0%;
    height: 100%;
    display: block;
    background: rgb(0,0,0);
    transition: none;
}

.hero-carousel__controls {
    position: absolute;
    right: 24px;
    bottom: 16px;
    display: flex;
    gap: 12px;
    z-index: 4;
}

.js-hero-carousel.is-paused .hc-indicator__bar {
    animation-play-state: paused !important;
}

@media (max-width: 767px) {
    .hero-carousel__indicators {
        top: 40px;
        position: relative;
    }

    .hero-carousel__controls {
        right: 16px;
        bottom: 14px;
    }

}

.hero-carousel__slide,
.hero-carousel__slide>.container,
.hero-carousel__slide>.container>.row {
    height: 100%;
    max-width: 100%;
    padding: 0;
    /* position: relative; */
}

.hero-carousel__slide>.container {
     position: static !important;
}

.hero-carousel .hero-left {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    z-index: 2;
    flex: initial;
    max-width: initial;
    width: calc(50%);
    max-height: 100%;
}

.hero-carousel .hero-left.is-violet {
    background: rgb(239, 244, 249);
}

.hero-carousel .hero-left.is-white {
    background: #FFFFFF;
}

.hero-carousel .hero-left.is-tan {
    background: #F5F2ED;
}

.hero-carousel .hero-left.is-charcoal {
    background: #F3F3F3;
}

.hero-carousel .hero-left.is-lightgray {
    background: #F8F8F8;
}

.hero-carousel .hero-left.is-gray {
    background: #F3F3F3;
}

.hero-carousel .hero-left.is-teal {
    background: #20c997;
}

.hero-carousel .hero-left.is-purple {
    background: #6f42c1;
}
.hero-carousel__slide.is-2_teal_gradient .hero-left:before{
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: url("../img/hero_carousel/t2-teal.png") center left no-repeat;
}

.hero-carousel__slide.is-2_charcoal_gradient .hero-left:before{
     width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: url("../img/hero_carousel/t2-charcoal.png") center left no-repeat;
}
.hero-carousel__slide.is-2_light_grey_gradient .hero-left:before{
     width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: url("../img/hero_carousel/t2-light-grey.png") center left no-repeat;
}

.hero-carousel__slide.is-2_teal_gradient .hero-left,
.hero-carousel__slide.is-2_charcoal_gradient .hero-left,
.hero-carousel__slide.is-2_light_grey_gradient .hero-left {
    position: absolute;
    height: 100%;
}

.hero-carousel__slide.is-2_teal_gradient .hero-right,
.hero-carousel__slide.is-2_charcoal_gradient .hero-right,
.hero-carousel__slide.is-2_light_grey_gradient .hero-right {
    width: 100%;
}

.hero-carousel__slide.is-2_teal_gradient .container .row .hero-left h1,
.hero-carousel__slide.is-2_teal_gradient .container .row .hero-left p{
    color:#FFFFFF;
}
.hero-carousel__slide.is-2_charcoal_gradient .container .row .hero-left h1,
.hero-carousel__slide.is-2_charcoal_gradient .container .row .hero-left p{
    color:#FFFFFF;
}
.hero-carousel__slide.is-2_light_grey_gradient .container .row .hero-left h1,
.hero-carousel__slide.is-2_light_grey_gradient .container .row .hero-left p{
    color:#22272B;
}

.hero-carousel__slide.is-3_teal_background_fixed .hero-right .right-img{
    max-width: 680px;
    max-height: 390px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
    height: auto;
    width: 90%;
}
.hero-carousel__slide.is-3_charcoal_background_fixed .hero-right .right-img{
    max-width: 680px;
    max-height: 390px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
    height: auto;
    width: 90%;
}

.hero-carousel__slide.is-3_teal_background_fixed .btnv3.secondary {
    color: #fff;
    border-color: #fff;
}
.hero-carousel__slide.is-3_charcoal_background_fixed .btnv3.secondary {
    color: #fff;
    border-color: #fff;
}
.hero-carousel__slide.is-2_charcoal_gradient .btnv3.secondary {
    color: #fff;
    border-color: #fff;
}

.hero-carousel__slide.is-3_teal_background_fixed .hero-left:before {
   width: 200%;
   height: 100%;   
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   content: '';
   z-index: 1;
   background-size: cover !important;
   background: url("../img/hero_carousel/t3-teal.png") center left no-repeat;
}
.hero-carousel__slide.is-3_charcoal_background_fixed .hero-left:before {
   width: 200%;
   height: 100%;   
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   content: '';
   z-index: 1;
   background-size: cover !important;
   background: url("../img/hero_carousel/t3-charcoal.png") center left no-repeat;
}

.hero-carousel__slide.is-3_teal_background_fixed .hero-left:before {
   /*background: url("../img/hero_carousel/t3-teal.png") center left no-repeat;*/
   
}

.hero-carousel__slide.is-3_teal_background_fixed .container .row .hero-left h1, .hero-carousel__slide.is-3_teal_background_fixed .container .row .hero-left p {
    color: #fff;
}
.hero-carousel__slide.is-3_charcoal_background_fixed .container .row .hero-left h1, .hero-carousel__slide.is-3_charcoal_background_fixed .container .row .hero-left p {
    color: #fff;
}

/*
.hero-carousel .hero-left.is-tan:before {
   width: 200%;
   height: 100%;
   background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 53%, rgba(237, 221, 83, 0) 70%);
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   content: '';
   z-index: 1;
}

.hero-carousel.template-2 .hero-left.is-tan:before {
   background: linear-gradient(90deg,rgb(155 42 42) 0%, rgb(199 87 87) 53%, rgba(237, 221, 83, 0) 70%);
}

*/
.hero-carousel .container .row .hero-left .ctas {
    margin-top: 25px;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-carousel .container .row .hero-left h1 {
    color: #22272b;
    font-family: 'Roboto';
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 53.2px;
    margin-bottom: unset !important;
    z-index: 2;
}

.hero-carousel .container .row .hero-left p {
    z-index: 2;
}

.hero-carousel .container .row .hero-left .ctas {
    z-index: 2;
}

.hero-carousel .hero-right {
    display: flex;
    align-items: stretch;
    width: 50%;
    margin: 0;
    flex: initial;
    max-width: initial;
    padding-right: 0;
    position: relative;
}

.hero-carousel .hero-right .right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hero-carousel__slide>.container>.row {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.hero-carousel .hero-left>* {
    max-width: 100%;
    width: 680px;
    margin: 0 15px 0 auto;
    font-weight: 400;
    font-family: 'Roboto' !important;
}

.hero-carousel .is-2_teal_gradient .btnv3.secondary {
    color: #ffffff;
    border: 2px solid #fff;
}

.hero-carousel .is-2_teal_gradient .btnv3.secondary:hover{
    color: #22272b;
    background: #fff;
    border-color: #fff;
}

.hero-carousel .is-2_charcoal_gradient .btnv3.secondary:hover{
    color: #22272b;
    background: #fff;
    border-color: #fff;
}

.hero-carousel .is-3_teal_background_fixed .btnv3.secondary:hover{
    color: #22272b;
    background: #fff;
    border-color: #fff;
}
.hero-carousel .is-3_charcoal_background_fixed .btnv3.secondary:hover{
    color: #22272b;
    background: #fff;
    border-color: #fff;
}

.hero-carousel .is-2_light_grey_gradien .btnv3.secondary:hover {
    color: #fff;
    background: #22272b;
    border-color: #22272b;
}
@media (max-width: 1085px) {
    .hero-carousel__slide {
        padding: 45px 0 0;
    }
}

@media (max-width: 992px) {
    .hero-carousel__slide {
        padding: 85px 0 0;
    }
}

@media (max-width: 767px) {
    .hero-carousel__slide .container {
        padding: 40px 8px;
    }
}



@media (max-width: 767px) {
    .hero-carousel__slide>.container>.row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .hero-carousel__slide>.container>.row>.hero-left {
        gap: 14px;
    }
}


@media (max-width: 1085px) {
    .hero-carousel__slide>.container>.row>.hero-left>h1 {
        font-size: 30px !important;
        line-height: 42px !important;
    }
}


@media (max-width: 1085px) {
    .hero-carousel__slide>.container>.row>.hero-left>p {
        font-size: 16px !important;
        line-height: 25.6px !important;
    }
}

@media (max-width: 500px) {
    .hero-carousel__slide>.container>.row>.hero-left>.ctas>.btnv3 {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        width: 100%;
    }
    .hero-carousel__slide.is-2_teal_gradient>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-2_charcoal_gradient>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-2_light_grey_gradient>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-3_teal_background_fixed>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-3_charcoal_background_fixed>.container>.row>.hero-left>.ctas>.btnv3 {
        width: 100% !important;
    }
}

@media (max-width: 1085px) {
    .hero-carousel__slide{
        position: absolute;
    }
    .hero-carousel {
        padding: 0;
        max-height: 964px;
        height: 964px;
        position: relative;
    }
    .js-hero-carousel__viewport {
        height: 450px !important;
    }

    .hero-carousel__slide>.container>.row>.hero-left>.ctas>.btnv3 {
        padding: 8px 18px;
        font-size: 16px;
    }

    .hero-carousel__slide>.container>.row>.hero-left>p {
        color: #22272b;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25.6px;
        margin-bottom: unset !important;
    }

    .hero-carousel__slide>.container>.row>.hero-left>h1 {
        color: #22272b;
        font-family: 'Roboto';
        font-size: 38px;
        font-style: normal;
        font-weight: 300;
        line-height: 42px;
    }

    .hero-carousel__slide .container {
        padding: 0;
    }

    .hero-carousel .hero-right {
        position: relative;
        margin: 0 auto;
        width: 100%;
        left: 0;
        padding: 0;
        max-height: 50%;
        height: 50%;
    }

    .hero-carousel__slide>.container>.row {
        gap: 40px;
        flex-direction: column;
        margin: 0 auto;
    }

    .hero-carousel__slide>.container>.row>.hero-left>.ctas {
        /* flex-direction: column; */
    }

    .hero-carousel__slide>.container>.row>.hero-left {
        margin: auto;
        width: 80%;
        background: none;
    }

    .hero-carousel__indicators {
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        gap: 10px;
        z-index: 4;
        margin: auto;
        right: 0;
        width: max-content;
        top: -180px;
        height: max-content;
    }

    .hero-carousel.is-violet {
        background: #F0F3FF;
    }

    .hero-carousel.is-white {
        background: #FFFFFF;
    }

    .hero-carousel.is-tan {
        background: #F5F2ED;
    }

    .hero-carousel.is-charcoal {
        background: #F3F3F3;
    }

    .hero-carousel.is-lightgray {
        background: #F8F8F8;
    }

    .hero-carousel.is-gray {
        background: #F3F3F3;
    }

    .hero-carousel.is-teal {
        background: #20c997;
    }

    .hero-carousel.is-purple {
        background: #6f42c1;
    }
    .hero-carousel .hero-left {
        max-width: 890px;
        padding: 0 15px;
    }

    .hero-carousel .hero-left>* {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {

    .hero-carousel__indicators {
        top: -10px;
    }
}

@media (max-width: 1085px) {
    .hero-carousel {
        max-height: 450px;
        height: 450px;
        padding-top: 39px;
    }
    .js-hero-carousel__viewport {
        height: 450px !important;
    }
    .hero-carousel__slide>.container>.row>.hero-left {
        max-height: 493px;
        margin: auto;
        height: 50%;
        width: 100%;
    }
    .hero-carousel .hero-right {
        max-height: 197px;
        min-height: 197px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-carousel .hero-right .right-img {
        position: relative;
    }
    .hero-carousel__slide>.container>.row>.hero-left>.ctas {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-carousel__slide>.container>.row>.hero-left>.ctas>.btnv3 {
        padding: 8px 18px;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .hero-carousel__indicators {
        bottom: 25px;
        top: auto;
    }
    .hero-carousel__slide>.container>.row>.hero-left>p {
        font-size: 18px;
    }

    .hero-carousel__slide>.container>.row>.hero-left>h1 {
        font-size: 30px;
    }
}

@media (max-width: 1085px) {
    .hero-carousel__viewport>.hero-carousel__slide.is-2_teal_gradient{
        /* top: 40px; */
    }
    .hero-carousel__slide.is-2_teal_gradient .hero-left.is-2_teal_gradient:before {
        display: none;
        width: 100%;
        height: 100px;
        top: initial;
        left: 0;
        background: linear-gradient(0, rgba(0, 101, 128, 0), rgba(0, 101, 128, 0.3), rgba(0, 101, 128, 0.6), rgba(0, 101, 128, 1));
        bottom: -98px;
    }

    .hero-carousel__slide.is-2_charcoal_gradient .hero-left.is-2_charcoal_gradient:before{
        display: none;
        width: 100%;
        height: 100px;
        top: initial;
        left: 0;
        background: linear-gradient(0, rgba(74, 79, 84, 0), rgba(74, 79, 84, 0.3), rgba(74, 79, 84, 0.6), rgba(74, 79, 84, 1));
        bottom: -98px;
    }

    .hero-carousel__slide.is-2_light_grey_gradient .hero-left.is-2_light_grey_gradient:before {
        display: none;
        width: 100%;
        height: 100px;
        top: initial;
        left: 0;
        background: linear-gradient(0, rgba(235, 236, 236, 0), rgba(235, 236, 236, 0.3), rgba(235, 236, 236, 0.6), rgba(235, 236, 236, 1));
        bottom: -98px;
    }
    .hero-carousel__slide.is-2_teal_gradient .hero-right, 
    .hero-carousel__slide.is-2_charcoal_gradient .hero-right,
    .hero-carousel__slide.is-2_light_grey_gradient .hero-right
    {
        display: none;
        width: 100%;
        padding: 0;
    }
    .hero-carousel__slide.is-2_teal_gradient>.container>.row>.hero-left {
        max-height: initial;
        margin: 0 auto;
        height: initial;
        width: 100%;
        position: relative;
        padding: 29px 29px 100px 29px;
        background: #006580;
        max-width: 100%;
    }
    .hero-carousel__slide.is-2_charcoal_gradient>.container>.row>.hero-left {
        max-height: initial;
        margin: 0 auto;
        height: initial;
        width: 100%;
        position: relative;
        padding: 29px 29px 100px 29px;
        background:#4A4F54;
    }

    .hero-carousel__slide.is-2_light_grey_gradient>.container>.row>.hero-left{
        max-height: initial;
        margin: 0 auto;
        height: initial;
        width: 100%;
        position: relative;
        padding: 29px 29px 100px 29px;
        background:#EBECEC;
    }
    
    
    .hero-carousel__slide.is-3_teal_background_fixed,
    .hero-carousel__slide.is-3_charcoal_background_fixed,
    .hero-carousel__slide.is-2_teal_gradient,
    .hero-carousel__slide.is-2_light_grey_gradient,
    .hero-carousel__slide.is-2_charcoal_gradient{
        padding: 28px 0 0;
    }

    .hero-carousel__slide.is-2_teal_gradient>.container>.row, 
    .hero-carousel__slide.is-2_charcoal_gradient>.container>.row,
    .hero-carousel__slide.is-2_light_grey_gradient>.container>.row,
    .hero-carousel__slide.is-3_teal_background_fixed>.container>.row
    .hero-carousel__slide.is-3_charcoal_background_fixed>.container>.row {
        gap: 0;
        margin: 0 auto;
    }

    .role-anonymous .hero-carousel__slide.is-2_teal_gradient>.container>.row, 
    .role-anonymous .hero-carousel__slide.is-2_charcoal_gradient>.container>.row,
    .role-anonymous .hero-carousel__slide.is-2_light_grey_gradient>.container>.row,
    .role-anonymous .hero-carousel__slide.is-3_teal_background_fixed>.container>.row
    .role-anonymous .hero-carousel__slide.is-3_charcoal_background_fixed>.container>.row {
        gap: 0;
        margin: 0 auto 45px;
    }
    .hero-carousel__slide.is-2_teal_gradient .hero-carousel__indicators,
    .hero-carousel__slide.is-2_charcoal_gradient .hero-carousel__indicators,
    .hero-carousel__slide.is-2_light_grey_gradient .hero-carousel__indicators
    {
        /* display: none; */
    }
    .hero-carousel .hero-carousel__indicators
    {
        /* display: none; */
    }
    .hero-carousel__slide.is-3_teal_background_fixed .hero-right .right-img,
    .hero-carousel__slide.is-3_charcoal_background_fixed .hero-right .right-img {
        min-height: 186px;
    }
    .hero-carousel__slide.is-3_teal_background_fixed .hero-right {    
        display: none;
        padding: 20px;
        background-color: #006580;
        margin: -2px 0 0;
        max-height: initial;
        padding-bottom: 20px;
        height: auto;
    }
    .hero-carousel__slide.is-3_charcoal_background_fixed .hero-right {
        padding: 20px;
        background-color: #4A4F54;
        margin: -2px 0 0;
        max-height: initial;
        padding-bottom: 20px;
        height: auto;
    }

    .hero-carousel__slide.is-3_teal_background_fixed>.container>.row>.hero-left,
    .hero-carousel__slide.is-3_charcoal_background_fixed>.container>.row>.hero-left {
        max-height: initial;
        max-width: 100%;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        position: relative;
        padding: 29px 29px 100px 29px;
    }
    .role-anonymous .hero-carousel__slide.is-2_teal_gradient>.container>.row>.hero-left,
    .role-anonymous .hero-carousel__slide.is-2_charcoal_gradient>.container>.row>.hero-left,
    .role-anonymous .hero-carousel__slide.is-2_light_grey_gradient>.container>.row>.hero-left {
        padding: 45px 29px 100px 29px;
        max-width: 100%;
        height: 100%;
    }

    .role-anonymous .hero-carousel__slide.is-3_teal_background_fixed>.container>.row>.hero-left,
    .role-anonymous .hero-carousel__slide.is-3_charcoal_background_fixed>.container>.row>.hero-left {
        padding: 45px 29px 100px 29px;
    }
    .hero-carousel__slide.is-3_teal_background_fixed>.container>.row,
    .hero-carousel__slide.is-3_charcoal_background_fixed>.container>.row {
        gap: 0;
    }
    .hero-carousel__slide.is-2_teal_gradient>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-2_charcoal_gradient>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-2_light_grey_gradient>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-3_teal_background_fixed>.container>.row>.hero-left>.ctas>.btnv3,
    .hero-carousel__slide.is-3_charcoal_background_fixed>.container>.row>.hero-left>.ctas>.btnv3 {
        width: auto;
    }

    .hero-carousel__slide.is-3_teal_background_fixed .hero-left:before,
    .hero-carousel__slide.is-3_charcoal_background_fixed .hero-left:before {
        background-size: initial !important;
    }

}