/**
* DO NOT EDIT THIS FILE!!
*
* Instead, edit the source file and use the engine-stylesheets module to generate this file
* See engine-stylesheets/README.md for more
*
* source file:
* engine-stylesheets/src/components/styles.less
**/
@mixin box-width {
  width: 90%;
  max-width: 58rem;
  margin: 0 auto;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  top: 0;
  border-bottom: thin solid lightgrey;
  background: white;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}
header .sample-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header picture {
  margin: 0;
  padding: 0;
  width: 3.5625rem;
}
header picture img {
  display: block;
  width: 200px;
  margin: 10px 0px 10px 0px;
  height: auto;
}
header nav {
  display: block;
}
* {
  box-sizing: border-box;
}
coral-dialog * {
  box-sizing: content-box;
}
.eo-image-component {
  width: 100%;
}
.eo-image-component img {
  width: 100%;
}
.experienceFragment .cmp-image {
  line-height: 1.5;
}
.experienceFragment .cmp-image img,
.experiencefragment .cmp-image img {
  width: 100%;
}
.copyright-footer {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.copyright-footer__list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.copyright-footer__list_item {
  margin: 0 14px 0 0;
}
.copyright-footer__list_item:last-child {
  margin-right: 0;
}
.copyright-footer__logo {
  width: auto;
}
.copyright-footer__logo--ed {
  height: 13.75px;
}
.copyright-footer__logo--das {
  height: 26.4px;
}
.copyright-footer__logo--dkv {
  height: 12.1px;
}
.copyright-footer__logo--erv {
  height: 17.6px;
}
.copyright-footer__legal-notice {
  text-align: left;
  color: #000000;
  font-size: 10px;
  line-height: 1.5;
}
.copyright-footer__legal-notice p {
  margin: 6px 0;
}
@media (min-width: 480px) {
  .copyright-footer__logo {
    width: auto;
  }
  .copyright-footer__logo--ed {
    height: 15.3px;
  }
  .copyright-footer__logo--das {
    height: 29.376px;
  }
  .copyright-footer__logo--dkv {
    height: 13.464px;
  }
  .copyright-footer__logo--erv {
    height: 19.584px;
  }
}
@media (min-width: 768px) {
  .copyright-footer__list_item {
    margin: 0 24px 0 0;
  }
  .copyright-footer__logo {
    width: auto;
  }
  .copyright-footer__logo--ed {
    height: 25px;
  }
  .copyright-footer__logo--das {
    height: 48px;
  }
  .copyright-footer__logo--dkv {
    height: 22px;
  }
  .copyright-footer__logo--erv {
    height: 32px;
  }
  .copyright-footer__legal-notice {
    margin-top: 24px;
  }
}
@media (min-width: 912px) {
  .copyright-footer {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  .copyright-footer__list {
    padding-right: 14px;
  }
  .copyright-footer__legal-notice {
    margin-top: 0;
    text-align: right;
  }
}
footer .footer__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .footer__wrapper--second {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer__wrapper {
    flex-direction: row;
  }
}
footer .footer__logo img {
  display: block;
  width: 95px;
  height: 32px;
}
footer .footer__banner-wrapper-background {
  background: #8e0038;
}
@media (max-width: 479px) {
  footer .footer__banner-social-icons a {
    text-decoration: none;
  }
  footer .footer__banner-social-icons a img {
    display: none;
  }
}
footer .footer__banner-social-icons {
  margin-left: 0.25em;
}
footer .footer__banner-social-icons a {
  text-decoration: none;
  padding-right: 12px;
}
footer .footer__banner-social-icons a img {
  width: 36px;
  height: 36px;
}
footer .footer__banner-links {
  list-style-type: none;
  display: flex;
  flex-shrink: 1;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  color: white;
}
@media (min-width: 480px) {
  footer .footer__banner-links {
    max-width: 550px;
    justify-content: flex-end;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  footer .footer__banner-links {
    align-items: center;
    max-width: 100%;
  }
}
footer .footer__banner-links__item {
  line-height: 1;
  border-right: 1px solid #ffffff;
  margin: 0 10px 6px 0;
}
footer .footer__banner-links__item:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  footer .footer__banner-links__item {
    margin-bottom: 0;
  }
}
footer .footer__banner-links__link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff !important;
  padding-right: 10px;
}
@media (min-width: 480px) {
  footer .footer__banner-links__item:last-child > .footer__banner-links__link {
    padding-right: 0;
  }
}
footer .footer__company-logos img {
  float: left;
  margin-right: 1em;
}
@media (min-width: 480px) {
  footer .footer__legal p {
    text-align: right;
    margin-bottom: 0.75em;
  }
}
footer .footer__links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer__links {
    width: 25%;
  }
  footer .footer__links--double {
    width: 50%;
  }
}
@media (max-width: 479px) {
  footer .footer__links-heading {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
footer .footer__links-heading {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 24px;
}
footer .footer__linklist,
footer .footer__linklist--double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer__linklist--double {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
footer .footer__qualityseals {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1em;
  flex-wrap: wrap;
}
footer .footer__qualityseal {
  flex: 100%;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  footer .footer__qualityseal {
    flex: 0 50%;
    margin-bottom: 0;
  }
}
footer .footer__links-link {
  text-decoration: none;
  display: block;
  color: #262626;
  font-size: 14px;
  margin: 0.25em 0 0.25em 0;
  flex: 100%;
}
@media (min-width: 480px) {
  footer .footer__links-link {
    flex: 0 50%;
  }
}
@media (min-width: 768px) {
  footer .footer__links-link {
    flex: 100%;
  }
}
footer .footer__links-link--double {
  flex: 100%;
}
@media (min-width: 480px) {
  footer .footer__links-link--double {
    flex: 0 50%;
  }
}
footer .footer__links-link:hover,
footer .footer__links-link:focus {
  text-shadow: 0 0 10px #e1e1e1 !important;
  text-decoration: none !important;
  color: #8e0038 !important;
}
footer .footer__links-link:active {
  color: #8e0038 !important;
  box-shadow: none !important;
}
/** IE 11 bugfix AEMC-2364 **/
.copyright-footer__logo--ed {
  width: 48px;
  height: 14px;
}
@media (min-width: 480px) {
  .copyright-footer__logo--ed {
    width: 52.21px;
    height: 15.3px;
  }
}
@media (min-width: 768px) {
  .copyright-footer__logo--ed {
    width: 86px;
    height: 25px;
  }
}
.copyright-footer__logo--dkv {
  width: 53px;
  height: 13px;
}
@media (min-width: 480px) {
  .copyright-footer__logo--dkv {
    width: 57px;
    height: 14px;
  }
}
@media (min-width: 768px) {
  .copyright-footer__logo--dkv {
    width: 86px;
    height: 25px;
  }
}
/** Fontsize bugfix AEMC-492 **/
.footer__banner-links__link {
  font-size: 0.875rem;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .footer__banner-links__link {
    font-size: 1rem;
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(60, 60, 60, 0.25);
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.modal-overlay .close-icon {
  border-radius: 50%;
  border: 2px solid;
  color: #8e0038;
  height: 20px;
  width: 20px;
}
.modal-overlay .modal-window {
  position: fixed;
  z-index: 1000;
  margin: 20px auto;
  left: 0;
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
}
.modal-overlay .modal-window .modal__header {
  text-align: right;
  pointer-events: all;
  background-color: #f2f2f2;
}
.modal-overlay .modal-window .modal__content {
  flex: 0 1 auto;
  padding: 30px 30px;
  overflow: auto;
  pointer-events: all;
  background-color: #f2f2f2;
}
.modal-overlay .modal--fullviewport {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.modal-close {
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2em;
  width: 70px;
  text-decoration: none;
  cursor: pointer;
}
.modal-close:hover {
  color: #000;
}
@media (max-width: 479px) {
  .sitemap__wrapper {
    -moz-column-count: 1;
    -moz-column-gap: 1em;
    -webkit-column-count: 1;
    -webkit-column-gap: 1em;
    column-count: 1;
    column-gap: 1em;
  }
}
@media (min-width: 480px) {
  .sitemap__wrapper {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
    column-count: 4;
    column-gap: 1em;
  }
}
ul.sitemap__links {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.sitemap__link-item a {
  color: #737373;
  text-decoration: none;
}
.sitemap__link-item a:visited {
  color: #b31767;
  text-decoration: none;
}
/** Line heights multiplicators **/
/* Bottom Margins */
/* stylelint-disable no-descending-specificity, no-invalid-position-at-import-rule */
.cmp-text,
.text {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
  font-size: 1rem;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  color: #333333;
}
.cmp-text h1,
.text h1,
.cmp-text h2,
.text h2,
.cmp-text h3,
.text h3,
.cmp-text h4,
.text h4,
.cmp-text h5,
.text h5,
.cmp-text h6,
.text h6,
.cmp-text blockquote,
.text blockquote,
.cmp-text a,
.text a,
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul,
.cmp-text li,
.text li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.cmp-text h1:not(:first-child),
.text h1:not(:first-child),
.cmp-text h2:not(:first-child),
.text h2:not(:first-child),
.cmp-text h3:not(:first-child),
.text h3:not(:first-child),
.cmp-text h4:not(:first-child),
.text h4:not(:first-child),
.cmp-text h5:not(:first-child),
.text h5:not(:first-child),
.cmp-text h6:not(:first-child),
.text h6:not(:first-child) {
  margin-top: 0;
}
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul {
  list-style: none;
}
.cmp-text ul:not([class]) li::before,
.text ul:not([class]) li::before,
.cmp-text .ul--color-black li::before,
.text .ul--color-black li::before,
.cmp-text .ul--color-red li::before,
.text .ul--color-red li::before,
.cmp-text .ul--color-white li::before,
.text .ul--color-white li::before,
.cmp-text .ul--color-gray li::before,
.text .ul--color-gray li::before {
  content: '●';
  transform: scale(0.7);
  color: #333333;
  display: inline-block;
  position: absolute;
  left: 5px;
}
@media (min-width: 768px) {
  .cmp-text ul:not([class]) li::before,
  .text ul:not([class]) li::before,
  .cmp-text .ul--color-black li::before,
  .text .ul--color-black li::before,
  .cmp-text .ul--color-red li::before,
  .text .ul--color-red li::before,
  .cmp-text .ul--color-white li::before,
  .text .ul--color-white li::before,
  .cmp-text .ul--color-gray li::before,
  .text .ul--color-gray li::before {
    transform: scale(0.85);
    left: 6px;
  }
}
.cmp-text .ul--color-black li::before,
.text .ul--color-black li::before {
  color: #000000 !important;
}
.cmp-text .ul--color-red li::before,
.text .ul--color-red li::before {
  color: #8e0038 !important;
}
.cmp-text .ul--color-white li::before,
.text .ul--color-white li::before {
  color: #ffffff !important;
}
.cmp-text .ul--color-gray li::before,
.text .ul--color-gray li::before {
  color: #737373 !important;
}
.cmp-text ol:not([class]),
.text ol:not([class]),
.cmp-text .ol--color-black,
.text .ol--color-black,
.cmp-text .ol--color-red,
.text .ol--color-red,
.cmp-text .ol--color-white,
.text .ol--color-white,
.cmp-text .ol--color-gray,
.text .ol--color-gray {
  counter-reset: listitem;
}
.cmp-text ol:not([class]) li::before,
.text ol:not([class]) li::before,
.cmp-text .ol--color-black li::before,
.text .ol--color-black li::before,
.cmp-text .ol--color-red li::before,
.text .ol--color-red li::before,
.cmp-text .ol--color-white li::before,
.text .ol--color-white li::before,
.cmp-text .ol--color-gray li::before,
.text .ol--color-gray li::before,
.cmp-text ol:not([class]) ul li::before,
.text ol:not([class]) ul li::before,
.cmp-text .ol--color-black ul li::before,
.text .ol--color-black ul li::before,
.cmp-text .ol--color-red ul li::before,
.text .ol--color-red ul li::before,
.cmp-text .ol--color-white ul li::before,
.text .ol--color-white ul li::before,
.cmp-text .ol--color-gray ul li::before,
.text .ol--color-gray ul li::before {
  position: absolute;
  top: 2px;
  left: 2px;
  counter-increment: listitem;
  content: counter(listitem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: #333333;
  border-radius: 50%;
  font-size: 0.5rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
  transform: none;
}
@media (min-width: 768px) {
  .cmp-text ol:not([class]) li::before,
  .text ol:not([class]) li::before,
  .cmp-text .ol--color-black li::before,
  .text .ol--color-black li::before,
  .cmp-text .ol--color-red li::before,
  .text .ol--color-red li::before,
  .cmp-text .ol--color-white li::before,
  .text .ol--color-white li::before,
  .cmp-text .ol--color-gray li::before,
  .text .ol--color-gray li::before,
  .cmp-text ol:not([class]) ul li::before,
  .text ol:not([class]) ul li::before,
  .cmp-text .ol--color-black ul li::before,
  .text .ol--color-black ul li::before,
  .cmp-text .ol--color-red ul li::before,
  .text .ol--color-red ul li::before,
  .cmp-text .ol--color-white ul li::before,
  .text .ol--color-white ul li::before,
  .cmp-text .ol--color-gray ul li::before,
  .text .ol--color-gray ul li::before {
    font-size: 0.625rem;
    width: 20px;
    height: 20px;
    transform: none;
  }
}
.cmp-text ol:not([class]) li.txt__caption::before,
.text ol:not([class]) li.txt__caption::before,
.cmp-text .ol--color-black li.txt__caption::before,
.text .ol--color-black li.txt__caption::before,
.cmp-text .ol--color-red li.txt__caption::before,
.text .ol--color-red li.txt__caption::before,
.cmp-text .ol--color-white li.txt__caption::before,
.text .ol--color-white li.txt__caption::before,
.cmp-text .ol--color-gray li.txt__caption::before,
.text .ol--color-gray li.txt__caption::before {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .cmp-text ol:not([class]) li.txt__caption::before,
  .text ol:not([class]) li.txt__caption::before,
  .cmp-text .ol--color-black li.txt__caption::before,
  .text .ol--color-black li.txt__caption::before,
  .cmp-text .ol--color-red li.txt__caption::before,
  .text .ol--color-red li.txt__caption::before,
  .cmp-text .ol--color-white li.txt__caption::before,
  .text .ol--color-white li.txt__caption::before,
  .cmp-text .ol--color-gray li.txt__caption::before,
  .text .ol--color-gray li.txt__caption::before {
    width: 17px;
    height: 17px;
  }
}
.cmp-text .ol--color-black li::before,
.text .ol--color-black li::before {
  color: #ffffff !important;
  background: #000000 !important;
}
.cmp-text .ol--color-red li::before,
.text .ol--color-red li::before {
  color: #ffffff !important;
  background: #8e0038 !important;
}
.cmp-text .ol--color-white li::before,
.text .ol--color-white li::before {
  color: #000000 !important;
  background: #ffffff !important;
}
.cmp-text .ol--color-gray li::before,
.text .ol--color-gray li::before {
  color: #000000 !important;
  background: #737373 !important;
}
.cmp-text .check-list--green,
.text .check-list--green,
.cmp-text .check-list--black,
.text .check-list--black,
.cmp-text .check-list--white,
.text .check-list--white,
.cmp-text .check-list,
.text .check-list {
  list-style-image: none;
}
.cmp-text .check-list--green li,
.text .check-list--green li,
.cmp-text .check-list--black li,
.text .check-list--black li,
.cmp-text .check-list--white li,
.text .check-list--white li,
.cmp-text .check-list li,
.text .check-list li {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 21px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .cmp-text .check-list--green li,
  .text .check-list--green li,
  .cmp-text .check-list--black li,
  .text .check-list--black li,
  .cmp-text .check-list--white li,
  .text .check-list--white li,
  .cmp-text .check-list li,
  .text .check-list li {
    background-size: 24px;
  }
}
.cmp-text .check-list--green li::before,
.text .check-list--green li::before,
.cmp-text .check-list--black li::before,
.text .check-list--black li::before,
.cmp-text .check-list--white li::before,
.text .check-list--white li::before,
.cmp-text .check-list li::before,
.text .check-list li::before {
  content: initial;
}
.cmp-text .check-list--green li.txt__caption,
.text .check-list--green li.txt__caption,
.cmp-text .check-list--black li.txt__caption,
.text .check-list--black li.txt__caption,
.cmp-text .check-list--white li.txt__caption,
.text .check-list--white li.txt__caption,
.cmp-text .check-list li.txt__caption,
.text .check-list li.txt__caption {
  background-size: 16px;
}
@media (min-width: 768px) {
  .cmp-text .check-list--green li.txt__caption,
  .text .check-list--green li.txt__caption,
  .cmp-text .check-list--black li.txt__caption,
  .text .check-list--black li.txt__caption,
  .cmp-text .check-list--white li.txt__caption,
  .text .check-list--white li.txt__caption,
  .cmp-text .check-list li.txt__caption,
  .text .check-list li.txt__caption {
    background-size: 19px;
  }
}
.cmp-text .check-list--green li.txt__subline,
.text .check-list--green li.txt__subline,
.cmp-text .check-list--black li.txt__subline,
.text .check-list--black li.txt__subline,
.cmp-text .check-list--white li.txt__subline,
.text .check-list--white li.txt__subline,
.cmp-text .check-list li.txt__subline,
.text .check-list li.txt__subline {
  background-size: 19px;
}
@media (min-width: 768px) {
  .cmp-text .check-list--green li.txt__subline,
  .text .check-list--green li.txt__subline,
  .cmp-text .check-list--black li.txt__subline,
  .text .check-list--black li.txt__subline,
  .cmp-text .check-list--white li.txt__subline,
  .text .check-list--white li.txt__subline,
  .cmp-text .check-list li.txt__subline,
  .text .check-list li.txt__subline {
    background-size: 22px;
  }
}
.cmp-text .check-list--green ul li::before,
.text .check-list--green ul li::before,
.cmp-text .check-list--black ul li::before,
.text .check-list--black ul li::before,
.cmp-text .check-list--white ul li::before,
.text .check-list--white ul li::before,
.cmp-text .check-list ul li::before,
.text .check-list ul li::before {
  content: '';
}
.cmp-text ol li ul,
.text ol li ul,
.cmp-text ul li ul,
.text ul li ul,
.cmp-text ol li ol,
.text ol li ol,
.cmp-text ul li ol,
.text ul li ol {
  counter-reset: listitem;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cmp-text ol li ul,
  .text ol li ul,
  .cmp-text ul li ul,
  .text ul li ul,
  .cmp-text ol li ol,
  .text ol li ol,
  .cmp-text ul li ol,
  .text ul li ol {
    margin-top: 12px;
  }
}
.cmp-text ol li.txt__caption,
.text ol li.txt__caption,
.cmp-text ul li.txt__caption,
.text ul li.txt__caption {
  padding-left: 27px;
}
@media (min-width: 768px) {
  .cmp-text ol li.txt__caption,
  .text ol li.txt__caption,
  .cmp-text ul li.txt__caption,
  .text ul li.txt__caption {
    padding-left: 30px;
  }
}
.cmp-text h1,
.text h1,
.cmp-text h2,
.text h2,
.cmp-text h3,
.text h3,
.cmp-text h4,
.text h4,
.cmp-text h5,
.text h5,
.cmp-text h6,
.text h6,
.cmp-text p,
.text p,
.cmp-text blockquote,
.text blockquote,
.cmp-text a,
.text a,
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul,
.cmp-text li,
.text li,
.cmp-text span,
.text span {
  color: #333333;
}
.cmp-text a,
.text a {
  color: #8e0038;
  text-decoration: none;
}
.cmp-text a:hover,
.text a:hover {
  text-decoration: underline;
}
.cmp-text a:hover .color--red,
.text a:hover .color--red,
.cmp-text a:hover .color--black,
.text a:hover .color--black,
.cmp-text a:hover .color--grey,
.text a:hover .color--grey,
.cmp-text a:hover .color--white,
.text a:hover .color--white {
  text-decoration: underline;
}
.cmp-text .font--fedra-serif,
.text .font--fedra-serif {
  font-family: Fedra Serif, Georgia, Times New Roman, serif !important;
}
.cmp-text .font--fsme,
.text .font--fsme {
  font-family: "FS Me", Arial, Helvetica, sans-serif !important;
}
.cmp-text .color--red,
.text .color--red,
.cmp-text .color--red a,
.text .color--red a,
.cmp-text a .color--red,
.text a .color--red {
  color: #8e0038;
}
.cmp-text .color--black,
.text .color--black {
  color: #333333;
}
.cmp-text .color--grey,
.text .color--grey {
  color: #737373;
}
.cmp-text .color--white,
.text .color--white,
.cmp-text .color--white a,
.text .color--white a,
.cmp-text a .color--white,
.text a .color--white {
  color: #ffffff;
}
.cmp-text h1:not(.txt),
.text h1:not(.txt),
.cmp-text h2:not(.txt),
.text h2:not(.txt),
.cmp-text h3:not(.txt),
.text h3:not(.txt),
.cmp-text h4:not(.txt),
.text h4:not(.txt),
.cmp-text h5:not(.txt),
.text h5:not(.txt),
.cmp-text h6:not(.txt),
.text h6:not(.txt),
.cmp-text .txt--headline,
.text .txt--headline {
  font-weight: 700;
}
.cmp-text hr:not([class]),
.text hr:not([class]) {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .cmp-text hr:not([class]),
  .text hr:not([class]) {
    margin: 48px 0;
  }
}
.cmp-text .txt--copytext + .txt--headline,
.text .txt--copytext + .txt--headline,
.cmp-text p:not(.txt) + .txt--headline,
.text p:not(.txt) + .txt--headline,
.cmp-text ul + .txt--headline,
.text ul + .txt--headline,
.cmp-text ol + .txt--headline,
.text ol + .txt--headline,
.cmp-text blockquote + .txt--headline,
.text blockquote + .txt--headline,
.cmp-text pre + .txt--headline,
.text pre + .txt--headline,
.cmp-text hr + .txt--headline,
.text hr + .txt--headline,
.cmp-text .txt--copytext + h1:not(.txt),
.text .txt--copytext + h1:not(.txt),
.cmp-text p:not(.txt) + h1:not(.txt),
.text p:not(.txt) + h1:not(.txt),
.cmp-text ul + h1:not(.txt),
.text ul + h1:not(.txt),
.cmp-text ol + h1:not(.txt),
.text ol + h1:not(.txt),
.cmp-text blockquote + h1:not(.txt),
.text blockquote + h1:not(.txt),
.cmp-text pre + h1:not(.txt),
.text pre + h1:not(.txt),
.cmp-text hr + h1:not(.txt),
.text hr + h1:not(.txt),
.cmp-text .txt--copytext + h2:not(.txt),
.text .txt--copytext + h2:not(.txt),
.cmp-text p:not(.txt) + h2:not(.txt),
.text p:not(.txt) + h2:not(.txt),
.cmp-text ul + h2:not(.txt),
.text ul + h2:not(.txt),
.cmp-text ol + h2:not(.txt),
.text ol + h2:not(.txt),
.cmp-text blockquote + h2:not(.txt),
.text blockquote + h2:not(.txt),
.cmp-text pre + h2:not(.txt),
.text pre + h2:not(.txt),
.cmp-text hr + h2:not(.txt),
.text hr + h2:not(.txt),
.cmp-text .txt--copytext + h3:not(.txt),
.text .txt--copytext + h3:not(.txt),
.cmp-text p:not(.txt) + h3:not(.txt),
.text p:not(.txt) + h3:not(.txt),
.cmp-text ul + h3:not(.txt),
.text ul + h3:not(.txt),
.cmp-text ol + h3:not(.txt),
.text ol + h3:not(.txt),
.cmp-text blockquote + h3:not(.txt),
.text blockquote + h3:not(.txt),
.cmp-text pre + h3:not(.txt),
.text pre + h3:not(.txt),
.cmp-text hr + h3:not(.txt),
.text hr + h3:not(.txt),
.cmp-text .txt--copytext + h4:not(.txt),
.text .txt--copytext + h4:not(.txt),
.cmp-text p:not(.txt) + h4:not(.txt),
.text p:not(.txt) + h4:not(.txt),
.cmp-text ul + h4:not(.txt),
.text ul + h4:not(.txt),
.cmp-text ol + h4:not(.txt),
.text ol + h4:not(.txt),
.cmp-text blockquote + h4:not(.txt),
.text blockquote + h4:not(.txt),
.cmp-text pre + h4:not(.txt),
.text pre + h4:not(.txt),
.cmp-text hr + h4:not(.txt),
.text hr + h4:not(.txt),
.cmp-text .txt--copytext + h5:not(.txt),
.text .txt--copytext + h5:not(.txt),
.cmp-text p:not(.txt) + h5:not(.txt),
.text p:not(.txt) + h5:not(.txt),
.cmp-text ul + h5:not(.txt),
.text ul + h5:not(.txt),
.cmp-text ol + h5:not(.txt),
.text ol + h5:not(.txt),
.cmp-text blockquote + h5:not(.txt),
.text blockquote + h5:not(.txt),
.cmp-text pre + h5:not(.txt),
.text pre + h5:not(.txt),
.cmp-text hr + h5:not(.txt),
.text hr + h5:not(.txt) {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .cmp-text .txt--copytext + .txt--headline,
  .text .txt--copytext + .txt--headline,
  .cmp-text p:not(.txt) + .txt--headline,
  .text p:not(.txt) + .txt--headline,
  .cmp-text ul + .txt--headline,
  .text ul + .txt--headline,
  .cmp-text ol + .txt--headline,
  .text ol + .txt--headline,
  .cmp-text blockquote + .txt--headline,
  .text blockquote + .txt--headline,
  .cmp-text pre + .txt--headline,
  .text pre + .txt--headline,
  .cmp-text hr + .txt--headline,
  .text hr + .txt--headline,
  .cmp-text .txt--copytext + h1:not(.txt),
  .text .txt--copytext + h1:not(.txt),
  .cmp-text p:not(.txt) + h1:not(.txt),
  .text p:not(.txt) + h1:not(.txt),
  .cmp-text ul + h1:not(.txt),
  .text ul + h1:not(.txt),
  .cmp-text ol + h1:not(.txt),
  .text ol + h1:not(.txt),
  .cmp-text blockquote + h1:not(.txt),
  .text blockquote + h1:not(.txt),
  .cmp-text pre + h1:not(.txt),
  .text pre + h1:not(.txt),
  .cmp-text hr + h1:not(.txt),
  .text hr + h1:not(.txt),
  .cmp-text .txt--copytext + h2:not(.txt),
  .text .txt--copytext + h2:not(.txt),
  .cmp-text p:not(.txt) + h2:not(.txt),
  .text p:not(.txt) + h2:not(.txt),
  .cmp-text ul + h2:not(.txt),
  .text ul + h2:not(.txt),
  .cmp-text ol + h2:not(.txt),
  .text ol + h2:not(.txt),
  .cmp-text blockquote + h2:not(.txt),
  .text blockquote + h2:not(.txt),
  .cmp-text pre + h2:not(.txt),
  .text pre + h2:not(.txt),
  .cmp-text hr + h2:not(.txt),
  .text hr + h2:not(.txt),
  .cmp-text .txt--copytext + h3:not(.txt),
  .text .txt--copytext + h3:not(.txt),
  .cmp-text p:not(.txt) + h3:not(.txt),
  .text p:not(.txt) + h3:not(.txt),
  .cmp-text ul + h3:not(.txt),
  .text ul + h3:not(.txt),
  .cmp-text ol + h3:not(.txt),
  .text ol + h3:not(.txt),
  .cmp-text blockquote + h3:not(.txt),
  .text blockquote + h3:not(.txt),
  .cmp-text pre + h3:not(.txt),
  .text pre + h3:not(.txt),
  .cmp-text hr + h3:not(.txt),
  .text hr + h3:not(.txt),
  .cmp-text .txt--copytext + h4:not(.txt),
  .text .txt--copytext + h4:not(.txt),
  .cmp-text p:not(.txt) + h4:not(.txt),
  .text p:not(.txt) + h4:not(.txt),
  .cmp-text ul + h4:not(.txt),
  .text ul + h4:not(.txt),
  .cmp-text ol + h4:not(.txt),
  .text ol + h4:not(.txt),
  .cmp-text blockquote + h4:not(.txt),
  .text blockquote + h4:not(.txt),
  .cmp-text pre + h4:not(.txt),
  .text pre + h4:not(.txt),
  .cmp-text hr + h4:not(.txt),
  .text hr + h4:not(.txt),
  .cmp-text .txt--copytext + h5:not(.txt),
  .text .txt--copytext + h5:not(.txt),
  .cmp-text p:not(.txt) + h5:not(.txt),
  .text p:not(.txt) + h5:not(.txt),
  .cmp-text ul + h5:not(.txt),
  .text ul + h5:not(.txt),
  .cmp-text ol + h5:not(.txt),
  .text ol + h5:not(.txt),
  .cmp-text blockquote + h5:not(.txt),
  .text blockquote + h5:not(.txt),
  .cmp-text pre + h5:not(.txt),
  .text pre + h5:not(.txt),
  .cmp-text hr + h5:not(.txt),
  .text hr + h5:not(.txt) {
    margin-top: 64px;
  }
}
.cmp-text h1:not(.txt),
.text h1:not(.txt),
.cmp-text .txt__h1,
.text .txt__h1 {
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text h1:not(.txt),
  .text h1:not(.txt),
  .cmp-text .txt__h1,
  .text .txt__h1 {
    font-size: 18px;
    line-height: 23.400000000000002px;
    margin-bottom: 16px;
  }
}
.cmp-text .txt__h2,
.text .txt__h2,
.cmp-text h2:not(.txt),
.text h2:not(.txt) {
  font-size: 24px;
  line-height: 31.200000000000003px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cmp-text .txt__h2,
  .text .txt__h2,
  .cmp-text h2:not(.txt),
  .text h2:not(.txt) {
    font-size: 28px;
    line-height: 36.4px;
    margin-bottom: 40px;
  }
}
.cmp-text h3:not(.txt),
.text h3:not(.txt),
.cmp-text .txt__h3,
.text .txt__h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cmp-text h3:not(.txt),
  .text h3:not(.txt),
  .cmp-text .txt__h3,
  .text .txt__h3 {
    font-size: 24px;
    line-height: 31.200000000000003px;
    margin-bottom: 32px;
  }
}
.cmp-text h4:not(.txt),
.text h4:not(.txt),
.cmp-text .txt__h4,
.text .txt__h4 {
  font-size: 18px;
  line-height: 23.400000000000002px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cmp-text h4:not(.txt),
  .text h4:not(.txt),
  .cmp-text .txt__h4,
  .text .txt__h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.cmp-text h5:not(.txt),
.text h5:not(.txt),
.cmp-text .txt__h5,
.text .txt__h5 {
  font-size: 14px;
  line-height: 18.2px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text h5:not(.txt),
  .text h5:not(.txt),
  .cmp-text .txt__h5,
  .text .txt__h5 {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 16px;
  }
}
.cmp-text .txt__claim,
.text .txt__claim {
  font-size: 28px;
  line-height: 36.4px;
  margin-bottom: 32px;
  color: #8e0038;
}
@media (min-width: 768px) {
  .cmp-text .txt__claim,
  .text .txt__claim {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 48px;
  }
}
.cmp-text .txt__teaser,
.text .txt__teaser {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .cmp-text .txt__teaser,
  .text .txt__teaser {
    font-size: 18px;
    line-height: 27px;
  }
}
.cmp-text .txt__teaser + .txt__teaser,
.text .txt__teaser + .txt__teaser {
  margin-top: -8px;
}
@media (min-width: 768px) {
  .cmp-text .txt__teaser + .txt__teaser,
  .text .txt__teaser + .txt__teaser {
    margin-top: -10.5px;
  }
}
.cmp-text a,
.text a,
.cmp-text .txt__caption,
.text .txt__caption,
.cmp-text .txt__subline,
.text .txt__subline {
  letter-spacing: 0.25px;
}
.cmp-text .txt__subline,
.text .txt__subline {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .cmp-text .txt__subline,
  .text .txt__subline {
    font-size: 14px;
    line-height: 21px;
  }
}
.cmp-text .txt__subline + .txt__subline,
.text .txt__subline + .txt__subline {
  margin-top: -11px;
}
@media (min-width: 768px) {
  .cmp-text .txt__subline + .txt__subline,
  .text .txt__subline + .txt__subline {
    margin-top: -14px;
  }
}
.cmp-text .txt__caption,
.text .txt__caption {
  font-size: 10px;
  line-height: 15px;
  color: #737373;
}
@media (min-width: 768px) {
  .cmp-text .txt__caption,
  .text .txt__caption {
    font-size: 12px;
    line-height: 18px;
  }
}
.cmp-text .txt__caption + .txt__caption,
.text .txt__caption + .txt__caption {
  margin-top: -13px;
}
@media (min-width: 768px) {
  .cmp-text .txt__caption + .txt__caption,
  .text .txt__caption + .txt__caption {
    margin-top: -15px;
  }
}
.cmp-text .txt__paragraph + .txt__paragraph,
.text .txt__paragraph + .txt__paragraph,
.cmp-text p:not(.txt) + .txt__paragraph,
.text p:not(.txt) + .txt__paragraph,
.cmp-text .txt__paragraph + p:not(.txt),
.text .txt__paragraph + p:not(.txt),
.cmp-text p:not(.txt) + p:not(.txt),
.text p:not(.txt) + p:not(.txt) {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .cmp-text .txt__paragraph + .txt__paragraph,
  .text .txt__paragraph + .txt__paragraph,
  .cmp-text p:not(.txt) + .txt__paragraph,
  .text p:not(.txt) + .txt__paragraph,
  .cmp-text .txt__paragraph + p:not(.txt),
  .text .txt__paragraph + p:not(.txt),
  .cmp-text p:not(.txt) + p:not(.txt),
  .text p:not(.txt) + p:not(.txt) {
    margin-top: -12px;
  }
}
.cmp-text .txt--copytext,
.text .txt--copytext,
.cmp-text p:not(.txt),
.text p:not(.txt),
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cmp-text .txt--copytext,
  .text .txt--copytext,
  .cmp-text p:not(.txt),
  .text p:not(.txt),
  .cmp-text ol,
  .text ol,
  .cmp-text ul,
  .text ul {
    margin-bottom: 24px;
  }
}
.cmp-text .txt__paragraph,
.text .txt__paragraph,
.cmp-text p:not(.txt),
.text p:not(.txt),
.cmp-text ul li,
.text ul li,
.cmp-text ol li,
.text ol li {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .cmp-text .txt__paragraph,
  .text .txt__paragraph,
  .cmp-text p:not(.txt),
  .text p:not(.txt),
  .cmp-text ul li,
  .text ul li,
  .cmp-text ol li,
  .text ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.cmp-text ul li,
.text ul li,
.cmp-text ol li,
.text ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .cmp-text ul li,
  .text ul li,
  .cmp-text ol li,
  .text ol li {
    margin-bottom: 12px;
    padding-left: 36px;
  }
}
.cmp-text > .txt:first-child,
.text > .txt:first-child,
.cmp-text > p:first-child,
.text > p:first-child,
.cmp-text > h1:first-child,
.text > h1:first-child,
.cmp-text > h2:first-child,
.text > h2:first-child,
.cmp-text > h3:first-child,
.text > h3:first-child,
.cmp-text > h4:first-child,
.text > h4:first-child,
.cmp-text > h5:first-child,
.text > h5:first-child {
  margin-top: 0;
}
.cmp-text > .txt:last-child,
.text > .txt:last-child,
.cmp-text > p:last-child,
.text > p:last-child,
.cmp-text > h1:last-child,
.text > h1:last-child,
.cmp-text > h2:last-child,
.text > h2:last-child,
.cmp-text > h3:last-child,
.text > h3:last-child,
.cmp-text > h4:last-child,
.text > h4:last-child,
.cmp-text > h5:last-child,
.text > h5:last-child,
.cmp-text > ul:last-child,
.text > ul:last-child,
.cmp-text > ol:last-child,
.text > ol:last-child {
  margin-bottom: 0;
}
.cmp-text > ul:last-child li:last-child,
.text > ul:last-child li:last-child,
.cmp-text > ol:last-child li:last-child,
.text > ol:last-child li:last-child {
  margin-bottom: 0;
}
/** Icons for Checklists **/
.cmp-text .check-list--green li,
.text.cq-Editable-dom .check-list--green li,
.cq-RichText .check-list--green li,
.rte-fullscreen-richtextContainer .check-list--green li,
.cmp-text .check-list li,
.text.cq-Editable-dom .check-list li,
.cq-RichText .check-list li,
.rte-fullscreen-richtextContainer .check-list li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0ViZW5lXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjU1LjEgMjU1LjEnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NS4xIDI1NS4xOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHN0eWxlIHR5cGU9J3RleHQvY3NzJz4gLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwMDkyODQ7fSAuc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+PGNpcmNsZSBpZD0nT3ZhbCcgY2xhc3M9J3N0MCcgY3g9JzEyNy4xJyBjeT0nMTI3LjYnIHI9JzEwNi4zJy8+PHBhdGggaWQ9J3BhdGgtMV8xXycgY2xhc3M9J3N0MScgZD0nTTE3Mi44LDc0LjRsLTY0LjcsOTAuMkw4Mi40LDEzNUg2My4zbDM1LjMsNDFjMi41LDIuOSw2LDQuNiw5LjksNC42YzAuNCwwLDAuNCwwLDAuNywwIGMzLjktMC40LDcuOC0yLjUsOS45LTUuN2w3MS43LTEwMC42TDE3Mi44LDc0LjRMMTcyLjgsNzQuNHonLz48L3N2Zz4K');
}
.cmp-text .check-list--black li,
.text.cq-Editable-dom .check-list--black li,
.cq-RichText .check-list--black li,
.rte-fullscreen-richtextContainer .check-list--black li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0ViZW5lXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjU1LjEgMjU1LjEnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NS4xIDI1NS4xOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHN0eWxlIHR5cGU9J3RleHQvY3NzJz4gLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzMzMzMzM7fSAuc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+PGNpcmNsZSBpZD0nT3ZhbCcgY2xhc3M9J3N0MCcgY3g9JzEyNy4xJyBjeT0nMTI3LjYnIHI9JzEwNi4zJy8+PHBhdGggaWQ9J3BhdGgtMV8xXycgY2xhc3M9J3N0MScgZD0nTTE3Mi44LDc0LjRsLTY0LjcsOTAuMkw4Mi40LDEzNUg2My4zbDM1LjMsNDFjMi41LDIuOSw2LDQuNiw5LjksNC42YzAuNCwwLDAuNCwwLDAuNywwIGMzLjktMC40LDcuOC0yLjUsOS45LTUuN2w3MS43LTEwMC42TDE3Mi44LDc0LjRMMTcyLjgsNzQuNHonLz48L3N2Zz4K');
}
.cmp-text .check-list--white li,
.text.cq-Editable-dom .check-list--white li,
.cq-RichText .check-list--white li,
.rte-fullscreen-richtextContainer .check-list--white li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0ViZW5lXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjU1LjEgMjU1LjEnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NS4xIDI1NS4xOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHN0eWxlIHR5cGU9J3RleHQvY3NzJz4gLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fSAuc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzMzMzMzMzt9Cjwvc3R5bGU+PGNpcmNsZSBpZD0nT3ZhbCcgY2xhc3M9J3N0MCcgY3g9JzEyNy4xJyBjeT0nMTI3LjYnIHI9JzEwNi4zJy8+PHBhdGggaWQ9J3BhdGgtMV8xXycgY2xhc3M9J3N0MScgZD0nTTE3Mi44LDc0LjRsLTY0LjcsOTAuMkw4Mi40LDEzNUg2My4zbDM1LjMsNDFjMi41LDIuOSw2LDQuNiw5LjksNC42YzAuNCwwLDAuNCwwLDAuNywwIGMzLjktMC40LDcuOC0yLjUsOS45LTUuN2w3MS43LTEwMC42TDE3Mi44LDc0LjRMMTcyLjgsNzQuNHonLz48L3N2Zz4K');
}
/* stylelint-enable no-descending-specificity, no-invalid-position-at-import-rule */
.em_carousel {
  position: relative;
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}
.em_carousel__swiper-container {
  margin: 0;
  overflow: hidden;
}
@supports (display: grid) {
  .em_carousel__swiper-container {
    padding: 12px 24px 24px;
  }
}
.em_carousel__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.em_carousel__swiper > .em_carousel__wrapper > .experiencefragment,
.em_carousel .em_carousel__slide {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 912px) {
  .em_carousel__swiper > .em_carousel__wrapper > .experiencefragment,
  .em_carousel .em_carousel__slide {
    opacity: 1;
    transition: 0.15s opacity ease-in-out;
  }
  .em_carousel__swiper > .em_carousel__wrapper > .experiencefragment:not(.em_carousel__slide--visible),
  .em_carousel .em_carousel__slide:not(.em_carousel__slide--visible) {
    opacity: 0;
  }
}
.em_carousel__nav-button {
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  outline: none;
}
.em_carousel__nav-button--prev {
  margin-left: 12px;
}
.em_carousel__nav-button--next {
  margin-right: 12px;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):focus > svg {
  color: #8e0038 !important;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):active > svg {
  color: #71022e !important;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):hover > svg {
  color: #8e0038;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled) {
  cursor: pointer;
}
.em_carousel__nav-button > svg {
  color: #aeaeae;
}
.em_carousel__nav-button--disabled {
  display: none !important;
}
@media (min-width: 912px) {
  .em_carousel__swiper-container {
    padding: 0;
  }
  .em_carousel__swiper {
    overflow: hidden;
    padding: 12px 24px 12px;
  }
}
/*
 * Show navigation buttons once they fit left and right of the
 * slides content wrapper, which is limited to 912px.
 */
@media (min-width: 992px) {
  .em_carousel__nav-button {
    position: absolute;
    top: 50%;
    /* Negative offset of footer height (bullets clickarea) + half the size of the button itself  */
    margin: -60px 0 0;
    display: flex;
  }
  .em_carousel__nav-button--prev {
    left: -40px;
  }
  .em_carousel__nav-button--next {
    right: -40px;
  }
  .em_carousel__footer {
    margin-top: 24px;
  }
}
/*
 * Footer CSS
 */
.em_carousel__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.em_carousel__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 200px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .em_carousel__pages {
    overflow: visible;
    width: 100% !important;
  }
}
.em_carousel__bullet-wrapper {
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.em_carousel__bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: left, transform, background-color;
}
.em_carousel__bullet:focus {
  background: rgba(142, 0, 56, 0.16) !important;
}
.em_carousel__bullet:active {
  background: rgba(142, 0, 56, 0.24) !important;
}
.em_carousel__bullet:hover {
  background: rgba(142, 0, 56, 0.08);
}
.em_carousel__bullet::after {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  background: #aeaeae;
  border-radius: 50%;
}
.em_carousel__bullet--active::after {
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  background: #8e0038;
  border-radius: 50%;
}
/*
 * Hide swiper pagination and navigation components when all
 * slides are visible on the current view, using internal
 * classes.
 *
 * In the latest version 4.4.2 there is no working public
 * API that allows to set custom classes.
 */
.swiper-button-lock {
  display: none !important;
}
.swiper-pagination-lock {
  display: none !important;
}
.ProductCardComponent {
  height: 100%;
}
.product-card__provider {
  height: 100%;
}
html[data-useragent*='MSIE 10.0'] .em_carousel__swiper {
  overflow-x: scroll;
  padding: 12px 24px 24px;
  display: flex;
  justify-content: center;
}
html[data-useragent*='MSIE 10.0'] .ProductCardComponent {
  height: 100%;
}
html[data-useragent*='MSIE 10.0'] .product-card__provider {
  margin-right: 10px;
}
html[data-useragent*='MSIE 10.0'] .em_carousel__nav-button {
  display: none;
}
.ieCarousel-wrapper {
  display: inline-flex;
}
/* stylelint-disable no-descending-specificity */
ul:not([class]),
.ul--color-black,
.ul--color-red,
.ul--color-white,
.ul--color-gray {
  list-style: none;
}
ul:not([class]) li,
.ul--color-black li,
.ul--color-red li,
.ul--color-white li,
.ul--color-gray li {
  position: relative;
  padding-left: 30px;
}
ul:not([class]) li::before,
.ul--color-black li::before,
.ul--color-red li::before,
.ul--color-white li::before,
.ul--color-gray li::before {
  content: '●';
  transform: scale(0.7);
  color: #333333;
  display: inline-block;
  position: absolute;
  left: 5px;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  ul:not([class]) li::before,
  .ul--color-black li::before,
  .ul--color-red li::before,
  .ul--color-white li::before,
  .ul--color-gray li::before {
    transform: scale(0.85);
    left: 6px;
  }
}
.ul--color-black li::before {
  color: #000000 !important;
}
.ul--color-red li::before {
  color: #8e0038 !important;
}
.ul--color-white li::before {
  color: #ffffff !important;
}
.ul--color-gray li::before {
  color: #737373 !important;
}
ol:not([class]),
.ol--color-black,
.ol--color-red,
.ol--color-white,
.ol--color-gray {
  counter-reset: listitem;
  list-style: none;
}
ol:not([class]) li,
.ol--color-black li,
.ol--color-red li,
.ol--color-white li,
.ol--color-gray li,
ol:not([class]) ul li,
.ol--color-black ul li,
.ol--color-red ul li,
.ol--color-white ul li,
.ol--color-gray ul li {
  position: relative;
  padding-left: 30px;
}
ol:not([class]) li::before,
.ol--color-black li::before,
.ol--color-red li::before,
.ol--color-white li::before,
.ol--color-gray li::before,
ol:not([class]) ul li::before,
.ol--color-black ul li::before,
.ol--color-red ul li::before,
.ol--color-white ul li::before,
.ol--color-gray ul li::before {
  position: absolute;
  top: 2px;
  left: 2px;
  counter-increment: listitem;
  content: counter(listitem);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: #333333;
  border-radius: 50%;
  font-size: 0.5rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
  transform: none;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  ol:not([class]) li::before,
  .ol--color-black li::before,
  .ol--color-red li::before,
  .ol--color-white li::before,
  .ol--color-gray li::before,
  ol:not([class]) ul li::before,
  .ol--color-black ul li::before,
  .ol--color-red ul li::before,
  .ol--color-white ul li::before,
  .ol--color-gray ul li::before {
    font-size: 0.625rem;
    width: 20px;
    height: 20px;
    transform: none;
  }
}
ol:not([class]) li.txt__caption::before,
.ol--color-black li.txt__caption::before,
.ol--color-red li.txt__caption::before,
.ol--color-white li.txt__caption::before,
.ol--color-gray li.txt__caption::before {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  ol:not([class]) li.txt__caption::before,
  .ol--color-black li.txt__caption::before,
  .ol--color-red li.txt__caption::before,
  .ol--color-white li.txt__caption::before,
  .ol--color-gray li.txt__caption::before {
    width: 17px;
    height: 17px;
  }
}
.ol--color-black li::before {
  color: #ffffff !important;
  background: #000000 !important;
}
.ol--color-red li::before {
  color: #ffffff !important;
  background: #8e0038 !important;
}
.ol--color-white li::before {
  color: #000000 !important;
  background: #ffffff !important;
}
.ol--color-gray li::before {
  color: #000000 !important;
  background: #737373 !important;
}
.check-list--green,
.check-list--black,
.check-list--white,
.check-list {
  list-style-image: none;
}
.check-list--green li,
.check-list--black li,
.check-list--white li,
.check-list li {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 21px;
  padding-top: 0;
  padding-bottom: 3px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .check-list--green li,
  .check-list--black li,
  .check-list--white li,
  .check-list li {
    background-size: 24px;
  }
}
.check-list--green li::before,
.check-list--black li::before,
.check-list--white li::before,
.check-list li::before {
  content: initial;
}
.check-list--green ul li::before,
.check-list--black ul li::before,
.check-list--white ul li::before,
.check-list ul li::before {
  content: '';
}
.check-list--green li.txt__caption,
.check-list--black li.txt__caption,
.check-list--white li.txt__caption,
.check-list li.txt__caption {
  background-size: 16px;
}
@media (min-width: 768px) {
  .check-list--green li.txt__caption,
  .check-list--black li.txt__caption,
  .check-list--white li.txt__caption,
  .check-list li.txt__caption {
    background-size: 19px;
  }
}
.check-list--green li.txt__subline,
.check-list--black li.txt__subline,
.check-list--white li.txt__subline,
.check-list li.txt__subline {
  background-size: 19px;
}
@media (min-width: 768px) {
  .check-list--green li.txt__subline,
  .check-list--black li.txt__subline,
  .check-list--white li.txt__subline,
  .check-list li.txt__subline {
    background-size: 22px;
  }
}
ol li ul,
ul li ul,
ol li ol,
ul li ol {
  counter-reset: listitem;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ol li ul,
  ul li ul,
  ol li ol,
  ul li ol {
    margin-top: 12px;
  }
}
ol li.txt__caption,
ul li.txt__caption {
  padding-left: 27px;
}
@media (min-width: 768px) {
  ol li.txt__caption,
  ul li.txt__caption {
    padding-left: 30px;
  }
}
/** Icons for Checklists **/
.cmp-text .check-list--green li,
.text.cq-Editable-dom .check-list--green li,
.cq-RichText .check-list--green li,
.rte-fullscreen-richtextContainer .check-list--green li,
.product-link__text .check-list--green li,
.cmp-text .check-list li,
.text.cq-Editable-dom .check-list li,
.cq-RichText .check-list li,
.rte-fullscreen-richtextContainer .check-list li,
.product-link__text .check-list li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0ViZW5lXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjU1LjEgMjU1LjEnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NS4xIDI1NS4xOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHN0eWxlIHR5cGU9J3RleHQvY3NzJz4gLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwMDkyODQ7fSAuc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+PGNpcmNsZSBpZD0nT3ZhbCcgY2xhc3M9J3N0MCcgY3g9JzEyNy4xJyBjeT0nMTI3LjYnIHI9JzEwNi4zJy8+PHBhdGggaWQ9J3BhdGgtMV8xXycgY2xhc3M9J3N0MScgZD0nTTE3Mi44LDc0LjRsLTY0LjcsOTAuMkw4Mi40LDEzNUg2My4zbDM1LjMsNDFjMi41LDIuOSw2LDQuNiw5LjksNC42YzAuNCwwLDAuNCwwLDAuNywwIGMzLjktMC40LDcuOC0yLjUsOS45LTUuN2w3MS43LTEwMC42TDE3Mi44LDc0LjRMMTcyLjgsNzQuNHonLz48L3N2Zz4K');
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 36px;
}
.cmp-text .check-list--black li,
.text.cq-Editable-dom .check-list--black li,
.cq-RichText .check-list--black li,
.rte-fullscreen-richtextContainer .check-list--black li,
.product-link__text .check-list--black li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0ViZW5lXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjU1LjEgMjU1LjEnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NS4xIDI1NS4xOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHN0eWxlIHR5cGU9J3RleHQvY3NzJz4gLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzMzMzMzM7fSAuc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+PGNpcmNsZSBpZD0nT3ZhbCcgY2xhc3M9J3N0MCcgY3g9JzEyNy4xJyBjeT0nMTI3LjYnIHI9JzEwNi4zJy8+PHBhdGggaWQ9J3BhdGgtMV8xXycgY2xhc3M9J3N0MScgZD0nTTE3Mi44LDc0LjRsLTY0LjcsOTAuMkw4Mi40LDEzNUg2My4zbDM1LjMsNDFjMi41LDIuOSw2LDQuNiw5LjksNC42YzAuNCwwLDAuNCwwLDAuNywwIGMzLjktMC40LDcuOC0yLjUsOS45LTUuN2w3MS43LTEwMC42TDE3Mi44LDc0LjRMMTcyLjgsNzQuNHonLz48L3N2Zz4K');
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 36px;
}
.cmp-text .check-list--white li,
.text.cq-Editable-dom .check-list--white li,
.cq-RichText .check-list--white li,
.rte-fullscreen-richtextContainer .check-list--white li,
.product-link__text .check-list--white li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0ViZW5lXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjU1LjEgMjU1LjEnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NS4xIDI1NS4xOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHN0eWxlIHR5cGU9J3RleHQvY3NzJz4gLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fSAuc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzMzMzMzMzt9Cjwvc3R5bGU+PGNpcmNsZSBpZD0nT3ZhbCcgY2xhc3M9J3N0MCcgY3g9JzEyNy4xJyBjeT0nMTI3LjYnIHI9JzEwNi4zJy8+PHBhdGggaWQ9J3BhdGgtMV8xXycgY2xhc3M9J3N0MScgZD0nTTE3Mi44LDc0LjRsLTY0LjcsOTAuMkw4Mi40LDEzNUg2My4zbDM1LjMsNDFjMi41LDIuOSw2LDQuNiw5LjksNC42YzAuNCwwLDAuNCwwLDAuNywwIGMzLjktMC40LDcuOC0yLjUsOS45LTUuN2w3MS43LTEwMC42TDE3Mi44LDc0LjRMMTcyLjgsNzQuNHonLz48L3N2Zz4K');
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 36px;
}
.cmp-text ul.check-list--green,
.text.cq-Editable-dom ul.check-list--green,
.cq-RichText ul.check-list--green,
.rte-fullscreen-richtextContainer ul.check-list--green,
.product-link__text ul.check-list--green,
.cmp-text ul.check-list,
.text.cq-Editable-dom ul.check-list,
.cq-RichText ul.check-list,
.rte-fullscreen-richtextContainer ul.check-list,
.product-link__text ul.check-list,
.cmp-text ul.check-list--black,
.text.cq-Editable-dom ul.check-list--black,
.cq-RichText ul.check-list--black,
.rte-fullscreen-richtextContainer ul.check-list--black,
.product-link__text ul.check-list--black,
.cmp-text ul.check-list--white,
.text.cq-Editable-dom ul.check-list--white,
.cq-RichText ul.check-list--white,
.rte-fullscreen-richtextContainer ul.check-list--white,
.product-link__text ul.check-list--white {
  list-style: none;
}
.cmp-text ul.check-list--green li::before,
.text.cq-Editable-dom ul.check-list--green li::before,
.cq-RichText ul.check-list--green li::before,
.rte-fullscreen-richtextContainer ul.check-list--green li::before,
.product-link__text ul.check-list--green li::before,
.cmp-text ul.check-list li::before,
.text.cq-Editable-dom ul.check-list li::before,
.cq-RichText ul.check-list li::before,
.rte-fullscreen-richtextContainer ul.check-list li::before,
.product-link__text ul.check-list li::before,
.cmp-text ul.check-list--black li::before,
.text.cq-Editable-dom ul.check-list--black li::before,
.cq-RichText ul.check-list--black li::before,
.rte-fullscreen-richtextContainer ul.check-list--black li::before,
.product-link__text ul.check-list--black li::before,
.cmp-text ul.check-list--white li::before,
.text.cq-Editable-dom ul.check-list--white li::before,
.cq-RichText ul.check-list--white li::before,
.rte-fullscreen-richtextContainer ul.check-list--white li::before,
.product-link__text ul.check-list--white li::before {
  content: '';
}
/* stylelint-enable no-descending-specificity */
@font-face {
  font-family: FS Me;
  font-weight: 300;
  font-display: swap;
  src: local('FSMeWeb Light'), local('FSMeWeb-Light'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Light.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb LightItalic'), local('FSMeWeb-LightItalic'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-LightItalic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 500;
  font-display: swap;
  src: local('FSMeWeb Regular'), local('FSMeWeb-Regular'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb Italic'), local('FSMeWeb-Italic'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Italic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 700;
  font-display: swap;
  src: local('FSMeWeb Bold'), local('FSMeWeb-Bold'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb BoldItalic'), local('FSMeWeb-BoldItalic'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 900;
  font-display: swap;
  src: local('FSMeWeb Heavy'), local('FSMeWeb-Heavy'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Heavy.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb HeavyItalic'), local('FSMeWeb-HeavyItalic'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-HeavyItalic.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 400;
  font-display: swap;
  src: local('WF-006389-009281-000003'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000003.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000003'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000003.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 500;
  font-display: swap;
  src: local('WF-006389-009281-000046'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000046.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000047'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000047.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 600;
  font-display: swap;
  src: local('WF-006389-009281-000050'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000050.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000051'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000051.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 700;
  font-display: swap;
  src: local('WF-006389-009281-000054'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000054.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000055'), url("../../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000055.woff") format("woff");
}
html,
body {
  font-family: FS Me, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
}
@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 0.67em;
}
@media (min-width: 480px) {
  html,
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 31.5px;
  }
  h3 {
    font-size: 24.5px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 15.75px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 31.5px;
  }
  h3 {
    font-size: 24.5px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 15.75px;
  }
  h6 {
    font-size: 14px;
  }
}
hr:not([class]) {
  border: 1px solid #e1e1e1;
}
.text ~ .tooltipReact {
  margin-top: -0.3em;
}
.em_modal header {
  display: none;
}
.em_modal footer {
  display: none;
}
html {
  font-size: 16px;
}
html > body {
  font-size: 1rem;
}
@media (min-width: 480px) {
  html > body {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  html > body {
    font-size: 1rem;
  }
}
.full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.full-width .full-width {
  width: 100%;
  margin-left: 0;
}
.em_product-selection__tab {
  display: flex;
  flex-direction: column;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  align-items: center;
  justify-content: center;
  height: 78px;
  width: 100%;
}
.em_product-selection__tab:nth-child(2) {
  border-color: #d9d9d9;
  border-width: 0 1px;
  border-style: solid;
}
.em_product-selection__tab-item {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
  outline-style: none;
  cursor: pointer;
}
.em_product-selection__tab-item:hover {
  background-color: #e4d6e4;
  color: #000000;
}
.em_product-selection__tab-item:focus {
  background-color: #b31767;
  color: #ffffff;
}
.em_product-selection__tab-item:active,
.em_product-selection__tab-item--active {
  background-color: #b31767;
  color: #ffffff;
}
.em_product-selection__tab-icon {
  margin-bottom: 12px;
  width: 24px;
  height: 24px;
}
.em_product-selection__tab-item svg {
  fill: #333333;
}
.em_product-selection__tab-item:hover svg {
  fill: #333333;
}
.em_product-selection__tab-item:focus svg {
  fill: #ffffff;
}
.em_product-selection__tab-item:active svg,
.em_product-selection__tab-item--active svg {
  fill: #ffffff;
}
.em_product-selection__tab-text {
  text-align: center;
  display: none;
  font-size: 0.75rem;
  line-height: 1.5;
}
.em_product-selection__tab-header {
  font-weight: 700;
  font-size: 0.75rem;
}
.em_product-selection__tabs-selection {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.em_product-selection__switch-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 24px;
  border-color: #d9d9d9;
  border-width: 1px 0;
  border-style: solid;
}
.em_product-selection__switch-selection-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
}
.em_product-selection__tooltip {
  align-items: center;
  display: flex;
}
.em_product-selection__tooltip-label {
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 0;
  cursor: pointer;
}
.em_product-selection__switch {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 49px;
  line-height: 24px;
  padding: 12px 0;
  min-width: 130px;
  justify-content: flex-end;
}
.em_product-selection__switch-box {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 34px;
  height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 20px / 2;
}
.em_product-selection__switch-box::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 18px / 2;
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: transform, background-color;
}
.em_product-selection__switch-control {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.em_product-selection__switch-label {
  display: none;
}
.em_product-selection__switch-control:hover + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.em_product-selection__switch-control:hover + .em_product-selection__switch-box::before {
  background-color: #f2f2f2;
}
.em_product-selection__switch-control:focus + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #737373;
}
.em_product-selection__switch-control:focus + .em_product-selection__switch-box::before {
  background-color: #f2f2f2;
}
.em_product-selection__switch-control:active + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #aeaeae;
}
.em_product-selection__switch-control:active + .em_product-selection__switch-box::before {
  background-color: #e1e1e1;
}
.em_product-selection__switch-control:checked + .em_product-selection__switch-box {
  background-color: #8e0038;
  border-color: #8e0038;
}
.em_product-selection__switch-control:checked + .em_product-selection__switch-box::before {
  background-color: #ffffff;
}
.em_product-selection__switch-control:checked ~ .em_product-selection__switch-box::before {
  transform: translateX(14px);
}
.em_product-selection__switch-control:checked:hover + .em_product-selection__switch-box {
  background-color: #8e0038;
  border-color: #8e0038;
}
.em_product-selection__switch-control:checked:hover + .em_product-selection__switch-box::before {
  background-color: #e4d6e4;
}
.em_product-selection__switch-control:checked:focus + .em_product-selection__switch-box {
  background-color: #71022e;
  border-color: #71022e;
}
.em_product-selection__switch-control:checked:focus + .em_product-selection__switch-box::before {
  background-color: #e4d6e4;
}
.em_product-selection__switch-control:checked:active + .em_product-selection__switch-box {
  background-color: #8e0038;
  border-color: #8e0038;
}
.em_product-selection__switch-control:checked:active + .em_product-selection__switch-box::before {
  background-color: #d9d9d9;
}
.em_product-selection__content {
  display: none;
}
.em_product-selection__content--author {
  display: block !important;
}
.em_product-selection__nav-hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .em_product-selection__tab {
    height: 168px;
    width: 240px;
  }
  .em_product-selection__tab-item {
    justify-content: flex-start;
    padding: 24px 36px;
  }
  .em_product-selection__tab:nth-child(2) {
    position: relative;
    border: 0;
  }
  .em_product-selection__tab:nth-child(2)::before,
  .em_product-selection__tab:nth-child(2)::after {
    content: '';
    background: #d9d9d9;
    position: absolute;
    top: 36px;
    bottom: 36px;
    width: 1px;
  }
  .em_product-selection__tab--active.em_product-selection__tab:nth-child(2)::after,
  .em_product-selection__tab--active.em_product-selection__tab:nth-child(2)::before,
  .em_product-selection__tab:last-child::after,
  .em_product-selection__tab:first-child::before {
    content: none;
  }
  .em_product-selection__tab:nth-child(2)::before {
    left: 0;
  }
  .em_product-selection__tab:nth-child(2)::after {
    right: 0;
  }
  .em_product-selection__tab-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
  }
  .em_product-selection__tab-header {
    font-size: 1rem;
    margin-bottom: 12px;
    margin-top: 18px;
  }
  .em_product-selection__tab-text {
    display: block;
  }
  .em_product-selection__switch-selection {
    max-width: 380px;
    height: 62px;
    margin: auto;
  }
  .em_product-selection__tabs-selection {
    width: 720px;
    margin: auto;
    margin-bottom: 24px;
  }
  .em_product-selection__switch-label {
    display: inline-block;
    cursor: pointer;
    min-width: 120px;
    padding: 0.25em 0.5em 0.25em 1.4em;
  }
}
@media (min-width: 1440px) {
  .em_product-selection__tabs-selection {
    width: 864px;
  }
  .em_product-selection__tab {
    width: 296px;
    height: 200px;
  }
  .em_product-selection__tab-item {
    padding: 36px 58px;
  }
  .em_product-selection__tab-icon {
    width: 48px;
    height: 38px;
  }
}
.u-alert {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  position: relative;
  display: none;
  box-sizing: border-box;
  padding: 10px 15px 10px 36px;
  min-height: 38px;
  line-height: 1.307;
  border-radius: 4px;
  background-color: #96c8ff;
  color: #323232;
  font-size: 0.8125rem;
  margin: 4px;
}
.u-alert::before {
  content: 'INFO';
  text-transform: uppercase;
  margin-right: 4px;
  font-weight: 700;
  font-style: normal;
}
.u-alert::after {
  content: 'i';
  color: #96c8ff;
  width: 12px;
  height: 12px;
  background: #323232;
  position: absolute;
  left: 16px;
  top: 12px;
  border-radius: 50%;
  line-height: 1.2;
  text-align: center;
  font-size: 0.625rem;
}
.u-alert.u-error {
  background-color: #fa7d73;
}
.u-alert.u-error::before {
  content: 'ERROR';
}
.u-alert.u-error::after {
  content: '!';
  border-radius: 0;
  clip-path: polygon(50% 0%, 55% 4%, 99% 86%, 100% 93%, 96% 100%, 4% 100%, 0% 93%, 1% 86%, 45% 4%);
  color: #fa7d73;
}
.u-alert.u-success {
  background-color: #b3da8a;
}
.u-alert.u-success::before {
  content: 'SUCCESS';
}
.u-alert.u-success::after {
  content: '✓';
  color: #b3da8a;
}
.u-alert.u-warning {
  background-color: #fad782;
}
.u-alert.u-warning::before {
  content: 'WARNING';
}
.u-alert.u-warning::after {
  content: '!';
  color: #fad782;
}
.aem-AuthorLayer-Edit .u-alert {
  display: inline-block;
}
.u-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  color: #326ec8;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  padding: 12px 0 4px;
  margin: 0;
  display: none;
}
.aem-AuthorLayer-Edit .u-placeholder {
  display: block;
}
