@keyframes jgw-fade-in {from {opacity:0;} to {opacity:1;}}@keyframes jgw-fade-up-in {from {opacity:0;transform:translateY(16px);} to {opacity:1;transform:translateY(0);}}@keyframes hec-fade-down-in {from {opacity:0;transform:translateY(-16px);} to {opacity:1;transform:translateY(0);}}@media (min-width:768px) {#hec-hero-wrapper .el-heading {animation:jgw-fade-in 400ms ease-in-out 200ms both;} #hec-hero-wrapper .el-subtext {animation:jgw-fade-in 400ms ease-in-out 325ms both;} #hec-hero-wrapper .el-cta {animation:jgw-fade-in 425ms ease-in-out 400ms both;} #hec-hero-wrapper .el-cta .el-trust {animation:none;} #hec-hero-wrapper .el-image-desktop {animation:jgw-fade-up-in 500ms ease-in-out 375ms both;}}@media (max-width:767px) {#hec-hero-wrapper .el-image-mobile {animation:hec-fade-down-in 400ms ease-in-out 150ms both;} #hec-hero-wrapper .el-heading {animation:jgw-fade-in 500ms ease-out 325ms both;} #hec-hero-wrapper .el-subtext {animation:jgw-fade-in 400ms ease-out 425ms both;} #hec-hero-wrapper .el-cta {animation:jgw-fade-in 425ms ease-out 525ms both;} #hec-hero-wrapper .el-cta .el-trust {animation:jgw-fade-in 450ms ease-out 625ms both;}}@media (prefers-reduced-motion:reduce) {#hec-hero-wrapper .el-heading,#hec-hero-wrapper .el-subtext,#hec-hero-wrapper .el-cta,#hec-hero-wrapper .el-cta .el-trust,#hec-hero-wrapper .el-image-desktop,#hec-hero-wrapper .el-image-mobile {animation:none;opacity:1;transform:none;}}