.promo-cards .promo-card, .featured-promo-card {
  display: block;
  border-radius: 22px;
  text-decoration: none !important;
  position: relative;
  min-height: 480px;
  width: calc(33.3333333333% - 30px);
  overflow: hidden;
}
.promo-cards .promo-card:hover::after, .featured-promo-card:hover::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.promo-cards .promo-card::after, .featured-promo-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  transition: background-color 0.5s ease-in;
}
.promo-cards .promop-content.promo-card, .promop-content.featured-promo-card {
  cursor: pointer;
}
.promo-cards .promo-card .bg, .featured-promo-card .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promo-cards .promo-card .promo-content, .featured-promo-card .promo-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.promo-cards .promo-card .promo-content > h4, .featured-promo-card .promo-content > h4,
.promo-cards .promo-card .promo-content > h4 .scWebEditInput,
.featured-promo-card .promo-content > h4 .scWebEditInput,
.promo-cards .promo-card .promo-content > h2,
.featured-promo-card .promo-content > h2,
.promo-cards .promo-card .promo-content > h2 .scWebEditInput,
.featured-promo-card .promo-content > h2 .scWebEditInput,
.promo-cards .promo-card .promo-content > p,
.featured-promo-card .promo-content > p,
.promo-cards .promo-card .promo-content > .para-content p,
.featured-promo-card .promo-content > .para-content p,
.promo-cards .promo-card .promo-content > .para-content span,
.featured-promo-card .promo-content > .para-content span {
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.95);
}
.promo-cards .promo-card .promo-content > h4, .featured-promo-card .promo-content > h4,
.promo-cards .promo-card .promo-content > h4 .scWebEditInput,
.featured-promo-card .promo-content > h4 .scWebEditInput {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.promo-cards .promo-card .promo-content > h2, .featured-promo-card .promo-content > h2,
.promo-cards .promo-card .promo-content > h2 .scWebEditInput,
.featured-promo-card .promo-content > h2 .scWebEditInput,
.promo-cards .promo-card .promo-content > h4,
.featured-promo-card .promo-content > h4,
.promo-cards .promo-card .promo-content > h4 .scWebEditInput,
.featured-promo-card .promo-content > h4 .scWebEditInput {
  -webkit-line-clamp: 5;
}
.promo-cards .promo-card .promo-content > p, .featured-promo-card .promo-content > p,
.promo-cards .promo-card .promo-content > .para-content p,
.featured-promo-card .promo-content > .para-content p,
.promo-cards .promo-card .promo-content > .para-content span,
.featured-promo-card .promo-content > .para-content span {
  -webkit-line-clamp: 6;
}

body:not(.on-page-editor) .promo-component {
  opacity: 0;
}
body:not(.on-page-editor) .promo-component.loaded {
  opacity: 1;
}

.promo-component,
.promo-components {
  position: relative;
  transition: opacity 0.4s ease-in;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background-size: cover;
}
.promo-component.repeat,
.promo-components.repeat {
  background-size: contain;
  background-repeat: repeat;
}
.promo-component.repeat-x,
.promo-components.repeat-x {
  background-size: contain;
  background-repeat: repeat-x;
}
.promo-component.repeat-y,
.promo-components.repeat-y {
  background-size: contain;
  background-repeat: repeat-y;
}
.promo-component.fixed-background,
.promo-components.fixed-background {
  background-size: cover;
  background-attachment: fixed;
}
.promo-component.dark-bg-theme .component-title,
.promo-component.dark-bg-theme .component-para,
.promo-component.dark-bg-theme .component-para .scWebEditInput,
.promo-components.dark-bg-theme .component-title,
.promo-components.dark-bg-theme .component-para,
.promo-components.dark-bg-theme .component-para .scWebEditInput {
  color: #fff;
}
@media (min-width: 700px) {
  .promo-component.dark-bg-theme .featured-promo-card .promo-content > h2,
  .promo-component.dark-bg-theme .featured-promo-card .promo-content > h2 .scWebEditInput,
  .promo-component.dark-bg-theme .featured-promo-card .promo-content > p,
  .promo-component.dark-bg-theme .featured-promo-card .promo-content > .para-content p,
  .promo-component.dark-bg-theme .featured-promo-card .promo-content > .para-content span,
  .promo-components.dark-bg-theme .featured-promo-card .promo-content > h2,
  .promo-components.dark-bg-theme .featured-promo-card .promo-content > h2 .scWebEditInput,
  .promo-components.dark-bg-theme .featured-promo-card .promo-content > p,
  .promo-components.dark-bg-theme .featured-promo-card .promo-content > .para-content p,
  .promo-components.dark-bg-theme .featured-promo-card .promo-content > .para-content span {
    color: #fff;
  }
  .promo-component.dark-bg-theme .featured-promo-card .promo-content > h2 span:not(.scWebEditInput),
  .promo-components.dark-bg-theme .featured-promo-card .promo-content > h2 span:not(.scWebEditInput) {
    color: #33ff94;
  }
  .promo-component.dark-bg-theme .featured-promo-card:hover,
  .promo-components.dark-bg-theme .featured-promo-card:hover {
    background: rgba(54, 0, 101, 0.6);
  }
}
.promo-component.dark-bg-theme .promo-card-prev,
.promo-component.dark-bg-theme .promo-card-next,
.promo-components.dark-bg-theme .promo-card-prev,
.promo-components.dark-bg-theme .promo-card-next {
  border: 1px solid #fff;
}
.promo-component.dark-bg-theme .promo-card-prev svg path,
.promo-component.dark-bg-theme .promo-card-next svg path,
.promo-components.dark-bg-theme .promo-card-prev svg path,
.promo-components.dark-bg-theme .promo-card-next svg path {
  fill: #fff;
}
.promo-component.dark-bg-theme .promo-card-count,
.promo-components.dark-bg-theme .promo-card-count {
  color: #fff;
}
.promo-component.dark-bg-theme .promo-card-gesture,
.promo-components.dark-bg-theme .promo-card-gesture {
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-dark.gif");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-dark.jpg");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-dark.jpeg");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-dark.png");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-dark.svg");
}
@media (min-width: 700px) {
  .promo-component.light-bg-theme .featured-promo-card .promo-content > h2,
  .promo-component.light-bg-theme .featured-promo-card .promo-content > h2 .scWebEditInput,
  .promo-component.light-bg-theme .featured-promo-card .promo-content > p,
  .promo-component.light-bg-theme .featured-promo-card .promo-content > .para-content p,
  .promo-component.light-bg-theme .featured-promo-card .promo-content > .para-content span,
  .promo-components.light-bg-theme .featured-promo-card .promo-content > h2,
  .promo-components.light-bg-theme .featured-promo-card .promo-content > h2 .scWebEditInput,
  .promo-components.light-bg-theme .featured-promo-card .promo-content > p,
  .promo-components.light-bg-theme .featured-promo-card .promo-content > .para-content p,
  .promo-components.light-bg-theme .featured-promo-card .promo-content > .para-content span {
    color: #232323;
  }
}
.promo-component.light-bg-theme .promo-cards-navigation .promo-card-bullets .swiper-pagination-bullet,
.promo-components.light-bg-theme .promo-cards-navigation .promo-card-bullets .swiper-pagination-bullet {
  background: #000;
}
.promo-component.full-bleed .container,
.promo-components.full-bleed .container {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.promo-component.full-bleed .promo-cards-navigation,
.promo-components.full-bleed .promo-cards-navigation {
  display: block !important;
  margin-top: 20px;
}
.promo-component.full-bleed .promo-cards-navigation .promo-cards-pagination,
.promo-components.full-bleed .promo-cards-navigation .promo-cards-pagination {
  display: flex;
}
.promo-component.full-bleed .promo-cards-navigation .promo-cards-pagination .promo-card-prev,
.promo-components.full-bleed .promo-cards-navigation .promo-cards-pagination .promo-card-prev {
  margin: 0 70px 0 0;
}
.promo-component.full-bleed .promo-cards-navigation .promo-cards-pagination .promo-card-next,
.promo-components.full-bleed .promo-cards-navigation .promo-cards-pagination .promo-card-next {
  margin: 0 0 0 110px;
}
.promo-component.full-bleed .promo-cards-navigation .promo-cards-pagination .promo-card-count,
.promo-components.full-bleed .promo-cards-navigation .promo-cards-pagination .promo-card-count {
  display: none;
}
.promo-component.full-bleed .promo-cards-navigation .promo-card-bullets,
.promo-components.full-bleed .promo-cards-navigation .promo-card-bullets {
  display: flex;
  margin-top: -30px;
}
.promo-component.full-bleed .promo-cards,
.promo-components.full-bleed .promo-cards {
  margin-top: 30px;
}
.promo-component.full-bleed .promo-cards .promo-card,
.promo-components.full-bleed .promo-cards .promo-card {
  width: 100%;
  min-height: none;
  margin: 0;
}
@media (min-width: 700px) {
  .promo-component.full-bleed,
  .promo-components.full-bleed {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .promo-component.full-bleed .promo-card:first-child.swiper-slide-active,
  .promo-components.full-bleed .promo-card:first-child.swiper-slide-active {
    margin-left: 15px;
  }
  .promo-component.full-bleed .promo-cards .swiper-wrapper,
  .promo-components.full-bleed .promo-cards .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .promo-component.full-bleed .promo-cards .swiper-wrapper.swiper-wrapper-moved,
  .promo-components.full-bleed .promo-cards .swiper-wrapper.swiper-wrapper-moved {
    position: relative;
    left: 7.5%;
  }
}
.promo-component .component-bg,
.promo-component .component-bg video,
.promo-components .component-bg,
.promo-components .component-bg video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-component .component-title,
.promo-component .component-para,
.promo-component .component-para .scWebEditInput,
.promo-components .component-title,
.promo-components .component-para,
.promo-components .component-para .scWebEditInput {
  text-align: center !important;
  color: #232323;
  position: relative;
  z-index: 1;
  max-width: 1400px;
}
.promo-component .component-title,
.promo-components .component-title {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  margin: 0 auto;
}
.promo-component h1.component-title,
.promo-components h1.component-title {
  font-size: 64px;
}
.promo-component h2.component-title,
.promo-components h2.component-title {
  font-size: 48px;
}
.promo-component h3.component-title,
.promo-components h3.component-title {
  font-size: 32px;
}
.promo-component h4.component-title,
.promo-components h4.component-title {
  font-size: 24px;
}
.promo-component .component-para,
.promo-components .component-para {
  font-size: 16px;
  margin: 10px auto 0;
}
.promo-component.position-center .promo-cards .promo-card,
.promo-components.position-center .promo-cards .promo-card {
  text-align: center;
}
.promo-component.position-center .promo-cards .promo-card .button-container,
.promo-components.position-center .promo-cards .promo-card .button-container {
  justify-content: center;
}
.promo-component.position-center .featured-promo-card .promo-content > h2,
.promo-component.position-center .featured-promo-card .promo-content > h2 .scWebEditInput,
.promo-component.position-center .featured-promo-card .promo-content > p,
.promo-component.position-center .featured-promo-card .promo-content > .para-content p,
.promo-component.position-center .featured-promo-card .promo-content > .para-content span,
.promo-components.position-center .featured-promo-card .promo-content > h2,
.promo-components.position-center .featured-promo-card .promo-content > h2 .scWebEditInput,
.promo-components.position-center .featured-promo-card .promo-content > p,
.promo-components.position-center .featured-promo-card .promo-content > .para-content p,
.promo-components.position-center .featured-promo-card .promo-content > .para-content span {
  text-align: left !important;
}
.promo-component.position-center .featured-promo-card .button-container,
.promo-components.position-center .featured-promo-card .button-container {
  justify-content: flex-start !important;
}
.promo-component.position-right .promo-cards .promo-card,
.promo-components.position-right .promo-cards .promo-card {
  text-align: right;
}
.promo-component.position-right .promo-cards .promo-card .button-container,
.promo-components.position-right .promo-cards .promo-card .button-container {
  justify-content: flex-end;
}
.promo-component.position-right .featured-promo-card .promo-content > h2,
.promo-component.position-right .featured-promo-card .promo-content > h2 .scWebEditInput,
.promo-component.position-right .featured-promo-card .promo-content > p,
.promo-component.position-right .featured-promo-card .promo-content > .para-content p,
.promo-component.position-right .featured-promo-card .promo-content > .para-content span,
.promo-components.position-right .featured-promo-card .promo-content > h2,
.promo-components.position-right .featured-promo-card .promo-content > h2 .scWebEditInput,
.promo-components.position-right .featured-promo-card .promo-content > p,
.promo-components.position-right .featured-promo-card .promo-content > .para-content p,
.promo-components.position-right .featured-promo-card .promo-content > .para-content span {
  text-align: left !important;
}
.promo-component.position-right .featured-promo-card .button-container,
.promo-components.position-right .featured-promo-card .button-container {
  justify-content: flex-start !important;
}
@media (min-width: 700px) {
  .promo-component.position-right .featured-promo-card .promo-content,
  .promo-components.position-right .featured-promo-card .promo-content {
    order: -1;
  }
  .promo-component.position-right .featured-promo-card .promo-content > h2,
  .promo-component.position-right .featured-promo-card .promo-content > h2 .scWebEditInput,
  .promo-component.position-right .featured-promo-card .promo-content > p,
  .promo-component.position-right .featured-promo-card .promo-content > .para-content p,
  .promo-component.position-right .featured-promo-card .promo-content > .para-content span,
  .promo-components.position-right .featured-promo-card .promo-content > h2,
  .promo-components.position-right .featured-promo-card .promo-content > h2 .scWebEditInput,
  .promo-components.position-right .featured-promo-card .promo-content > p,
  .promo-components.position-right .featured-promo-card .promo-content > .para-content p,
  .promo-components.position-right .featured-promo-card .promo-content > .para-content span {
    text-align: left !important;
  }
  .promo-component.position-right .featured-promo-card .bg,
  .promo-components.position-right .featured-promo-card .bg {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 700px) {
  .promo-component.two-column-grid .promo-cards .promo-card,
  .promo-components.two-column-grid .promo-cards .promo-card {
    width: calc(50% - 30px);
  }
}
.promo-component .promo-cards-pagination,
.promo-components .promo-cards-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 214px;
  margin: auto;
}
.promo-component .promo-card-count,
.promo-components .promo-card-count {
  margin: 0 50px;
  display: flex;
  justify-content: center;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
}
.promo-component .promo-card-count .swiper-pagination-current,
.promo-component .promo-card-count .swiper-pagination-total,
.promo-components .promo-card-count .swiper-pagination-current,
.promo-components .promo-card-count .swiper-pagination-total {
  margin: 0 6px;
}
.promo-component .promo-card-prev,
.promo-component .promo-card-next,
.promo-components .promo-card-prev,
.promo-components .promo-card-next {
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #72c9f8;
  cursor: pointer;
}
.promo-component .promo-card-prev svg,
.promo-component .promo-card-next svg,
.promo-components .promo-card-prev svg,
.promo-components .promo-card-next svg {
  width: 18px;
  height: 18px;
}
.promo-component .promo-card-prev.swiper-button-disabled,
.promo-component .promo-card-next.swiper-button-disabled,
.promo-components .promo-card-prev.swiper-button-disabled,
.promo-components .promo-card-next.swiper-button-disabled {
  opacity: 0.4;
}
.promo-component .promo-card-gesture,
.promo-components .promo-card-gesture {
  width: 50px;
  height: 50px;
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-light.gif");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-light.jpg");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-light.jpeg");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-light.png");
  background-image: url("/-/media10/project/ifs/ifs/promo-card/drag-light.svg");
  background-size: cover;
  margin: auto;
  display: none;
}
.promo-component .promo-cards-navigation,
.promo-components .promo-cards-navigation {
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  .promo-component .promo-cards-navigation,
  .promo-components .promo-cards-navigation {
    display: none;
  }
}
.promo-component .promo-card-bullets,
.promo-components .promo-card-bullets {
  margin: auto;
  display: flex;
  justify-content: center;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.promo-component .promo-card-bullets .swiper-pagination-bullet,
.promo-components .promo-card-bullets .swiper-pagination-bullet {
  background: #fff;
  min-width: 12px;
  min-height: 12px;
  border: 2px solid;
}
.promo-component.enable-touch .promo-cards-pagination,
.promo-components.enable-touch .promo-cards-pagination {
  display: none;
}
.promo-component.enable-touch .promo-card-gesture,
.promo-components.enable-touch .promo-card-gesture {
  display: block;
}
@media (max-width: 700px) {
  .promo-component.enable-touch,
  .promo-components.enable-touch {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .promo-component.enable-touch .component-title,
  .promo-component.enable-touch .component-para,
  .promo-component.enable-touch .component-para .scWebEditInput,
  .promo-components.enable-touch .component-title,
  .promo-components.enable-touch .component-para,
  .promo-components.enable-touch .component-para .scWebEditInput {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo-component.enable-touch .promo-cards .promo-card:first-child.swiper-slide-active,
  .promo-components.enable-touch .promo-cards .promo-card:first-child.swiper-slide-active {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .promo-component,
  .promo-components {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .promo-component .container,
  .promo-components .container {
    padding-right: 0;
    padding-left: 0;
  }
  .promo-component .component-title,
  .promo-components .component-title {
    line-height: normal;
  }
  .promo-component h1.component-title,
  .promo-components h1.component-title {
    font-size: 32px;
  }
  .promo-component h2.component-title,
  .promo-components h2.component-title {
    font-size: 28px;
  }
  .promo-component h3.component-title,
  .promo-components h3.component-title {
    font-size: 24px;
  }
  .promo-component h4.component-title,
  .promo-components h4.component-title {
    font-size: 20px;
  }
}
@media (min-width: 700px) {
  .promo-component .promo-cards-container,
  .promo-components .promo-cards-container {
    margin-top: 25px;
  }
}

.promo-components .promo-component {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}
.promo-components .promo-component:last-child {
  margin-bottom: 0;
}
.promo-components .promo-component:not(:first-child) .featured-promo-card {
  margin-top: 0px;
}
.promo-components .promo-component .featured-promo-card {
  margin-bottom: 0px;
}

.featured-promo-card {
  width: 100%;
}
.featured-promo-card::after {
  display: none;
}
.featured-promo-card .bg {
  margin: 0;
}
.featured-promo-card .promo-content > h2 {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 14px 0;
}
.featured-promo-card .promo-content > h2 span:not(.scWebEditInput) {
  color: #fff;
}
@media (max-width: 701px) {
  .featured-promo-card::after {
    display: block;
  }
}
@media (min-width: 700px) {
  .featured-promo-card {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-radius: 22px;
    transition: all 0.5s ease-in;
    padding: 30px;
  }
  .featured-promo-card:hover {
    border: 1px solid #8427e2;
    background: rgba(255, 255, 255, 0.6);
  }
  .featured-promo-card:hover .bg::after {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .featured-promo-card .bg {
    min-width: 300px;
    margin-right: 30px;
    height: 417px;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
  }
  .featured-promo-card .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 22px;
    transition: background-color 0.5s ease-in;
  }
  .featured-promo-card .promo-content {
    position: static;
  }
  .featured-promo-card .promo-content > h2,
  .featured-promo-card .promo-content > h2 .scWebEditInput {
    font-size: 48px;
    line-height: 60px;
    color: #232323;
    text-shadow: none;
  }
  .featured-promo-card .promo-content > h2 span:not(.scWebEditInput),
  .featured-promo-card .promo-content > h2 .scWebEditInput span:not(.scWebEditInput) {
    color: #8427e2;
  }
  .featured-promo-card .promo-content > p,
  .featured-promo-card .promo-content > .para-content p,
  .featured-promo-card .promo-content > .para-content span {
    font-family: "EuclidCircularA-Light", Arial, sans-serif;
    font-size: 16px;
    text-shadow: none;
    color: #232323;
    line-height: 24px;
  }
}

.featured-promo-card,
.promo-card {
  margin: 30px 0 20px;
}
@media (min-width: 700px) {
  .featured-promo-card,
  .promo-card {
    margin: 40px 0 20px;
  }
}
.featured-promo-card:hover .bg .bg-image,
.promo-card:hover .bg .bg-image {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.featured-promo-card:hover .button-container .cta::after,
.promo-card:hover .button-container .cta::after {
  opacity: 1 !important;
}
.featured-promo-card .bg .bg-image,
.featured-promo-card .bg video,
.promo-card .bg .bg-image,
.promo-card .bg video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in;
}
.featured-promo-card .bg .bg-image,
.promo-card .bg .bg-image {
  background-size: cover;
  background-position: center;
}
@media (max-width: 701px) {
  .featured-promo-card .promo-content .button-container .cta,
  .promo-card .promo-content .button-container .cta {
    background-image: linear-gradient(to top, #33ff94, #33ff94) !important;
  }
  .featured-promo-card .promo-content .button-container .cta::after,
  .promo-card .promo-content .button-container .cta::after {
    display: none;
  }
}
.featured-promo-card .promo-content > h4,
.featured-promo-card .promo-content > h4 .scWebEditInput,
.featured-promo-card .promo-content > h2,
.featured-promo-card .promo-content > h2 .scWebEditInput,
.featured-promo-card .promo-content > p,
.featured-promo-card .promo-content > .para-content p,
.featured-promo-card .promo-content > .para-content span,
.promo-card .promo-content > h4,
.promo-card .promo-content > h4 .scWebEditInput,
.promo-card .promo-content > h2,
.promo-card .promo-content > h2 .scWebEditInput,
.promo-card .promo-content > p,
.promo-card .promo-content > .para-content p,
.promo-card .promo-content > .para-content span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.featured-promo-card .promo-content > h4,
.promo-card .promo-content > h4 {
  margin: 0 0 14px 0;
}
.featured-promo-card .promo-content > p,
.featured-promo-card .promo-content > .para-content p,
.featured-promo-card .promo-content > .para-content span,
.promo-card .promo-content > p,
.promo-card .promo-content > .para-content p,
.promo-card .promo-content > .para-content span {
  font-family: "EuclidCircularA-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.featured-promo-card .promo-content .button-container,
.promo-card .promo-content .button-container {
  margin-top: 14px;
}
.featured-promo-card .promo-content .button-container .cta,
.promo-card .promo-content .button-container .cta {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  position: relative;
  transition: background-image 0.3s ease-in;
  background-image: linear-gradient(to top, #CD92FF, #CD92FF);
}
.featured-promo-card .promo-content .button-container .cta span,
.promo-card .promo-content .button-container .cta span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.featured-promo-card .promo-content .button-container .cta::after,
.promo-card .promo-content .button-container .cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 26px;
  background-image: linear-gradient(to top, #72c9f8 -50%, #33FF94);
  transition: opacity 0.3s ease-in;
  opacity: 0;
}

.promo-cards .promo-card {
  width: 100%;
}
@media (min-width: 700px) {
  .promo-cards .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .promo-cards .promo-card {
    margin: 15px;
    min-height: 400px;
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 850px) {
  .promo-cards .promo-card {
    width: calc(50% - 30px);
  }
}