.ensorcell-carousel-module {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.ecm--content {
  width: 45%;
  flex: 0 0 45%;
  background: #fff;
  padding: 48px;
  border-radius: 8px;
}
.ecm--content .ecm--tag {
  font-weight: 700;
}
.ecm--content .ecm--title {
  font-size: 44px;
  line-height: 60px;
  font-weight: 300;
}
.ecm--content .ecm--title span {
  background: linear-gradient(269.94deg, #59B2A9 10.02%, #215C80 65.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.ecm--content .ecm--text-slide-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #59B2A9;
  font-family: Roboto, Sans-serif;
  font-size: 24px;
  display: flex;
}
.ecm--content .ecm--text-slide-title span {
  font-weight: 300;
  padding-right: 24px;
}
.ecm--content .ecm--text-slide-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #DEE2E6;
  margin-top: 10px;
}
.ecm--content .ecm--text-slide-link {
  position: relative;
  font-weight: 500;
  background: transparent;
  color: #343434;
  border: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none;
}
.ecm--content .ecm--text-slide-link span {
  color: #343434;
}
.ecm--content .ecm--text-slide-link .elementor-button-content-wrapper {
  display: inline;
}
.ecm--content .ecm--text-slide-link:hover, .ecm--content .ecm--text-slide-link:focus-within {
  background: linear-gradient(89.58deg, #63ACB7 0.38%, #7183B2 50.02%, #8A229D 99.66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-decoration: none;
}
.ecm--content a::after {
  content: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4461 5.96762C14.5168 5.79612 14.5168 5.60362 14.4461 5.43212C14.4104 5.34672 14.3593 5.26902 14.2949 5.20462L10.0949 1.00532C9.8219 0.731624 9.3788 0.731624 9.1051 1.00532C8.8314 1.27832 8.8314 1.72142 9.1051 1.99512L12.1102 5.00022H1.2C0.8136 5.00022 0.5 5.31312 0.5 5.70022C0.5 6.08662 0.8136 6.40022 1.2 6.40022H12.1102L9.1051 9.40536C8.8314 9.67836 8.8314 10.1214 9.1051 10.3951C9.2416 10.5316 9.4208 10.6002 9.6 10.6002C9.7792 10.6002 9.9584 10.5316 10.0949 10.3951L14.2949 6.19512C14.3593 6.13072 14.4104 6.05302 14.4461 5.96762Z" fill="rgb(52,52,52)"/></svg>');
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  margin-left: 4px;
}
.ecm--content .ecm--slide-nav {
  display: flex;
  gap: 2rem;
}
.ecm--content .ecm--slide-nav .slick-arrow {
  position: relative;
  background: #343434;
  border: 0;
  aspect-ratio: 1;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ecm--content .ecm--slide-nav .slick-arrow svg {
  scale: 1.4;
}
.ecm--content .ecm--slide-nav .slick-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(120deg, rgb(102, 172, 185) 0%, rgb(146, 97, 183) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.ecm--content .ecm--slide-nav .slick-arrow.ecm--slide-nav-prev::before {
  background: linear-gradient(120deg, rgb(146, 97, 183) 0%, rgb(102, 172, 185) 100%);
}

.ecm--images {
  width: calc(55% - 48px);
  flex: 0 0 calc(55% - 48px);
}
.ecm--images .slick-list,
.ecm--images .slick-track,
.ecm--images .ecm--image {
  height: 100%;
}
.ecm--images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.elementor-editor-active .ecm--images {
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .ensorcell-carousel-module {
    gap: 24px;
  }
  .ecm--images,
.ecm--content {
    flex: 0 0 100%;
    width: 100%;
  }
  .ecm--content .ecm--title {
    font-size: 28px;
    line-height: 1.3;
  }
  .ecm--content .ecm--text-slide-title {
    font-size: 18px;
  }
}

/*# sourceMappingURL=carousel.css.map */
