/*============================ Full Width image text quote Css ==============================*/

.full-width-image--wrapper .module-full-width-image-inner-wrapper { min-height: 660px; background-size: cover; background-position: center; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: flex-start; }
.banner-text-bg__images .banner-text-bg__image svg { height: 100%; }
.banner-text-bg__images .banner-text-bg__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.quote--wrapper .icon-quote-start{position:absolute;left:-3px;}
.quote--wrapper .icon-quote-end,
.quote--wrapper .icon-quote-start { vertical-align: text-top; }
.quote-user-role--wrapper .user-name { line-height: 2.8rem; }
.quote--wrapper .icon { font-size: 1.2rem; }
.full-width-img--content-wrapper .h1 { margin-bottom: 0; }
@media screen and (max-width: 1199.98px) {
  .full-width-image--wrapper .module-full-width-image-inner-wrapper { min-height: 528px }
  .banner-text-bg__images .banner-text-bg__image.circular--pattern { left: -28%; }
  .banner-text-bg__images .banner-text-bg__image.rect--pattern { left: -70%; }
}
@media screen and (max-width: 767.98px) {
 .full-width-image--wrapper .heading--wrapper.quote-heading,.quote-user-role--wrapper {padding-left: 15px;}
 .full-width-image--wrapper .module-full-width-image-inner-wrapper { min-height: 528px }
 .banner-text-bg__images .banner-text-bg__image.circular--pattern { left: -115%; }
 .banner-text-bg__images .banner-text-bg__image.rect--pattern { left: -192%; height: 100%;  }
 .quote--wrapper .icon-quote-start{left:10px;}
}

/*---bugs changes---*/
@media screen and (min-width: 576px) and (max-width: 767.98px){
.banner-text-bg__images .banner-text-bg__image.circular--pattern { left: -70%; }
}

/*============================ Full video with stats Css ==============================*/

.full-video-with-stats  { position:relative;z-index: 1; } 
.full-video-with-stats::before{background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);background-repeat: no-repeat; background-size: cover; background-position: center center;content:'';z-index: 2;position: absolute;height: 100%;width: 100%;left: 0;top: 0;}
.fullImageContent__wrapper-data { padding-top: 22px; } 
.fullImageContent__wrapper .cta-wrapper { margin-top: 48px; } 
.fullImageContent__wrapper .fullImageContent__wrapper-data p.numbers .counting-number{font-size: 5.4rem;font-family: var(--font-primary-regular);color: var(--color-primary-4);line-height: 5.4rem; margin-right: 4px;}
.fullImageContent__wrapper .fullImageContent__wrapper-data p.numbers span{font-size: 2.7rem;line-height: 3.1rem;font-family: var(--font-secondary-medium);color: var(--color-primary-4);}
.fullImageContent__wrapper .fullImageContent__wrapper-data .description{color: var(--color-primary-4);line-height: 2.4rem;}
.full-video-with-stats .video-cta{position: absolute;right: 0;bottom: 0;}
.full-video-with-stats .video-cta a span{color: var(--color-primary-7);}
.full-video-with-stats .video-cta a{font-size:3.0rem;}
.full-video-with-stats .video-cta a.pause span::before{content: "\e904";}
.fullImageContent__wrapper-data-item{margin-right:32px;}
.fullImageContent__wrapper .fullImageContent__wrapper-data-item:last-child{margin-right:0px;}
.full-video-with-stats .inv_ParentContainer {height:650px;width:100%}

.full-video-with-stats .video-player-wrapper {height:650px;width:100%}
.full-video-with-stats .video-player-wrapper video{height: 650px;object-fit: cover;width: 100% !important;}
.full-video-with-stats .video-player-wrapper .vjs-fluid:not(.vjs-audio-only-mode){padding-top: 650px;width: 100% !important;}
.full-video-with-stats .video-player-wrapper .vjs-control-bar{display: none;}

.fullImageContent__wrapper-data-item p.numbers{margin-bottom: 7px;}
.full-video-with-stats-content{position: absolute;top: 0;left: 0;z-index: 3;height: 100%;width: 100%;display: flex;align-items: center;}
.full-video-with-stats .inv_ParentContainer .inv_playerContainer[data-inv_playertype="singleplayer"].inv_videoPaused.inv_desktop .inv_overlayPlay, 
.full-video-with-stats .inv_ParentContainer .inv_playerContainer[data-inv_playertype="singleplayer"].inv_videoPaused.inv_desktop .inv_overlayPlay:hover{background-image: none;}

@media only screen and (max-width: 1199px){
 .fullImageContent__wrapper .cta-wrapper { margin-top: 37px; } 
 .fullImageContent__wrapper-data .fullImageContent__wrapper-data-item{margin-right:0px;}
 .fullImageContent__wrapper-data{justify-content: space-between;}
 .full-video-with-stats .video-cta{right:32px;}
 .full-video-with-stats .video-cta a{font-size:2.2rem;}
 .fullImageContent__wrapper .fullImageContent__wrapper-data p.numbers .counting-number {line-height:6.3rem;}
 }
 
@media only screen and (max-width: 767px){
 .fullImageContent__wrapper-data-item { margin-right: 28px; } 
/* .fullImageContent__wrapper-data { display: none !important;} */
 .fullImageContent__wrapper .cta-wrapper { margin-top: 24px; } 
 .full-video-with-stats{min-height: 530px;display: flex;align-items: center;}
 .full-video-with-stats .video-cta{bottom: -70px;right: 16px;}
 
.full-video-with-stats .video-player-wrapper {height:530px;}
.full-video-with-stats .video-player-wrapper .vjs-fluid:not(.vjs-audio-only-mode) {padding-top: 530px;}
.full-video-with-stats .video-player-wrapper video {height: 530px;}
 }
