/*.text-video .image-video-with-caption__image {
  height: 17rem
}*/
.text-video.border-left-top img {
  border-top-left-radius: var(--radius-xxxl);
}
.text-video.border-right-top img {
  border-top-right-radius: var(--radius-xxxl);
}

.text-video__circular-overlay {
  position: absolute;
  z-index: 0;
  height: 87.7rem;
  width: 43.9rem;
  right: 0;
  bottom: -47rem;
  background-image: radial-gradient(circle at right center,
    color-mix(in srgb, currentcolor 60%, transparent) 0 10%, transparent 10% 100%), radial-gradient(circle at right center,
      color-mix(in srgb, currentcolor 50%, transparent) 0 20%, transparent 20% 100%), radial-gradient(circle at right center,
        color-mix(in srgb, currentcolor 40%, transparent) 0 30%, transparent 30% 100%), radial-gradient(circle at right center,
          color-mix(in srgb, currentcolor 30%, transparent) 0 40%, transparent 40% 100%), radial-gradient(circle at right center,
            color-mix(in srgb, currentcolor 25%, transparent) 0 50%, transparent 50% 100%), radial-gradient(circle at right center,
              color-mix(in srgb, currentcolor 18%, transparent) 0 60%, transparent 60% 100%), radial-gradient(circle at right center,
                color-mix(in srgb, currentcolor 10%, transparent) 0 70%, transparent 70% 100%);
  background-position: calc(100% + 19px) center,  calc(100% + 19px) center,  calc(100% + 19px) center,  calc(100% + 19px) center,  calc(100% + 19px) center,  calc(100% + 19px) center,  calc(100% + 19px) center;
  background-repeat: no-repeat;
}
.text-video__content{
	margin-top : var(--sm-2);
}
@media (max-width:992px) {
  .text-video__circular-overlay {
    height: 47.3rem;
    width: 23.6rem;
    bottom: -17rem;
    background-position:unset;
  }
}
@media (max-width:768px) {
  .text-video__circular-overlay {
    height: 36.6rem;
    width: 18.3rem;
    right: 0px;
    bottom: -9rem
  }

}
 
@media (min-width:768px) {
  /*.text-video .image-video-with-caption__image {
    height: 19.3rem
  }*/
    .text-video__content{
	margin-top : 0;
	}
}
@media (min-width:992px) {
  /*.text-video .image-video-with-caption__image {
    height: 36rem
  }*/
}
.text-video--shapeoverlay.text-video + section {    z-index: 1;}
.text-video .bg-primary-6 .color-display, .text-video .bg-primary-6 .rte p{color:var(--primary-5);}