.mous-text-media-banner-section .text-media-wrapper {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  padding: 64px 0;
  background: var(--bg-colour);
}
.mous-text-media-banner-section .text-media-wrapper.right > .page-width {
  justify-content: flex-end;
}
.mous-text-media-banner-section .text-media-wrapper.left > .page-width {
  justify-content: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-banner-section .text-media-wrapper {
    padding: 0;
    background: var(--bg-colour-mobile);
  }
  .mous-text-media-banner-section .text-media-wrapper, .mous-text-media-banner-section .text-media-wrapper.left, .mous-text-media-banner-section .text-media-wrapper.right {
    flex-flow: var(--layout-mobile) nowrap;
  }
}
.mous-text-media-banner-section .text-media-wrapper > .page-width {
  pointer-events: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-banner-section .text-media-wrapper > .page-width {
    background: var(--bg-colour-mobile);
  }
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper,
.mous-text-media-banner-section .text-media-wrapper .content-wrapper {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 13px;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper,
  .mous-text-media-banner-section .text-media-wrapper .content-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper,
  .mous-text-media-banner-section .text-media-wrapper .content-wrapper {
    gap: 11px;
  }
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper {
  overflow: hidden;
  isolation: isolate;
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper {
    position: relative;
    aspect-ratio: 2/1;
  }
}
@media only screen and (max-width: 575.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper {
    aspect-ratio: 390/320;
  }
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper img:not(.video-wrapper img), .mous-text-media-banner-section .text-media-wrapper .media-wrapper svg, .mous-text-media-banner-section .text-media-wrapper .media-wrapper video,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper img:not(.video-wrapper img),
.mous-text-media-banner-section .text-media-wrapper .video-wrapper svg,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-desktop,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-desktop {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-desktop,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-desktop {
    display: none;
  }
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-mobile,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-mobile,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-mobile {
    display: block;
  }
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper.video-wrapper img.play-icon, .mous-text-media-banner-section .text-media-wrapper .media-wrapper.video-wrapper img.pause-icon,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper.video-wrapper img.play-icon,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper.video-wrapper img.pause-icon {
  display: none;
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-desktop,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-desktop {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-desktop,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-desktop {
    display: none;
  }
}
.mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-mobile,
.mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .mous-text-media-banner-section .text-media-wrapper .media-wrapper .media-mobile,
  .mous-text-media-banner-section .text-media-wrapper .video-wrapper .media-mobile {
    display: block;
  }
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper {
  width: 100%;
  max-width: 503px;
  border-radius: 10px;
  background: var(--bg-colour);
  padding: 30px 38px;
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper.content-middle {
  align-items: center;
  text-align: center;
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper.content-right {
  align-items: flex-end;
  text-align: right;
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper.content-left {
  align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-banner-section .text-media-wrapper .content-wrapper {
    background: none;
    padding: 37px 0 28px;
  }
  .mous-text-media-banner-section .text-media-wrapper .content-wrapper.content-left, .mous-text-media-banner-section .text-media-wrapper .content-wrapper.content-right, .mous-text-media-banner-section .text-media-wrapper .content-wrapper.content-middle {
    text-align: left;
    align-items: flex-start;
  }
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .title, .mous-text-media-banner-section .text-media-wrapper .content-wrapper .body {
  color: var(--text-colour);
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-banner-section .text-media-wrapper .content-wrapper .title, .mous-text-media-banner-section .text-media-wrapper .content-wrapper .body {
    color: var(--text-colour-mobile);
  }
}
@media only screen and (max-width: 767.98px) {
  .mous-text-media-banner-section .text-media-wrapper .content-wrapper .title, .mous-text-media-banner-section .text-media-wrapper .content-wrapper .body {
    max-width: 400px;
  }
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .title {
  font-size: 36px;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .mous-text-media-banner-section .text-media-wrapper .content-wrapper .title {
    font-size: 24px;
  }
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .body,
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .body * {
  font-size: 14px;
  line-height: 1.3;
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .body.sub-text, .mous-text-media-banner-section .text-media-wrapper .content-wrapper .body.sub-text *,
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .body *.sub-text,
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .body *.sub-text * {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.mous-text-media-banner-section .text-media-wrapper .content-wrapper .content-btn {
  margin-top: 10px;
}
