input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.d-flex2 {
  display: flex;
}

.bg-image-wrapper {
  position: relative
}

.bg-image-wrapper .bg-image {
  position: relative;
  z-index: 2;
}

.bg-image-wrapper .video-offsets {
  position: absolute;
  z-index: 1;
}

b {
  font-weight: bold;
}