/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
#content .IFS-93 .swiper-slide {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0);
}
#content .IFS-93 .swiper-slide-duplicate-prev,
#content .IFS-93 .swiper-slide-duplicate-next,
#content .IFS-93 .swiper-slide-prev,
#content .IFS-93 .swiper-slide-next {
  opacity: 0.4;
}
#content .IFS-93 .swiper-slide-active {
  opacity: 1;
  box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.56);
}
#content .IFS-93 .swiper-slide-active .carousel-card__details {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media only screen and (max-width: 576px) {
  #content .IFS-93 .swiper-slide-active {
    box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0);
  }
}
#content .IFS-93 .swiper {
  margin-bottom: 45px;
  padding: 0px 8px;
}
#content .IFS-93 .swiper-wrapper {
  padding-bottom: 25px;
}
#content .IFS-93 .swiper-wrapper .wistia_responsive_padding {
  margin-bottom: 0;
}
#content .IFS-93 .swiper-wrapper .wistia_responsive_padding:after {
  border-radius: 26px;
  background-image: none;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 0px;
}
#content .IFS-93 .swiper-slide,
#content .IFS-93 .swiper-controls {
  max-width: 720px;
  position: relative;
  margin: 0px auto;
}
@media only screen and (max-width: 768px) {
  #content .IFS-93 .swiper-slide,
  #content .IFS-93 .swiper-controls {
    max-width: calc(100% - 50px);
  }
}
#content .IFS-93 .swiper-slide {
  border-radius: 1.4rem;
}
#content .IFS-93 .swiper-controls {
  height: 50px;
}
#content .IFS-93 .swiper-button-prev,
#content .IFS-93 .swiper-button-next {
  right: 0;
  top: 10px;
  width: 3rem;
  height: 3rem;
  border: solid 1px #73caf8;
  border-radius: 50%;
  background: url(/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-black.svg) no-repeat center;
  background-size: 1.1rem;
}
#content .IFS-93 .swiper-button-prev:after,
#content .IFS-93 .swiper-button-next:after {
  display: none;
}
#content .IFS-93 .swiper-button-prev {
  left: auto;
  right: 60px;
  top: 10px;
  -webkit-transform: rotate(180deg) translateY(0%);
  transform: rotate(180deg) translateY(0%);
}
#content .IFS-93 .swiper-pagination {
  padding-right: 120px;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
}
#content .IFS-93 .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  border-radius: 2px;
  background: #e9e9e9;
  margin: 0 0.25rem;
  font-size: 0;
  opacity: 1;
}
#content .IFS-93 .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff6375;
}

.swiper.IFS-93 .carousel-card {
  height: 405px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .swiper.IFS-93 .carousel-card {
    height: auto;
    border-radius: 0px;
  }
}
.swiper.IFS-93 .carousel-card__background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.2%;
}
.swiper.IFS-93 .carousel-card__background .field-image {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}
.swiper.IFS-93 .carousel-card__background .field-image img {
  width: auto;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 576px) {
  .swiper.IFS-93 .carousel-card__background {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .swiper.IFS-93 .carousel-card__background .field-image {
    position: relative;
    height: 200px;
  }
  .swiper.IFS-93 .carousel-card__background .field-image img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.swiper.IFS-93 .carousel-card__details {
  position: absolute;
  bottom: 0;
  padding: 19px 24px;
  background: rgb(35, 35, 35);
  background: linear-gradient(0deg, #232323 -3%, rgba(27, 27, 27, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  text-align: left;
  -webkit-transform: translateY(17px);
  transform: translateY(17px);
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s, transform 0.75s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s, -webkit-transform 0.75s cubic-bezier(0.475, 0.425, 0, 0.995) 0.4s;
}
@media only screen and (max-width: 576px) {
  .swiper.IFS-93 .carousel-card__details {
    background: transparent;
    position: relative;
    height: auto;
    padding: 1rem 0;
  }
}
.swiper.IFS-93 .carousel-card__category {
  text-align: left;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 2rem;
  color: #CE93FF;
}
.swiper.IFS-93 .carousel-card__category a {
  color: #CE93FF;
}
.swiper.IFS-93 .carousel-card__date {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  color: #7c7c7c;
}
.swiper.IFS-93 .carousel-card__date a {
  color: #7c7c7c;
}
.swiper.IFS-93 .carousel-card__title {
  color: #fff;
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 24px;
  text-transform: capitalize;
}
.swiper.IFS-93 .carousel-card__title a {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .swiper.IFS-93 .carousel-card__title {
    color: #1E1E1E;
  }
  .swiper.IFS-93 .carousel-card__title a {
    color: #1E1E1E;
  }
}
.swiper.IFS-93 .carousel-card a:hover {
  text-decoration: none;
}