/*** HCP Portal - Custom Styles ***/

@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');*/

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
        url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-MdEx.woff2') format('woff2'),
        url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-MdEx.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-BdCn.woff2') format('woff2'),
        url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-BdCn.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'),
        url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeue.woff2') format('woff2'),
        url('/content/dam/intelligentcontent/portals/hcp/blueprint/en/fonts/HelveticaNeue.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

:root{
    --restylemaincolor: #8F0052;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  max-width: 90pc;
  margin: auto;
}

.cmp-experiencefragment--footer {
  margin: 20px 74px 20px 70px;
}

.cmp-experiencefragment--footer .cmp-image {
  width: 151px;
  height: 39px;
  margin: 0 186px 44px 0;
}

*,:after,:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,html {
  font-size: 1pc;
  font-weight: 300;
  /*font-family: "PTSerif-Regular",Times,serif;*/font-family: 'Helvetica Neue LT Pro';
  line-height: 1.6;
  scroll-behavior: smooth;
}

a {
  color: #404040;
  /*margin-top:10px;*/;
}

a:hover {
  color: #d0006f;
}

button,input,optgroup,select,textarea {
  font: inherit;
}

p {
  color: #404040;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: .5em 0;
  font-size: 1pc;
  line-height: 26px;
}

#restyle p b {
    font-weight: 700;
}

p ul {
  margin: 0;
  padding: 0;
}

p ol,p ul {
  list-style-position: inside;
}

p ol {
  padding-left: 0;
}

.ic-header {
  position: relative;
}

#logo>img {
  width: 146px;
  height: 40px;
  margin: 0 847px 0 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.cmp-experiencefragment--header {
  height: 77px;
  padding: 18px 68px 19px 55px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(60,66,66,.2);
  box-shadow: 0 2px 4px 0 rgba(60,66,66,.2);
  background-color: #fff;
}
body#restyle .cmp-navigation__item .cmp-navigation__group {
    min-width: 200px;
}
.cmp-navigation--generic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}

.cmp-navigation--generic>.cmp-navigation__group {
  display: block;
  height: 450px;
  width: 100%;
  overflow: auto;
  padding: 10px 27px 46px 50px;
  background-color: #fff;
}
#FooterLinks p {
    margin-bottom: 10px;
}
@media(min-width:600px) {
  .cmp-navigation--generic>.cmp-navigation__group {
    width: 435px;
  }
}

@media(min-width:1280px) {
  .cmp-navigation--generic>.cmp-navigation__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 87px;
    width: 100%;
    padding: 0;
  }
}

.cmp-navigation--generic .cmp-navigation__item--level-0 {
  position: relative;
  margin-bottom: 25px;
}

@media(min-width:960px) {
  .cmp-navigation--generic .cmp-navigation__item--level-0 {
    margin-bottom: 40px;
  }
}

@media(min-width:1280px) {
  .cmp-navigation--generic .cmp-navigation__item--level-0 {
    position: relative;
    margin-bottom: 0;
  }
}

.cmp-navigation--generic .cmp-navigation__item--level-0>.cmp-navigation__item-link>.cmp-navigation__item-text {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  color: #d0006f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
}

.cmp-carousel--purple .cmp-carousel__actions {
  display: none;
}

.cmp-carousel--purple .cmp-carousel {
  padding: 0 25px 40px;
}

@media only screen and (min-width:768px) {
  .cmp-carousel--purple .cmp-carousel {
    padding: 0 60px 5pc;
  }
}

.cmp-carousel--purple .cmp-carousel__indicator {
  background: #404040;
}

.cmp-carousel--heroCarousel .cmp-carousel {
  position: relative;
}

.cmp-carousel--heroCarousel .cmp-carousel .cmp-carousel__indicator {
  background: #868080;
}

.cmp-carousel--heroCarousel .cmp-carousel .cmp-carousel__indicator.cmp-carousel__indicator--active {
  background: #fff;
}

@media only screen and (min-width:768px) {
  .cmp-carousel--heroCarousel .cmp-carousel .cmp-carousel__indicator {
    width: 15px;
    height: 15px;
    cursor: pointer;
  }

  .cmp-carousel--heroCarousel .cmp-carousel .cmp-carousel__indicator.cmp-carousel__indicator--active {
    background: #000;
    cursor: auto;
  }
}

.cmp-carousel--heroCarousel .cmp-carousel__actions {
  display: none;
}

.cmp-carousel--heroCarousel .cmp-carousel__indicators {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 8;
}

@media only screen and (min-width:768px) {
  .cmp-carousel--heroCarousel .cmp-carousel__indicators {
    bottom: 24px;
  }
}

.cmp-container--purple {
  background: #d0006f;
  padding: 0 1pc;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .cmp-container--purple {
    padding: 0 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-container--purple {
    padding: 0 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-container--purple {
    padding: 0 50px;
    margin-bottom: 40px;
  }
}

.cmp-container--purple.cmp-container--noMargin {
  margin-bottom: 0;
}

.cmp-container--green {
  background: #c4d600;
}

.cmp-container--lightblue {
  background: #68d2df;
}

.cmp-container--violet {
  background: #ce99ba;
}

.cmp-container--grey {
  background: #eeeff0;
  padding-top: 10px;
  margin-bottom: 10px;
}

.cmp-accordion--generic-light-grey .cmp-accordion .cmp-accordion__item .cmp-accordion__header {
    background-color: #DEE4ED;
    font-size: 26px !important;
    margin: 30px 0;
    font-weight: 500;
    line-height: 30px !important;
}
.cmp-accordion--generic-light-grey .cmp-accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
    padding: 0 20px;
}
.cmp-accordion--generic-light-grey .cmp-accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__icon {
    font-size: 18px;
}
@media only screen and (min-width:1024px) {
  .cmp-container--grey {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-container--grey {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}

.cmp-container--grey.cmp-container--noMargin {
  margin-bottom: 0;
}

.cmp-container--grey .cmp-title__text--h1 {
  font-size: 30px;
  font-weight: 400;
  color: #393939;
  margin-bottom: 0;
}

@media only screen and (min-width:768px) {
  .cmp-container--grey .cmp-title__text--h1 {
    font-size: 50px;
  }
}

.cmp-container--orange {
  background: #eda939;
}

.cmp-container--blue {
  background: #003865;
}

.cmp-container--customMargin {
  padding-left: 1pc;
  padding-right: 1pc;
  margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
  .cmp-container--customMargin {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-container--customMargin {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 5pc;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-container--customMargin {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media only screen and (min-width:1201px) {
  .cmp-container--customMargin .cmp-container .cmp-container {
    padding: 0 20px;
  }
}

.cmp-container--customMargin .cmp-masterlist .cmp-masterlist__cta-more {
  display: none;
}

.cmp-container--customMargin .cmp-text p {
  font-size: 20px;
  text-align: justify;
}

.cmp-container--insideTextColumn {
  padding: 10px 1pc 0;
}

@media only screen and (min-width:768px) {
  .cmp-container--insideTextColumn {
    padding: 10px 24px 0;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-container--insideTextColumn {
    padding: 20px 70px 0;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-container--insideTextColumn {
    padding: 30px 140px 0;
  }
}

@media only screen and (min-width:475px) {
  .cmp-container--insideTextColumn .text .cmp-text {
    padding-right: 24px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-container--insideTextColumn .text .cmp-text {
    padding-right: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-container--insideTextColumn .text .cmp-text {
    padding-right: 75pt;
  }
}

.cmp-container--insideTextColumn .text .cmp-text p {
  font-size: 20px;
  color: #404040;
  margin: 0;
}

.cmp-container--insideTextColumn .text .cmp-text ul li {
  font-size: 20px;
  color: #404040;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

.cmp-container--insideTextColumn .text+.text .cmp-text {
  padding-right: 0;
}

.cmp-download--background {
  margin-bottom: 20px;
}

.cmp-download--background .cmp-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1pc 24px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: #6588a4;
  border-radius: 10px;
}

@media only screen and (min-width:768px) {
  .cmp-download--background .cmp-download {
    max-width: calc(100% - 200px);
    padding: 20px 40px;
  }
}

.cmp-download--background .cmp-download .cmp-download__image {
  width: 60px;
  display: none;
}

@media only screen and (min-width:768px) {
  .cmp-download--background .cmp-download .cmp-download__image {
    display: block;
    max-height: 50px;
    overflow: hidden;
  }

  .cmp-download--background .cmp-download .cmp-download__image img {
    width: 100%;
    display: block;
  }
}

.cmp-download--background .cmp-download .cmp-download__action-container {
  text-align: right;
  position: relative;
  width: 40%;
}

@media only screen and (min-width:768px) {
  .cmp-download--background .cmp-download .cmp-download__action-container {
    width: 10pc;
  }
}

.cmp-download--background .cmp-download .cmp-download__action-container:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}

.cmp-download--background .cmp-download .cmp-download__action-icon,.cmp-download--background .cmp-download .cmp-download__description,.cmp-download--background .cmp-download .cmp-download__pretitle,.cmp-download--background .cmp-download .cmp-download__properties {
  display: none;
}

.cmp-download--background .cmp-download .cmp-download__title {
  margin: 0;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

@media only screen and (min-width:768px) {
  .cmp-download--background .cmp-download .cmp-download__title {
    letter-spacing: .6px;
  }
}

.cmp-download--background .cmp-download .cmp-download__action-text,.cmp-download--background .cmp-download .cmp-download__title-link {
  color: #fff;
  text-transform: uppercase;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
}

.cmp-download--background .cmp-download .cmp-download__title-link {
  text-decoration: none;
  font-size: 22px;
  margin: 0;
  pointer-events: none;
}

@media only screen and (min-width:768px) {
  .cmp-download--background .cmp-download .cmp-download__title-link {
    font-size: 20px;
  }
}

.cmp-download--background .cmp-download .cmp-download__action-text {
  font-size: 1pc;
}

.cmp-download--background .cmp-download .cmp-download__action {
  text-decoration: none;
}

.cmp-download--background .cmp-download .cmp-download__action:hover {
  color: #fff;
}

.cmp-download--background .cmp-download .cmp-download__content {
  width: 60%;
}

@media only screen and (min-width:768px) {
  .cmp-download--background .cmp-download .cmp-download__content {
    width: calc(100% - 220px);
    padding-left: 1pc;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-download--background .cmp-download .cmp-download__content {
    padding-left: 30px;
  }
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer {
  margin: 20px 1pc;
}

@media only screen and (min-width:768px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer {
    margin: 20px 24px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer {
    margin: 30px 36px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer {
    margin: 30px 75px;
  }
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-image {
  width: 150px;
  height: auto;
  margin: 0 auto 5px;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container .cmp-container .image {
  text-align: center;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container .cmp-container .text {
  text-align: left;
}


@media only screen and (min-width:1200px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container .cmp-container .text {
    text-align: left;
  }
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-container,.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-container .text {
  text-align: left;
}

@media only screen and (min-width:768px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-container .text {
    text-align: left;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-container .text {
    text-align: left;
  }
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter {
  padding: 15px 0;
  border-bottom: 1px solid #393939;
  margin-bottom: 45px;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist__item-title {
  display: none;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item {
  width: calc(33% - 9pt);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px 0 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item-cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item-image {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  border-radius: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (min-width:768px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item-content {
  padding: 0;
  border: none;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item-content .cmp-masterlist__item-description {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 1pc;
  margin: 0;
  text-align: left;
  color: #393939;
  padding: 0;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item-content .cmp-masterlist__item-description p {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 1pc;
  color: #393939;
  margin: 0;
  padding: 0;
  font-weight: 100;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-masterlist--socialListFooter .cmp-masterlist .cmp-masterlist__item-content .cmp-masterlist__item-cta {
  display: none;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text {
  padding: 0;
  margin: 0;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    /* font-family: "PTSerif-Regular",Times,serif; */
    line-height: 24px;
    font-weight: 400 !important;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text p a {
  font-size: 1pc;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  text-transform: uppercase;
  text-decoration: none;
  color: #393939;
  margin-top: 5px;
  display: block;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text p a:after {
  content: "";
  display: block;
  background: #393939;
  height: 1px;
  width: 100%;
  margin-top: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text p a:hover {
  color: #eda939;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-imagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 10px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-imagelist .cmp-imagelist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-imagelist .cmp-imagelist__item .cmp-imagelist__link {
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-imagelist .cmp-imagelist__item .cmp-imagelist__title {
  margin-left: 4px;
  font-size: 1pc;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  color: #393939;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-imagelist .cmp-imagelist__item .cmp-imagelist__title p {
  margin: 0;
  font-size: 1pc;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  color: #393939;
  font-weight: 100;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-image__image {
  width: 100%;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-container {
  margin-top: 40px;
}

@media only screen and (min-width:1200px) {
  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-container {
    margin-top: 0;
  }

  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .cmp-container .text {
    padding-left: 60px;
    width: 28.222222%!important;
  }

  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .container.responsivegrid {
    padding-left: 60px;
    width: 42%!important;
    margin-top: 0;
  }

  .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .container.responsivegrid .cmp-container .text,.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-container--footerRight .container.responsivegrid .container.responsivegrid {
    padding: 0;
    width: auto!important;
  }
}

.cmp-container--login {
  margin-bottom: 45px;
}

.cmp-container--login .cmp-title--center .cmp-title__text.cmp-title__text--h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.cmp-container--login .cmp-text {
  text-align: center;
  padding: 0;
}

.cmp-container--login .cmp-text p {
  font-size: 20px;
  line-height: 28px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 0;
  padding: 0;
  color: #404040;
}

.cmp-container--login .cmp-formcontainer {
  margin-top: 0px;
}

.cmp-container--login .cmp-formcontainer input.invalid,.cmp-container--login .cmp-formcontainer select.invalid {
  border: 1px solid #fa0000!important;
  border-radius: 0!important;
}

.cmp-container--login .cmp-formcontainer input.invalid::-webkit-input-placeholder,.cmp-container--login .cmp-formcontainer select.invalid::-webkit-input-placeholder {
  color: #fa0000!important;
}

.cmp-container--login .cmp-formcontainer input.invalid::-moz-placeholder,.cmp-container--login .cmp-formcontainer select.invalid::-moz-placeholder {
  color: #fa0000!important;
}

.cmp-container--login .cmp-formcontainer input.invalid:-ms-input-placeholder,.cmp-container--login .cmp-formcontainer select.invalid:-ms-input-placeholder {
  color: #fa0000!important;
}

.cmp-container--login .cmp-formcontainer input.invalid::-ms-input-placeholder,.cmp-container--login .cmp-formcontainer select.invalid::-ms-input-placeholder {
  color: #fa0000!important;
}

.cmp-container--login .cmp-formcontainer input.invalid::placeholder,.cmp-container--login .cmp-formcontainer select.invalid::placeholder {
  color: #fa0000!important;
}

.cmp-container--login .cmp-formcontainer .validation-message {
  color: #fa0000;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  position: absolute;
}

.cmp-container--login .cmp-formcontainer .cmp-text {
  text-align: left;
  padding: 0;
}

.cmp-container--login .cmp-formcontainer .cmp-text p a {
    font-size: 1pc;
    line-height: 2.06;
    /*font-family: "PTSerif-Regular",Times,serif;*/
    margin: 0;
    color: #3389ee;
}

.cmp-container--login .cmp-formcontainer .cmp-text p a:hover {
  color: #eda939;
}

.cmp-container--login .cmp-formcontainer .cmp-text h5 {
  font-size: 13px;
  line-height: 1pc;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  color: #404040;
  font-weight: 100;
  margin: 10px 0 0;
}

.cmp-container--login .cmp-formcontainer .cmp-form-text {
  padding: 0 1pc 0 0;
  margin-bottom: 45px;
}

.cmp-container--login .cmp-formcontainer label {
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  color: #404040;
  font-size: 18px;
  margin-bottom: 7px;
  display: block;
  line-height: 1.56;
}

.cmp-container--login .cmp-formcontainer .cmp-form-text__text {
  width: 100%;
  padding: 10px 21px;
  height: 50px;
  border: 1px solid #ccc;
}

.cmp-container--login .cmp-formcontainer .cmp-form-text__text::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--login .cmp-formcontainer .cmp-form-text__text::-moz-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--login .cmp-formcontainer .cmp-form-text__text:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--login .cmp-formcontainer .cmp-form-text__text::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--login .cmp-formcontainer .cmp-form-text__text::placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox {
  border: 0;
  padding: 0;
  margin: 15px 0 0;
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__legend {
  display: none;
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label {
  margin-bottom: 15px;
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox {
  opacity: 0;
  position: absolute;
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox.invalid+.cmp-form-options__field-description:after {
  border: 1px solid #fa0000;
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  top: 1px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #eda939;
  border-right: 2px solid #eda939;
  left: 10px;
}

@media only screen and (max-width:475px) {
  .cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before {
    top: 9px;
  }
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description {
  font-size: 14px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  line-height: 18px;
  padding-left: 43px;
  position: relative;
  display: block;
}

.cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description:after {
  content: "";
  width: 29px;
  border-radius: 2px;
  height: 29px;
  border: 1px solid #ccc;
  line-height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.cmp-container--login .cmp-formcontainer .button {
  margin-top: 30px;
  text-align: center;
}

.cmp-container--login .cmp-formcontainer .cmp-form-button {
  background: #404040;
  width: 260px;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  cursor: pointer;
}

.cmp-container--login .cmp-formcontainer .cmp-form-button:hover {
  background: #000;
}

.cmp-container--login .cmp-formcontainer .cmp-container--loginBottomPart {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #eda939;
  margin-top: 25px;
}

.cmp-container--login .cmp-formcontainer .cmp-container--loginBottomPart .cmp-text {
  text-align: center;
}

.cmp-container--login .cmp-formcontainer .cmp-container--loginBottomPart .cmp-text h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  color: #404040;
  margin: 0 0 14px;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
}

.cmp-container--login .cmp-formcontainer .cmp-container--loginBottomPart .cmp-text p {
  font-size: 20px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 0;
  line-height: 28px;
}

.cmp-container--login .cmp-formcontainer .cmp-container--loginBottomPart .button {
  margin: 30px auto;
  text-align: center;
  display: inline-block;
}

.cmp-container--login .cmp-formcontainer .cmp-container--loginBottomPart .cmp-button {
  background: #404040;
  width: 260px;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 45px;
}

.cmp-container--login .cmp-formcontainer .cmp-container--loginBottomPart .cmp-button:hover {
  background: #000;
}

.cmp-container--login .cmp-formcontainer .cmp-text--errormessage .cmp-text {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
}

.cmp-container--login .cmp-formcontainer .cmp-text--errormessage .cmp-text p {
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  font-size: 18px;
  line-height: 22px;
  color: #721c24;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.cmp-container--login .cmp-formcontainer .cmp-text--errormessage .cmp-text p:before {
  content: "";
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 75pt;
  border: 1px solid #721c24;
  display: inline-block;
  margin-right: 9pt;
  vertical-align: middle;
}

.cmp-container--login .cmp-formcontainer .cmp-text--errormessage .cmp-text p:after {
  content: "!";
  position: absolute;
  left: 10px;
  top: 1px;
}

.cmp-container--register {
  margin: 0 auto 45px;
}

.cmp-container--register .cmp-title--center .cmp-title__text.cmp-title__text--h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.cmp-container--register .cmp-text {
  text-align: center;
  padding: 0;
}

.cmp-container--register .cmp-text p {
  font-size: 20px;
  line-height: 28px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 0;
  padding: 0;
  color: #404040;
}

.cmp-container--register .cmp-text h4 {
  font-size: 14px;
  line-height: 18px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #404040;
  font-weight: 100;
}

.cmp-container--register .cmp-formcontainer input.invalid,.cmp-container--register .cmp-formcontainer select.invalid {
  border: 1px solid #fa0000!important;
  border-radius: 0!important;
}

.cmp-container--register .cmp-formcontainer input.invalid::-webkit-input-placeholder,.cmp-container--register .cmp-formcontainer select.invalid::-webkit-input-placeholder {
  color: #fa0000!important;
}

.cmp-container--register .cmp-formcontainer input.invalid::-moz-placeholder,.cmp-container--register .cmp-formcontainer select.invalid::-moz-placeholder {
  color: #fa0000!important;
}

.cmp-container--register .cmp-formcontainer input.invalid:-ms-input-placeholder,.cmp-container--register .cmp-formcontainer select.invalid:-ms-input-placeholder {
  color: #fa0000!important;
}

.cmp-container--register .cmp-formcontainer input.invalid::-ms-input-placeholder,.cmp-container--register .cmp-formcontainer select.invalid::-ms-input-placeholder {
  color: #fa0000!important;
}

.cmp-container--register .cmp-formcontainer input.invalid::placeholder,.cmp-container--register .cmp-formcontainer select.invalid::placeholder {
  color: #fa0000!important;
}

.cmp-container--register .cmp-formcontainer .validation-message {
  color: #fa0000;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  position: absolute;
}

body#restyle .cmp-dynamicform__generated-form .text-danger {
  color: #fa0000;
  /*font-family: 'Fira Sans', sans-serif;*/
}

body#restyle .cmp-teaser__footnotes {
    margin: 0;
}

body#restyle .cmp-dynamicform[data-form-id="63f318417dd51900022b216f"] .cmp-dynamicform__form-validation .cmp-dynamicform__form-label-container .cmp-dynamicform__control-label span{
    color: #404040;
}

body#restyle sup {
    font-size: small;
}

.cmp-container--register .cmp-formcontainer .cmp-text {
  text-align: left;
  padding: 0;
}

.cmp-container--register .cmp-formcontainer .cmp-text p {
  font-size: 20px;
  line-height: 28px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 0;
}

.cmp-container--register .cmp-formcontainer .cmp-form-text {
  padding: 0 8px;
  margin-bottom: 2pc;
}

.cmp-container--register .cmp-formcontainer label, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__control-label {
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  color: #404040;
  font-size: 18px;
  margin-bottom: 7px;
  display: block;
  line-height: 1.56;
}

.cmp-container--register .cmp-formcontainer .cmp-form-text__text {
  width: 100%;
  padding: 10px 21px;
  height: 50px;
  border: 1px solid #ccc;
  font-size: 18px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #0D1117;
}

.cmp-container--register .cmp-formcontainer .cmp-form-text__text::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--register .cmp-formcontainer .cmp-form-text__text::-moz-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--register .cmp-formcontainer .cmp-form-text__text:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--register .cmp-formcontainer .cmp-form-text__text::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--register .cmp-formcontainer .cmp-form-text__text::placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--drop-down {
  border: 0;
  padding: 0 8px;
  position: relative;
  margin: 0 0 2pc;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--drop-down:after {
  content: "";
  position: absolute;
  border: solid #eda939;
  border-width: 0 2px 2px 0;
  padding: 4px;
  display: inline-block;
  right: 21px;
  -webkit-transform: translatex(-50%) rotate(45deg);
  transform: translatex(-50%) rotate(45deg);
  top: 50%;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--drop-down .cmp-form-options__field--drop-down {
  width: 100%;
  padding: 10px 21px;
  height: 50px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #0D1117;
  font-size: 18px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  line-height: 20px;
  font-style: italic;
  border-radius: 8px;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox {
  border: 0;
  padding: 0 8px;
  margin: 0;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__legend {
  display: none;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label {
  margin-bottom: 15px;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox {
  opacity: 0;
  position: absolute;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox.invalid+.cmp-form-options__field-description:after {
  border: 1px solid #fa0000;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  top: 1px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #eda939;
  border-right: 2px solid #eda939;
  left: 10px;
}

@media only screen and (max-width:475px) {
  .cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before {
    top: 18px;
  }
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description {
  font-size: 14px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  line-height: 18px;
  padding-left: 43px;
  position: relative;
  display: block;
}

.cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description:after {
  content: "";
  width: 29px;
  border-radius: 2px;
  height: 29px;
  border: 1px solid #ccc;
  line-height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  /*-webkit-transform: translatey(-50%);*/
  /*transform: translatey(-50%);*/
}

.cmp-container--register .cmp-formcontainer .button {
  margin-top: 40px;
  text-align: center;
}

.cmp-container--register .cmp-formcontainer .cmp-form-button {
  background: #404040;
  width: 260px;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  cursor: pointer;
}

.cmp-container--register .cmp-formcontainer .cmp-form-button:hover {
  background: #000;
}

.cmp-container--register .cmp-formcontainer .cmp-text--errormessage .cmp-text {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
}

.cmp-container--register .cmp-formcontainer .cmp-text--errormessage .cmp-text p {
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  font-size: 18px;
  line-height: 22px;
  color: #721c24;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.cmp-container--register .cmp-formcontainer .cmp-text--errormessage .cmp-text p:before {
  content: "";
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 75pt;
  border: 1px solid #721c24;
  display: inline-block;
  margin-right: 9pt;
  vertical-align: middle;
}

.cmp-container--register .cmp-formcontainer .cmp-text--errormessage .cmp-text p:after {
  content: "!";
  position: absolute;
  left: 10px;
  top: 1px;
}

.cmp-container--forgotPassword .cmp-title--center .cmp-title__text.cmp-title__text--h1 {
  margin: 10px 0 35px;
}

.cmp-container--forgotPassword .cmp-text {
  margin-top: 20px;
  display: inline-block;
}

.cmp-container--forgotPassword .cmp-text p {
  display: inline-block;
  color: #eea838;
  text-decoration: none;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  font-size: 1pc;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.cmp-container--forgotPassword .cmp-text p:hover,.cmp-container--forgotPassword .cmp-text p:hover a {
  color: #393939;
}

.cmp-container--forgotPassword .cmp-text p a {
  display: inline-block;
  /*color: #eea838;*/
  /*text-decoration: none;*/
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  font-size: 1pc;
  padding: 0;
  margin: 0;
}

.cmp-container--forgotPassword .cmp-text p a:hover {
  color: #393939;
}

.cmp-container--forgotPassword .cmp-formcontainer .cmp-form-text {
  padding: 0;
}

.cmp-container--forgotPassword .cmp-formcontainer label {
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  color: #404040;
  font-size: 18px;
  margin-bottom: 7px;
  display: block;
  line-height: 1.56;
}

.cmp-container--forgotPassword .cmp-formcontainer .cmp-form-text__text {
  width: 100%;
  padding: 10px 21px;
  height: 50px;
  border: 1px solid #ccc;
}

.cmp-container--forgotPassword .cmp-formcontainer .cmp-form-text__text::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--forgotPassword .cmp-formcontainer .cmp-form-text__text::-moz-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--forgotPassword .cmp-formcontainer .cmp-form-text__text:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--forgotPassword .cmp-formcontainer .cmp-form-text__text::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--forgotPassword .cmp-formcontainer .cmp-form-text__text::placeholder {
  font-size: 18px;
  line-height: 1.56;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-style: italic;
  color: #b8b8b8;
}

.cmp-container--forgotPassword .button {
  margin: 30px 0 0;
}

.cmp-container--forgotPassword .button .cmp-form-button {
  background: #404040;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 45px;
}

.cmp-container--forgotPassword .button .cmp-form-button:hover {
  background: #000;
}

.cmp-container--successRegister {
  margin-bottom: 5pc;
  text-align: center;
}

.cmp-container--successRegister .image {
  width: 90pt;
  height: 90pt;
  display: inline-block;
}

.cmp-container--successRegister .cmp-title__text .cmp-title__text--h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 100;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 35px 0 24px;
}

.cmp-container--successRegister .cmp-text {
  padding: 0;
}

.cmp-container--successRegister .cmp-text p {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 20px;
  line-height: 28px;
}

.cmp-container--successRegister .button {
  margin: 5pc 0 0;
  text-align: center;
}

.cmp-container--successRegister .button .cmp-button {
  background: #404040;
  width: 260px;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 45px;
}

.cmp-container--successRegister .button .cmp-button:hover {
  background: #000;
}

.cmp-container--account {
  margin-bottom: 45px;
}

.cmp-container--account .cmp-title--center .cmp-title__text.cmp-title__text--h1 {
  margin: 10px 0 35px;
}

.cmp-container--account .cmp-title__text.cmp-title__text--h3 {
  font-size: 22px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  color: #404040;
  text-transform: uppercase;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

@media only screen and (min-width:768px) {
  .cmp-container--account .cmp-title__text.cmp-title__text--h3 {
    font-size: 24px;
    line-height: 22px;
  }
}

.cmp-container--account .cmp-user__base {
  background: #eeeff0;
  padding: 20px 20px 10px;
  margin-top: 20px;
  color: #404040;
}

@media only screen and (min-width:768px) {
  .cmp-container--account .cmp-user__base {
    padding: 40px 40px 10px;
  }
}

.cmp-container--account .cmp-user__base .cmp-user--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width:768px) {
  .cmp-container--account .cmp-user__base .cmp-user--details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}

.cmp-container--account .cmp-user__base .cmp-user--details div {
  padding: 0;
  line-height: 28px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

@media only screen and (min-width:768px) {
  .cmp-container--account .cmp-user__base .cmp-user--details div {
    height: 20%;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 34px;
  }
}

.cmp-container--account .cmp-user__base .cmp-user--details div:empty {
  display: none;
}

.cmp-container--account .cmp-user__base .cmp-user--details div:before {
  /*/*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/*/
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
  font-style: normal;
  padding: 0;
  line-height: 20px;
}

@media only screen and (min-width:768px) {
  .cmp-container--account .cmp-user__base .cmp-user--details div:before {
    font-size: 20px;
    line-height: 22px;
  }
}

.cmp-container--account .cmp-user__base .cmp-user--details .cmp-user--details-name:before {
  content: "Nome & Cognome";
}

.cmp-container--account .cmp-user__base .cmp-user--details .cmp-user--details-email:before {
  content: "E-mail";
}

.cmp-container--account .cmp-user__base .cmp-user--details .cmp-user--details-specialty:before {
  content: "Specializzazione";
}

.cmp-container--account .cmp-user__base .cmp-user--details .cmp-user--details-postalcode:before {
  content: "Cap";
}

.cmp-container--account .cmp-user__base .cmp-user--details .cmp-user--details-city:before {
  content: "Citta";
}

.cmp-container--account .cmp-user__base .cmp-user--details .cmp-user--details-country:before {
  content: "Nazione";
}

.cmp-container--account .cmp-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.cmp-container--account .cmp-text p {
  cursor: pointer;
}

.cmp-container--account .cmp-text p,.cmp-container--account .cmp-text p a {
  display: inline-block;
  color: #eea838;
  text-decoration: none;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  font-size: 1pc;
  padding: 0;
  margin: 0;
}

.cmp-container--account .cmp-text p a {
  text-decoration: underline;
}

.cmp-container--account .cmp-text p a:hover {
  color: #393939;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem .switch {
  margin-left: 14px;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem .slider {
  background: #fff;
  border: 1px solid #ccc;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem .slider:before {
  background: #ccc;
  left: 3px;
  bottom: 3px;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem input:focus+.slider {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem input:checked+.slider {
  background: #eda939;
  border: 1px solid #eda939;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem input:checked+.slider:before {
  background: #fff;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem .cmp-subscriptionitem__description {
  color: #404040;
  font-size: 18px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 0;
  padding: 0;
}

.cmp-container--account .cmp-form .cmp-subscriptionitem .cmp-subscriptionitem__description p {
  margin: 0;
  padding: 0;
}

.cmp-container--account .cmp-form .button {
  margin-top: 40px;
  text-align: center;
}

.cmp-container--account .cmp-form .cmp-form-button {
  background: #404040;
  width: 260px;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  cursor: pointer;
  padding: 0!important;
}

.cmp-container--account .cmp-form .cmp-form-button:hover {
  background: #000;
}

.cmp-container--account .cmp-form .cmp-subscription--success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 5px;
}

.cmp-container--account .cmp-form .cmp-subscription--success p {
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  font-size: 18px;
  line-height: 22px;
  color: #155724;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.cmp-container--account .cmp-form .cmp-subscription--success p:before {
  content: "";
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 75pt;
  border: 1px solid #155724;
  display: inline-block;
  margin-right: 9pt;
  vertical-align: middle;
}

.cmp-container--account .cmp-form .cmp-subscription--success p:after {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  top: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #155724;
  border-right: 2px solid #155724;
  left: 9px;
}

.cmp-modal--consent .cmp-modal__title {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 25px;
  font-weight: 100;
  color: #393939;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #eda939;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__legend {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  color: #404040;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-label {
  margin-bottom: 15px;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox {
  opacity: 0;
  position: absolute;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox.invalid+.cmp-form-options__field-description:after {
  border: 1px solid #fa0000;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  top: 10px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #eda939;
  border-right: 2px solid #eda939;
  left: 10px;
}

@media only screen and (max-width:475px) {
  .cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before {
    top: 18px;
  }
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description {
  font-size: 1pc;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  line-height: 27px;
  padding-left: 43px;
  position: relative;
  display: block;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description:after {
  content: "";
  width: 29px;
  border-radius: 2px;
  height: 29px;
  border: 1px solid #ccc;
  line-height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.cmp-modal--consent .cmp-formcontainer .button {
  margin-top: 40px;
  text-align: center;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-button {
  background: #404040;
  width: 260px;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  cursor: pointer;
}

.cmp-modal--consent .cmp-formcontainer .cmp-form-button:hover {
  background: #000;
}

.cmp-modal--consent .modal__closeIcon svg path {
  fill: #eda939;
}

.cmp-image--fullImage .cmp-image__image {
  width: 100%;
  display: block;
}

.cmp-container--customNewsImage .cmp-image__image {
  width: 100%;
}

.cmp-imagelist--onlyImg .cmp-imagelist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0 1pc 40px;
}

@media only screen and (min-width:768px) {
  .cmp-imagelist--onlyImg .cmp-imagelist {
    padding: 0 24px 50px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-imagelist--onlyImg .cmp-imagelist {
    padding: 0 36px 5pc;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-imagelist--onlyImg .cmp-imagelist {
    padding: 0 50px 75pt;
  }
}

.cmp-imagelist--onlyImg .cmp-imagelist__item {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}

.cmp-imagelist--onlyImg .cmp-imagelist__image {
  width: 100%;
}

@media only screen and (max-width:768px) {
  .cmp-imagelist--onlyImg .cmp-imagelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .cmp-imagelist--onlyImg .cmp-imagelist__item {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
  }
}

.cmp-masterlist--greenItems {
  padding: 0 1pc;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--greenItems {
    padding: 0 24px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-masterlist--greenItems {
    padding: 0 36px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-masterlist--greenItems {
    padding: 0 50px;
  }
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item {
  background: #c4d600;
  padding: 90px 25px 130px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item {
    width: calc(33.333% - 20px)!important;
    padding: 4pc 25px 140px;
    margin: 0 10px;
  }
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-title p {
  margin: 0 0 20px;
  font-size: 1pc;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  color: #393939;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-image.hide-desktop,.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-image.hide-mobile {
  display: none;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-content {
  padding: 0;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-description {
  padding-bottom: 70px;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-description p {
  margin: 0;
  font-size: 24px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-weight: 100;
  text-align: left;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-cta-link {
  position: absolute;
  top: calc(100% - 140px);
  padding-top: 28px;
  font-size: 18px;
  left: 28px;
  word-break: break-all;
  padding-right: 25px;
  padding-left: 4px;
  text-transform: uppercase;
  text-align: left;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-cta-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 1px;
  background: #000;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-cta-link .cmp-masterlist__item-cta-text {
  font-size: 1pc;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  font-weight: 600;
  color: #393939;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__item-cta-link .cmp-masterlist__item-cta-icon {
  display: none;
}

.cmp-masterlist--greenItems .cmp-masterlist.cmp-masterlist--noLink .cmp-masterlist__item-cta-link {
  pointer-events: none;
}

.cmp-masterlist--greenItems .cmp-masterlist .cmp-masterlist__cta-more {
  display: none;
}

.cmp-masterlist--purple {
  padding-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--purple {
    padding-bottom: 70px;
  }
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item {
  background: #d0006f;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item {
    width: 33.3%;
  }
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link .cmp-masterlist__item-title {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link .cmp-masterlist__item-title p {
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 100;
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link .cmp-masterlist__item-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 0;
  margin-bottom: 24px;
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link .cmp-masterlist__item-image.hide-desktop {
  height: 150px;
  width: 100%;
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link .cmp-masterlist__item-content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: left;
  padding: 0;
}

.cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link .cmp-masterlist__item-content p {
  font-size: 24px;
  margin: 0;
  color: #000;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  line-height: 1.1;
  font-weight: 300;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--purple.cmp-masterlist--news .cmp-masterlist__item-cta-link .cmp-masterlist__item-content p {
    font-size: 26px;
  }
}

.cmp-masterlist--purple .cmp-masterlist .cmp-masterlist__cta-more {
  display: none;
}

.cmp-masterlist--cardList {
  padding: 0 1pc;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--cardList {
    padding: 0 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-masterlist--cardList {
    padding: 0 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-masterlist--cardList {
    padding: 0 50px;
    margin-bottom: 40px;
  }
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__item {
  background: #eea838;
  border: 0;
  padding: 0 10px;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__item {
    padding: 10px;
  }
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__item-cta-link {
  width: 100%;
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__item-image {
  border-radius: 10px;
  width: 100%;
  background-size: contain;
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__item-image.hide-desktop {
  height: 170px;
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__cta-more {
  padding: 40px 0;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__cta-more {
    padding: 40px 0 50px;
  }
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__cta-more-link {
  color: #fff;
  text-decoration: none;
  font-size: 31px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  text-transform: uppercase;
}

@media only screen and (max-width:1200px) {
  .cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__cta-more-link {
    font-size: 21px;
  }
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__cta-more-link:hover {
  color: #fff;
}

.cmp-masterlist--cardList .cmp-masterlist .cmp-masterlist__cta-more-link img {
  display: block;
  margin: 0 auto;
}

.cmp-masterlist--cardList .cmp-masterlist__item-content {
  display: none;
}

.cmp-masterlist--mediaList {
  padding: 0 1pc;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--mediaList {
    padding: 0 24px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-masterlist--mediaList {
    padding: 0 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-masterlist--mediaList {
    padding: 0 50px;
    margin-bottom: 40px;
  }
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item {
  width: 100%;
  border-top: 0;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item {
    width: 33.3%;
  }
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-content {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-image {
  border-radius: 0;
  width: 100%;
}

@media only screen and (max-width:767px) {
  .cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-image {
    height: 150px;
  }
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-description {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-weight: 400;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-description {
    margin-top: 20px;
  }
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-description p {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-description p {
    font-size: 27px;
  }
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-cta .cmp-masterlist__item-cta-text {
  font-size: 18px;
  color: #404040;
}

@media only screen and (min-width:768px) {
  .cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-cta .cmp-masterlist__item-cta-text {
    font-size: 22px;
  }
}

.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__item-cta-link {
  width: 100%;
}

.cmp-masterlist--mediaList.cmp-masterlist--onlyLink .cmp-masterlist__item-description,.cmp-masterlist--mediaList .cmp-masterlist .cmp-masterlist__cta-more {
  display: none;
}

.cmp-navigation {
  position: relative;
}

.cmp-navigation__group {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmp-navigation__item {
  margin: 0 1em;
  padding: 1em 0;
  position: relative;
  white-space: nowrap;
}

.cmp-navigation__item .cmp-navigation__group {
  min-width: 10em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  display: none;
}

.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item {
  margin: 0;
  padding: .5em;
  display: block;
}

.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item .cmp-navigation__group {
  left: 100%;
  top: 0;
  display: none;
}

.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item:hover .cmp-navigation__group,.cmp-navigation__item:hover .cmp-navigation__group {
  display: block;
}

.cmp-navigation__dropdownmenu {
  list-style: none;
  display: none;
}

@media only screen and (max-width:1024px) {
  .cmp-navigation__item .cmp-navigation__group {
    position: relative;
  }
}

.cmp-experiencefragment--customMenu {
  padding: 15px 150px 0;
}

.cmp-experiencefragment--customMenu .cmp-experiencefragment.cmp-experiencefragment--Header {
  position: relative;
}

.cmp-experiencefragment--customMenu .cmp-experiencefragment.cmp-experiencefragment--Header .cmp-container .image {
  width: 190px;
}

.cmp-experiencefragment--customMenu .cmp-experiencefragment.cmp-experiencefragment--Header .cmp-container .image .cmp-image__image {
  width: 100%;
}

.cmp-experiencefragment--customMenu .cmp-experiencefragment.cmp-experiencefragment--Header .cmp-container .navigation {
  width: 49%;
  padding-left: 130px;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item {
  cursor: pointer;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item .cmp-navigation__item-link {
  color: #393939;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 51px;
  white-space: normal;
  width: 100%;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:hover>.cmp-navigation__item-link {
  color: #eea838;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:after {
  content: "";
  position: absolute;
  left: calc(50vw - 490px);
  top: 101px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  z-index: 91;
  opacity: 0;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:after{
    display: none;
}

@media only screen and (min-width:1440px) {
  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:after {
    left: 230px;
  }
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:before {
  content: "";
  position: absolute;
  left: -75pt;
  width: 75pt;
  top: 0;
  height: 100%;
  pointer-events: none;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:hover:after {
  opacity: 1;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:hover:before {
  pointer-events: painted;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__item-link {
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/    font-weight: 700;
  position: relative;
  padding-bottom: 9pt;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__item-link:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #b7b8ba;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group {
  width: 100vw;
  left: -470px;
  padding: 40px 280px 140px;
  background: #eeeff0;
  top: 102px;
  max-width: 90pc;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item {
  max-width: 50%;
  white-space: normal;
  padding-right: 40px;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item:hover>.cmp-navigation__item-link {
  color: #eea838;
}

@media only screen and (min-width:1025px) {
  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item:hover>.cmp-navigation__group:before {
    content: "";
    position: absolute;
    left: -5pc;
    height: 100%;
    width: 5pc;
    top: 0;
  }
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__item-link {
  pointer-events: none;
  text-decoration: none;
  font-size: 18px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  text-transform: none;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__item-link:after {
  content: none;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group {
  background: #eeeff0;
  width: 100%;
  padding: 34px 0;
  top: -30px;
}

@media only screen and (min-width:1025px) {
  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group {
    padding-left: 70px;
  }
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item--level-2 {
  border-bottom: 1px solid #b7b8ba;
}

@media only screen and (min-width:1025px) {
  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item--level-2 {
    padding-left: 0;
  }
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item--level-2:hover>.cmp-navigation__item-link {
  color: #eea838;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item--level-2 .cmp-navigation__item-link {
  pointer-events: painted;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1pc;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  padding-left: 0;
  white-space: normal;
}

.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item--level-2 .cmp-navigation__item-link:after {
  content: none;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin {
  display: inline-block;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  right: 0;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-button {
  padding: 7px 23px;
  background: #eea838;
  border-radius: 10px;
  width: 95px;
  display: inline-block;
  text-align: center;
  color: #fff;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  text-decoration: none;
  text-transform: uppercase;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-container {
  position: relative;
  margin-top: 5px;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin #cmp-user--header #cmp-user--displayname {
  font-size: 18px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  color: #393939;
  padding: 0 22px 0 0;
  line-height: 20px;
  position: relative;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin #cmp-user--header #cmp-user--displayname:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #393939;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup {
  position: absolute;
  background-color: #003865;
  z-index: 99;
  right: 0;
  top: 40px;
  width: 60%;
  padding: 20px;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup .cmp-button {
  padding: 0;
  background: none;
  width: auto;
  border-radius: 0;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup .button:last-child {
  margin-top: 20px;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup .button:last-child .cmp-button {
  color: #eda939;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
}

@media only screen and (max-width:1200px) {
  .cmp-experiencefragment--customMenu {
    padding: 15px 70px 0;
  }

  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group {
    left: -450px;
    padding: 40px 70px 140px;
  }

  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:after {
    left: calc(50vw - 5in);
  }
}

@media only screen and (max-width:1024px) {
  .cmp-experiencefragment--customMenu {
    padding: 0;
    height: 60px;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay {
    height: auto!important;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 9pt rgba(0,0,0,.18);
    box-shadow: 0 6px 9pt rgba(0,0,0,.18);
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation {
    display: block;
    padding: 0;
  }

.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group {
    padding: 100px 1pc 17px 28px;
    width: 100%;
    left: 0;
    background: #fff;
    top: 0;
}

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 {
    margin-right: 0;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__item-link:after,.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0:after {
    content: none;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0>.cmp-navigation__item-link {
    position: relative;display: block;
    text-align: left;
  }
.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0>.cmp-navigation__item-link > .cmp-navigation__item-text {
    display: block;
    position: relative;
}
.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0>.cmp-navigation__item-link > .cmp-navigation__item-text span.fa {
    position: absolute;
    right: 55px;
    top: -7px;
    transform: rotate(90deg);
}
  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0>.cmp-navigation__item-link .cmp-navigation__item-text:after,.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    width: 0;
    height: 0;
    border-style: solid;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0>.cmp-navigation__item-link .cmp-navigation__item-text:after {
    top: 4px;
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    top: 2px;
    border-color: transparent transparent transparent #eea838;
    border-width: 8px;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0:hover>.cmp-navigation__item-link .cmp-navigation__item-text:after,.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0:hover>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    top: 6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0:hover>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    left: calc(100% + 18px);
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group {
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding-left: 8px;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1 .cmp-navigation__group {
    padding-top: 9pt;
    padding-left: 4px;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1>.cmp-navigation__item-link .cmp-navigation__item-text {
    position: relative;
    display: block;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1>.cmp-navigation__item-link .cmp-navigation__item-text:after,.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    width: 0;
    height: 0;
    border-style: solid;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1>.cmp-navigation__item-link .cmp-navigation__item-text:after {
    top: 8px;
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    top: 6px;
    border-color: transparent transparent transparent #eea838;
    border-width: 8px;
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1:hover>.cmp-navigation__item-link .cmp-navigation__item-text:after,.cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1:hover>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    top: 9pt;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .cmp-experiencefragment--customMenu .navigation-overlay .cmp-navigation .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group .cmp-navigation__item--level-1:hover>.cmp-navigation__item-link .cmp-navigation__item-text:before {
    left: calc(100% + 8px);
  }

  .cmp-experiencefragment--customMenu .navigation-overlay.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    overflow: auto;
    height: 100%!important;
  }

  .cmp-experiencefragment--customMenu .ic-hamburger {
    display: block;
    position: absolute;
    left: -78pt;
    top: 0;
    margin: 0;
    top: 1pc;
    z-index: 9991;
    height: 18px;
    width: 28px;
  }

  .cmp-experiencefragment--customMenu .ic-hamburger.open {
    /*left: auto;*/
    /*right: 1pc;*/
    height: 28px;
  }

.cmp-experiencefragment--customMenu .ic-hamburger.open .hamburger-wrapper .hamburger.hamburger-top {
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}

  .cmp-experiencefragment--customMenu .ic-hamburger.open .hamburger-wrapper .hamburger.hamburger-mid {
    display: none;
  }

.cmp-experiencefragment--customMenu .ic-hamburger.open .hamburger-wrapper .hamburger.hamburger-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    width: 30px;
    bottom: 4px;
}
.cmp-experiencefragment--customMenu .ic-hamburger.open .hamburger-wrapper {
    left: 4px;
    top: 3px;
}

  .cmp-experiencefragment--customMenu .ic-hamburger .hamburger-wrapper {
    position: absolute;
    z-index: 3;
    top: 4px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }

.cmp-experiencefragment--customMenu .ic-hamburger .hamburger-wrapper .hamburger {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #830051;
}

  .cmp-experiencefragment--customMenu .ic-hamburger .hamburger-wrapper .hamburger.hamburger-top {
    top: 0;
  }

  .cmp-experiencefragment--customMenu .ic-hamburger .hamburger-wrapper .hamburger.hamburger-mid {
    top: calc(50% - 1px);
  }

  .cmp-experiencefragment--customMenu .ic-hamburger .hamburger-wrapper .hamburger.hamburger-bottom {
    bottom: -1px;
  }

  .cmp-experiencefragment--customMenu .cmp-container--headerLogin {
    padding-top: 9px;
    right: 10px;
  }

  .cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-button {
    padding: 3px 14px;
    width: 5pc;
  }

  .cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup {
    top: 25px;
    width: 72%;
    padding: 14px;
  }

  .cmp-experiencefragment--customMenu .cmp-experiencefragment.cmp-experiencefragment--Header .cmp-container .image {
    width: 75pt;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);z-index: 9999999;
  }

  .cmp-experiencefragment--customMenu .cmp-experiencefragment.cmp-experiencefragment--Header .cmp-container .navigation {
    width: 100%;
    padding-left: 90pt;
  }

  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 {
    display: none;
  }

  .cmp-experiencefragment--customMenu .navigation-mobile .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0 {
    display: block;
  }

  .cmp-experiencefragment--customMenu .navigation-mobile .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-0:before {
    content: none;
  }

  .cmp-experiencefragment--customMenu .cmp-navigation__group .cmp-navigation__item.cmp-navigation__item--level-1 {
    max-width: none;
  }
}

@media only screen and (max-width:475px) {
  .cmp-experiencefragment--customMenu .cmp-container--headerLogin #cmp-user--header #cmp-user--displayname {
    font-size: 14px;
    padding: 0 22px 0 0;
    line-height: 1pc;
  }

  .cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup {
    top: 22px;
    width: 133%;
    padding: 10px;
  }

  .cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup .button:last-child {
    margin-top: 10px;
  }
}

.cmp-separator--orange .cmp-separator__horizontal-rule {
  border-color: #eea838;
  border-style: solid;
}

.cmp-separator--grey .cmp-separator__horizontal-rule {
  border-color: #e5e5e5;
  border-style: solid;
}

.cmp-separator--grey {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.cmp-teaser--imageWithText {
  margin: 40px 0 60px;
  padding: 0 1pc;
}

@media only screen and (max-width:1200px) {
  .cmp-teaser--imageWithText {
    margin: 0 0 40px;
  }

  .cmp-teaser--imageWithText .cmp-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cmp-teaser--imageWithText .cmp-teaser__content {
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .cmp-teaser--imageWithText {
    padding: 0 24px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-teaser--imageWithText {
    padding: 0 70px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-teaser--imageWithText {
    padding: 0 140px;
  }
}

.cmp-teaser--imageWithText.cmp-teaser--imgLeft .cmp-teaser .cmp-teaser__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width:1200px) {
  .cmp-teaser--imageWithText.cmp-teaser--imgLeft .cmp-teaser .cmp-teaser__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cmp-teaser--imageWithText.cmp-teaser--imgLeft .cmp-teaser .cmp-teaser__content {
  padding-left: 25px;
}

@media only screen and (max-width:1200px) {
  .cmp-teaser--imageWithText.cmp-teaser--imgLeft .cmp-teaser .cmp-teaser__content {
    padding-left: 0;
  }
}

.cmp-teaser--imageWithText.cmp-teaser--imgRight .cmp-teaser .cmp-teaser__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width:1200px) {
  .cmp-teaser--imageWithText.cmp-teaser--imgRight .cmp-teaser .cmp-teaser__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cmp-teaser--imageWithText.cmp-teaser--imgRight .cmp-teaser .cmp-teaser__content {
  padding-right: 25px;
}

@media only screen and (max-width:1200px) {
  .cmp-teaser--imageWithText.cmp-teaser--imgRight .cmp-teaser .cmp-teaser__content {
    padding-left: 0;
  }
}

.cmp-teaser--imageWithText .cmp-teaser__content {
  padding: 0;
}

.cmp-teaser--imageWithText .cmp-teaser__image {
  width: 100%;
  margin-top: 15px;
}

@media only screen and (min-width:1200px) {
  .cmp-teaser--imageWithText .cmp-teaser__image {
    width: 50%;
    padding: 0;
    margin-top: 0;
  }
}

.cmp-teaser--imageWithText .cmp-teaser__image .cmp-image__image {
  width: 100%;
  display: block;
}

.cmp-teaser--imageWithText .cmp-teaser__title {
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--imageWithText .cmp-teaser__title {
    margin: 0 0 10px;
  }
}

.cmp-teaser--imageWithText .cmp-teaser__title p {
  height: auto;
  margin: 0;
  color: #393939;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--imageWithText .cmp-teaser__title p {
    font-size: 38px;
    line-height: 43px;
  }
}

.cmp-teaser--imageWithText .cmp-teaser__subtitle {
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
}

.cmp-teaser--imageWithText .cmp-teaser__subtitle p {
  font-size: 20px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--imageWithText .cmp-teaser__subtitle p {
    font-size: 30px;
  }
}

.cmp-teaser--imageWithText .cmp-teaser__title-link {
  text-decoration: none;
}

.cmp-teaser--imageWithText .cmp-teaser__description {
  margin: 0;
  font-size: 20px;
  line-height: 33px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

.cmp-teaser--imageWithText .cmp-teaser__description sup {
  font-size: 13px;
  line-height: 10px;
}

.cmp-teaser--imageWithText .cmp-teaser__description p {
  font-size: 16px;
  line-height: 33px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 0;
}

.cmp-teaser--imageWithText .cmp-teaser__action-container {
  margin-top: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cmp-teaser--imageWithText .cmp-teaser__action-link {
  display: inline-block;
  color: #eea838;
  text-decoration: none;
  margin-bottom: 5px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
}

.cmp-teaser--imageWithText .cmp-teaser__action-link:hover {
  color: #393939;
}

.cmp-teaser--whiteText {
  margin-bottom: 40px;
}

.cmp-teaser--whiteText:nth-child(2n),.cmp-teaser--whiteText:nth-child(odd) {
  padding-left: 1pc;
  padding-right: 1pc;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--whiteText:nth-child(2n),.cmp-teaser--whiteText:nth-child(odd) {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-teaser--whiteText:nth-child(2n),.cmp-teaser--whiteText:nth-child(odd) {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width:1201px) {
  .cmp-teaser--whiteText:nth-child(2n) {
    padding-left: 140px;
    padding-right: 15px;
  }

  .cmp-teaser--whiteText:nth-child(odd) {
    padding-right: 140px;
    padding-left: 15px;
  }
}

.cmp-teaser--whiteText.cmp-teaser--imgLeft .cmp-teaser .cmp-teaser__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cmp-teaser--whiteText.cmp-teaser--imgLeft .cmp-teaser .cmp-teaser__content {
  padding-left: 25px;
}

.cmp-teaser--whiteText .cmp-teaser p {
  color: #fff;
}

.cmp-teaser--whiteText .cmp-teaser__image {
  padding: 0;
  width: 30%;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--whiteText .cmp-teaser__image {
    width: 40%;
  }
}

.cmp-teaser--whiteText .cmp-teaser__image .cmp-image__image {
  width: 100%;
  display: block;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--whiteText .cmp-teaser__image .cmp-image__image {
    width: 100%;
  }
}

.cmp-teaser--whiteText .cmp-teaser__content {
  padding: 0;
  width: 70%;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--whiteText .cmp-teaser__content {
    width: 60%;
  }
}

.cmp-teaser--whiteText .cmp-teaser__description {
  margin: 0;
  font-size: 20px;
  line-height: 33px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

.cmp-teaser--whiteText .cmp-teaser__description sup {
  font-size: 13px;
  line-height: 10px;
}

.cmp-teaser--whiteText .cmp-teaser__description p {
  font-size: 20px;
  line-height: 33px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin: 0;
}

.cmp-teaser--whiteText .cmp-teaser__title {
  margin: 0 0 40px;
}

.cmp-teaser--whiteText .cmp-teaser__title p {
  height: auto;
  margin: 0;
  color: #393939;
}

.cmp-teaser--whiteText .cmp-teaser__subtitle {
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  margin-top: 0;
}

.cmp-teaser--whiteText .cmp-teaser__subtitle p {
  font-size: 22px;
  margin: 0;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
}

.cmp-teaser--heroImg {
  margin-bottom: 20px;
  position: relative;
}

.cmp-teaser--heroImg:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #404040;
  opacity: .3;
  z-index: 1;
}

.cmp-carousel--heroCarousel .cmp-teaser--heroImg,.cmp-teaser--heroImg.cmp-teaser--doubleColor {
  margin-bottom: 0;
}

.cmp-teaser--heroImg .cmp-teaser__title p {
  width: 100%;
}

.cmp-teaser--heroImg.cmp-teaser--borderDescription .cmp-teaser__content .cmp-teaser__description:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 140px;
  display: block;
  margin-bottom: 40px;
}

.cmp-teaser--heroImg.cmp-teaser--borderDescription.cmp-teaser--center .cmp-teaser__content .cmp-teaser__description:before {
  margin: 0 auto 40px;
}

.cmp-teaser--heroImg .cmp-teaser__content {
  z-index: 9;
}

.cmp-teaser--heroImg .cmp-teaser__content p {
  height: auto;
  margin: 0;
}

.cmp-teaser--heroImg.cmp-teaser--colour .cmp-teaser__content .cmp-teaser__title p {
  font-size: 40px;
  line-height: 46px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  text-transform: uppercase;
  color: #eea838;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--colour .cmp-teaser__content .cmp-teaser__title p {
    font-size: 60px;
    line-height: 66px;
  }
}

.cmp-teaser--heroImg.cmp-teaser--colour .cmp-teaser__content .cmp-teaser__description {
  margin: 40px 0;
}

.cmp-teaser--heroImg.cmp-teaser--colour .cmp-teaser__content .cmp-teaser__description p {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  color: #fff;
  font-size: 20px;
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content p {
  color: #fff;
  margin: 0;
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__title p {
  line-height: 46px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 30px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__title p {
    font-size: 38px;
    line-height: 53px;
  }
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__subtitle {
  margin: 20px 0 0;
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__subtitle p {
  font-size: 20px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__description {
  margin: 70px 0 0;
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__description p {
  font-size: 20px;
  margin: 0;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__description p a {
  color: #fff;
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__footnotes {
  margin: 0;
}

.cmp-teaser--heroImg.cmp-teaser--white .cmp-teaser__content .cmp-teaser__footnotes a {
  color: #fff;
}

.cmp-teaser--heroImg.cmp-teaser--center .cmp-teaser__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}

.cmp-teaser--heroImg.cmp-teaser--center .cmp-teaser__content .cmp-teaser__description,.cmp-teaser--heroImg.cmp-teaser--center .cmp-teaser__content p {
  text-align: center;
}

.cmp-teaser--heroImg.cmp-teaser--center.cmp-teaser--doubleColor .cmp-teaser__content {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 18%;
  padding: 0 20px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--center.cmp-teaser--doubleColor .cmp-teaser__content {
    padding: 0;
  }
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__content {
  padding: 20px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__content {
    padding: 0;
  }
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__title {
  margin: 0 0 40px;
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__title p {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__title p {
    font-size: 38px;
    line-height: 43px;
  }
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__subtitle {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__subtitle {
    width: 59%;
    padding: 0;
  }
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__subtitle p {
  color: #fff;
  font-size: 20px;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__description {
  margin: 3pc 0 0;
  color: #eea838;
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__description h3 {
  font-size: 30px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  margin-bottom: 0;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__description h3 {
    font-size: 50px;
  }
}

.cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__description p {
  color: #eea838;
  font-size: 20px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--doubleColor .cmp-teaser__description p {
    font-size: 40px;
  }
}

.cmp-teaser--heroImg.cmp-teaser--right .cmp-teaser__content {
  position: absolute;
  left: 54%;
  text-align: left;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: auto;
  padding: 0 2pc 0 0;
  max-width: 46%;
}

.cmp-teaser--heroImg.cmp-teaser--right .cmp-teaser__content p {
  text-align: left;
}

@media only screen and (max-width:1200px) {
  .cmp-teaser--heroImg.cmp-teaser--right .cmp-teaser__content {
    left: 30%;
    max-width: 70%;
  }
}

@media only screen and (max-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--right .cmp-teaser__content {
    left: 0;
    top: 60px;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    padding: 0 20px;
    max-width: none;
  }
}

.cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content {
  position: absolute;
  text-align: left;
  padding: 0;
  width: auto;
  left: 10px;
  width: 90%;
  top: 30px;
}

.cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content:before {
  content: "";
  background: #fff;
  display: block;
  visibility: visible;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: .8;
}

.cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__title {
  padding: 10px 20px 0;
}

.cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__description {
  padding: 0 20px 30px;
  margin: 20px 0;
}

.cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__description p {
  color: #404040;
}

.cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__description:before {
  background: #404040;
  margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content {
    width: 93%;
    padding: 0;
    max-width: none;
    left: 9pt;
  }

  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__description,.cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__title {
    padding: 0 40px;
  }

  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content p {
    text-align: left;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content {
    left: 6%;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    max-width: 60%;
    padding-right: 0;
  }

  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__title {
    padding: 20px 40px 0;
  }

  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__description {
    padding: 0 40px 30px;
    margin: 30px 0 0;
  }

  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content .cmp-teaser__description:before {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-teaser--heroImg.cmp-teaser--left .cmp-teaser__content {
    left: 10%;
    padding-right: 0;
    max-width: 46%;
  }
}

.cmp-teaser--heroImg .cmp-teaser__image {
  width: 100%;
  padding: 0;
}

.cmp-teaser--heroImg .cmp-teaser__image .cmp-image__image {
  width: 100%;
  display: block;
}

.cmp-teaser--heroImg .cmp-teaser__content {
  position: absolute;
}

.cmp-teaser__content {
  width: 50%;
  padding: 1em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cmp-teaser__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 40%;
}

.cmp-teaser__title p {
  width: 525px;
  height: 204px;
  margin: 70px 9pt 3pc 20px;
  font-size: 50px;
  line-height: 1.1;
}

.cmp-teaser__description,.cmp-teaser__title p {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.cmp-teaser__description {
  margin: 3pc 5px 38px 23px;
  font-size: 20px;
  line-height: 1.65;
}

.cmp-teaser__footnotes {
  margin: 23px 135px 127px 27px;
}

.cmp-teaser__footnotes a {
  height: 21px;
  opacity: .96;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  color: #eda939;
  font-size: 20px;
  font-weight: 700;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
}

.cmp-container--canvasInfoTile {
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .cmp-container--canvasInfoTile {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-container--canvasInfoTile {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:1200px) {
  .cmp-container--canvasInfoTile {
    margin-bottom: 40px;
  }
}

.cmp-container--canvasInfoTile .cmp-container {
  padding: 30px 0 90px;
}

.cmp-container--canvasInfoTile .cmp-title--insideContainer {
  padding-bottom: 15px;
}

.cmp-container--canvasInfoTile .cmp-title--center.cmp-title--orange .cmp-title__text.cmp-title__text--h1 {
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

.cmp-container--canvasInfoTile .text {
  padding: 40px 20px 0;
}

@media only screen and (min-width:768px) {
  .cmp-container--canvasInfoTile .text {
    padding: 75pt 20px 0;
  }
}

.cmp-container--canvasInfoTile .text.cmp-text--orange p {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  color: #eea838;
  font-size: 20px;
  line-height: 26px;
}

@media only screen and (min-width:768px) {
  .cmp-container--canvasInfoTile .text.cmp-text--orange p {
    font-size: 35px;
    line-height: 28px;
  }
}

.cmp-container--canvasInfoTile .text.cmp-text--orange p a {
  color: #eea838;
}

.cmp-text {
  color: inherit;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  padding: .5em 0;
}

.cmp-text ul {
  margin: 0;
  padding: 0;
}

.cmp-text ol,.cmp-text ul {
  list-style-position: inside;
}

.cmp-text ol {
  padding-left: 0;
}

.cmp-text sup {
  font-size: 13px;
  line-height: 10px;
}

.cmp-text ul li {
  font-size: 20px;
  color: #0D1117;
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

.cmp-text--quote {
  padding: 20px 0;
}

.cmp-text--quote .cmp-text {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0;
}

@media only screen and (min-width:768px) {
  .cmp-text--quote .cmp-text {
    padding-left: 75pt;
    padding-right: 50px;
  }
}

.cmp-text--quote .cmp-text h6 {
  display: inline-block;
  width: 50px;
  vertical-align: text-top;
  font-size: 46px;
  margin: 0;
  color: #eea838;
  line-height: 1;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
}

@media only screen and (min-width:768px) {
  .cmp-text--quote .cmp-text h6 {
    font-size: 76px;
    width: 5pc;
  }
}

.cmp-text--quote .cmp-text p {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: text-top;
  margin: 0;
  font-size: 18px;
}

@media only screen and (min-width:768px) {
  .cmp-text--quote .cmp-text p {
    font-size: 20px;
    width: calc(100% - 5pc);
  }
}

.cmp-text--quote .cmp-text h5 {
  font-size: 1pc;
  font-weight: 300;
  margin-bottom: 0;
}

.cmp-text--quote .cmp-text h5 b {
  font-weight: 700;
}

.cmp-text--customRich {
  padding: 0 20px;
  margin-bottom: 70px;
}

@media only screen and (min-width:768px) {
  .cmp-text--customRich {
    padding: 0 5pc;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-text--customRich {
    padding: 0 10pc;
  }
}

.cmp-text--customRich h1 {
  font-size: 30px;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-weight: 300;
  line-height: 43px;
}

@media only screen and (min-width:768px) {
  .cmp-text--customRich h1 {
    font-size: 36px;
    line-height: 41px;
  }
}

.cmp-text--customRich h4 {
  margin-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .cmp-text--customRich h4 {
    margin-bottom: 70px;
  }
}

.cmp-text--customRich h4 i {
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
}

.cmp-text--customRich h4 i:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #868080;
}

.cmp-text--customRich p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 33px;
  color: #000;
}

@media only screen and (min-width:768px) {
  .cmp-text--customRich p {
    margin-bottom: 30px;
  }
}

.cmp-text--customRich p a:hover {
  color: #eea838;
}

.cmp-text--customRich p b {
  font-size: 22px;
  line-height: 1.1;
  color: #000;
}

@media only screen and (min-width:768px) {
  .cmp-text--customRich p b {
    font-size: 30px;
  }
}

.cmp-text--customRich .cmp-text ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .cmp-text--customRich .cmp-text ul {
    padding: 0 5pc;
    margin-bottom: 5pc;
  }
}

@media only screen and (min-width:1024px) {
  .cmp-text--customRich .cmp-text ul {
    padding-left: 10pc;
  }
}

.cmp-text--customRich .cmp-text ul li {
  margin-bottom: 20px;
  font-size: 1pc;
  line-height: 1.3;
  /*font-family: "PTSerif-Regular",Times,serif;*/
  color: #000;
}

@media only screen and (min-width:768px) {
  .cmp-text--customRich .cmp-text ul li {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.cmp-text--customRich .cmp-text ul li:last-child {
  margin-bottom: 0;
}

.cmp-text--customRich .cmp-text ul li::marker {
  color: #eea838;
}

.cmp-title--yellow .cmp-title__text {
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  color: #eda939;
  text-align: center;
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 40px;
  padding: 0 20px;
}

@media only screen and (min-width:768px) {
  .cmp-title--yellow .cmp-title__text {
    font-size: 31px;
    line-height: 33px;
    padding: 0;
  }
}

.cmp-title--separator .cmp-title__text {
  margin-bottom: 0;
  margin-top: 10px;
}

.cmp-title--orange .cmp-title__text {
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  color: #eea838;
  font-size: 24px;
}

.cmp-title--center .cmp-title {
  text-align: center;
}

.cmp-title--center .cmp-title__text.cmp-title__text--h1 {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 50px;
  font-weight: 100;
  color: #393939;
}

@media only screen and (max-width:1200px) {
  .mob-hidden {
    display: none;
  }

  .cmp-title--center .cmp-title__text.cmp-title__text--h1 {
    font-size: 30px;
  }

  .cmp-teaser--smallImageWithText .cmp-teaser__image {
    width: 25% !important;
    margin: auto;
  }
  
}

.cmp-title--center.cmp-title--orange .cmp-title__text.cmp-title__text--h1,.cmp-title--center.cmp-title--orange .cmp-title__text.cmp-title__text--h4 {
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  font-size: 21px;
  margin-bottom: 30px;
  color: #eea838;
}

@media only screen and (min-width:768px) {
  .cmp-title--center.cmp-title--orange .cmp-title__text.cmp-title__text--h1,.cmp-title--center.cmp-title--orange .cmp-title__text.cmp-title__text--h4 {
    font-size: 31px;
  }
}

.cmp-title--insideContainer .cmp-title .cmp-title__text {
  /*font-family: "PTSerif-Regular",Times,serif;*/
  font-size: 30px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 100;
  padding: 40px 0 50px 20px;
  color: #fff;
}

@media only screen and (min-width:768px) {
  .cmp-title--insideContainer .cmp-title .cmp-title__text {
    padding-left: 50px;
    font-size: 50px;
  }
}

.cmp-title--insideContainer .cmp-title .cmp-title--news .cmp-title__text {
  padding-left: 0;
  text-align: center;
}

.cmp-title--insideContainer.cmp-title--center .cmp-title .cmp-title__text {
  padding-left: 0;
}

.cmp-title--insideContainer.cmp-title--orange .cmp-title .cmp-title__text {
  color: #eea838;
}

.cmp-title--insideContainer.cmp-title--insideContainerBlack .cmp-title .cmp-title__text {
  color: #393939;
}

/*@font-face {*/
/*  font-family:"PTSerif-Regular";src:url(fonts/PTSerif-Regular.ttf);font-weight:400;font-style:normal;font-display:swap;*/
/*}*/

/*@font-face {*/
/*  font-family:Roboto-bold;src:url(fonts/RobotoCondensed-Bold.ttf);font-weight:400;font-style:normal;font-display:swap;*/
/*}*/

/*@font-face {*/
/*  font-family:Roboto;src:url(fonts/RobotoCondensed-Regular.ttf);font-weight:400;font-style:normal;font-display:swap;*/
/*}*/

.cmp-teaser-title-orange .cmp-teaser__title p {
  color: #eea838;
  height: auto;
  margin: 0px;
}

.cmp-teaser-title-orange .cmp-teaser__description {
  margin: 0px;
}

.cmp-teaser-title-orange {
  padding: 15px 0px;
}

.cmp-text--blue a {
  color: #5889ee;
}

.cmp-text--spacer {
  padding: 20px;
}

.cmp-container--space .text {
  margin-bottom: 20px;
}

.cmp-container--space p {
  font-size: 23px !important;
}

.cmp-container--space .cmp-teaser__image,.cmp-container--space .cmp-teaser__content {
  align-self: center;
}

.cmp-container--space .image {
  padding-top: 20px;
  padding-bottom: 25px;
}

.cmp-container-ImgList .cmp-imagelist {
  list-style-type: none;
  padding: 0px 15px;
}

.cmp-container-ImgList .cmp-imagelist__image {
  display: block;
  margin: 0 auto;
}

.cmp-container--align button, .cmp-container--align .button, .cmp-container--align .button a {
  padding: 12px 30px;
  background-color: #c4d600;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  text-decoration: none;
}

.cmp-container--align p.blue-title {
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
  font-size: 30px;
  color: #004C72;
  line-height: 30px;
}

.cmp-container--align {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.cmp-container--align .image,.cmp-container--align .container {
  align-self: center;
}

.cmp-teaser-title-orange .cmp-teaser__image, .cmp-teaser-title-orange .cmp-teaser__content {
  align-self: center;
}

.cmp-container--align .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}

.cmp-container--align .aem-Grid .container {
  align-self: center;
}

.cmp-container--align .aem-Grid .container .button {
  text-align: center;
}
/*.imagelist.cmp-imagelist--hrd {
    display: flex !important;
}*/

.cmp-container--olivegreen {
  background: #cbdcd6;
}

.cmp-text--olivegreen h1,.cmp-container-ImgList .imagelist.cmp-imagelist--hrd h3.cmp-imagelist__title p {
  color: #557366;
}

.cmp-text--center p {
  text-align: center;
}

.image.cmp-image--space {
  margin-top: 40px;
}

.reference-a p a {
  word-break: break-word;
}

img.az-msd-logo {
  width: 160px;
  height: auto;
}

.cmp-cta--red .cmp-button {
  background: red;
  color: #fff;
  width: auto;
  padding: 10px 50px;
  font-weight: bold;
}

.cmp-teaser--mobile img.cmp-imagelist__image {
  width: 30%;
  margin-left: 0 !important;
}

.cmp-reference--content h1 span:before {
  display: inline-flex;
  width: 40px;
  height: 42px;
  content: '\2014';
  color: #fff;
  background: #8e005c;
  position: absolute;
  left: -49px;
  bottom: 7px;
  padding: 0px 10px 10px 3px;
  border-radius: 5px;
}

.cmp-reference--content {
  margin-bottom: 0px;
}

.cmp-reference--content h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.cmp-teaser--mobile .text.cmp-text--customRich {
  margin-bottom: 0;
}

.cmp-container--lightyellow {
  background-color: #fdf0dc;
}

.cmp-container-lightyellow{
    background-color: #FEF7E9;
    padding: 30px;
}

.cmp-container-lightyellow h1.cmp-title__text.cmp-title__text--h1,span.magenta-title {
  color: #9a005e !important;
}

.cmp-teaser--mobile h1.cmp-title__text.cmp-title__text--h1 {
  color: #eea838;
}

.cmp-teaser--smallImageWithText h6.cmp-teaser__title {
  margin: 0;
}

.cmp-container--majenta {
  background-color: #9a005e;
}

.cmp-container--fluenz .cmp-reference--content h1 span:before {
  display: inline-flex;
  width: 39px;
  height: 42px;
  content: '\2014';
  color: #fff;
  background: #5889ee;
  position: absolute;
  left: -49px;
  bottom: 7px;
  padding: 0px 8px 5px 3px;
  border-radius: 0px;
}

.cmp-container--majenta h1, .cmp-container--majenta p {
  color: #fff;
}

.cmp-container--majenta p {
  margin-bottom: 0px;
}

.cmp-container--fluenz .separator hr {
  border-color: #9a005e;
}

.cmp-container--fluenz span.cmp-accordion__icon::before {
  display: none;
}

.cmp-container--fluenz span.cmp-accordion__icon {
  transform: rotate(45deg);
    /* -webkit-transform: rotate(45deg); */
  border: solid #9a005e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
}

.cmp-container--fluenz .cmp-accordion__button--expanded .cmp-accordion__icon {
  transform: rotate(220deg);
    /* -webkit-transform: rotate(45deg); */
  border: solid #9a005e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
}

.cmp-container--fluenz .cmp-accordion__item:first-child {
  border-bottom: 2px solid #9a005e;
}

.cmp-container--fluenz .cmp-container--bluelight .cmp-container .text {
  align-self: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.cmp-container--fluenz .container.responsivegrid.cmp-container--bluelight .aem-Grid {
  display: flex;
}

.cmp-container--bluelight .cmp-container .image {
  margin-top: 30px;
  margin-bottom: 30px;
  align-self: center;
}

.cmp-container--fluenz .cmp-container--bluelight {
  margin-bottom: 30px;
}

.cmp-container--fluenz  .cmp-carousel-horizontal .cmp-image__image {
  height: auto;
}

.cmp-align--center .text, .cmp-align--center .carousel {
  align-self: center;
}

.cmp-align--center .aem-Grid {
  display: flex;
}

.cmp-container--fluenz button.cmp-carousel__action {
  background: #404040;
  width: 120px;
  border-radius: 10px;
  border: 0;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  /*font-family: Roboto-bold,Arial,Helvetica,sans-serif;*/
  cursor: pointer;
}

.cmp-container--fluenz .cmp-container--noMargin hr {
  width: 100px;
  height: 2px;
  border-bottom: 2px solid;
  color: #9a005e;
  float: left;
}

.cmp-container--fluenz  h1 {
  margin-bottom: 0px;
}

.cmp-container--fluenz .cmp-text--customRich {
  margin-bottom: 20px;
}

.cmp-container--fluenz .cmp-container--fluenz.cmp-container--customMargin .cmp-container--grey h1.cmp-title__text.cmp-title__text--h1 {
  font-weight: bold;
}

.cmp-container--fluenz .cmp-teaser--imageWithText .cmp-teaser__image .cmp-image__image {
  width: 85%;
  display: block;
  margin: auto;
}

.cmp-container--fluenz .cmp-download--background .cmp-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1pc 24px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: #003865;
  border-radius: 10px;
}

.cmp-container--fluenz span.cmp-download__action-icon,.cmp-container--fluenz  span.cmp-download__action-icon img {
  display: inline-block !IMPORTANT;
  width: 24px;
  height: 25px;
  padding-top: 10;
  position: relative;
  top: 2px;
}

.cmp-container--fluenz .cmp-download--background .cmp-download .cmp-download__image {
  max-height: unset;
}

.cmp-teaser--mobile .cmp-teaser--imageWithText .cmp-teaser__image .cmp-teaser__image-desktop .cmp-image__image {
  width: 52%;
  display: block;
  margin: auto;
}

.cmp-container--fluenz .cmp-formcontainer .cmp-form-button {
  padding: 16px 10px;
  text-align: center;
  float: none;
  width: 100%;
  margin: auto;
  background-color: #003865;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.cmp-container--fluenz .cmp-formcontainer .button {
  width: 50% !IMPORTANT;
  margin: auto !IMPORTANT;
  float: none !IMPORTANT;
}

.cmp-container--fluenz .button.cmp-button-blue {
  width: 35% !IMPORTANT;
  margin: auto !IMPORTANT;
  float: none !IMPORTANT;
    /* text-align: center !IMPORTANT; */
  background-color: #003865;
  display: flex;
    /* clear: both !important; */
  font-size: 20px;
  display: flex !important;
}

.cmp-container--fluenz .button.cmp-button-blue .cmp-button {
  color: #fff;
  width: 100%;
  margin: auto;
  float: none !IMPORTANT;
  text-align: center;
  padding: 10px 20px !important;
}

.cmp-container--fluenz .cmp-container--fluenz.cmp-container--customMargin .cmp-text p {
  text-align: left;
}

.cmp-container--product .cmp-image--space {
  padding-left: 10px;
  padding-right: 10px;
}

.cmp-container--product ul.cmp-imagelist {
  padding-bottom: 0;
}

.cmp-container--product .cmp-container--fluenz .cmp-container--space {
  padding: 10px;
}

.cmp-align--center .cmp-text {
  text-align: center;
}

.cmp-form__success .button.cmp-button-blue {
  padding: 16px 10px;
  text-align: center;
  float: none;
  width: 100% !important;
  margin: auto;
  background-color: #003865;
  color: #fff;
  font-size: 20px;
  margin: auto !IMPORTANT;
}

@media screen and (min-width: 1201px) {
  #blue-box-synagis>.aem-Grid {
    display: flex;
  }

  #blue-box-synagis .image {
    place-self: flex-end;
  }

  #blue-box-synagis img.cmp-image__image {
    display: block;
  }

  .cmp-container--product .cmp-container--fluenz .cmp-container--space .text.cmp-text--spacer {
    height: 300px;
  }

  .cmp-container--fluenz .cmp-container--fluenz.cmp-container--customMargin .cmp-container--grey {
    height: 394px;
    width: 31% !important;
    margin-left: 10px !important;
    margin-right: 10px;
  }

  .cmp-teaser--smallImageWithText .cmp-teaser__content {
    width: 50%;
    align-self: center;
  }

  .cmp-teaser--smallImageWithText .cmp-teaser__image {
    width: 25%;
    margin: auto;
    align-self: center;
  }

  .cmp-teaser--smallImageWithText {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .cmp-imagelist--hrd .cmp-imagelist {
    display: flex;
  }

  .cmp-imagelist--hrd .cmp-imagelist li {
    padding: 10px;
  }

  .cmp-container--olivegreen .cmp-imagelist--hrd .cmp-imagelist {
    display: flex;
    text-align: center;
    margin: auto;
  }

  .imagelist.cmp-imagelist--hrd .cmp-imagelist>li {
    padding: 10px;
    width: 33%;
  }

  .cmp-text--center .imagelist.cmp-imagelist--hrd .cmp-imagelist li {
    padding: 10px;
    width: 33%;
  }

  .cmp-text--center .imagelist.cmp-imagelist--hrd:last-child .cmp-imagelist li {
    padding: 10px;
    width: 50%;
  }

  .cmp-align--center .text, .cmp-align--center .carousel {
    align-self: center;
  }

  .cmp-align--center .aem-Grid {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .cmp-imagelist--hrd .cmp-imagelist li {
    padding: 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 416px) {
  .cmp-container--noMargin .cmp-imagelist--hrd .cmp-imagelist li:last-child img.cmp-imagelist__image {
    width: 100% !important;
  }

  .cmp-teaser--mobile .cmp-teaser--borderDescription.cmp-teaser--heroImg .cmp-teaser__image-mobile .cmp-image__image {
    height: 537px;
  }

  .cmp-container--fluenz .cmp-download--background .cmp-download span, .cmp-container--fluenz .cmp-download--background .cmp-download a {
    font-size: 14px;
    text-align: center;
    display: inline-flex;
  }

  .cmp-container--fluenz .cmp-download--background .cmp-download .cmp-download__title-link {
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    pointer-events: none;
  }
}

.cmp-test--title {
  color: red;
}
/*code for external nav*/
.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2) .cmp-navigation__item-link, 
.cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:last-child .cmp-navigation__item-link {
  pointer-events: initial;
}

.cmp-container--fluenz h3.cmp-video__item-title, .cmp-container--fluenz h3.cmp-video__item-title p {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > a {
      text-align: center;
  }
  
  .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 {
    display: inline-flex;
    min-width: 165px;
  }

  .ic-header .cmp-navigation>ul.cmp-navigation__group {
    flex-wrap: nowrap;
  }
}


/* landing calquance*/

#accordion-cnt-item-674477016b .cmp-accordion__title {
  color: #006CAC;
  font-size: 3pc;
  /*font-family: "PTSerif-Bold",Times,serif;*/
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #accordion-cnt-item-674477016b .cmp-accordion__title {
    font-size: 22px;
    padding-right: 25px;
  }
}

#accordion-cnt-item-674477016b .cmp-accordion__icon {
  position: relative;
  padding: 0 0.5em;
  background: rgb(196,208,222);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #accordion-cnt-item-674477016b .cmp-accordion__icon {
    width: 40px;
    height: 40px;
  }
}

#accordion-cnt-item-674477016b .cmp-accordion__button--expanded .cmp-accordion__icon::before {
  color: #006CAC;
}

#accordion-cnt-item-674477016b .cmp-accordion__icon::before {
  color: #006CAC;
}

#accordion-cnt-item-674477016b .cmp-text p {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #accordion-cnt-item-674477016b .cmp-text p {
    font-size: 16px;
  }

  #accordion-cnt-item-674477016b .cmp-image .cmp-image__image {
    width: 150px;
    margin: auto;
    display: block;
  }

  #accordion-cnt-item-674477016b .cmp-text p b {
    /*font-family: "PTSerif-Bold",Times,serif;*/
    font-size: 17px;
  }
}

#accordion-cnt-item-674477016b .cmp-text p b {
  /*font-family: "PTSerif-Bold",Times,serif;*/
}

#box-blue h2 {
  font-size: 36px;
  color: #006CAC;
}

#box-acqua h2 {
  font-size: 36px;
  color: rgb(6,103,106);
}

@media screen and (max-width: 767px) {
  #box-acqua h2 {
    font-size: 22px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  #box-blue h2 {
    font-size: 22px;
    padding: 10px;
    line-height: 1.1;
  }
}

#accordion-cnt-item-674477016b #title-trattamento h2 {
  font-size: 45px;
  color: #006CAC;
  /*font-family: "PTSerif-Bold",Times,serif;*/
}

@media screen and (max-width: 767px) {
  #accordion-cnt-item-674477016b #title-trattamento h2 {
    font-size: 22px;
    padding: 10px;
    line-height: 1.1;
  }
}

#acqua-cnt h2 {
  font-size: 45px;
  color: rgb(6,103,106);
  /*font-family: "PTSerif-Bold",Times,serif;*/
}

@media screen and (max-width: 767px) {
  #acqua-cnt h2 {
    font-size: 22px;
    padding: 10px;
    line-height: 1.1;
  }

  #acqua-cnt p {
    margin-bottom: -30px;
  }
}

#acqua-cnt p {
  font-size: 24px;
  color: rgb(6,103,106);
  /*font-family: "PTSerif-Regular",Times,serif;*/
}

#acqua-cnt p b {
  font-size: 24px;
  /*font-family: "PTSerif-Bold",Times,serif;*/
}

@media screen and (max-width: 767px) {
  #acqua-cnt p {
    font-size: 16px;
  }

  #acqua-cnt p b {
    font-size: 16px;
  }
}

#calquence-cnt h1 {
  margin-left: 50px;
  font-size: 45px;
  line-height: 1.2;
  color: rgb(203,77,36);
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #calquence-cnt h1 {
    margin-left: 0px;
    font-size: 32px;
    line-height: 1.1;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
  }
}

#calquence-cnt h2 {
  font-size: 38px;
  line-height: 1.2;
  color: rgb(203,77,36);
}

@media screen and (max-width: 767px) {
  #calquence-cnt h2 {
    font-size: 22px;
    margin-bottom: -30px;
  }
}

.iframe .comp-placeholder {
  display: none;
}

#video-astra {
  margin: 30px auto;
  max-width: 600px;
  width: 100%;
  height: 500px;
  display: block;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #video-astra {
    height: 200px;
  }
}
/* end landing calquance*/

/* landing parpi*/
#parpi-acc-disegno1 h3.cmp-accordion__header, #parpi-acc-disegno2 h3.cmp-accordion__header {
  background-color: #9E9E98;
  color: white;
}

#parpi-acc-disegno1 .cmp-accordion__title, #parpi-acc-disegno2 .cmp-accordion__title {
  text-align: center;
}

/* end landing parpi*/



body#restyle {
    max-width: 100% !important;
    /*font-family: 'Fira Sans', sans-serif;*/font-family: 'Helvetica Neue LT Pro';font-weight: 300;line-height: 24px;
    color: #0D1117;
}

body#restyle p{
    color: #0D1117;
}

body#restyle p{
    /*font-family: 'Fira Sans', sans-serif;*/
}

body#restyle .cmp-teaser__description{
    /*font-family: 'Fira Sans', sans-serif;*/
    font-size: 16px !important;
    line-height: 27px !important;
}

body#restyle #cmp-custom-padding{
    padding: 30px;
}

body#restyle .cmp-video__player, body#restyle .cmp-video__content {
    padding: 0;
}

body#restyle .cmp-teaser__description p{
    /*font-family: 'Fira Sans', sans-serif;*/
    font-size: 16px !important;
    line-height: 24px !important;
}

body#restyle .cmp-text ul li{
    /*font-family: 'Fira Sans', sans-serif;*/
    font-size: 16px;
}

body#restyle .container.cmp-container--bluelight{
    background: #F3F5F8;
}

body#restyle .container.cmp-container--purple{
    background: #F2E0EA;
    margin-bottom: 0;
    padding: 0;
}

body#restyle .root > .cmp-container > .container > .cmp-container > .aem-Grid > .container > .cmp-container > .container{
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
    padding: 75px 3em;
}

body#restyle .root > .cmp-container > .container > .cmp-container > .aem-Grid > .container > .cmp-container > .aem-Grid > .aem-GridColumn {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    float: none;
    padding: 60px 3em;
}

body#restyle .root > .cmp-container > .container > .cmp-container > .aem-Grid > .container > .cmp-container#no-padding-bottom > .aem-Grid > .aem-GridColumn{
    padding-bottom: 15px;
}

body#restyle .root > .cmp-container > .container > .cmp-container > .aem-Grid > .container > .cmp-container#no-padding-bottom #cmp-footer-code p{
    font-size: 12px !important;
    text-align: left !important;
}


/* MASTER LIST */

body#restyle .cmp-masterlist .cmp-masterlist__items{
    margin: 0 -10px;
}
body#restyle #footer-social .cmp-masterlist .cmp-masterlist__items {
    margin: 0;gap: 24px;
}
body#restyle .cmp-masterlist__cta-more{
    padding: 0;
}

body#restyle .cmp-masterlist__cta-more-link{
    padding: 2rem 0 0 0;
    margin: auto;
    display: block;
    max-width: 180px;
}

body#restyle .cmp-masterlist__cta-more-link.cmp-masterlist__hidden{
    display: none;
}

body#restyle .cmp-masterlist__item{
    background: transparent;
    padding-bottom: 0;
}

body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link{
    display: flex;
    flex-direction: column;
    width: 100%;
}

body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-title{
    order: 1;
    margin-bottom: 0;
}
   
body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-title p, 
body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-title h3{
    color: #8F0052;
    font-weight: 700;
    /*font-family: 'Sora', arial, sans-serif;*/
    margin: 15px 0 0 0;
    font-size: 18px;
}

body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-image{
    order: 0;
    border-radius: 0px;
}

body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-content{
    order: 2;
    text-align: left;
    padding: 0;
}

body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-content .cmp-masterlist__item-description{
    margin-bottom: 0;    
}

body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-content .cmp-masterlist__item-description p{
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
}

body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-content .cmp-masterlist__item-description ul{
    font-weight: 400;
    color: #404040;
    font-size: 16px;
    padding-left: 20px;
}


body#restyle .masterContentList.cmp-masterlist--icons .cmp-masterlist__item-title p{
    font-size: 18px;
}

body#restyle .masterContentList.cmp-masterlist--icons .cmp-masterlist__item-image{
    width: 100px !important;
    height: 100px !important;
    padding: 0 !important;
}

body#restyle .masterContentList.cmp-masterlist--icons.cmp-masterlist--no-icons .cmp-masterlist__item-image{
    display: none;
}

body#restyle .masterContentList.cmp-masterlist--textcenter .cmp-masterlist__item-image{
    margin: auto;
}

body#restyle .masterContentList.cmp-masterlist--textcenter p{
    text-align: center;
}

@media(max-width: 768px){
    body#restyle .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-image{
        width: 100%;
        padding-top: 56.25%;
    }
    
    body#restyle .cmp-masterlist .cmp-masterlist__items{
        margin: 0;
    }

}


/* CAROUSEL COMPONENT */


body#restyle .cmp-teaser--home-hero .cmp-teaser{
    position: relative;
    display: block;
}

body#restyle .cmp-carousel--heroCarousel .cmp-carousel__indicator{
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 8px;
    background: transparent;
}

body#restyle .cmp-carousel--heroCarousel .cmp-carousel .cmp-carousel__indicator.cmp-carousel__indicator--active{
    background: #fff;
}

body#restyle .cmp-carousel--heroCarousel .cmp-carousel__indicator:after{
    display: none !important;
}

body#restyle .cmp-carousel--heroCarousel .cmp-carousel__indicators{
    bottom: 10%;
    justify-content: center;
}

body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__image .cmp-teaser__image-desktop img{
    height: auto;
    display: block;
}


body#restyle .cmp-teaser--image-xs .cmp-teaser .cmp-teaser__image{
    width: 10%;
}

body#restyle .cmp-teaser--image-xs .cmp-teaser .cmp-teaser__content{
    width: 88%;
}

body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__image img{
    opacity: 0.75;
    display: block;
}

body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__image{
    padding-right: 0;
    max-height: 80vh;
    overflow: hidden;
    background: #000;
}

body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__content{
    bottom: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    z-index: 100000;
    color: #fff;
    max-width: 100%;
    width: 1440px;
    left: 50%;
    padding-left: 3em;
}

body#restyle .cmp-teaser--home-hero.cmp-teaser-hero-internalpage .cmp-teaser .cmp-teaser__content{
    background: #fff;
    width: 720px;
    left: 50%;
    max-width: 50%;
    transform: translate(-100%, 50%);
    margin-left: 3em;
    padding: 45px;
}

body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__subtitle{
    max-width: 45%;
    margin-top: 15px;
}

body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__content p{
    color: #fff;
}

body#restyle .cmp-teaser--home-hero.cmp-teaser-hero-internalpage .cmp-teaser .cmp-teaser__content p{
    color: #000;
}

body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__title h1, body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__title p{
    color: #fff;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    font-weight: 700;
    font-size: 56px;line-height: 60px;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .cmp-teaser--home-hero.cmp-teaser-hero-internalpage .cmp-teaser .cmp-teaser__subtitle{
    max-width: 100%;
    width: 100%;
}

body#restyle .cmp-teaser--home-hero.cmp-teaser-hero-internalpage .cmp-teaser .cmp-teaser__title p{
    color: #8F0052;
}

body#restyle .cmp-teaser--home-hero.cmp-teaser-hero-internalpage .cmp-teaser__description{
    width: auto;
    max-height: none;
    font-size: 16px;
    margin: 0;
}

body#restyle .cmp-teaser-hero-product .cmp-teaser__title p{
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 54px;
    font-weight: 700;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .cmp-teaser-hero-product .cmp-teaser{
    align-items: center;
    padding: 3rem 0;
    justify-content: space-between;
    padding: 2rem 3em 2rem 3em;
    max-width: 1440px;
    margin: auto;
}


body#restyle .cmp-teaser-hero-product .cmp-teaser__content{
    background: #F3F5F8;
    margin-left: 0rem;
    max-width: 45%;
    padding: 0;
}

body#restyle .cmp-teaser-hero-product .cmp-teaser__subtitle{
    margin: 0;
    padding: 0;
}

body#restyle .cmp-teaser-hero-product .cmp-teaser__subtitle{
    font-size: 16px;
    font-weight: 400;
}

body#restyle .cmp-teaser-hero-product .cmp-teaser__image{
    margin-left: 5%;
    padding: 0;
}

body#restyle .cmp-teaser-hero-product .cmp-teaser__subtitle big{
    font-size: 32px;
    font-weight: 700;
}

@media(max-width: 768px){
    
    body#restyle .cmp-teaser-hero-product .cmp-teaser__image{
        width: calc(100% - 3rem);
        margin: 3rem auto 0 auto;
    }

body#restyle .cmp-teaser--image-xs .cmp-teaser .cmp-teaser__image{
    width: 20%;
}

body#restyle .cmp-teaser--image-xs .cmp-teaser .cmp-teaser__content{
    width: 75%;
}
        
    body#restyle .cmp-teaser-hero-product .cmp-teaser__content{
        max-width: calc(100% - 3rem);
        margin: auto;
        padding: 1rem;
        width: 100%;
    }
    
    body#restyle .cmp-teaser-hero-product .cmp-teaser__title{
        margin: 1rem 0;    
    }
    
    body#restyle .cmp-teaser-hero-product .cmp-teaser__title p{
        font-size: 32px;
    }
    
    body#restyle .cmp-teaser-hero-product .cmp-teaser__subtitle big{
        font-size: 20px;
    }
    
    
    body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__subtitle{
        width: 100%;
        max-width: 100%;
    }
    
    body#restyle .cmp-teaser--home-hero.cmp-teaser-hero-internalpage .cmp-teaser .cmp-teaser__content{
        max-width: 90%;
        transform: translate(-54%, 0);
        bottom: auto;
        top: 20px;
        padding: 30px;
    }
    
    body#restyle .cmp-carousel--heroCarousel .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__content{
        bottom: auto;
        top: 30px;
        transform: translate(-50%, 0);
    }
    
    body#restyle .cmp-carousel-horizontal .cmp-carousel__indicators{
        display: flex;
    }
    
}


@media(max-width: 990px){
    body#restyle .cmp-teaser-hero-product .cmp-teaser{
        padding: 2rem 1rem;
    }
}

@media(max-width: 768px){
    body#restyle .cmp-teaser-hero-product .cmp-teaser{
        padding: 2rem 0rem;
    }
    
    body#restyle .cmp-teaser-hero-product .cmp-teaser__content{
        padding: 0;
    }
    
    body#restyle .cmp-teaser-hero-product .cmp-teaser__title p{
        width: auto !important;
    }
}

body#restyle .cmp-teaser--standard .cmp-teaser__description{
    margin: 20px 0 20px 0;    
}

body#restyle .cmp-teaser--standard .cmp-teaser__title{
    padding: 0;
    margin: 0;
}

body#restyle .cmp-teaser--standard .cmp-teaser__title p{
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    /*font-family: 'Sora', sans-serif, arial;*/
}










body#restyle .cmp-teaser--standard .cmp-teaser__subtitle p{
    font-weight: 300;
}


body#restyle .cmp-teaser--standard .cmp-teaser__pretitle p {
    color: #8F0052;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
}

body#restyle .cmp-teaser--standard .cmp-teaser{
    align-items: center;
    justify-content: space-between;
}

body#restyle .cmp-teaser--standard .cmp-teaser__content{
    width: 100%;
    padding: 0;
}

body#restyle .cmp-teaser--standard .cmp-teaser__image{
    width: 100%;
    padding: 0;
}

@media(min-width: 764px){
    
    body#restyle .cmp-teaser--standard .cmp-teaser__content{
        width: 49%;
    }
    
    body#restyle .cmp-teaser--standard .cmp-teaser__image{
        width: 49%;
    }

}

.cmp-teaser--standard + 
.cmp-teaser--standard {
    margin-top: 15px;
}

body#restyle .cmp-teaser--standard.cmp-teaser--image-text .cmp-teaser__image{
    order: 0;
}

@media(max-width: 768px){
    body#restyle .cmp-teaser--standard.cmp-teaser--image-text .cmp-teaser__image{
        order: 0;
    }
    
    body#restyle .cmp-teaser--standard .cmp-teaser__image{
        order: 0;
        margin-bottom: 21px;
    }
}



/* TITLE COMPONENT  */

body#restyle .cmp-title h1{
    font-size: 56px;
    /*font-family: 'Sora', arial, sans-serif;*/
    margin-top: 0;
    line-height: 1.125;
    font-weight: 700;
}

body#restyle .cmp-title h2{
    font-size: 32px;
    /*font-family: 'Sora', arial, sans-serif;*/
    margin-top: 0;
    line-height: 1.125;
    font-weight: 700;
}

body#restyle .title.cmp-title--purple{
    color: #8F0052;
}

body#restyle .cmp-teaser--standard h1.cmp-teaser__title p, body#restyle h1, body#restyle .cmp-title h1{font-size: 56px;line-height: 60px;}
body#restyle .cmp-teaser--standard h2.cmp-teaser__title p, body#restyle h2, body#restyle .cmp-title h2{font-size: 46px;line-height: 40px;}
body#restyle .cmp-teaser--standard h3.cmp-teaser__title p, body#restyle h3, body#restyle .cmp-title h3{font-size: 36px;line-height: 40px;}
body#restyle .cmp-teaser--standard h4.cmp-teaser__title p, body#restyle h4, body#restyle .cmp-title h4{font-size: 26px;line-height: 30px;}
body#restyle .cmp-teaser--standard h5.cmp-teaser__title p, body#restyle h5, body#restyle .cmp-title h5{font-size: 24px;line-height: 28px;}
body#restyle .cmp-teaser--standard h6.cmp-teaser__title p, body#restyle h6, body#restyle .cmp-title h6{font-size: 14px;line-height: 18px;}

@media(max-width: 990px){
    
    body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__title h1, body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__title p{
        font-size: 40px;
    }
    
    body#restyle .cmp-title h1{
        font-size: 32px;
    }
    
    body#restyle .cmp-title h2 {
    font-size: 25px;
    }
}


/* IMAGE LIST COMPONENT  */

body#restyle .cmp-imagelist{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    margin: 10px -15px 0 -15px;
}

body#restyle .cmp-imagelist .cmp-imagelist__item {
    padding: 0 15px;
    width: 100%;
}

body#restyle .cmp-imagelist .cmp-imagelist__item img{
    width: 100%;
    display: block;
    max-width: 100%;
}

@media(max-width: 768px){
    body#restyle .cmp-imagelist .cmp-imagelist__item {
        width: 100%;
    }
    
    body#restyle .cmp-imagelist .cmp-imagelist__item + .cmp-imagelist__item{
        margin-top: 30px;
    }
    
        body#restyle .cmp-imagelist .cmp-imagelist__item {
        flex-grow: 1;
    }

    body#restyle .cmp-imagelist{
        flex-wrap: wrap;
    }
}


/* COMPONENT TEXT */

body#restyle .cmp-text{
    padding-top: 0;
}


body#restyle .cmp-text p{
    margin-top: 0;
}



/* MASTERLIST PATOLOGIE */

body#restyle .masterContentList.cmp-masterlist--patologie .cmp-masterlist__item{
    position: relative;    
}

body#restyle .masterContentList.cmp-masterlist--patologie .cmp-masterlist__item-title{
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 15px 55px 15px 30px;
}

body#restyle .masterContentList.cmp-masterlist--patologie .cmp-masterlist__item-title p{
    font-size: 32px;
    color: #fff;
    /*font-family: 'Sora', arial, sans-serif;*/
    line-height: 1.3;
}

body#restyle .masterContentList.cmp-masterlist--patologie .cmp-masterlist__item-image{
    padding-top: 100%;
    height: auto;
}

body#restyle .masterContentList.cmp-masterlist--patologie .cmp-masterlist .cmp-masterlist__cta-more-link {
    color: #8F0052;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px; font-style: italic;
}

body#restyle .masterContentList.cmp-masterlist--patologie .cmp-masterlist .cmp-masterlist__cta-more-link span{
    display: block;
}

body#restyle .masterContentList.cmp-masterlist--patologie .cmp-masterlist .cmp-masterlist__cta-more-link img{
    display: inline-block;
}

body#restyle .cmp-masterlist--titleblack .cmp-masterlist__item-title p {
    color: #222 !important;
}
    
    
    
/* HEADER */

body#restyle .cmp-navigation__item--level-1 > a, 
body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:first-child > .cmp-navigation__item-link{
    pointer-events: none;
}

body#restyle .cmp-navigation__item--level-0:nth-child(4) > a{
    pointer-events: none;
}

body#restyle .cmp-navigation__item--level-0:nth-child(3) > a, 
body#restyle .cmp-navigation__item--level-0:nth-child(3) .cmp-navigation__item--level-1 > a , 
body#restyle .cmp-navigation__item--level-0:nth-child(4) .cmp-navigation__item--level-1 > a {
    pointer-events: auto !important;
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 .cmp-navigation__group{
    background: #fff;   
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group a{
    font-weight: 700;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group a:after{
    /*content: ">";*/
    /*display: inline;*/
    /*position: static;*/
    /*border: none;*/
    /*background: none;*/
    /*margin-left: 7px;*/
}

body#restyle .cmp-navigation__item .cmp-navigation__group .cmp-navigation__group a:after{
    display: none;   
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item--level-2{
    border: none;
}

body#restyle .cmp-navigation__item .cmp-navigation__group .cmp-navigation__group a{
    border: none;
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group{
    background: #fff;
    width: 100vw;
    max-width: 100vw;
    z-index: 999999;
    border-top: 1px solid #ccc;
    padding-top: 60px;
    padding-bottom: 120px;
}

body#restyle .cmp-experiencefragment--customMenu{
    padding: 15px 3em 0px 3em;
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: block;
}

body#restyle .cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-button{
    padding: 10px 20px;
    font-weight: 700;
    background: #3389EE;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: none;
    transition: opacity 0.2s;
    /*font-family: 'Sora', arial, sans-serif;*/
    display: inline;
    font-size: 14px;
    border-radius: 0;
    text-transform: capitalize;
}

body#restyle .cmp-user__base{
    justify-content: flex-end;position: static;
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0{
    padding-bottom: 35px;
}

body#restyle .cmp-experiencefragment--customMenu .navigation-overlay.show{
    z-index: 999999;
}

.cmp-experiencefragment--customMenu .ic-hamburger.open{
    z-index: 10000000;
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0:hover>.cmp-navigation__item-link{
    color: #ccc;
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item:hover>.cmp-navigation__item-link, 
body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-1.cmp-navigation__item .cmp-navigation__group .cmp-navigation__item--level-2:hover>.cmp-navigation__item-link
{
    color: #8F0052;
}

body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-2 a:after{
    display: none !important;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup{
    background: #8F0052;
    width: 100%;
    text-align: left;
}

.cmp-experiencefragment--customMenu .cmp-container--headerLogin .cmp-user__base #cmp-user--popup .button:last-child .cmp-button{
    color: #fff;
    font-family: 'Helvetica Neue LT Pro'!important;
}
@media(min-width: 767px){

    body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group{
        left: -385px;
    }
}

@media(max-width: 768px){
    body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group{
        padding: 30px 60px 30px 0;
    }
    
    body#restyle body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group a{
        font-size: 14px;
    }
    
    body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group a:after{
        display: none;
    }
}

/* BUTTON */

body#restyle .astrazeneca-rs-btn{
    padding: 16px 32px;
    font-weight: 700;
    background: #3389EE;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0.5px solid #3389EE;
    transition: opacity 0.2s;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .astrazeneca-rs-btn-white{
    padding: 16px 32px;
    font-weight: 700;
    color: #3389EE;
    display: inline-block;
    text-decoration: none;
    border: 0.5px solid #3389EE;
    transition: opacity 0.2s;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .astrazeneca-rs-btn:hover{
    opacity: 0.8;
}

body#restyle .astrazeneca-rs-btn-white:hover{
    opacity: 0.8;
}

body#restyle #img-relative{
    position: relative;
    margin-left: 5px;
    top: 4px;
}


/* PROFILE PAGES */

body#restyle #password-recovery--container{
    padding-top: 0;
}

body#restyle #loginform label, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__control-label{
    /*font-family: 'Sora', arial, sans-serif;*/
    font-weight: 700;
}

body#restyle #loginform input[type="text"], body#restyle #loginform input[type="email"], body#restyle #loginform input[type="password"], body#restyle .cmp-dynamicform__generated-form .form-control:not(textarea){
    padding: 16px 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;font-family: 'Helvetica Neue LT Pro';font-weight: 300;
    font-style: normal;
    height: auto;
}

body#restyle .cmp-container--login .cmp-formcontainer .cmp-form-button, 
body#restyle .cmp-container--register .cmp-formcontainer .cmp-form-button,
body#restyle .cmp-container--account .cmp-form .cmp-form-button{
    background: #3389EE;
    padding: 16px 32px !important;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    height: auto;
    width: auto;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0.5px;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .cmp-container--account .cmp-form .cmp-form-button{
    display: block;
    margin: auto;
    width: 116px;
}

body#restyle .cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description, 
body#restyle .cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field-description{
    /*font-family: 'Sora', arial, sans-serif;*/
    font-weight: 400;
}

body#restyle .cmp-container--login .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before{
    top: 0px;
    border-bottom: 2px solid #8F0052;
    border-right: 2px solid #8F0052;
}

body#restyle .cmp-container--register .cmp-formcontainer .cmp-form-options--checkbox .cmp-form-options__field-label .cmp-form-options__field--checkbox:checked+.cmp-form-options__field-description:before
{
    border-bottom: 2px solid #8F0052;
    border-right: 2px solid #8F0052;
    top: 0px;
}

body#restyle .cmp-container--register .cmp-formcontainer .cmp-form-options--drop-down:after{
    transform: translatex(-25%) translatey(-75%) rotate(45deg);
    border-color: #000;
}

body#restyle .cmp-container--login {
    margin-bottom: 0px;
}

body#restyle #modificaprofilo h2{
    /*font-family: 'Sora', arial, sans-serif;*/
    margin: 0;
}

body#restyle .cmp-container--account .cmp-text hr{
    width: 100%;
    margin-top: 30px;
}

body#restyle .cmp-container--account .cmp-text a{
    color: #3389EE;
}

body#restyle .cmp-container--account .cmp-text p{
    color: #000;   
}

body#restyle .cmp-container--account .cmp-text{
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #000;
    flex-wrap: wrap;
}

body#restyle .cmp-container--account .cmp-user__base .cmp-user--details div{
    /*font-family: 'Fira Sans';*/
    font-size: 20px;
    font-style: normal;
}

body#restyle .cmp-container--account .cmp-form .cmp-subscriptionitem input:checked+.slider{
    background: #3389EE;
    border-color: #3389EE;
}


/* FOOTER */

.experiencefragment.cmp-experiencefragment--footerSocial{
    /*border-top: 1px solid #e5e5e5;*/
    padding-top: 30px;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text p a:after{
    display: none;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text p a{
    text-transform: none;
    color: #0D1117;
}

#footer-lastrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 15px;
    flex-wrap: wrap;
}

#footer-lastrow .container.responsivegrid{
    width: 50%;
}

#footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#footer-social .cmp-masterlist, #footer-social .masterContentList{
    width: 100%;
}

#footer-social .cmp-masterlist__items{
    align-items: center;
    justify-content: flex-start;
    width: auto;
    flex-wrap: nowrap;
    flex-direction: row !important;
}

#footer-social .cmp-masterlist__item{
    width: 2px;
    padding: 0;
    min-width: auto;
    min-height: auto;
    border: none !important;
}

#footer-social .cmp-masterlist__item-cta-link{
    width: 100%;
}

#footer-social .cmp-masterlist__items .cmp-masterlist__item-content{
    display: none !important;
}

#footer-social .cmp-masterlist__items .cmp-masterlist__item-image {
    height: 24px;
    width: 24px;
    background-size: auto auto;
    background-position: center center;
    min-height: 0;
    max-height: unset;
    padding: 0;
    margin: 0;
}

#footer-social .isi-text{
    width: 6rem;
}


#footer-progetto .aem-Grid > div{
    width: 9rem;
    max-width: 10rem;
    margin: 0;
}

#footer-progetto .aem-Grid{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#footer-progetto .aem-Grid .isi-text{
    text-align: right;
    margin-right: 1rem;
}


.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-text p a:hover{
    color: #3389EE;   
}


.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer b{
    font-weight: 400 !important;
}



.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer{
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 3em;
}

.cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer .cmp-image{
    margin: 0 0 5px;
}

@media(max-width: 768px){
    #footer-lastrow .container.responsivegrid, .cmp-experiencefragment--footerSocial .container.responsivegrid{
        width: 100%;
    }
    
    #footer-progetto{
        margin-top: 2rem;
    }
    
    #footer-progetto .aem-Grid{
        justify-content: flex-start;
    }
    
    #footer-progetto .aem-Grid .isi-text{
        text-align: left;
    }
}


/* MISC */

h1 p, h2 p, h3 p, h4, h5 p, h6 p{
    /*font-family: 'Sora', arial, sans-serif !important;*/
}

sup{
    line-height: 1;
}

body#restyle #homepage-logo{
    max-width: 240px;
    margin-bottom: 0;
}

body#restyle .modal{
    z-index: 9999999;
}

#CookieReportsBannerAZ{
    z-index: 100000 !important
}

@media(max-width: 1024px){
    body#restyle .root > .cmp-container > .container > .cmp-container > .aem-Grid > .container > .cmp-container > .container{
        padding: 60px 1em;
    }
    
    body#restyle .root > .cmp-container > .container > .cmp-container > .aem-Grid > .container > .cmp-container > .aem-Grid > .aem-GridColumn {
        padding: 60px 1em;
    }
    
    body#restyle .cmp-experiencefragment--customMenu{
        height: 80px;
        padding: 15px 1em;
    }
    
    body#restyle .cmp-teaser--home-hero .cmp-teaser .cmp-teaser__content{
        margin-left: 0em;
        padding-left: 1em;
    }
    
    body#restyle .cmp-teaser--home-hero.cmp-teaser-hero-internalpage .cmp-teaser .cmp-teaser__content{
        margin-left: 1em;
    }
    
    .cmp-experiencefragment--footerSocial .cmp-experiencefragment--footer{
        padding: 0 1em;
    }
}

@media(min-width: 1024px){
	
	body#restyle .cmp-experiencefragment--customMenu .cmp-container--headerLogin{
		position: static;
		float: right;
	}

	body#restyle .cmp-experiencefragment--Header,
	body#restyle .cmp-experiencefragment--Header > .cmp-container
	body#restyle .cmp-experiencefragment--Header > .cmp-container > .aem-Grid,
	body#restyle .cmp-experiencefragment--Header > .cmp-container > .aem-Grid > .navigation,
	body#restyle .ic-header,
	body#restyle .cmp-navigation,
	body#restyle .cmp-navigation__group > .cmp-navigation__item.cmp-navigation__item--level-0
	{
		position: static !important;
	}

	body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group{
		left: 0;
	}

}


@media(min-width: 768px){
    
    .cmp-experiencefragment--footer > .cmp-container > .aem-Grid > .container:nth-child(1) {
        width: 25%;
    }
    
    .cmp-experiencefragment--footer > .cmp-container > .aem-Grid > .container:nth-child(2) {
        width: 70%;
        padding-left: 5%;
    }
    
}




.cmp-catalogues-container > .cmp-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.cmp-catalogues-container > .cmp-container > .container{
	width: calc(50% - 1.5rem);
}

.cmp-catalogues-container > .cmp-container > .container  > .cmp-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cmp-catalogues-container > .cmp-container > .container  > .cmp-container > div{
	width: calc(50% - 1rem);
}

.cmp-catalogues-container > .cmp-container > .container  > .cmp-container > div.text{
	padding: 1rem 0;
}

.cmp-catalogues-container > .cmp-container > .container  > .cmp-container > div.text p{
	font-size: 20px;
}

.cmp-brochure-cta{
	color: #3389EE;
    text-decoration: none;
    font-weight: 700;
    margin-top: 0.5rem;
    display: inline-block;
    font-size: 16px;
}

.cmp-container--product > .cmp-container{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 -1rem;
}

.cmp-container--product > .cmp-container > .container{
    width: calc(33.33% - 2rem);
    margin: 0 1rem 2rem 1rem;
}

.cmp-container--product h3{
    margin: 0.75rem 0;
    font-size: 20px;
}

.cmp-container--product .image{
    margin-bottom: 0 !important;
}

.cmp-container--product .astrazeneca-rs-btn{
    margin-right: 1rem;
    margin-top: 0.5rem;
}

body#restyle ol{
    /*font-family: 'Fira Sans', sans-serif;*/font-family: 'Helvetica Neue';
}

body#restyle .external-link{
    color: #3389EE;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

body#restyle .zoom-icon__searchplus, body#restyle .zoom-icon__searchminus{
    color: #fff;
    background: #8F0052;
}

@media(max-width: 1024px){
    .cmp-container--product > .cmp-container > .container{
        width: calc(50% - 2rem);
    }
}

@media(max-width: 768px){
        
    .cmp-container--product > .cmp-container > .container{
        width: 100%;
    }

    .cmp-catalogues-container > .cmp-container {
        flex-wrap: wrap;    
    }
    
    .cmp-catalogues-container > .cmp-container > .container{
    	width: 100%;
    	margin: 0.75rem 0;
    }
}


/*Read more functionality*/
div#readMoreContainer {
   display: none;
}
/*Read more functionality*/


body#restyle .cmp-button-group a{
    width: 16rem;
    margin: 0.75rem 0.25rem;
}

/* search filters */


body#restyle #filter-collapsible{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

body#restyle #filter-collapsible > .cmp-resourcelistfilter__resource-search-filter-container{
    order: 0;    
}

body#restyle #filter-collapsible > #selected-filters{
    order: 2;    
}

body#restyle #filter-collapsible > .cmp-filter-button{
    order: 1;font-weight: 700;    
}


body#restyle #filter-collapsible > .cmp-filter-button a span{
    color: #8f0052;
    margin: 0.5rem 0 0.75rem 0
}  

body#restyle .cmp-resourcelistfilter__resource-panel .cmp-resourcelistfilter__image-container{
    height: auto;
    /*position: relative;*/
}

body#restyle .cmp-resourcelistfilter__resource-panel:hover .cmp-resourcelistfilter__image-container{
    transform: none;
}

body#restyle .cmp-resourcelistfilter__resource-panel a:hover{
    text-decoration: none;
}

body#restyle #filter-collapsible .cmp-resourcelistfilter__drop-down, body#restyle #filter-collapsible .cmp-resourcelistfilter__text-muted{
    display: none;
}

body#restyle .cmp-resourcelistfilter__filter-collapse-container.collapse{
    margin: 0 0 3rem 0;
    order: 2;
}


body#restyle .cmp-resourcelistfilter__resource-search-filter input{
    padding: 0.75rem 1rem;
    height: auto;
    border-radius: 0;
    border: 1px solid #999;
    font-size: 16px;font-weight: 700;
}

body#restyle .cmp-resourcelistfilter__resource-search-filter .cmp-resourcelistfilter__search-icon{
    background: transparent;
    margin-left: 10px;
    font-size: 25px;
    padding-right: 16px;
    margin-top: -2px;
}

body#restyle .cmp-resourcelistfilter__resource-search-filter .cmp-resourcelistfilter__search-icon .fa.fa-search:before{
    color: #8F0052;   
}

body#restyle .cmp-resourcelistfilter .resource-filter-item{
    margin: 0 0.5rem 0.5rem 0;
    border-radius: 0;
    border: 1px solid #999;
    font-weight: 700;
    color: #999;
    display: inline-block;
    padding: 0.5rem;
    line-height: 1;
}

body#restyle .cmp-resourcelistfilter .resource-filter-item.active{
    color: #fff;
    border: 1px solid #8F0052;
    background: #8F0052;
}

body#restyle .cmp-resourcelistfilter .resource-filter-item span{
    display: none;
}

body#restyle .cmp-resourcelistfilter .resource-filter-item.active span{
    display: inline-block;
}

body#restyle .cmp-resourcelistfilter #selected-filters{
    display: none !important;
}

body#restyle .cmp-resourcelistfilter__populated{
    width: 100%;
    display: flex;
    position: relative;
    margin: 0 -1rem;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column{
    width: calc(33.33% - 2rem);
    margin: 0 1rem 2rem 1rem;
    background: transparent;
    border: none;
    padding: 0;
}

body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column .cmp-resourcelistfilter__panel-body strong span.fa{
    display: none;    
}

body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column .cmp-resourcelistfilter__panel-body strong span{
    font-size: 1.25rem;
    font-weight: 700;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column .panel .news-bottom-txt{
    display: none;    
}

body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column .panel .cmp-resourcelistfilter__panel-body{
    padding: 0;
}

body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column .cmp-resourcelistfilter__tags-section strong, body#restyle .tag-card{
    padding: 0.5rem 0.5rem;
    display: inline-block;
    background: #8f0052;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    margin-bottom: 0.33rem;
}

body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column .panel{
    border: unset;
    padding: 0;
    background: transparent;
    height: auto;
}

body#restyle .cmp-resourcelistfilter__filter-cta-holder h3{
    display: none;
}

body#restyle .cmp-resourcelistfilter fieldset h4{
    margin-top: 0;
}

body#restyle .cmp-resourcelistfilter__image-container img{
    /*min-height: 100%;*/
    /*min-width: 100%;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: auto;*/
    /*height: auto;*/
    /*max-width: none;*/
    width: 100%;
    height: auto;
}

body#restyle .cmp-resourcelistfilter .resource-load-more, 
body#restyle .cmp-container--forgotPassword .button .cmp-form-button{
    padding: 16px 32px;
    font-weight: 700;
    background: #3389EE;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 0.5px solid #3389EE;
    transition: opacity 0.2s;
    /*font-family: 'Sora', arial, sans-serif;*/
    height: auto;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 0;
    line-height: 1.5;
}
body#restyle .cmp-masterlist--product-details .cmp-masterlist__cta-more-link{
padding: 16px 32px;
    font-weight: 700;
    background: #3389EE;
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    border: 0.5px solid #3389EE;
    transition: opacity 0.2s;
    /*font-family: 'Sora', arial, sans-serif;*/
    height: auto;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 0;
    line-height: 1.5;
    min-width: 186px;
    justify-content: space-between;
    align-items: center;
}
body#restyle .cmp-masterlist--product-details .cmp-masterlist__cta-more-link span.fa {
    font-size: 18px;
}
body#restyle #ProductListSection .cmp-masterlist__item {
    margin-bottom: 25px;
}
body#restyle #ProductListSection .cmp-masterlist__items {
    margin-bottom: 65px;
}
body#restyle .cmp-resourcelistfilter .cmp-resourcelistfilter__holder{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 1024px){
    body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column{
        width: calc(50% - 2rem);
    }
}

@media(max-width: 768px){
    
    body#restyle .cmp-resourcelistfilter__resource-search-filter .cmp-resourcelistfilter__search-icon{
        margin-top: 2px;
        right: 0;
    }

    body#restyle .cmp-resourcelistfilter__populated{
        margin: 0;    
    }
    
    body#restyle .cmp-resourcelistfilter__populated .cmp-resourcelistfilter__column{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2.5rem;
    }
}

@media(max-width: 767px){
    body#restyle .cmp-resourcelistfilter__search-icon{
        border: none;
        position: absolute;
        top: 10px;
        right: -7px;
    }
    .user-modal-container.modal .modal-box {
    max-width: 90%;
    min-height: 80vh;
}
body {
    padding-top: 0 !important;
}
}

/* end search filters */


/* FLASH CARDS */

body#restyle .cmp-carousel--flashcard .cmp-carousel-horizontal--swipe{
    background: transparent;
}

body#restyle .cmp-carousel--flashcard .image{
    width: 600px;
    max-width: 100%;
    margin: 0 0 1rem 0;
}

body#restyle .cmp-carousel--flashcard .cmp-carousel__actions{
    display: none;
}

body#restyle .cmp-carousel--flashcard .cmp-carousel__indicators .cmp-carousel__indicator{
    width: 16px;
    height: 16px;
    background: transparent;
    margin: 0 9px;
    border: 1px solid #444;
}

body#restyle .cmp-carousel--flashcard .cmp-carousel__indicators .cmp-carousel__indicator.cmp-carousel__indicator--active{
    background: #8f0052;
    border-color: #8f0052;
}

body#restyle .cmp-carousel--flashcard .cmp-carousel__indicators .cmp-carousel__indicator::after{
    display: none !important;
}

body#restyle .cmp-carousel--flashcard .cmp-carousel__indicators{
    position: static;
    align-items: center;
    justify-content: center;
    margin-top: 1.75rem;
}

body#restyle .cmp-carousel--flashcard .cmp-image__image{
    height: auto;
}

@media(max-width: 768px){
    body#restyle .cmp-carousel--flashcard .cmp-carousel__indicators.hidden-small{
        display: none;
    }
    
    body#restyle .cmp-carousel--flashcard .image img{
        max-width: calc(100% - 3rem);
        display: block;
        margin: auto;
    }
}

/* END FLASH CARDS */

/* BLURRED CAROUSEL */

body#restyle .cmp-blurred-carousel .cmp-masterlist__items .cmp-masterlist__item{
    width: 100%;
    padding: 0;
}

body#restyle .cmp-blurred-carousel .cmp-carousel__content--swipe--desktop .cmp-carousel__item--swipe{
    width: calc(1440px - 6rem);
    max-width: calc(100vw - 6rem);
}

body#restyle .cmp-blurred-carousel .cmp-masterlist__items{
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
}

body#restyle .cmp-blurred-carousel{
    overflow: hidden;
    max-width: 100%;
    float: none;
}

body#restyle .cmp-blurred-carousel > .cmp-container .cmp-carousel-horizontal{
    overflow: visible;
    background: none;
}

body#restyle .cmp-blurred-carousel > .cmp-container{
    padding: 0 3rem;
    max-width: 1440px;
    margin: auto;
    float: none;
}

body#restyle .cmp-blurred-carousel .cmp-carousel__actions{
    display: none;    
}

body#restyle .cmp-blurred-carousel .cmp-carousel__item .container{
    width: 100%;
}

body#restyle .cmp-container--protected-cta-content big{
    font-weight: 700;
    /*font-family: 'Sora', arial, sans-serif;*/
}

body#restyle .cmp-container--protected-cta-content p{
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

body#restyle .cmp-container--protected-cta-content img{
    width: 20px;
}

body#restyle .cmp-container--protected-cta-content a{
    color: #3389EE;
    font-weight: 700;
}

body#restyle .cmp-container--protected-cta-content{
    font-size: 14px;
    text-align: center;
}

body#restyle .cmp-blurred-carousel .cmp-carousel__indicators .cmp-carousel__indicator::after{
    display: none;    
}

body#restyle .cmp-blurred-carousel .cmp-carousel__indicators .cmp-carousel__indicator{
    border: 1px solid #444;
    background: transparent;
    width: 16px;
    height: 16px;
    margin: 0 8px;
}

body#restyle .cmp-blurred-carousel .cmp-carousel__indicators .cmp-carousel__indicator.cmp-carousel__indicator--active{
    background: #8F0052;
}

body#restyle .cmp-blurred-carousel .cmp-carousel__indicators.cmp-carousel__indicators--mob{
    /* display: none; */
}

body#restyle .cmp-blurred-carousel .cmp-carousel__indicators{
    position: static;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 2rem 0;
}

@media(min-width: 991px){
        
   body#restyle .cmp-blurred-carousel .cmp-carousel__indicators {
    padding: 75px 0 2rem 0;
}
    
    body#restyle .cmp-blurred-carousel .cmp-carousel__item--swipe{
        justify-content: flex-start;
    }
    
    body#restyle .cmp-blurred-carousel .cmp-carousel__item--swipe > div{
        width: 33.33%;
    }
}


@media(max-width: 991px){
    body#restyle .cmp-blurred-carousel > .cmp-container{
        padding: 0 1rem;
    }
    
    body#restyle .cmp-blurred-carousel .cmp-carousel__content--swipe--desktop .cmp-carousel__item--swipe, 
    body#restyle .cmp-blurred-carousel .cmp-carousel__content--swipe--mob .cmp-carousel__item--swipe{
        width: calc(1440px - 2rem);
        max-width: calc(100vw - 2rem);
    }
    
    body#restyle .cmp-blurred-carousel .cmp-carousel__item--swipe > div{
        width: 100%;
    }
    .cmp-experiencefragment.cmp-experiencefragment__user-signedin {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
body#restyle .cmp-experiencefragment--customMenu .cmp-container--headerLogin {
    width: 80px !important;
    padding-top: 4px;
}
body#restyle  div#myactopspace {
    display: none;
}
body#restyle #Myacsection  .cmp-title .cmp-title__text {
    text-align: left;
}
body#restyle .cmp-user--details {
    width: 100%;
}
body#restyle .cmp-subscription__user-opt-buttons {
    width: 100%;
}
body#restyle .cmp-user--details > div .cmp-user--dynamicLabel {
    width: 165px;
}

}

@media(max-width: 768px){
    body#restyle .cmp-blurred-carousel .cmp-carousel__indicators.cmp-carousel__indicators--desktop{
        display: none;
    }
    
    body#restyle .cmp-blurred-carousel .cmp-carousel__indicators.cmp-carousel__indicators--mob{
        display: flex;
    }
}
@media(max-width: 650px){
#restyle #Myacsection {
    width: 100vw;
    padding: 0 1em;
}
}
body#restyle .cmp-padding-bottom-0{
    padding-bottom: 0 !important;
}

body#restyle .cmp-resourcelistfilter__text-muted em {
    padding-right: 2px;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}

body#restyle .cmp-carousel__item.cmp-carousel__item--swipe:nth-child(1){
    margin-left: -1px;
}

/* END BLURRED CAROUSEL */

/* START ACCORDION CUSTOM*/

div#accordion-custom-lynparza {
    margin: 10px 0;
}

div#accordion-custom-green > .cmp-accordion__item {
    margin: 10px 0;
}

#accordion-custom-lynparza > .cmp-accordion__item > h3 {
    background-color: #9e9e97;
    color: #fff;
}

#accordion-custom-green > .cmp-accordion__item > h3 > button, #accordion-custom-lynparza > .cmp-accordion__item > h3 > button {
    text-align: center;
}

#accordion-custom-green > .cmp-accordion__item > h3 {
    background-color: #00927C;
    color: #fff;
}

/* END ACCORDION CUSTOM*/


/* START CUSTOM TABLE TRIXEO */
    .cas-table {
        border-collapse: collapse;
    }

    @media screen and (max-width: 768px) {
        .td-mobile {
            width: 100%;
            display:block;
        }
        .hidden-mobile{
            display: none;
        }
        .border-none-mob{
            border-top: none!important;}
            
    }            
/* END CUSTOM TABLE TRIXEO */

/* START READMORE */

body#restyle #readMorePageBtn{
    display: inline-block;
    text-align: center;
    /*font-family: 'Sora', arial, sans-serif;*/
    font-size: 16px;
    font-weight: 700;
    width: 185px;
    padding: 0.75rem 1.25rem 0.75rem 0rem;
    color: #3389EE;
    border: 1px solid #3389EE;
    margin: 1rem auto;
    text-decoration: none;
    background-image: url(/content/dam/intelligentcontent/multibrand/it/btn-arrow-down.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 135px center;
}

body#restyle .modal{
    background-color: rgba(0,0,0,0.33);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

body#restyle .modal__close{
    top: 1.25rem;
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    color: #3389EE;
}

body#restyle .cmp-modal__content .text{
    padding: 0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0rem;
}

body#restyle .cmp-modal__content .button{
    text-align: center;
}

body#restyle .cmp-modal__content .button a{
    display: inline-block;
    text-align: center;
    /*font-family: 'Sora', arial, sans-serif;*/
    font-size: 16px;
    font-weight: 700;
    padding: 0.75rem 1rem;
    color: #fff;
    background: #3389EE;
    text-decoration: none;
}

@media(max-width: 540px){
    
    body#restyle .modal__close{
        font-size: 1rem;
        background: transparent;
        position: absolute;
        left: 100%;
        margin-left: -2rem;
        top: 0;
        margin-top: 1rem;
    }
    
    body#restyle .modal__closeIcon{
        width: 1rem;
    }
    
    body#restyle .modal__closeLabel{
        visibility: hidden;
    }
    
}

/* END READMORE */


/* USERAREA REDESIGN */

body#restyle .cmp-user--profile-pic-enabled .cmp-user--profile-pic-container{
    flex: auto;
    margin: 0 0 2rem 0;
}

body#restyle .cmp-user--profile-pic-enabled{
    display: flex;
    flex-wrap: wrap;
}

body#restyle .cmp-user--profile-pic-enabled > div{
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    height: auto;
}

body#restyle .cmp-user--details{
    flex-wrap: wrap;    
}

body#restyle .cmp-user--details > div{
    width: 100%;
    height: auto;
}

body#restyle .cmp-user--profile-pic-upload-label{
    text-align: left;
    border: none;
}

body#restyle .cmp-subscription__user-opt-inputs .cmp-opt-accordion{
    border: none;
} 

body#restyle .cmp-subscription__user-opt-inputs .cmp-opt-accordion__panel-heading .cmp-panelsection-title{
    font-style: normal;    
}

body#restyle .cmp-subscription__user-opt-inputs .cmp-opt-accordion__panel-heading{
    background: transparent !important;
    padding: 0;
}

body#restyle .cmp-user--profile-pic-form .cmp-user--button-group{
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

body#restyle .cmp-user--profile-pic-form{
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    padding: 1rem;
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list {
    display: flex;
    flex-wrap: wrap;
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-list--item{
    width: 100%;
    padding: 0;
    border: none;
    display: block;
    position: relative;
    margin: 1rem 0;
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-list--item .cmp-subscription-checkbox{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-list--item .cmp-round-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-25%) translateX(-100%);
    height: 1.8rem;
    width: 2.75rem;
    background: #ccc;
    display: block;
    left: 100%;
    border-radius: 2rem;
    transition: background 0.2s;
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-list--item .cmp-round-btn:after{
    content: "";
    display: block;
    height: 1.4rem;
    width: 1.4rem;
    background: #fff;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    position: absolute;
    background: left 0.2s;
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-list--item input[type="checkbox"]:checked + .cmp-round-btn{
    background: #3389EE;
}


body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-list--item input[type="checkbox"]:checked + .cmp-round-btn:after{
    left: 18px;
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-list--item .cmp-subscription--toggle-btn{
    border: none;
}

body#restyle .cmp-subscription--opt-checkbox .cmp-opt-accordion__panel-body .cmp-subscription-list .cmp-subscription-heading{
    padding: 0;
    position: relative;
    font-size: 16px;
    padding-right: 80px;
    width: 100%;
}


body#restyle .cmp-subscription__user-opt-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}


body#restyle .cmp-subscription__user-opt-buttons button{
    width: 10rem;
    padding: 1.1rem 1.1rem;
    text-align: center;
    color: #fff;
    background: #3389EE;
    border: 1px solid transparent;
    font-size: 1.2rem;
    margin: 0 0.5rem;
    font-weight: 700;
    line-height: 1;
}


body#restyle .cmp-subscription__user-opt-buttons button.cmp-subscription-opt-reset-btn{
    color: #3389EE;
    border: 1px solid #3389EE;
    background: transparent;
}


/* END USERAREA REDESIGN */




body#restyle .cmp-subscription--opt-button .cmp-subscription-list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -0.5rem;
}

body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item{
    border: none !important;
}

body#restyle .cmp-user--profile-pic-form button{
    background: #3389EE;
    /*font-family: 'Sora';*/
    font-weight: 700;
    padding: 1rem 1.5rem;
    line-height: 1;
    color: #fff;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}

body#restyle .cmp-user--profile-pic-form button:hover{
    opacity: 0.8;
}

body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item .cmp-subscription-heading{
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #fff;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    position: relative;
    z-index: 2;
    width: 100%;
}

body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item .cmp-subscription-checkbox{
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block !important;
}

body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item .cmp-subscription-checkbox .cmp-round-btn{
    display: none !important;
}

body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item .cmp-subscription-checkbox .cmp-subscription--toggle-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    border-radius: 0.5rem;
}

body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item .cmp-subscription-checkbox .cmp-subscription--toggle-btn.active{
    background: #8F0052;
    border: none !important;
}

body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item{
    width: calc(25% - 1rem);
    margin: 0.5rem;
    border: 1px solid #bbb;
    border-radius: 0.5rem;
    position: relative;
    padding: 0rem;
}

@media(max-width: 990px){
    body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item{
        width: calc(33.33% - 1rem);
    }
}

@media(max-width: 540px){
    body#restyle .cmp-subscription--opt-button .cmp-subscription-list .cmp-subscription-list--item{
        width: calc(50% - 1rem);
    }
}


/* AUTHORS ELEMENTS */

.cmp-cta--skyblue-btn, .cmp-cta--outline-btn{
    display:flex;
    margin-right: 20px;
}

body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__submit-btn, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__clear-btn{
    margin: 0 20px;
}

body#restyle .cmp-cta--skyblue-btn a, body#restyle .cmp-cta--outline-btn a, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__submit-btn, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__clear-btn{
	/*font-family: 'Sora', arial, sans-serif!important;*/
	font-size: 16px!important;
	font-weight: 700!important;
	line-height: 20px!important;
	text-decoration: none!important;
	padding: 1.1rem 2rem!important;
	border: 1px solid #3389EE!important;
	cursor: pointer!important;
	transition: all 0.2s!important;
}

body#restyle .cmp-cta--skyblue-btn a:hover, body#restyle .cmp-cta--outline-btn a:hover, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__submit-btn:hover, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__clear-btn:hover{
    opacity: 0.8;   
}

body#restyle .cmp-container-button-group .cmp-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

body#restyle .cmp-container-button-group .cmp-container button{
	min-width: 16rem;
	margin: 0 0.25rem;
	padding-left: 2px;
	padding-right: 2px;
}


body#restyle .cmp-title--skyblue{
	color: #3389EE;
}

@media(max-width: 768px){
		
	body#restyle .cmp-container-button-group .cmp-container{
		flex-wrap: wrap;
	}

	body#restyle .cmp-container-button-group .cmp-container button{
		width: 100%;
		margin: 0.25rem 0;
	}

}

body#restyle .cmp-cta--skyblue-btn a, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__submit-btn, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__clear-btn{
	background: #3389EE;
	color: #fff!important;
	transition: all 0.2s!important;
}

body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__submit-btn, body#restyle .cmp-dynamicform__generated-form .cmp-dynamicform__clear-btn{
	width: 140px;
}

body#restyle .cmp-cta--outline-btn .cmp-button{
	color: #3389EE;
	background: transparent;
}

body#restyle .cmp-cta--align-center-btn{
	text-align: center;
} 

body#restyle .cmp-cta--align-center-btn .cmp-button{
	margin: 0 auto;
} 

@media(max-width: 768px){
	body#restyle .cmp-cta--align-center-btn .cmp-button{
		display: block;
		width: 100%;
		margin: .25rem 0;
	}
}

body#restyle .cmp-container--author-cta .cmp-container{
	border-left: 0.5rem solid #590995;
	padding-left: 2rem;
}

body#restyle .cmp-text--h2-behavior p, body#restyle .cmp-teaser--content-highlights-h2 .cmp-teaser__content .cmp-teaser__description p{
	font-size: 2rem!important;
	line-height: 1.25!important;
	/*font-family: 'Sora', arial, sans-serif!important;*/
	font-weight: 700!important;
	margin-bottom: 2rem!important;
}

body#restyle .cmp-text--h2-behavior .cmp-masterlist__item-cta-link .cmp-masterlist__item-content .cmp-masterlist__item-description p{
	font-size: 2rem;
	line-height: 1.25;
	/*font-family: 'Sora', arial, sans-serif;*/
	font-weight: 700;
}

@media(max-width: 768px){
    body#restyle .cmp-text--h2-behavior p, body#restyle .cmp-teaser--content-highlights-h2 .cmp-teaser__content .cmp-teaser__description p{
	    font-size: 1.5rem!important;
    }
    
    body#restyle .cmp-text--h2-behavior .cmp-masterlist__item-cta-link .cmp-masterlist__item-content .cmp-masterlist__item-description p{
    	font-size: 1.5rem;
    }    
}


body#restyle .cmp-masterlist--blue-labels .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-title p, 
body#restyle .cmp-masterlist--blue-labels .cmp-masterlist__item .cmp-masterlist__item-cta-link .cmp-masterlist__item-title h3 {
	color: #3389EE;
}

body#restyle .comp-text--author-quote p{
	position: relative;
    font-size: 2rem;
    line-height: 1.2;
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 5rem;
    color: #3389EE;
    /*font-family: 'Sora', arial, sans-serif;*/
    font-weight: 700;
}


body#restyle .comp-text--author-quote p::after{
	position: absolute;
	top: -10px;
	left: 0;
	content: "\201C";
	color: #3389EE;
	/*font-family: 'Sora', arial, sans-serif;*/
	font-weight: 700;
	font-size: 5rem;
}


@media(max-width: 768px){
		
	body#restyle .comp-text--author-quote p{
		padding-right: 0;
		font-size: 1.5rem;
	}


	body#restyle .comp-text--author-quote p::after{
		font-size: 4rem;
	}

    body#restyle .cmp-teaser--custom-margin-bottom{
        margin-bottom: 80px;
    }
    
    body#restyle .cmp-teaser--img-text-list .cmp-teaser .cmp-teaser__image, body#restyle .cmp-teaser--img-text-list .cmp-teaser .cmp-teaser__content {
        width: 49%;
    }
}

body#restyle .cmp-teaser--big-title .cmp-teaser__title p{
    font-size: 56px;
    word-wrap: break-word;
    line-height: normal;
}

body#restyle .cmp-teaser--img-text-list .cmp-teaser {
    padding: 0 15px 0 0;
}

@media screen and (max-width: 990px){
    body#restyle .cmp-teaser--big-title .cmp-teaser__title p {
        font-size: 32px;
    }
}

.cmp-teaser--sky-blue-button .cmp-teaser__action-container, .cmp-teaser--outline-button .cmp-teaser__action-container{
    display: flex;
}

.cmp-teaser--sky-blue-button a, .cmp-teaser--outline-button a{
    text-decoration: none;
}

.cmp-teaser--sky-blue-button .cmp-teaser__action-link {
    background: #3389EE;
    color: #fff;
}

.cmp-teaser--outline-button .cmp-teaser__action-link {
    color: #3389EE;
    background: transparent;

}

.cmp-teaser--sky-blue-button .cmp-teaser__action-link, .cmp-teaser--outline-button .cmp-teaser__action-link{
    /*font-family: 'Sora', arial, sans-serif;*/
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 1.1rem 2rem;
    border: 1px solid #3389EE;
    cursor: pointer;
    transition: all 0.2s;
}

.cmp-teaser--sky-blue-button .cmp-teaser__action-link:hover, .cmp-teaser--outline-button .cmp-teaser__action-link:hover {
    opacity: 0.8;
}

body#restyle .cmp-dynamicform__generated-form .button-group {
    text-align: center;
}

body#restyle .cmp-teaser--content-highlights .cmp-teaser__description p, body#restyle .cmp-text--h3-behavior p{
    font-size: 20px!important;
    line-height: normal!important;
    /*font-family: 'Sora', arial, sans-serif!important;*/
    font-weight: 600!important;
}


body#restyle .cmp-teaser--text-only-btn a.cmp-teaser__action-link{
    color: #3389EE;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    /*font-family: 'Sora', arial, sans-serif;*/
    display: block;
    padding: 7px 0;
}

body#restyle .cmp-teaser--image-small-teaser .cmp-image{
    width: 80%!important;
    margin: auto!important;
}

/* END AUTHORS ELEMENTS */

/* REGISTRATION CHOICES */

#cmp-registration-choices {
     display: flex;
     align-items: stretch;
     flex-wrap: wrap;
}

#cmp-registration-choices .options{
     width: 25%;
     margin-bottom: 1rem;
}

@media(max-width: 990px){
    #cmp-registration-choices .options{
        width: 33.33%;
    }
}

@media(max-width: 768px){
    #cmp-registration-choices .options{
        width: 50%;
    }
}

#cmp-registration-choices .options .cmp-form-options__field-label {
     margin: 0;
}

#cmp-registration-choices .options .cmp-form-options__field-label input{
     display: none;
}

#cmp-registration-choices .options .cmp-form-options__field-label .cmp-form-options__field-description{
     color: #fff;
     background: #aaa;
     border-radius: 0.5rem;
     padding: 1.15rem 0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1rem;
     font-weight: 700 !important;
     cursor: pointer;
}
#cmp-registration-choices .options .cmp-form-options__field-label input:checked + .cmp-form-options__field-description{
     background: #8F0052;
}

#cmp-registration-choices .options .cmp-form-options__field-label .cmp-form-options__field-description::after,
#cmp-registration-choices .options .cmp-form-options__field-label .cmp-form-options__field-description::before 
{
     display: none;
}


#cmp-registration-choices-title{
     padding-left: 0.5rem;
     margin: 3rem 0 1rem 0;
     font-size: 1.2rem;
     /*font-family: 'Sora', arial, sans-serif;*/
}


#cmp-registration-choices-title p{
     font-size: 1.2rem !important;
     /*font-family: 'Sora', arial, sans-serif !important;*/
}


/* SOCIAL ICONS */


body#restyle .custom-class-social-feature{
    position: relative;
}

body#restyle .custom-class-social-feature .cmp-socialFeatures__list{
    justify-content: flex-end;
}

body#restyle .cmp-socialFeatures__list .cmp-socialFeatures__item{
    width: 2.5rem;
}

body#restyle .cmp-socialFeatures__icon .icon-class, .cmp-socialFeatures__favorite-icon .icon-class{
    font-size: 1.3rem;
}


body#restyle .custom-class-social-feature .cmp-socialFeatures__popup-wrapper{
    position: absolute;
    right: 1rem;
    margin: inherit;
    left: auto;
    top: 100%;
    bottom: auto;
    height: auto;
    max-width: auto;
    width: auto;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    margin-top: -1rem;
    /*font-family: Sora, arial, sans-serif;*/
}

body#restyle .cmp-socialFeatures__request-to-signin-content-wrapper.cmp-socialFeatures__popup-wrapper img{
    max-width: 2rem; 
    margin-bottom: 0.25rem;
}


body#restyle .cmp-socialFeatures__request-to-signin-content-wrapper.cmp-socialFeatures__popup-wrapper a{
    font-weight: 700;
    color: #3389EE;
}

body#restyle .cmp-socialFeatures__request-to-signin-content-wrapper.cmp-socialFeatures__popup-wrapper big{
    font-weight: 700;
    /*font-family: 'Sora', arial, sans-serif;*/
    margin: 0.5rem 0;
}
/* END SOCIAL ICONS */



#NewsListSection .cmp-resourcelistfilter__resource-list-holder > .cmp-resourcelistfilter__column:nth-child(8) {
    display: none;
}
body#restyle p{font-family: 'Helvetica Neue LT Pro';font-weight: 300;line-height: 24px;}
body#restyle .cmp-teaser__title p,
body#restyle .cmp-experiencefragment--customMenu .cmp-navigation__item--level-0 .cmp-navigation__item-link .cmp-navigation__item-text{
    font-family: 'Helvetica Neue LT Pro';

}
body#restyle .cmp-container--register .cmp-formcontainer .cmp-form-text__text, 
body#restyle .cmp-container--register .cmp-formcontainer .cmp-form-options--drop-down .cmp-form-options__field--drop-down {
    font-family: 'Helvetica Neue';
}















