.offeringsGridShort__wrapper {
  padding: 60px 0;
}
.offeringsGridShort .offeringsGridShort__offering {
  background: white;
}
.offeringsGridShort .offeringsGridShort__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offeringsGridShort .offeringsGridShort__title h2 {
  margin-top: 0;
}
.offeringsGridShort .offeringsGridShort__title h2,
.offeringsGridShort .offeringsGridShort__title .offeringsGridShort__title__CTA {
  flex: 0 1 auto;
  width: 100%;
}
.offeringsGridShort .offeringsGridShort__title .btn-action {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 13px;
}
.offeringsGridShort .offeringsGridShort__title .btn-action span {
  border: 0;
  padding: 0;
}
[class*="fullWidthBackground"] {
  background-color: #f6f6f6;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.mt_direction_right_to_left [class*="fullWidthBackground"] {
  margin-right: calc(-50vw + 50%);
  margin-left: auto;
}
.offeringsGridShort--fullWidthBackground .offeringsGridShort__wrapper {
  max-width: 1009px;
  margin: 0 auto;
}
.landingpageparnew .landingpagesection.section:not(.cq-Editable-dom) {
  display: contents;
}
.landingpageparnew > .section:not(.lpFullWidthBackground, .showcase, .moodvideo) + .section:not(.grouping,.lpFullWidthBackground, .showcase, .moodvideo),
.landingpageparnew > .section:not(.lpFullWidthBackground,.fullWidthBackground) + .grouping:has( > div:first-of-type:not(.lpFullWidthBackground, .showcase)) {
  border-top: 1px solid #ededed;
  margin-top: -1px;
}
.landingpageparnew > .lpFullWidthBackground + .lpFullWidthBackground,
.landingpageparnew > .lpFullWidthBackground + .grouping:has( > div:first-of-type:is(.lpFullWidthBackground)),
.landingpageparnew > .grouping:has( > div:last-of-type:is(.lpFullWidthBackground)) + .lpFullWidthBackground,
.landingpageparnew > .grouping:has( > div:last-of-type:is(.lpFullWidthBackground)) + .grouping:has( > div:first-of-type:is(.lpFullWidthBackground)) {
  border-top: 1px solid #ededed;
  margin-top: -1px;
}
.landingpageparnew > .section:not(.lpFullWidthBackground) + .lpFullWidthBackground,
.landingpageparnew > .lpFullWidthBackground + .section:not(.lpFullWidthBackground),
.landingpageparnew > .grouping + .section:not(.grouping, .lpFullWidthBackground),
.landingpageparnew > .grouping:has( > div:last-of-type:not(.lpFullWidthBackground)) + .lpFullWidthBackground,
.landingpageparnew > .grouping:has( > div:last-of-type:not(.lpFullWidthBackground)) + .grouping:has( > div:first-of-type:is(.lpFullWidthBackground)),
.landingpageparnew > .grouping:has( > div:last-of-type:is(.lpFullWidthBackground)) + .grouping:has( > div:first-of-type:not(.lpFullWidthBackground)) {
  border-top: 0;
}
/* ==========================================================================
   Mobile layout adjustments
   ========================================================================== */
@media (max-width: 1009px) {
  .offeringsGridShort__title {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .offeringsGridShort .offeringsGridShort__title h2 {
    margin-bottom: 25px;
  }
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) {
    grid-template-columns: repeat(2, 1fr);
  }
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) .offeringsGridShort__title {
    grid-column-start: span 2;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) {
    grid-template-columns: 1fr;
  }
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) .offeringsGridShort__title {
    grid-column-start: auto;
  }
}
