.ks-bigger,
.ks-bigger strong {
  font-size: 22px !important;
}
.dp-REFUND {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Lucas";
  color: #17171a;
}

@media (min-width: 762px) {
  .dp-REFUND--desktop {
  }

  .dp-REFUND--mobile {
    display: none !important;
  }
}

@media (max-width: 761px) {
  .dp-REFUND--desktop {
    display: none !important;
  }

  .dp-REFUND--mobile {
  }
}

.dp-REFUND-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  height: 48px;
  background: #b47641;
  border-radius: 48px;
  border: 0px solid;
  color: #fff !important;
  text-transform: uppercase;
  box-sizing: border-box;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.dp-REFUND-cta:hover {
  color: #fff !important;
}

@media (max-width: 761px) {
  .dp-REFUND-cta {
    font-size: 14px;
    line-height: 14px;
  }
}

.dp-REFUND-cta--white {
  background: #fff;
  color: #17171a !important;
  border: 1px solid #17171a;
}

.dp-REFUND-cta--white:hover {
  color: #17171a !important;
}

/********************************************************************/
.dp-REFUND-bumper {
  padding: 30px 0;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  background: #faf9f8;
  text-align: center;
}

.dp-REFUND-bumper__baseline {
  color: #424242;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dp-REFUND-bumper__title {
  color: #424242;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 9.6px;
  text-transform: uppercase;
  max-width: 760px;
}

.dp-REFUND-bumper__text {
  color: #424242;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.3px;
  max-width: 760px;
}

.dp-REFUND-bumper__text strong {
  font-weight: 700;
}

.dp-REFUND-bumper__cta {
  display: flex;
  width: 310px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 100px;
  border: 1px solid #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dp-REFUND-bumper__cta:hover {
  color: #000;
}

.dp-REFUND-bumper__cta::after {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/bottom-arrow.png);
  background-repeat: no-repeat;
}

@media (max-width: 761px) {
  .dp-REFUND-bumper {
    height: auto;
    padding: 40px 30px;
    box-sizing: border-box;
  }

  .dp-REFUND-bumper__baseline {
    font-size: 16px;
    letter-spacing: 3.2px;
  }

  .dp-REFUND-bumper__title {
    font-size: 30px;
    letter-spacing: 6px;
  }

  .dp-REFUND-bumper__text {
    font-size: 16px;
  }

  .dp-REFUND-bumper__cta {
    width: 200px;
  }

  .dp-REFUND-bumper__cta::after {
    display: none;
  }
}

/********************************************************************/
.dp-REFUND-header {
  position: relative;
  box-sizing: border-box;
  padding: 50px;
  padding-left: 50%;
  width: 100%;
  background-color: #ffd0c7;
  height: 596px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dp-REFUND-header__visual {
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 596px;
  z-index: 1;
}

.dp-REFUND-header__visual img {
  display: block;
  width: 100%;
}

.dp-REFUND-header__box {
  padding: 32px 66px;
  box-sizing: border-box;
  background-color: #fff;
  width: 662px;
  min-height: 442px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 3;
  position: relative;
}

.dp-REFUND-header__list {
  margin: 0;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.dp-REFUND-header__item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 16px;
  padding-left: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2888 4L14 4.68788L6.43995 12H5.70526L2 8.40747L2.71034 7.71874L6.07303 10.9791L13.2888 4Z" fill="%23454547"/></svg>');
  background-repeat: no-repeat;
  background-position: top left;
  max-width: 416px;
}

.dp-REFUND-header__argument {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.dp-REFUND-header__text {
  display: block;
}

.dp-REFUND-header__title {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dp-REFUND-header__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.dp-REFUND-header__links a {
  color: #17171a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
}

.dp-REFUND-header__mentions {
  color: #17171a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
}

@media (max-width: 1270px) {
  .dp-REFUND-header {
    padding: 50px;
    align-items: center;
    justify-content: flex-end;
  }

  .dp-REFUND-header__visual {
    left: -250px;
  }
}

@media (max-width: 1023px) {
  .dp-REFUND-header {
    padding: 0px;
    padding-bottom: 50px;
    display: block;
    height: auto;
  }

  .dp-REFUND-header__title {
    font-size: 30px;
    letter-spacing: 6px;
    text-align: center;
  }

  .dp-REFUND-header__visual {
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    position: relative;
  }

  .dp-REFUND-header__visual img {
    width: 100%;
    height: auto;
  }

  .dp-REFUND-header__box {
    margin: 0 40px;
    margin-top: -90px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 761px) {
  .dp-REFUND-header {
    padding-bottom: 30px;
    background-color: #ffd0c7;
  }

  .dp-REFUND-header__box {
    padding: 35px 15px;
    margin: 0 30px;
    margin-top: -10vw;
    display: flex;
    flex-direction: column;
  }

  .dp-REFUND-header__argument {
    font-size: 16px;
  }

  .dp-REFUND-header__links {
    flex-direction: column;
    align-items: unset;
    text-align: center;
    margin: 0 18px;
    order: 3;
    padding-top: 16px;
  }

  .dp-REFUND-header__mentions {
    order: 2;
    margin: 0 18px;
  }

  .dp-REFUND-header__item {
    padding-left: 18px;
  }
}

/********************************************************************/
.dp-REFUND-header-2 {
  position: relative;
  box-sizing: border-box;
  padding: 50px;
  width: 100%;
  background-color: #eadbc7;
  height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-REFUND-header-2__visual {
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 448px;
  z-index: 1;
}

.dp-REFUND-header-2__visual img {
  display: block;
  width: 100%;
}

.dp-REFUND-header-2__box {
  padding: 0px;
  box-sizing: border-box;
  width: 760px;
  min-height: 326px;
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}

.dp-REFUND-header-2__baseline {
  color: #424242;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dp-REFUND-header-2__title {
  color: #424242;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 9.6px;
  text-transform: uppercase;
  max-width: 760px;
}

.dp-REFUND-header-2__text {
  color: #424242;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.3px;
  max-width: 760px;
}

.dp-REFUND-header-2__text strong {
  font-weight: 700;
}

.dp-REFUND-header-2__cta {
  display: flex;
  width: 424px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 100px;
  border: 1px solid #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dp-REFUND-header-2__cta:hover {
  color: #000;
}

.dp-REFUND-header-2__cta::after {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/bottom-arrow.png);
  background-repeat: no-repeat;
}

@media (max-width: 1270px) {
  .dp-REFUND-header-2 {
    padding: 50px;
    align-items: center;
    justify-content: flex-end;
  }

  .dp-REFUND-header-2__box {
    width: 760px;
  }

  .dp-REFUND-header-2__visual {
    left: -300px;
  }
}

@media (max-width: 1023px) {
  .dp-REFUND-header-2 {
    padding: 0px;
    padding-bottom: 50px;
    display: block;
    height: auto;
  }

  .dp-REFUND-header-2__visual {
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    position: relative;
  }

  .dp-REFUND-header-2__visual img {
    width: 100%;
    height: auto;
  }

  .dp-REFUND-header-2__box {
    margin: 0 40px;
    width: auto;
    height: auto;
  }

  .dp-REFUND-header-2__cta {
    width: auto;
  }
}

@media (max-width: 761px) {
  .dp-REFUND-header-2 {
    padding-bottom: 30px;
    background-color: #e2a470;
  }

  .dp-REFUND-header-2__visual {
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    position: absolute;
  }

  .dp-REFUND-header-2__visual img {
    width: 100%;
    height: 100%;
  }

  .dp-REFUND-header-2__box {
    padding: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .dp-REFUND-header-2__title {
    font-size: 30px;
  }

  .dp-REFUND-header-2__text {
    font-size: 16px;
  }
}

/********************************************************************/
.dp-REFUND-howto {
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  background: #fff;
  text-align: center;
}

.dp-REFUND-howto__title {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dp-REFUND-howto__content {
  display: flex;
  max-width: 884px;
  gap: 52px;
}

.dp-REFUND-howto__item {
  display: flex;
  width: 260px;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}

.dp-REFUND-howto__bold-text {
  color: #17171a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dp-REFUND-howto__text {
  color: #6f6f70;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.24px;
}

.dp-REFUND-howto__text a {
  color: #b57f42;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.56px;
  text-decoration-line: underline;
}

.dp-REFUND-howto__cta {
  display: flex;
  width: 310px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 100px;
  background-color: #3d8705;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dp-REFUND-howto__cta:hover {
  color: #fff !important;
}

@media (max-width: 1023px) {
  .dp-REFUND-howto {
    padding: 40px;
    box-sizing: border-box;
  }
}

@media (max-width: 761px) {
  .dp-REFUND-howto {
    padding: 30px;
    height: auto;
    flex-direction: column;
    width: 100%;
  }

  .dp-REFUND-howto__content {
    gap: 0px;
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

/********************************************************************/
.dp-REFUND-popin {
  background-color: #faf9f8;
  max-width: 600px;
  padding: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  padding: 24px;
  margin: 0 auto;
}

.popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-A"],
.popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-B"],
.popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-C"],
.popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-D"] {
  max-width: 600px;
}

.dp-REFUND-popin__title {
  margin: 0;
  color: #17171a;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}

.dp-REFUND-popin__baseline {
  margin: 0;
  color: #17171a;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.dp-REFUND-popin__text {
  margin: 0;
  color: #454547;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-align: left;
  padding-bottom: 16px;
}

.dp-REFUND-popin__text strong {
  font-weight: 700;
}

.dp-REFUND-popin__mentions {
  color: #6f6f70;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.21px;
  text-align: left;
}

.dp-REFUND-popin__mentions strong {
  font-weight: 700;
}

@media (max-width: 761px) {
  .dp-REFUND-popin {
    padding: 30px;
    max-width: 90vw !important;
  }

  /* .dp-REFUND-popin__wrapper {
        width: 90vw !important;
    }*/

  .popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-A"],
  .popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-B"],
  .popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-C"],
  .popin-dialog-open[aria-describedby="dp-REFUND-popin-plan-D"] {
    width: 90vw !important;
  }
}

/********************************************************************/
.dp-REFUND-selector {
  max-width: 335px;
  position: relative;
  z-index: 3;
  margin: 20px auto;
}

.dp-REFUND-selector::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 4;
}

.dp-REFUND-selector__value {
  height: 50px;
  border: 1px solid #6f6f70;
  border-radius: 8px;
  background-color: #fff;

  overflow: hidden;
  color: #6f6f70;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.25px;

  position: relative;
  z-index: 2;
  padding: 0px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

.dp-REFUND-selector__value[data-open="0"] {
  display: none;
}

.dp-REFUND-selector__value--machine {
}

.dp-REFUND-selector__panel {
  transition: max-height ease-in-out 0.5s;
  overflow: hidden;
  padding: 0px 7px;
  padding-top: 15px;
  background-color: #fff;
  border: 1px solid #6f6f70;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -17px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
}

.dp-REFUND-selector[data-open="0"] .dp-REFUND-selector__panel {
  max-height: 0px;
}

.dp-REFUND-selector[data-open="1"] .dp-REFUND-selector__panel {
  max-height: 242px;
}

.dp-REFUND-selector__list {
  list-style: none;
  padding: 0;
  margin: 14px 0;
  color: #6f6f70;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.25px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 207px;
  scroll-snap-type: y mandatory;
}

.dp-REFUND-selector__list::-webkit-scrollbar {
  width: 7px;
  border: 8px solid #fff;
}

.dp-REFUND-selector__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 14px;
}

.dp-REFUND-selector__list::-webkit-scrollbar-thumb {
  border-radius: 14px;
  background-color: #d9d9d9;
}

.dp-REFUND-selector__list li {
  height: 69px;
  padding: 0px;
  padding-right: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  scroll-snap-align: start;
}

.dp-REFUND-selector__list li[data-selected="1"] {
  background-color: #faf9f8;
}

/********************************************************************/

.dp-REFUND-plans {
  /*background-color: #fff;*/
  background-color: #faf9f8;
  padding: 40px;
}

.dp-REFUND-plans__title {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dp-REFUND-plans__scroll {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 1840px) {
  .dp-REFUND-plans__scroll {
    overflow-y: hidden;
    overflow-x: auto;
    position: unset;
    width: 100%;
  }

  .dp-REFUND-plans__content {
    width: 100%;
    position: relative;
  }

  .dp-REFUND-plans__content::before,
  .dp-REFUND-plans__content::after {
    content: " ";
    width: 100px;
    position: absolute;
    top: 0px;
    bottom: 20px;
  }

  .dp-REFUND-plans__content[data-pos="noscroll"]::after,
  .dp-REFUND-plans__content[data-pos="noscroll"]::before {
    display: none;
  }

  .dp-REFUND-plans__content[data-pos="start"]::before {
    display: none;
  }

  .dp-REFUND-plans__content[data-pos="end"]::after {
    display: none;
  }

  .dp-REFUND-plans__content::before {
    background-image: linear-gradient(to left, transparent, #faf9f8);
    left: 0;
    z-index: 3;
  }

  .dp-REFUND-plans__content::after {
    background-image: linear-gradient(to right, transparent, #faf9f8);
    right: 0;
    z-index: 3;
  }

  .dp-REFUND-plans__scroll::-webkit-scrollbar {
    width: 12px;
  }

  .dp-REFUND-plans__scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  .dp-REFUND-plans__scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b47641;
  }
}

.dp-REFUND-plans__table {
  display: flex;
  background-color: #faf9f8;
  width: 1480px;
  margin: 0 auto;
  gap: 38px;
  padding: 0 40px;
}

@media (max-width: 1540px) {
  .dp-REFUND-plans__table {
    width: 1350px;
    padding: 0px;
  }
}

.dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__table {
  width: auto;
  max-width: 885px;
}

.dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__scroll {
  overflow: hidden;
}

.dp-REFUND-plans__content[data-selected="1"]::before {
  display: none;
}

.dp-REFUND-plans__content[data-selected="1"]::after {
  display: none;
}

.dp-REFUND-plans__col-footer {
  color: #b57f42;
  font-size: 16px;
  text-decoration: underline;
  height: 90px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}

.dp-REFUND-plans__col-footer a {
  color: #b57f42 !important;
}

.dp-REFUND-plans__col-footer a:hover {
  color: #000 !important;
}

.dp-REFUND-plans__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 250px;
  width: 250px;
  text-align: left;
}

.dp-REFUND-plans__col--0 {
  flex: 1;
}

.dp-REFUND-plans__col--1,
.dp-REFUND-plans__col--2,
.dp-REFUND-plans__col--3,
.dp-REFUND-plans__col--4 {
  text-align: center;
}

.dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__col--0 {
  flex: 1;
  max-width: 440px;
}

.dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__col--1,
.dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__col--2,
.dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__col--3,
.dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__col--4 {
  width: 100%;
  flex-basis: 100%;
  max-width: 440px;
}

.dp-REFUND-plans__col--1 .dp-REFUND-plans__cell {
  background-color: #f7eded;
}

.dp-REFUND-plans__col--2 .dp-REFUND-plans__cell {
  background-color: #f2dede;
}

.dp-REFUND-plans__col--3 .dp-REFUND-plans__cell {
  background-color: #fccdcd;
}

.dp-REFUND-plans__col--4 .dp-REFUND-plans__cell {
  background-color: #feb3b3;
}

.dp-REFUND-plans__visual {
  margin: 0 auto;
  margin-bottom: -80px;
  margin-top: -30px;
  display: block;
  position: relative;
  width: 100%;
  background-color: #faf9f8;
}

.dp-REFUND-plans__visual::after {
  content: "";
  height: 68px;
  width: 100%;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  margin-top: -68px;
  z-index: 1;
}

.dp-REFUND-plans__col--1 .dp-REFUND-plans__visual::after {
  background-color: #f7eded;
}

.dp-REFUND-plans__col--2 .dp-REFUND-plans__visual::after {
  background-color: #f2dede;
}

.dp-REFUND-plans__col--3 .dp-REFUND-plans__visual::after {
  background-color: #fccdcd;
}

.dp-REFUND-plans__col--4 .dp-REFUND-plans__visual::after {
  background-color: #feb3b3;
}

.dp-REFUND-plans__visual {
  /* position: absolute;*/
  top: 0;
}

.dp-REFUND-plans__visual img {
  width: 200px;
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.dp-REFUND-plans__cell {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dp-REFUND-plans__col--0 .dp-REFUND-plans__cell {
  align-items: flex-start;
}

.dp-REFUND-plans__cell strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
}

.dp-REFUND-plans__cell--1 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 178px;
  padding-top: 40px;
  box-sizing: border-box;
}

.dp-REFUND-plans__cell--1 strong {
  font-weight: 700;
}

.dp-REFUND-plans__cell--2 {
  height: 130px;
}

.dp-REFUND-plans__cell--3 {
  height: 110px;
}

.dp-REFUND-plans__cell--4 {
  height: 110px;
}

.dp-REFUND-plans__cell--5 {
  height: 175px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dp-REFUND-plans__cell--caps {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.9961 24.4375L24.9639 8.18359L19.123 5H12.8687L7.03564 8.18408L5.00684 24.417C4.74658 25.9668 3.06934 25.999 2.99805 26L3 27H29L29.0019 26C28.9287 25.999 27.2139 25.9678 26.9961 24.4375ZM7.96436 8.81641L13.1235 6H18.8691L24.0361 8.81641L26.0049 24.5703C26.0929 25.1867 26.3472 25.6446 26.6702 26H5.30353C5.62988 25.6433 5.89197 25.183 5.9961 24.5625L7.96436 8.81641Z' fill='%2317171A'/%3E%3C/svg%3E");
}

.dp-REFUND-plans__arrow {
  display: none;
}

@media (max-width: 761px) {
  .dp-REFUND-plans {
    padding: 30px 0px;
    padding-bottom: 0;
    background-color: #fff;
  }

  .dp-REFUND-plans__arrow {
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 4;
  }

  .dp-REFUND-plans__content[data-selected="1"] .dp-REFUND-plans__arrow {
    display: none;
  }

  .dp-REFUND-plans__arrow::before {
    content: " ";
    display: block;
    width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/arrow.svg);
    cursor: pointer;
    transform-origin: center center;
  }

  .dp-REFUND-plans__arrow--left::before {
    transform: rotate(90deg);
  }

  .dp-REFUND-plans__arrow--right::before {
    transform: rotate(-90deg);
  }

  .dp-REFUND-plans__arrow--left {
    left: 0;
  }

  .dp-REFUND-plans__arrow--right {
    right: 0;
  }

  .dp-REFUND-plans__content[data-pos="start"] .dp-REFUND-plans__arrow--left {
    display: none;
  }

  .dp-REFUND-plans__content[data-pos="end"] .dp-REFUND-plans__arrow--right {
    display: none;
  }

  .dp-REFUND-plans__content {
    width: 360px;
    position: relative;
    margin: 0 auto;
  }

  .dp-REFUND-plans__visual {
    margin-bottom: -60px;
    margin-top: -60px;
    background-color: #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  .dp-REFUND-plans__visual::after {
    margin-left: -4px;
  }

  .dp-REFUND-plans__visual img {
    width: 140px;
    display: block;
    height: auto;
  }

  .dp-REFUND-plans__title {
    font-size: 20px;
    line-height: 24px;
  }

  .dp-REFUND-plans__scroll {
    width: 360px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .dp-REFUND-plans__col--0 {
    position: absolute;
    pointer-events: none;
  }

  .dp-REFUND-plans__cell {
    font-size: 14px;
  }

  .dp-REFUND-plans__cell strong {
    font-size: 14px;
  }

  .dp-REFUND-plans__col {
    width: 168px;
  }

  .dp-REFUND-plans__col--0 .dp-REFUND-plans__cell {
    margin-top: 400px;
    height: 41px;
    background: rgba(255, 255, 255, 0.75);
  }

  .dp-REFUND-plans__col--0 span {
    display: block;
  }

  .dp-REFUND-plans__col--0 .dp-REFUND-plans__cell--1 {
    margin-top: 80px;
    display: block;
    padding: 0;
    text-align: left;
    width: 384px;
    padding: 6px 18px;
    left: 0;
    height: 41px;
  }

  .dp-REFUND-plans__col--0 .dp-REFUND-plans__cell--2 {
    margin-top: 70px;
    display: block;
    padding: 0;
    text-align: left;
    width: 384px;
    padding: 6px 18px;
    left: 0;
    height: 41px;
  }

  .dp-REFUND-plans__col--0 .dp-REFUND-plans__cell--3 {
    margin-top: 89px;
    display: block;
    padding: 0;
    text-align: left;
    width: 384px;
    padding: 6px 18px;
    padding-top: 16px;
    left: 0;
    height: 41px;
  }

  .dp-REFUND-plans__col--0 .dp-REFUND-plans__cell--4 {
    margin-top: 89px;
    display: block;
    padding: 0;
    text-align: left;
    width: 384px;
    padding: 6px 18px;
    padding-top: 16px;
    left: 0;
    height: 41px;
  }

  .dp-REFUND-plans__col--0 .dp-REFUND-plans__cell--5 {
    margin-top: 89px;
    display: block;
    padding: 0;
    text-align: left;
    width: 384px;
    padding: 6px 18px;
    left: 0;
    height: 61px;
  }

  .dp-REFUND-plans__table {
    background-color: #fff;
    width: 720px;
    margin: 0 auto;
    gap: 0;
    padding: 0;
    justify-content: flex-start;
  }

  .dp-REFUND-plans__col--1,
  .dp-REFUND-plans__col--2,
  .dp-REFUND-plans__col--3,
  .dp-REFUND-plans__col--4 {
    width: 168px;
    flex-basis: 168px;
    padding: 0 6px;
  }

  .dp-REFUND-plans__cell--1 {
    height: 173px;
    padding-top: 100px;
  }

  .dp-REFUND-plans__cell--2 {
    height: 130px;
    padding-top: 41px;
  }

  .dp-REFUND-plans__cell--3 {
    height: 130px;
    padding-top: 41px;
  }

  .dp-REFUND-plans__cell--4 {
    height: 130px;
    padding-top: 41px;
  }

  .dp-REFUND-plans__cell--5 {
    height: 150px;
    padding-top: 61px;
  }

  .dp-REFUND-plans__content::before,
  .dp-REFUND-plans__content::after {
    display: none;
  }

  .dp-REFUND-plans__scroll::-webkit-scrollbar {
    display: none;
  }
}

/********************************************************************/
.dp-REFUND-video {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 88px;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .dp-REFUND-video {
    gap: 40px;
  }
}

@media (max-width: 1023px) {
  .dp-REFUND-video {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}

.dp-REFUND-video__player {
  flex-basis: 50%;
  max-width: 695px;
}

.dp-REFUND-video__wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.dp-REFUND-video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dp-REFUND-video__content {
}

.dp-REFUND-video__title {
  max-width: 629px;
  color: #17171a;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 22px;
}

.dp-REFUND-video__text {
  width: 440px;
  color: #17171a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
}

@media (max-width: 1023px) {
  .dp-REFUND-video {
    padding: 30px;
  }

  .dp-REFUND-video__player {
    flex-basis: 100%;
    width: 100%;
  }

  .dp-REFUND-video__title {
    font-size: 30px;
  }

  .dp-REFUND-video__content {
    width: 100%;
  }

  .dp-REFUND-video__text {
    width: 100%;
  }
}
/********************************************************************/
.dp-REFUND-first-order {
  display: flex;
  width: 100%;
  height: 448px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  background: #fff;
  text-align: center;
}

.dp-REFUND-first-order__title {
  color: #424242;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 896px;
}

.dp-REFUND-first-order__text {
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.3px;
  max-width: 760px;
}

.dp-REFUND-first-order__cta {
  display: flex;
  width: 310px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 100px;
  border: 1px solid #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dp-REFUND-first-order__cta:hover {
  color: #000;
}

@media (max-width: 1023px) {
  .dp-REFUND-first-order {
    padding: 40px;
    box-sizing: border-box;
  }
}

@media (max-width: 761px) {
  .dp-REFUND-first-order {
    padding: 30px;
    height: auto;
  }

  .dp-REFUND-first-order__title {
    font-size: 20px;
    line-height: 24px;
  }
}

/********************************************************************/
.dp-REFUND-USP {
  background-color: #fbfbfa;
  height: 373px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-REFUND-USP__box {
  max-width: 1322px;
  width: 100%;
  height: 236px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  list-style: none;
  padding: 24px;
  box-sizing: border-box;
  gap: 34px;
}

.dp-REFUND-USP__item {
  padding: 0;
  margin: 0;
}

.dp-REFUND-USP__item img {
  margin-bottom: 15px;
}

.dp-REFUND-USP__title {
  color: #17171a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.dp-REFUND-USP__text {
  margin: 0 auto;
  color: #6f6f70;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  max-width: 260px;
}

@media (max-width: 1400px) {
  .dp-REFUND-USP {
    height: auto;
    padding: 40px;
  }

  .dp-REFUND-USP__box {
    gap: 30px;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .dp-REFUND-USP {
    height: auto;
    padding: 40px;
  }

  .dp-REFUND-USP__box {
    gap: 30px;
    height: auto;
    flex-direction: column;
  }
}

@media (max-width: 761px) {
  .dp-REFUND-USP {
    padding: 30px;
  }
}

/********************************************************************/
.dp-REFUND-faq {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}

.dp-REFUND-faq__wrapper {
  max-width: 764px;
  margin: 0 auto;
}

.dp-REFUND-faq__title {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dp-REFUND-faq__item {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: hidden;
  transition: max-height ease-in-out 0.2s;
}

.dp-REFUND-faq__item::before {
  content: " ";
  width: 16px;
  height: 10px;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/machine-refund/images/arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 0;
  transition: transform ease-in-out 0.5s;
}

.dp-REFUND-faq__item[data-open="1"]::before {
  transform: rotate(180deg);
}

.dp-REFUND-faq__question {
  margin: 0;
  padding: 16px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  cursor: pointer;
  padding-right: 25px;
  text-transform: uppercase;
}

.dp-REFUND-faq__answer {
  margin: 0;
  padding-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
}

.dp-REFUND-faq__all-questions {
  text-align: center;
  padding: 40px;
  color: #b57f42;
  font-size: 16px;
  text-decoration: underline;
  height: 90px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}

.dp-REFUND-faq__all-questions a:hover {
  color: #000;
}

@media (max-width: 1023px) {
  .dp-REFUND-faq__title {
    margin: 30px;
    margin-top: 0;
  }

  .dp-REFUND-faq__wrapper {
    margin: 0 30px;
  }
}
