.s-video{margin:7.5rem auto 3rem}@media only screen and (max-width: 987px){.s-video{margin:5rem auto 3rem}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-video{margin:4rem auto 2rem}}.s-video__heading{margin:0 0 1.5rem}.s-video__description{margin:0;max-width:46.875rem;color:var(--color-grey-dark)}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-video__description{font:400 var(--font-size-t-sm)/1.25 var(--font-text)}}.s-video__inner{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:2rem}.s-video__content{width:100%}.s-video__media{position:relative;margin:auto;width:100%;max-width:987px;background-color:var(--color-black-light);border-radius:1rem;overflow:hidden}.s-video__player{display:block;width:100%;height:auto}.s-video__cover{display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;padding:0;width:100%;height:100%;background:rgba(0,0,0,0);border:0;cursor:pointer;inset:0}.s-video__cover-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-video__play-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;width:4rem;height:4rem;background-color:var(--color-white);border-radius:50%;color:var(--color-black-light);transition:transform .2s ease-in-out}.s-video__cover:hover .s-video__play-btn{transform:scale(1.05)}.s-video__media.is-playing .s-video__cover{display:none}.s-video.layout-text-top .s-video__heading,.s-video.layout-text-top .s-video__description{margin-right:auto;margin-left:auto;text-align:center}.s-video.layout-text-top .s-video__description{margin-bottom:1rem}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-video.layout-text-left .s-video__inner,.s-video.layout-text-right .s-video__inner{grid-template-columns:1fr}}.s-video.layout-text-left .s-video__inner,.s-video.layout-text-right .s-video__inner{display:grid;align-items:center;gap:2rem;grid-template-columns:repeat(2, 1fr)}.s-video.layout-text-left .s-video__heading,.s-video.layout-text-left .s-video__description,.s-video.layout-text-right .s-video__heading,.s-video.layout-text-right .s-video__description{text-align:left}.s-video.layout-text-right .s-video__content{order:2}.s-video.layout-text-right .s-video__media{order:1}
