@charset "UTF-8";
@font-face {
  font-family: "P22Underground";
  src: url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Book.eot");
  src: url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Book.eot?#iefix") format("embedded-opentype"), url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Book.woff2") format("woff2"), url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Book.woff") format("woff"), url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "P22Underground";
  src: url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Medium.woff2") format("woff2"), url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "P22Underground";
  src: url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Heavy.woff2") format("woff2"), url("clientlib-staybridge/resources/fonts/P22Underground/P22UndergroundCYPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 10px !important;
}

body {
  font-family: "P22Underground", "Arial", Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
}

.cmp-accordion__item {
  border-color: #51534A;
  border-style: solid;
  border-width: 0 0 0.1rem;
  margin: 1.5rem 2rem;
}
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  border: 0;
  background: #fff;
  color: #9a9674;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  outline: none;
}
.cmp-accordion__button--expanded {
  color: #572700;
  background: #fff;
}
.cmp-accordion__button--expanded .cmp-accordion__title {
  font-weight: 500;
}
.cmp-accordion__button--expanded .cmp-accordion__title:before {
  font-family: "FontAwesome";
  content: "";
  font-weight: normal;
  background: #fff;
  color: #572700;
}
.cmp-accordion__title {
  color: #572700;
  font-family: "P22Underground", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.3rem;
  line-height: 2.8rem;
  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: "";
  font-weight: normal;
  background: #fff;
  color: #572700;
  border-radius: 50%;
  font-size: 2rem;
  padding: 0.3rem 0.45rem;
  line-height: 2.3rem;
  letter-spacing: 0.05rem;
  position: absolute;
  right: 0;
}
.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: "P22Underground", "Arial", Helvetica, sans-serif;
  line-height: 1.4;
  position: relative;
}
.cmp-breadcrumb__item-link:before, .cmp-breadcrumb__item-link:after {
  background: #bcbaad;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 8px;
}
.cmp-breadcrumb__item:last-child .cmp-breadcrumb__item-link:before, .cmp-breadcrumb__item:last-child .cmp-breadcrumb__item-link:after {
  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, [dir=ltr] .cmp-breadcrumb__item-link:after {
  right: 0;
}
[dir=ltr] .cmp-breadcrumb__item-link:before {
  transform: rotate(55deg);
  transform-origin: bottom right;
}
[dir=ltr] .cmp-breadcrumb__item-link:after {
  transform: rotate(-55deg);
  transform-origin: top right;
}

[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, [dir=rtl] .cmp-breadcrumb__item-link:after {
  left: 0;
}
[dir=rtl] .cmp-breadcrumb__item-link:before {
  transform: rotate(55deg);
  transform-origin: top left;
}
[dir=rtl] .cmp-breadcrumb__item-link:after {
  transform: rotate(-55deg);
  transform-origin: bottom left;
}

.cmp-breadcrumb {
  background: #78755a;
  font-size: 1.35rem;
}
.cmp-breadcrumb__list {
  max-width: 99rem;
}
.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-link {
  color: #fff;
  line-height: 1.6;
}
.cmp-breadcrumb__item-link:link, .cmp-breadcrumb__item-link:visited, .cmp-breadcrumb__item-link:hover, .cmp-breadcrumb__item-link:focus, .cmp-breadcrumb__item-link:active {
  color: #fff;
}

.cmp-separator--normal .cmp-separator__horizontal-rule {
  height: 0.1rem;
  margin: 2rem 0;
}
.cmp-separator--thick .cmp-separator__horizontal-rule {
  height: 0.3rem;
  margin: 2rem 0;
}

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

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

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

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

.cmp-separator--color-fifth .cmp-separator__horizontal-rule {
  background-color: #572700;
}

.cmp-separator--color-sixth .cmp-separator__horizontal-rule {
  background-color: #78755a;
}

.cmp-separator--color-seventh .cmp-separator__horizontal-rule {
  background-color: #dcdbd4;
}

.cmp-separator--color-eighth .cmp-separator__horizontal-rule {
  background-color: #8cd6ed;
}

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

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

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

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

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

.cmp-separator--color-old-slate .cmp-separator__horizontal-rule {
  background-color: #222222;
}

.cmp-separator--color-slate .cmp-separator__horizontal-rule {
  background-color: #51534A;
}

.cmp-separator--color-eleven .cmp-separator__horizontal-rule {
  background-color: #51534A;
}

.cmp-separator--color-old-green .cmp-separator__horizontal-rule {
  background-color: #787558;
}

button.cmp-button, button.cmp-teaser__action-link {
  background: none;
  border: none;
}

.cmp-button, .cmp-teaser__action-link {
  padding: 1.5rem 4rem;
}
.cmp-button__text, .cmp-teaser__action-link {
  font-family: "P22Underground", "Arial", Helvetica, sans-serif;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
}
.cmp-button--primary .cmp-button, .cmp-button--primary .cmp-teaser__action-link, .cmp-button--secondary .cmp-button, .cmp-button--secondary .cmp-teaser__action-link {
  border-color: #572700;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2.2rem;
  background: #572700;
}
.cmp-button--secondary .cmp-button, .cmp-button--secondary .cmp-teaser__action-link {
  color: #572700;
  background: transparent;
  padding: 1.4rem 3.9rem;
}
.cmp-button--tertiary .cmp-button, .cmp-button--tertiary .cmp-teaser__action-link {
  text-decoration: none;
  color: #572700;
  font-weight: 600;
  padding-left: 0;
  text-transform: uppercase;
}
.cmp-button--tertiary .cmp-button::after, .cmp-button--tertiary .cmp-teaser__action-link::after {
  padding-left: 0.5em;
  margin-left: 0.3rem;
  font-weight: normal;
  font-family: "FontAwesome";
  content: "";
  font-weight: normal;
}
.cmp-button--tertiary .cmp-button__tertiary-icon {
  margin-right: 1.6rem;
}
.cmp-button--tertiary .cmp-button__tertiary-icon::before {
  font-size: 1.6rem;
  line-height: 5.4rem;
  margin-left: 0.3rem;
}
.cmp-button--basic .cmp-button, .cmp-button--basic .cmp-teaser__action-link {
  text-decoration: underline;
  color: #572700;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
}

.tabs .cmp-tabs__tablist {
  width: 100%;
  background-color: #eeeeee;
  padding: 0 3rem;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab {
  background-color: #eeeeee;
  padding: 1.5rem 2.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #787558;
  border-left: 1px solid #222222;
  border-right: none;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
  color: #572700;
  background: #fff;
  border-left: none;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab--active + .cmp-tabs__tab {
  border-left: none;
}
.tabs .cmp-tabs__tablist li.cmp-tabs__tab:last-child {
  border-right: 1px solid #222222;
}
.tabs .cmp-tabs__tablist li.cmp-tabs__tab--active:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    position: relative;
    border-bottom: 1px solid #51534A;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::before {
    font-size: 2.3rem;
    line-height: 2.8rem;
    font-weight: normal;
    color: #572700;
    padding: 1.5rem;
    padding-right: 5rem;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::after {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    color: #572700;
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    top: 1.8rem;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active::before {
    font-weight: 500;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active::after {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    font-weight: 900;
  }
}
.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 > .cmp-container {
  overflow: hidden;
}
.cmp-container--column-padding > .cmp-container > .aem-Grid {
  margin: -0.3rem;
  width: auto;
}
.cmp-container--column-padding > .cmp-container > .aem-Grid > .aem-GridColumn {
  padding: 0.3rem;
}
.cmp-container--column-padding-l > .cmp-container {
  overflow: hidden;
}
.cmp-container--column-padding-l > .cmp-container > .aem-Grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: auto;
}
.cmp-container--column-padding-l > .cmp-container > .aem-Grid > .aem-GridColumn {
  padding: 1.5rem;
}

a.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 {
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

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 {
  color: #572700;
  font-size: 7.2rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
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%;
  display: block;
  margin-top: 0.25em;
}
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 {
  color: #572700;
  font-size: 5.6rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
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%;
  display: block;
  margin-top: 0.25em;
}
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 {
  color: #572700;
  font-size: 4.8rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
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%;
  display: block;
  margin-top: 0.25em;
}
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 {
  color: #572700;
  font-size: 3.4rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
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%;
  display: block;
  margin-top: 0.25em;
}
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 {
  color: #572700;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
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%;
  display: block;
  margin-top: 0.25em;
}
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 {
  color: #572700;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
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%;
  display: block;
  margin-top: 0.25em;
}
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;
}

.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: "P22Underground", "Arial", 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: "P22Underground", "Arial", Helvetica, sans-serif;
}

.cmp-carousel--single-mode .cmp-teaser__image ~ .cmp-teaser__content, .cmp-carousel--center-mode .cmp-teaser__image ~ .cmp-teaser__content {
  padding-top: 3rem;
  padding-left: 3.5%;
  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: #eeeeee;
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(220, 219, 212, 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: "";
  font-weight: normal;
}
.cmp-carousel--single-mode .slick-arrow.slick-next::after {
  font-family: "FontAwesome";
  content: "";
  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: #eeeeee;
}
.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(220, 219, 212, 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;
}

.rte p, .cmp-teaser__description p {
  font-size: 1.625rem;
  line-height: 2.112rem;
  margin-top: 0;
}
.rte a, .cmp-teaser__description a {
  color: #572700;
}
.rte sup, .cmp-teaser__description sup {
  font-size: 70%;
}
.rte li, .cmp-teaser__description li {
  margin-bottom: 0.5em;
}
.rte li:last-child, .cmp-teaser__description li:last-child {
  margin-bottom: 0;
}
.rte strong, .cmp-teaser__description strong,
.rte b,
.cmp-teaser__description b {
  font-weight: 500;
}
.rte .disclosure, .cmp-teaser__description .disclosure, .rte .disclosure *, .cmp-teaser__description .disclosure * {
  color: #000 !important;
}
.rte h1, .cmp-teaser__description h1, .rte .h1, .cmp-teaser__description .h1 {
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #572700;
}
.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.6rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #572700;
}
.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.8rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #572700;
}
.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.4rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #572700;
}
.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: 2rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #572700;
}
.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: 1.8rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #572700;
}
.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;
}

.uhf_headerFooter .brandNav-link {
  font-family: "P22Underground", "Arial", Helvetica, sans-serif;
  font-weight: 500 !important;
}
.uhf_headerFooter #primary-nav.wrapper-UBE a.brandNav-link {
  font-weight: 500;
}

#uhf_footerWrapper, footer#uhf_footerWrapper {
  font-family: "P22Underground", "Arial", Helvetica, sans-serif !important;
}

.cmp-teaser--default .cmp-teaser__description *:first-child {
  margin-bottom: 1.5rem;
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  font-size: 3.4rem;
}
.cmp-teaser--image--top .cmp-teaser__image {
  width: 100%;
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container {
  padding: 1.5rem;
}
.cmp-teaser--image--top .cmp-teaser__title, .cmp-teaser--image--top .cmp-teaser__title-link > * {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
}
.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: 900;
}
.cmp-teaser--image--bottom .cmp-teaser__content {
  justify-content: initial !important;
}
.cmp-teaser--image--bottom .cmp-teaser__content .cmp-teaser__content__container {
  padding: 3.4rem 4rem;
}
.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--image--bottom .cmp-teaser__image {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cmp-teaser--image--bottom .cmp-teaser__image {
    margin-top: 2rem;
  }
}
.cmp-teaser--dotted-border {
  position: relative;
  display: block;
  padding-top: 1.6rem;
}
.cmp-teaser--dotted-border picture {
  border-radius: 0 0 110% 110%/71px;
}
.cmp-teaser--dotted-border picture img {
  border-radius: 0 0 110% 110%/117px;
  position: relative;
  z-index: 12;
  padding-bottom: 26px;
}
.cmp-teaser--dotted-border .cmp-teaser__content__container {
  z-index: 11;
}
.cmp-teaser--dotted-border .cmp-image::after {
  content: "";
  position: absolute;
  bottom: 0.56rem;
  z-index: 2;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 110% 110%/57px;
}
.cmp-teaser--dotted-border .cmp-image {
  position: relative;
}
.cmp-teaser--dotted-border .cmp-teaser__image {
  position: relative;
  height: 100%;
  display: block;
  z-index: 10;
}
.cmp-teaser--background-border-primary .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #572700 0.7rem, #572700 1.5rem) !important;
}
.cmp-teaser--background-border-secondary .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #78755a 0.7rem, #78755a 1.5rem) !important;
}
.cmp-teaser--background-border-tertiary .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #dcdbd4 0.7rem, #dcdbd4 1.5rem) !important;
}
.cmp-teaser--background-border-fourth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #8cd6ed 0.7rem, #8cd6ed 1.5rem) !important;
}
.cmp-teaser--background-border-fifth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #572700 0.7rem, #572700 1.5rem) !important;
}
.cmp-teaser--background-border-sixth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #78755a 0.7rem, #78755a 1.5rem) !important;
}
.cmp-teaser--background-border-seventh .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #dcdbd4 0.7rem, #dcdbd4 1.5rem) !important;
}
.cmp-teaser--background-border-eighth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #8cd6ed 0.7rem, #8cd6ed 1.5rem) !important;
}
.cmp-teaser--background-border-ninth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #fff 0.7rem, #fff 1.5rem) !important;
}
.cmp-teaser--background-border-tenth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #000 0.7rem, #000 1.5rem) !important;
}
.cmp-teaser--background-border-gray1 .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #eeeeee 0.7rem, #eeeeee 1.5rem) !important;
}
.cmp-teaser--background-border-gray2 .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #9a9674 0.7rem, #9a9674 1.5rem) !important;
}
.cmp-teaser--background-border-gray3 .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #9a9674 0.7rem, #9a9674 1.5rem) !important;
}
.cmp-teaser--background-border-old-slate .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #222222 0.7rem, #222222 1.5rem) !important;
}
.cmp-teaser--background-border-slate .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #51534A 0.7rem, #51534A 1.5rem) !important;
}
.cmp-teaser--background-border-eleven .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #51534A 0.7rem, #51534A 1.5rem) !important;
}
.cmp-teaser--background-border-old-green .cmp-image::after {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #787558 0.7rem, #787558 1.5rem) !important;
}
.cmp-teaser--watermarked .cmp-teaser__image::after {
  content: " ";
  background-image: url(https://digital.ihg.com/is/image/ihg/hi_H_lettermark_LVP?fmt=png-alpha&hei=431);
  background-size: 33.2%;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cmp-teaser--hide-watermark-mobile .cmp-teaser__image::after {
    display: none;
  }
  .cmp-teaser--show-watermark-desktop .cmp-teaser__image::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .cmp-teaser--hide-watermark-desktop .cmp-teaser__image::after {
    display: none;
  }
  .cmp-teaser--show-watermark-mobile .cmp-teaser__image::after {
    display: none;
  }
}

.cmp-teaser--border-left {
  border-left: 0.6rem solid #fff;
}

.cmp-teaser--border-right {
  border-right: 0.6rem solid #fff;
}

.cmp-teaser--slided-bordered > .cmp-teaser {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser {
    flex-direction: row;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image,
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__content {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image,
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__content {
    flex-basis: 50%;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content {
  position: relative;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .cmp-teaser__content__container {
  padding: 1rem 1rem 1rem 4.8rem;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .cmp-teaser__content__container {
    width: 100%;
    padding: 1rem 8rem 1rem 8rem;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .rte p, .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .cmp-teaser__description p {
  line-height: 1;
}

.ui-datepicker {
  font-size: 1.3rem;
  background: #9a9674 !important;
}
.ui-datepicker span {
  font-size: 1.3rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header {
  background-color: #9a9674 !important;
  color: #fff;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  color: #dcdbd4;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title span {
  font-size: 1.4rem;
}
.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: #dcdbd4;
}
.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: #dcdbd4;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar thead span {
  font-size: 1.2rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td {
  background: #fff;
  border: 0.1rem solid #fff;
}
.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;
  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: #fff;
  background: #572700;
}
.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: #572700;
}
.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: #fff;
  background: #572700;
}
.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: #572700;
}
.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: #fff;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight.dp-checkin:before {
  border-left: 0.5rem solid #fff;
  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 #fff;
  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: #78755a;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled {
  background: #b3b3b3;
}
.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: #78755a;
}

#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 #fff;
}

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: #fff;
  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: #fff;
}
.ui-autocomplete li.citylabel.ui-state-disabled {
  color: #fff;
}
.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 #9a9674;
}
.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: #fff;
  background-color: #572700;
}
.ui-menu .ui-menu-divider {
  font-size: 0;
}

#reservation {
  font-size: 1.6rem;
  font-family: "P22Underground", "Arial", Helvetica, sans-serif;
  color: #9a9674;
}
#reservation .error-msg {
  border: 0.1rem solid red;
  color: #9a9674;
}
#reservation .error-msg a {
  color: #572700;
}
#reservation .content .main-nav {
  display: none;
}
#reservation .content .main-nav li {
  color: #572700;
}
#reservation .content .main-nav li.active {
  background-color: #dcdbd4;
  border-top: solid 0.5rem #572700;
}
#reservation .content .tab-content {
  background: none repeat scroll 0 0;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.adults input, #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.children input, #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.rooms input {
  border: 0.1rem solid #cccccc;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.rate-preference:after {
  color: #572700;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .popover .popover-title {
  background-color: #fff;
  color: #572700;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .popover .popover-content {
  background: #fff;
  color: #dcdbd4;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group label {
  font-style: italic;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group label a {
  color: #9a9674;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group input {
  border: 0.1rem solid #cccccc;
  background-color: #fff;
  color: #9a9674;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .rate-preference-select {
  color: #9a9674;
  background: #fff;
  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: 2.2rem;
  background-color: #572700;
  color: #fff;
  bottom: 0;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.minus-icon:before {
  content: "";
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt {
  color: #572700;
}
#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: #572700;
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt .arrow-icon.open:after {
  color: #572700;
}
#reservation .content .tab-content .tab-pane .form-inline .important-note p.reqd-field {
  font-size: inherit;
  color: #9a9674;
}
#reservation .content .tab-content .tab-pane .form-inline .important-note .best-available {
  color: #9a9674;
}
#reservation .content .tab-content .tab-pane .form-inline .manage-reservation-link span {
  color: #000;
}
#reservation .content .tab-content .tab-pane .form-inline .htl-search {
  background-color: #572700;
  color: #fff;
  font-weight: normal;
}

@media (max-width: 767px) {
  #reservation .content .accordion-book {
    color: #fff;
    font-weight: normal;
    background-color: #572700;
  }
  #reservation .content .accordion-book.active {
    background-color: #fff;
    color: #572700;
  }
  #reservation .content .accordion-book.active:after {
    color: #572700;
  }
  #reservation .content .accordion-book:after {
    color: #fff;
  }
  #reservation .content .tab-content .tab-pane .form-inline .htl-search {
    line-height: 2.2rem;
  }

  .res-footer {
    color: #fff;
    font-weight: 500;
    background-color: #572700;
  }
  .res-footer .rates-from-wrapper {
    border-right: 0.2rem solid #fff;
  }
  .res-footer .reservation_sticky {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .res-footer {
    color: #fff;
    background-color: #572700;
  }
  .res-footer .rates-from-wrapper {
    border-right: 0.2rem solid #fff;
  }
}
.color-primary {
  color: #572700;
}

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

.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: #572700;
}

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

.background-pattern-primary > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #572700 0.7rem, #572700 1.5rem) !important;
}

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

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

.btn-font-color-primary .cmp-button, .btn-font-color-primary .cmp-teaser__action-link {
  color: #572700;
}
.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: #572700;
}

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

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

.btn-hover-font-color-primary a.cmp-button:hover, .btn-hover-font-color-primary a.cmp-teaser__action-link:hover {
  color: #572700;
}
.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: #572700;
}

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

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

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

.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: #78755a;
}

.background-color-secondary {
  background-color: #78755a;
}

.background-pattern-secondary > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #78755a 0.7rem, #78755a 1.5rem) !important;
}

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

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

.btn-font-color-secondary .cmp-button, .btn-font-color-secondary .cmp-teaser__action-link {
  color: #78755a;
}
.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: #78755a;
}

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

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

.btn-hover-font-color-secondary a.cmp-button:hover, .btn-hover-font-color-secondary a.cmp-teaser__action-link:hover {
  color: #78755a;
}
.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: #78755a;
}

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

.color-tertiary {
  color: #dcdbd4;
}

.color-tertiary a {
  color: #dcdbd4;
}

.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: #dcdbd4;
}

.background-color-tertiary {
  background-color: #dcdbd4;
}

.background-pattern-tertiary > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #dcdbd4 0.7rem, #dcdbd4 1.5rem) !important;
}

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

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

.btn-font-color-tertiary .cmp-button, .btn-font-color-tertiary .cmp-teaser__action-link {
  color: #dcdbd4;
}
.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: #dcdbd4;
}

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

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

.btn-hover-font-color-tertiary a.cmp-button:hover, .btn-hover-font-color-tertiary a.cmp-teaser__action-link:hover {
  color: #dcdbd4;
}
.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: #dcdbd4;
}

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

.color-fourth {
  color: #8cd6ed;
}

.color-fourth a {
  color: #8cd6ed;
}

.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: #8cd6ed;
}

.background-color-fourth {
  background-color: #8cd6ed;
}

.background-pattern-fourth > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #8cd6ed 0.7rem, #8cd6ed 1.5rem) !important;
}

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

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

.btn-font-color-fourth .cmp-button, .btn-font-color-fourth .cmp-teaser__action-link {
  color: #8cd6ed;
}
.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: #8cd6ed;
}

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

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

.btn-hover-font-color-fourth a.cmp-button:hover, .btn-hover-font-color-fourth a.cmp-teaser__action-link:hover {
  color: #8cd6ed;
}
.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: #8cd6ed;
}

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

.color-fifth {
  color: #572700;
}

.color-fifth a {
  color: #572700;
}

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

.background-color-fifth {
  background-color: #572700;
}

.background-pattern-fifth > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #572700 0.7rem, #572700 1.5rem) !important;
}

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

.btn-border-color-fifth .cmp-button, .btn-border-color-fifth .cmp-teaser__action-link {
  border-color: #572700;
}

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

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

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

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

.cmp-container-background-color-fifth {
  background-color: #572700;
}

.color-sixth {
  color: #78755a;
}

.color-sixth a {
  color: #78755a;
}

.color-sixth .cmp-title__text, .color-sixth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-sixth h1.cmp-teaser__title, .color-sixth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-sixth h2.cmp-teaser__title, .color-sixth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-sixth h3.cmp-teaser__title, .color-sixth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-sixth h4.cmp-teaser__title, .color-sixth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-sixth h5.cmp-teaser__title, .color-sixth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-sixth h6.cmp-teaser__title {
  color: #78755a;
}

.background-color-sixth {
  background-color: #78755a;
}

.background-pattern-sixth > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #78755a 0.7rem, #78755a 1.5rem) !important;
}

.btn-bg-color-sixth .cmp-button, .btn-bg-color-sixth .cmp-teaser__action-link {
  background-color: #78755a;
}

.btn-border-color-sixth .cmp-button, .btn-border-color-sixth .cmp-teaser__action-link {
  border-color: #78755a;
}

.btn-font-color-sixth .cmp-button, .btn-font-color-sixth .cmp-teaser__action-link {
  color: #78755a;
}
.btn-font-color-sixth .cmp-button .cmp-button__text, .btn-font-color-sixth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-sixth .cmp-button .cmp-teaser__action-link, .btn-font-color-sixth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #78755a;
}

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

.btn-hover-border-color-sixth .cmp-button:hover, .btn-hover-border-color-sixth .cmp-teaser__action-link:hover {
  border-color: #78755a;
}

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

.cmp-container-background-color-sixth {
  background-color: #78755a;
}

.color-seventh {
  color: #dcdbd4;
}

.color-seventh a {
  color: #dcdbd4;
}

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

.background-color-seventh {
  background-color: #dcdbd4;
}

.background-pattern-seventh > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #dcdbd4 0.7rem, #dcdbd4 1.5rem) !important;
}

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

.btn-border-color-seventh .cmp-button, .btn-border-color-seventh .cmp-teaser__action-link {
  border-color: #dcdbd4;
}

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

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

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

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

.cmp-container-background-color-seventh {
  background-color: #dcdbd4;
}

.color-eighth {
  color: #8cd6ed;
}

.color-eighth a {
  color: #8cd6ed;
}

.color-eighth .cmp-title__text, .color-eighth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-eighth h1.cmp-teaser__title, .color-eighth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-eighth h2.cmp-teaser__title, .color-eighth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-eighth h3.cmp-teaser__title, .color-eighth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-eighth h4.cmp-teaser__title, .color-eighth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-eighth h5.cmp-teaser__title, .color-eighth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-eighth h6.cmp-teaser__title {
  color: #8cd6ed;
}

.background-color-eighth {
  background-color: #8cd6ed;
}

.background-pattern-eighth > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #8cd6ed 0.7rem, #8cd6ed 1.5rem) !important;
}

.btn-bg-color-eighth .cmp-button, .btn-bg-color-eighth .cmp-teaser__action-link {
  background-color: #8cd6ed;
}

.btn-border-color-eighth .cmp-button, .btn-border-color-eighth .cmp-teaser__action-link {
  border-color: #8cd6ed;
}

.btn-font-color-eighth .cmp-button, .btn-font-color-eighth .cmp-teaser__action-link {
  color: #8cd6ed;
}
.btn-font-color-eighth .cmp-button .cmp-button__text, .btn-font-color-eighth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-eighth .cmp-button .cmp-teaser__action-link, .btn-font-color-eighth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #8cd6ed;
}

.btn-hover-bg-color-eighth a.cmp-button:hover, .btn-hover-bg-color-eighth a.cmp-teaser__action-link:hover {
  background-color: #8cd6ed;
}

.btn-hover-border-color-eighth .cmp-button:hover, .btn-hover-border-color-eighth .cmp-teaser__action-link:hover {
  border-color: #8cd6ed;
}

.btn-hover-font-color-eighth a.cmp-button:hover, .btn-hover-font-color-eighth a.cmp-teaser__action-link:hover {
  color: #8cd6ed;
}
.btn-hover-font-color-eighth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-eighth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-eighth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-eighth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #8cd6ed;
}

.cmp-container-background-color-eighth {
  background-color: #8cd6ed;
}

.color-ninth {
  color: #fff;
}

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

.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: #fff;
}

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

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

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

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

.btn-font-color-ninth .cmp-button, .btn-font-color-ninth .cmp-teaser__action-link {
  color: #fff;
}
.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: #fff;
}

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

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

.btn-hover-font-color-ninth a.cmp-button:hover, .btn-hover-font-color-ninth a.cmp-teaser__action-link:hover {
  color: #fff;
}
.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: #fff;
}

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

.color-tenth {
  color: #000;
}

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

.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: #000;
}

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

.background-pattern-tenth > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #000 0.7rem, #000 1.5rem) !important;
}

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

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

.btn-font-color-tenth .cmp-button, .btn-font-color-tenth .cmp-teaser__action-link {
  color: #000;
}
.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: #000;
}

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

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

.btn-hover-font-color-tenth a.cmp-button:hover, .btn-hover-font-color-tenth a.cmp-teaser__action-link:hover {
  color: #000;
}
.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: #000;
}

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

.color-gray1 {
  color: #eeeeee;
}

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

.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: #eeeeee;
}

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

.background-pattern-gray1 > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #eeeeee 0.7rem, #eeeeee 1.5rem) !important;
}

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

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

.btn-font-color-gray1 .cmp-button, .btn-font-color-gray1 .cmp-teaser__action-link {
  color: #eeeeee;
}
.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: #eeeeee;
}

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

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

.btn-hover-font-color-gray1 a.cmp-button:hover, .btn-hover-font-color-gray1 a.cmp-teaser__action-link:hover {
  color: #eeeeee;
}
.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: #eeeeee;
}

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

.color-gray2 {
  color: #9a9674;
}

.color-gray2 a {
  color: #9a9674;
}

.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: #9a9674;
}

.background-color-gray2 {
  background-color: #9a9674;
}

.background-pattern-gray2 > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #9a9674 0.7rem, #9a9674 1.5rem) !important;
}

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

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

.btn-font-color-gray2 .cmp-button, .btn-font-color-gray2 .cmp-teaser__action-link {
  color: #9a9674;
}
.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: #9a9674;
}

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

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

.btn-hover-font-color-gray2 a.cmp-button:hover, .btn-hover-font-color-gray2 a.cmp-teaser__action-link:hover {
  color: #9a9674;
}
.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: #9a9674;
}

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

.color-gray3 {
  color: #9a9674;
}

.color-gray3 a {
  color: #9a9674;
}

.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: #9a9674;
}

.background-color-gray3 {
  background-color: #9a9674;
}

.background-pattern-gray3 > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #9a9674 0.7rem, #9a9674 1.5rem) !important;
}

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

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

.btn-font-color-gray3 .cmp-button, .btn-font-color-gray3 .cmp-teaser__action-link {
  color: #9a9674;
}
.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: #9a9674;
}

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

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

.btn-hover-font-color-gray3 a.cmp-button:hover, .btn-hover-font-color-gray3 a.cmp-teaser__action-link:hover {
  color: #9a9674;
}
.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: #9a9674;
}

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

.color-old-slate {
  color: #222222;
}

.color-old-slate a {
  color: #222222;
}

.color-old-slate .cmp-title__text, .color-old-slate .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-old-slate h1.cmp-teaser__title, .color-old-slate .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-old-slate h2.cmp-teaser__title, .color-old-slate .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-old-slate h3.cmp-teaser__title, .color-old-slate .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-old-slate h4.cmp-teaser__title, .color-old-slate .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-old-slate h5.cmp-teaser__title, .color-old-slate .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-old-slate h6.cmp-teaser__title {
  color: #222222;
}

.background-color-old-slate {
  background-color: #222222;
}

.background-pattern-old-slate > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #222222 0.7rem, #222222 1.5rem) !important;
}

.btn-bg-color-old-slate .cmp-button, .btn-bg-color-old-slate .cmp-teaser__action-link {
  background-color: #222222;
}

.btn-border-color-old-slate .cmp-button, .btn-border-color-old-slate .cmp-teaser__action-link {
  border-color: #222222;
}

.btn-font-color-old-slate .cmp-button, .btn-font-color-old-slate .cmp-teaser__action-link {
  color: #222222;
}
.btn-font-color-old-slate .cmp-button .cmp-button__text, .btn-font-color-old-slate .cmp-teaser__action-link .cmp-button__text, .btn-font-color-old-slate .cmp-button .cmp-teaser__action-link, .btn-font-color-old-slate .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #222222;
}

.btn-hover-bg-color-old-slate a.cmp-button:hover, .btn-hover-bg-color-old-slate a.cmp-teaser__action-link:hover {
  background-color: #222222;
}

.btn-hover-border-color-old-slate .cmp-button:hover, .btn-hover-border-color-old-slate .cmp-teaser__action-link:hover {
  border-color: #222222;
}

.btn-hover-font-color-old-slate a.cmp-button:hover, .btn-hover-font-color-old-slate a.cmp-teaser__action-link:hover {
  color: #222222;
}
.btn-hover-font-color-old-slate a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-old-slate a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-old-slate a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-old-slate a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #222222;
}

.cmp-container-background-color-old-slate {
  background-color: #222222;
}

.color-slate {
  color: #51534A;
}

.color-slate a {
  color: #51534A;
}

.color-slate .cmp-title__text, .color-slate .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-slate h1.cmp-teaser__title, .color-slate .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-slate h2.cmp-teaser__title, .color-slate .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-slate h3.cmp-teaser__title, .color-slate .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-slate h4.cmp-teaser__title, .color-slate .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-slate h5.cmp-teaser__title, .color-slate .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-slate h6.cmp-teaser__title {
  color: #51534A;
}

.background-color-slate {
  background-color: #51534A;
}

.background-pattern-slate > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #51534A 0.7rem, #51534A 1.5rem) !important;
}

.btn-bg-color-slate .cmp-button, .btn-bg-color-slate .cmp-teaser__action-link {
  background-color: #51534A;
}

.btn-border-color-slate .cmp-button, .btn-border-color-slate .cmp-teaser__action-link {
  border-color: #51534A;
}

.btn-font-color-slate .cmp-button, .btn-font-color-slate .cmp-teaser__action-link {
  color: #51534A;
}
.btn-font-color-slate .cmp-button .cmp-button__text, .btn-font-color-slate .cmp-teaser__action-link .cmp-button__text, .btn-font-color-slate .cmp-button .cmp-teaser__action-link, .btn-font-color-slate .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #51534A;
}

.btn-hover-bg-color-slate a.cmp-button:hover, .btn-hover-bg-color-slate a.cmp-teaser__action-link:hover {
  background-color: #51534A;
}

.btn-hover-border-color-slate .cmp-button:hover, .btn-hover-border-color-slate .cmp-teaser__action-link:hover {
  border-color: #51534A;
}

.btn-hover-font-color-slate a.cmp-button:hover, .btn-hover-font-color-slate a.cmp-teaser__action-link:hover {
  color: #51534A;
}
.btn-hover-font-color-slate a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-slate a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-slate a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-slate a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #51534A;
}

.cmp-container-background-color-slate {
  background-color: #51534A;
}

.color-eleven {
  color: #51534A;
}

.color-eleven a {
  color: #51534A;
}

.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: #51534A;
}

.background-color-eleven {
  background-color: #51534A;
}

.background-pattern-eleven > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #51534A 0.7rem, #51534A 1.5rem) !important;
}

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

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

.btn-font-color-eleven .cmp-button, .btn-font-color-eleven .cmp-teaser__action-link {
  color: #51534A;
}
.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: #51534A;
}

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

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

.btn-hover-font-color-eleven a.cmp-button:hover, .btn-hover-font-color-eleven a.cmp-teaser__action-link:hover {
  color: #51534A;
}
.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: #51534A;
}

.cmp-container-background-color-eleven {
  background-color: #51534A;
}

.color-old-green {
  color: #787558;
}

.color-old-green a {
  color: #787558;
}

.color-old-green .cmp-title__text, .color-old-green .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-old-green h1.cmp-teaser__title, .color-old-green .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-old-green h2.cmp-teaser__title, .color-old-green .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-old-green h3.cmp-teaser__title, .color-old-green .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-old-green h4.cmp-teaser__title, .color-old-green .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-old-green h5.cmp-teaser__title, .color-old-green .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-old-green h6.cmp-teaser__title {
  color: #787558;
}

.background-color-old-green {
  background-color: #787558;
}

.background-pattern-old-green > * {
  background: repeating-linear-gradient(135deg, #fff, #fff 0.7rem, #787558 0.7rem, #787558 1.5rem) !important;
}

.btn-bg-color-old-green .cmp-button, .btn-bg-color-old-green .cmp-teaser__action-link {
  background-color: #787558;
}

.btn-border-color-old-green .cmp-button, .btn-border-color-old-green .cmp-teaser__action-link {
  border-color: #787558;
}

.btn-font-color-old-green .cmp-button, .btn-font-color-old-green .cmp-teaser__action-link {
  color: #787558;
}
.btn-font-color-old-green .cmp-button .cmp-button__text, .btn-font-color-old-green .cmp-teaser__action-link .cmp-button__text, .btn-font-color-old-green .cmp-button .cmp-teaser__action-link, .btn-font-color-old-green .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #787558;
}

.btn-hover-bg-color-old-green a.cmp-button:hover, .btn-hover-bg-color-old-green a.cmp-teaser__action-link:hover {
  background-color: #787558;
}

.btn-hover-border-color-old-green .cmp-button:hover, .btn-hover-border-color-old-green .cmp-teaser__action-link:hover {
  border-color: #787558;
}

.btn-hover-font-color-old-green a.cmp-button:hover, .btn-hover-font-color-old-green a.cmp-teaser__action-link:hover {
  color: #787558;
}
.btn-hover-font-color-old-green a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-old-green a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-old-green a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-old-green a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #787558;
}

.cmp-container-background-color-old-green {
  background-color: #787558;
}

.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-x1 {
  font-size: 0.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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;
  }
}