.hero-splitscreen{background:hsl(var(--theme-bg));height:100%;min-height:100vh}@media (min-width:900px){.hero-splitscreen{height:100vh}}.hero-splitscreen .hero-splitscreen__media-placeholder{display:none;position:absolute}.hero-splitscreen__inner{display:flex;flex-direction:column-reverse;height:100%;overflow:hidden;position:relative;width:100%}@media (min-width:900px){.hero-splitscreen__inner{flex-direction:row}}.hero-splitscreen__inner.has-marquee{height:calc(100% - 3rem)}@media (min-width:900px){.hero-splitscreen__inner.has-marquee{height:calc(100% - 4rem)}}.hero-splitscreen .hero-splitscreen__wrapper-media{min-height:50vh;position:relative;width:100%}@media (min-width:900px){.hero-splitscreen .hero-splitscreen__wrapper-media{height:100%;position:absolute;right:0;width:calc(50% + var(--grid-gap)/2);z-index:2}}.hero-splitscreen .hero-splitscreen__media{height:100%;position:absolute;width:100%}.hero-splitscreen .hero-splitscreen__media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-splitscreen__media-gradient{background:linear-gradient(180deg,hsla(var(--color-black)/.5) 0,transparent 100%);content:"";display:none;height:200px;left:0;position:absolute;top:0;width:100%}@media (min-width:900px){.hero-splitscreen__media-gradient{display:block}}.hero-splitscreen__content{color:hsl(var(--theme-text));display:flex;height:100%;position:relative;width:100%;z-index:1}@media (min-width:900px){.hero-splitscreen__content{width:calc(var(--cols)*6 - var(--gutter) + var(--grid-margin))}}.hero-splitscreen__content.appear-active .hero-splitscreen__body,.hero-splitscreen__content.appear-active .hero-splitscreen__breadcrumb,.hero-splitscreen__content.appear-enter-active .hero-splitscreen__body,.hero-splitscreen__content.appear-enter-active .hero-splitscreen__breadcrumb{opacity:0;transition:opacity 1.5s ease,transform 1.5s var(--ease-in-cubic)}.hero-splitscreen__content.appear-enter-from .hero-splitscreen__body,.hero-splitscreen__content.appear-enter-from .hero-splitscreen__breadcrumb,.hero-splitscreen__content.appear-leave-to .hero-splitscreen__body,.hero-splitscreen__content.appear-leave-to .hero-splitscreen__breadcrumb{opacity:0;transform:translate(30%)}.hero-splitscreen__content .hero-splitscreen__heading-container{flex:1}.hero-splitscreen__content-inner{display:flex;flex-direction:column;height:100%;justify-content:center;min-height:40vh;padding:3rem calc(var(--cols)*1 - var(--gutter)) .8rem var(--grid-margin);position:relative}@media (min-width:900px){.hero-splitscreen__content-inner{max-height:calc(100% - 3.8rem);min-height:unset;position:absolute;top:0}}.hero-splitscreen__content-bg{background:hsl(var(--theme-bg));height:100%;left:0;max-height:60%;position:absolute;top:0;transition:transform 1.5s var(--ease-out-quint) 1s;width:100%}@media (min-width:900px){.hero-splitscreen__content-bg{height:100%;max-height:100%;width:100%}}.hero-splitscreen__heading-container{align-items:center;display:flex;transition:transform 1.5s var(--ease-out-quint) 1s}.hero-splitscreen__body,.hero-splitscreen__breadcrumb{transition:opacity 1s ease 2s}@media (min-width:900px){.hero-splitscreen__body{margin-bottom:.5rem}}
