/* Rep pages retain the source grids with native video controls. */
.rep-page .site-header{color:var(--cream)}
.rep-page .black{--overlay-color:#86887d}
.rep-page .black h1{color:var(--cream)}
.rep-page .white h3{color:#86887d}
.rep-video video,.rep-video iframe{display:block;width:100%;max-width:100%;border:0;background:#000;object-fit:contain}
.rep-video video{height:auto}
.rep-cta .rep-button{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;border:0;border-radius:0;padding:0 calc(12px + 1.8743vw);background:var(--blue);color:#fff;font:calc(16px + .2 * var(--unit))/1.6 poppins,sans-serif;text-align:center;text-decoration:none;letter-spacing:normal}
.rep-button:disabled{opacity:1;cursor:not-allowed}
.rep-button:focus-visible,.rep-video video:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
/* The source square player leaves the portrait letterbox transparent. */
.rep-jeff .rep-video video{background:transparent}
.rep-jeff .rep-video::before{content:"";position:absolute;top:0;left:0;width:100%;height:15%;pointer-events:none;background-image:linear-gradient(180deg,#0000004d,#0000001a 50%,#0000)}
