.ImageWithVideo{grid-template-areas:"main";width:100%;height:100%;display:grid;overflow:hidden}.ImageWithVideo.is-editMode .ImageWithVideo__video{-webkit-clip-path:polygon(100% 0,0% 100%,100% 100%);clip-path:polygon(100% 0,0% 100%,100% 100%)}.ImageWithVideo__picture{grid-area:main;overflow:hidden}.ImageWithVideo__video{z-index:1;object-fit:cover;grid-area:main;width:100%;height:100%;max-height:100%;overflow:hidden}.EditoVideo{--EditoVideo-height:100vh;isolation:isolate;position:relative}.EditoVideo.is-alternative-mode{background-color:#000}.EditoVideo.is-alternative-mode .EditoVideo__SectionContent{color:#fff}@media screen and (min-width:1280px){.EditoVideo{width:100vw;position:relative;left:calc(50% - 50vw)}}@media screen and (min-width:1024px){.EditoVideo:not(.is-editMode){height:calc(var(--EditoVideo-height)*var(--EditoVideo-length))}.EditoVideo:not(.is-editMode) .EditoVideo__sticky{height:var(--EditoVideo-height);position:-webkit-sticky;position:sticky;top:0;left:0;overflow:hidden}.EditoVideo:not(.is-editMode) .EditoVideo__Section{transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;left:0}.EditoVideo:not(.is-editMode) .EditoVideo__Section.is-prev{pointer-events:none;transform:translateY(-25%)}.EditoVideo:not(.is-editMode) .EditoVideo__Section.is-prev .EditoVideo__SectionContentWrapper{display:none}.EditoVideo:not(.is-editMode) .EditoVideo__Section.is-active{transform:translate(0,0)}.EditoVideo:not(.is-editMode) .EditoVideo__Section.is-next{pointer-events:none;transform:translateY(100%)}}.EditoVideo.is-editMode{--EditoVideo-height:700px}@media screen and (min-width:1024px){.EditoVideo__Section{width:100%;height:var(--EditoVideo-height);flex-direction:row-reverse;display:flex}}.EditoVideo__SectionContent{justify-content:center;align-items:center;width:calc(100% - 40px);margin:16px 16px 80px;display:flex}@media screen and (min-width:670px){.EditoVideo__SectionContent{width:60%;margin:80px auto}}@media screen and (min-width:1024px){.EditoVideo__SectionContent{width:50%;height:100%;margin:0}}.EditoVideo__SectionContentWrapper{width:100%}@media screen and (min-width:1024px){.EditoVideo__SectionContentWrapper{max-width:440px}}.EditoVideo__SectionTitle{font-family:NouvelR\, sans-serif;font-size:4rem;font-weight:700;line-height:.95}@media screen and (min-width:1024px){.EditoVideo__SectionTitle{font-size:5.1rem}}.EditoVideo__SectionTitle{margin-bottom:24px}.EditoVideo__SectionDescription{margin-bottom:24px;font-size:1.4rem;line-height:2rem}@media screen and (min-width:670px){.EditoVideo__SectionDescription{margin-bottom:40px;font-size:1.6rem;line-height:2.2rem}}.EditoVideo__SectionVideo{height:calc(var(--EditoVideo-height)*.6);position:relative}@media screen and (min-width:670px){.EditoVideo__SectionVideo{height:var(--EditoVideo-height)}}@media screen and (min-width:1024px){.EditoVideo__SectionVideo{width:50%}}