*{box-sizing:border-box}.home-hero{padding:10rem 0 5rem;background-size:cover;padding-top:180px;min-height:900px;background:#fff}.home-hero video{object-fit:cover;position:absolute;top:0;left:0;height:100%;width:100%;z-index:0;inset:0}.home-hero .content{background-color:#fff;border-radius:0 24px 24px 0;overflow:hidden}.home-hero .content h1{color:#00395a;margin-bottom:1.125rem;font-size:2.625rem;animation:fadeInLeft .4s ease-out forwards}.home-hero .content h1,.home-hero p{opacity:0;transform:translateX(-50px)}.home-hero p{animation:slideInBlock .8s forwards;animation-delay:.5s}.home-hero .btn-container{opacity:0;animation:fadeIn .4s forwards;animation-delay:1s}@keyframes slideInWord{to{opacity:1;transform:translateX(0)}}@keyframes slideInBlock{to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes fadeInLeft{to{opacity:1;transform:translateX(0)}}@media screen and (min-width:768px) and (max-width:1450px){.home-hero .content{margin-top:0!important}}@media screen and (max-width:767px){.home-hero{min-height:auto;padding-bottom:0}.home-hero video{position:relative}}