.fund-card {
  position: relative;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 16px;
  width: 100%;
  overflow: hidden; }
@media screen and (max-width: 900px) {
  .fund-card {
    margin-top: 0px;
    border-bottom: 1px solid #e3e9ed; } }
.fund-card .fund-card-content {
  position: relative;
  width: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none; }
.fund-card .fund-card-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.fund-card .fund-card-content:hover:before, .fund-card .fund-card-content.undefined:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.fund-card .fund-card-content span {
  cursor: pointer; }
.fund-card::before, .fund-card::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  transition: all 0.3s ease-in-out; }
.fund-card::before {
  background-color: #ffffff;
  z-index: -1; }
.fund-card::after {
  background: linear-gradient(#007b9c, #00394c);
  z-index: -2; }
@media screen and (min-width: 900px) {
  .fund-card:hover::before {
    opacity: 0; } }
.fund-card a {
  text-decoration: none; }

.fund-card-img {
  border-radius: 50%;
  border: 2px solid white;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  pointer-events: none;
  display: block;
  background-position: center;
  background-size: 160px 80px; }

.fund-name {
  font-size: 27px;
  margin-top: 16px;
  display: block;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light";
  cursor: pointer; }

.fund-type {
  font-size: 15px;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light Cnd";
  pointer-events: none; }

.description {
  opacity: 0;
  font-family: "Swiss 721 W03 Light Cnd";
  line-height: 1.36;
  transition: all 0.3s ease-in-out;
  padding: 0 20px 0 20px;
  pointer-events: none; }
@media screen and (max-width: 900px) {
  .description {
    opacity: 1;
    position: relative;
    padding: 0 8px; } }

.description a {
  text-align: bottom;
  color: #ffffff;
  cursor: pointer; }

.information {
  margin-top: 0;
  overflow: hidden; }
.information h3 {
  line-height: 1.22;
  letter-spacing: normal;
  text-transform: none; }
.information h3 {
  pointer-events: none;
  font-size: 17px;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light Cnd"; }
.information h3 .time {
  margin-right: 16px; }
.information > div:first-of-type {
  margin-top: -20px; }

.information-item {
  transform: translateX(-15px);
  font-family: "Swiss 721 W03 Light Cnd";
  padding: 0; }

.buttons {
  display: none; }

.buttons-mobile {
  display: flex;
  margin-top: 26px;
  position: relative;
  pointer-events: all;
  padding: 0; }

@media screen and (min-width: 900px) {
  .buttons {
    display: flex;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 0 16px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(100px); }

  .buttons-mobile {
    display: none; }

  .description {
    height: 500px; }

  .information {
    position: absolute;
    bottom: 24px;
    height: 242px;
    transition: all 0.3s ease-in-out; }

  .hover .buttons, .hover .description {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all; }

  .hover .information {
    display: none; }

  .hover h3, .hover .fund-name, .hover .fund-type, .hover .description {
    color: white; } }



.logo {
  flex: 0 0 50%;
  position: relative;
  display: inline-block;
  text-align: right;
  margin-right: 16px; }

.logo img {
  position: absolute;
  top: 9px;
  right: 0;
  width: 68px; }


.minimum-investment {
  display: flex;
  width: 100%;
  font-family: "Swiss 721 W03 Light Cnd"; }

.information-item .text {
    flex: 0 0 50%;
    display: inline-block;
    text-align: right;
    font-size: 17px;
    margin-right: 16px;
    color: #5b7582;
}

.minimum-investment span {
  color: #5b7582;
  margin: 0; }

.euro {
  padding-left: 4px;
  font-size: 28px; }

.month {
  font-size: 14px; }

.information-item {
  display: flex;
  width: 100%; }
.information-item .text {
  flex: 0 0 50%;
  display: inline-block;
  text-align: right;
  font-size: 18px;
  margin-right: 16px;
  color: #5b7582; }
.information-item .value {
  font-size: 19px;
  color: #859ca8;
  margin: 0 1px;
  font-family: "Swiss 721 W03 Light Cnd"; }
.information-item .colored {
  color: #5b7582;
  font-family: "Swiss 721 W03 Bd Cnd"; }

.minimum-investment .numbers {
  padding-top: 4px; }

.risk-class .numbers {
  display: flex; }

.container {
  position: relative;
  padding-top: 8px;
  min-height: 8px; }

.container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  background: #e3e9ed;
  margin: 0 auto 30px auto;
  width: 80vw;
  height: 2px;
  border-radius: 2px; }

.container::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #e3e9ed;
  border-right: 3px solid #e3e9ed;
  top: -3px;
  right: 50%;
  left: 50%;
  transform: rotate(45deg); }

.container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }

.container > .card-container {
  background-color: #ffffff;
  width: 100%;
  max-width: 316px; }

@media screen and (min-width: 900px) {
  .disclaimer {
    margin: 0; }

  .container {
    min-width: 680px; }

  .subtitle {
    font-size: 23px;
    max-width: 800px; }

  .container::before, .container::after {
    display: none; }

  .container {
    flex-flow: row wrap;
    align-items: stretch;
    align-content: flex-start; }

  .card-container {
    position: relative;
    width: fit-content;
    height: 480px;
    border: none;
    padding: 4px;
    margin: 0.5px; }

  .card-container::before, .card-container::after {
    content: '';
    position: absolute;
    background-color: #e3e9ed; }

  .card-container::before {
    top: -1px;
    right: 19px;
    bottom: -1px;
    left: 19px;
    z-index: -1; }

  .card-container::after {
    top: 23px;
    right: -1px;
    bottom: 23px;
    left: -1px;
    z-index: -1; } }
@media screen and (min-width: 1250px) {
  .container {
    width: 960px; } }
@media screen and (max-width: 900px) {
  .container {
    margin-bottom: 24px; }

  .card-container {
    margin-top: 30px; } }
.check-field {
  position: relative;
  margin-top: -2px;
  margin-bottom: 0; }

.check-field > label {
  position: relative;
  display: block;
  line-height: 1.56;
  letter-spacing: 0.2px;
  width: max-content;
  max-width: 320px;
  padding: 0;
  padding-left: 24px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Swiss 721 W03 Light Cnd"; }

.check-field > input {
  position: absolute;
  opacity: 0; }

.check-field > input:focus + label::before {
  background: #c7d4db; }

.check-field > input:focus {
  box-shadow: inset 0 0 1px 1px rgba(126, 181, 205, 0.25);
  border: 1px solid rgba(126, 181, 205, 0.25); }

.check-field > label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0px;
  vertical-align: text-top;
  background: white;
  width: 16px;
  height: 16px;
  border: solid 1px #c7d4db;
  margin-right: 10px; }

.check-field > input:checked + label::after {
  content: '\2714';
  position: absolute;
  top: 0px;
  left: 1px;
  color: #00678b; }

.check-field > input:disabled + label::before {
  box-shadow: none;
  background: #c7d4db; }

@media screen and (min-width: 900px) {
  .check-field > label {
    max-width: none;
    white-space: pre-wrap; } }
@media screen and (min-width: 900px) {
  .ub-center > .side-menu {
    flex: 240px 0 0;
    padding: 0px 0px 0px 24px; } }
.fund-card .fund-card-content {
  white-space: initial; }
.fund-card .arrow-container {
  display: inline-block; }

.ub-center > .flex-custom {
  flex: 1;
  min-width: min-content;
  overflow: hidden; }


.highstock-container .highcharts-background {
    fill: transparent;
}


/*  [aria focus accessibility fix for fundcard]  */
@media screen and (min-width: 900px) {
  .focus-aria.fund-card::before {
    opacity: 0;
  }
  .focus-aria.fund-card::after {
    background: linear-gradient(#007b9c, #00394c);
    z-index: -2;
  }
  .focus-aria .information {
    display: none;
  }
  .focus-aria .description {
    opacity: 1;
  }
  .focus-aria a > *,
  .focus-aria .description {
    color: #fff;
  }
}
.fund-card .fund-type {
  text-transform: uppercase;
}
.information > p {
  line-height: 1.22;
  letter-spacing: normal;
  text-transform: none;
  pointer-events: none;
  font-size: 17px;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light Cnd";
  display: flex;
  justify-content: center;
  margin: 0;
}
.information p .time {
  margin-right: 16px; 
}
.risk-class .value {
  color: #617782;
}
.fund-block-campaign, .fund-block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%; }

.content-short {
  position: relative;
  text-align: center;
  max-width: 900px;
  margin: 0 auto; }

.header-back-arrow {
  position: absolute;
  top: 56px;
  left: 20px;
  width: 16px;
  height: 16px;
  padding-right: 64px;
  cursor: pointer; }

.fund-title-campaign, .fund-title {
  display: inline-block;
  padding-top: 44px;
  margin-bottom: 8px;
  color: #5b7582; }

.fund-desc {
  font-size: 21px;
  font-stretch: condensed;
  line-height: 1.57;
  letter-spacing: 0.2px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #4a4a4a; }

.fund-content-minor-campaign, .fund-content-minor {
  max-width: 600px;
  margin: auto; }

.fund-content-minor-campaign {
  display: none; }

.fund-content {
  max-width: 900px; }

.fund-content-campaign {
  width: 100%;
  background: #003645;
  color: #fff; }

.fund-content-campaign .fund-desc, .fund-content-campaign .fund-title-campaign {
  color: #fff; }

.fund-content-campaign-major {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 16px; }

.fund-content-campaign-major::after {
  content: '';
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #003645; }

.fund-content-campaign-major::after {
  transform: rotate(-45deg) skew(10deg, 10deg); }

.pretext {
  display: block;
  font-family: "Swiss 721 W03 Light Cnd";
  text-align: center;
  font-size: 18px;
  line-height: 1.36;
  max-width: 650px;
  padding: 24px;
  margin: 0 auto; }

@media screen and (min-width: 990px) {
  .content-short {
    position: relative; }

  .fund-desc {
    font-size: 27px;
    line-height: 1.37;
    letter-spacing: 0.3; }

  .fund-block {
    max-width: 1200px;
    margin: 0 auto; }

  .fund-content-block {
    display: flex;
    flex-flow: row; }

  .fund-content {
    flex: 1 1 50%;
    order: 1;
    min-width: 600px;
    padding: 0; }

  .fund-content-minor-campaign, .fund-content-minor {
    flex-basis: 25%;
    order: 2;
    min-width: 232px;
    padding-top: 32px;
    padding-left: 32px;
    margin: 0; }

  .fund-content-minor-campaign {
    display: block; }

  .fund-title-campaign {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -140px;
    font-size: 46px;
    font-weight: 100;
    max-width: 1200px;
    width: 100%;
    height: 140px;
    margin: 0 auto;
    background: #003645; }

  .fund-content-campaign {
    width: 100%; }

  .sticky {
    position: sticky;
    top: 142px; } }
.make-note, .start-saving {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-family: "Swiss 721 W03 Bd Cnd";
  line-height: 0.94;
  letter-spacing: 0.2px;
  text-align: center;
  height: 48px;
  color: #fff;
  background: #00678b;
  padding: 10px 20px; }

.start-saving {
  background: #fff;
  border: 1px solid #859ca8;
  color: #5b7582;
  margin-left: 16px;
  margin-right: 16px; }

/* simple link is used differently here: in a side menu */
.simple-link {
  width: 100%;
  max-width: 227px; }

.make-note-campaign {
  background: #fff;
  color: #5b7582; }

@media screen and (min-width: 990px) {
  .ub-center > div {
    flex: unset; }

  .action-buttons-wide-column {
    flex-flow: column; }

  .make-note, .start-saving {
    max-width: 227px;
    width: 100%;
    margin-right: 0; }

  .action-buttons-wide-column .make-note {
    margin: 0;
    margin-bottom: 16px; }

  .action-buttons-wide-column .start-saving {
    margin: 0;
    margin-bottom: 16px; } }
    

.highcharts-scrollbar-thumb {
  fill: #00678b;
  rx: 8;
  ry: 8; }


/*  [fundstats] */
.js-hidden {
  display: none; }

.stats-wrap {
  margin: 0 auto;
  max-width: 950px;
  font-size: 1.25rem;
  justify-content: space-between;
  flex-flow: row wrap; }
.stats-wrap .fund-group-headers {
  display: none; }
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .stats-wrap {
    display: flex; } }
.stats-wrap .stats-list dt {
  font-weight: bold; }
.stats-wrap .fund {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  border: solid 1px #eee;
  margin: 0 0 2rem; }
@media screen and (min-width: 641px) {
  .stats-wrap .fund {
    width: 48%; } }
@media screen and (min-width: 1024px) {
  .stats-wrap .fund {
    width: auto; } }
.stats-wrap .fund ul {
  margin: 0;
  padding: 10px; }
.stats-wrap .fund ul dd {
  margin: 0; }
.stats-wrap .fund ul li {
  list-style: none;
  display: block; }
.stats-wrap .fund a {
  text-decoration: none; }
@media screen and (max-width: 1023px) {
  .stats-wrap .fund div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3px; } }
.stats-wrap .fund .mobile-margin {
  margin-bottom: 10px; }
.stats-wrap .negative-change {
  color: #9a3f19; }

@media screen and (min-width: 1024px) {
  .fund ul {
    display: flex; }
  .fund ul dl {
    display: flex;
    flex-flow: row wrap; }
  .fund .mobile-margin {
    margin-bottom: 0; }

  .stats-h {
    width: 20%; }

  .stats-wrap .fund li.stats-list {
    flex: 1; }
  .stats-wrap .fund li.stats-list dl {
    justify-content: space-evenly;
    margin: 0;
    display: flex; }
  .stats-wrap .fund li.stats-list dt {
    display: none; }
  .stats-wrap .fund li.stats-list div {
    text-align: right;
    width: 9%; }

  .stats-wrap .fund {
    margin: 0;
    border-radius: 0;
    border: none; }
  .stats-wrap .fund ul {
    padding: 5px 0px 0 0;
    border-bottom: solid 1px #ccc; }
  .stats-wrap .fund-group-headers {
    font-size: 12px;
    display: block;
    font-weight: bold; }
  .stats-wrap .fund-group-headers ul {
    margin: 0;
    padding: 0px;
    display: flex; }
  .stats-wrap .fund-group-headers ul li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .stats-wrap .fund-group-headers .stats-list {
    flex: 1; }
  .stats-wrap .fund-group-headers dl {
    justify-content: space-evenly;
    display: flex;
    margin: 0;
    flex-flow: row wrap; }
  .stats-wrap .fund-group-headers dd {
    width: 9%;
    margin: 0;
    text-align: right; } }
@media screen and (max-width: 1023px) {
  .stats-wrap .fund ul {
    padding: 0; }
  .stats-wrap .fund ul .stats-h {
    background: #007a9b;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .stats-wrap .fund ul .stats-list {
    padding: 0 10px; }
  .stats-wrap .fund ul .stats-list small {
    font-size: 12px; }
  .stats-wrap .fund ul a {
    display: block;
    color: #fff; }
  .stats-wrap .fund ul a:hover {
    text-decoration: underline; } }
.fund-group {
  margin: 0 auto 60px auto;
  max-width: 950px;
  width: 100%; }
.fund-group h3 {
  text-align: center; }
@media screen and (min-width: 1024px) {
  .fund-group h3 {
    text-align: left; } }

/*  [multichart] */
.stats-wrap .fund ul li.stats-h {
  display: flex; }

.multichart {
  max-width: 950px;
  margin: 0 auto; }

.stats-h button {
  position: relative;
  display: inline-block;
  background-color: #b2c2cc;
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 10px;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  cursor: pointer;
  margin-right: 15px; }
.stats-h button:hover {
  background-color: #333; }
.stats-h button.active {
  background-color: #00678b; }
.stats-h button.active:hover {
  background-color: #333; }
.stats-h button:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-color: #fff;
  width: 1px;
  height: 7px; }
.stats-h button:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  background-color: #fff;
  width: 7px;
  height: 1px; }
.stats-h button.active:before {
  visibility: hidden; }
.stats-h button.active:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  background-color: #fff;
  width: 7px;
  height: 1px; }
