.heroBanner{position:relative;width:100%;height:100vh;background-color:var(--bg-light)}.heroBanner picture img{object-fit:cover;object-position:top center;background-size:cover!important}.heroBanner .overlayText,.heroBanner picture img{width:100%;height:100%;position:absolute;top:0;left:0}.heroBanner .overlayText{z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.heroBanner .overlayText h1{white-space:break-spaces;text-transform:uppercase;color:#fff;text-align:center;position:relative}.heroBanner .overlayText h1:after,.heroBanner .overlayText h1:before{content:"";display:block;position:absolute;width:100px;height:1px;left:50%;transform:translateX(-50%);background-color:#fff}.heroBanner .overlayText h1:before{top:0}.heroBanner .overlayText h1:after{bottom:0}.heroBanner .overlayText .primaryBtn:hover{color:var(--bodyCopy);background-color:#fff}.heroBanner .overlayText .nextSection{position:absolute;background-color:rgba(0,0,0,0);border:0;width:50px;height:50px;bottom:30px;left:50%;transform:translateX(-50%);cursor:pointer}.heroBanner .overlayText .nextSection:before{content:"";width:32px;height:32px;display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:url(/assets/icons.png);background-repeat:no-repeat;background-size:32px 928px;background-position:0 -128px}.heroBanner .banner:not(.hasMobileImage) .desktopImage{display:block!important}@media screen and (min-width:768px){.heroBanner .hasMobileImage .desktopImage{display:block!important}}@media screen and (min-width:0px)and (max-width:767px){.heroBanner .overlayText .nextSection{bottom:10px}}@media screen and (min-width:0px)and (max-width:767px)and (orientation:portrait){.heroBanner .overlayText .nextSection{bottom:40px}}@media screen and (min-width:0px)and (max-width:850px)and (orientation:portrait){.heroBanner .overlayText .nextSection{bottom:40px}}@media screen and (min-width:0px)and (max-width:850px)and (orientation:landscape){.heroBanner{height:120vh}.heroBanner .overlayText h1{font-size:30px;line-height:34px;padding:10px 0 5px;margin-bottom:30px}}