@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.tt-video-shell {
  position: relative;
  overflow: hidden;
  background: #071f25;
}

.tt-video-shell--feature {
  width: 100%;
  max-width: min(600px, 100%);
  margin: 0 auto;
}

.tt-power-media .tt-video-shell video,
.tt-videos .tt-video-shell video {
  margin: 0;
}

.tt-video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: rgba(7, 31, 37, .82);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.tt-video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 52%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  transform: translate(-40%, -50%);
}

.tt-video-play:hover,
.tt-video-play:focus-visible {
  background: #0d6875;
}

.tt-video-play:focus-visible {
  outline: 3px solid #f5c04b;
  outline-offset: 3px;
}

.tt-video-shell.is-playing .tt-video-play {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .tt-video-play {
    transition: none;
  }
}
