.hero-cards {
  background: var(--white);
  padding-top: 0;
}
.hero__cards-wrapper {
  transition: .3s;
  padding-top: 164px;
  background: var(--gray-blue-900) url(https://www.osano.com/hubfs/Imported%20sitepage%20images/Featured%20Card.svg) no-repeat 100% 100% /100%;
  background-position-y: calc(100% + 18px);
}
.hero-cards .hero_pt {
  padding-top: 226px !important;
  transition: 0s;
}
.hero__cards-wrapper .hero-cards__header {
  padding: 64px 0 364px;
}
.breadcrumbs {
  padding: 0 15px;
  display: flex;
  align-items: center; 
}
.breadcrumbs__home-link {
  display: inline-flex;
  transition: .3s;
}
.breadcrumbs__home-link:hover {
  transform: scale(1.2);
}
.breadcrumbs__divider {
  margin: 0 18px;
}
.breadcrumbs__current-page,
.breadcrumbs__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42;
  color: var(--primary-50);
  text-decoration: none;
  position: relative;
}
.breadcrumbs__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s;
  background: var(--primary-50);
}
.breadcrumbs__link:hover:after {
  transform: scaleX(1);
}
.hero-cards__heading {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 24px;
}
.hero-cards__heading em {
  -webkit-text-fill-color: transparent;
  background: var(--violet-text-gradient);
  -webkit-background-clip: text;
  font-style: normal; 
}
.hero-cards__header p {
  font-size: 20px;
  line-height: 1.5; 
  color: var(--gray-100);
}
.hero-cards__slider-content {
  max-height: 100%; 
}
.hero-cards__header p:last-of-type,
.hero-cards__slider-content p:last-of-type { 
  margin-bottom: 0;
}
.cta-wrapper {
  margin: 32px 0;
}
.hero-cards__rating-wrapper,
.hero-cards__trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-cards__rating-wrapper > p {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  color: var(--gray-100);
  margin-left: 24px;
}
.hero-cards__stars-wrapper {
  display: inline-flex;
}
.hero-cards__stars-wrapper svg:not(:last-child) {
  margin-right: 8px;
}
.hero-cards__trust-bar {
  margin-top: 16px;
}
.hero-cards__trust-bar img:not(:last-child) {
  margin-right: 24px;
}
.hero-cards__slider_mt {
  margin-top: -300px;
}
.hero-cards__slider {
  padding: 0 64px 64px; 
}
.hero-cards__slider-item { 
  background: #FFFFFF; 
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  transition: .3s;
}
.hero-cards__slider .swiper-slide-active .hero-cards__slider-item {
  transition: .3s;
  box-shadow: 0px 20px 24px -4px rgba(91, 6, 237, 0.08), 0px 8px 8px -4px rgba(91, 6, 237, 0.03);
}
.hero-cards__slider-content > div {
  padding: 32px 32px 22px; 
  height: 100%;
  box-sizing: border-box;
}
.hero-cards__slider-content .eyebrow {
  padding: 4px 16px;
  background: linear-gradient(77.73deg, #F7F1FF 0%, #E2D2FF 125.18%);
  border-radius: 16px;
  display: inline-flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5; 
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}
.hero-cards__slider-item h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--gray-900);
  margin-bottom: 24px;
}
.hero-cards__slider-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--gray-600);
}
.hero-cards__slider-content a {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 0;
  align-items: center;
  color: var(--primary-400) !important;
}
.hero-cards__slider-content a svg {
  margin-left: 8px;
  transition: .3s;
}
.hero-cards__slider-content a:hover svg {
  transform: translateX(5px);
}
.hero-cards__slider-image {
  display: flex;
}
.hero-cards__slider-image img {
  width: 100% !important;
  max-height: 100%;
  object-fit: cover;
}
.hero-cards__slider-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
}
.hero-cards__slider-control > div {
  position: static;
}
.hero-cards-button-prev {
  margin-right: 13px;
}
.hero-cards-button-prev,
.hero-cards-button-next {
  padding: 17px;
  background: #EEEFF5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none !important;
  box-shadow: none !important;
  transition: .3s;
}
.hero-cards-button-prev svg,
.hero-cards-button-next svg {
  transition: .1s;
}
.hero-cards-button-prev:not(.swiper-button-disabled):hover svg {
  transform: translateX(-2px) scale(1.1);
  transition: .3s;
}
.hero-cards-button-next:not(.swiper-button-disabled):hover svg {
  transform: translateX(2px) scale(1.1);
  transition: .3s;
}
.hero-cards__slider-control .swiper-pagination {
  text-align: right;
}
.hero-cards__slider-control svg path {
  transition: .3s;
}
.hero-cards__slider-control .swiper-button-disabled svg path {
  stroke: #C1C2C3;
}
.hero-cards__slider-control .swiper-pagination-bullet {
  background: #C0C2DB;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
}
.hero-cards__slider-control .swiper-pagination-bullet-active {
  background: #1A1353;
}
@media (min-width: 1200px) {
  .hero-cards__slider-container {
    max-width: 1344px;
  }
  .hero-cards__slider-image img {
    max-width: calc(100% - 14px) !important;
    margin-left: auto;
  }
} 
@media (max-width: 1199px) {
  .hero__cards-wrapper {
    padding-top: 140px;
  }
  .hero-cards .hero_pt {
    padding-top: 202px !important;
  }
  .breadcrumbs {
    padding: 0;
  }
} 
@media (max-width: 991px) {
  .hero__cards-wrapper .hero-cards__header {
    padding-bottom: 554px;
  }
  .hero-cards__heading {
    font-size: 48px;
    line-height: 1.25;
  }
  .hero-cards__slider_mt {
    margin-top: -498px;
  }
  .hero-cards__slider {
    padding: 0 8px 56px;
  }
  .hero-cards__slider-control {
    padding: 0 8px 72px;
  }
  .hero-cards__slider-content > div {
    padding: 32px 32px 64px;
  }
  .hero-cards__slider-item h2 {
    font-size: 36px;
  }
  .hero-cards__slider-image {
    height: 396px;
  }
  .hero_pt {
    padding-top: 178px !important;
  }
}
@media (max-width: 575px) {
  .hero__cards-wrapper .hero-cards__header {
    padding: 40px 0 312px;
  }
  .hero__cards-wrapper {
    padding-top: 110px;
  }
  .breadcrumbs__divider {
    margin: 0 14px;
  }
  .hero-cards__heading {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 16px;
  }  
  .hero-cards__header p {
    font-size: 18px;
    line-height: 1.55;
  }
  .cta-wrapper {
    margin: 24px 0;
  }
  .hero-cards__rating-wrapper > p {
    font-size: 16px;
    line-height: 1.5;
  }
  .hero-cards__slider {
    padding: 0 16px 40px;
  }
  .hero-cards__slider-control {
    padding: 0 16px 48px;
  }
  .hero-cards__slider_mt {
    margin-top: -273px ;
  }
  .hero-cards__slider-image {
    height: 194px;
  }
  .hero-cards__slider-content > div {
    padding: 32px 24px;
  }
  .hero-cards__slider-content .eyebrow {
    margin-bottom: 16px;
  }
  .hero-cards__slider-item h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .hero-cards__slider-content p {
    font-size: 14px;
    line-height: 1.42;
  }
  .hero-cards__slider-content a {
    padding: 0;
    margin-top: 16px;
  }
  .hero-cards .hero_pt {
    padding-top: 230px!important;
  }
}