body:has(.hbw__container) {
  background-color: white;
}

.hbw__container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hbw__container h1 {
    font-size: 23px;
  }
}

.hbw__overlay-wrapper {
  width: 60%;
  padding: 60px;
  z-index: 2;
}

@media (max-width: 992px) {
  .hbw__overlay-wrapper {
    width: 100%;
    padding: 20px;
  }
}

.hbw__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hbw__overlay.overlay-hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.hbw__overlay.overlay-fit {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
}

.hbw__logo {
  width: 233px !important;
  aspect-ratio: 233 / 59;
}

@media (max-width: 768px) {
  .hbw__logo {
    margin-bottom: 32px;
  }
}

.hbw__hero-image img {
  height: calc(85vh - 150px);
}

.hbw__better-performance {
  padding: 68.456px 81px 67.544px 68px;
  background: #F5F9FA;
}

@media (max-width: 1200px) {
  .hbw__better-performance {
    padding: 20px;
  }
}

.hbw__better-performance-flex {
  gap: 64px;
}

@media (max-width: 1200px) {
  .hbw__better-performance-flex {
    gap: 20px;
  }
}

.hbw-tailored-to-fit__card {
  display: flex;
  flex-direction: column;
}

.hbw-tailored-to-fit__card ul {
  margin-bottom: 0;
  font-family: 'lato';
}

.hbw-tailored-to-fit__card img {
  height: 389px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .hbw-tailored-to-fit__card img {
    height: 271px;
    min-width: 207px;
  }
}

.hbw-tailored-to-fit__card ul {
  padding-left: 15px;
}

.hbw-tailored-to-fit__outer {
  margin-top: 86px;
}

@media (max-width: 768px) {
  .hbw-tailored-to-fit__outer {
    margin-top: 24px;
  }
}

.hbw-tailored-to-fit__text {
  border-radius: 0px 0px 12px 12px;
  background: var(--g-blue, #005DAC);
  padding: 20px;
  color: white;
  height: 100%;
}

@media (max-width: 768px) {
  .hbw-tailored-to-fit__text {
    padding: 12px;
  }
}

.hbw-tailored-to-fit__tag {
  position: absolute;
  padding: 5px 16px;
  border-radius: 0px 6px;
  background: #000;
  top: 0;
  right: 0;
  color: #fff;
}

.hbw__container .cssCarouselOuter.is-overflowing-desktop {
  margin-right: -48px;
}

.hbw__container .cssCarouselOuter.is-overflowing-mobile {
  margin-right: -24px;
}

.css-carousel__card img {
  height: 246px;
}


@media (max-width: 1200px) {
  .css-carousel__card img {
    height: 190px;
    min-width: 129px;
  }
}

.hbw__container .form-control {
  height: 50px !important;
  padding: 15px 21px !important;
  border: 1px solid var(--default-border, #E3E3E3) !important;
}

.hbw__submit {
  height: 50px;
  padding: 12px 24px;
}

.hbw__thank-you-msg {
  z-index: 1;
  background: #F5F9FA;
  border: 1px solid #F5F9FA;
}

.hbw__woman {
  z-index: 1;
  max-height: 593px;
  max-width: 424px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .hbw__woman {
    width: 224px;
    height: 313px;
  }
}

.hbw__value-prop {
  gap: 40px;
}

.hbw__border-left {
  flex: 0 0 auto;
  width: 4px;
  background: var(--g-blue, #005DAC);
}