.section-container.component {
  /* please don't add padding here, it's configurable in the dialog */
  position: relative;
}
.section-container.component.white {
  color: #ffffff;
}
.section-container.component.extra-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-container.component.extra-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-container.component img {
  height: auto;
  width: 100%;
}
.section-container.component .section-container-title {
  margin-top: 0;
  margin-bottom: 9px;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .section-container.component .section-container-title {
    padding: 0;
  }
}
.section-container.component .section-container-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  letter-spacing: normal;
  padding: 0 20px;
  margin: 2.5rem 0 0;
  font-family: 'Bodoni TIC', 'Times New Roman', serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -1px;
  text-align: center;
  width: 100%;
}
.section-container.component .sc-lead-copy > p {
  margin: 3rem auto 0;
  max-width: 80rem;
  text-align: left;
}
@media (min-width: 768px) {
  .section-container.component .sc-lead-copy > p {
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  .section-container.component .sc-lead-copy > p {
    text-align: center;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .section-container.component .sc-width-container {
    margin-top: 2rem;
  }
}
.section-container.component .cta-button-wrapper .cta-button {
  text-align: center;
}
.section-container.component.darkTheme {
  background-color: #58595b;
  color: #ffffff;
}
.section-container.component.lightTheme {
  background-color: #ffffff;
}
.section-container.component.clearTheme {
  background-color: transparent;
}
.section-container.component div[data-width-setting] {
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .section-container.component div[data-width-setting] p {
    text-align: center;
  }
}
.section-container.component [data-width-setting='narrow'] {
  max-width: 767px;
}
.section-container.component [data-width-setting='default'] {
  max-width: 1220px;
}
.section-container.component [data-width-setting='extended'] {
  max-width: 1440px;
}
.section-container.component [data-width-setting='full'] {
  max-width: 100%;
}
@media (min-width: 992px) {
  .section-container.component .section-container-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    letter-spacing: normal;
    padding: 0;
    margin: 3rem 0 0;
    font-family: 'Bodoni TIC', 'Times New Roman', serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -1px;
    text-align: center;
    width: 100%;
  }
}
.section-container.component[data-top-padding='tall'] {
  padding-top: 60px;
}
.section-container.component[data-top-padding='short'] {
  padding-top: 30px;
}
.section-container.component[data-top-padding='no-padding'] {
  padding-top: 0;
}
.section-container.component[data-bottom-padding='tall'] {
  padding-bottom: 60px;
}
.section-container.component[data-bottom-padding='short'] {
  padding-bottom: 30px;
}
.section-container.component[data-bottom-padding='no-padding'] {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-container.component#wellness .staticHeight {
    height: 55vw;
  }
}
.section-container.component .text-card-cont {
  background-color: #ffffff;
  padding: 35px;
  margin: 15px 0;
}
.section-container.component .text-card-cont h3 {
  font-size: 24px;
  line-height: 28px;
}
.section-container.component .text-card-cont .btn {
  letter-spacing: 0.72px;
}
/* Author only styles for section container */
.section-container-author {
  text-align: center;
  background-color: paleturquoise;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
}
.section-container.component:has(.retail-offers),
.section-container.component:has(#retail-offers-container) {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
