.wc-home-solution {
  background-color: #1E1D1D;
  padding-bottom: 88px;
}

.wc-home-solution__content {
  width: 100%;
  padding-left: max(32px, calc((100vw - 1280px) / 2 + 32px));
}

.wc-home-solution__header {
  padding: 88px 32px 0 0;
  margin-bottom: 72px;
}

.wc-home-solution__header h2 {
  color: #fff;
}

.wc-home-solution__header p {
  color: #C1C1C1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.wc-home-solution__title-section {
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.wc-solutions-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.wc-solutions-list .slick-track {
  display: flex;
}

.wc-solutions-list .slick-slide {
  height: inherit !important;
}

.wc-solutions-list .slick-slide>div {
  height: 100%;
}

.wc-solutions-card {
  margin: 0 8px;
  height: auto;
}

.wc-solutions-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.wc-solutions-card-inner {
  /* min-width: 620px; */
  width: 100%;
  min-height: 100%;
  background-color: #121212;
  border: 1px solid #373737;
  border-radius: 32px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.wc-solutions-card-link:hover .wc-solutions-card-inner {
  border-color: #F30941;
  background-color: rgba(243, 9, 65, 0.05);
}

.wc-solutions-number {
  color: #7B7B7B;
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 24px;
}

.wc-solutions-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.wc-solutions-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid #343434;
}

.wc-solutions-items {
  margin: 0 0 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.wc-solutions-item::marker {
  font-size: 1.5em;
  color: rgba(243, 9, 65, 1);
}

.wc-solutions-item {
  opacity: 58%;
  width: 100%;
  max-width: 47%;
  color: #fff;
  text-transform: uppercase;
}

.slick-next::before {
  background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" fill="%23232323"/><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" stroke="%23343434" stroke-width="0.571429"/><path d="M14.2856 19.4286L17.7142 16L14.2856 12.5714" stroke="white" stroke-width="1.14286" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

.slick-prev::before {
  background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" fill="%23232323"/><rect x="0.285714" y="0.285714" width="31.4286" height="31.4286" rx="15.7143" stroke="%23343434" stroke-width="0.571429"/><path d="M17.7142 19.4286L14.2856 16L17.7142 12.5714" stroke="white" stroke-width="1.14286" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

.slick-disabled {
  display: none !important;
}

@media(max-width: 1000px) {
  .wc-home-solution {
    margin-top: 108px;
    padding-bottom: 48px;
  }

  .wc-home-solution__header {
    padding: 48px 16px 0 16px;
  }

  .wc-home-solution__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wc-home-solution__title-section {
    font-size: 14px;
  }

  .wc-solutions-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .wc-solutions-card-inner {
    padding: 16px;
    min-width: 100%;
  }

  .wc-solution--flex {
    display: flex;
    position: relative;
    gap: 15px;
    align-items: flex-start;
  }

  .wc-solution--flex::after {
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.49683 6.74536L8.9937 11.2422L13.4906 6.74536" stroke="%237B7B7B" stroke-width="1.49896" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    width: 17px;
    height: 17px;
    background-size: 17px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s;
  }

  .wc-solution--flex.is-active {
    border-bottom: 1px solid #343434;
    padding-bottom: 16px;
  }

  .wc-solution--flex.is-active::after {
    transform: rotate(180deg);
  }

  .wc-solutions-number {
    font-size: 13px;
    margin-bottom: 0;
  }

  .wc-solutions-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .wc-solutions-text {
    display: none;
    font-size: 13px;
    margin: 16px 0;
    border: none;
    padding-bottom: 0;
  }

  .wc-solutions-text.is-active {
    display: block;
  }

  .wc-solutions-items {
    display: none;
  }

  .wc-solutions-items.is-active {
    display: flex;
  }

  .wc-solutions-item {
    max-width: 44%;
  }
}