
html,
body {
  color: var(--rds-color-content-high);
  font-family: RepsolSoleDisplayRegular;
}
html p,
body p,
html ol,
body ol,
html ul,
body ul,
html div,
body div,
html li,
body li {
  color: inherit;
}
.orangeText {
  color: #ff6200;
}
.tealText {
  color: #00859b;
}
.redText {
  color: #e1251b;
}
.whiteText {
  color: #ffffff;
}
.midnightBlueText {
  color: #011842;
}
.greyText {
  color: #5a5a5a;
}
.title:not(div,section) {
  font-family: RepsolSoleDisplayRegular;
}
.subTitle {
  font-family: RepsolSoleTextBold;
}
.titleLight {
  font-family: RepsolSoleDisplayRegular;
}
.titleBold {
  font-family: RepsolSoleDisplayBold;
}
.subtitleLight {
  font-family: "TitilliumWeb-Regular";
}
.subtitleBold {
  font-family: "TitilliumWeb-SemiBold";
}
h1 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 20px;
  }
}
h2 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}
h3 {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  h6 {
    font-size: 16px;
  }
}
.font34px {
  font-size: 34px;
  line-height: 1rem;
}
.font70px {
  font-size: 70px !important;
}
@media only screen and (max-width: 960px) {
  .font70px {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .font70px {
    font-size: 50px !important;
  }
}
.font14px {
  font-size: 14px;
}
[class*="-component"] > .container {
  margin-bottom: 0;
}
.cmp-container > .aem-Grid > div:first-child {
  margin-top: 0;
}
.rds-landings-color-surface-white {
  background-color: var(--rds-color-surface-white);
}
.rds-landings-color-surface-grey {
  background-color: var(--rds-color-surface-grey);
}
.rds-landings-color-surface-navy {
  background-color: var(--rds-color-surface-navy);
}
.rds-landings-color-surface-sand {
  background-color: var(--rds-color-surface-sand);
}
.rds-landings-color-link-content-default {
  color: var(--rds-color-link-content-default);
}
body.xf-web-container .modal-component {
  display: flex;
  justify-content: center;
}
body.xf-web-container .rp-landings-modals-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.xf-web-container .rp-landings-modals-container .experiencefragment {
  width: 100%;
}
.rp-landings-modals-container {
  display: none;
  align-items: center;
}
.rp-landings-modals-container .experiencefragment {
  width: 100%;
}
@media (max-width: 768px) {
  .hide-in-mobile {
    display: none;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* rules for bookmarklet test */
*:focus-visible {
  outline-style: auto;
  outline-color: currentColor;
  outline-width: initial;
}

