.tm-process-video {
  background: #111315;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.tm-service-video {
  background: var(--tm-graphite, #24282c);
  color: #fff;
}

.tm-service-video__layout {
  align-items: center;
  display: grid !important;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(0, 34fr) minmax(0, 66fr);
}

.tm-service-video__eyebrow {
  color: var(--tm-orange, #f25a00) !important;
  font-size: 0.8125rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 18px !important;
  text-transform: uppercase;
}

.tm-service-video__copy h2 {
  margin-top: 0;
}

.tm-service-video__copy > p:last-child {
  color: #cfd2d5;
  line-height: 1.7;
  margin-bottom: 0;
}

.tm-process-video::before {
  border-left: 3px solid var(--tm-orange, #f25a00);
  border-top: 3px solid var(--tm-orange, #f25a00);
  content: '';
  height: 54px;
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 18px;
  width: 54px;
  z-index: 1;
}

.tm-process-video__player {
  aspect-ratio: 16 / 9;
  background: #111315;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.tm-process-video--home .tm-process-video__player {
  aspect-ratio: 3 / 2;
}

.tm-process-video__fallback {
  margin: 0;
  padding: 18px;
}

.tm-process-video__fallback a {
  color: #fff;
}

@media (max-width: 700px) {
	.tm-service-video__layout {
		grid-template-columns: 1fr !important;
	}

  .tm-process-video::before {
    height: 38px;
    left: 12px;
    top: 12px;
    width: 38px;
  }
}
