.video-with-text__wrapper{display:flex;flex-direction:column;border-radius:var(--border-radius)}@media screen and (min-width: 990px){.video-with-text__wrapper{flex-direction:row}}.video-with-text__wrapper .subtitle{color:rgb(var(--color-emphasis))}@media screen and (min-width: 990px){.video-with-text__wrapper.video_right{flex-direction:row-reverse}}.video-with-text__media{position:relative;flex:0 0 100%}@media screen and (min-width: 990px){.video-with-text__media{flex:0 0 50%}}.video-with-text__media:after{content:"";display:block;padding-bottom:var(--video_size)}.video-with-text__media video,.video-with-text__media iframe,.video-with-text__media svg{width:100%;height:100%;max-width:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center;border-radius:var(--border-radius)}.video-with-text__media iframe{border:0}.video-with-text__media .placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.video-with-text__content{text-align:center;display:flex;flex-direction:column;align-items:center;padding:3.2rem;flex:0 0 100%;justify-content:space-between;gap:2.4rem}@media screen and (min-width: 990px){.video-with-text__content{flex:0 0 50%;justify-content:center}}.video-with-text__subtitle{margin:0}.video-with-text__heading{margin:0}.video-with-text__text{max-width:620px}.video-with-text__text p{margin:0}.video-with-text__text :where(:not(meta,span)+*){margin-block-start:1rem}@media screen and (min-width: 750px){.video-with-text__text{max-width:80%}}.video-with-text__button-wrapper{margin-top:0}