.aus-video-block-home-wrapper {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #0e2eff url('./images/group-534.svg') center/cover no-repeat;
}

.paragraph--type--video-block.aus-video-block {
  margin-bottom: 2rem;
}

.aus-video-block__media {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #000;
}

.aus-video-block__media video {
  display: block;
  width: 100%;
  height: auto;
}

.aus-video-block__media iframe.media-oembed-content {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.aus-video-block__remote-overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.aus-video-block__remote-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aus-video-block__remote-overlay .aus-video-block__play {
  z-index: 1;
}

.aus-video-block__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0;
  border: 2px solid #2f4bff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.aus-video-block__play-icon {
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  border-top: 0.75rem solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.1rem solid #6b46c1;
}

.aus-video-block__play.is-playing .aus-video-block__play-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  border: 0;
  position: relative;
}

.aus-video-block__play.is-playing .aus-video-block__play-icon::before,
.aus-video-block__play.is-playing .aus-video-block__play-icon::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.26rem;
  background: #6b46c1;
  border-radius: 2px;
}

.aus-video-block__play.is-playing .aus-video-block__play-icon::before {
  left: 0.16rem;
}

.aus-video-block__play.is-playing .aus-video-block__play-icon::after {
  right: 0.16rem;
}

.aus-video-block__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.aus-video-block__media.is-playing .aus-video-block__play {
  opacity: 0;
  pointer-events: none;
}

.aus-video-block__media.is-playing:hover .aus-video-block__play,
.aus-video-block__media.is-playing:focus-within .aus-video-block__play {
  opacity: 1;
  pointer-events: auto;
}

.aus-video-block__caption {
  margin: 1rem 0 0;
}

.aus-video-block--split {
  overflow: hidden;
  border: 1px solid #1f1f1f;
  border-radius: 1rem;
}

.aus-video-block--split .aus-video-block__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #06080d;
  color: #fff;
  padding: 45px 30px 40px;
}

.aus-video-block--split .aus-video-block__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 27px;
  color: #ff5035;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.aus-video-block--split .aus-video-block__eyebrow-icon {
  display: inline-block;
  width: 0.875rem;
  height: 0.75rem;
  background-color: #ff5035;
  -webkit-mask: url('./images/film.svg') center/contain no-repeat;
  mask: url('./images/film.svg') center/contain no-repeat;
}

.aus-video-block--split .aus-video-block__title {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  color: inherit;
}

.aus-video-block--split .aus-video-block__intro {
  margin: 0;
  max-width: 28rem;
}

.aus-video-block--split .aus-video-block__visual {
  background: #111;
}

.aus-video-block--split .paragraph--type--video {
  height: 100%;
  margin: 0;
}

.aus-video-block--split .aus-video-block__media {
  height: 100%;
  border-radius: 0;
}

.aus-video-block--split .paragraph--type--video .aus-video-block__caption {
  display: none;
}

@media (max-width: 991.98px) {
  .aus-video-block--split .aus-video-block__content {
    padding: 1.75rem 1.5rem 1.5rem;
  }
}
