.image-with-accordion-large .swiper-slide-active.expanded .image-with-accordion-large__expanded-content{
opacity:1;/*max-height:1000px;*/ max-height:100%; display:block;position:relative;
}
.image-with-accordion-large .image-with-accordion-large__expand-cta-wrapper{
cursor: pointer;
}
.image-with-accordion-large .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--base-4);
  border-radius: var(--radius-sm);
  position: static
}
.image-with-accordion-large .swiper-button-prev:after {
  content: none
}
.image-with-accordion-large .swiper-button-prev:before {
  font-size: 2rem
}
.image-with-accordion-large iframe{width:100%;height:40rem;padding:var(--md-4) 0 0 0}
.image-with-accordion-large .swiper-button-next {
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--base-4);
  border-radius: var(--radius-sm);
  position: static
}
.image-with-accordion-large .swiper-button-next:after {
  content: none
}
.image-with-accordion-large .swiper-button-next:before {
  font-size: 2rem
}
.image-with-accordion-large .swiper-pagination {
  
  justify-content: space-between;
  width: 100%;
  padding: 0 var(--lg-1);top:55%;
  align-items: center
}
.image-with-accordion-large .swiper-container {
  position: relative;overflow-x:hidden;padding: 50px 0;overflow-y:visible;
  margin: -50px 0;
}
.image-with-accordion-large__expanded-content {
  max-height: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
  position: absolute;display:none;
  border-radius: var(--radius-lg);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}
.image-with-accordion-large__expanded-content.expanded {
  max-height: 500rem;
  opacity: 1;display:block;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);position:relative;
}
.image-with-accordion-large__image {
  width: 100%;
  height: 100%;
  min-height: 56.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: var(--md-3) var(--lg-1) var(--md-3) var(--md-3);
  border-radius: var(--radius-lg);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.image-with-accordion-large__image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
/*   background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(89.26%,rgba(0,0,0,.2)));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 89.26%); */
  border-radius: var(--radius-lg);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 89.26%);
opacity:.6;
}
.image-with-accordion-large__expand-cta {
  position: absolute;
  bottom: -2.4rem;
  right: 2.4rem;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.image-with-accordion-large .swiper-slide.swiper-slide-active .image-with-accordion-large__expand-cta:focus{opacity:1;}
.image-with-accordion-large .swiper-slide.swiper-slide-prev, .image-with-accordion-large .swiper-slide.swiper-slide-next{opacity: 0.6}

.image-with-accordion-large .swiper-slide.swiper-slide-active .image-with-accordion-large__image.expanded {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0
}
.image-with-accordion-large .swiper-slide.swiper-slide-active .image-with-accordion-large__image.expanded:after {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0
}
.image-with-accordion-large .swiper-slide.swiper-slide-active .image-with-accordion-large__image:after {
/*   background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(89.26%,rgba(0,0,0,.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 89.26%); */
  background: rgba(0, 0, 0, 0.50);
  opacity:1;
}
.image-with-accordion-large .swiper-slide.swiper-slide-active .image-with-accordion-large__expand-cta {
  opacity: 1;
  display: flex !important;
}
.image-with-accordion-large .swiper-button-prev,.image-with-accordion-large .swiper-button-next{z-index: 222;
  position: absolute;
  top: 28.3rem;
  }
  .image-with-accordion-large .swiper-button-prev{
  left: 0}
  .image-with-accordion-large .swiper-button-next{
  right: 0}
  .image-with-accordion-large__expanded-stats-wrapper .stat{padding: 0 var(--sm-3);}
  .image-with-accordion-large__expanded-stats-wrapper .stat:first-child{padding-left: 0;}
.image-with-accordion-large .swiper-button-prev:hover , .image-with-accordion-large .swiper-button-next:hover{color:var(--primary-2)}
.image-with-accordion-large .swiper-button-prev:focus , .image-with-accordion-large .swiper-button-next:focus{outline:3px solid rgba(0, 0, 0, 0.50)}

@media only screen and (min-width:992px){
 .image-with-accordion-large .swiper-button-prev{
  left: var(--lg-1);}
  .image-with-accordion-large .swiper-button-next{
  right: var(--lg-1);}

}