body.modal-open {
  overflow: hidden;
}
.cmp-container > .aem-Grid > div.modal-component.xf-author {
  margin-top: 0;
}
.modal-component .rp-landings-modal-component__placeholder {
  display: none;
}
.modal-component.xf-author .rp-landings-modal-component__placeholder {
  display: block;
  text-align: center;
  font-family: RepsolSoleDisplayRegular, sans-serif;
  font-size: 1rem;
  color: #212529;
}
@media only screen and (min-width: 1440px) {
  .modal-component.xf-author .rp-landings-modal-component__placeholder {
    font-size: 1.5rem;
  }
}
.rp-landings-modal-component {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease,
    transform 0.3s ease;
  will-change: transform,
    opacity;
  pointer-events: none;
  padding: 24px 16px 16px 16px;
  border: none;
  flex-direction: column;
  gap: 16px;
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 19, 36, 0.08);
}
.rp-landings-modal-component .rp-landings-text-component h1,
.rp-landings-modal-component .rp-landings-text-component h2,
.rp-landings-modal-component .rp-landings-text-component h3,
.rp-landings-modal-component .rp-landings-text-component h4,
.rp-landings-modal-component .rp-landings-text-component h5,
.rp-landings-modal-component .rp-landings-text-component h6,
.rp-landings-modal-component .rp-landings-text-component p {
  margin-bottom: 0 !important;
}
.rp-landings-modal-component.show-modal {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.rp-landings-modal-component.modal-author[open] {
  display: flex;
  top: 0;
  left: 0;
  transform: none;
  position: relative;
  opacity: 1;
}
.rp-landings-modal-component[open] {
  display: flex;
  top: auto;
  position: fixed;
  width: 100%;
  max-width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .rp-landings-modal-component {
    transform: translate(-50%, calc(-80%));
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .rp-landings-modal-component.show-modal {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .rp-landings-modal-component[open] {
    display: flex;
    top: 50%;
    left: 50%;
    position: fixed;
    min-width: 600px;
    max-width: 820px;
    border-bottom-left-radius: var(--rds-radius-l);
    border-bottom-right-radius: var(--rds-radius-l);
  }
}
.rp-landings-modal-component::backdrop {
  backdrop-filter: blur(3px);
}
@media only screen and (min-width: 1024px) {
  .rp-landings-modal-component {
    padding: 24px;
    gap: 24px;
  }
}
.rp-landings-modal-component__header {
  display: flex;
  justify-content: space-between;
}
.rp-landings-modal-component__body,
.rp-landings-modal-component__body .parsys {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rp-landings-modal-component__body::-webkit-scrollbar,
.rp-landings-modal-component__body .parsys::-webkit-scrollbar {
  display: none;
}
.rp-landings-modal-component__body > *:empty,
.rp-landings-modal-component__body .parsys > *:empty {
  display: none;
}
.rp-landings-modal-component__body [class*="rp-bg-"]:not(.descriptive-block).rp-margin-component-m,
.rp-landings-modal-component__body .parsys [class*="rp-bg-"]:not(.descriptive-block).rp-margin-component-m {
  margin-bottom: 0;
}
.rp-landings-modal-component__body .image-component .container,
.rp-landings-modal-component__body .parsys .image-component .container {
  margin: 0;
  padding: 0;
}
.rp-landings-modal-component__body .image-component .container .original-size,
.rp-landings-modal-component__body .parsys .image-component .container .original-size {
  display: flex;
}
.modal-component.cb-modal-landings {
  position: relative;
}
.modal-component.cb-modal-landings .rp-landings-modal-component {
  gap: 16px;
}
.modal-component.cb-modal-landings .rp-landings-modal-component__header {
  flex-direction: column;
}
.modal-component.cb-modal-landings .rp-landings-modal-component__header .rp-landings-text-component,
.modal-component.cb-modal-landings .rp-landings-modal-component__header .rp-landings-text-component > * {
  text-align: center;
  line-height: 26px;
  color: var(--rds-color-content-high);
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component__header .rp-landings-text-component,
  .modal-component.cb-modal-landings .rp-landings-modal-component__header .rp-landings-text-component > * {
    font-size: 28px;
    line-height: 36px;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component__header-btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
}
.modal-component.cb-modal-landings .rp-landings-modal-component__header-icon-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-component.cb-modal-landings .rp-landings-modal-component__header-icon-title .modalTitle {
  width: 100%;
}
.modal-component.cb-modal-landings .rp-landings-modal-component__header-icon {
  width: 100px;
  height: 100px;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component__header-icon {
    width: 160px;
    height: 160px;
    margin-bottom: 24px;
    margin-top: 0;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component__body .rp-landings-text-component,
.modal-component.cb-modal-landings .rp-landings-modal-component__body .rp-landings-text-component > * {
  text-align: start;
  color: var(--rds-color-content-medium);
}
.modal-component.cb-modal-landings .rp-landings-modal-component__body .rp-landings-text-component > :first-child {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component__body .rp-landings-text-component > :first-child {
    text-align: start;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component__body .rp-landings-text-component p b {
  font-family: 'RepsolSoleTextRegular';
}
.modal-component.cb-modal-landings .rp-landings-modal-component__body .button {
  display: flex;
  justify-content: center;
}
.modal-component.cb-modal-landings .rp-landings-modal-component__body .rp-landings-callmebackff-component .rp-landings-hero-component__form-parsys:not( :has(> .button:last-child)) > :nth-last-child(2) {
  margin-top: 24px;
}
.modal-component.cb-modal-landings .rp-landings-modal-component__body .rp-landings-callmebackff-component .rp-landings-hero-component__form-parsys:has(> .text-component:last-child) .rp-landings-text-component > * {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component[open] {
    max-width: 600px;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"],
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"],
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"],
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] {
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"],
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"],
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"],
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] {
    gap: 12px;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"] .rp-landings-modal-component__body,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__body,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__body {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"] .rp-landings-modal-component__body,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__body,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__body {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__header .rp-landings-text-component,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"] .rp-landings-modal-component__header .rp-landings-text-component,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__header .rp-landings-text-component,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__header .rp-landings-text-component,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__header .rp-landings-text-component > *,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"] .rp-landings-modal-component__header .rp-landings-text-component > *,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__header .rp-landings-text-component > *,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__header .rp-landings-text-component > * {
    font-size: 20px;
    line-height: 28px;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-text-component,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"] .rp-landings-modal-component__body .rp-landings-text-component,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__body .rp-landings-text-component,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__body .rp-landings-text-component,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-text-component > *,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_success"] .rp-landings-modal-component__body .rp-landings-text-component > *,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__body .rp-landings-text-component > *,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__body .rp-landings-text-component > * {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__header .rp-landings-text-component,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__header .rp-landings-text-component > * {
    font-size: 28px;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body {
  gap: 12px;
  margin-bottom: 0;
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-text-component {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-text-component .email-modal-email {
  text-align: start;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-text-component,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-text-component > * {
    text-align: start;
  }
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-callmebackff-component .rp-landings-hero-component__form-parsys {
  gap: 24px;
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="email"] .rp-landings-modal-component__body .rp-landings-callmebackff-component .rp-landings-hero-component__form-parsys .rp-landings-hero-component__fieldset {
  margin-bottom: 0;
}
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__body,
.modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__body {
  margin-bottom: 0;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error"] .rp-landings-modal-component__body button.rds-button,
  .modal-component.cb-modal-landings .rp-landings-modal-component[modal="confirmation_error_400"] .rp-landings-modal-component__body button.rds-button {
    align-self: center;
  }
}
