@keyframes opacityFade{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes slideUp{0%{transform:translateY(2rem)}to{transform:translateY(0)}}.video-with-heading{max-width:var(--max-content-width);margin:0 auto;padding:0 var(--spacing-md);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-xl)}.video-with-heading:not(.video-with-heading--full-screen){padding:var(--spacing-xxxl) var(--spacing-lg)}.video-with-heading--full-screen .video-with-heading__video{border-radius:unset}.video-with-heading__video-wrapper{width:100%;margin:auto;aspect-ratio:2 / 1}@supports not (aspect-ratio: 1/1){.video-with-heading__video-wrapper{position:relative;width:100%}.video-with-heading__video-wrapper img{position:absolute}.video-with-heading__video-wrapper:before{float:left;padding-top:50%;content:""}.video-with-heading__video-wrapper:after{display:block;content:"";clear:both}}.video-with-heading__video-wrapper video{max-width:100%}.video-with-heading__video{width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius-lg)}.video-with-heading__video--desktop{display:none}.video-with-heading__video--mobile{display:block}.video-with-heading__external-video{width:100%;height:100%;border:none;border-radius:var(--border-radius-lg)}.video-with-heading__content-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-xl);max-width:90rem;margin:auto}.video-with-heading__heading-wrapper,.video-with-heading__text-wrapper{text-align:center}.video-with-heading__text-wrapper p{font-size:var(--font-size-body-lg);font-weight:var(--font-weight-medium);line-height:var(--line-height-base)}.video-with-heading__button-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-sm)}@media (min-width: 768px){.video-with-heading__video--desktop{display:block}.video-with-heading__video--mobile{display:none}}@media (min-width: 1024px){.video-with-heading:not(.video-with-heading--full-screen){padding:var(--spacing-xxxl) 0}.video-with-heading__video-wrapper:not(.video-with-heading__video-wrapper--full-screen){width:90rem}}
