@charset "UTF-8";:root{--app-color-text: #000}.video-header{position:relative;height:calc(100vh - 3.125rem);min-height:765px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.video-header{height:calc(100vh - 3.75rem)}}.video-header__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-header__video{width:100%;height:100%;object-fit:cover;object-position:center}.video-header__content{position:absolute;inset:0;display:flex;flex-flow:column nowrap;justify-content:flex-end;gap:1.5rem;z-index:3;width:100%;color:#fff;padding:1.875rem .875rem}@media (min-width: 1024px){.video-header__content{padding:2rem 1.875rem}}.video-header__title{font-family:var(--app-fontFamily);font-style:normal;font-weight:400;font-size:clamp(2.5rem,-1.787rem + 11.432vw,9.188rem);line-height:1;display:flex;align-items:center;letter-spacing:.06em;text-transform:uppercase;color:#fff}.video-header__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(90deg,#0000007f .23%,#00000080 14.12%,#0000004d 55.79%,#0000 92.82%)}@media (min-width: 768px){.video-header__overlay{width:50%}}.no-video .video-header__video-container{background-image:url(path/to/fallback-image.jpg);background-size:cover;background-position:center}.no-video .video-header__video{display:none}@media (prefers-reduced-motion: reduce){.video-header__video{animation:none}}@media print{.video-header__video-container,.video-header__overlay{display:none}.video-header{background:#f5f5f5;height:auto;min-height:auto}}
