.bcs-about-quote {
  padding: 0;
}
.bcs-about-quote__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  background: #ECECEC;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 48px;
  min-height: 280px;
}
@media (max-width: 1023px) {
  .bcs-about-quote__inner {
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
    min-height: 0;
  }
}
.bcs-about-quote__text {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 520px;
}
@media (max-width: 1023px) {
  .bcs-about-quote__text {
    max-width: none;
    align-items: stretch;
    text-align: center;
  }
}
.bcs-about-quote__headline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .bcs-about-quote__headline {
    font-size: 28px;
  }
}
.bcs-about-quote__headline-line {
  display: block;
  font-weight: 600;
}
.bcs-about-quote__headline-em {
  display: block;
  font-style: italic;
  font-weight: 300;
  margin-top: 4px;
}
.bcs-about-quote__copy {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  text-align: left;
}
@media (max-width: 1023px) {
  .bcs-about-quote__copy {
    text-align: left;
  }
}
.bcs-about-quote__lead {
  margin: 0 0 16px;
}
.bcs-about-quote__bullets {
  margin: 0 0 16px;
  padding-left: 1.25rem;
  list-style: disc;
}
.bcs-about-quote__closing {
  margin: 0;
}
.bcs-about-quote__btn {
  text-transform: uppercase;
  letter-spacing: 0.32px;
  font-size: 16px;
  font-weight: 700;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .bcs-about-quote__btn {
    align-self: center;
    width: 100%;
    justify-content: center;
  }
}
.bcs-about-quote__image {
  position: relative;
  flex: 0 0 42%;
  max-width: 584px;
  min-height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .bcs-about-quote__image {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
}
.bcs-about-quote__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 220px;
}

.bcs-about-page {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-about-page {
    padding-bottom: 40px;
  }
}
.bcs-about-page .bcs-cta-product-list {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-about-page .bcs-cta-product-list {
    margin-bottom: 48px;
  }
}
.bcs-about-page .bcs-category-banners {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-about-page .bcs-category-banners {
    margin-bottom: 48px;
  }
}
.bcs-about-page .bcs-recommended {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-about-page .bcs-recommended {
    margin-bottom: 48px;
  }
}
.bcs-about-page .bcs-about-quote {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-about-page .bcs-about-quote {
    margin-bottom: 48px;
  }
}
.bcs-about-page .bcs-cta-product-list__btn {
  text-transform: uppercase;
  letter-spacing: 0.32px;
  font-size: 16px;
}
.bcs-about-page .bcs-cta-product-list__desc {
  color: #000000;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
}

.bcs-about-page__breadcrumbs-wrap {
  padding: 16px 0 24px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .bcs-about-page__breadcrumbs-wrap {
    margin-bottom: 32px;
  }
}
.bcs-about-page__breadcrumbs-wrap .bcs-breadcrumb {
  font-size: 14px;
  line-height: 1.5;
}

.bcs-hero--about .bcs-hero__content {
  top: 28px;
  left: 48px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .bcs-hero--about .bcs-hero__content {
    top: 24px;
    left: 24px;
    right: 24px;
    max-width: none;
  }
}
.bcs-hero--about .bcs-hero__stage--about {
  position: relative;
  aspect-ratio: 1360/435;
  min-height: 0;
}
@media (max-width: 767px) {
  .bcs-hero--about .bcs-hero__stage--about {
    aspect-ratio: 375/300;
  }
}
.bcs-hero--about .bcs-hero__slide--about {
  position: relative;
  height: 100%;
  width: 100%;
}
.bcs-hero--about .bcs-hero__image {
  background-position: center center;
}
.bcs-hero--about .bcs-hero__title--about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-weight: 600;
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .bcs-hero--about .bcs-hero__title--about {
    font-size: 32px;
  }
}
.bcs-hero--about .bcs-hero__title-strong {
  display: block;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.16px;
}
.bcs-hero--about .bcs-hero__title-em {
  display: block;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.16px;
}

.bcs-about-why {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-about-why {
    margin-bottom: 48px;
  }
}
.bcs-about-why__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1023px) {
  .bcs-about-why__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.bcs-about-why__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  flex: 0 0 auto;
  max-width: 520px;
}
@media (max-width: 767px) {
  .bcs-about-why__title {
    font-size: 32px;
  }
}
.bcs-about-why__content {
  flex: 0 1 520px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #000000;
}
.bcs-about-why__intro {
  margin: 0 0 16px;
}
.bcs-about-why__list {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}
.bcs-about-why__list li {
  margin-bottom: 8px;
}
.bcs-about-why__list li:last-child {
  margin-bottom: 0;
}
.bcs-about-why__list strong {
  font-weight: 600;
}

.bcs-about-reviews {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-about-reviews {
    margin-bottom: 48px;
  }
}
.bcs-about-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .bcs-about-reviews__header {
    margin-bottom: 24px;
  }
}
.bcs-about-reviews__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .bcs-about-reviews__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.bcs-about-reviews__arrows {
  display: flex;
  gap: 12px;
}
.bcs-about-reviews__arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.bcs-about-reviews__arrow svg {
  width: 20px;
  height: 20px;
}
.bcs-about-reviews__viewport {
  overflow: hidden;
}
.bcs-about-reviews__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.bcs-about-reviews__page {
  width: 100%;
  flex: 0 0 100%;
}
.bcs-about-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1023px) {
  .bcs-about-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .bcs-about-reviews__grid {
    grid-template-columns: 1fr;
  }
}
.bcs-about-reviews__card {
  background: #ECECEC;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bcs-about-reviews__stars {
  display: flex;
  gap: 4px;
  color: #F9A90C;
}
.bcs-about-reviews__stars svg {
  width: 20px;
  height: 20px;
}
.bcs-about-reviews__quote {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  flex: 1 1 auto;
}
.bcs-about-reviews__footer {
  margin: 0;
}
.bcs-about-reviews__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 4px;
}
.bcs-about-reviews__meta {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #9F9F9F;
}
.bcs-about-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}
.bcs-about-reviews__dot {
  border: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9F9F9F;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bcs-about-reviews__dot--active {
  width: 19px;
  border-radius: 4px;
  background: #000000;
}
