@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700;900&display=swap);.hero{text-align:center;position:relative;overflow:hidden;background:#003b79}@media(min-width:1024px){.hero{text-align:left}}.hero__bg{position:absolute;right:0;bottom:0;top:0;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.hero__bg:after{content:"";position:absolute;bottom:0;left:0;width:100%;border-bottom:8px solid #b3071b}@media(min-width:1024px){.hero__bg:after{content:"";position:absolute;bottom:0;left:0;width:50%;border-bottom:8px solid #b3071b}}.hero__bg:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(244.11deg,rgba(0,30,61,0) 24.13%,rgba(0,30,61,.8) 97.07%)}.hero__title{margin-bottom:24px}.hero__inner{align-items:center}@media(min-width:1200px){.hero__inner{min-height:80vh;display:flex;width:100%}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.hero__inner{height:100vh;max-height:80vh;overflow:hidden}}.hero__content{padding:35vh 0 48px;width:100%;z-index:1;height:80vh}@media(min-width:1200px){.hero__content{padding:0;margin:156px 0 0;height:auto}}.hero__button-wrapper{margin-top:48px}@media(min-width:768px){.hero__button-wrapper{text-align:center}}@media(min-width:1024px){.hero__button-wrapper{text-align:left}}.hero__button-wrapper .hero__button{width:100%;display:block;font-weight:700}@media(min-width:1024px){.hero__button-wrapper .hero__button{width:auto;margin:0 12px 0 0;display:inline-block}}@media(min-width:1200px){.hero__button-wrapper .hero__button{margin:0 24px 0 0}}.hero__button-wrapper .hero__button svg{margin-left:8px;opacity:0;width:0;transition:all .2s}.hero__button-wrapper .hero__button~.hero__button{margin-top:16px}.hero__button-wrapper .hero__button:hover svg{opacity:1;top:1px;position:relative;transition:all .2s;width:.75rem}@media(min-width:1024px){.hero__excerpt{width:75%}}.hero__slide{width:100%}