
@media (min-width: 768px) {
  .pd__body--16 .pd__headline span {
    display: inline;
  }
}

@media (min-width: 768px) {
  .pd--backgroundPositionHorizontalMediumcenter {
    background-position-x: center;
  }
  .pd--backgroundPositionHorizontalMediumleft {
    background-position-x: left;
  }
  .pd--backgroundPositionHorizontalMediumright {
    background-position-x: right;
  }
  .pd--backgroundPositionVerticalMediumcenter {
    background-position-y: center;
  }
  .pd--backgroundPositionVerticalMediumtop {
    background-position-y: top;
  }
  .pd--backgroundPositionVerticalMediumbottom {
    background-position-y: bottom;
  }
  .pd--backgroundSizeMediumauto {
    background-size: auto;
  }
  .pd--backgroundSizeMediumcover {
    background-size: cover;
  }
  .pd--backgroundSizeMediumcontain {
    background-size: contain;
  }
  .pd--backgroundRepeatMediumrepeat {
    background-repeat: repeat;
  }
  .pd--backgroundRepeatMediumrepeat-x {
    background-repeat: repeat-x;
  }
  .pd--backgroundRepeatMediumrepeat-y {
    background-repeat: repeat-y;
  }
  .pd--backgroundRepeatMediumno-repeat {
    background-repeat: no-repeat;
  }
  .pd--backgroundRepeatMediumspace {
    background-repeat: space;
  }
  .pd--backgroundRepeatMediumround {
    background-repeat: round;
  }
  .pd--backgroundRepeatMediuminherit {
    background-repeat: inherit;
  }
  .pd--backgroundRepeatMediuminitial {
    background-repeat: initial;
  }
  .pd--backgroundRepeatMediumrevert {
    background-repeat: revert;
  }
  .pd--backgroundRepeatMediumrevert-layer {
    background-repeat: revert-layer;
  }
  .pd--backgroundRepeatMediumunset {
    background-repeat: unset;
  }
}

@media (min-width: 768px) {
  .componentSpace {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=homePage-md.css.map*/