.sud-page-header-text-image {
  overflow: hidden;
}
.sud-page-header-text-image .page-width {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width {
    flex-direction: column-reverse !important;
  }
}
.sud-page-header-text-image .page-width .text-container {
  width: 50%;
  padding: 0px 117px 60px 0;
  box-sizing: border-box;
}
.sud-page-header-text-image .page-width .text-container.text-width-25 {
  width: 25%;
}
.sud-page-header-text-image .page-width .text-container.text-width-33 {
  width: 33%;
}
.sud-page-header-text-image .page-width .text-container.text-width-66 {
  width: 66%;
}
.sud-page-header-text-image .page-width .text-container.text-width-75 {
  width: 75%;
}
@media only screen and (max-width: 1199.98px) {
  .sud-page-header-text-image .page-width .text-container {
    padding: 0 60px 60px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width .text-container {
    width: 100%;
    padding: 0 0 60px 0;
  }
}
.sud-page-header-text-image .page-width .text-container .heading-lg {
  margin: 60px 0 11px;
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width .text-container .heading-lg {
    margin: 36px 0 11px;
  }
}
.sud-page-header-text-image .page-width .text-container .breadcrumbs {
  margin-top: 17px;
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width .text-container .breadcrumbs {
    margin-top: 15px;
  }
}
.sud-page-header-text-image .page-width .image-container {
  flex: 1;
  position: relative;
  min-height: 300px;
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width .image-container {
    width: 100%;
  }
}
.sud-page-header-text-image .page-width .image-container img, .sud-page-header-text-image .page-width .image-container svg, .sud-page-header-text-image .page-width .image-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sud-page-header-text-image .page-width .image-container img.img-width-25, .sud-page-header-text-image .page-width .image-container svg.img-width-25, .sud-page-header-text-image .page-width .image-container video.img-width-25 {
  width: calc(31vw + 5rem);
}
.sud-page-header-text-image .page-width .image-container img.img-width-34, .sud-page-header-text-image .page-width .image-container svg.img-width-34, .sud-page-header-text-image .page-width .image-container video.img-width-34 {
  width: 40vw;
}
.sud-page-header-text-image .page-width .image-container img.img-width-66, .sud-page-header-text-image .page-width .image-container svg.img-width-66, .sud-page-header-text-image .page-width .image-container video.img-width-66 {
  width: 66vw;
}
.sud-page-header-text-image .page-width .image-container img.img-width-75, .sud-page-header-text-image .page-width .image-container svg.img-width-75, .sud-page-header-text-image .page-width .image-container video.img-width-75 {
  width: 75vw;
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width .image-container img, .sud-page-header-text-image .page-width .image-container svg, .sud-page-header-text-image .page-width .image-container video {
    width: 100vw !important;
    left: -5rem;
  }
}
@media only screen and (max-width: 769.98px) {
  .sud-page-header-text-image .page-width .image-container img, .sud-page-header-text-image .page-width .image-container svg, .sud-page-header-text-image .page-width .image-container video {
    width: 100vw !important;
    left: -1.5rem;
  }
}
.sud-page-header-text-image .page-width .image-container .brand-image {
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 575.98px) {
  .sud-page-header-text-image .page-width .image-container .brand-image {
    width: 100vw;
    right: -1.5rem;
  }
}
.sud-page-header-text-image .page-width .image-container .brand-image svg {
  width: unset !important;
  right: -68px;
  left: unset;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width .image-container .brand-image svg {
    right: -45px;
  }
}
.sud-page-header-text-image .page-width.text-right {
  flex-direction: row-reverse;
}
.sud-page-header-text-image .page-width.text-right .text-container {
  padding: 60px 0 60px 30px;
}
@media only screen and (max-width: 991.98px) {
  .sud-page-header-text-image .page-width.text-right .text-container {
    width: 100%;
  }
}
.sud-page-header-text-image .page-width.text-right .image-container img, .sud-page-header-text-image .page-width.text-right .image-container svg, .sud-page-header-text-image .page-width.text-right .image-container video {
  left: unset;
  right: 0;
}
