﻿.card-stripe-component {
  padding: 40px 0;
  background-color: rgba(54, 92, 233, 0.1019607843);
}
@media (min-width: 992px) {
  .card-stripe-component {
    padding: 72px 0 74px 0;
  }
}
.card-stripe-component .holder {
  max-width: 1062px;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .card-stripe-component .holder {
    padding: 0;
  }
}
.card-stripe-component .holder .card-stripe-component-title {
  margin-bottom: 16px;
  color: #394159;
  font-size: 24px;
  line-height: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 343px);
  justify-content: center;
  gap: 25px;
}
@media (min-width: 992px) {
  .card-stripe-component .holder .card-stripe-component-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .card-stripe-component .holder .card-stripe-component-title {
    justify-content: start;
  }
}
.card-stripe-component .holder .card-stripe-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, 343px);
  justify-content: center;
  gap: 25px;
}
@media (min-width: 992px) {
  .card-stripe-component .holder .card-stripe-items {
    gap: 16px;
  }
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item {
  width: 343px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 364px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 31px 23px;
  color: #394159;
  border: 1.4px solid #ffffff;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item:hover {
  border-color: var(--pulse-assets-colors-theme-400);
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-icon {
  text-align: center;
  margin-bottom: 3px;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-icon svg {
  width: 72px;
  height: 72px;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-icon svg *[id="fill color"],
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-icon svg [id="fill color"] path {
  fill: var(--pulse-assets-colors-theme-300);
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-link {
  width: 100%;
  padding: 16px 8px;
  height: 56px;
  border-radius: 200px;
  font-family: "Rubik-Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-link.soon-link {
  background-color: var(--pulse-colors-surface-300);
  color: var(--pulse-colors-text-400);
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-link.soon-link:hover {
  border: none;
  cursor: default;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-link a svg {
  margin-inline-start: 8px;
  transform: rotate(180deg);
}
[dir=rtl] .card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-link a svg {
  transform: rotate(0deg);
}
.card-stripe-component .holder .card-stripe-items .card-stripe-item .card-stripe-link a svg path {
  fill: #ffffff;
}
