.hero{align-items:center;background:linear-gradient(180deg,rgba(0,52,101,0),#003465),url() no-repeat 50%/cover;display:flex;height:100dvh;justify-content:center;position:relative;width:100%}.hero-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.content{color:#fff;max-width:1100px;text-align:center;width:90%}.content h1{font-size:3em;margin:.5em 0}.content p{font-size:1.2em;margin-bottom:2em}.scroll-icon{align-items:center;animation:fadeInOut 1s infinite;border:2px solid #fff;border-radius:25px;bottom:70px;box-sizing:content-box;cursor:pointer;display:flex;height:50px;justify-content:center;left:50%;padding:10px 15px;position:absolute;transform:translateX(-50%);width:4px}.scroll-icon:after{animation:scroll 2s infinite;background:#ff440b;border-radius:10px;content:"";height:20px;width:10px}@keyframes fadeInOut{0%,to{opacity:1}50%{opacity:.5}}@keyframes scroll{0%{opacity:0;transform:translateY(-15px)}50%{opacity:1}to{opacity:0;transform:translateY(15px)}}@media screen and (max-width:1099px){.content{width:90%}.scroll-icon{bottom:-35px}.hero{padding-top:140px!important}}@media screen and (max-width:399px){.content img{display:none!important}.hero{padding-top:240px!important}.scroll-icon{bottom:-95px}}