#hero-container{margin-bottom:6em}#hero-container .hero{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}#hero-container .hero.full{height:100vh}#hero-container .hero.medium{height:75vh}#hero-container .hero.small{height:50vh}#hero-container .hero .hero__content{color:#ffffff;display:flex;flex-wrap:wrap;justify-content:center;max-width:1200px;opacity:0;padding:20px;position:relative;text-transform:uppercase;transition:opacity 1s ease-out 0.5s;width:100%;z-index:10}#hero-container .hero .hero__content.visible{opacity:1}#hero-container .hero .hero__content .cta-button{margin-top:10%;width:100%}#hero-container .hero .hero__content .cta-button.style-outline a{border:2px solid #ffffff;color:#ffffff}#hero-container .hero .hero__content .cta-button.style-outline a:hover,#hero-container .hero .hero__content .cta-button.style-outline a:focus{background-color:#ffffff;color:#000000}#hero-container .hero .hero__icon{margin-bottom:5%;text-align:center;width:100%}#hero-container .hero .hero__icon img{height:auto;max-width:100%;width:230px}#hero-container .hero .hero__heading{font-size:32px;font-weight:700;letter-spacing:0.25em;line-height:1.5em;margin-right:-0.25em;width:100%}#hero-container .hero .hero__sub-heading{font-size:20px;letter-spacing:0.1em;line-height:1.68em;margin-right:-0.1em;margin-top:2em;max-width:800px;width:100%}#hero-container .hero .hero__scroll{bottom:30px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity 1s ease-out 1.5s;z-index:10}#hero-container .hero .hero__scroll.visible{opacity:1}#hero-container .hero .hero__scroll>span{color:#ffffff;display:block;font-size:12.5px;letter-spacing:0.25em;margin-right:-0.25em;text-transform:uppercase}#hero-container .hero .hero__image{background-position:center top;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:-20%;transition:opacity 1s ease-out;width:100%}#hero-container .hero .hero__image:not(.done):after{animation:hero-lazy-load 2s infinite ease-out;background:linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:5%}#hero-container .hero .hero__image.visible{opacity:1}#hero-container .hero .hero__background{height:100%;left:0;position:absolute;top:0;width:100%}#hero-container .hero video{height:100%;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%}#hero-container .hero:nth-of-type(1) .hero__image{top:0}.ie #hero-container .hero video{height:auto}@keyframes hero-lazy-load{from{left:-50%}to{left:100%}}@media screen and (max-width:1024px){#hero-container .hero .hero__heading{font-size:33px}#hero-container .hero .hero__sub-heading{font-size:20px}#hero-container .hero .hero__image{top:0}}@media screen and (max-width:768px){#hero-container .hero .hero__heading{font-size:25px}#hero-container .hero .hero__sub-heading{font-size:16px}}