.o-mwt__media-position--left {
  order: 1;
}
.o-mwt__media-position--right {
  order: 1;
}
.o-mwt__content-position--left {
  order: 2;
}
.o-mwt__content-position--right {
  order: 2;
}
@media screen and (min-width: 768px) {
  .o-mwt__media-position--left, .o-mwt__content-position--left {
    order: 1;
    padding-right: 5.5rem;
  }
  .o-mwt__media-position--right, .o-mwt__content-position--right {
    order: 2;
    padding-left: 5.5rem;
  }
}
.o-mwt__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.o-mwt__content--hide-internal-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.o-mwt__accordion {
  margin: 0;
}
.o-mwt__accordion .m-accordion__header {
  flex-wrap: nowrap;
}
.o-mwt__image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.o-mwt__heading,
.o-mwt .a-checkbox__label,
.o-mwt .a-input__field,
.o-mwt .a-btn--transparent {
  color: inherit;
}
.o-mwt__usp {
  display: flex;
  justify-content: flex-start;
}
.o-mwt__usp--text {
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
}
.o-mwt__usp--icon {
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.o-mwt__usp--icon svg path {
  fill: currentColor;
}
.o-mwt__buttons {
  display: flex;
  gap: 1rem;
}
.o-mwt__buttons .a-btn {
  padding: 1.25rem 2rem;
}
@media screen and (min-width: 990px) {
  .o-mwt__buttons .a-btn {
    padding: 1.25rem 4.5rem;
  }
}
.o-mwt__upsell {
  display: flex;
  gap: 3rem;
  text-decoration: none;
  color: inherit;
}
.o-mwt__upsell-image img {
  max-width: 10rem;
  height: auto;
}
.o-mwt__upsell-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
