section.saas-video-player{background:var(--OnRamp-Primary-Midnight-Purple,#2a0c6e);padding:48px}@media (max-width:768px){section.saas-video-player{padding:24px}}section.saas-video-player .saas-video-player__inner{margin:0 auto;max-width:1440px;width:100%}section.saas-video-player .saas-video-player__stage{aspect-ratio:16/9;background:var(--OnRamp-Primary-Midnight-Purple,#2a0c6e);border-radius:4px;overflow:hidden;position:relative;width:100%}section.saas-video-player .saas-video-player__media{background:#2a0c6e;height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}section.saas-video-player .saas-video-player__poster{height:100%;inset:0;object-fit:contain;object-position:center;pointer-events:none;position:absolute;transition:opacity .25s ease;width:100%;z-index:1}section.saas-video-player .saas-video-player__stage.is-playing .saas-video-player__poster{opacity:0;visibility:hidden}section.saas-video-player .saas-video-player__play{align-items:center;background:rgba(11,5,36,.28);border:0;cursor:pointer;display:flex;inset:0;justify-content:center;margin:0;padding:0;position:absolute;transition:background .25s ease,opacity .25s ease,visibility .25s ease;z-index:2}section.saas-video-player .saas-video-player__play:hover{background:rgba(11,5,36,.42)}section.saas-video-player .saas-video-player__play-icon{align-items:center;background:hsla(0,0%,100%,.96);border-radius:999px;box-shadow:0 12px 40px rgba(11,5,36,.35);display:flex;height:88px;justify-content:center;transition:transform .25s ease;width:88px}section.saas-video-player .saas-video-player__play:hover .saas-video-player__play-icon{transform:scale(1.08)}section.saas-video-player .saas-video-player__play-icon:after{border-bottom:14px solid transparent;border-left:22px solid #2d0d6e;border-top:14px solid transparent;content:"";height:0;margin-left:6px;width:0}section.saas-video-player .saas-video-player__loading{animation:saas-video-player-spin .85s linear infinite;border:4px solid hsla(0,0%,100%,.28);border-radius:999px;border-top-color:#fff;display:none;height:56px;width:56px}section.saas-video-player .saas-video-player__stage.is-loading .saas-video-player__play-icon{display:none}section.saas-video-player .saas-video-player__stage.is-loading .saas-video-player__loading{display:block}@keyframes saas-video-player-spin{to{transform:rotate(1turn)}}section.saas-video-player .saas-video-player__stage.is-playing .saas-video-player__play{opacity:0;pointer-events:none;visibility:hidden}section.saas-video-player .saas-video-player__play:disabled{cursor:wait}@media (max-width:700px){section.saas-video-player .saas-video-player__play-icon{height:64px;width:64px}section.saas-video-player .saas-video-player__play-icon:after{border-bottom-width:10px;border-left-width:16px;border-top-width:10px;margin-left:4px}}section.saas-video-player .saas-video-player__toolbar{align-items:center;display:flex;gap:16px;position:absolute;right:48px;top:48px;z-index:3}@media (max-width:768px){section.saas-video-player .saas-video-player__toolbar{right:24px;top:24px}}section.saas-video-player .saas-video-player__fullscreen,section.saas-video-player .saas-video-player__mute{align-items:center;background:var(--OnRamp-Primary-Soft-Black,#1c1c28);border:none;border-radius:4px;box-shadow:2px 2px 6px 0 rgba(28,28,40,.15);cursor:pointer;display:flex;justify-content:center;margin:0;padding:0;transition:background .2s ease}section.saas-video-player .saas-video-player__fullscreen:hover,section.saas-video-player .saas-video-player__mute:hover{background:#2a2a38}section.saas-video-player .saas-video-player__mute{gap:16px;padding:8px 16px}section.saas-video-player .saas-video-player__mute-icon{flex-shrink:0;height:13px;width:18px}section.saas-video-player .saas-video-player__mute-label{color:#fff;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:400;letter-spacing:1.6px;line-height:24px;text-transform:uppercase;white-space:nowrap}section.saas-video-player .saas-video-player__fullscreen{flex-shrink:0;height:40px;width:40px}section.saas-video-player .saas-video-player__fullscreen svg{display:block}section.saas-video-player .saas-video-player__stage:-webkit-full-screen,section.saas-video-player .saas-video-player__stage:fullscreen{aspect-ratio:auto;border-radius:0;height:100vh;max-width:none;width:100vw}section.saas-video-player .saas-video-player__stage:-webkit-full-screen .saas-video-player__media,section.saas-video-player .saas-video-player__stage:fullscreen .saas-video-player__media{object-fit:contain}