@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;
}
.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;
}

.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-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;
}

.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;
  }
}

.cmp-teaser--hero .cmp-image__image img {
  vertical-align: middle;
}
.cmp-teaser--hero .cmp-teaser__content__container {
  width: 100%;
}
.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__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--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;
}

.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:-ms-input-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 #cccccc;
}
#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 #cccccc;
  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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}