#main-container {
  background-color: #fff;
}

#top {
  background-color: #000;
}

/** PREVIEW **/
/*************/

.dp-NY {
  color: #17171a;
  font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
  background-color: #fff;
  letter-spacing: 0.12em;
  font-weight: 400;
  padding-bottom: 68px;
}

.dp-NY * {
  box-sizing: border-box;
}

.dp-NY-subtitle {
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .dp-NY-subtitle {
    font-size: 20px;
  }

  .dp-NY {
    padding-bottom: 0;
  }
}

/************/
/** HEADER **/
/************/

.dp-NY-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.dp-NY-header__content--logged,
.dp-NY[is-logged="true"] .dp-NY-header__content--unlogged {
  display: none;
}

.dp-NY[is-logged="true"] .dp-NY-header__content--logged,
.dp-NY-header__content--unlogged {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-NY-header__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.dp-NY-header__content-background {
  height: 469px;
  display: block;
}

.dp-NY-header__content-background img {
  height: 100%;
  display: block;
}

.dp-NY-header__content-text {
  position: absolute;
}

.dp-NY-header__content-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #424242;
}

.dp-NY-header__subtitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dp-NY-header__paragraph {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.015em;
  margin-top: 32px;
}

.dp-NY-header__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 24px;
  height: 48px;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid #424242;
  color: #424242;
  border-radius: 100px;
}

.dp-NY-header__login {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.12em;
  text-decoration-line: underline;
  display: inline-block;
  margin-top: 40px;
  color: #424242;
}

.dp-NY-header__login:hover {
  text-decoration: none;
}

.dp-NY-customer-first-name {
  font-weight: 400;
  display: block;
  font-style: italic;
}

.dp-NY-header__content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .dp-NY-header__subtitle {
    font-size: 32px;
  }

  .dp-NY-header__paragraph {
    font-size: 20px;
  }

  .dp-NY[is-logged="true"] .dp-NY-header__paragraph {
    margin-top: 70px;
  }

  .dp-NY-header__content-text {
    top: 0;
    padding: 0 16px;
    padding-top: 48px;
    transform: none;
  }

  .dp-NY-header__content-background {
    height: auto;
    width: 100%;
  }

  .dp-NY-header__content-background img {
    width: 100%;
    height: auto;
  }
}

/**************/
/** BENEFITS **/
/**************/

.dp-NY-benefits {
  display: none;
}

.dp-NY-benefits__section-title {
  height: 63px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.015em;
  transition: padding 0.3s, background 0.3s;
  background-color: #fff;
  border: none;
  font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
  display: none;
}

.dp-NY-benefits__section-title img {
  width: 24px;
}

.dp-NY-benefits__section-title[is-displayed="true"],
.dp-NY[is-logged="false"] .dp-NY-benefits__section-title,
.dp-NY[data-customer-status="0"] .dp-NY-benefits__section-title {
  display: flex;
}

.dp-NY-benefits__section-title[is-active="true"] {
  background-color: #faf9f8;
}

.dp-NY-benefits__section-title > span {
  padding-left: 12px;
}

.dp-NY-benefits__col-sections {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(23, 23, 26, 0.05), 0px 2px 8px rgba(23, 23, 26, 0.08);
  padding-top: 16px;
  min-width: 300px;
}

.dp-NY-benefits__sections-container {
  display: none;
}

.dp-NY-benefits__container {
  display: flex;
  justify-content: center;
  max-width: 1191px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  padding: 0 20px;
  min-height: 576px;
}

.dp-NY-benefits__sections-header {
  height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.015em;
  padding-left: 32px;
}

.dp-NY-benefits__col-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(23, 23, 26, 0.05), 0px 2px 8px rgba(23, 23, 26, 0.08);
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}

.dp-NY-benefits__col-content-available-status-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.dp-NY-benefits__col-content-available-status-container img {
  margin-right: 16px;
}

.dp-NY-benefits__col-content-available-status-container img[data-status-id="expert"] {
  transform: translateY(8px);
}

.dp-NY-benefits__col-content-inner {
  padding: 40px;
  background: linear-gradient(to bottom, #fff 80%, transparent);
  position: relative;
  z-index: 1;
  width: 100%;
}

.dp-NY-benefits__col-content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-NY-benefits__col-content-description {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.015em;
  margin-top: 16px;
}

.dp-NY-benefits__col-content-visual,
.dp-NY-benefits__col-content-visual img {
  display: block;
  width: 100%;
}

.dp-NY-benefits__col-content-visual {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dp-NY-benefits {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  margin-top: 7px;
  background-color: #faf9f8;
  padding-top: 72px;
  padding-bottom: 80px;
}

.dp-NY-benefits__section-title-inner {
  display: none;
  position: relative;
}

.dp-NY[data-customer-status="0"] .dp-NY-benefits__title:not([data-customer-status="0"]) {
  display: none;
}

.dp-NY[data-customer-status="0"] .dp-NY-benefits__title[data-customer-status="0"] {
  display: block;
}

@media screen and (min-width: 768px) {
  .dp-NY-benefits__section-title:hover {
    padding-left: 50px;
    background-color: #faf9f8;
  }

  .dp-NY-benefits__section-title-inner {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .dp-NY-benefits__col-content {
    display: none;
  }

  .dp-NY-benefits__col-content-inner {
    background: #fff;
    padding: 24px;
  }

  .dp-NY-benefits__col-content-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.015em;
  }

  .dp-NY-benefits__section-title {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.015em;
    padding: 18px 24px 18px 32px;
    height: 53px;
    transition: font-weight 0.1s;
  }

  .dp-NY-benefits__section-title::after {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/arrow-vector.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    transform: rotate(360deg);
    transition: transform 0.3s;
  }

  .dp-NY-benefits__section-title[is-active="true"]::after {
    transform: rotate(180deg);
  }

  .dp-NY-benefits__section-title[is-active="true"] {
    font-weight: 700;
  }

  .dp-NY-benefits__section-title > img {
    display: none;
  }

  .dp-NY-benefits__section-title > span {
    padding-left: 0;
  }

  .dp-NY-benefits__col-content-visual {
    position: relative;
  }

  .dp-NY-benefits__sections-header {
    display: none;
  }

  .dp-NY-benefits__col-sections {
    padding-top: 0;
    box-shadow: none;
    max-width: 100%;
  }

  .dp-NY-benefits {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .dp-NY-benefits__title br {
    display: none;
  }

  .dp-NY-benefits {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 10px;
  }

  .dp-NY-benefits__container {
    padding: 0;
    min-height: auto;
  }
}

/************************/
/** EXCLUSIVE BENEFITS **/
/************************/

.dp-NY-exclusive-benefits {
  padding-top: 77px;
  padding-bottom: 46px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.dp-NY[is-logged="false"] .dp-NY-exclusive-benefits {
  display: block;
}

.dp-NY-exclusive-benefits__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6f6f70;
  text-align: center;
}

.dp-NY-exclusive-benefits__title > span {
  margin-top: 16px;
  display: block;
  color: #17171a;
}

.dp-NY-exclusive-benefits__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 43px;
}

.dp-NY-exclusive-benefits__col ul > li:first-child {
  min-height: 171px;
}

.dp-NY-exclusive-benefits__col[data-status-id="connoisseur"] ul > li:first-child > img {
  width: 156px;
}

.dp-NY-exclusive-benefits__col[data-status-id="expert"] ul > li:first-child > img {
  width: 85px;
}

.dp-NY-exclusive-benefits__col[data-status-id="ambassador"] ul > li:first-child > img {
  width: 133px;
}

.dp-NY-exclusive-benefits__col ul > li:first-child > p {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.015em;
  color: #000000;
  margin-top: 28px;
}

.dp-NY-exclusive-benefits__col {
  width: 33.33%;
}

.dp-NY-exclusive-benefits__col:not([data-status-id="none"]) {
  text-align: center;
}

.dp-NY-exclusive-benefits__col ul > li:not(:first-child) {
  height: 58px;
}

.dp-NY-exclusive-benefits__col ul > li:nth-child(even) {
  background-color: #faf9f8;
}

.dp-NY-exclusive-benefits__col:not([data-status-id="none"]) ul > li:not(:first-child) {
  justify-content: center;
}

.dp-NY-exclusive-benefits__col ul > li:not(:first-child) {
  display: flex;
  align-items: center;
}

.dp-NY-exclusive-benefits__col ul > li {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.015em;
  color: #000000;
  padding: 0 26px;
}

.dp-NY-exclusive-benefits__col:not([data-status-id="none"]) ul > li[is-active="true"] > span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/checkmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.dp-NY-exclusive-benefits__conditions {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #876c43;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  text-underline-offset: 5px;
  text-decoration: underline;
  width: fit-content;
}

.dp-NY-exclusive-benefits__conditions:hover {
  text-decoration: none;
}

/* .dp-NY-exclusive-benefits__title-mobile,
.dp-NY-exclusive-benefits__paragraph-mobile {
  display: none;
} */

@media screen and (min-width: 768px) {
  .dp-NY-exclusive-benefits__col:not([data-status-id="none"]) ul > li > span > span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dp-NY-exclusive-benefits__col[data-status-id="none"] {
    display: none;
  }

  .dp-NY-exclusive-benefits__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .dp-NY-exclusive-benefits__col {
    width: 100%;
  }

  .dp-NY-exclusive-benefits {
    margin-top: 10px;
    padding-top: 64px;
  }

  /* .dp-NY-exclusive-benefits__title-mobile {
    font-weight: 300;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .dp-NY-exclusive-benefits__paragraph-mobile {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.015em;
    margin-top: 8px;
    color: #454547;
  } */

  .dp-NY-exclusive-benefits__title {
    display: none;
  }

  .dp-NY-exclusive-benefits__col {
    margin-top: 32px;
  }

  .dp-NY-exclusive-benefits__col ul > li {
    padding: 0 16px;
  }

  .dp-NY-exclusive-benefits__col ul > li:first-child > p {
    margin-top: 24px;
  }

  .dp-NY-exclusive-benefits__col ul > li:first-child {
    padding-bottom: 8px;
    min-height: auto;
  }

  .dp-NY-exclusive-benefits__col ul > li:nth-child(even) {
    background-color: #fff;
  }

  .dp-NY-exclusive-benefits__col ul > li:not(:first-child) {
    height: auto;
    margin-top: 16px;
  }

  .dp-NY-exclusive-benefits__col ul > li[is-active="false"] {
    color: #c9c9c9;
  }
}

@media screen and (max-width: 413px) {
  .dp-NY-member__status-progress {
    padding-left: 20px;
  }
}

/*****************/
/** ACQUISITION **/
/*****************/
/* 
.dp-NY-acquisition {
  max-width: 1716px;
  width: 100%;
  min-height: 659px;
  background: #faf9f8;
  padding: 80px;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.dp-NY[is-logged="false"] .dp-NY-acquisition {
  display: flex;
}

.dp-NY-acquisition__visual {
  max-width: 680px;
  width: 100%;
  display: block;
}

.dp-NY-acquisition__visual img {
  width: 100%;
  display: block;
}

.dp-NY-acquisition__content {
  padding-left: 40px;
  max-width: 440px;
  width: 100%;
}

.dp-NY-acquisition__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dp-NY-acquisition__description {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.015em;
  margin-top: 16px;
}

.dp-NY-acquisition__form {
  margin-top: 24px;
  position: relative;
}

.dp-NY-acquisition__form input[type="email"] {
  border: solid 2px #257a57;
  font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  height: 48px;
  padding-left: 24px;
  border-radius: 100px;
  width: 100%;
}

.dp-NY-acquisition__form input[type="email"]::placeholder {
  color: rgba(66, 66, 66, 0.6);
}

.dp-NY-acquisition__form button {
  width: 45px;
  height: 41px;
  background-color: #257a57;
  border: none;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  transition: width 0.3s;
  overflow: hidden;
  font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
}

.dp-NY-acquisition__form button::before {
  content: "";
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/arrow.svg);
  background-size: 20px 13px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 45px;
  height: 41px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: opacity 0.3s;
}

.dp-NY-acquisition__form button > span {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 24px;
  opacity: 0;
  transition-delay: 0.3s;
}

.dp-NY-acquisition__form button:hover {
  width: 75px;
}

.dp-NY-acquisition__form button[is-sent="true"] {
  width: calc(100% - 8px);
}

.dp-NY-acquisition__form button[is-sent="true"] > span {
  opacity: 1;
}

.dp-NY-acquisition__form button[is-sent="true"]::before {
  opacity: 0;
} */

/************/
/** MEMBER **/
/************/

.dp-NY-member {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 63px 20px;
  display: none;
}

.dp-NY[is-logged="true"] .dp-NY-member {
  display: block;
}

.dp-NY-member__progress-bar-container,
.dp-NY-member__progress-bar-container-mobile {
  max-width: 802px;
  width: 100%;
  background: #e1dad0;
  border-radius: 10px;
  height: 9px;
  position: relative;
  overflow: hidden;
}

.dp-NY-member__progress-bar-fill {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #bca482;
  width: 0;
  transition: width 1s, background-color 1s;
}

.dp-NY-member__card {
  max-width: 360px;
  width: 100%;
  height: 210px;
  background: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/card-texture.png), linear-gradient(180deg, #393944 0%, #17171a 100%);
  background: -webkit-image-set(url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/card-texture.png) 1x, url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/card-texture@2x.png) 2x), linear-gradient(180deg, #393944 0%, #17171a 100%);
  background: image-set(url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/card-texture.png) 1x, url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/card-texture@2x.png) 2x), linear-gradient(180deg, #393944 0%, #17171a 100%);
  box-shadow: 0px 0px 8px rgba(23, 23, 26, 0.05), 0px 2px 8px rgba(23, 23, 26, 0.08);
  border-radius: 7px;
  position: relative;
  color: #fff;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.dp-NY-member__card-status {
  position: absolute;
  top: 22px;
  right: 22px;
}

.dp-NY-member__card-name {
  position: absolute;
  left: 23px;
  top: 110px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dp-NY-member__card-member-since {
  position: absolute;
  left: 23px;
  bottom: 24px;
}

.dp-NY-member__card-last-order {
  position: absolute;
  left: 190px;
  bottom: 24px;
}

.dp-NY[data-customer-status="0"] .dp-NY-member__card-last-order,
.dp-NY[data-customer-status="0"] .dp-NY-member__card-member-since,
.dp-NY[data-customer-status="0"] .dp-NY-member__content:not([data-customer-status="0"]),
.dp-NY[data-customer-status="0"] .dp-NY-member__advantages-message,
.dp-NY-member__content[data-customer-status="0"] {
  display: none;
}

.dp-NY[data-customer-status="3"] .dp-NY-member__advantages-message {
  display: none;
}

.dp-NY[data-customer-status="0"] .dp-NY-member__content[data-customer-status="0"] {
  display: block;
}

.dp-NY-member__card-member-since,
.dp-NY-member__card-last-order {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c5c5c5;
}

.dp-NY-member__card-member-since > span,
.dp-NY-member__card-last-order > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.015em;
  color: #ffffff;
  display: block;
  text-transform: capitalize;
}

.dp-NY-member__card-logo {
  width: 32px;
  position: absolute;
  top: 22px;
  left: 23px;
}

.dp-NY-member__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dp-NY-member__content {
  padding-left: 40px;
}

.dp-NY-member__content > p:first-child {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.015em;
}

.dp-NY-member__content > p:nth-child(2) {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.015em;
}

.dp-NY-member__content > a {
  padding: 0 24px;
  height: 48px;
  background-color: #257a57;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}

.dp-NY-member__content > a:hover {
  background-color: #1d6a4b;
}

.dp-NY-member__status-progress {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  padding: 40px 18px 32px 40px;
  margin-top: 63px;
}

.dp-NY-member__advantages-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 26px;
}

.dp-NY-member__advantages-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dp-NY-member__advantages-items > li {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.015em;
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dp-NY-member__advantages-list-col[is-active="true"] .dp-NY-member__advantages-items > li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/checkmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.dp-NY-member__advantages-list-col:not([is-active="true"]),
.dp-NY[data-customer-status="0"] .dp-NY-member__advantages-list-col {
  opacity: 0.25;
}

.dp-NY-member__advantages-list-col:not([is-active="true"]) .dp-NY-member__advantages-title::before,
.dp-NY[data-customer-status="0"] .dp-NY-member__advantages-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(https://www.nespresso.com/shared_res/mos/free_html/be/local/benefits-page/images/padlock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
}

.dp-NY-member__advantages-description {
  margin-top: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.015em;
  color: #8b8b8c;
}

.dp-NY-member__advantages-message {
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.015em;
  color: #8b8b8c;
}

.dp-NY-member__progress-bar-container-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .dp-NY-member {
    padding: 28px 21px;
    padding-bottom: 34px;
  }

  .dp-NY-member__header {
    flex-direction: column;
  }

  .dp-NY-member__content {
    padding: 0;
    margin-top: 46px;
    text-align: center;
  }

  .dp-NY-member__status-progress {
    border: none;
    padding: 0;
    padding-left: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .dp-NY-member__progress-bar-container {
    display: none;
  }

  .dp-NY-member__progress-bar-container-mobile {
    width: 9px;
    height: 440px;
    display: block;
    position: relative;
  }

  .dp-NY-member__progress-bar-container-mobile .dp-NY-member__progress-bar-fill {
    width: 100%;
    height: 0;
  }

  .dp-NY-member__advantages-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 28px;
  }

  .dp-NY-member__advantages-message {
    width: 100%;
  }

  .dp-NY-member__advantages-list-col:not(:first-child) {
    margin-top: 34px;
  }

  .dp-NY-member__advantages-message {
    margin-top: 34px;
  }
}

/****************/
/** PROMOTIONS **/
/****************/

.dp-NY-promotion {
  padding-bottom: 57px;
  padding-top: 76px;
  text-align: center;
  display: none;
}

.dp-NY[is-logged="true"] .dp-NY-promotion {
  display: block;
}

.dp-NY-promotion__subtitle {
  margin-top: 57px;
}

.dp-NY-promotion__contact {
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-decoration-line: underline;
  color: #bc913b;
  display: inline-block;
  text-underline-offset: 3px;
}

.dp-NY-promotion__contact:hover {
  text-decoration: none;
}

.dp-NY-promotion__cards-container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 3em;
  padding: 0 20px;
}

.dp-NY-promotion__card {
  transition: 0.3s ease-in-out;
  transition-property: box-shadow;
  background-color: #e1dad0;
  box-shadow: 0 0 8px 0 rgb(23 23 26 / 5%), 0 2px 8px 0 rgb(23 23 26 / 8%);
}

.dp-NY-promotion__card:hover {
  box-shadow: 0 0 6px 0 rgb(23 23 26 / 8%), 0 4px 12px 0 rgb(23 23 26 / 14%);
}

.dp-NY-promotion__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #17171a;
  max-width: 360px;
  width: 33.33%;
}

.dp-NY-promotion__card-title {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.dp-NY-promotion__card-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.dp-NY-promotion__card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 2.5rem 2rem;
  padding-bottom: 2rem;
}

.dp-NY-promotion__card-button {
  background: none;
  border: 1px solid #17171a;
  color: #17171a;
  border-radius: 3rem;
  padding: 1rem 1.5rem 0.875rem;
  background: none;
  min-width: 7.1875rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.dp-NY-promotion__card-visual,
.dp-NY-promotion__card-visual img {
  display: block;
  width: 100%;
}

.dp-NY-promotion__card-visual img {
  transition: 0.3s;
}

.dp-NY-promotion__card-visual {
  overflow: hidden;
}

.dp-NY-promotion__card:hover .dp-NY-promotion__card-visual img {
  transform: scale(1.1);
}

.dp-NY-promotion__card-visual-container {
  height: 203px;
}

@media screen and (max-width: 767px) {
  .dp-NY-promotion {
    padding: 70px 20px;
    padding-bottom: 58px;
  }

  .dp-NY-promotion__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .dp-NY-promotion__cards-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 20px;
    gap: 30px;
    padding: 0;
  }

  .dp-NY-promotion__card {
    width: 100%;
  }

  .dp-NY-promotion__subtitle {
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
}

/*Julien aligement tableau description tiers expert*/
[data-status-id="expert"] > ul > li > p{
  margin-top: 19px !important;
  }