 @media only screen and (min-width: 0rem) {#msr-hero {min-height: clamp(28rem, 62vw, 40.625rem);padding: clamp(6rem, 10vw, 8rem) 0 clamp(1.25rem, 3vw, 2rem);position: relative;overflow: hidden;display: flex;align-items: flex-end;background: var(--bodyBackgroundDark);color: var(--bodyTextColorWhite);}#msr-hero:before {content: "";width: 100%;height: 100%;background: linear-gradient(180deg, color-mix(in srgb, var(--bodyBackgroundDark) 22%, transparent) 0%, color-mix(in srgb, var(--bodyBackgroundDark) 54%, transparent) 100%);position: absolute;inset: 0;z-index: 1;}#msr-hero .cs-container {position: relative;z-index: 2;}#msr-hero .cs-content {width: min(100%, 34rem);display: flex;flex-direction: column;align-items: flex-start;gap: 1.25rem;}#msr-hero .cs-title {max-width: 16ch;margin: 0;color: var(--bodyTextColorWhite);font-size: var(--heroTitleFontSize);font-weight: 600;line-height: 1.05;letter-spacing: 0;}#msr-hero .cs-hero-picture, #msr-hero .cs-video {width: 100%;max-width: 120rem;height: 100%;margin: 0 auto;position: absolute;inset: 0;}#msr-hero .cs-hero-picture {z-index: 0;}#msr-hero .cs-hero-image {width: 100%;height: 100%;object-fit: cover;}#msr-hero .cs-video {object-fit: cover;z-index: 0;opacity: 0;transition: opacity 0.45s ease;}#msr-hero.cs-video-ready .cs-video {opacity: 1;}}