@charset "UTF-8";
@font-face {
  font-family: "Chronicle Display";
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BlackItalic.eot");
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BlackItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BlackItalic.woff2") format("woff2"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BlackItalic.woff") format("woff"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Chronicle Display";
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-Italic.eot");
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-Italic.woff2") format("woff2"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-Italic.woff") format("woff"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Chronicle Display";
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-LightItalic.eot");
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-LightItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-LightItalic.woff2") format("woff2"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-LightItalic.woff") format("woff"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Chronicle Display";
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BoldItalic.eot");
  src: url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BoldItalic.woff2") format("woff2"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BoldItalic.woff") format("woff"), url("clientlib-ihgcom/resources/fonts/Chronicle/ChronicleDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
html {
  font-size: 10px !important;
}

body {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 1.6rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  body {
    font-size: 1.8rem;
  }
}

.cmp-accordion__item {
  margin: 1px 0px;
}
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  border: 0;
  color: #ffffff;
  background: #ffffff;
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  outline: none;
}
.cmp-accordion__button--expanded .cmp-accordion__title:before {
  font-family: "FontAwesome";
  content: "\f106";
  font-weight: normal;
}
.cmp-accordion__title {
  color: #000000;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-decoration: none;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
}
[dir=ltr] .cmp-accordion__title {
  padding-right: 3.5rem;
}
[dir=rtl] .cmp-accordion__title {
  padding-left: 3.5rem;
}
.cmp-accordion__title:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-weight: normal;
  color: #E8542C;
  border-radius: 50%;
  padding: 0.3rem 0.45rem;
  line-height: 1.15;
  letter-spacing: normal;
  position: absolute;
}
[dir=ltr] .cmp-accordion__title:before {
  right: 2rem;
}
[dir=rtl] .cmp-accordion__title:before {
  left: 2rem;
}
.cmp-accordion__panel {
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.cmp-accordion__panel--expanded {
  height: 100%;
  line-height: 1.2;
  opacity: 1;
  padding: 1rem;
}
.cmp-accordion__panel--hidden {
  height: 0;
  line-height: 0;
  opacity: 0;
}

.cmp-breadcrumb__item-link {
  display: inline-block;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  position: relative;
}
.cmp-breadcrumb__item-link:before {
  background: #8fa2ab;
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.cmp-breadcrumb__item:last-child .cmp-breadcrumb__item-link:before {
  display: none;
}

[dir=ltr] .cmp-breadcrumb__item:first-child .cmp-breadcrumb__item-link {
  padding: 0 2.5rem;
}
[dir=ltr] .cmp-breadcrumb__item-link {
  padding: 0 1.5rem 0 1rem;
}
[dir=ltr] .cmp-breadcrumb__item-link:before {
  right: 0;
}

[dir=rtl] .cmp-breadcrumb__item:first-child .cmp-breadcrumb__item-link {
  padding: 0 2.5rem;
}
[dir=rtl] .cmp-breadcrumb__item-link {
  padding: 0 1rem 0 1.5rem;
}
[dir=rtl] .cmp-breadcrumb__item-link:before {
  left: 0;
}

.cmp-breadcrumb__item:first-child span:after {
  color: #E8542C;
}

.cmp-breadcrumb {
  background: #ffffff;
  border-color: #C2C7CA;
  border-style: solid;
  border-width: 1px 0;
  font-size: 1.3rem;
}
.cmp-breadcrumb__list {
  max-width: 144rem;
}
.cmp-container--max-width-large ~ .breadcrumb .cmp-breadcrumb__list {
  max-width: 144rem;
}
.cmp-container--max-width-medium ~ .breadcrumb .cmp-breadcrumb__list {
  max-width: 126rem;
}
.cmp-container--max-width-small ~ .breadcrumb .cmp-breadcrumb__list {
  max-width: 88rem;
}
.cmp-breadcrumb__item--active, .cmp-breadcrumb__item-link {
  color: #000000;
  line-height: 2.5;
}

.cmp-carousel--single-mode .cmp-teaser__image ~ .cmp-teaser__content, .cmp-carousel--center-mode .cmp-teaser__image ~ .cmp-teaser__content {
  padding-top: 3rem;
  margin: 0px auto;
  padding-bottom: 3rem;
}
.cmp-carousel--single-mode .slick-arrow {
  color: transparent;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  outline: 0;
  font-size: 0;
}
.cmp-carousel--single-mode .slick-arrow.slick-prev {
  left: 4%;
}
.cmp-carousel--single-mode .slick-arrow.slick-next {
  right: 4%;
}
.cmp-carousel--single-mode .slick-arrow.slick-prev::after, .cmp-carousel--single-mode .slick-arrow.slick-next::after {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(194, 199, 202, 0.7);
}
@media (min-width: 992px) {
  .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .cmp-carousel--single-mode .slick-arrow.slick-next::after {
    font-size: 3.6rem;
  }
}
.cmp-carousel--single-mode .slick-arrow.slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
}
.cmp-carousel--single-mode .slick-arrow.slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
}
@media (min-width: 992px) {
  .cmp-carousel--center--extended--mode .slick-slider {
    width: 77rem !important;
    margin: auto;
  }
}
.cmp-carousel--center--extended--mode .slick-slider button {
  cursor: pointer;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
  bottom: 1.4rem;
  top: initial;
  color: #1F4456;
  background-color: #1F4456;
  z-index: 1;
  transform: unset;
  width: 8.5rem;
  height: 8.3rem;
  font-size: 0;
  border: none;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
    display: none !important;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-prev {
  left: 84%;
}
@media (max-width: 991px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-prev {
    left: 68%;
  }
}
@media (min-width: 768px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-next {
    left: 79%;
  }
}
@media (min-width: 780px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-next {
    left: 78%;
  }
}
@media (min-width: 860px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-next {
    left: 77%;
  }
}
@media (min-width: 950px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-next {
    left: 76%;
  }
}
@media (min-width: 992px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-next {
    left: 95%;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-prev::after, .cmp-carousel--center--extended--mode .slick-slider .slick-arrow.slick-next::after {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(194, 199, 202, 0.7);
}
.cmp-carousel--center--extended--mode .slick-slider .slick-prev::after,
.cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  color: #1F4456;
  font-size: 2rem;
  width: 0.85rem;
  height: 1.55rem;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-prev::after {
  content: url("clientlib-ihgcom/resources/icons/icon-carousel-arrow-left.png");
  font-family: unset;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  content: url("clientlib-ihgcom/resources/icons/icon-carousel-arrow-right.png");
  font-family: unset;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list {
  overflow: visible;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .image {
  cursor: default;
  text-align: center;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image {
    width: -moz-min-content;
    width: min-content;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    width: auto;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-mobile {
    display: block !important;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
  font-size: 1.8rem;
  line-height: 150%;
  font-style: normal;
  font-weight: normal;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  letter-spacing: 0.011em;
  display: none;
}
@media (max-width: 991px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
    max-width: 65%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
    font-size: 1.6rem;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
  display: block;
  padding: 1.7rem 0 1rem 0;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
    font-size: 17px rem;
    padding: 2rem 0;
  }
}
.cmp-carousel--center--extended--mode .slick-slider, .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
  width: auto;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider, .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-width: unset;
  }
}
.cmp-carousel .cmp-teaser__content .cmp-image + div {
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__description p {
  margin-top: 0rem;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__description p,
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__title a {
  color: #ffffff;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__title a {
  font-size: 3.8rem;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__description p {
  font-size: 1.8rem;
  font-weight: 400;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(255, 255, 255, 0.8);
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__title a {
  margin-top: 1rem;
  font-size: 3.8rem;
  line-height: 3.9rem;
  font-weight: 400;
  width: 40rem;
  font-style: normal;
}
.cmp-carousel .cmp-teaser--align-center-start .cmp-teaser__content {
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.cmp-carousel .cmp-teaser--align-center-end .cmp-teaser__content {
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
}

.cmp-carousel--content-overflow .cmp-teaser__content .cmp-image + div .cmp-teaser__description p {
  text-shadow: none;
}

.mac .cmp-carousel--center--extended--mode {
  padding-bottom: 6rem;
}
.mac .cmp-carousel--center--extended--mode .slick-arrow {
  bottom: -4.4rem;
}
@media (max-width: 767px) {
  .mac .cmp-carousel--center--extended--mode {
    padding-bottom: 8rem;
  }
}

.cmp-carousel .cmp-carousel__content .slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
}
.cmp-carousel .cmp-carousel__content .slick-dots li.slick-active button:before {
  color: #E8542C;
  opacity: 1;
}

.carousel.arrows-white .slick-arrow.slick-prev:after {
  color: #ffffff;
}
.carousel.arrows-white .slick-arrow.slick-next:after {
  color: #ffffff;
}
.carousel.arrows-black .slick-arrow.slick-prev:after {
  color: #000000;
}
.carousel.arrows-black .slick-arrow.slick-next:after {
  color: #000000;
}

.cmp-countdown {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cmp-countdown__title {
  color: #000000;
  font-size: 3rem;
  line-height: 115%;
  margin-bottom: 3rem;
  text-align: center;
}
.cmp-countdown__number {
  border-color: #C2C7CA;
  margin-bottom: 0.5rem;
}
.cmp-countdown__amount {
  color: #E8542C;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}
.cmp-countdown__period {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.cmp-button, .cmp-teaser__action-link {
  border: none;
  background: none;
  max-width: 40.4rem;
}
.cmp-button--primary .cmp-button, .cmp-button--primary .cmp-teaser__action-link {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  background: #E8542C;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 2.2rem;
  padding: 1.5rem 4rem;
  display: inline-block;
  border: none;
  text-align: center;
}
.cmp-button--secondary .cmp-button, .cmp-button--secondary .cmp-teaser__action-link {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.2rem;
  padding: 1.5rem 4rem;
  color: #E8542C;
  text-transform: uppercase;
  border: 0.2rem solid #E8542C;
  background-color: transparent;
  display: inline-block;
  text-align: center;
}
.cmp-button--tertiary .cmp-button, .cmp-button--tertiary .cmp-teaser__action-link {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  color: #E8542C;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.cmp-button--tertiary .cmp-button::after, .cmp-button--tertiary .cmp-teaser__action-link::after {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
}
[dir=rtl] .cmp-button--tertiary .cmp-button::after, [dir=rtl] .cmp-button--tertiary .cmp-teaser__action-link::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
}
.cmp-button--basic .cmp-button, .cmp-button--basic .cmp-teaser__action-link {
  text-decoration: underline;
  color: #E8542C;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.7rem;
}

.cmp-list--bulleted-list .cmp-list__item-link {
  color: #E8542C;
}

.cmp-list--default .cmp-list__item {
  margin: 0.5rem 0 1rem 0;
  color: #E8542C;
}
.cmp-list--default .cmp-list__item-link {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #E8542C;
  line-height: 2.2rem;
  text-decoration: none;
  padding-bottom: 0.08rem;
  border-bottom: 0.1rem solid #E8542C;
}
.cmp-separator--normal .cmp-separator__horizontal-rule {
  height: 0.2rem;
}
.cmp-separator--thick .cmp-separator__horizontal-rule {
  height: 0.4rem;
}
@media (min-width: 768px) {
  .cmp-separator--horizontal-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.cmp-separator--color-primary .cmp-separator__horizontal-rule {
  background-color: #E8542C;
}

.cmp-separator--color-secondary .cmp-separator__horizontal-rule {
  background-color: #C2C7CA;
}

.cmp-separator--color-tertiary .cmp-separator__horizontal-rule {
  background-color: #1F4456;
}

.cmp-separator--color-fourth .cmp-separator__horizontal-rule {
  background-color: #F0EEED;
}

.cmp-separator--color-ninth .cmp-separator__horizontal-rule {
  background-color: #ffffff;
}

.cmp-separator--color-tenth .cmp-separator__horizontal-rule {
  background-color: #000000;
}

.cmp-separator--color-gray1 .cmp-separator__horizontal-rule {
  background-color: #F4F2ED;
}

.cmp-separator--color-gray2 .cmp-separator__horizontal-rule {
  background-color: #D8D3CB;
}

.cmp-separator--color-gray3 .cmp-separator__horizontal-rule {
  background-color: #C0BAB4;
}

.cmp-separator--color-gray4 .cmp-separator__horizontal-rule {
  background-color: #cbcbcb;
}

.cmp-separator--color-eleven .cmp-separator__horizontal-rule {
  background-color: #7B61FF;
}

.cmp-separator--color-rewards-gray .cmp-separator__horizontal-rule {
  background-color: #607985;
}

.cmp-separator--color-black .cmp-separator__horizontal-rule {
  background-color: #545454;
}

.cmp-separator--color-orange .cmp-separator__horizontal-rule {
  background-color: #EF542C;
}

.cmp-container--max-width-small {
  margin: 0 auto;
  max-width: 88rem;
  float: none !important;
}
.cmp-container--max-width-medium {
  margin: 0 auto;
  max-width: 126rem;
  float: none !important;
}
.cmp-container--max-width-large {
  margin: 0 auto;
  max-width: 144rem;
  float: none !important;
}
.cmp-container--column-padding .aem-GridColumn {
  padding: 0.6rem;
}
.cmp-container--column-padding .experiencefragment.aem-GridColumn {
  padding: 0;
}
.cmp-container--column-padding .experiencefragment.aem-GridColumn .aem-GridColumn {
  padding: 0;
}
.cmp-container--column-padding .experiencefragment.aem-GridColumn .image.aem-GridColumn {
  padding: 0.6rem;
}
.cmp-container--column-padding-l .aem-GridColumn {
  padding: 1.5rem;
}
.cmp-container--column-padding-l .experiencefragment.aem-GridColumn {
  padding: 0;
  margin-top: 8rem;
}
.cmp-container--column-padding-l .experiencefragment.aem-GridColumn .cmp-container {
  padding: 0;
}
.cmp-container--column-padding-l .experiencefragment.aem-GridColumn .aem-GridColumn {
  padding: 0;
}
.cmp-container--column-padding-l .experiencefragment.aem-GridColumn .cmp-container .cmp-image {
  padding-top: 1.5rem;
}
.cmp-container--column-padding-l .experiencefragment.aem-GridColumn .cmp-button, .cmp-container--column-padding-l .experiencefragment.aem-GridColumn .cmp-teaser__action-link {
  margin: 3rem 0;
}
.cmp-container--column-padding-l .teaser.aem-GridColumn {
  padding: 0;
}
@media (min-width: 768px) {
  .cmp-container--column-padding-l .experiencefragment.aem-GridColumn {
    margin-top: 0;
  }
  .cmp-container--column-padding-l .experiencefragment.aem-GridColumn .cmp-container {
    padding: 1.5rem;
  }
}

.cmp-title__link {
  color: inherit;
  text-decoration: none;
}

.cmp-title__text, .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content h1.cmp-teaser__title {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.cmp-title__text small, .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content h1.cmp-teaser__title small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}

h1.cmp-title__text, .cmp-teaser__content h1.cmp-teaser__title, .h1 .cmp-title__text, .h1 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h1 h6.cmp-teaser__title, .h1 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h1 h5.cmp-teaser__title, .h1 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h1 h4.cmp-teaser__title, .h1 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h1 h3.cmp-teaser__title, .h1 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h1 h2.cmp-teaser__title {
  font-size: 6.2rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
h1.cmp-title__text small, .cmp-teaser__content h1.cmp-teaser__title small, .h1 .cmp-title__text small, .h1 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h1 h6.cmp-teaser__title small, .h1 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h1 h5.cmp-teaser__title small, .h1 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h1 h4.cmp-teaser__title small, .h1 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h1 h3.cmp-teaser__title small, .h1 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h1 h2.cmp-teaser__title small {
  font-size: 50%;
}
h1.cmp-title__text small.lock, .cmp-teaser__content h1.cmp-teaser__title small.lock, .h1 .cmp-title__text small.lock, .h1 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h6.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h5.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h4.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h3.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h2.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h2.cmp-title__text, .cmp-teaser__content h2.cmp-teaser__title, .h2 .cmp-title__text, .h2 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h2 h6.cmp-teaser__title, .h2 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h2 h5.cmp-teaser__title, .h2 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h2 h4.cmp-teaser__title, .h2 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h2 h3.cmp-teaser__title, .h2 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h2 h1.cmp-teaser__title {
  font-size: 5.2rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
h2.cmp-title__text small, .cmp-teaser__content h2.cmp-teaser__title small, .h2 .cmp-title__text small, .h2 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h2 h6.cmp-teaser__title small, .h2 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h2 h5.cmp-teaser__title small, .h2 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h2 h4.cmp-teaser__title small, .h2 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h2 h3.cmp-teaser__title small, .h2 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h2 h1.cmp-teaser__title small {
  font-size: 50%;
}
h2.cmp-title__text small.lock, .cmp-teaser__content h2.cmp-teaser__title small.lock, .h2 .cmp-title__text small.lock, .h2 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h6.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h5.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h4.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h3.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h3.cmp-title__text, .cmp-teaser__content h3.cmp-teaser__title, .h3 .cmp-title__text, .h3 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h3 h6.cmp-teaser__title, .h3 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h3 h5.cmp-teaser__title, .h3 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h3 h4.cmp-teaser__title, .h3 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h3 h2.cmp-teaser__title, .h3 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h3 h1.cmp-teaser__title {
  font-size: 4.3rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
h3.cmp-title__text small, .cmp-teaser__content h3.cmp-teaser__title small, .h3 .cmp-title__text small, .h3 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h3 h6.cmp-teaser__title small, .h3 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h3 h5.cmp-teaser__title small, .h3 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h3 h4.cmp-teaser__title small, .h3 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h3 h2.cmp-teaser__title small, .h3 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h3 h1.cmp-teaser__title small {
  font-size: 50%;
}
h3.cmp-title__text small.lock, .cmp-teaser__content h3.cmp-teaser__title small.lock, .h3 .cmp-title__text small.lock, .h3 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h6.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h5.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h4.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h2.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h4.cmp-title__text, .cmp-teaser__content h4.cmp-teaser__title, .h4 .cmp-title__text, .h4 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h4 h6.cmp-teaser__title, .h4 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h4 h5.cmp-teaser__title, .h4 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h4 h3.cmp-teaser__title, .h4 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h4 h2.cmp-teaser__title, .h4 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h4 h1.cmp-teaser__title {
  font-size: 3.6rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
h4.cmp-title__text small, .cmp-teaser__content h4.cmp-teaser__title small, .h4 .cmp-title__text small, .h4 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h4 h6.cmp-teaser__title small, .h4 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h4 h5.cmp-teaser__title small, .h4 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h4 h3.cmp-teaser__title small, .h4 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h4 h2.cmp-teaser__title small, .h4 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h4 h1.cmp-teaser__title small {
  font-size: 50%;
}
h4.cmp-title__text small.lock, .cmp-teaser__content h4.cmp-teaser__title small.lock, .h4 .cmp-title__text small.lock, .h4 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h6.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h5.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h3.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h2.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h5.cmp-title__text, .cmp-teaser__content h5.cmp-teaser__title, .h5 .cmp-title__text, .h5 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h5 h6.cmp-teaser__title, .h5 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h5 h4.cmp-teaser__title, .h5 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h5 h3.cmp-teaser__title, .h5 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h5 h2.cmp-teaser__title, .h5 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h5 h1.cmp-teaser__title {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
h5.cmp-title__text small, .cmp-teaser__content h5.cmp-teaser__title small, .h5 .cmp-title__text small, .h5 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h5 h6.cmp-teaser__title small, .h5 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h5 h4.cmp-teaser__title small, .h5 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h5 h3.cmp-teaser__title small, .h5 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h5 h2.cmp-teaser__title small, .h5 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h5 h1.cmp-teaser__title small {
  font-size: 50%;
}
h5.cmp-title__text small.lock, .cmp-teaser__content h5.cmp-teaser__title small.lock, .h5 .cmp-title__text small.lock, .h5 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h6.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h4.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h3.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h2.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h6.cmp-title__text, .cmp-teaser__content h6.cmp-teaser__title, .h6 .cmp-title__text, .h6 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h6 h5.cmp-teaser__title, .h6 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h6 h4.cmp-teaser__title, .h6 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h6 h3.cmp-teaser__title, .h6 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h6 h2.cmp-teaser__title, .h6 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h6 h1.cmp-teaser__title {
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
h6.cmp-title__text small, .cmp-teaser__content h6.cmp-teaser__title small, .h6 .cmp-title__text small, .h6 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h6 h5.cmp-teaser__title small, .h6 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h6 h4.cmp-teaser__title small, .h6 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h6 h3.cmp-teaser__title small, .h6 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h6 h2.cmp-teaser__title small, .h6 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h6 h1.cmp-teaser__title small {
  font-size: 50%;
}
h6.cmp-title__text small.lock, .cmp-teaser__content h6.cmp-teaser__title small.lock, .h6 .cmp-title__text small.lock, .h6 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h5.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h4.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h3.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h2.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  h1.cmp-title__text, .cmp-teaser__content h1.cmp-teaser__title, .h1 .cmp-title__text, .h1 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h1 h6.cmp-teaser__title, .h1 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h1 h5.cmp-teaser__title, .h1 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h1 h4.cmp-teaser__title, .h1 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h1 h3.cmp-teaser__title, .h1 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h1 h2.cmp-teaser__title {
    font-size: 4.3rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}

@media (max-width: 767px) {
  h2.cmp-title__text, .cmp-teaser__content h2.cmp-teaser__title, .h2 .cmp-title__text, .h2 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h2 h6.cmp-teaser__title, .h2 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h2 h5.cmp-teaser__title, .h2 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h2 h4.cmp-teaser__title, .h2 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h2 h3.cmp-teaser__title, .h2 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h2 h1.cmp-teaser__title {
    font-size: 3.6rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}

@media (max-width: 767px) {
  h3.cmp-title__text, .cmp-teaser__content h3.cmp-teaser__title, .h3 .cmp-title__text, .h3 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h3 h6.cmp-teaser__title, .h3 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h3 h5.cmp-teaser__title, .h3 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h3 h4.cmp-teaser__title, .h3 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h3 h2.cmp-teaser__title, .h3 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h3 h1.cmp-teaser__title {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}

@media (max-width: 767px) {
  h4.cmp-title__text, .cmp-teaser__content h4.cmp-teaser__title, .h4 .cmp-title__text, .h4 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h4 h6.cmp-teaser__title, .h4 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h4 h5.cmp-teaser__title, .h4 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h4 h3.cmp-teaser__title, .h4 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h4 h2.cmp-teaser__title, .h4 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h4 h1.cmp-teaser__title {
    font-size: 2.4rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}

@media (max-width: 767px) {
  h5.cmp-title__text, .cmp-teaser__content h5.cmp-teaser__title, .h5 .cmp-title__text, .h5 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h5 h6.cmp-teaser__title, .h5 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h5 h4.cmp-teaser__title, .h5 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h5 h3.cmp-teaser__title, .h5 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h5 h2.cmp-teaser__title, .h5 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h5 h1.cmp-teaser__title {
    font-size: 2.1rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}

@media (max-width: 767px) {
  h6.cmp-title__text, .cmp-teaser__content h6.cmp-teaser__title, .h6 .cmp-title__text, .h6 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h6 h5.cmp-teaser__title, .h6 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h6 h4.cmp-teaser__title, .h6 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h6 h3.cmp-teaser__title, .h6 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h6 h2.cmp-teaser__title, .h6 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h6 h1.cmp-teaser__title {
    font-size: 1.7rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}

.cmp-title--font-weight-regular {
  font-weight: normal;
}

.cmp-title--primary--font .cmp-title__text, .cmp-title--primary--font .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h6.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h5.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h4.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h3.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h2.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h1.cmp-teaser__title {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cmp-title--secondary--font .cmp-title__text, .cmp-title--secondary--font .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h6.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h5.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h4.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h3.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h2.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h1.cmp-teaser__title {
  font-family: "Chronicle Display", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cmp-title--tertiary--font .cmp-title__text, .cmp-title--tertiary--font .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .cmp-title--tertiary--font h6.cmp-teaser__title, .cmp-title--tertiary--font .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .cmp-title--tertiary--font h5.cmp-teaser__title, .cmp-title--tertiary--font .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .cmp-title--tertiary--font h4.cmp-teaser__title, .cmp-title--tertiary--font .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .cmp-title--tertiary--font h3.cmp-teaser__title, .cmp-title--tertiary--font .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .cmp-title--tertiary--font h2.cmp-teaser__title, .cmp-title--tertiary--font .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .cmp-title--tertiary--font h1.cmp-teaser__title {
  font-family: "GraphikWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cmp-title--horizontal-rule .cmp-title {
  border-bottom: 2px solid;
  margin-bottom: 1.5rem;
}

.cmp-title--horizontal-bar .cmp-title::after {
  content: "";
  border-bottom: 10px solid;
  display: block;
  margin: 6rem auto 0 0;
  width: 12rem;
}
.cmp-title--horizontal-bar.bottom--center .cmp-title::after {
  margin: 6rem auto 0 auto;
}
.cmp-title--horizontal-bar.bottom--right .cmp-title::after {
  margin: 6rem 0 0 auto;
}
.cmp-title--horizontal-bar__top .cmp-title::before {
  content: "";
  border-bottom: 10px solid;
  display: block;
  margin: 0 auto 6rem 0;
  width: 12rem;
}
.cmp-title--horizontal-bar__top.top--center .cmp-title::before {
  margin: 0 auto 6rem;
}
.cmp-title--horizontal-bar__top.top--right .cmp-title::before {
  margin: 0 0 6rem auto;
}

.cmp-title--color-primary .cmp-title {
  border-color: #E8542C;
}
.cmp-title--color-primary .cmp-title::after {
  border-color: #E8542C;
}
.cmp-title--color-primary .cmp-title::before {
  border-color: #E8542C;
}

.cmp-title--stylized-underline-primary .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #E8542C;
          text-decoration-color: #E8542C;
}

.cmp-title--color-secondary .cmp-title {
  border-color: #C2C7CA;
}
.cmp-title--color-secondary .cmp-title::after {
  border-color: #C2C7CA;
}
.cmp-title--color-secondary .cmp-title::before {
  border-color: #C2C7CA;
}

.cmp-title--stylized-underline-secondary .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #C2C7CA;
          text-decoration-color: #C2C7CA;
}

.cmp-title--color-tertiary .cmp-title {
  border-color: #1F4456;
}
.cmp-title--color-tertiary .cmp-title::after {
  border-color: #1F4456;
}
.cmp-title--color-tertiary .cmp-title::before {
  border-color: #1F4456;
}

.cmp-title--stylized-underline-tertiary .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #1F4456;
          text-decoration-color: #1F4456;
}

.cmp-title--color-fourth .cmp-title {
  border-color: #F0EEED;
}
.cmp-title--color-fourth .cmp-title::after {
  border-color: #F0EEED;
}
.cmp-title--color-fourth .cmp-title::before {
  border-color: #F0EEED;
}

.cmp-title--stylized-underline-fourth .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #F0EEED;
          text-decoration-color: #F0EEED;
}

.cmp-title--color-ninth .cmp-title {
  border-color: #ffffff;
}
.cmp-title--color-ninth .cmp-title::after {
  border-color: #ffffff;
}
.cmp-title--color-ninth .cmp-title::before {
  border-color: #ffffff;
}

.cmp-title--stylized-underline-ninth .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

.cmp-title--color-tenth .cmp-title {
  border-color: #000000;
}
.cmp-title--color-tenth .cmp-title::after {
  border-color: #000000;
}
.cmp-title--color-tenth .cmp-title::before {
  border-color: #000000;
}

.cmp-title--stylized-underline-tenth .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}

.cmp-title--color-gray1 .cmp-title {
  border-color: #F4F2ED;
}
.cmp-title--color-gray1 .cmp-title::after {
  border-color: #F4F2ED;
}
.cmp-title--color-gray1 .cmp-title::before {
  border-color: #F4F2ED;
}

.cmp-title--stylized-underline-gray1 .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #F4F2ED;
          text-decoration-color: #F4F2ED;
}

.cmp-title--color-gray2 .cmp-title {
  border-color: #D8D3CB;
}
.cmp-title--color-gray2 .cmp-title::after {
  border-color: #D8D3CB;
}
.cmp-title--color-gray2 .cmp-title::before {
  border-color: #D8D3CB;
}

.cmp-title--stylized-underline-gray2 .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #D8D3CB;
          text-decoration-color: #D8D3CB;
}

.cmp-title--color-gray3 .cmp-title {
  border-color: #C0BAB4;
}
.cmp-title--color-gray3 .cmp-title::after {
  border-color: #C0BAB4;
}
.cmp-title--color-gray3 .cmp-title::before {
  border-color: #C0BAB4;
}

.cmp-title--stylized-underline-gray3 .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #C0BAB4;
          text-decoration-color: #C0BAB4;
}

.cmp-title--color-gray4 .cmp-title {
  border-color: #cbcbcb;
}
.cmp-title--color-gray4 .cmp-title::after {
  border-color: #cbcbcb;
}
.cmp-title--color-gray4 .cmp-title::before {
  border-color: #cbcbcb;
}

.cmp-title--stylized-underline-gray4 .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #cbcbcb;
          text-decoration-color: #cbcbcb;
}

.cmp-title--color-eleven .cmp-title {
  border-color: #7B61FF;
}
.cmp-title--color-eleven .cmp-title::after {
  border-color: #7B61FF;
}
.cmp-title--color-eleven .cmp-title::before {
  border-color: #7B61FF;
}

.cmp-title--stylized-underline-eleven .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #7B61FF;
          text-decoration-color: #7B61FF;
}

.cmp-title--color-rewards-gray .cmp-title {
  border-color: #607985;
}
.cmp-title--color-rewards-gray .cmp-title::after {
  border-color: #607985;
}
.cmp-title--color-rewards-gray .cmp-title::before {
  border-color: #607985;
}

.cmp-title--stylized-underline-rewards-gray .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #607985;
          text-decoration-color: #607985;
}

.cmp-title--color-black .cmp-title {
  border-color: #545454;
}
.cmp-title--color-black .cmp-title::after {
  border-color: #545454;
}
.cmp-title--color-black .cmp-title::before {
  border-color: #545454;
}

.cmp-title--stylized-underline-black .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #545454;
          text-decoration-color: #545454;
}

.cmp-title--color-orange .cmp-title {
  border-color: #EF542C;
}
.cmp-title--color-orange .cmp-title::after {
  border-color: #EF542C;
}
.cmp-title--color-orange .cmp-title::before {
  border-color: #EF542C;
}

.cmp-title--stylized-underline-orange .cmp-title u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #EF542C;
          text-decoration-color: #EF542C;
}

.cmp-title__pretitle {
  font-size: 1.6rem;
  margin: 1.5rem 0 1.5rem 0;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .cmp-title__pretitle {
    padding-bottom: 1.5rem;
  }
}
.cmp-title__pretitle--tertiary--font .cmp-title__pretitle {
  font-family: "GraphikWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.cmp-title__pretitle--medium--font .cmp-title__pretitle {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
}

.rte, .cmp-teaser__description {
  font-size: 1.8rem;
}
.rte a, .cmp-teaser__description a {
  color: #E8542C;
  text-decoration: underline;
}
.rte a:hover, .cmp-teaser__description a:hover {
  color: #E8542C;
}
.rte sup, .cmp-teaser__description sup {
  font-size: 70%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: 0.08rem;
}
.rte li, .cmp-teaser__description li {
  margin-bottom: 0.555em;
}
.rte ul, .cmp-teaser__description ul, .rte ol, .cmp-teaser__description ol, .rte li, .cmp-teaser__description li {
  color: #000000;
}
.rte strong, .cmp-teaser__description strong,
.rte b,
.cmp-teaser__description b {
  font-weight: bold;
}
.rte p, .cmp-teaser__description p {
  line-height: 1.4;
  font-size: 1.8rem;
  color: #000000;
  margin-top: 0;
}
@media (max-width: 767px) {
  .rte p, .cmp-teaser__description p {
    font-size: 1.6rem;
  }
}
.rte .disclosure, .cmp-teaser__description .disclosure, .rte .disclosure *, .cmp-teaser__description .disclosure * {
  color: #000000 !important;
}
.rte h1, .cmp-teaser__description h1,
.rte .h1,
.cmp-teaser__description .h1 {
  font-size: 6.2rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
.rte h1 small, .cmp-teaser__description h1 small,
.rte .h1 small,
.cmp-teaser__description .h1 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h1 small.lock, .cmp-teaser__description h1 small.lock,
.rte .h1 small.lock,
.cmp-teaser__description .h1 small.lock {
  font-size: 2.4rem;
}
.rte h1 a, .cmp-teaser__description h1 a,
.rte .h1 a,
.cmp-teaser__description .h1 a {
  color: inherit;
  text-decoration: none;
}
.rte h2, .cmp-teaser__description h2,
.rte .h2,
.cmp-teaser__description .h2 {
  font-size: 5.2rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
.rte h2 small, .cmp-teaser__description h2 small,
.rte .h2 small,
.cmp-teaser__description .h2 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h2 small.lock, .cmp-teaser__description h2 small.lock,
.rte .h2 small.lock,
.cmp-teaser__description .h2 small.lock {
  font-size: 2.4rem;
}
.rte h2 a, .cmp-teaser__description h2 a,
.rte .h2 a,
.cmp-teaser__description .h2 a {
  color: inherit;
  text-decoration: none;
}
.rte h3, .cmp-teaser__description h3,
.rte .h3,
.cmp-teaser__description .h3 {
  font-size: 4.3rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
.rte h3 small, .cmp-teaser__description h3 small,
.rte .h3 small,
.cmp-teaser__description .h3 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h3 small.lock, .cmp-teaser__description h3 small.lock,
.rte .h3 small.lock,
.cmp-teaser__description .h3 small.lock {
  font-size: 2.4rem;
}
.rte h3 a, .cmp-teaser__description h3 a,
.rte .h3 a,
.cmp-teaser__description .h3 a {
  color: inherit;
  text-decoration: none;
}
.rte h4, .cmp-teaser__description h4,
.rte .h4,
.cmp-teaser__description .h4 {
  font-size: 3.6rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
.rte h4 small, .cmp-teaser__description h4 small,
.rte .h4 small,
.cmp-teaser__description .h4 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h4 small.lock, .cmp-teaser__description h4 small.lock,
.rte .h4 small.lock,
.cmp-teaser__description .h4 small.lock {
  font-size: 2.4rem;
}
.rte h4 a, .cmp-teaser__description h4 a,
.rte .h4 a,
.cmp-teaser__description .h4 a {
  color: inherit;
  text-decoration: none;
}
.rte h5, .cmp-teaser__description h5,
.rte .h5,
.cmp-teaser__description .h5 {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
.rte h5 small, .cmp-teaser__description h5 small,
.rte .h5 small,
.cmp-teaser__description .h5 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h5 small.lock, .cmp-teaser__description h5 small.lock,
.rte .h5 small.lock,
.cmp-teaser__description .h5 small.lock {
  font-size: 2.4rem;
}
.rte h5 a, .cmp-teaser__description h5 a,
.rte .h5 a,
.cmp-teaser__description .h5 a {
  color: inherit;
  text-decoration: none;
}
.rte h6, .cmp-teaser__description h6,
.rte .h6,
.cmp-teaser__description .h6 {
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 0 0 1.5rem;
  color: #000000;
}
.rte h6 small, .cmp-teaser__description h6 small,
.rte .h6 small,
.cmp-teaser__description .h6 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h6 small.lock, .cmp-teaser__description h6 small.lock,
.rte .h6 small.lock,
.cmp-teaser__description .h6 small.lock {
  font-size: 2.4rem;
}
.rte h6 a, .cmp-teaser__description h6 a,
.rte .h6 a,
.cmp-teaser__description .h6 a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rte h1, .cmp-teaser__description h1,
  .rte .h1,
  .cmp-teaser__description .h1 {
    font-size: 4.3rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .rte h2, .cmp-teaser__description h2,
  .rte .h2,
  .cmp-teaser__description .h2 {
    font-size: 3.6rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .rte h3, .cmp-teaser__description h3,
  .rte .h3,
  .cmp-teaser__description .h3 {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .rte h4, .cmp-teaser__description h4,
  .rte .h4,
  .cmp-teaser__description .h4 {
    font-size: 2.4rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .rte h5, .cmp-teaser__description h5,
  .rte .h5,
  .cmp-teaser__description .h5 {
    font-size: 2.1rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .rte h6, .cmp-teaser__description h6,
  .rte .h6,
  .cmp-teaser__description .h6 {
    font-size: 1.7rem;
    line-height: 1.15;
    font-weight: normal;
    margin: 0 0 1.5rem;
    color: #000000;
  }
}
.rte--horizontal-bar .cmp-text::after {
  content: "";
  border-bottom: 10px solid;
  display: block;
  margin: 6rem auto 0 0;
  width: 12rem;
}
.rte--horizontal-bar.bottom--center .cmp-text::after {
  margin: 6rem auto 0 auto;
}
.rte--horizontal-bar.bottom--right .cmp-text::after {
  margin: 6rem 0 0 auto;
}
.rte--horizontal-bar__top .cmp-text::before {
  content: "";
  border-bottom: 10px solid;
  display: block;
  margin: 0 auto 6rem 0;
  width: 12rem;
}
.rte--horizontal-bar__top.top--center .cmp-text::before {
  margin: 0 auto 6rem;
}
.rte--horizontal-bar__top.top--right .cmp-text::before {
  margin: 0 0 6rem auto;
}

.cmp-text--color-primary .cmp-text::after {
  border-color: #E8542C;
}
.cmp-text--color-primary .cmp-text::before {
  border-color: #E8542C;
}

.cmp-text--color-secondary .cmp-text::after {
  border-color: #C2C7CA;
}
.cmp-text--color-secondary .cmp-text::before {
  border-color: #C2C7CA;
}

.cmp-text--color-tertiary .cmp-text::after {
  border-color: #1F4456;
}
.cmp-text--color-tertiary .cmp-text::before {
  border-color: #1F4456;
}

.cmp-text--color-fourth .cmp-text::after {
  border-color: #F0EEED;
}
.cmp-text--color-fourth .cmp-text::before {
  border-color: #F0EEED;
}

.cmp-text--color-ninth .cmp-text::after {
  border-color: #ffffff;
}
.cmp-text--color-ninth .cmp-text::before {
  border-color: #ffffff;
}

.cmp-text--color-tenth .cmp-text::after {
  border-color: #000000;
}
.cmp-text--color-tenth .cmp-text::before {
  border-color: #000000;
}

.cmp-text--color-gray1 .cmp-text::after {
  border-color: #F4F2ED;
}
.cmp-text--color-gray1 .cmp-text::before {
  border-color: #F4F2ED;
}

.cmp-text--color-gray2 .cmp-text::after {
  border-color: #D8D3CB;
}
.cmp-text--color-gray2 .cmp-text::before {
  border-color: #D8D3CB;
}

.cmp-text--color-gray3 .cmp-text::after {
  border-color: #C0BAB4;
}
.cmp-text--color-gray3 .cmp-text::before {
  border-color: #C0BAB4;
}

.cmp-text--color-gray4 .cmp-text::after {
  border-color: #cbcbcb;
}
.cmp-text--color-gray4 .cmp-text::before {
  border-color: #cbcbcb;
}

.cmp-text--color-eleven .cmp-text::after {
  border-color: #7B61FF;
}
.cmp-text--color-eleven .cmp-text::before {
  border-color: #7B61FF;
}

.cmp-text--color-rewards-gray .cmp-text::after {
  border-color: #607985;
}
.cmp-text--color-rewards-gray .cmp-text::before {
  border-color: #607985;
}

.cmp-text--color-black .cmp-text::after {
  border-color: #545454;
}
.cmp-text--color-black .cmp-text::before {
  border-color: #545454;
}

.cmp-text--color-orange .cmp-text::after {
  border-color: #EF542C;
}
.cmp-text--color-orange .cmp-text::before {
  border-color: #EF542C;
}

.cmp-teaser--hero .cmp-image__image img {
  vertical-align: middle;
}
.cmp-teaser--hero .cmp-teaser__content__container {
  width: 100%;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.cmp-teaser--hero_box--content-left .cmp-teaser__image ~ .cmp-teaser__content {
  position: relative;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__image ~ .cmp-teaser__content {
    background-color: #ffffff;
    margin: 9rem;
    max-height: 70%;
    width: 56rem;
    top: unset;
  }
  [dir=rtl] .cmp-teaser--hero_box--content-left .cmp-teaser__image ~ .cmp-teaser__content {
    float: right;
  }
}
@media (max-width: 991px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__image ~ .cmp-teaser__content {
    top: unset;
  }
}
.cmp-teaser--hero_box--content-left .cmp-teaser__content__container {
  margin-bottom: 2rem;
  z-index: 2;
  background: #ffffff;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__content__container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper {
    display: unset;
    padding-top: 1rem;
  }
  .cmp-teaser--hero_box--content-left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link {
    justify-content: center;
    max-width: unset;
  }
  .cmp-teaser--hero_box--content-left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--hero_box--content-left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-teaser__action-link {
    justify-content: center;
  }
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__content {
    padding: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__content {
    padding: 4.5rem;
  }
}
.cmp-teaser--hero_box--content-left .cmp-teaser__title {
  padding-top: 1rem;
}
.cmp-teaser--hero_box--content-left .cmp-teaser__description {
  padding-top: 1rem;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-left .cmp-teaser__description {
    padding-top: 2rem;
  }
}
.cmp-teaser--hero_box--content-left .cmp-teaser__action-container {
  padding-top: 2rem;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.cmp-teaser--hero_box--content-right .cmp-teaser__image ~ .cmp-teaser__content {
  position: relative;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__image ~ .cmp-teaser__content {
    background-color: #ffffff;
    margin: 9rem;
    max-height: 70%;
    width: 56rem;
    top: unset;
    float: right;
  }
  [dir=rtl] .cmp-teaser--hero_box--content-right .cmp-teaser__image ~ .cmp-teaser__content {
    float: left;
  }
}
@media (max-width: 1199px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__image ~ .cmp-teaser__content {
    top: -8rem;
  }
}
@media (max-width: 991px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__image ~ .cmp-teaser__content {
    top: unset;
  }
}
.cmp-teaser--hero_box--content-right .cmp-teaser__content__container {
  margin-bottom: 2rem;
  z-index: 2;
  background: #ffffff;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__content__container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper {
    display: unset;
    padding-top: 1rem;
  }
  .cmp-teaser--hero_box--content-right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link {
    justify-content: center;
    max-width: unset;
  }
  .cmp-teaser--hero_box--content-right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--hero_box--content-right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-teaser__action-link {
    justify-content: center;
  }
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__content {
    padding: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__content {
    padding: 4.5rem;
  }
}
.cmp-teaser--hero_box--content-right .cmp-teaser__title {
  padding-top: 1rem;
}
.cmp-teaser--hero_box--content-right .cmp-teaser__description {
  padding-top: 1rem;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--content-right .cmp-teaser__description {
    padding-top: 2rem;
  }
}
.cmp-teaser--hero_box--content-right .cmp-teaser__action-container {
  padding-top: 2rem;
}
.cmp-teaser--image--top .cmp-teaser__image {
  width: 100%;
}
.cmp-teaser--image--top .cmp-teaser__content {
  padding: 0;
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container {
  padding: 1.5rem 3rem 0;
}
@media (max-width: 1199px) {
  .cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container {
    padding: 1.5rem 3rem !important;
  }
}
.cmp-teaser--image--top .cmp-teaser__title, .cmp-teaser--image--top .cmp-teaser__title-link > * {
  font-size: 3.4rem;
  line-height: 3.45rem;
  font-weight: normal;
}
.cmp-teaser--image--top .cmp-teaser__action-container {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .cmp-teaser--image--top .cmp-teaser__action-container {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cmp-teaser--image--top {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cmp-teaser--image--left .cmp-teaser__content .cmp-teaser__content__container, .cmp-teaser--image--right .cmp-teaser__content .cmp-teaser__content__container {
    padding: 1.5rem 3rem !important;
  }
}
@media (max-width: 767px) {
  .cmp-teaser--image--left .cmp-teaser__action-container, .cmp-teaser--image--right .cmp-teaser__action-container {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cmp-teaser--image--left, .cmp-teaser--image--right {
    margin-bottom: 3rem;
  }
}
.cmp-teaser--image--left .cmp-teaser__description, .cmp-teaser--image--right .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--image--left .cmp-teaser__title, .cmp-teaser--image--left .cmp-teaser__title-link > *, .cmp-teaser--image--right .cmp-teaser__title, .cmp-teaser--image--right .cmp-teaser__title-link > *, .cmp-teaser--image--bottom .cmp-teaser__title, .cmp-teaser--image--bottom .cmp-teaser__title-link > * {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: normal;
}
.cmp-teaser--image--bottom .cmp-teaser__content {
  justify-content: initial !important;
  padding: 0;
}
.cmp-teaser--image--bottom .cmp-teaser__content .cmp-teaser__content__container {
  padding: 1.5rem;
}
.cmp-teaser--image--bottom .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cmp-teaser--image--bottom .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
    margin-bottom: 1rem;
  }
}
.cmp-teaser--image--bottom .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cmp-teaser--image--bottom .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
    margin-bottom: 1rem;
  }
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  font-size: 3.4rem;
}
.cmp-teaser--feature .cmp-teaser__description {
  margin-bottom: 2rem;
}
.cmp-teaser--carousel-height .cmp-image__image img {
  width: 100%;
  height: 34rem;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 63%;
     object-position: 63%;
}
@media (min-width: 768px) {
  .cmp-teaser--carousel-height .cmp-image__image img {
    height: auto;
  }
}
.cmp-teaser--bordered::after {
  height: 0.9rem;
  width: 100%;
  content: "";
  background: #6F8996;
  display: block;
}
.cmp-teaser--horizontal-rule .cmp-teaser__title::after {
  content: "";
  border-bottom: 2px solid;
  display: block;
  margin: 1.5rem 0;
}
.cmp-teaser__pretitle {
  font-size: 1.6rem;
  padding-top: 1.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cmp-teaser__pretitle {
    padding-bottom: 1.5rem;
  }
}
.cmp-teaser__pretitle--tertiary--font .cmp-teaser__pretitle {
  font-family: "GraphikWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.cmp-teaser__pretitle--medium--font .cmp-teaser__pretitle {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
}
.cmp-teaser--horizontal-bar .cmp-teaser__content__container::after {
  content: "";
  border-bottom: 10px solid;
  display: block;
  margin: 6rem auto 0 0;
  width: 12rem;
}
.cmp-teaser--horizontal-bar.bottom--center .cmp-teaser__content__container::after {
  margin: 6rem auto 0 auto;
}
.cmp-teaser--horizontal-bar.bottom--right .cmp-teaser__content__container::after {
  margin: 6rem 0 0 auto;
}
.cmp-teaser--horizontal-bar__top .cmp-teaser__content__container::before {
  content: "";
  border-bottom: 10px solid;
  display: block;
  margin: 0 auto 6rem 0;
  width: 12rem;
}
.cmp-teaser--horizontal-bar__top.top--center .cmp-teaser__content__container::before {
  margin: 0 auto 6rem;
}
.cmp-teaser--horizontal-bar__top.top--right .cmp-teaser__content__container::before {
  margin: 0 0 6rem auto;
}
.cmp-teaser--horizontal-bar__beneath .cmp-teaser__title::after {
  content: "";
  border-bottom: 10px solid;
  display: block;
  margin: 3rem auto 3rem 0;
  width: 12rem;
}
.cmp-teaser--horizontal-bar__beneath.beneath--center .cmp-teaser__title::after {
  margin: 3rem auto;
}
.cmp-teaser--horizontal-bar__beneath.beneath--right .cmp-teaser__title::after {
  margin: 3rem 0 3rem auto;
}

.cmp-teaser--color-primary .cmp-teaser__title::after {
  border-color: #E8542C;
}
.cmp-teaser--color-primary .cmp-teaser__content__container::after {
  border-color: #E8542C;
}
.cmp-teaser--color-primary .cmp-teaser__content__container::before {
  border-color: #E8542C;
}

.cmp-teaser--stylized-underline-primary .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #E8542C;
          text-decoration-color: #E8542C;
}

.cmp-teaser--color-secondary .cmp-teaser__title::after {
  border-color: #C2C7CA;
}
.cmp-teaser--color-secondary .cmp-teaser__content__container::after {
  border-color: #C2C7CA;
}
.cmp-teaser--color-secondary .cmp-teaser__content__container::before {
  border-color: #C2C7CA;
}

.cmp-teaser--stylized-underline-secondary .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #C2C7CA;
          text-decoration-color: #C2C7CA;
}

.cmp-teaser--color-tertiary .cmp-teaser__title::after {
  border-color: #1F4456;
}
.cmp-teaser--color-tertiary .cmp-teaser__content__container::after {
  border-color: #1F4456;
}
.cmp-teaser--color-tertiary .cmp-teaser__content__container::before {
  border-color: #1F4456;
}

.cmp-teaser--stylized-underline-tertiary .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #1F4456;
          text-decoration-color: #1F4456;
}

.cmp-teaser--color-fourth .cmp-teaser__title::after {
  border-color: #F0EEED;
}
.cmp-teaser--color-fourth .cmp-teaser__content__container::after {
  border-color: #F0EEED;
}
.cmp-teaser--color-fourth .cmp-teaser__content__container::before {
  border-color: #F0EEED;
}

.cmp-teaser--stylized-underline-fourth .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #F0EEED;
          text-decoration-color: #F0EEED;
}

.cmp-teaser--color-ninth .cmp-teaser__title::after {
  border-color: #ffffff;
}
.cmp-teaser--color-ninth .cmp-teaser__content__container::after {
  border-color: #ffffff;
}
.cmp-teaser--color-ninth .cmp-teaser__content__container::before {
  border-color: #ffffff;
}

.cmp-teaser--stylized-underline-ninth .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

.cmp-teaser--color-tenth .cmp-teaser__title::after {
  border-color: #000000;
}
.cmp-teaser--color-tenth .cmp-teaser__content__container::after {
  border-color: #000000;
}
.cmp-teaser--color-tenth .cmp-teaser__content__container::before {
  border-color: #000000;
}

.cmp-teaser--stylized-underline-tenth .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}

.cmp-teaser--color-gray1 .cmp-teaser__title::after {
  border-color: #F4F2ED;
}
.cmp-teaser--color-gray1 .cmp-teaser__content__container::after {
  border-color: #F4F2ED;
}
.cmp-teaser--color-gray1 .cmp-teaser__content__container::before {
  border-color: #F4F2ED;
}

.cmp-teaser--stylized-underline-gray1 .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #F4F2ED;
          text-decoration-color: #F4F2ED;
}

.cmp-teaser--color-gray2 .cmp-teaser__title::after {
  border-color: #D8D3CB;
}
.cmp-teaser--color-gray2 .cmp-teaser__content__container::after {
  border-color: #D8D3CB;
}
.cmp-teaser--color-gray2 .cmp-teaser__content__container::before {
  border-color: #D8D3CB;
}

.cmp-teaser--stylized-underline-gray2 .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #D8D3CB;
          text-decoration-color: #D8D3CB;
}

.cmp-teaser--color-gray3 .cmp-teaser__title::after {
  border-color: #C0BAB4;
}
.cmp-teaser--color-gray3 .cmp-teaser__content__container::after {
  border-color: #C0BAB4;
}
.cmp-teaser--color-gray3 .cmp-teaser__content__container::before {
  border-color: #C0BAB4;
}

.cmp-teaser--stylized-underline-gray3 .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #C0BAB4;
          text-decoration-color: #C0BAB4;
}

.cmp-teaser--color-gray4 .cmp-teaser__title::after {
  border-color: #cbcbcb;
}
.cmp-teaser--color-gray4 .cmp-teaser__content__container::after {
  border-color: #cbcbcb;
}
.cmp-teaser--color-gray4 .cmp-teaser__content__container::before {
  border-color: #cbcbcb;
}

.cmp-teaser--stylized-underline-gray4 .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #cbcbcb;
          text-decoration-color: #cbcbcb;
}

.cmp-teaser--color-eleven .cmp-teaser__title::after {
  border-color: #7B61FF;
}
.cmp-teaser--color-eleven .cmp-teaser__content__container::after {
  border-color: #7B61FF;
}
.cmp-teaser--color-eleven .cmp-teaser__content__container::before {
  border-color: #7B61FF;
}

.cmp-teaser--stylized-underline-eleven .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #7B61FF;
          text-decoration-color: #7B61FF;
}

.cmp-teaser--color-rewards-gray .cmp-teaser__title::after {
  border-color: #607985;
}
.cmp-teaser--color-rewards-gray .cmp-teaser__content__container::after {
  border-color: #607985;
}
.cmp-teaser--color-rewards-gray .cmp-teaser__content__container::before {
  border-color: #607985;
}

.cmp-teaser--stylized-underline-rewards-gray .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #607985;
          text-decoration-color: #607985;
}

.cmp-teaser--color-black .cmp-teaser__title::after {
  border-color: #545454;
}
.cmp-teaser--color-black .cmp-teaser__content__container::after {
  border-color: #545454;
}
.cmp-teaser--color-black .cmp-teaser__content__container::before {
  border-color: #545454;
}

.cmp-teaser--stylized-underline-black .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #545454;
          text-decoration-color: #545454;
}

.cmp-teaser--color-orange .cmp-teaser__title::after {
  border-color: #EF542C;
}
.cmp-teaser--color-orange .cmp-teaser__content__container::after {
  border-color: #EF542C;
}
.cmp-teaser--color-orange .cmp-teaser__content__container::before {
  border-color: #EF542C;
}

.cmp-teaser--stylized-underline-orange .cmp-teaser__content u {
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: #EF542C;
          text-decoration-color: #EF542C;
}

.ui-datepicker {
  font-size: 1.3rem;
  background: #ffffff !important;
}
.ui-datepicker span {
  font-size: 1.3rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header {
  background-color: #ffffff !important;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  color: #1F4456;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title span {
  font-size: 1.4rem;
  color: #1F4456;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-prev {
  background: transparent;
  font-size: 2.1rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-prev:before {
  font-family: "FontAwesome";
  color: #1F4456;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-next {
  background: transparent;
  font-size: 2.1rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-next:before {
  font-family: "FontAwesome";
  color: #1F4456;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar thead span {
  color: #C2C7CA;
  font-size: 1.2rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td {
  background: #ffffff;
  border: 0.1rem solid #ffffff;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a {
  font-size: 1.4rem;
  border: 0.1rem solid transparent;
  color: #C2C7CA;
  background: inherit;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default.ui-state-active,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default.ui-state-active {
  color: #ffffff;
  background: #E8542C;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default:hover,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default:hover {
  color: #E8542C;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight span,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight a {
  color: #ffffff;
  background: #E8542C;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight span.ui-state-default,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight a.ui-state-default {
  border-color: #E8542C;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight span.ui-state-default:hover,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight a.ui-state-default:hover {
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight.dp-checkin:before {
  border-left: 0.5rem solid #ffffff;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight.dp-checkout:after {
  border-right: 0.5rem solid #ffffff;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight.ui-state-disabled.ui-datepicker-unselectable .ui-state-default {
  color: #C2C7CA;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled {
  background: #C0BAB4;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled.ui-datepicker-unselectable.ui-datepicker-other-month {
  background: transparent;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default:hover,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled a.ui-state-default:hover {
  color: #C2C7CA;
}

#reservation .form-group.dates.dp-open:after {
  content: "";
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-bottom: 1.6rem solid #ffffff;
}

html[lang=de] #reservation input {
  font-size: 1.4rem;
}
html[lang=de] #reservation select {
  font-size: 1.4rem;
}

html[lang=fr] #reservation select {
  font-size: 1.4rem;
}
html[lang=fr] #reservation input.hasDatepicker {
  font-size: 1.2rem;
}

html[lang=zh] #reservation input {
  font-size: 1.4rem;
}
html[lang=zh] #reservation select {
  font-size: 1.4rem;
}

html[lang=es] #reservation select {
  font-size: 1.4rem;
}
html[lang=es] #reservation input.hasDatepicker {
  font-size: 1.2rem;
}

.show {
  display: block !important;
}

@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title span {
    font-size: 1.6rem;
  }
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default,
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default {
    font-size: 1.6rem;
  }
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default.ui-state-active,
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default.ui-state-active {
    font-size: 1.6rem;
  }
}
/*Jquery-UI autocomplete styling*/
.ui-autocomplete {
  background: #ffffff;
  border-color: #bbbbbb;
}
.ui-autocomplete li.hotelname:nth-of-type {
  border-bottom: 0.1rem solid #ebebeb;
}
.ui-autocomplete li.iclabel {
  font-size: 1.4rem;
}
.ui-autocomplete li.citylabel {
  font-size: 1.4rem;
  border-top: 0.1rem solid #c3c3c3;
}
.ui-autocomplete li.iclabel.ui-state-disabled {
  color: #ffffff;
}
.ui-autocomplete li.citylabel.ui-state-disabled {
  color: #ffffff;
}
.ui-autocomplete li a {
  font-size: 1.4rem;
}
.ui-autocomplete li a span.airport {
  font-family: "svgIconsFonts";
}
.ui-autocomplete li a.ui-state-active {
  border-radius: 0;
  border: 0;
}

.ui-menu {
  border: solid 0.1rem #C0BAB4;
}
@media (min-width: 992px) {
  .ui-menu {
    width: 43rem !important;
  }
}
.ui-menu .ui-menu-item a {
  line-height: 1.5;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-active {
  color: #ffffff;
  background-color: #E8542C;
}
.ui-menu .ui-menu-divider {
  font-size: 0;
}

#reservation {
  font-size: 1.4rem;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
}
#reservation input,
#reservation select {
  color: #1F4456;
}
#reservation .destination-input::-moz-placeholder {
  color: #d3ceca;
}
#reservation .destination-input::placeholder {
  color: #d3ceca;
}
#reservation .error-msg {
  border: 0.1rem solid red;
  color: #C0BAB4;
}
#reservation .error-msg a {
  color: #E8542C;
}
#reservation .content .main-nav {
  display: none !important;
}
#reservation .content .main-nav li {
  background-color: #F4F2ED;
  color: #E8542C;
}
#reservation .content .main-nav li.active {
  background-color: #1F4456;
  border-top: solid 0.5rem #E8542C;
}
#reservation .content .main-nav li a {
  font-weight: normal;
}
#reservation .content .tab-content {
  background: #1F4456 none repeat scroll 0 0;
}
#reservation .content .tab-content .tab-pane {
  padding: 20px 3.125% 15px;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group input {
  border: 0.1rem solid rgb(204, 204, 204);
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.rate-preference:after {
  color: #1F4456;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .popover .popover-title {
  background-color: #ffffff;
  color: #E8542C;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .popover .popover-content {
  background: #ffffff;
  color: #1F4456;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group label a {
  color: #ffffff;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .tooltip-icon {
  color: #1F4456;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
  width: 15px;
  border-radius: 7.5px;
  text-align: center;
  margin-left: 7px;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group input {
  border: 0.1rem solid rgb(204, 204, 204);
  background-color: #ffffff;
  color: #1F4456;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .rate-preference-select {
  color: #1F4456;
  background: #ffffff;
  border: 0.1rem solid #ccc;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons {
  color: #8f9291;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.minus-icon, #reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.plus-icon {
  font-size: 1.6rem;
  background-color: #ffffff;
  color: #1F4456;
  line-height: 3.8rem;
  top: 2.7rem;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.plus-icon {
  right: 0;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.minus-icon:before {
  content: "\f068";
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt {
  color: #E8542C;
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt .arrow-icon {
  font-size: 1.8rem;
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt .arrow-icon:after {
  color: #E8542C;
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt .arrow-icon.open:after {
  color: #E8542C;
}
#reservation .content .tab-content .tab-pane .form-inline .important-note {
  width: auto;
}
#reservation .content .tab-content .tab-pane .form-inline .important-note p.reqd-field {
  width: 100%;
  font-size: inherit;
  color: #ffffff;
}
#reservation .content .tab-content .tab-pane .form-inline .important-note .best-available {
  color: #ffffff;
}
#reservation .content .tab-content .tab-pane .form-inline .manage-reservation-link .manage-reservation-link {
  width: auto;
  padding-right: 16px;
}
#reservation .content .tab-content .tab-pane .form-inline .manage-reservation-link .manage-reservation-link span {
  color: #ffffff;
}
#reservation .content .tab-content .tab-pane .form-inline .manage-reservation-link .htl-search {
  background-color: #E8542C;
  color: #ffffff;
  font-weight: normal;
}

@media (max-width: 767px) {
  #reservation {
    margin: 2% 0 0;
  }
  #reservation .content .accordion-book {
    color: #ffffff;
    background-color: #E8542C;
    font-weight: normal;
  }
  #reservation .content .accordion-book.active {
    background-color: #ffffff;
    color: #E8542C;
  }
  #reservation .content .accordion-book.active:after {
    color: #E8542C;
  }
  #reservation .content .accordion-book:after {
    color: #ffffff;
  }
  #reservation .content .tab-content .tab-pane .form-inline .htl-search {
    line-height: 2.2rem;
  }
  .res-footer {
    color: #ffffff;
    font-weight: 500;
    background-color: #E8542C;
  }
  .res-footer .rates-from-wrapper {
    border-right: 0.2rem solid #ffffff;
  }
  .res-footer .reservation_sticky {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  #reservation .content .tab-content .tab-pane .form-inline {
    padding-bottom: 0;
  }
  #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.dates.checkin {
    width: 16%;
    margin-right: 2%;
  }
  #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.dates.checkout {
    width: 16%;
    margin-right: 2%;
  }
  #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.rate-preference {
    width: 29%;
    float: left;
    margin-right: 2%;
  }
  #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.corporate-id {
    width: 16%;
  }
  #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.iata-id {
    width: 15%;
    margin-right: 0;
  }
  #reservation .content .tab-content .tab-pane .form-inline .manage-reservation-link {
    width: auto;
    padding-right: 0;
  }
}
.tabs .cmp-tabs__tablist {
  width: 100%;
  background-color: #F0EEED;
  padding: 0 3rem;
  border-top: 1px solid #C2C7CA;
  border-bottom: 1px solid #C2C7CA;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab {
  background-color: #ffffff;
  padding: 1.5rem 3rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000000;
  border-left: 1px solid #C2C7CA;
  border-right: none;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
  color: #ffffff;
  background: #E8542C;
}
.tabs .cmp-tabs__tablist li.cmp-tabs__tab:last-child {
  border-right: 1px solid #C2C7CA;
}
@media (max-width: 767px) {
  .tabs .cmp-tabs--accordion-on-mobile {
    padding: 2rem;
    background: #F0EEED;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    position: relative;
    margin-bottom: 3rem;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::before {
    font-size: 2.4rem;
    line-height: 120%;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
    padding: 1.5rem;
    padding-right: 5rem;
    border-radius: 0.4rem;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::after {
    font-family: "FontAwesome";
    content: "\f078";
    font-weight: normal;
    color: #E8542C;
    position: absolute;
    top: 2rem;
  }
  [dir=ltr] .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::after {
    right: 4.69%;
  }
  [dir=rtl] .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::after {
    left: 4.69%;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active::after {
    font-family: "FontAwesome";
    content: "\f077";
    font-weight: normal;
  }
}
.tabs.ihg-rewards-tab {
  background: #ffffff;
}
.tabs.ihg-rewards-tab .cmp-tabs__tablist {
  background: none;
  border: none;
  padding: 0;
  justify-content: center;
}
.tabs.ihg-rewards-tab .cmp-tabs__tablist li.cmp-tabs__tab:last-child {
  border-right: none;
}
.tabs.ihg-rewards-tab .cmp-tabs__tablist::after {
  content: "";
  border-top: 0.1rem solid #607985;
  width: 100%;
  position: relative;
  bottom: 0.1rem;
}
.tabs.ihg-rewards-tab .cmp-tabs__tablist .cmp-tabs__tab {
  font-weight: 500;
  color: #E8542C;
  border: none;
}
.tabs.ihg-rewards-tab .cmp-tabs__tablist .cmp-tabs__tab--active {
  color: #000000;
  background: #F0EEED;
  border-left: 0.1rem solid #607985;
  border-top: 0.1rem solid #607985;
  border-right: 0.1rem solid #607985;
  z-index: 1;
}
.tabs.ihg-rewards-tab .cmp-tabs__tablist li.cmp-tabs__tab--active:last-child {
  border-right: 0.1rem solid #607985;
}

.tabs.cmp-tabs-theme--untab .cmp-tabs__tablist {
  justify-content: center;
  background: none;
  border: 0;
  flex-flow: row nowrap;
  white-space: nowrap;
}
.tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab {
  border-width: 0;
  color: #607985;
  font-weight: 400;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-underline-offset: 1em;
  text-decoration-thickness: 3px;
  transition: all 0.5ms ease-in-out;
  background-color: unset;
  text-transform: uppercase;
  line-height: 2rem;
  padding: 1rem 1.5rem;
}
.tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab--active, .tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab:hover {
  background: none;
  color: #1F4456;
  -webkit-text-decoration-color: #1F4456;
          text-decoration-color: #1F4456;
}
.tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab--active .cmp-tabs__tab-image, .tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab:hover .cmp-tabs__tab-image {
  opacity: 1;
}
.tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab-image {
  margin-top: 3rem;
  width: 100%;
  max-width: 320px;
}
.tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab-image img {
  width: 100%;
}
.tabs.cmp-tabs-theme--untab .cmp-tabs__tablist .cmp-tabs__tab:last-child {
  border: 0;
}
@media (max-width: 768px) {
  .tabs.cmp-tabs-theme--untab .cmp-tabs--accordion-on-mobile {
    padding: 2rem 0;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .tabs.cmp-tabs-theme--untab .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    background: transparent;
    color: #1F4456;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 0;
    border-bottom: 4px solid #1F4456;
    padding-left: 3.5rem;
    text-transform: uppercase;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .tabs.cmp-tabs-theme--untab .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    color: #1F4456;
    top: 1.6rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .tabs.cmp-tabs-theme--untab .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active > * {
    padding: 2rem;
  }
}

/* # The table can only have so many design elements
 * Dev Goal: To create a style mapping independent of any brand elements that can be
 * overwritten from each brand. The default style is from ihgcom
**/
.cmp-content-fragment-table {
  font-family: inherit;
  background: transparent;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
  border-collapse: collapse;
}
.cmp-content-fragment-table__caption {
  font-size: 36px;
  margin-bottom: 2rem;
  text-align: start;
  color: #000000 !important;
}
.cmp-content-fragment-table__cell {
  padding: 25px 30px !important;
  text-align: center;
  width: 150px;
}
.cmp-content-fragment-table__cell:lang(zh) {
  min-width: 180px !important;
}
.cmp-content-fragment-table__cell:first-child {
  font-weight: normal;
  text-align: start;
  width: auto;
}
.cmp-content-fragment-table__thead {
  background: #1F4456;
  color: #ffffff;
}
.cmp-content-fragment-table__thead-cell {
  font-size: 2.1rem;
  font-weight: normal;
  text-align: center;
  padding: 30px;
}
.cmp-content-fragment-table__thead-cell:first-child {
  background-color: #1F4456;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: start;
  width: auto;
  position: sticky;
  z-index: 10;
}
[dir=ltr] .cmp-content-fragment-table__thead-cell:first-child {
  left: 0;
}
[dir=rtl] .cmp-content-fragment-table__thead-cell:first-child {
  right: 0;
}
.cmp-content-fragment-table__section-heading {
  background-color: #F0EEED !important;
  background-clip: padding-box;
  font-size: 2.5rem;
  padding: 30px;
}
.cmp-content-fragment-table__section-heading span.cmp-content-fragment-table__content {
  position: sticky;
  left: 30px;
  right: 30px;
}
.cmp-content-fragment-table__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
}
.cmp-content-fragment-table__row-heading {
  background: #ffffff;
  background-clip: padding-box;
  font-size: 1.6rem;
  position: sticky;
  z-index: 10;
}
.cmp-content-fragment-table__row-heading b {
  color: #ffffff;
  display: inline-block;
  background-color: #E8542C;
  position: relative;
  line-height: 1;
  padding: 3px;
  font-weight: 400;
  height: 20px;
  font-size: 1.2rem;
}
[dir=rtl] .cmp-content-fragment-table__row-heading b {
  line-height: 1.4;
}
.cmp-content-fragment-table__row-heading b:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
}
[dir=ltr] .cmp-content-fragment-table__row-heading {
  left: 0;
}
[dir=ltr] .cmp-content-fragment-table__row-heading b {
  margin-right: 10px;
}
[dir=ltr] .cmp-content-fragment-table__row-heading b:after {
  border-width: 10px 0 10px 8px;
  border-color: transparent transparent transparent #E8542C;
  left: 100%;
}
[dir=rtl] .cmp-content-fragment-table__row-heading {
  right: 0;
}
[dir=rtl] .cmp-content-fragment-table__row-heading b {
  margin-left: 10px;
}
[dir=rtl] .cmp-content-fragment-table__row-heading b:after {
  border-width: 10px 8px 10px 0;
  border-color: transparent #E8542C transparent transparent;
  right: 100%;
}
.cmp-content-fragment-table__data-item {
  font-size: 1.4rem;
}
.cmp-content-fragment-table__data-item:nth-of-type(1) .cmp-content-fragment-table__circle:before {
  background-color: #607985;
  border: 0.75px solid #4b5e67;
}
.cmp-content-fragment-table__data-item:nth-of-type(2) .cmp-content-fragment-table__circle:before {
  background-color: #7C8286;
  border: 0.75px solid #63686c;
}
.cmp-content-fragment-table__data-item:nth-of-type(3) .cmp-content-fragment-table__circle:before {
  background-color: #C7B263;
  border: 0.75px solid #b69d41;
}
.cmp-content-fragment-table__data-item:nth-of-type(4) .cmp-content-fragment-table__circle:before {
  background-color: #E2E7EA;
  border: 0.75px solid #c4cfd5;
}
.cmp-content-fragment-table__data-item:nth-of-type(5) .cmp-content-fragment-table__circle:before {
  background-color: #000000;
  border: 0.75px solid black;
}
.cmp-content-fragment-table__data-item b {
  font-weight: 500;
  color: #E8542C;
}
.cmp-content-fragment-table__circle {
  text-indent: -9999em;
  display: block;
  position: relative;
}
.cmp-content-fragment-table__circle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cmp-content-fragment-table__circle-hide {
  display: block;
  text-indent: -9999em;
}
.cmp-content-fragment-table__footer {
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
}
.cmp-content-fragment-table__footer p {
  font-size: 1.6rem;
  color: #000000;
}

#scrollable-table.cmp-container {
  overflow: unset;
}

@media (max-width: 1260px) {
  .content-fragment-table {
    overflow: scroll;
  }
}

@media (max-width: 1260px) {
  .cmp-content-fragment-table {
    overflow: scroll;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3019607843);
  }
  .cmp-content-fragment-table__section-heading:first-child {
    border-right: 0;
  }
  .cmp-content-fragment-table__row-heading {
    border-right: 1px solid rgba(0, 0, 0, 0.3019607843);
  }
  .cmp-content-fragment-table__caption {
    position: sticky;
    z-index: 11;
    padding-top: 0px !important;
    white-space: nowrap;
    font-size: 31px;
    width: -moz-fit-content;
    width: fit-content;
  }
  [dir=ltr] .cmp-content-fragment-table__caption {
    left: 0;
  }
  [dir=rtl] .cmp-content-fragment-table__caption {
    right: 0;
  }
  [dir=rtl] .cmp-content-fragment-table__thead-cell:first-child {
    background-color: #1F4456;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: start;
    width: 25%;
    position: absolute;
    z-index: 10;
  }
  [dir=rtl] .cmp-content-fragment-table__section-heading span.cmp-content-fragment-table__content {
    position: absolute;
    left: 30px;
    right: 30px;
  }
  [dir=rtl] .cmp-content-fragment-table__cell {
    padding-top: 25px !important;
    padding-right: 30px !important;
    padding-bottom: 45px !important;
    padding-left: 30px !important;
  }
}

.cmp-virtual-assistant {
  position: relative;
  z-index: 100;
}
.cmp-virtual-assistant__search {
  border: 1px solid #000000;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  min-width: 30rem;
}
@media (max-width: 767px) {
  .cmp-virtual-assistant__search {
    min-width: 23rem;
    font-size: 1.6rem;
    padding: 1rem 1.3rem;
  }
}
.cmp-virtual-assistant__search:focus-visible, .cmp-virtual-assistant__search:focus {
  outline: 0;
}
.cmp-virtual-assistant__search-container {
  padding: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  position: relative;
}
@media (max-width: 767px) {
  .cmp-virtual-assistant__search-container {
    right: 9.5rem;
  }
}
.cmp-virtual-assistant__search-button {
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  .cmp-virtual-assistant__search-button {
    padding: 1.5rem 3rem !important;
  }
}
.cmp-virtual-assistant__search-button-text {
  font-size: 1.6rem;
}
.cmp-virtual-assistant__search-button-text:after {
  content: "\f002";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  color: inherit;
}
[dir=ltr] .cmp-virtual-assistant__search-button-text:after {
  margin-left: 10px;
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-virtual-assistant__search-button-text:after {
    margin-left: 0px;
  }
}
[dir=rtl] .cmp-virtual-assistant__search-button-text:after {
  margin-right: 10px;
}
.cmp-virtual-assistant__search-button:hover {
  cursor: pointer;
}
.cmp-virtual-assistant__list {
  display: none;
  text-align: start;
  margin: 0 0 1.5rem;
  list-style: none;
  padding: 1rem;
}
.cmp-virtual-assistant__list-container {
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: calc(100% - 5px);
}
.cmp-virtual-assistant__list-item {
  color: #E8542C;
  font-size: 1.8rem;
  margin: 2rem 0;
}
.cmp-virtual-assistant__question {
  color: #E8542C;
}
.cmp-virtual-assistant__question:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  #virtual .rte.text, #virtual .text.cmp-teaser__description {
    margin-left: 10%;
    width: 100%;
  }
}

.cmp-contentfragmentlist .cmp-contentfragment__title {
  display: none;
}
.cmp-contentfragmentlist .cmp-contentfragment__element--sortOrder {
  display: none;
}
.cmp-contentfragmentlist .cmp-contentfragment__element-title {
  display: none;
}
.cmp-contentfragmentlist .cmp-contentfragment__element__value {
  margin: 0;
}

.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment {
  max-width: 734px;
  width: 85%;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
  padding: 1rem;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__elements {
  display: grid;
  grid-template-areas: "level desc" "label desc" "status desc";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  justify-items: center;
}
@media (max-width: 768px) {
  .cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__elements {
    grid-template-areas: "level" "label" "status" "desc";
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element-value {
  margin: 0;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--title {
  grid-area: level;
  color: #ffffff;
  font-family: "GraphikWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 75px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--subTitle {
  grid-area: label;
  color: #ffffff;
  font-family: "GraphikWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: 0.07em;
  margin-bottom: 1.5rem;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description {
  grid-area: desc;
  border-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding-left: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  width: 100%;
  text-align: start;
}
@media (min-width: 769px) {
  [dir=rtl] .cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description {
    border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
    padding-right: 5rem;
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description {
    border-width: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
    margin-top: 27px;
    padding-top: 27px;
    padding-left: 0;
    width: auto;
    text-align: center;
  }
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description p {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description ul {
  grid-area: list;
  text-align: start;
  padding: 0;
  margin: 1rem;
  color: #ffffff;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description li {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description li {
  list-style: none;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description li::marker {
  content: "–";
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--description b {
  font-weight: 600;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--flag .cmp-contentfragment__element-value {
  grid-area: status;
  color: #ffffff;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
}
.cmp-cf--loyalty-unlock-rewards .cmp-contentfragment__element--flag .cmp-contentfragment__element-value:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  background: #E8542C;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
          clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
}

.cmp-cf--two-col-list .cmp-contentfragmentlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 60px auto;
  grid-gap: 0 8rem;
}
@media (max-width: 768px) {
  .cmp-cf--two-col-list .cmp-contentfragmentlist {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin: auto;
  }
}
.cmp-cf--two-col-list .cmp-contentfragment {
  border-bottom: 1px solid #C2C7CA;
  text-align: start;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .cmp-cf--two-col-list .cmp-contentfragment {
    text-align: center;
  }
}
.cmp-cf--two-col-list .cmp-contentfragment__element-value {
  margin: 0;
}
.cmp-cf--two-col-list .cmp-contentfragment__element--title .cmp-contentfragment__element-value {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}
.cmp-cf--two-col-list .cmp-contentfragment__element--description .cmp-contentfragment__element-value {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #555555;
  line-height: 1.4;
  margin: 0;
}

.aem-partner-hero {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.aem-partner-hero__wrapper {
  background-image: url(https://digital.ihg.com/is/image/ihg/UAL_B737-900_Livery_170719_wPC_a1?fmt=png-alpha);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(31, 68, 86, 0.85);
  background-blend-mode: darken;
  position: relative;
}
@media (max-width: 768px) {
  .aem-partner-hero__wrapper {
    background-position: center right;
  }
}
.aem-partner-hero__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 76px;
  width: 50%;
  height: 2px;
  background: white;
}
@media (max-width: 768px) {
  .aem-partner-hero__wrapper:after {
    width: auto;
    left: 8%;
    right: 8%;
    bottom: 60px;
    height: 1px;
  }
}
.aem-partner-hero__container {
  max-width: 1165px;
  padding-top: 66px;
  padding-bottom: 76px;
  text-align: start;
  position: relative;
  margin: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .aem-partner-hero__container {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.aem-partner-hero__header {
  font-size: 14px;
  line-height: 115%;
  color: #ffffff;
  font-weight: 400px;
}
@media (max-width: 768px) {
  .aem-partner-hero__header {
    font-size: 12px;
    line-height: 13.8px;
  }
}
.aem-partner-hero__subHeader {
  font-size: 40px;
  line-height: 125%;
  color: #ffffff;
  font-weight: 400;
  width: 65%;
}
@media (max-width: 768px) {
  .aem-partner-hero__subHeader {
    display: none;
  }
}
.aem-partner-hero__images {
  display: flex;
  flex-flow: row nowrap;
  width: 475px;
  position: absolute;
  right: 0;
  bottom: -76px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .aem-partner-hero__images {
    width: 241px;
    bottom: -38px;
    margin-right: 14px;
  }
}
.aem-partner-hero__image {
  display: block;
  width: 228px;
}
@media (max-width: 768px) {
  .aem-partner-hero__image {
    width: 116px;
  }
}
.aem-partner-loader {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #eceaea;
  background-image: url("https://digital.ihg.com/is/content/ihg/IHG-COM/Global/IHG-res-loader.gif");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.aem-partner-content {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.aem-partner-content__wrapper {
  margin-top: 100px;
}
.aem-partner-content__container {
  max-width: 1165px;
  margin: auto;
  padding-right: 230px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .aem-partner-content__container {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.aem-partner-content__article {
  display: flex;
  flex-flow: column nowrap;
}
.aem-partner-content__article > * {
  order: 30;
}
.aem-partner-content__headline {
  font-size: 34px;
  line-height: 125%;
  color: #000000;
  order: 20 !important;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .aem-partner-content__headline {
    font-size: 24px;
    line-height: 115%;
  }
}
.aem-partner-content__subheadline {
  order: 10 !important;
}
.aem-partner-content__title {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
.aem-partner-content__text {
  font-size: 16px;
  line-height: 150%;
  color: #555555;
}
.aem-partner-content__images {
  display: flex;
  flex-flow: column nowrap;
  width: 267px;
  position: absolute;
  right: 0;
  bottom: 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .aem-partner-content__images {
    display: none;
  }
}
.aem-partner-content__buttons {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 768px) {
  .aem-partner-content__buttons {
    flex-flow: column nowrap;
  }
}
.aem-partner-content__buttons [class^=cmp-button--] {
  display: block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .aem-partner-content__buttons [class^=cmp-button--] {
    margin-bottom: 10px;
    margin-right: none;
  }
}
.aem-partner-content__buttons .cmp-button, .aem-partner-content__buttons .cmp-teaser__action-link {
  border: 2px solid #E8542C;
}
@media (max-width: 500px) {
  .aem-partner-content__buttons .cmp-button, .aem-partner-content__buttons .cmp-teaser__action-link {
    width: 100%;
    max-width: unset;
  }
}
.aem-partner-content__image {
  display: block;
}
.aem-partner-content__link {
  color: #E8542C;
}
.aem-partner-content__terms-additional {
  margin: 30px 0 60px;
}
.aem-partner-content__tac {
  font-size: 16px;
  line-height: 135%;
  color: #555555;
  font-weight: 400;
}
.aem-partner-content__terms-text {
  font-size: 12px;
  line-height: 125%;
}
.aem-partner-content .cmp-button, .aem-partner-content .cmp-teaser__action-link {
  text-transform: unset;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .aem-partner-content .cmp-button, .aem-partner-content .cmp-teaser__action-link {
    max-width: unset;
    width: 100%;
  }
}
.aem-partner-registration {
  margin-bottom: 25px;
}
.aem-partner-registration-element__login .cmp-button, .aem-partner-registration-element__login .cmp-teaser__action-link {
  width: 300px;
  margin: 30px 0;
}
.aem-partner-registration-element__login .cmp-button:hover, .aem-partner-registration-element__login .cmp-teaser__action-link:hover {
  cursor: pointer;
}
.aem-partner-registration-element__register .aem-partner-content__text {
  font-weight: 500;
}
.aem-partner-registration-element__register .aem-partner-content__link {
  color: #1F4456;
  font-size: 16px;
  margin-left: 16px;
}
.aem-partner-registration-element__register .aem-partner-server-error {
  margin-top: 20px;
  color: #FF0000;
  font-size: 16px;
  line-height: 115%;
  display: none;
}
.aem-partner-registration-element__register .aem-partner-server-error--show {
  display: block;
}
.aem-partner-registration-element__not-eligible {
  margin-top: 20px;
}
.aem-partner-registration-element__not-eligible-message {
  color: #FF0000;
  font-size: 16px;
  line-height: 115%;
  display: block;
}
.aem-partner-registration-element__registered-success {
  margin-top: 60px;
  margin-bottom: 90px;
}
.aem-partner-registration-element--hidden {
  display: none;
}
.aem-partner-form__inputs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media (max-width: 596px) {
  .aem-partner-form__inputs {
    flex-flow: column nowrap;
  }
}
.aem-partner-form__input-container {
  flex: 0 1 48%;
}
.aem-partner-form [class*=__error-] {
  color: red;
  font-size: 12px;
  line-height: 115%;
  display: none;
}
.aem-partner-form .aem-input {
  height: 50px;
  display: block;
  border: 1px solid #C7C6C7;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 7px 0;
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
}
.aem-partner-form .aem-input.aem-input--error {
  color: red;
  border-color: red;
}
.aem-partner-form .aem-input.aem-input--error:focus-visible {
  outline: red;
}
.aem-partner-form .aem-label {
  font-size: 14px;
  line-height: 115%;
  align: center;
}
.aem-partner-form .aem-memberNumber__error--show {
  display: block;
}
.aem-partner-form .aem-lastName__error--show {
  display: block;
}
.aem-partner-form .aem-tac {
  height: 24px;
  width: 24px;
  border: 1px solid #555;
  position: relative;
  margin-right: 30px;
  border-radius: 4px;
}
.aem-partner-form .aem-tac:checked {
  border-width: 0;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
}
.aem-partner-form .aem-tac:checked:after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  background-color: #E8542C;
  border-radius: 4px;
  top: 0;
  left: 0;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.aem-partner-form .aem-tac:checked + .aem-label {
  top: 0px;
}
.aem-partner-form .aem-tac__error--show {
  display: block;
}
.aem-partner-form__input-checkbox .aem-label {
  position: relative;
  top: -5px;
}
.aem-partner-form__input-checkbox .aem-tac__error-empty {
  margin-left: 58px;
}
.aem-partner-form .cmp-button, .aem-partner-form .cmp-teaser__action-link {
  width: 300px;
  margin-top: 35px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.aem-partner-form .cmp-button:disabled, .aem-partner-form .cmp-teaser__action-link:disabled {
  opacity: 0.5;
}
.aem-partner-success__wrapper .aem-partner-content__container {
  padding-right: 465px;
}
@media (max-width: 768px) {
  .aem-partner-success__wrapper .aem-partner-content__container {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.aem-partner-success__wrapper .aem-partner-content__title {
  order: 5 !important;
}

.aem-offer-point-calculator {
  text-align: center;
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 2rem;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border: 0.1rem solid #C2C7CA;
  padding: 3rem;
  margin: 4rem 0;
}
.aem-offer-point-calculator h2 {
  display: none;
}
.aem-offer-point-calculator button {
  all: unset;
}
.aem-offer-point-calculator input {
  all: unset;
}
.aem-offer-point-calculator input::-webkit-outer-spin-button,
.aem-offer-point-calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.aem-offer-point-calculator input[type=number] {
  -moz-appearance: textfield;
}
.aem-offer-point-calculator [class*=section] {
  display: grid;
  justify-content: center;
  justify-items: center;
}
.aem-offer-point-calculator .section-input {
  gap: 3rem;
}
.aem-offer-point-calculator .section-input .calc-label {
  font-size: 1.4rem;
}
.aem-offer-point-calculator .section-input .label-input-group {
  display: grid;
  width: 37rem;
}
@media (max-width: 767px) {
  .aem-offer-point-calculator .section-input .label-input-group {
    width: 100%;
  }
}
.aem-offer-point-calculator .section-input .label-input-group .calc-label {
  justify-self: left;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .aem-offer-point-calculator .section-input .label-input-group .calc-label {
    justify-self: center;
  }
}
.aem-offer-point-calculator .section-input .label-input-group .user-input-amount {
  border: 0.1rem solid #C2C7CA;
  height: 5rem;
}
.aem-offer-point-calculator .section-input .cta-and-terms {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 1.5rem;
  cursor: pointer;
}
.aem-offer-point-calculator .section-amount-spent-and-base-points {
  grid-template-columns: 1fr 10rem 1fr;
  gap: 2rem;
  display: none;
  align-items: center;
}
@media (max-width: 767px) {
  .aem-offer-point-calculator .section-amount-spent-and-base-points {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
.aem-offer-point-calculator .section-amount-spent-and-base-points .calc-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.aem-offer-point-calculator .section-amount-spent-and-base-points .points-earned {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.4rem;
}
.aem-offer-point-calculator .section-amount-spent-and-base-points .equals {
  font-weight: 500;
  font-size: 4rem;
  width: 1px;
  height: 4rem;
  background: #C2C7CA;
}
@media (max-width: 767px) {
  .aem-offer-point-calculator .section-amount-spent-and-base-points .equals {
    display: none;
  }
}
.aem-offer-point-calculator .section-amount-spent-and-base-points .section-amount-spent {
  justify-self: end;
}
.aem-offer-point-calculator .section-amount-spent-and-base-points .section-base-points {
  justify-self: start;
}
.aem-offer-point-calculator .section-amount-spent-and-base-points .section-amount-spent,
.aem-offer-point-calculator .section-amount-spent-and-base-points .section-base-points {
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .aem-offer-point-calculator .section-amount-spent-and-base-points .section-amount-spent,
  .aem-offer-point-calculator .section-amount-spent-and-base-points .section-base-points {
    justify-self: center;
  }
}
.aem-offer-point-calculator .section-offer-points {
  gap: 1.5rem;
  margin: 5rem 0 3rem;
  display: none;
}
.aem-offer-point-calculator .section-offer-points .calc-label {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 2rem;
}
.aem-offer-point-calculator .section-offer-points .points-earned {
  font-weight: 500;
  font-size: 4.9rem;
  color: #E8542C;
  line-height: 4.9rem;
}

h1.calc-title-text, .h1 .calc-title-text {
  font-size: 6.2rem;
  line-height: 1.15;
  font-weight: normal;
}

h2.calc-title-text, .h2 .calc-title-text {
  font-size: 5.2rem;
  line-height: 1.15;
  font-weight: normal;
}

h3.calc-title-text, .h3 .calc-title-text {
  font-size: 4.3rem;
  line-height: 1.15;
  font-weight: normal;
}

h4.calc-title-text, .h4 .calc-title-text {
  font-size: 3.6rem;
  line-height: 1.15;
  font-weight: normal;
}

h5.calc-title-text, .h5 .calc-title-text {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: normal;
}

h6.calc-title-text, .h6 .calc-title-text {
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: normal;
}

@media (max-width: 767px) {
  h1.calc-title-text, .h1 .calc-title-text {
    font-size: 4.3rem;
    line-height: 1.15;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  h2.calc-title-text, .h2 .calc-title-text {
    font-size: 3.6rem;
    line-height: 1.15;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  h3.calc-title-text, .h3 .calc-title-text {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  h4.calc-title-text, .h4 .calc-title-text {
    font-size: 2.4rem;
    line-height: 1.15;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  h5.calc-title-text, .h5 .calc-title-text {
    font-size: 2.1rem;
    line-height: 1.15;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  h6.calc-title-text, .h6 .calc-title-text {
    font-size: 1.7rem;
    line-height: 1.15;
    font-weight: normal;
  }
}

.calc-title--font-weight-regular {
  font-weight: normal;
}

.calc-title--primary--font .calc-title__text {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.calc-title--secondary--font .calc-title__text {
  font-family: "Chronicle Display", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.calc-title--tertiary--font .calc-title__text {
  font-family: "GraphikWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ana-page .brandLogoNavWrapper#primary-nav {
  display: none !important;
}

.ana-page #uhf_headerWrapper .utilityNavWrapper {
  background-color: #000000 !important;
}
.ana-page #uhf_headerWrapper .logIn-State {
  padding: unset !important;
}
.ana-page #uhf_headerWrapper .mobileNavMenuContainer.container {
  background-color: #ffffff !important;
}
.ana-page #uhf_headerWrapper .mobileNavMenuContainer.container .mobileResDirectNumber .fa.fa-phone.fa-2x {
  font-size: 2rem !important;
}
.ana-page #uhf_headerWrapper .brandLogo {
  max-width: 30% !important;
}
.ana-page #uhf_headerWrapper .brandLogo .brandLogo-link {
  padding: 18px 0 10px 17px !important;
}
.ana-page #uhf_headerWrapper .mobileNav .mobileNav-link {
  color: #000000 !important;
  padding: 22px 15px 0 !important;
}
.ana-page #uhf_headerWrapper .logIn-mobile .logIn-anonymous .logIn-link {
  font-size: 1.4rem !important;
  line-height: 1.5rem !important;
  font-weight: normal !important;
}
.ana-page #uhf_headerWrapper li.mobileNavHeading {
  display: none !important;
}

.ana-page #ana-header {
  background: #ffffff;
}
.ana-page #ana-header #xf-primary-nav {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ana-page #ana-header #xf-primary-nav {
    /*max-width: rem(750px);*/
    display: flex;
    padding: 3.5rem 1.5rem 3.5rem;
  }
}
@media (min-width: 992px) {
  .ana-page #ana-header #xf-primary-nav {
    /* max-width: rem(970px);*/
    padding: 3.5rem 5rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  .ana-page #ana-header #xf-primary-nav {
    max-width: 144rem;
    padding: 3.7rem 9rem 3.4rem;
  }
}
@media (min-width: 768px) {
  .ana-page #ana-header .image {
    flex-basis: 10%;
  }
}
.ana-page #ana-header .image .cmp-image img {
  width: 11.6rem;
  height: 4rem;
  max-width: unset;
}
@media (max-width: 767px) {
  .ana-page #ana-header .image .cmp-image img {
    display: none;
  }
}
@media (max-width: 992px) {
  .ana-page #ana-header .image .cmp-image img {
    width: 8.8rem;
    height: 4.7rem;
  }
}
.ana-page #ana-header .navigation {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .ana-page #ana-header .navigation {
    flex-basis: 90%;
  }
}
@media (max-width: 767px) {
  .ana-page #ana-header .navigation {
    overflow-x: scroll;
    background: #ffffff;
  }
}
.ana-page #ana-header .navigation .cmp-navigation {
  display: flex;
}
@media (min-width: 768px) {
  .ana-page #ana-header .navigation .cmp-navigation {
    justify-content: flex-end;
  }
}
.ana-page #ana-header .navigation .cmp-navigation__group {
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .ana-page #ana-header .navigation .cmp-navigation__group {
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding: 0 1.5rem 1rem;
  }
}
.ana-page #ana-header .navigation .cmp-navigation__item {
  display: inline;
  float: left;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  /* &:hover .cmp-navigation__item-link:after {
      top:2.5rem;
      height:0.3rem;
      opacity:1;
      transform:translateY(0);
      background-color: get-color("orange");
  } */
}
@media (min-width: 768px) {
  .ana-page #ana-header .navigation .cmp-navigation__item {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .ana-page #ana-header .navigation .cmp-navigation__item {
    width: -moz-max-content;
    width: max-content;
    padding-top: 2rem;
  }
}
.ana-page #ana-header .navigation .cmp-navigation__item-link {
  color: #545454;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 2rem;
  position: relative;
  font-style: normal;
}
.ana-page #ana-header .navigation .cmp-navigation__item-link:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 30px;
  background-color: transparent;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ana-page #ana-header .navigation .cmp-navigation__item-link {
    letter-spacing: 0.014em;
    color: #545454;
  }
}
.ana-page #ana-header .navigation .cmp-navigation__item-link:hover {
  color: #EF542C;
}
.ana-page #ana-header .navigation .cmp-navigation__item--active a:after {
  content: "";
  display: block;
  height: 0.3rem;
  position: absolute;
  top: 2.5rem;
  background-color: #EF542C;
  width: 100%;
  left: 0;
  opacity: 1;
}
.ana-page #ana-header .navigation ~ .calltoaction {
  text-align: center;
}
@media (max-width: 767px) {
  .ana-page #ana-header .navigation ~ .calltoaction .cmp-button-wrapper {
    width: 100%;
  }
}
.ana-page #ana-header .navigation ~ .calltoaction .cmp-button, .ana-page #ana-header .navigation ~ .calltoaction .cmp-teaser__action-link {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .ana-page #ana-header .navigation ~ .calltoaction .cmp-button, .ana-page #ana-header .navigation ~ .calltoaction .cmp-teaser__action-link {
    min-width: 100%;
  }
}
.ana-page #ana-header .navigation ~ .calltoaction .cmp-button__text, .ana-page #ana-header .navigation ~ .calltoaction .cmp-teaser__action-link {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .ana-page #ana-header .navigation ~ .calltoaction {
    align-content: flex-end;
    flex: 1 1 37%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .ana-page #ana-header .navigation ~ .calltoaction {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  .ana-page #ana-header .navigation ~ .calltoaction {
    flex-basis: 17%;
  }
}
@media (max-width: 767px) {
  .ana-page #ana-header .navigation ~ .calltoaction {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
@media (min-width: 768px) {
  .ana-page #ana-header.UHF-sticky .responsivegrid {
    background: #ffffff;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }
}

.color-primary {
  color: #E8542C;
}

.color-primary a {
  color: #E8542C;
}

.color-primary .cmp-title__text, .color-primary .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-primary h1.cmp-teaser__title, .color-primary .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-primary h2.cmp-teaser__title, .color-primary .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-primary h3.cmp-teaser__title, .color-primary .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-primary h4.cmp-teaser__title, .color-primary .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-primary h5.cmp-teaser__title, .color-primary .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-primary h6.cmp-teaser__title {
  color: #E8542C;
}

.color-primary .cmp-title__pretitle {
  color: #E8542C;
}

.background-color-primary {
  background-color: #E8542C;
}

.background-pattern-primary {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #E8542C 0.7rem, #E8542C 1.5rem) !important;
}

.btn-bg-color-primary .cmp-button, .btn-bg-color-primary .cmp-teaser__action-link {
  background-color: #E8542C;
}

.btn-border-color-primary .cmp-button, .btn-border-color-primary .cmp-teaser__action-link {
  border-color: #E8542C;
}

.btn-font-color-primary .cmp-button, .btn-font-color-primary .cmp-teaser__action-link {
  color: #E8542C;
}
.btn-font-color-primary .cmp-button .cmp-button__text, .btn-font-color-primary .cmp-teaser__action-link .cmp-button__text, .btn-font-color-primary .cmp-button .cmp-teaser__action-link, .btn-font-color-primary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #E8542C;
}

.btn-hover-bg-color-primary a.cmp-button:hover, .btn-hover-bg-color-primary a.cmp-teaser__action-link:hover {
  background-color: #E8542C;
}

.btn-hover-border-color-primary .cmp-button:hover, .btn-hover-border-color-primary .cmp-teaser__action-link:hover {
  border-color: #E8542C;
}

.btn-hover-font-color-primary a.cmp-button:hover, .btn-hover-font-color-primary a.cmp-teaser__action-link:hover {
  color: #E8542C;
}
.btn-hover-font-color-primary a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-primary a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-primary a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-primary a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #E8542C;
}

.cmp-container-background-color-primary {
  background-color: #E8542C;
}

.cmp-image-caption--color-primary .cmp-image__caption {
  color: #E8542C;
}

.cmp-teaser-caption--color-primary .cmp-teaser__caption {
  color: #E8542C;
}

.cmp-teaser-description--color-primary .cmp-teaser__description.rte p, .cmp-teaser-description--color-primary .cmp-teaser__description p {
  color: #E8542C;
}

.color-secondary {
  color: #C2C7CA;
}

.color-secondary a {
  color: #C2C7CA;
}

.color-secondary .cmp-title__text, .color-secondary .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-secondary h1.cmp-teaser__title, .color-secondary .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-secondary h2.cmp-teaser__title, .color-secondary .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-secondary h3.cmp-teaser__title, .color-secondary .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-secondary h4.cmp-teaser__title, .color-secondary .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-secondary h5.cmp-teaser__title, .color-secondary .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-secondary h6.cmp-teaser__title {
  color: #C2C7CA;
}

.color-secondary .cmp-title__pretitle {
  color: #C2C7CA;
}

.background-color-secondary {
  background-color: #C2C7CA;
}

.background-pattern-secondary {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #C2C7CA 0.7rem, #C2C7CA 1.5rem) !important;
}

.btn-bg-color-secondary .cmp-button, .btn-bg-color-secondary .cmp-teaser__action-link {
  background-color: #C2C7CA;
}

.btn-border-color-secondary .cmp-button, .btn-border-color-secondary .cmp-teaser__action-link {
  border-color: #C2C7CA;
}

.btn-font-color-secondary .cmp-button, .btn-font-color-secondary .cmp-teaser__action-link {
  color: #C2C7CA;
}
.btn-font-color-secondary .cmp-button .cmp-button__text, .btn-font-color-secondary .cmp-teaser__action-link .cmp-button__text, .btn-font-color-secondary .cmp-button .cmp-teaser__action-link, .btn-font-color-secondary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #C2C7CA;
}

.btn-hover-bg-color-secondary a.cmp-button:hover, .btn-hover-bg-color-secondary a.cmp-teaser__action-link:hover {
  background-color: #C2C7CA;
}

.btn-hover-border-color-secondary .cmp-button:hover, .btn-hover-border-color-secondary .cmp-teaser__action-link:hover {
  border-color: #C2C7CA;
}

.btn-hover-font-color-secondary a.cmp-button:hover, .btn-hover-font-color-secondary a.cmp-teaser__action-link:hover {
  color: #C2C7CA;
}
.btn-hover-font-color-secondary a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-secondary a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-secondary a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-secondary a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #C2C7CA;
}

.cmp-container-background-color-secondary {
  background-color: #C2C7CA;
}

.cmp-image-caption--color-secondary .cmp-image__caption {
  color: #C2C7CA;
}

.cmp-teaser-caption--color-secondary .cmp-teaser__caption {
  color: #C2C7CA;
}

.cmp-teaser-description--color-secondary .cmp-teaser__description.rte p, .cmp-teaser-description--color-secondary .cmp-teaser__description p {
  color: #C2C7CA;
}

.color-tertiary {
  color: #1F4456;
}

.color-tertiary a {
  color: #1F4456;
}

.color-tertiary .cmp-title__text, .color-tertiary .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-tertiary h1.cmp-teaser__title, .color-tertiary .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-tertiary h2.cmp-teaser__title, .color-tertiary .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-tertiary h3.cmp-teaser__title, .color-tertiary .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-tertiary h4.cmp-teaser__title, .color-tertiary .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-tertiary h5.cmp-teaser__title, .color-tertiary .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-tertiary h6.cmp-teaser__title {
  color: #1F4456;
}

.color-tertiary .cmp-title__pretitle {
  color: #1F4456;
}

.background-color-tertiary {
  background-color: #1F4456;
}

.background-pattern-tertiary {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #1F4456 0.7rem, #1F4456 1.5rem) !important;
}

.btn-bg-color-tertiary .cmp-button, .btn-bg-color-tertiary .cmp-teaser__action-link {
  background-color: #1F4456;
}

.btn-border-color-tertiary .cmp-button, .btn-border-color-tertiary .cmp-teaser__action-link {
  border-color: #1F4456;
}

.btn-font-color-tertiary .cmp-button, .btn-font-color-tertiary .cmp-teaser__action-link {
  color: #1F4456;
}
.btn-font-color-tertiary .cmp-button .cmp-button__text, .btn-font-color-tertiary .cmp-teaser__action-link .cmp-button__text, .btn-font-color-tertiary .cmp-button .cmp-teaser__action-link, .btn-font-color-tertiary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #1F4456;
}

.btn-hover-bg-color-tertiary a.cmp-button:hover, .btn-hover-bg-color-tertiary a.cmp-teaser__action-link:hover {
  background-color: #1F4456;
}

.btn-hover-border-color-tertiary .cmp-button:hover, .btn-hover-border-color-tertiary .cmp-teaser__action-link:hover {
  border-color: #1F4456;
}

.btn-hover-font-color-tertiary a.cmp-button:hover, .btn-hover-font-color-tertiary a.cmp-teaser__action-link:hover {
  color: #1F4456;
}
.btn-hover-font-color-tertiary a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-tertiary a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-tertiary a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-tertiary a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #1F4456;
}

.cmp-container-background-color-tertiary {
  background-color: #1F4456;
}

.cmp-image-caption--color-tertiary .cmp-image__caption {
  color: #1F4456;
}

.cmp-teaser-caption--color-tertiary .cmp-teaser__caption {
  color: #1F4456;
}

.cmp-teaser-description--color-tertiary .cmp-teaser__description.rte p, .cmp-teaser-description--color-tertiary .cmp-teaser__description p {
  color: #1F4456;
}

.color-fourth {
  color: #F0EEED;
}

.color-fourth a {
  color: #F0EEED;
}

.color-fourth .cmp-title__text, .color-fourth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-fourth h1.cmp-teaser__title, .color-fourth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-fourth h2.cmp-teaser__title, .color-fourth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-fourth h3.cmp-teaser__title, .color-fourth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-fourth h4.cmp-teaser__title, .color-fourth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-fourth h5.cmp-teaser__title, .color-fourth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-fourth h6.cmp-teaser__title {
  color: #F0EEED;
}

.color-fourth .cmp-title__pretitle {
  color: #F0EEED;
}

.background-color-fourth {
  background-color: #F0EEED;
}

.background-pattern-fourth {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #F0EEED 0.7rem, #F0EEED 1.5rem) !important;
}

.btn-bg-color-fourth .cmp-button, .btn-bg-color-fourth .cmp-teaser__action-link {
  background-color: #F0EEED;
}

.btn-border-color-fourth .cmp-button, .btn-border-color-fourth .cmp-teaser__action-link {
  border-color: #F0EEED;
}

.btn-font-color-fourth .cmp-button, .btn-font-color-fourth .cmp-teaser__action-link {
  color: #F0EEED;
}
.btn-font-color-fourth .cmp-button .cmp-button__text, .btn-font-color-fourth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-fourth .cmp-button .cmp-teaser__action-link, .btn-font-color-fourth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #F0EEED;
}

.btn-hover-bg-color-fourth a.cmp-button:hover, .btn-hover-bg-color-fourth a.cmp-teaser__action-link:hover {
  background-color: #F0EEED;
}

.btn-hover-border-color-fourth .cmp-button:hover, .btn-hover-border-color-fourth .cmp-teaser__action-link:hover {
  border-color: #F0EEED;
}

.btn-hover-font-color-fourth a.cmp-button:hover, .btn-hover-font-color-fourth a.cmp-teaser__action-link:hover {
  color: #F0EEED;
}
.btn-hover-font-color-fourth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-fourth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-fourth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-fourth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #F0EEED;
}

.cmp-container-background-color-fourth {
  background-color: #F0EEED;
}

.cmp-image-caption--color-fourth .cmp-image__caption {
  color: #F0EEED;
}

.cmp-teaser-caption--color-fourth .cmp-teaser__caption {
  color: #F0EEED;
}

.cmp-teaser-description--color-fourth .cmp-teaser__description.rte p, .cmp-teaser-description--color-fourth .cmp-teaser__description p {
  color: #F0EEED;
}

.color-ninth {
  color: #ffffff;
}

.color-ninth a {
  color: #ffffff;
}

.color-ninth .cmp-title__text, .color-ninth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-ninth h1.cmp-teaser__title, .color-ninth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-ninth h2.cmp-teaser__title, .color-ninth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-ninth h3.cmp-teaser__title, .color-ninth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-ninth h4.cmp-teaser__title, .color-ninth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-ninth h5.cmp-teaser__title, .color-ninth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-ninth h6.cmp-teaser__title {
  color: #ffffff;
}

.color-ninth .cmp-title__pretitle {
  color: #ffffff;
}

.background-color-ninth {
  background-color: #ffffff;
}

.background-pattern-ninth {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #ffffff 0.7rem, #ffffff 1.5rem) !important;
}

.btn-bg-color-ninth .cmp-button, .btn-bg-color-ninth .cmp-teaser__action-link {
  background-color: #ffffff;
}

.btn-border-color-ninth .cmp-button, .btn-border-color-ninth .cmp-teaser__action-link {
  border-color: #ffffff;
}

.btn-font-color-ninth .cmp-button, .btn-font-color-ninth .cmp-teaser__action-link {
  color: #ffffff;
}
.btn-font-color-ninth .cmp-button .cmp-button__text, .btn-font-color-ninth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-ninth .cmp-button .cmp-teaser__action-link, .btn-font-color-ninth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #ffffff;
}

.btn-hover-bg-color-ninth a.cmp-button:hover, .btn-hover-bg-color-ninth a.cmp-teaser__action-link:hover {
  background-color: #ffffff;
}

.btn-hover-border-color-ninth .cmp-button:hover, .btn-hover-border-color-ninth .cmp-teaser__action-link:hover {
  border-color: #ffffff;
}

.btn-hover-font-color-ninth a.cmp-button:hover, .btn-hover-font-color-ninth a.cmp-teaser__action-link:hover {
  color: #ffffff;
}
.btn-hover-font-color-ninth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-ninth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-ninth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-ninth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #ffffff;
}

.cmp-container-background-color-ninth {
  background-color: #ffffff;
}

.cmp-image-caption--color-ninth .cmp-image__caption {
  color: #ffffff;
}

.cmp-teaser-caption--color-ninth .cmp-teaser__caption {
  color: #ffffff;
}

.cmp-teaser-description--color-ninth .cmp-teaser__description.rte p, .cmp-teaser-description--color-ninth .cmp-teaser__description p {
  color: #ffffff;
}

.color-tenth {
  color: #000000;
}

.color-tenth a {
  color: #000000;
}

.color-tenth .cmp-title__text, .color-tenth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-tenth h1.cmp-teaser__title, .color-tenth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-tenth h2.cmp-teaser__title, .color-tenth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-tenth h3.cmp-teaser__title, .color-tenth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-tenth h4.cmp-teaser__title, .color-tenth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-tenth h5.cmp-teaser__title, .color-tenth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-tenth h6.cmp-teaser__title {
  color: #000000;
}

.color-tenth .cmp-title__pretitle {
  color: #000000;
}

.background-color-tenth {
  background-color: #000000;
}

.background-pattern-tenth {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #000000 0.7rem, #000000 1.5rem) !important;
}

.btn-bg-color-tenth .cmp-button, .btn-bg-color-tenth .cmp-teaser__action-link {
  background-color: #000000;
}

.btn-border-color-tenth .cmp-button, .btn-border-color-tenth .cmp-teaser__action-link {
  border-color: #000000;
}

.btn-font-color-tenth .cmp-button, .btn-font-color-tenth .cmp-teaser__action-link {
  color: #000000;
}
.btn-font-color-tenth .cmp-button .cmp-button__text, .btn-font-color-tenth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-tenth .cmp-button .cmp-teaser__action-link, .btn-font-color-tenth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #000000;
}

.btn-hover-bg-color-tenth a.cmp-button:hover, .btn-hover-bg-color-tenth a.cmp-teaser__action-link:hover {
  background-color: #000000;
}

.btn-hover-border-color-tenth .cmp-button:hover, .btn-hover-border-color-tenth .cmp-teaser__action-link:hover {
  border-color: #000000;
}

.btn-hover-font-color-tenth a.cmp-button:hover, .btn-hover-font-color-tenth a.cmp-teaser__action-link:hover {
  color: #000000;
}
.btn-hover-font-color-tenth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-tenth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-tenth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-tenth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #000000;
}

.cmp-container-background-color-tenth {
  background-color: #000000;
}

.cmp-image-caption--color-tenth .cmp-image__caption {
  color: #000000;
}

.cmp-teaser-caption--color-tenth .cmp-teaser__caption {
  color: #000000;
}

.cmp-teaser-description--color-tenth .cmp-teaser__description.rte p, .cmp-teaser-description--color-tenth .cmp-teaser__description p {
  color: #000000;
}

.color-gray1 {
  color: #F4F2ED;
}

.color-gray1 a {
  color: #F4F2ED;
}

.color-gray1 .cmp-title__text, .color-gray1 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gray1 h1.cmp-teaser__title, .color-gray1 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gray1 h2.cmp-teaser__title, .color-gray1 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gray1 h3.cmp-teaser__title, .color-gray1 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gray1 h4.cmp-teaser__title, .color-gray1 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gray1 h5.cmp-teaser__title, .color-gray1 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gray1 h6.cmp-teaser__title {
  color: #F4F2ED;
}

.color-gray1 .cmp-title__pretitle {
  color: #F4F2ED;
}

.background-color-gray1 {
  background-color: #F4F2ED;
}

.background-pattern-gray1 {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #F4F2ED 0.7rem, #F4F2ED 1.5rem) !important;
}

.btn-bg-color-gray1 .cmp-button, .btn-bg-color-gray1 .cmp-teaser__action-link {
  background-color: #F4F2ED;
}

.btn-border-color-gray1 .cmp-button, .btn-border-color-gray1 .cmp-teaser__action-link {
  border-color: #F4F2ED;
}

.btn-font-color-gray1 .cmp-button, .btn-font-color-gray1 .cmp-teaser__action-link {
  color: #F4F2ED;
}
.btn-font-color-gray1 .cmp-button .cmp-button__text, .btn-font-color-gray1 .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gray1 .cmp-button .cmp-teaser__action-link, .btn-font-color-gray1 .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #F4F2ED;
}

.btn-hover-bg-color-gray1 a.cmp-button:hover, .btn-hover-bg-color-gray1 a.cmp-teaser__action-link:hover {
  background-color: #F4F2ED;
}

.btn-hover-border-color-gray1 .cmp-button:hover, .btn-hover-border-color-gray1 .cmp-teaser__action-link:hover {
  border-color: #F4F2ED;
}

.btn-hover-font-color-gray1 a.cmp-button:hover, .btn-hover-font-color-gray1 a.cmp-teaser__action-link:hover {
  color: #F4F2ED;
}
.btn-hover-font-color-gray1 a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gray1 a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gray1 a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gray1 a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #F4F2ED;
}

.cmp-container-background-color-gray1 {
  background-color: #F4F2ED;
}

.cmp-image-caption--color-gray1 .cmp-image__caption {
  color: #F4F2ED;
}

.cmp-teaser-caption--color-gray1 .cmp-teaser__caption {
  color: #F4F2ED;
}

.cmp-teaser-description--color-gray1 .cmp-teaser__description.rte p, .cmp-teaser-description--color-gray1 .cmp-teaser__description p {
  color: #F4F2ED;
}

.color-gray2 {
  color: #D8D3CB;
}

.color-gray2 a {
  color: #D8D3CB;
}

.color-gray2 .cmp-title__text, .color-gray2 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gray2 h1.cmp-teaser__title, .color-gray2 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gray2 h2.cmp-teaser__title, .color-gray2 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gray2 h3.cmp-teaser__title, .color-gray2 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gray2 h4.cmp-teaser__title, .color-gray2 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gray2 h5.cmp-teaser__title, .color-gray2 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gray2 h6.cmp-teaser__title {
  color: #D8D3CB;
}

.color-gray2 .cmp-title__pretitle {
  color: #D8D3CB;
}

.background-color-gray2 {
  background-color: #D8D3CB;
}

.background-pattern-gray2 {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #D8D3CB 0.7rem, #D8D3CB 1.5rem) !important;
}

.btn-bg-color-gray2 .cmp-button, .btn-bg-color-gray2 .cmp-teaser__action-link {
  background-color: #D8D3CB;
}

.btn-border-color-gray2 .cmp-button, .btn-border-color-gray2 .cmp-teaser__action-link {
  border-color: #D8D3CB;
}

.btn-font-color-gray2 .cmp-button, .btn-font-color-gray2 .cmp-teaser__action-link {
  color: #D8D3CB;
}
.btn-font-color-gray2 .cmp-button .cmp-button__text, .btn-font-color-gray2 .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gray2 .cmp-button .cmp-teaser__action-link, .btn-font-color-gray2 .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #D8D3CB;
}

.btn-hover-bg-color-gray2 a.cmp-button:hover, .btn-hover-bg-color-gray2 a.cmp-teaser__action-link:hover {
  background-color: #D8D3CB;
}

.btn-hover-border-color-gray2 .cmp-button:hover, .btn-hover-border-color-gray2 .cmp-teaser__action-link:hover {
  border-color: #D8D3CB;
}

.btn-hover-font-color-gray2 a.cmp-button:hover, .btn-hover-font-color-gray2 a.cmp-teaser__action-link:hover {
  color: #D8D3CB;
}
.btn-hover-font-color-gray2 a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gray2 a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gray2 a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gray2 a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #D8D3CB;
}

.cmp-container-background-color-gray2 {
  background-color: #D8D3CB;
}

.cmp-image-caption--color-gray2 .cmp-image__caption {
  color: #D8D3CB;
}

.cmp-teaser-caption--color-gray2 .cmp-teaser__caption {
  color: #D8D3CB;
}

.cmp-teaser-description--color-gray2 .cmp-teaser__description.rte p, .cmp-teaser-description--color-gray2 .cmp-teaser__description p {
  color: #D8D3CB;
}

.color-gray3 {
  color: #C0BAB4;
}

.color-gray3 a {
  color: #C0BAB4;
}

.color-gray3 .cmp-title__text, .color-gray3 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gray3 h1.cmp-teaser__title, .color-gray3 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gray3 h2.cmp-teaser__title, .color-gray3 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gray3 h3.cmp-teaser__title, .color-gray3 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gray3 h4.cmp-teaser__title, .color-gray3 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gray3 h5.cmp-teaser__title, .color-gray3 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gray3 h6.cmp-teaser__title {
  color: #C0BAB4;
}

.color-gray3 .cmp-title__pretitle {
  color: #C0BAB4;
}

.background-color-gray3 {
  background-color: #C0BAB4;
}

.background-pattern-gray3 {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #C0BAB4 0.7rem, #C0BAB4 1.5rem) !important;
}

.btn-bg-color-gray3 .cmp-button, .btn-bg-color-gray3 .cmp-teaser__action-link {
  background-color: #C0BAB4;
}

.btn-border-color-gray3 .cmp-button, .btn-border-color-gray3 .cmp-teaser__action-link {
  border-color: #C0BAB4;
}

.btn-font-color-gray3 .cmp-button, .btn-font-color-gray3 .cmp-teaser__action-link {
  color: #C0BAB4;
}
.btn-font-color-gray3 .cmp-button .cmp-button__text, .btn-font-color-gray3 .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gray3 .cmp-button .cmp-teaser__action-link, .btn-font-color-gray3 .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #C0BAB4;
}

.btn-hover-bg-color-gray3 a.cmp-button:hover, .btn-hover-bg-color-gray3 a.cmp-teaser__action-link:hover {
  background-color: #C0BAB4;
}

.btn-hover-border-color-gray3 .cmp-button:hover, .btn-hover-border-color-gray3 .cmp-teaser__action-link:hover {
  border-color: #C0BAB4;
}

.btn-hover-font-color-gray3 a.cmp-button:hover, .btn-hover-font-color-gray3 a.cmp-teaser__action-link:hover {
  color: #C0BAB4;
}
.btn-hover-font-color-gray3 a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gray3 a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gray3 a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gray3 a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #C0BAB4;
}

.cmp-container-background-color-gray3 {
  background-color: #C0BAB4;
}

.cmp-image-caption--color-gray3 .cmp-image__caption {
  color: #C0BAB4;
}

.cmp-teaser-caption--color-gray3 .cmp-teaser__caption {
  color: #C0BAB4;
}

.cmp-teaser-description--color-gray3 .cmp-teaser__description.rte p, .cmp-teaser-description--color-gray3 .cmp-teaser__description p {
  color: #C0BAB4;
}

.color-gray4 {
  color: #cbcbcb;
}

.color-gray4 a {
  color: #cbcbcb;
}

.color-gray4 .cmp-title__text, .color-gray4 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gray4 h1.cmp-teaser__title, .color-gray4 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gray4 h2.cmp-teaser__title, .color-gray4 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gray4 h3.cmp-teaser__title, .color-gray4 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gray4 h4.cmp-teaser__title, .color-gray4 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gray4 h5.cmp-teaser__title, .color-gray4 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gray4 h6.cmp-teaser__title {
  color: #cbcbcb;
}

.color-gray4 .cmp-title__pretitle {
  color: #cbcbcb;
}

.background-color-gray4 {
  background-color: #cbcbcb;
}

.background-pattern-gray4 {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #cbcbcb 0.7rem, #cbcbcb 1.5rem) !important;
}

.btn-bg-color-gray4 .cmp-button, .btn-bg-color-gray4 .cmp-teaser__action-link {
  background-color: #cbcbcb;
}

.btn-border-color-gray4 .cmp-button, .btn-border-color-gray4 .cmp-teaser__action-link {
  border-color: #cbcbcb;
}

.btn-font-color-gray4 .cmp-button, .btn-font-color-gray4 .cmp-teaser__action-link {
  color: #cbcbcb;
}
.btn-font-color-gray4 .cmp-button .cmp-button__text, .btn-font-color-gray4 .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gray4 .cmp-button .cmp-teaser__action-link, .btn-font-color-gray4 .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #cbcbcb;
}

.btn-hover-bg-color-gray4 a.cmp-button:hover, .btn-hover-bg-color-gray4 a.cmp-teaser__action-link:hover {
  background-color: #cbcbcb;
}

.btn-hover-border-color-gray4 .cmp-button:hover, .btn-hover-border-color-gray4 .cmp-teaser__action-link:hover {
  border-color: #cbcbcb;
}

.btn-hover-font-color-gray4 a.cmp-button:hover, .btn-hover-font-color-gray4 a.cmp-teaser__action-link:hover {
  color: #cbcbcb;
}
.btn-hover-font-color-gray4 a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gray4 a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gray4 a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gray4 a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #cbcbcb;
}

.cmp-container-background-color-gray4 {
  background-color: #cbcbcb;
}

.cmp-image-caption--color-gray4 .cmp-image__caption {
  color: #cbcbcb;
}

.cmp-teaser-caption--color-gray4 .cmp-teaser__caption {
  color: #cbcbcb;
}

.cmp-teaser-description--color-gray4 .cmp-teaser__description.rte p, .cmp-teaser-description--color-gray4 .cmp-teaser__description p {
  color: #cbcbcb;
}

.color-eleven {
  color: #7B61FF;
}

.color-eleven a {
  color: #7B61FF;
}

.color-eleven .cmp-title__text, .color-eleven .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-eleven h1.cmp-teaser__title, .color-eleven .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-eleven h2.cmp-teaser__title, .color-eleven .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-eleven h3.cmp-teaser__title, .color-eleven .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-eleven h4.cmp-teaser__title, .color-eleven .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-eleven h5.cmp-teaser__title, .color-eleven .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-eleven h6.cmp-teaser__title {
  color: #7B61FF;
}

.color-eleven .cmp-title__pretitle {
  color: #7B61FF;
}

.background-color-eleven {
  background-color: #7B61FF;
}

.background-pattern-eleven {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #7B61FF 0.7rem, #7B61FF 1.5rem) !important;
}

.btn-bg-color-eleven .cmp-button, .btn-bg-color-eleven .cmp-teaser__action-link {
  background-color: #7B61FF;
}

.btn-border-color-eleven .cmp-button, .btn-border-color-eleven .cmp-teaser__action-link {
  border-color: #7B61FF;
}

.btn-font-color-eleven .cmp-button, .btn-font-color-eleven .cmp-teaser__action-link {
  color: #7B61FF;
}
.btn-font-color-eleven .cmp-button .cmp-button__text, .btn-font-color-eleven .cmp-teaser__action-link .cmp-button__text, .btn-font-color-eleven .cmp-button .cmp-teaser__action-link, .btn-font-color-eleven .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #7B61FF;
}

.btn-hover-bg-color-eleven a.cmp-button:hover, .btn-hover-bg-color-eleven a.cmp-teaser__action-link:hover {
  background-color: #7B61FF;
}

.btn-hover-border-color-eleven .cmp-button:hover, .btn-hover-border-color-eleven .cmp-teaser__action-link:hover {
  border-color: #7B61FF;
}

.btn-hover-font-color-eleven a.cmp-button:hover, .btn-hover-font-color-eleven a.cmp-teaser__action-link:hover {
  color: #7B61FF;
}
.btn-hover-font-color-eleven a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-eleven a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-eleven a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-eleven a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #7B61FF;
}

.cmp-container-background-color-eleven {
  background-color: #7B61FF;
}

.cmp-image-caption--color-eleven .cmp-image__caption {
  color: #7B61FF;
}

.cmp-teaser-caption--color-eleven .cmp-teaser__caption {
  color: #7B61FF;
}

.cmp-teaser-description--color-eleven .cmp-teaser__description.rte p, .cmp-teaser-description--color-eleven .cmp-teaser__description p {
  color: #7B61FF;
}

.color-rewards-gray {
  color: #607985;
}

.color-rewards-gray a {
  color: #607985;
}

.color-rewards-gray .cmp-title__text, .color-rewards-gray .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-rewards-gray h1.cmp-teaser__title, .color-rewards-gray .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-rewards-gray h2.cmp-teaser__title, .color-rewards-gray .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-rewards-gray h3.cmp-teaser__title, .color-rewards-gray .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-rewards-gray h4.cmp-teaser__title, .color-rewards-gray .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-rewards-gray h5.cmp-teaser__title, .color-rewards-gray .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-rewards-gray h6.cmp-teaser__title {
  color: #607985;
}

.color-rewards-gray .cmp-title__pretitle {
  color: #607985;
}

.background-color-rewards-gray {
  background-color: #607985;
}

.background-pattern-rewards-gray {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #607985 0.7rem, #607985 1.5rem) !important;
}

.btn-bg-color-rewards-gray .cmp-button, .btn-bg-color-rewards-gray .cmp-teaser__action-link {
  background-color: #607985;
}

.btn-border-color-rewards-gray .cmp-button, .btn-border-color-rewards-gray .cmp-teaser__action-link {
  border-color: #607985;
}

.btn-font-color-rewards-gray .cmp-button, .btn-font-color-rewards-gray .cmp-teaser__action-link {
  color: #607985;
}
.btn-font-color-rewards-gray .cmp-button .cmp-button__text, .btn-font-color-rewards-gray .cmp-teaser__action-link .cmp-button__text, .btn-font-color-rewards-gray .cmp-button .cmp-teaser__action-link, .btn-font-color-rewards-gray .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #607985;
}

.btn-hover-bg-color-rewards-gray a.cmp-button:hover, .btn-hover-bg-color-rewards-gray a.cmp-teaser__action-link:hover {
  background-color: #607985;
}

.btn-hover-border-color-rewards-gray .cmp-button:hover, .btn-hover-border-color-rewards-gray .cmp-teaser__action-link:hover {
  border-color: #607985;
}

.btn-hover-font-color-rewards-gray a.cmp-button:hover, .btn-hover-font-color-rewards-gray a.cmp-teaser__action-link:hover {
  color: #607985;
}
.btn-hover-font-color-rewards-gray a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-rewards-gray a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-rewards-gray a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-rewards-gray a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #607985;
}

.cmp-container-background-color-rewards-gray {
  background-color: #607985;
}

.cmp-image-caption--color-rewards-gray .cmp-image__caption {
  color: #607985;
}

.cmp-teaser-caption--color-rewards-gray .cmp-teaser__caption {
  color: #607985;
}

.cmp-teaser-description--color-rewards-gray .cmp-teaser__description.rte p, .cmp-teaser-description--color-rewards-gray .cmp-teaser__description p {
  color: #607985;
}

.color-black {
  color: #545454;
}

.color-black a {
  color: #545454;
}

.color-black .cmp-title__text, .color-black .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-black h1.cmp-teaser__title, .color-black .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-black h2.cmp-teaser__title, .color-black .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-black h3.cmp-teaser__title, .color-black .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-black h4.cmp-teaser__title, .color-black .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-black h5.cmp-teaser__title, .color-black .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-black h6.cmp-teaser__title {
  color: #545454;
}

.color-black .cmp-title__pretitle {
  color: #545454;
}

.background-color-black {
  background-color: #545454;
}

.background-pattern-black {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #545454 0.7rem, #545454 1.5rem) !important;
}

.btn-bg-color-black .cmp-button, .btn-bg-color-black .cmp-teaser__action-link {
  background-color: #545454;
}

.btn-border-color-black .cmp-button, .btn-border-color-black .cmp-teaser__action-link {
  border-color: #545454;
}

.btn-font-color-black .cmp-button, .btn-font-color-black .cmp-teaser__action-link {
  color: #545454;
}
.btn-font-color-black .cmp-button .cmp-button__text, .btn-font-color-black .cmp-teaser__action-link .cmp-button__text, .btn-font-color-black .cmp-button .cmp-teaser__action-link, .btn-font-color-black .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #545454;
}

.btn-hover-bg-color-black a.cmp-button:hover, .btn-hover-bg-color-black a.cmp-teaser__action-link:hover {
  background-color: #545454;
}

.btn-hover-border-color-black .cmp-button:hover, .btn-hover-border-color-black .cmp-teaser__action-link:hover {
  border-color: #545454;
}

.btn-hover-font-color-black a.cmp-button:hover, .btn-hover-font-color-black a.cmp-teaser__action-link:hover {
  color: #545454;
}
.btn-hover-font-color-black a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-black a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-black a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-black a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #545454;
}

.cmp-container-background-color-black {
  background-color: #545454;
}

.cmp-image-caption--color-black .cmp-image__caption {
  color: #545454;
}

.cmp-teaser-caption--color-black .cmp-teaser__caption {
  color: #545454;
}

.cmp-teaser-description--color-black .cmp-teaser__description.rte p, .cmp-teaser-description--color-black .cmp-teaser__description p {
  color: #545454;
}

.color-orange {
  color: #EF542C;
}

.color-orange a {
  color: #EF542C;
}

.color-orange .cmp-title__text, .color-orange .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-orange h1.cmp-teaser__title, .color-orange .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-orange h2.cmp-teaser__title, .color-orange .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-orange h3.cmp-teaser__title, .color-orange .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-orange h4.cmp-teaser__title, .color-orange .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-orange h5.cmp-teaser__title, .color-orange .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-orange h6.cmp-teaser__title {
  color: #EF542C;
}

.color-orange .cmp-title__pretitle {
  color: #EF542C;
}

.background-color-orange {
  background-color: #EF542C;
}

.background-pattern-orange {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 0.7rem, #EF542C 0.7rem, #EF542C 1.5rem) !important;
}

.btn-bg-color-orange .cmp-button, .btn-bg-color-orange .cmp-teaser__action-link {
  background-color: #EF542C;
}

.btn-border-color-orange .cmp-button, .btn-border-color-orange .cmp-teaser__action-link {
  border-color: #EF542C;
}

.btn-font-color-orange .cmp-button, .btn-font-color-orange .cmp-teaser__action-link {
  color: #EF542C;
}
.btn-font-color-orange .cmp-button .cmp-button__text, .btn-font-color-orange .cmp-teaser__action-link .cmp-button__text, .btn-font-color-orange .cmp-button .cmp-teaser__action-link, .btn-font-color-orange .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #EF542C;
}

.btn-hover-bg-color-orange a.cmp-button:hover, .btn-hover-bg-color-orange a.cmp-teaser__action-link:hover {
  background-color: #EF542C;
}

.btn-hover-border-color-orange .cmp-button:hover, .btn-hover-border-color-orange .cmp-teaser__action-link:hover {
  border-color: #EF542C;
}

.btn-hover-font-color-orange a.cmp-button:hover, .btn-hover-font-color-orange a.cmp-teaser__action-link:hover {
  color: #EF542C;
}
.btn-hover-font-color-orange a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-orange a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-orange a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-orange a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #EF542C;
}

.cmp-container-background-color-orange {
  background-color: #EF542C;
}

.cmp-image-caption--color-orange .cmp-image__caption {
  color: #EF542C;
}

.cmp-teaser-caption--color-orange .cmp-teaser__caption {
  color: #EF542C;
}

.cmp-teaser-description--color-orange .cmp-teaser__description.rte p, .cmp-teaser-description--color-orange .cmp-teaser__description p {
  color: #EF542C;
}

.font-family-primary {
  font-family: "Graphik", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.font-family-secondary {
  font-family: "Chronicle Display", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.font-family-tertiary {
  font-family: "GraphikWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-size-rem-0 {
  font-size: 0rem;
}

.font-size-rem-0-25 {
  font-size: 0.25rem;
}

.font-size-rem-0-5 {
  font-size: 0.5rem;
}

.font-size-rem-0-75 {
  font-size: 0.75rem;
}

.font-size-rem-1 {
  font-size: 1rem;
}

.font-size-rem-1-25 {
  font-size: 1.25rem;
}

.font-size-rem-1-5 {
  font-size: 1.5rem;
}

.font-size-rem-1-75 {
  font-size: 1.75rem;
}

.font-size-rem-2 {
  font-size: 2rem;
}

.font-size-rem-2-25 {
  font-size: 2.25rem;
}

.font-size-rem-2-5 {
  font-size: 2.5rem;
}

.font-size-rem-2-75 {
  font-size: 2.75rem;
}

.font-size-rem-3 {
  font-size: 3rem;
}

.font-size-rem-3-25 {
  font-size: 3.25rem;
}

.font-size-rem-3-5 {
  font-size: 3.5rem;
}

.font-size-rem-3-75 {
  font-size: 3.75rem;
}

.font-size-rem-4 {
  font-size: 4rem;
}

.font-size-rem-4-25 {
  font-size: 4.25rem;
}

.font-size-rem-4-5 {
  font-size: 4.5rem;
}

.font-size-rem-4-75 {
  font-size: 4.75rem;
}

.font-size-rem-5 {
  font-size: 5rem;
}

.font-size-rem-5-25 {
  font-size: 5.25rem;
}

.font-size-rem-5-5 {
  font-size: 5.5rem;
}

.font-size-rem-5-75 {
  font-size: 5.75rem;
}

.font-size-rem-6 {
  font-size: 6rem;
}

.font-size-rem-6-25 {
  font-size: 6.25rem;
}

.font-size-rem-6-5 {
  font-size: 6.5rem;
}

.font-size-rem-6-75 {
  font-size: 6.75rem;
}

.font-size-rem-7 {
  font-size: 7rem;
}

.font-size-rem-7-25 {
  font-size: 7.25rem;
}

.font-size-rem-7-5 {
  font-size: 7.5rem;
}

.font-size-rem-7-75 {
  font-size: 7.75rem;
}

.font-size-rem-8 {
  font-size: 8rem;
}

.font-size-rem-8-25 {
  font-size: 8.25rem;
}

.font-size-rem-8-5 {
  font-size: 8.5rem;
}

.font-size-rem-8-75 {
  font-size: 8.75rem;
}

.font-size-rem-9 {
  font-size: 9rem;
}

.font-size-rem-9-25 {
  font-size: 9.25rem;
}

.font-size-rem-9-5 {
  font-size: 9.5rem;
}

.font-size-rem-9-75 {
  font-size: 9.75rem;
}

.font-size-rem-10 {
  font-size: 10rem;
}

.font-size-rem-10-25 {
  font-size: 10.25rem;
}

.font-size-rem-10-5 {
  font-size: 10.5rem;
}

.font-size-rem-10-75 {
  font-size: 10.75rem;
}

.font-size-x1 {
  font-size: 0.8rem;
}

.font-size-x2 {
  font-size: 1rem;
}

.font-size-x3 {
  font-size: 1.2rem;
}

.font-size-x4 {
  font-size: 1.4rem;
}

.font-size-x5 {
  font-size: 1.6rem;
}

.font-size-x6 {
  font-size: 1.8rem;
}

.font-size-x7 {
  font-size: 2rem;
}

.font-size-x8 {
  font-size: 2.2rem;
}

.font-size-x9 {
  font-size: 2.4rem;
}

.font-size-x10 {
  font-size: 2.6rem;
}

.font-size-x11 {
  font-size: 2.8rem;
}

.font-size-x12 {
  font-size: 3rem;
}

.font-size-x13 {
  font-size: 3.2rem;
}

.font-size-x14 {
  font-size: 3.4rem;
}

.font-size-x15 {
  font-size: 3.6rem;
}

.font-size-x16 {
  font-size: 3.8rem;
}

.font-size-x17 {
  font-size: 4rem;
}

.font-size-x18 {
  font-size: 4.2rem;
}

.font-size-x19 {
  font-size: 4.4rem;
}

.font-size-x20 {
  font-size: 4.6rem;
}

.font-size-x21 {
  font-size: 4.8rem;
}

.font-size-x22 {
  font-size: 5rem;
}

.font-size-x23 {
  font-size: 5.2rem;
}

.font-size-x24 {
  font-size: 5.4rem;
}

.font-size-x25 {
  font-size: 5.6rem;
}

.font-size-x26 {
  font-size: 5.8rem;
}

.font-size-x27 {
  font-size: 6rem;
}

.font-size-x28 {
  font-size: 6.2rem;
}

@media (min-width: 769px) {
  .account-mgmt #offers-listing-xf .cmp-container .container.responsivegrid {
    width: 33.3333%;
  }
}