.hero{padding-top:10rem;padding-bottom:6rem;overflow:hidden}@media only screen and (min-width:768px){.hero{padding-top:12rem;padding-bottom:10rem}}.hero .hero-img-container{position:absolute;z-index:0;overflow:hidden;top:0;right:0;width:70%;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:before{content:'';position:absolute;z-index:1;width:100%;height:100%;background:#00264c;background:-webkit-gradient(linear,right top,left top,from(rgba(0,38,76,0)),color-stop(60%,rgba(0,38,76,.5)),to(#00264c));background:linear-gradient(-90deg,rgba(0,38,76,0) 0,rgba(0,38,76,.5) 60%,#00264c 100%)}@media (max-width:1024px){.hero .hero-img-container:before{background:#00264c;background:-webkit-gradient(linear,right top,left top,from(rgba(0,38,76,0)),color-stop(60%,rgba(0,38,76,.5)),to(#00264c));background:linear-gradient(-90deg,rgba(0,38,76,0) 0,rgba(0,38,76,.5) 60%,#00264c 100%)}}.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__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 h1{text-transform:capitalize}.hero .hero__column h5{margin-bottom:40px}.hero .hero__column p{margin:0;padding-bottom:2rem;max-width:700px;font-size:1.1rem}.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%)}