.features-hero{box-sizing:border-box;height:100vh;padding:0 var(--container-size);position:relative}.features-hero:after{background-color:#141414d9;content:"";z-index:1}.features-hero .video video,.features-hero:after{height:100%;left:0;position:absolute;top:0;width:100%}.features-hero .video video{bottom:0;object-fit:cover;right:0}.features-hero .content{left:50%;max-width:600px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:calc(100% - var(--container-size)*2);z-index:2}.features-hero .content .title{color:#f5f5f7;font-size:42px;line-height:52px;margin-bottom:36px}.features-hero .content .link{color:#5274ff;display:block;font-size:1.25rem;font-weight:300;line-height:1.2}.features-hero .content .link:hover{text-decoration:underline}.features-hero .content .link:after{border:solid #5274ff;border-width:0 2px 2px 0;content:"";display:inline-block;margin-left:12px;padding:3px;transform:rotate(45deg) translateY(-25%)}@media (min-width:768px){.features-hero .content .title{font-size:56px;line-height:78px;margin-bottom:48px}}@media (min-width:1200px){.features-hero .content .title{font-size:64px;line-height:90px;margin-bottom:24px}.features-hero .content .link:after{transform:rotate(45deg) translateY(-50%)}}