.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--features {
  padding: 40px 0 0;
}
.block--features .container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.block--features .features-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .block--features .features-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.block--features .features-headline {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.block--features .features-headline h1, .block--features .features-headline h2 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: -0.67px;
  color: #202432;
  margin: 0;
}
@media (max-width: 767px) {
  .block--features .features-headline h1, .block--features .features-headline h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.block--features .features-headline h1 .accent-text, .block--features .features-headline h2 .accent-text {
  background: linear-gradient(84deg, #8632cf 0%, #1981ce 73.14%, #22ec8b 95.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block--features .features-headline p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #202432;
  margin: 0;
}
.block--features .features-arrows {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .block--features .features-arrows {
    width: 100%;
    justify-content: flex-start;
  }
}
.block--features .features-arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  color: #202432;
  cursor: pointer;
  position: relative;
  background: transparent;
  border: none;
}
.block--features .features-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1000px;
  padding: 1px;
  background: linear-gradient(90deg, #22EC8B 0%, #E7BBFC 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.block--features .features-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1000px;
  padding: 1px;
  background: linear-gradient(90deg, #22EC8B 0%, #E7BBFC 50%, #B968FF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.block--features .features-arrow svg {
  width: 11px;
  height: 9px;
  position: relative;
  z-index: 2;
}
.block--features .features-arrow:hover::before {
  opacity: 0;
}
.block--features .features-arrow.features-arrow-prev {
  transform: rotate(180deg) scaleY(-1);
}
.block--features .features-slider {
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.block--features .features-slider.slick-initialized {
  opacity: 1;
}
body.wp-admin .block--features .features-slider {
  opacity: 1;
}
.block--features .features-slider .slick-list {
  overflow: visible !important;
  margin-left: 0;
}
@media (max-width: 767px) {
  .block--features .features-slider .slick-list {
    overflow: hidden !important;
  }
}
.block--features .features-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.block--features .features-slider .slick-slide {
  width: 524px !important;
  margin-right: 30px;
  height: auto;
  display: flex;
}
@media (max-width: 767px) {
  .block--features .features-slider .slick-slide {
    margin-right: 0;
    width: 100% !important;
  }
}
.block--features .features-slider .slick-slide:first-child {
  margin-left: 0;
}
.block--features .features-slider .slick-slide > div {
  height: 100%;
  display: flex;
}
.block--features .features-slider .slick-slide:nth-child(3n+1) .feature-image-link {
  background: url("../../../assets/images/feature1.png") center/cover no-repeat;
}
.block--features .features-slider .slick-slide:nth-child(3n+2) .feature-image-link {
  background: url("../../../assets/images/feature2.png") center/cover no-repeat;
}
.block--features .features-slider .slick-slide:nth-child(3n+3) .feature-image-link {
  background: url("../../../assets/images/feature3.png") center/cover no-repeat;
}
.block--features .feature-card {
  background: #eaecf3;
  border-radius: 24px;
  padding: 12px;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  width: 524px !important;
  flex-shrink: 0;
  height: 100%;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .block--features .feature-card {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .block--features .feature-card:hover {
    transform: translateY(-16px);
  }
}
.block--features .feature-card-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.block--features .feature-image-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 12px;
}
.block--features .feature-image {
  aspect-ratio: 591/380;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 32px 0px rgba(231, 187, 252, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px;
  position: relative;
}
.block--features .feature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.block--features .feature-content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  gap: 24px;
}
.block--features .feature-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block--features .feature-title {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.67px;
  color: #202432;
  margin: 0;
  transition: color 0.3s ease;
}
.block--features .feature-card-link:hover .feature-title {
  color: #b968ff;
}
.block--features .feature-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #202432;
  margin: 0;
}
.block--features .feature-content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid #22ec8b;
  border-radius: 100px;
  background: #202432;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
  width: auto;
  margin-top: auto;
}
.block--features .feature-content .btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.99994L9 1M9 1V8.99994M9 1H1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.block--features .feature-content .btn:hover, .block--features .feature-content .btn:active {
  background: #202432;
  border-color: #22ec8b;
  color: #ffffff;
}
.block--features .slick-dots {
  position: static !important;
  bottom: auto !important;
  display: flex !important;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 12px;
  margin: 0 0 20px;
  max-width: 1249px;
  width: 100%;
}
@media (max-width: 767px) {
  .block--features .slick-dots {
    margin: 30px 0;
    padding: 0 12px;
    gap: 12px;
    justify-content: center;
  }
}
.block--features .slick-dots li {
  margin: 0;
}
.block--features .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #202432;
  opacity: 0.3;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block--features .slick-dots li button:before {
  display: none;
}
.block--features .slick-dots li.slick-active button {
  background: #b968ff;
  opacity: 1;
}
