.hero{position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;color:#fff;overflow:hidden}.hero video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.hero-title{font-size:36px}.hero-content{max-width:768px;text-align:center;z-index:1}.hero-list{text-align:left}.hero-cta{padding:.5rem 1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #ff3;border-radius:5px;margin-top:1rem;background:rgba(255,255,51,.2);color:#fff;text-transform:uppercase;font-weight:700;font-size:18px;transition:background .275s}.overlay{position:absolute;background-color:#000;width:100%;height:100%;opacity:.4}.spline-watermark{position:absolute;bottom:100px;right:800px;width:700px;height:400px;background:url(/assets/patch.png) no-repeat 50%;background-size:cover;z-index:9;outline:#fff}@media (max-width:1400px){.spline-watermark{bottom:10px;right:10px;width:300px;height:150px;background-size:contain}.hero{height:80vh}.hero-content{font-size:1.4rem}}@media (max-width:768px){.hero{height:80vh}.hero video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.spline-watermark{width:250px;height:120px;bottom:10px;right:10px}.hero-content{font-size:1rem;padding:10px}.service-details{padding-top:0!important}}@media (max-width:480px){.spline-watermark{width:620px;height:100px;bottom:0;right:5px}.hero{height:75vh}.hero-content{font-size:.9rem}}.spinner{border-radius:50%;border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vid-container{position:relative;display:flex;justify-content:flex-end;top:0;width:100%;max-width:800px;margin-left:auto;margin-right:0;cursor:pointer;margin-bottom:-15%}.clearfixed{padding:50px;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}