.cda-np[hidden] {
  display: none !important;
}

.cda-np {
  position: fixed;
  z-index: 100050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.cda-np.is-open {
  opacity: 1;
}

.cda-np__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 11, 28, 0.78);
  cursor: pointer;
}

.cda-np__shell {
  position: relative;
  top: 9px;
  box-sizing: border-box;
  width: min(748px, calc(100vw - 40px));
  min-height: 728px;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  padding: 29px;
  background: #161837;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  transform: translateY(23px) scale(0.985);
  transition: transform 0.22s ease;
}

.cda-np__dialog {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 670px;
  overflow: visible;
  border: 4px solid #e7502a;
  background: #161837;
  color: #fff;
  outline: 0;
}

.cda-np.is-open .cda-np__shell {
  transform: translateY(9px) scale(1);
}

.cda-np__frame {
  position: relative;
  box-sizing: border-box;
  min-height: 657px;
  margin: 4px;
  padding: 48px 48px 42px;
  overflow: hidden;
  border: 3px solid #fff;
}

.cda-np__close {
  position: absolute;
  z-index: 4;
  top: 13px;
  right: 13px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e7502a;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.cda-np__close:hover,
.cda-np__close:focus-visible {
  color: #fff;
  outline: 2px solid #e7502a;
  outline-offset: 2px;
}

.cda-np__header {
  max-width: 438px;
  margin: 0 auto 56px;
  text-align: center;
}

.cda-np__heading {
  margin: 0 !important;
  color: #fff;
  font-family: "Bebas Neue", "Archivo Narrow", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
}

.cda-np__divider {
  position: relative;
  display: block;
  height: 2px;
  margin-top: 24px;
  background: #e7502a;
}

.cda-np__divider::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 28px solid #e7502a;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.cda-np__content {
  position: relative;
  z-index: 2;
}

.cda-np__offer {
  margin: 0 0 21px !important;
  color: #fff;
  font-family: "Bebas Neue", "Archivo Narrow", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.cda-np__description {
  max-width: 500px;
  margin: 0 0 26px !important;
  color: #fff;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.28;
}

.cda-np__fields {
  display: flex;
  width: 100%;
  max-width: none;
}

.cda-np__email {
  min-width: 0;
  height: 48px;
  flex: 1 1 auto;
  padding: 11px 16px;
  border: 2px solid #fff;
  border-radius: 0;
  background: #fff;
  color: #161837;
  box-shadow: none;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 14px;
}

.cda-np__email:focus {
  border-color: #e7502a;
  outline: 0;
}

.cda-np__submit {
  min-width: 134px;
  height: 48px;
  flex: 0 0 auto;
  padding: 8px 18px;
  border: 2px solid #e7502a;
  border-radius: 0;
  background: #e7502a;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.cda-np__submit:hover,
.cda-np__submit:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #e7502a;
  outline: 0;
}

.cda-np__submit:disabled {
  cursor: wait;
  opacity: 1;
}

.cda-np__consent {
  display: flex;
  max-width: none;
  align-items: flex-start;
  gap: 11px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.35;
  background: transparent !important;
}

.cda-np__consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.cda-np__checkbox {
  position: relative;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
  border: 2px solid #fff;
  background: #fff;
}

.cda-np__consent > span:last-child {
  min-width: 0;
  flex: 1 1 auto;
  background: transparent !important;
  color: #fff !important;
  margin-top: 4px;
}

.cda-np__consent input:checked + .cda-np__checkbox::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #e7502a;
  content: "\2713";
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transform: translate(-50%, -53%);
}

.cda-np__consent input:focus-visible + .cda-np__checkbox {
  outline: 2px solid #e7502a;
  outline-offset: 2px;
}

.cda-np__loyalty {
  margin: 18px 0 0 !important;
  color: #fff;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.cda-np__legal {
  max-width: none;
  margin: 30px 0 0 !important;
  color: #ddd;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 9px;
  font-style: italic;
  line-height: 1.65;
}

.cda-np__legal a {
  color: #fff;
  text-decoration: underline;
}

.cda-np__alert {
  max-width: none;
  margin: 0 0 12px;
  padding: 9px 12px;
  background: #fff;
  color: #a11a1a;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.cda-np__success {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 300px;
  place-items: center;
  text-align: center;
}

.cda-np__success[hidden] {
  display: none;
}

.cda-np__success-content {
  max-width: 560px;
  margin: 20px 0 0 !important;
  color: #fff;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.cda-np__success-content > :first-child {
  margin-top: 0 !important;
}

.cda-np__success-content > :last-child {
  margin-bottom: 0 !important;
}

.cda-np__success-content p:first-child::first-line {
  font-family: "Bebas Neue", "Archivo Narrow", sans-serif;
  font-size: 54px;
  text-transform: uppercase;
}

.cda-np__knight {
  position: absolute;
  z-index: 1;
  right: -200px;
  bottom: -64px;
  width: 430px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.cda-np__dialog.is-success .cda-np__knight {
  display: none;
}

.cda-np .newsletter-tracking-consent {
  max-width: none;
  margin: 8px 0 0;
  color: #fff;
  font-family: "Montserrat", Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.cda-np .newsletter-tracking-consent .custom-checkbox {
  display: block;
}

.cda-np .newsletter-tracking-consent label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.cda-np .newsletter-tracking-consent input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.cda-np .newsletter-tracking-consent input[type="checkbox"] + span {
  position: relative;
  display: block;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 1px 0 0;
  border: 1px solid #fff;
  background: #fff !important;
}

.cda-np .newsletter-tracking-consent .checkbox-checked {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #e7502a;
  font-size: 16px;
  line-height: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.cda-np .newsletter-tracking-consent input[type="checkbox"]:checked + span .checkbox-checked {
  opacity: 1;
}

.cda-np .newsletter-tracking-consent input[type="checkbox"]:focus-visible + span {
  outline: 2px solid #e7502a;
  outline-offset: 2px;
}

html.cda-np-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .cda-np__knight {
    display: none;
  }
}

@media (max-width: 600px) {
  .cda-np {
    padding: 12px;
  }

  .cda-np__shell {
    top: 0;
    width: calc(100vw - 24px);
    min-height: 0;
    max-height: calc(100vh - 24px);
    padding: 29px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .cda-np__dialog {
    min-height: 0;
  }

  .cda-np.is-open .cda-np__shell {
    transform: translateY(0) scale(1);
  }

  .cda-np__frame {
    min-height: 0;
    padding: 50px 16px 32px;
  }

  .cda-np__close {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .cda-np__header {
    margin-bottom: 36px;
  }

  .cda-np__heading {
    padding: 0 24px;
    font-size: 29px;
  }

  .cda-np__offer {
    font-size: 49px;
  }

  .cda-np__description {
    font-size: 18px;
  }

  .cda-np__fields {
    display: block;
  }

  .cda-np__email,
  .cda-np__submit {
    display: block;
    width: 100%;
  }

  .cda-np__submit {
    margin-top: 8px;
  }

  .cda-np__loyalty,
  .cda-np__legal {
    padding-right: 0;
  }

  .cda-np__success {
    min-height: 350px;
    padding-right: 0;
  }

  .cda-np__success-content {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cda-np,
  .cda-np__shell {
    transition: none;
  }
}
