.container.promo-wrapper {
  width: 1410px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}

#flex-banner {
  background-image: url(../../../images/2026/home/flex-banner/back.jpg);
  background-image: -webkit-image-set(url(../../../images/2026/home/flex-banner/back.jpg) 1x, url(../../../images/2026/home/flex-banner/back@2x.jpg) 2x);
  background-image: image-set(url(../../../images/2026/home/flex-banner/back.jpg) type("image/jpeg") 1x, url(../../../images/2026/home/flex-banner/back@2x.jpg) type("image/jpeg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#flex-banner .banner-inner {
  padding: 53px 0;
  left: -16em;
}

#flex-banner .headline {
  margin-bottom: 10px;
}

#flex-banner .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px;
  /* 132.5% */
  margin: 0;
}

#flex-banner .flex-logo {
  top: 13px;
}

#flex-banner .text {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  max-width: 443px;
}

#flex-banner .button {
  border-radius: 60px;
  background: #93D500;
  width: 182px;
  height: 38px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  /* 140% */
  text-transform: uppercase;
  margin-top: 18px;
}

@media screen and (max-width: 1200px) {
  #flex-banner .banner-inner {
    left: 0;
  }

  #flex-banner {
    background-position: left center;
  }
}

@media screen and (max-width: 767px) {
  #flex-banner {
    background-image: url(../../../images/2026/home/flex-banner/back-m.jpg);
    background-image: -webkit-image-set(url(../../../images/2026/home/flex-banner/back-m.jpg) 1x, url(../../../images/2026/home/flex-banner/back-m@2x.jpg) 2x);
    background-image: image-set(url(../../../images/2026/home/flex-banner/back-m.jpg) type("image/jpeg") 1x, url(../../../images/2026/home/flex-banner/back-m@2x.jpg) type("image/jpeg") 2x);
  }

  #flex-banner .title {
    font-size: 28px;
    line-height: 36px;
    /* 128.571% */
  }

  #flex-banner .title span {
    display: inline-block;
    width: 134px;
  }

  #flex-banner .text {
    font-size: 16px;
    line-height: 23px;
    /* 143.75% */
    max-width: 293px;
  }

  #flex-banner .button {
    margin-top: 25px;
    width: 153px;
    height: 32px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 22px;
    /* 137.5% */
  }

  #flex-banner .banner-inner {
    padding: 70px 0;
  }

  #flex-banner .flex-logo {
    top: -25px;
    position: absolute;
    left: -5px;
  }

  .container.promo-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #aug-promo {
    padding-bottom: 0;
  }

  #flex-banner .headline {
    margin-bottom: 25px;
  }
}