.dp-MR {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
  color: #000;
  height: 146px;
  overflow: hidden;
}

.dp-MR button {
  font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
}

.dp-MR * {
  box-sizing: border-box;
}

.dp-MR[aria-hidden="true"],
.dp-MR *[aria-hidden="true"] {
  display: none;
}

.dp-MR[data-plan="A"] .dp-MR-banner-mwc {
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/KV_planA.jpg);
}

.dp-MR[data-plan="B"] .dp-MR-banner-mwc {
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/KV_planB.jpg);
}

.dp-MR[data-plan="C"] .dp-MR-banner-mwc {
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/KV_planC.jpg);
}

.dp-MR[data-plan="D"] .dp-MR-banner-mwc {
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/KV_planD.jpg);
}

.dp-MR-banner-mwc__content {
  background-color: #f3efe4;
}

.dp-MR-banner__content {
  max-width: 498px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dp-MR-banner {
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dp-MR-banner-mwc {
  background-color: #f3efe4;
}

.dp-MR-banner__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.dp-MR-banner-mwc__title {
  color: #e98847;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.dp-MR-banner-mwc__p1 {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-top: 8px;
}

.dp-MR-banner-mwc__p1--bold {
  font-weight: 600;
}

.dp-MR-banner-mwc__p2 {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-top: 1px;
}

.dp-MR-banner-mwc__cta {
  border-radius: 25px;
  background: #000;
  margin-top: 10px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 0 20px;
  min-width: 122px;
  transition: filter 0.3s;
}

.dp-MR-banner-mwc__cta:hover {
  filter: invert(1);
}

.dp-MR-banner-mwc[data-screen="not-logged"] *[data-screen]:not([data-screen="not-logged"]),
.dp-MR-banner-mwc[data-screen="logged"] *[data-screen]:not([data-screen="logged"]) {
  display: none;
}

.dp-MR-banner-mwc__modalities {
  position: absolute;
  bottom: 6px;
  right: 13px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 1px;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.2px;
  text-decoration-line: underline;
}

.dp-MR-banner-mwc__modalities:hover {
  text-decoration: none;
}

#dp-MR-modalities-popin {
  font-weight: 400;
  font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  margin-top: 15px;
}

.dp-MR-modalities-popin__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.dp-MR-modalities-popin__content {
  margin-top: 15px;
}

#dp-MR-modalities-popin a {
  color: #000;
  text-decoration: underline;
}

#dp-MR-modalities-popin a:hover {
  text-decoration: none;
}

.dp-MR-banner-oac {
  background-color: #f6e7d0;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/KV_orderAndCare.jpg);
}

.dp-MR-banner-oac__title {
  color: #b47641;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.dp-MR-banner-oac__p1 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}

.dp-MR-banner-oac__p2 {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-top: 3px;
}

.dp-MR-banner-oac__p2 strong {
  font-weight: 600;
}

.dp-MR-banner-oac__cta {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 25px;
  background: #b47641;
  height: 24px;
  padding: 0 20px;
  min-width: 144px;
  transition: background 0.3s;
}

.dp-MR-banner-oac__cta:hover {
  background: #a06939;
}

.dp-MR-banner-oac__content {
  background: linear-gradient(90deg, transparent, #f6e7d0 10%);
  padding: 10px 35px;
}

@media (max-width: 850px) {
  .dp-MR-banner {
    background-position: top left -120px;
  }
}

@media (min-width: 768px) {
  .dp-MR-banner-mwc__p3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .dp-MR-banner-mwc[data-screen="logged"] .dp-MR-banner-mwc__p1,
  .dp-MR-banner-mwc[data-screen="logged"] .dp-MR-banner-mwc__p2 {
    display: none;
  }

  .dp-MR-banner-mwc__p3 {
    max-width: 300px;
    width: 100%;
    color: #01172c;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0.52px;
    margin-top: 23px;
  }

  .dp-MR {
    height: 295px;
    color: #01172c;
  }

  .dp-MR-banner-oac__title {
    font-size: 20px;
    letter-spacing: 2.4px;
  }

  .dp-MR-banner-oac__p1 {
    margin-top: 18px;
  }

  .dp-MR-banner-oac__p2 {
    font-size: 18px;
    letter-spacing: 0.36px;
    max-width: 300px;
    width: 100%;
  }

  .dp-MR-banner-oac__cta {
    margin-top: 25px;
    font-size: 18px;
    height: 38px;
    min-width: 218px;
  }

  .dp-MR-banner__content {
    padding: 10px;
  }

  .dp-MR-banner-oac__content {
    background-color: #f6e7d0;
    background-image: none;
  }

  .dp-MR-banner-oac {
    background-image: none;
  }

  .dp-MR-banner__content {
    max-width: 100%;
  }

  .dp-MR-banner-mwc__title {
    font-size: 20px;
    letter-spacing: 2.4px;
  }

  .dp-MR-banner-mwc__p1.dp-MR-banner-mwc__p1--bold {
    font-size: 30px;
    letter-spacing: 0.6px;
    margin-top: 23px;
  }

  .dp-MR-banner-mwc__p2 {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
  }

  .dp-MR-banner-mwc__cta {
    margin-top: 27px;
    font-size: 18px;
    min-width: 218px;
    height: 38px;
  }

  .dp-MR-banner-mwc__modalities {
    color: #01172c;
    font-size: 14px;
    letter-spacing: 0.28px;
    bottom: 18px;
    right: 20px;
  }
}
