.hmet-video-section{margin:2rem 0}.hmet-video-heading{margin:0 0 1rem}.hmet-video-main{width:100%}.hmet-video-main-inner,.hmet-video-embed{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.hmet-video-main-inner iframe,.hmet-video-embed iframe{width:100%!important;height:100%!important;border:0}.hmet-video-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.hmet-video-thumb{appearance:none;border:1px solid #d0d0d0;background:#fff;padding:0;cursor:pointer;text-align:left}.hmet-video-thumb:focus-visible{outline:3px solid currentColor;outline-offset:2px}.hmet-video-thumb.is-active{border-width:2px}.hmet-video-thumb-image-wrap{position:relative;display:block;aspect-ratio:16 / 9;overflow:hidden;background:#eee}.hmet-video-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.hmet-video-thumb-placeholder{display:grid;place-items:center;width:100%;height:100%;padding:1rem}.hmet-video-thumb-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);font-size:1.75rem}.hmet-video-thumb-label{display:block;padding:.65rem .75rem}.hmet-video-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.hmet-video-link-button{display:inline-block;padding:.7rem 1rem;border:1px solid currentColor;text-decoration:none}@media (max-width:767px){.hmet-video-thumbs{grid-template-columns:1fr}}