.menuActions__subMenu--settings .panel-body .badgeCover {
  position: relative;
  display: inline-block;
}

.menuActions__subMenu--settings .panel-body .badgeCover .badge {
  position: absolute;
  left: 22px;
  top: 16px;
  padding: 0;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 13px;
}

.navigation__subMenu {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 0;
  min-height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: visible;
  background-position: left top;
  background-color: #fff;
  -webkit-transition: -webkit-transform .3s ease-in-out 0s;
  transition: -webkit-transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.3s;
}

@media only screen and (min-width: 768px) {
  .navigation__subMenu {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
  }
}

.subMenuOpen .submenu-active .navigation__subMenu {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}

@media only screen and (max-width: 767px) {
  .subMenuOpen .submenu-active .navigation__subMenu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subMenuOpen .submenu-active .navigation__subMenu {
    width: 250px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1280px) {
  .subMenuOpen .submenu-active .navigation__subMenu {
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

.navigation__subMenu .navigation__subMenuTitle {
  margin: 20px 40px 0 48px;
  font-size: 10px;
  font-size: .66667rem;
  text-transform: uppercase;
  color: #404040;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-height: 650px) {
  .navigation__subMenu .navigation__subMenuTitle {
    margin: 10px 20px 0 24px;
  }
}

.navigation__subMenu .navigation__subMenuTitle .icon {
  font-size: 30px;
  font-size: 2rem;
  color: #4d4d4d;
}

@media screen and (max-height: 650px) {
  .navigation__subMenu .navigation__subMenuTitle .icon {
    display: none;
  }
}

.navigation__subMenu .navigation__subMenuTitle .txt {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  padding: 16px 0;
  font-weight: 300;
}

@media screen and (max-height: 650px) {
  .navigation__subMenu .navigation__subMenuTitle .txt {
    padding: 8px 0;
  }
}

.navigation__subMenu .submenu-close-container {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 40px 0 48px;
}

.navigation__subMenu .submenu-close {
  color: #404040;
  height: 60px;
  border: 0;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
  background: none;
  margin-left: -20px;
  font-size: 10px;
  font-size: .66667rem;
  line-height: 30px;
}

.navigation__subMenu .submenu-close:hover {
  color: #F36F20;
}

.navigation__subMenu .navigation__subMenuList {
  margin: 17px 0 0 4px;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

@media screen and (max-height: 650px) {
  .navigation__subMenu .navigation__subMenuList {
    margin: 4px 0 0 4px;
  }
}

.navigation__subMenu .navigation__subMenuList li {
  color: #fff;
  font-size: 14px;
  font-size: .93333rem;
  color: #404040;
}

.navigation__subMenu .navigation__subMenuList li a {
  padding: 10px 10px 10px 48px;
  color: #404040;
  display: block;
}

.navigation__subMenu .navigation__subMenuList li a:hover {
  color: #F36F20;
}

.wittySaveHeader .payment__expandable {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
}

.wittySaveHeader .payment__expandable .btn-more-fields {
  margin-top: -24px;
}

.wittySaveHeader .payment__expandable .transfer-detail>dt {
  color: #4d4d4d;
  font-weight: bold;
}

.wittySaveHeader .expandable-title {
  padding-right: 32px;
  height: auto;
}

.wittySaveHeader .payment__expandableCover,
.wittySaveHeader .pos-loan-overview .pos-loan__expandableCover,
.pos-loan-overview .wittySaveHeader .pos-loan__expandableCover {
  border-radius: 1px;
  background-color: #f2f2f2;
  border: solid 1px #e5e5e5;
  padding: 24px 32px;
}

@media only screen and (max-width: 767px) {
  .wittySaveHeader .payment__expandableCover,
  .wittySaveHeader .pos-loan-overview .pos-loan__expandableCover,
  .pos-loan-overview .wittySaveHeader .pos-loan__expandableCover {
    padding: 16px;
  }
}

.wittySaveBalance {
  display: block;
  padding: 32px;
  height: 276px;
  margin-bottom: -50px;
  background: url("../graphics/bg_witty_save.svg");
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance {
    height: 100%;
    margin-bottom: 0;
    padding: 32px 32px 0;
  }
}

.wittySaveBalance__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.wittySaveBalance__inner:after {
  content: "";
  display: table;
  clear: both;
}

.wittySaveBalance__right {
  padding: 0;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__right {
    height: auto;
  }
}

.wittySaveBalance__title {
  font-size: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #262626;
  line-height: 1;
}

.wittySaveBalance__value {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 500;
  color: #262626;
  position: absolute;
  z-index: 3;
  bottom: -20px;
}

.wittySaveBalance__value .PaymentList__text {
  font-size: 15px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__value {
    position: relative;
    bottom: 0;
  }
}

.wittySaveBalance__left {
  height: 100%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__left {
    height: auto;
  }
}

.wittySaveBalance__image {
  display: none;
  height: 164px;
  position: absolute;
  z-index: 3;
  bottom: -32px;
}

@media only screen and (min-width: 1024px) {
  .wittySaveBalance__image {
    display: inline-block;
  }
}

.wittySaveBalance__timeBalance {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: 0%;
  margin-top: 18px;
}

@media only screen and (min-width: 1024px) {
  .wittySaveBalance__timeBalance {
    margin-left: 20%;
    margin-top: 0;
  }
}

.wittySaveBalance__timeCircle {
  border-radius: 100%;
  color: #fff;
  position: absolute;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle {
    position: relative;
  }
}

.wittySaveBalance__timeCircle.circleOne {
  font-size: 18px;
  font-size: 1.2rem;
  width: 175px;
  height: 175px;
  background-color: rgba(73,172,118,0.95);
  top: 0;
  left: 0;
  z-index: 3;
}

.wittySaveBalance__timeCircle.circleOne .wittySaveBalance__circlePrice {
  font-size: 30px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle.circleOne .wittySaveBalance__circlePrice {
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle.circleOne .wittySaveBalance__circleTitle {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle.circleOne {
    top: 0;
    left: 0;
  }
}

.wittySaveBalance__timeCircle.circleTwo {
  font-size: 16px;
  font-size: 1.06667rem;
  width: 155px;
  height: 155px;
  background-color: rgba(81,185,128,0.95);
  left: 28%;
  bottom: 0;
  z-index: 2;
}

.wittySaveBalance__timeCircle.circleTwo .wittySaveBalance__circlePrice {
  font-size: 28px;
  font-size: 1.86667rem;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle.circleTwo .wittySaveBalance__circleTitle {
    font-size: 12px;
    font-size: .8rem;
  }
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle.circleTwo {
    top: -46px;
    left: 36%;
  }
}

.wittySaveBalance__timeCircle.circleThree {
  font-size: 16px;
  font-size: 1.06667rem;
  width: 145px;
  height: 145px;
  background-color: #9ED9B8;
  left: 52%;
  top: 10%;
  z-index: 1;
}

.wittySaveBalance__timeCircle.circleThree .wittySaveBalance__circlePrice {
  font-size: 22px;
  font-size: 1.46667rem;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle.circleThree .wittySaveBalance__circleTitle {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__timeCircle.circleThree {
    top: -98px;
    left: 2%;
    z-index: 2;
  }
}

.wittySaveBalance__circleCurrency {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .wittySaveBalance__circleCurrency {
    display: block;
    line-height: 0.5;
  }
}

.wittySaveBalance__timeCircleText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.wittySaveBalance__circleTitle {
  margin: 0;
}

.wittySaveTransaction .transactions--header {
  padding: 20px 24px 0;
}

.wittySaveTransaction .transactions--header .td-description {
  padding-left: 20px;
  width: 22%;
}

.wittySaveTransaction .transaction--row .td-description {
  width: 22%;
}

.wittySaveTransaction__header {
  background-color: #fff;
  padding: 16px 24px;
  border: solid 1px #e6e6e6;
  border-radius: 1px;
}

.wittySaveTransaction__inner {
  display: inline-block;
}

.wittySaveTransaction__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  color: #262626;
  margin: 8px 0 0;
}

.wittySaveTransaction__menu {
  display: inline-block;
  float: right;
}

.wittySaveTransaction__menu .btn.active,
.wittySaveTransaction__menu .btn.active-filter {
  position: relative;
  background-color: #F36F20;
}

.wittySaveTransaction__menu .btn.active:before,
.wittySaveTransaction__menu .btn.active-filter:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #F36F20;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 9;
}

.wittySaveTransaction__menu .btn.active span,
.wittySaveTransaction__menu .btn.active-filter span {
  color: #fff;
}

.wittySaveFilter {
  display: block;
}

.wittySaveFilter.transactions-adjust-menu {
  position: relative !important;
  padding: 32px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -6px;
  max-width: 100% !important;
}

.wittySaveFilter__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  color: #262626;
  width: 80%;
}

.wittySaveFilter__item {
  display: block;
  font-size: 12px;
  font-size: .8rem;
}

.wittySaveFilter__legend {
  border-bottom: 0;
}

.wittySaveFilter__buttons {
  display: block;
  vertical-align: middle;
  margin-top: 36px;
  text-align: right;
}

.wittySaveFilter__check {
  display: block;
  margin-left: 0;
  margin-bottom: 16px;
  position: relative;
}

.wittySaveFilter__col {
  width: 80%;
  display: block;
}

.transactionsPlaceholderContainer {
  background-color: #fff;
}

.transactionsPlaceholderContainer .moreTransactionsHolder {
  background-color: #fafafa;
}

.transaction-filter {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .transaction-filter {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.transaction-filter .transactions-header {
  position: relative;
  color: #fff;
  background-color: #4d4d4d;
  height: 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.transaction-filter .transactions-header h3 {
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}

.transaction-filter .transactions-header .transactions-menu {
  position: absolute;
  right: 0;
  top: 0;
}

.transaction-filter .transactions-header .transactions-menu-btn:last-child {
  border-top-right-radius: 4px;
}

.transaction-filter .transactions-header .transactions-menu-btn {
  position: relative;
  float: left;
  height: 48px;
  border: none;
  padding: 0;
  margin-right: 1px;
  color: #fff;
  background-color: #4d4d4d;
}

.transaction-filter .transactions-header .transactions-menu-btn:last-child {
  margin-right: 0;
}

.transaction-filter .transactions-header .transactions-menu-btn.sort {
  margin-right: 0;
}

.transaction-filter .transactions-header .transactions-menu-btn-text {
  position: relative;
  top: -4px;
  padding: 0 15px;
  line-height: 50px;
}

.transaction-filter .transactions-header .transactions-menu-btn:hover,
.transaction-filter .transactions-header .transactions-menu-btn.active,
.transaction-filter .transactions-header .transactions-menu-btn.active-filter {
  color: #F36F20;
  background-color: #fff;
}

.transaction-filter .transactions-header .transactions-menu-btn [class^="icon-"] {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 50px;
  padding: 5px 10px;
  margin-left: -1px;
  border-left: 1px solid #626262;
  cursor: pointer;
}

.transaction-filter .transactions-header .transactions-menu-btn:first-child [class^="icon-"] {
  border-left: none;
}

.transaction-filter .transactions-header .transactions-menu-btn.sort.active:after,
.transaction-filter .transactions-header .transactions-menu-btn.adjust.active:after,
.transaction-filter .transactions-header .transactions-menu-btn.sort.active:before,
.transaction-filter .transactions-header .transactions-menu-btn.adjust.active:before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  content: "";
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  height: 12px;
  width: 12px;
  z-index: 9;
}

.transaction-filter .transactions-header .transactions-menu-btn:hover {
  color: #F36F20;
}

.transaction-filter .transactions-header .transactions-menu-btn.isHighlighted {
  color: #F36F20;
}

.transaction-filter .transactions-header .transactions-menu:after {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #e6e6e6 transparent;
}

.transaction-filter .search-transactions {
  display: none;
  width: 100%;
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #cacaca;
  background-color: #fff;
}

.transaction-filter .search-transactions.active {
  display: block;
}

.transaction-filter .search-transactions .cancel-button-holder {
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .transaction-filter .transactions-adjust-menu {
    padding: 22px;
  }

  .transaction-filter .transactions-adjust-menu .filter-menu-col {
    float: left;
    width: 50%;
  }
}

.transactions-adjust-menu {
  display: none;
  position: absolute;
  max-width: 500px;
  min-width: 300px;
  right: 0;
  padding: 22px;
  border-radius: 1px;
  border: solid 1px #d9d9d9;
  background-color: #f5f5f5;
  font-size: 13px;
  font-size: .86667rem;
  z-index: 9;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  text-transform: initial;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .transactions-adjust-menu {
    width: 500px;
  }
}

.transactions-adjust-menu.active {
  display: block;
}

@media only screen and (min-width: 768px) {
  .transactions-adjust-menu-wide {
    max-width: 700px;
    width: 700px;
  }
}

.transactions-adjust-menu .filter-menu-col {
  display: block;
}

.transactions-adjust-menu .filter-menu-col+.filter-menu-col {
  padding-left: 20px;
}

.transactions-adjust-menu.from-top {
  top: 60px;
}

.transactions-adjust-menu.from-bottom {
  bottom: 60px;
}

.transactions-adjust-menu fieldset {
  margin-bottom: 10px;
}

.transactions-adjust-menu .legend {
  font-size: 12px;
  font-size: .8rem;
  padding: 0;
  margin-bottom: 10px;
  border-bottom: none;
  font-weight: 700;
  color: #262626;
  text-transform: uppercase;
}

.transactions-adjust-menu.single-column {
  max-width: 300px;
  padding: 20px;
}

.transactions-adjust-menu .label-in-filter {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.1;
  color: #4d4d4d;
  text-align: right;
}

.transactions-adjust-menu .form-group {
  margin-bottom: 16px;
}

.transactions-adjust-menu .datepicker-input-wrapper {
  position: relative;
}

.transactions-adjust-menu .ui-datepicker-trigger {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

.transactions-adjust-menu .datepicker-field-holder.standalone {
  padding: 10px 0;
}

.transactions-adjust-menu .datepicker-field-holder .datepicker-field-label {
  float: left;
  width: 70px;
}

.transactions-adjust-menu .datepicker-field-holder .datepicker-field {
  position: relative;
  display: inline;
  overflow: hidden;
  text-align: right;
}

.transactions-adjust-menu .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
}

.transactions-adjust-menu .wrap-invert {
  float: right;
}

.sorting-filter__activation-btn {
  position: relative;
}

.sorting-filter__activation-btn.active:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -16px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 13px solid #e6e6e6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.transactions {
  margin-bottom: 10px;
}

.transactions.onpanel {
  margin-left: -24px;
  margin-right: -24px;
}

.transactions.onpanel .transactions--header.transaction--row,
.transactions.onpanel .transactions--header .transaction--row-headling,
.transactions.onpanel .transaction .transaction--row,
.transactions.onpanel .transactions--header.transaction--row--in-collapse {
  padding-left: 12px;
  padding-right: 18px;
}

@media only screen and (min-width: 768px) {
  .transactions.onpanel .transactions--header.transaction--row,
  .transactions.onpanel .transactions--header .transaction--row-headling,
  .transactions.onpanel .transaction .transaction--row,
  .transactions.onpanel .transactions--header.transaction--row--in-collapse {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.transactions.onpanel .transaction {
  background-color: #fff;
}

.transactions.onpanel .transaction .transaction-details--rowCover {
  border: 0px;
  border-top: 1px solid #e6e6e6;
}

.transactions.onpanel .transaction .transaction-details--rowCover .transaction-detail {
  display: block;
}

@media only screen and (max-width: 767px) {
  .transactions.onpanel .transaction .transaction-details--rowCover .transaction-detail {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.transactions.onpanel .transaction .transaction-details--rowCover .transaction-details__button-holder:after {
  content: "";
  display: table;
  clear: both;
}

.transactions.onpanel .transaction .transaction-details--rowCover .transaction-details__button-holder button {
  display: block;
  float: right;
  margin-right: 22px;
}

.transactions .transaction-details__button-holder:after {
  content: "";
  display: table;
  clear: both;
}

.transactions .transaction-details__button-holder button {
  display: block;
  float: right;
  margin-right: 22px;
}

.transactions--header {
  display: none;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-bottom: 0;
}

#overallPositionCarousel .transactions--header {
  border: 0;
}

.transactions--header.cheque-list--row {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .transactions--header {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (min-width: 768px) {
  .transactions--header {
    display: block;
    padding: 20px 0;
    text-transform: uppercase;
    color: gray;
    background-color: #fff;
    overflow: hidden;
  }

  .transactions--header * {
    font-size: 11px !important;
    font-size: 0.73333rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .transactions--header .td-date,
  .transactions--header .td-description,
  .transactions--header .td-description--with-running-balance,
  .transactions--header .td-debit-card-transaction-description,
  .transactions--header .td-deposit-description,
  .transactions--header .td-interest-rate-and-earned-interest,
  .transactions--header .td--interest-rate,
  .transactions--header .td--earned-interest,
  .transactions--header .td-transaction,
  .transactions--header .td-transaction--with-running-balance,
  .transactions--header .td-transaction-pending-info,
  .transactions--header .td-transaction-amount,
  .transactions--header .td-amount,
  .transactions--header .td-type,
  .transactions--header .td-pending,
  .transactions--header .td-running-balance,
  .transactions--header .td-outstanding-balance {
    float: left;
  }
}

.transactions--header .td-transaction--with-running-balance {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .transactions--header .td-transaction--with-running-balance .td-transaction-amount {
    float: right;
  }
}

.transactions .td-interest-rate-and-earned-interest,
.transactions .td-amount,
.transactions .td-outstanding-balance {
  text-align: right;
}

.transactions .th-date,
.transactions .th-type,
.transactions .th-payername,
.transactions .th-transactionamount {
  display: inline-block;
  text-transform: uppercase;
  color: #404040;
  font-size: 10px;
  font-size: .66667rem;
  margin-bottom: 10px;
}

.transactions .th-transactionamount {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .transactions .td-date,
  .transactions .th-date {
    width: 13%;
    word-break: break-all;
  }
}

.transactions .transaction-debitCard .transaction--row {
  padding: 20px 34px 20px 24px;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction-debitCard .transaction--row .td-type {
    width: 24%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .transaction-debitCard .transaction--row .td-date+.td-type+.td-description {
    width: 28%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-type,
  .transactions .th-type,
  .transactions .th-payername {
    width: 16%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-type--creditcard,
  .transactions .th-type--creditcard,
  .transactions .th-payername--creditcard {
    width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-description {
    width: 30%;
  }
}

@media only screen and (min-width: 1024px) {
  .transactions .td-description {
    width: 39%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-description--with-running-balance {
    width: 29%;
  }

  .transactions .td-description--with-running-balance.shortEdition {
    width: 18%;
    color: gray;
    font-weight: normal;
  }
}

.transactions .td-description.add-icon-placeholder {
  padding-left: 20px;
}

.transactions .td-description.add-icon-placeholder span[class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  font-size: 16px;
  font-size: 1.06667rem;
}

@media only screen and (min-width: 768px) {
  .transactions .td-description--without-type-in-row {
    width: 52%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-date+.td-date+.td-description {
    width: 41%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-date+.td-type+.td-description {
    width: 36%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-date+.td-type+.td-description--creditcard {
    width: 26%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-debit-card-transaction-description {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-transaction,
  .transactions .th-transactionamount {
    width: 35%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-transaction--with-running-balance,
  .transactions .th-transactionamount--with-running-balance {
    width: 31%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-transaction .td-transaction-pending-info,
  .transactions .th-transactionamount .td-transaction-pending-info {
    width: 35%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-transaction .td-transaction-amount,
  .transactions .th-transactionamount .td-transaction-amount {
    width: 65%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-running-balance {
    width: 14%;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .td-amount {
    width: 25%;
  }
}

.transactions .td-outstanding-balance {
  display: block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .transactions .td-outstanding-balance {
    width: 25%;
    display: inline-block;
  }
}

.transactions .loan-transactions .transaction--row .td-deposit-description,
.transactions .deposit-transactions .transaction--row .td-deposit-description {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.transactions .loan-transactions .transaction--row .td-interest-rate-and-earned-interest,
.transactions .deposit-transactions .transaction--row .td-interest-rate-and-earned-interest {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: right;
}

.transactions .loan-transactions .transaction--row .td--interest-title,
.transactions .loan-transactions .transaction--row .td--interest-rate,
.transactions .deposit-transactions .transaction--row .td--interest-title,
.transactions .deposit-transactions .transaction--row .td--interest-rate {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 700;
}

.transactions .loan-transactions .transaction--row .td--interest-title,
.transactions .deposit-transactions .transaction--row .td--interest-title {
  color: #2b8804;
}

.transactions .loan-transactions .transaction--row .td--interest-title .icon-happy,
.transactions .deposit-transactions .transaction--row .td--interest-title .icon-happy {
  font-size: 18px;
  font-size: 1.2rem;
  vertical-align: text-bottom;
}

@media only screen and (min-width: 768px) {
  .transactions .loan-transactions .transactions--header .td-date,
  .transactions .loan-transactions .transaction--row .td-date,
  .transactions .deposit-transactions .transactions--header .td-date,
  .transactions .deposit-transactions .transaction--row .td-date {
    width: 15%;
  }

  .transactions .loan-transactions .transactions--header .td-deposit-description,
  .transactions .loan-transactions .transaction--row .td-deposit-description,
  .transactions .deposit-transactions .transactions--header .td-deposit-description,
  .transactions .deposit-transactions .transaction--row .td-deposit-description {
    width: 35%;
  }

  .transactions .loan-transactions .transactions--header .td-interest-rate-and-earned-interest,
  .transactions .loan-transactions .transaction--row .td-interest-rate-and-earned-interest,
  .transactions .deposit-transactions .transactions--header .td-interest-rate-and-earned-interest,
  .transactions .deposit-transactions .transaction--row .td-interest-rate-and-earned-interest {
    width: 50%;
  }

  .transactions .loan-transactions .transactions--header .td--interest-rate,
  .transactions .loan-transactions .transaction--row .td--interest-rate,
  .transactions .deposit-transactions .transactions--header .td--interest-rate,
  .transactions .deposit-transactions .transaction--row .td--interest-rate {
    width: 40%;
  }

  .transactions .loan-transactions .transactions--header .td--earned-interest,
  .transactions .loan-transactions .transaction--row .td--earned-interest,
  .transactions .deposit-transactions .transactions--header .td--earned-interest,
  .transactions .deposit-transactions .transaction--row .td--earned-interest {
    width: 60%;
  }

  .transactions .loan-transactions .transactions--header .td-description,
  .transactions .loan-transactions .transaction--row .td-description,
  .transactions .deposit-transactions .transactions--header .td-description,
  .transactions .deposit-transactions .transaction--row .td-description {
    width: 30%;
  }

  .transactions .loan-transactions .transactions--header .td-amount,
  .transactions .loan-transactions .transaction--row .td-amount,
  .transactions .deposit-transactions .transactions--header .td-amount,
  .transactions .deposit-transactions .transaction--row .td-amount {
    width: 20%;
  }

  .transactions .loan-transactions .transactions--header .td-outstanding-balance,
  .transactions .loan-transactions .transaction--row .td-outstanding-balance,
  .transactions .deposit-transactions .transactions--header .td-outstanding-balance,
  .transactions .deposit-transactions .transaction--row .td-outstanding-balance {
    width: 30%;
  }

  .transactions .loan-transactions .transaction--row,
  .transactions .deposit-transactions .transaction--row {
    padding: 22px;
  }

  .transactions .loan-transactions .transaction--row .td-deposit-description,
  .transactions .deposit-transactions .transaction--row .td-deposit-description {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 700;
  }

  .transactions .loan-transactions .transaction--row .td--interest-rate,
  .transactions .deposit-transactions .transaction--row .td--interest-rate {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #2b8804;
  }

  .transactions .loan-transactions .transaction--row .td--interest-title,
  .transactions .deposit-transactions .transaction--row .td--interest-title {
    color: #2b8804;
    display: inline-block;
    vertical-align: middle;
  }

  .transactions .loan-transactions .transaction--row .td--interest-title .icon-happy,
  .transactions .deposit-transactions .transaction--row .td--interest-title .icon-happy {
    font-size: 18px;
    font-size: 1.2rem;
  }

  .transactions .loan-transactions .transaction--row .td--balance,
  .transactions .deposit-transactions .transaction--row .td--balance {
    display: inline-block;
    vertical-align: middle;
  }

  .transactions .loan-transactions .transaction--row .td--earned-interest,
  .transactions .deposit-transactions .transaction--row .td--earned-interest {
    display: inline-block;
    vertical-align: middle;
  }

  .transactions .loan-transactions .transaction--row .amount-text,
  .transactions .deposit-transactions .transaction--row .amount-text {
    font-size: 14px;
    font-size: .93333rem;
    color: #262626;
  }

  .transactions .loan-transactions .transaction--row .amount-text.income,
  .transactions .deposit-transactions .transaction--row .amount-text.income {
    color: #2b8804;
  }
}

@media md-min {
  .transactions .loan-transactions .transaction--row .td--interest-rate,
  .transactions .loan-transactions .transaction--row .amount-text,
  .transactions .deposit-transactions .transaction--row .td--interest-rate,
  .transactions .deposit-transactions .transaction--row .amount-text {
    font-size: 14px;
    font-size: .93333rem;
  }
}

@media sm-min {
  .transactions .card-transactions .td-pending {
    width: 12%;
  }
}

@media sm-min {
  .transactions .card-transactions .transaction .td-description {
    width: 30%;
  }
}

.transactions .transaction {
  border: 1px solid #e6e6e6;
  border-top: 0;
}

@media only screen and (max-width: 767px) {
  .transactions .transaction {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#overallPositionCarousel .transactions .transaction {
  border: 0;
}

#overallPositionCarousel .transactions .transaction+.transaction {
  border-top: 1px solid #e6e6e6;
}

.transactions .transaction>a {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  color: #262626;
}

.transactions .transaction>a.collapse-transaction-details+div {
  background-color: #fafafa;
  margin: 0;
}

.transactions .transaction>a.collapse-transaction-details+div .transaction-details--row {
  padding: 8px 0;
}

.transactions .transaction>a.collapse-transaction-details+div .transaction-details--row .transaction-detail>.headling,
.transactions .transaction>a.collapse-transaction-details+div .transaction-details--row .transaction-detail>.overview--headling {
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .transactions .transaction>a {
    padding: 0px 12px;
  }
}

.transactions .transaction>a:after {
  position: absolute;
  content: "\e61b";
  top: 9px;
  right: 22px;
  font-family: 'icomoon';
  font-size: 12px;
  font-size: .8rem;
  color: #737373;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction>a:after {
    top: 50%;
    bottom: auto;
    margin-top: -6px;
    right: 22px;
    font-size: 15px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .transactions .transaction>a:after {
    right: 22px;
  }
}

.transactions .transaction>a.collapsed:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.transactions .transaction--row {
  position: relative;
  padding: 10px 15px 5px;
  background-color: #fff;
  overflow: hidden;
}

.transactions .transaction--row .td-date,
.transactions .transaction--row .td-type {
  font-size: 13px;
  font-size: .86667rem;
  color: #4d4d4d;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction--row .td-date,
  .transactions .transaction--row .td-type {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: .93333rem;
  }
}

.transactions .transaction--row .td-description,
.transactions .transaction--row .td-deposit-description,
.transactions .transaction--row .td-debit-card-transaction-description,
.transactions .transaction--row .td-description--with-running-balance {
  position: relative;
  line-height: 1.3;
  font-size: 14px;
  font-size: .93333rem;
  white-space: normal;
  word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction--row .td-description,
  .transactions .transaction--row .td-deposit-description,
  .transactions .transaction--row .td-debit-card-transaction-description,
  .transactions .transaction--row .td-description--with-running-balance {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
  }

  .transactions .transaction--row .td-description.shortEditionLabel,
  .transactions .transaction--row .td-deposit-description.shortEditionLabel,
  .transactions .transaction--row .td-debit-card-transaction-description.shortEditionLabel,
  .transactions .transaction--row .td-description--with-running-balance.shortEditionLabel {
    font-weight: normal;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .transaction--row .td-description {
    font-weight: 500;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .transaction--row.transactions--header .td-description {
    font-weight: 300;
  }
}

.transactions .transaction--row .td-transaction,
.transactions .transaction--row .td-transaction--with-running-balance {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .transactions .transaction--row .td-transaction.td-transaction-pending-info,
  .transactions .transaction--row .td-transaction--with-running-balance.td-transaction-pending-info {
    text-align: left;
  }
}

.transactions .transaction--row .td-transaction .td-transaction-pending-info,
.transactions .transaction--row .td-transaction--with-running-balance .td-transaction-pending-info {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  font-style: italic;
}

@media only screen and (min-width: 1024px) {
  .transactions .transaction--row .td-transaction .td-transaction-pending-info,
  .transactions .transaction--row .td-transaction--with-running-balance .td-transaction-pending-info {
    font-size: 13px;
    font-size: .86667rem;
  }
}

.transactions .transaction--row .td-transaction .td-transaction-amount,
.transactions .transaction--row .td-transaction--with-running-balance .td-transaction-amount {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  text-align: right;
}

.transactions .transaction--row .td-transaction .td-transaction-amount .amount-text,
.transactions .transaction--row .td-transaction--with-running-balance .td-transaction-amount .amount-text {
  font-size: 16px;
  font-size: 1.06667rem;
}

.transactions .transaction--row .td-running-balance {
  font-size: 14px;
  font-size: .93333rem;
  color: #404040;
  line-height: 1;
}

.transactions .transaction--row .td-running-balance.shortEdition {
  line-height: normal;
  color: gray;
}

.transactions .transaction--row .td-running-balance .amount {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: inherit;
  text-align: right;
}

.transactions .transaction--row .td-amount {
  text-align: right;
}

.transactions .transaction--row .td-outstanding-balance {
  text-align: right;
}

.transactions .transaction--row .pending-info {
  display: none;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction--row {
    padding: 30px 15px 30px;
  }

  .transactions .transaction--row .td-transaction,
  .transactions .transaction--row .td-transaction--with-running-balance {
    display: inline-block;
    vertical-align: middle;
  }

  .transactions .transaction--row .td-transaction .td-transaction-pending-info,
  .transactions .transaction--row .td-transaction--with-running-balance .td-transaction-pending-info {
    padding-left: 10px;
  }

  .transactions .transaction--row .td-transaction .td-transaction-amount .amount-text,
  .transactions .transaction--row .td-transaction--with-running-balance .td-transaction-amount .amount-text {
    white-space: nowrap;
    font-size: 14px;
    font-size: .93333rem;
  }

  .transactions .transaction--row .td-running-balance {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: .93333rem;
    color: #404040;
    line-height: 1;
  }

  .transactions .transaction--row .td-running-balance .amount {
    font-size: 14px;
    font-size: .93333rem;
    font-weight: inherit;
    text-align: left;
  }

  .transactions .transaction--row .td-pending {
    display: inline-block;
    vertical-align: middle;
  }

  .transactions .transaction--row .td-amount {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
  }

  .transactions .transaction--row .td-outstanding-balance {
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .transactions .transaction--row {
    padding: 20px 24px;
    white-space: nowrap;
  }

  .transactions .transaction--row .td-transaction .td-transaction-pending-info {
    font-size: 13px;
    font-size: .86667rem;
  }

  .transactions .transaction--row .td-transaction .td-transaction-amount .amount-text {
    font-size: 14px;
    font-size: .93333rem;
  }

  .transactions .transaction--row.saving-activity {
    padding: 25px 20px;
  }

  .transactions .transaction--row.saving-activity .td-deposit-description {
    font-size: 17px;
    font-size: 1.13333rem;
  }

  .transactions .transaction--row.saving-activity .interest-rate {
    font-size: 23px;
    font-size: 1.53333rem;
  }

  .transactions .transaction--row.saving-activity .amount-text {
    font-size: 23px;
    font-size: 1.53333rem;
  }
}

.transactions .transaction--row--in-collapse {
  padding-left: 24px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction--row--in-collapse {
    padding-right: 35px;
  }

  .transactions .transaction--row--in-collapse.creditCardTransactionRow--row {
    padding-right: 80px;
  }

  .transactions .transaction--row--in-collapse.savingAccountTransactionRowPadding {
    padding-right: 24px;
  }

  .transactions .transaction--row--in-collapse--in-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.transactions .transaction--row--in-collapse.clearLeftPadding {
  padding-left: 0 !important;
}

.transactions .transaction.pending .transaction--row span[class^="icon-"] {
  position: relative;
  top: 1px;
  padding-right: 8px;
}

.transactions .transaction.pending .transaction--row .pending-info {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction.pending .creditCardTransactionRow--row .td-transaction {
    width: 33%;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .transaction.pending .creditCardTransactionRow--row .td-description--creditcard {
    width: 26%;
  }
}

.transactions .transaction.pending .creditCardTransactionRow--row .td-transaction-pending-info {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .transactions .transaction .btn.btn-white-half-width {
    padding: 0 15px 0 5px;
    width: auto;
  }
}

.transactions .transaction .transaction-details--rowCover {
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .transactions .transaction .transaction-details--rowCover {
    padding: 16px 0;
  }
}

.transactions .transaction .transaction-details--row {
  padding: 10px;
  font-size: 13px;
  font-size: .86667rem;
}

@media only screen and (max-width: 767px) {
  .transactions .transaction .transaction-details--row>div+div {
    margin-top: 10px;
  }
}

.transactions .transaction .transaction-details--row .headling,
.transactions .transaction .transaction-details--row .overview--headling {
  border-bottom: 0;
}

.transactions .transaction .transaction-details--row .headling+.cq-inner,
.transactions .transaction .transaction-details--row .overview--headling+.cq-inner {
  font-weight: 300;
  word-wrap: break-word;
}

.transactions .transaction .transaction-details--row .headling+.cq-inner:empty:before,
.transactions .transaction .transaction-details--row .overview--headling+.cq-inner:empty:before {
  content: '-';
}

@media only screen and (max-width: 767px) {
  .transactions .transaction .transaction-details--row+.transaction-details--row {
    padding-bottom: 0;
  }
}

.transactions .transaction .transaction-details--row:last-child {
  border-top: 0;
}

.transactions .transaction .transaction-details {
  position: relative;
  padding: 0 10px;
  background-color: #fafafa;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}

.transactions .transaction .transaction-details:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction .transaction-details {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .transactions .transaction .transaction-details {
    padding: 30px 38px 30px;
  }
}

.transactions .transaction .transaction-details .transaction-details__row+.transaction-details__row {
  border-top: 1px solid #c7c7c7;
}

.transactions .transaction .transaction-details__col {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction .transaction-details__col {
    float: left;
    width: 50%;
    padding: 10px 55px;
  }
}

.transactions .transaction .transaction-details__title {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  padding-bottom: 4px;
}

.transactions .transaction .transaction-details__description {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 300;
}

.transactions .transaction .transaction-details__list {
  margin: 10px 0 15px;
}

.transactions .transaction .transaction-details .transaction-detail {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: .93333rem;
}

@media only screen and (min-width: 768px) {
  .transactions .transaction .transaction-details .transaction-detail {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media only screen and (min-width: 1024px) {
  .transactions .transaction .transaction-details .transaction-detail {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.transactions .transaction .transaction-details .transaction-detail__title {
  font-weight: 400;
}

.transactions .transaction .transaction-details .transaction-detail__detail {
  font-weight: 300;
}

.transactions .transaction .transaction-details__button-holder {
  margin-top: 15px;
  overflow: hidden;
}

.transactions .transaction .income {
  color: #2b8804;
}

.transactions-withRunningBalance .td-running-balance {
  padding-left: 24px;
}

.transactions__noTranscation {
  text-align: center;
  padding: 20px 12px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-align: center;
  color: gray;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .transactions__noTranscation {
    padding: 42px 24px;
  }
}

.widget .transactions--header {
  padding: 24px 15px 0px;
}

.widget .transactions .transaction--row--in-collapse {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .widget .transactions .transaction--row--in-collapse {
    padding-right: 35px;
  }

  .widget .transactions .transaction--row--in-collapse.savingAccountTransactionRowPadding {
    padding-right: 24px;
  }
}

.transactions .transactions--header .td-description.add-icon-placeholder {
  padding-left: 0;
}

.activities-title {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .activities-title {
    margin-bottom: 30px;
  }
}

.transactionAndFilter__inputText {
  position: relative;
  bottom: 4px;
}

@media only screen and (min-width: 768px) {
  #transactionsTable.card-transactions .transactions--header.transaction--row {
    padding-right: 80px;
  }
}

@media only screen and (min-width: 768px) {
  #transactionsTable.card-transactions .transaction--row .td-transaction {
    width: 31%;
  }
}

@media only screen and (max-width: 767px) {
  #transactionsTable.card-transactions .td-transaction-pending-info {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  #transactionsTable.card-transactions a.collapse-transaction-details+div {
    margin: 0;
  }
}

.activityItems .activityItem {
  color: #262626;
  font-size: 14px;
  font-size: .93333rem;
}

@media only screen and (max-width: 767px) {
  .activityItems .activityItem {
    margin-left: 0;
    margin-right: 0;
  }
}

.activityItem__mainLink::after {
  display: none;
}

.activityItem__tableWrapper {
  position: relative;
}

.activityItem__tableWrapper .activityItem__tableRow {
  min-height: 72px;
}

@media only screen and (max-width: 767px) {
  .activityItem__tableWrapper .activityItem__tableRow--card {
    min-height: 96px;
  }
}

.activityItem__linkAbs {
  position: absolute;
  right: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .activityItem__linkAbs {
    position: relative;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    top: auto;
    text-align: right;
    padding: 0 24px 12px 24px;
  }
}

.activityItem__arrowBtn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 24px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.collapsed .activityItem__arrowBtn {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.activityItem__arrowBtn .icon {
  color: #656666;
}

@media only screen and (max-width: 767px) {
  .activityItem__arrowBtn {
    display: block;
  }
}

.activityItem__mainLink {
  color: inherit;
  display: block;
}

.activityItem__mainLink:hover,
.activityItem__mainLink:active,
.activityItem__mainLink:focus {
  color: inherit;
}

.activityItem__header {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .activityItem__header {
    display: none;
  }
}

.activityItem__headerRow,
.activityItem__tableRow,
.activityItem__tableRow--card {
  padding: 12px 24px;
}

@media only screen and (min-width: 768px) {
  .activityItem__headerRow,
  .activityItem__tableRow,
  .activityItem__tableRow--card {
    padding: 12px 24px;
  }
}

.activityItem__tableRow,
.activityItem__tableRow--card {
  background-color: #fff;
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .activityItem__tableRow,
  .activityItem__tableRow--card {
    display: block;
  }
}

.activityItemCell,
.activityItemCell--date,
.activityItemCell--typeDescription,
.activityItemCell--pending,
.activityItemCell--amount,
.activityItemCell--btnWrapper,
.activityItemCell--openBtnWrapper {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .activityItemCell,
  .activityItemCell--date,
  .activityItemCell--typeDescription,
  .activityItemCell--pending,
  .activityItemCell--amount,
  .activityItemCell--btnWrapper,
  .activityItemCell--openBtnWrapper {
    display: block;
    padding: 0;
  }
}

.activityItemCell--date {
  text-align: left;
  width: 52px;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .activityItemCell--date {
    width: 32px;
    position: absolute;
    top: 16px;
    left: 24px;
    text-align: center;
    min-height: 32px;
  }
}

.activityItemCell--date .day {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .activityItemCell--date .day {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.activityItemCell--date .month {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 4px;
}

@media only screen and (min-width: 768px) {
  .activityItemCell--date .month {
    font-size: 14px;
    font-size: .93333rem;
  }
}

.activityItemCell--date+.activityItemCell--date {
  text-align: center;
  width: 72px;
}

@media only screen and (max-width: 767px) {
  .activityItemCell--date+.activityItemCell--date {
    top: 54px;
  }
}

.activityItemCell--typeDescription {
  padding: 0 24px;
  width: 50%;
  font-size: 14px;
  font-size: .93333rem;
}

@media only screen and (max-width: 767px) {
  .activityItemCell--typeDescription {
    width: 100%;
    padding: 0 32px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .activityItemCell--pending {
    width: 100%;
    padding: 0 32px 0 40px;
  }
}

.activityItemCell--amount {
  font-size: 16px;
  font-size: 1.06667rem;
  text-align: right;
  padding-right: 12px;
}

.activityItemCell--btnWrapper {
  padding: 0 8px;
  text-align: right;
}

.activityItemCell--btnWrapper .btn {
  display: inline-block;
  opacity: 0;
}

.activityItemCell--openBtnWrapper {
  width: 24px;
  text-align: right;
}

.activityItemCell--openBtnWrapper .icon {
  font-size: 11px;
  font-size: .73333rem;
  color: #666;
  visibility: hidden;
}

.activityItem__mainLink .activityItemCell--openBtnWrapper .icon {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .activityItemCell--openBtnWrapper {
    position: absolute;
    top: 8px;
    right: 24px;
  }
}

.activityItem__headerRowCell {
  font-size: 11px;
  font-size: .73333rem;
  text-transform: uppercase;
  border-right: 0;
}

#transactionsPlaceholder .activityItem__header {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.carousel .carousel-control:focus {
  outline: auto 5px -webkit-focus-ring-color;
}

.highContrast input:focus+span:before {
  -webkit-box-shadow: 0px 0px 5px #84BFFC;
  box-shadow: 0px 0px 5px #84BFFC;
  border: 1px solid #84BFFC;
}

#ui-datepicker-div {
  display: none;
}

.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 3px 3px #84BFFC;
  box-shadow: 0px 0px 3px 3px #84BFFC;
}

.tab-pane:focus {
  outline: 0;
}

.bars__wrapper .bar:focus {
  outline: 0;
}

.skiplink ul {
  list-style: none;
  margin-bottom: 0;
}

.skiplink__link {
  position: fixed;
  top: -4.2rem;
  left: 2px;
  padding: 5px 8px;
  border: solid #d6d3cc;
  border-width: 0 1px 1px 1px;
  color: #4d4d4d;
  font-size: 16px;
  background: #fff;
  list-style: none;
  z-index: 1051;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.skiplink__link:focus,
.skiplink__link:active {
  top: 2px;
  right: auto;
  color: #4d4d4d;
}

.myOffers__wrapper {
  margin-top: 20px;
}

.myOffers__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.myOffers__emptyState {
  text-align: center;
  position: relative;
  min-height: 400px;
  background-image: url(../graphics/My_Offer_svg/My_offer_long.svg);
  background-repeat: no-repeat;
}

.myOffers__emptyStateCover {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.myOffers__emptyStateImage {
  display: block;
  margin: 0 auto;
}

.myOffers__emptyStateImage.iconHeight {
  height: 55px;
}

.myOffers__emptyStateText {
  padding-top: 32px;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .myOffers__aside__wrapper {
    padding-right: 24px;
  }
}

.myOffers__aside {
  min-height: auto;
  overflow: scroll;
  height: auto;
}

.myOffers__aside.active {
  display: block;
}

@media only screen and (min-width: 768px) {
  .myOffers__aside {
    display: block;
    height: 505px;
    min-height: 505px;
  }
}

.myOffers__container {
  padding: 16px;
  margin-bottom: 0;
  min-height: 550px;
  position: relative;
}

.myOffers__container .panel-spacer>*+* {
  margin-top: 16px;
}

.myOffers__asideRowTitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: gray;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin: 36px 0 5px;
}

a.myOffers__ListItemLink:hover,
a.myOffers__ListItemLink:active,
a.myOffers__ListItemLink:focus {
  color: #000;
}

.myOffers__ListItemLink {
  color: gray;
  position: relative;
  display: block;
  padding: 16px 30px 16px 60px;
}

.myOffers__ListItemLink:after {
  content: "\e90c";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
}

.myOffers__ListItemLink.currentVisible {
  opacity: 0.8;
  border-radius: 4px;
  background-color: #e6e6e6;
  border: solid 1px #e6e6e6;
}

.myOffers__ListItemLink.currentVisible:hover,
.myOffers__ListItemLink.currentVisible:active {
  color: #000 !important;
}

.myOffers__ListItemLink .icon {
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.2rem;
  padding: 0;
}

.myOffers__ListItemLink .lineCover {
  display: inline-block;
}

.myOffers__ListItemLink .lineCover>span+span {
  margin-top: 4px;
}

.myOffers__ListItemLink .line1,
.myOffers__ListItemLink .line2,
.myOffers__ListItemLink .line3 {
  display: block;
  line-height: 1.2;
}

.myOffers__ListItemLink .line1 {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #262626;
}

.myOffers__ListItemLink .line2 {
  font-size: 12px;
  font-size: .8rem;
  color: #4d4d4d;
}

.myOffers__ListItemLink .line3 {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.myOffers__ListItemLink.unRead:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #F36F20;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4px;
  border-radius: 50%;
  margin-top: -4px;
}

.myOffers__ListItemLink:hover .line1 {
  text-decoration: underline;
}

.myOffers__ListItemLink:hover span,
.myOffers__ListItemLink:hover .line2,
.myOffers__ListItemLink:hover .line3 {
  color: #000;
}

.MyOffersContaierMessage {
  padding: 22px 14px;
  padding-left: 38px;
  background-color: #D8F0F0;
  position: relative;
  border-radius: 4px;
  font-size: 0;
  min-height: 56px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierMessage {
    padding: 22px;
    padding-left: 52px;
  }
}

.MyOffersContaierMessage.hurryUp,
.MyOffersContaierMessage.busy {
  background-color: #D8F0F0;
}

.MyOffersContaierMessage.notAvailable {
  background-color: #F8EABC;
}

.MyOffersContaierMessage.passed {
  background-color: #F8EABC;
}

.MyOffersContaierMessage.ready {
  background-color: #e2edde;
}

.MyOffersContaierMessage__icon {
  font-size: 16px;
  font-size: 1.06667rem;
  position: absolute;
  top: 22px;
  left: 14px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierMessage__icon {
    left: 22px;
  }
}

.MyOffersContaierMessage__text {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #262626;
  margin: 0;
}

.withButton .MyOffersContaierMessage__text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .withButton .MyOffersContaierMessage__text {
    width: 70%;
  }
}

.MyOffersContaierMessage__textLink {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin: 0;
}

.MyOffersContaierMessage__linkCover {
  display: block;
  width: 100%;
  vertical-align: middle;
  text-align: right;
  padding-top: 8px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierMessage__linkCover {
    width: 30%;
    display: inline-block;
    padding-top: 0;
  }
}

.MyOffersContaierMessage__link {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #4d4d4d;
}

.MyOffersContaierOfferInfo {
  border-radius: 4px;
  padding: 18px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo {
    padding: 40px 32px;
  }
}

.MyOffersContaierOfferInfo__header {
  padding-bottom: 0;
}

.MyOffersContaierOfferInfo__header:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo__header {
    padding-bottom: 32px;
  }
}

.MyOffersContaierOfferInfo__header.welcomeState {
  text-align: center;
  padding-top: 88px;
}

.MyOffersContaierOfferInfo__header.welcomeState .MyOffersContaierOfferInfo__imageCover {
  width: 110px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 22px;
}

.MyOffersContaierOfferInfo__header.welcomeState .MyOffersContaierOfferInfo__image {
  width: 100%;
  display: block;
}

.MyOffersContaierOfferInfo__header.welcomeState .MyOffersContaierOfferInfo__headerText {
  font-size: 16px;
  font-size: 1.06667rem;
  padding-left: 0px;
  color: #262626;
}

.MyOffersContaierOfferInfo__header.welcomeState .MyOffersContaierOfferInfo__headerText .title2 {
  font-weight: bold;
  color: #262626;
}

.MyOffersContaierOfferInfo__header.welcomeState .MyOffersContaierOfferInfo__headerText .title2 p {
  margin: 0;
}

.MyOffersContaierOfferInfo__header.welcomeState .MyOffersContaierOfferInfo__headerText .title1 {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.06667rem;
  padding-top: 0;
  font-weight: 300;
}

.MyOffersContaierOfferInfo__imageNumber {
  position: absolute;
  top: 11px;
  right: 16px;
  background-color: #F36F20;
  border: 3px solid #f5f5f5;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  height: 28px;
  width: 28px;
  line-height: 22px;
}

.MyOffersContaierOfferInfo__image {
  display: block;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo__image {
    text-align: inherit;
    display: inline-block;
  }
}

.MyOffersContaierOfferInfo__image.alignCenter {
  max-width: 80px;
  display: block;
  margin: 0 auto;
}

.MyOffersContaierOfferInfo__headerText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  padding-top: 12px;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo__headerText {
    padding-left: 30px;
    padding-top: 0px;
  }
}

.MyOffersContaierOfferInfo__headerText .title1 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  color: #262626;
  margin: 0;
  padding-top: 8px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo__headerText .title1 {
    padding-top: 24px;
  }
}

.MyOffersContaierOfferInfo.negativeRisk .MyOffersContaierOfferInfo__headerText .title1 {
  color: #DE5B3D;
}

.MyOffersContaierOfferInfo__headerText .text {
  font-size: 12px;
  font-size: .8rem;
  color: #4d4d4d;
}

.MyOffersContaierOfferInfo__headerText .title2 {
  font-size: 14px;
  font-size: .93333rem;
  color: gray;
}

.MyOffersContaierOfferInfo__headerText .title2 b,
.MyOffersContaierOfferInfo__headerText .title2 bold,
.MyOffersContaierOfferInfo__headerText .title2 strong {
  color: #4d4d4d;
  font-weight: bold;
}

.MyOffersContaierOfferInfo__listCover {
  padding: 24px 0 56px;
}

.MyOffersContaierOfferInfo__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.MyOffersContaierOfferInfo__list:after {
  content: "";
  display: table;
  clear: both;
}

.MyOffersContaierOfferInfo__item {
  float: left;
  border-left: 0px;
  padding-top: 12px;
  margin: 8px 0px 8px;
  padding-left: 0px;
}

.MyOffersContaierOfferInfo__item:first-child {
  padding-top: 0;
  border-left: 0px;
  padding-left: 0px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo__item {
    padding-left: 16px;
    padding-right: 12px;
    padding-top: 0;
    border-left: 1px solid #e6e6e6;
    margin-top: 32px;
  }

  .MyOffersContaierOfferInfo__item:nth-child(1) {
    margin-top: 0;
  }

  .MyOffersContaierOfferInfo__item:nth-child(2) {
    margin-top: 0;
  }

  .MyOffersContaierOfferInfo__item:nth-child(3) {
    margin-top: 0;
  }
}

.MyOffersContaierOfferInfo__item .descIcon {
  color: gray;
  font-size: 20px;
}

.MyOffersContaierOfferInfo__item .descIcon.icon-loan {
  font-size: 22px;
  line-height: 20px;
}

.MyOffersContaierOfferInfo__item .textCover {
  padding-top: 4px;
}

.MyOffersContaierOfferInfo__item .textCover .line1 {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.3;
  color: gray;
  display: block;
}

.MyOffersContaierOfferInfo__item .textCover .line2 {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.2;
  color: #262626;
  display: block;
}

.MyOffersContaierOfferInfo__body {
  padding-top: 12px;
}

.MyOffersContaierOfferInfo__bodyText {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.3;
  color: #4d4d4d;
  margin-bottom: 48px;
}

.MyOffersContaierOfferInfo__footer {
  padding: 32px 0 0;
  border-top: 1px solid #e6e6e6;
}

.MyOffersContaierOfferInfo__footer:after {
  content: "";
  display: table;
  clear: both;
}

.MyOffersContaierOfferInfo__footerText {
  font-size: 10px;
  font-size: .66667rem;
  font-style: italic;
  line-height: 1.4;
  color: #4d4d4d;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo__footerText {
    padding-bottom: 0px;
  }
}

.MyOffersContaierOfferInfo.withButton .MyOffersContaierOfferInfo__footerText {
  width: 100%;
  float: left;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo.withButton .MyOffersContaierOfferInfo__footerText {
    width: 70%;
  }
}

.MyOffersContaierOfferInfo__footerButton {
  width: 100%;
  float: none;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierOfferInfo__footerButton {
    width: 30%;
    float: left;
  }
}

.MyOffersContaierFreeText {
  padding: 22px 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .MyOffersContaierFreeText {
    padding: 30px 40px;
  }
}

.MyOffersContaierFreeText__title {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #4d4d4d;
  margin: 0;
}

.MyOffersContaierFreeText__text {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
  color: gray;
  margin: 0;
  margin-top: 16px;
}

.documentPanel {
  margin: 27px 0;
}

.DocumentPreviewMode {
  position: relative;
}

.panel-background .DocumentPreviewMode {
  padding: 0;
}

.DocumentPreviewMode .panel {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 0;
}

.DocumentPreviewMode .download-wrapper-doc {
  bottom: 55px;
  right: 16px;
}

.DocumentPreviewMode__jump {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: -17px;
  right: -17px;
  text-align: center;
  color: #4d4d4d;
  padding: 10px 0;
  font-style: italic;
  background-color: #f5f5f5;
  border: solid 1px #d9d9d9;
  font-size: 12px;
  font-size: .8rem;
}

@media only screen and (min-width: 768px) {
  .DocumentPreviewMode__jump {
    left: 0;
    right: 0;
  }
}

.DocumentPreviewMode__buttonCover {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  padding: 10px 24px;
  height: 60px;
}

.DocumentPreviewMode__buttonCover .buttons {
  position: absolute;
  right: 24px;
  bottom: 10px;
}

.DocumentPreviewMode__buttonCover .scrollDown .scrollDown__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.DocumentPreviewMode__buttonCover .scrollDown .scrollDown__icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: rgba(77,77,77,0.2);
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: 68px;
  color: gray;
  line-height: 40px;
  font-size: 14px;
  font-size: .93333rem;
  text-align: center;
}

.DocumentPreviewMode__modalWrapper {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .DocumentPreviewMode__modalWrapper {
    padding: 0 10px;
  }
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode {
  padding: 0;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode .panel {
  padding: 0 24px;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode .content {
  padding: 20px 0;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode__scroll {
  height: 300px;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode__section {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
  line-height: 1.5;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode__section+.DocumentPreviewMode__modalWrapper .DocumentPreviewMode__section {
  margin-top: 16px;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode__section h1 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #262626;
  line-height: 1.1;
  font-weight: 300;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode__section h2 {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 700;
  color: #262626;
  margin: 0;
  padding-top: 24px;
}

.DocumentPreviewMode__modalWrapper .DocumentPreviewMode__section p {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
  margin-bottom: 0;
}

.DocumentPreviewMode__previewTag {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.DocumentPreview__downloadBtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: #4d4d4d;
  color: #e6e6e6;
  border-radius: 50%;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.DocumentPreview__downloadBtn:hover {
  background-color: #262626;
}

.preApprovedLoans .transfer--status>div {
  vertical-align: middle;
}

.preApprovedLoans__successMessage {
  border-top: 1px solid #e6e6e6;
  padding: 16px 0 0;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.3;
  color: #4d4d4d;
  padding-right: 0%;
}

@media only screen and (min-width: 768px) {
  .preApprovedLoans__successMessage {
    padding-right: 25%;
  }
}

.preApprovedLoans__successMessage .line {
  margin: 0;
}

.preApprovedLoans__successMessage+.MyOffersContaierMessage {
  margin-top: 36px;
  margin-bottom: 36px;
}

.extraInsurance {
  padding: 30px 0;
  background-color: #f5f5f5;
  border-top: solid 1px #e6e6e6;
}

.extraInsurance__title {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #262626;
  font-weight: 400;
}

.extraInsurance__selectors .custom-radio-group,
.extraInsurance__selectButton .custom-radio-group {
  padding: 0;
}

.extraInsurance__note {
  font-size: 11px;
  font-size: .73333rem;
  margin: 15px 0 0;
  padding: 0 10px;
  line-height: 1.27;
  letter-spacing: 0.2px;
  color: #4d4d4d;
  text-align: center;
}

.myOffers__note {
  font-size: 11px;
  font-size: .73333rem;
  margin: 15px 0;
  line-height: 1.27;
  color: #4d4d4d;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .myOffers__note {
    margin: 15px 0 30px;
  }
}

.documentListGroup+.documentListGroup {
  margin-top: 20px;
}

.documentListGroup__title {
  padding-bottom: 4px;
  color: gray;
  font-size: 12px;
  font-size: .8rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 17px;
}

.splitOffers .DocumentPreviewMode {
  padding: 0;
}

.splitOffers .transfer {
  padding: 25px 0;
}

.splitOffers__text {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.43;
  color: #4d4d4d;
}

.splitOffers__list,
.splitOffers__list--small {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.splitOffers__list--small {
  border-top: 1px solid #e5e5e5;
}

.splitOffers__listItem {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.2;
  position: relative;
}

.splitOffers__list--small .splitOffers__listItem {
  font-size: 12px;
  font-size: .8rem;
}

.configuratorIntroText {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: .93333rem;
}

.splitOffers__listItemLink {
  position: relative;
  display: table;
  width: 100%;
  min-height: 40px;
  color: #262626;
  padding-left: 15px;
  padding-right: 40px;
}

.splitOffers__listItemLink.isCheckable {
  min-height: 64px;
}

.confirmed .splitOffers__listItemLink.isCheckable {
  color: #2b8804;
  font-weight: bold;
}

.confirmed .splitOffers__listItemLink.isCheckable:after {
  content: '';
  background: url(../graphics//transfer_successful.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.declined .splitOffers__listItemLink.isCheckable {
  color: #DE5B3D;
  font-weight: bold;
}

.declined .splitOffers__listItemLink.isCheckable:after {
  content: '';
  background: url(../graphics//transfer_rejected.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.splitOffers__listItemLink .button-label {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.active .splitOffers__listItemLink {
  color: #262626;
  font-weight: 700;
  background-color: #e6e6e6;
  border-radius: 4px;
}

.active .splitOffers__listItemLink:after {
  content: "\e61b";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 8px;
  font-size: .53333rem;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.deactive .splitOffers__listItemLink {
  color: #ccc;
  cursor: not-allowed;
}

.splitOffers__list--small .splitOffers__listItemLink {
  height: 40px;
}

.splitOffers__checkBoxCover {
  background-color: #fff;
  padding: 22px;
  margin-bottom: 16px;
}

.splitOffers__checkBox label {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  line-height: 1.2;
  color: #262626;
}

.splitOffers__listTitle {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.2;
  color: gray;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding-bottom: 4px;
}

.splitOffers__list--small+.splitOffers__listTitle {
  margin-top: 20px;
}

.creditBureauBox__row+.creditBureauBox__row {
  margin-top: 24px;
}

.creditBureauBox__row>*+* {
  margin-left: 16px;
}

.fadeInOut-enter {
  opacity: 0.01;
}

.fadeInOut-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.fadeInOut-leave {
  opacity: 1;
}

.fadeInOut-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.fadeInOutPayments-enter {
  opacity: 0.01;
}

.fadeInOutPayments-enter-active {
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in;
  transition: opacity 350ms ease-in;
}

.fadeInOutPayments-leave {
  height: 0;
  position: absolute;
  opacity: 0;
}

.fadeInOutPayments-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 1ms ease-in;
  transition: opacity 1ms ease-in;
}

.MyOffersNegativeRiskCheck {
  border-radius: 4px;
  padding: 18px;
}

@media only screen and (min-width: 768px) {
  .MyOffersNegativeRiskCheck {
    padding: 40px;
  }
}

.MyOffersNegativeRiskCheck__imageWrapper {
  float: left;
  width: 110px;
  padding: 0 20px;
}

.MyOffersNegativeRiskCheck__text {
  margin-left: 110px;
}

.MyOffersNegativeRiskCheck__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  color: #262626;
  margin-bottom: 30px;
}

.MyOffersNegativeRiskCheck__description {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.disclaimerWrapper {
  padding: 0 22px;
}

.loanConfigPreview__editWrapper {
  padding: 20px 0;
  text-align: center;
}

#svgLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2.3s ease infinite;
  animation: spin 2.3s ease infinite;
}

#svgLoader.small {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}

#svgLoader.medium {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

#svgLoader.big {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.svgLoader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.svgLoader .st0 {
  fill: #E05A17;
}

.svgLoader .st1 {
  fill: #F36F1F;
}

.svgLoader .st2 {
  fill: #F39513;
}

.svgLoader .st3 {
  fill: #FBCC7B;
}

.svgLoader .st4 {
  fill: #FEE6BD;
}

.svgLoader:nth-child(1) {
  z-index: 8;
  -webkit-animation: spin 2.5s cubic-bezier(0.23, .07, 0.701, .99) infinite;
  animation: spin 2.5s cubic-bezier(0.23, .07, 0.701, .99) infinite;
}

.svgLoader:nth-child(2) {
  z-index: 7;
  -webkit-animation: spin 2.5s cubic-bezier(0.26, .14, 0.602, .98) infinite;
  animation: spin 2.5s cubic-bezier(0.26, .14, 0.602, .98) infinite;
}

.svgLoader:nth-child(3) {
  z-index: 6;
  -webkit-animation: spin 2.5s cubic-bezier(0.29, .21, 0.503, .97) infinite;
  animation: spin 2.5s cubic-bezier(0.29, .21, 0.503, .97) infinite;
}

.svgLoader:nth-child(4) {
  z-index: 5;
  -webkit-animation: spin 2.5s cubic-bezier(0.32, .28, 0.404, .96) infinite;
  animation: spin 2.5s cubic-bezier(0.32, .28, 0.404, .96) infinite;
}

.svgLoader:nth-child(5) {
  z-index: 4;
  -webkit-animation: spin 2.5s cubic-bezier(0.35, .35, 0.305, .95) infinite;
  animation: spin 2.5s cubic-bezier(0.35, .35, 0.305, .95) infinite;
}

.svgLoader:nth-child(6) {
  z-index: 3;
  -webkit-animation: spin 2.5s cubic-bezier(0.38, .42, 0.206, .94) infinite;
  animation: spin 2.5s cubic-bezier(0.38, .42, 0.206, .94) infinite;
}

.svgLoader:nth-child(7) {
  z-index: 2;
  -webkit-animation: spin 2.5s cubic-bezier(0.41, .49, 0.107, .93) infinite;
  animation: spin 2.5s cubic-bezier(0.41, .49, 0.107, .93) infinite;
}

.svgLoader:nth-child(8) {
  z-index: 1;
  -webkit-animation: spin 2.5s cubic-bezier(0.44, .56, 0.008, .92) infinite;
  animation: spin 2.5s cubic-bezier(0.44, .56, 0.008, .92) infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.LoaderMiddle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
  z-index: 99999;
}

.loaderWrapper {
  position: relative;
  min-height: 300px;
}

.loaderWrapper--fullAbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loaderCurtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: backgroundFadeIn;
  animation-name: backgroundFadeIn;
}

.loaderCurtain--clearBg {
  background-color: transparent;
}

@-webkit-keyframes backgroundFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes backgroundFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#searchFieldIcon.icon-spinner {
  -webkit-animation: rotationsearchFieldIcon 2s infinite linear;
  animation: rotationsearchFieldIcon 2s infinite linear;
}

@-webkit-keyframes rotationsearchFieldIcon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotationsearchFieldIcon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.highContrastActivated * {
  border-color: #fff000 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.highContrastActivated div,
.highContrastActivated dd,
.highContrastActivated dt,
.highContrastActivated td,
.highContrastActivated span,
.highContrastActivated legend,
.highContrastActivated li,
.highContrastActivated li>a.btn,
.highContrastActivated .navigation,
.highContrastActivated .switcher-menu li.active a,
.highContrastActivated .dropdown-menu,
.highContrastActivated .with-trusted-label>span.btn-trusted:after,
.highContrastActivated .quick-access-nav .menu-link#quickAccessMenuSettingsBtn,
.highContrastActivated .FundsNewBar__link,
.highContrastActivated .FundsNewBar__arrow,
.highContrastActivated .HighlightedProduct,
.highContrastActivated .Tag,
.highContrastActivated .legend,
.highContrastActivated .legend__link:after,
.highContrastActivated .FundYieldsInfo__infoIcon,
.highContrastActivated .FundRiskAndRewardProfile__infoIcon,
.highContrastActivated .FundsExplorer__td,
.highContrastActivated .TradeBox__boxHeaderIcon,
.highContrastActivated .MyPortfolio__backBtn,
.highContrastActivated .myPortfolio__rowCollapse {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .header--actions .header--options .header--useractions li a:hover,
.highContrastActivated .full-width-tab-menu>li:hover,
.highContrastActivated .header--actions .header--options .header--useractions li a:hover span,
.highContrastActivated .currency-exchange-widget .currency-exchange-calculator .equal:before,
.highContrastActivated .currency-exchange-widget .currency-exchange-table--header .col-holder .col-currency:after {
  color: #000 !important;
  background-color: #fff000 !important;
}

.highContrastActivated .panel .inputMaterial.withIcon div.currency-label,
.highContrastActivated .panel .inputMaterial.withIcon div.model-label {
  color: #000 !important;
  background-color: #fff000 !important;
}

.highContrastActivated .panel .inputMaterial.withIcon div.currency-label span,
.highContrastActivated .panel .inputMaterial.withIcon div.model-label span {
  color: #000 !important;
  background-color: #fff000 !important;
}

.highContrastActivated button,
.highContrastActivated .btn-go,
.highContrastActivated .btn-go .icon-arrow-right,
.highContrastActivated .btn,
.highContrastActivated .btn span,
.highContrastActivated .select-holder .custom-select-menu .selection-made:before,
.highContrastActivated .footer-collapse .footer--large-phone-number a.alexStyle,
.highContrastActivated .footer-collapse span.icon-phone,
.highContrastActivated .transactions .transaction.pending .transaction--row:before,
.highContrastActivated .line-chart .vertical-bar .data-graphical,
.highContrastActivated .panel-header__bar:after,
.highContrastActivated .progress-dg__bar,
.highContrastActivated .transfer--header__icon:after {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .btn.inverted,
.highContrastActivated .btn.inverted span {
  border: none !important;
  color: #fff000 !important;
  background-color: transparent !important;
}

.highContrastActivated .btn.btn-pure,
.highContrastActivated .btn.btn-pure>.button-label,
.highContrastActivated .btn.btn-pure>span {
  border: 0px !important;
  color: #fff000 !important;
  background-color: #000 !important;
}

.highContrastActivated .btn.btn-pure:hover,
.highContrastActivated .btn.btn-pure>.button-label:hover,
.highContrastActivated .btn.btn-pure>span:hover {
  text-decoration: underline !important;
}

.highContrastActivated h1,
.highContrastActivated h2,
.highContrastActivated h3,
.highContrastActivated h4,
.highContrastActivated h5,
.highContrastActivated h6,
.highContrastActivated p,
.highContrastActivated label,
.highContrastActivated a,
.highContrastActivated .customSelect select {
  color: #fff000 !important;
  text-shadow: none;
}

.highContrastActivated .simpleCheckbox label input[type="checkbox"]:checked+.labelText:before {
  background: #000 !important;
  border-color: #fff000 !important;
}

.highContrastActivated .simpleCheckbox label input[type="checkbox"]:checked+.labelText:after {
  color: #fff000 !important;
}

.highContrastActivated .header {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #000 !important;
}

.highContrastActivated .header .search-holder .search {
  color: #fff000 !important;
  background-color: #000 !important;
}

.highContrastActivated .header .search-holder .right-inner-addon i:before {
  color: #fff000 !important;
}

.highContrastActivated .header--actions>div>a:hover {
  background-color: transparent !important;
}

.highContrastActivated .header .search-and-actions .header--actions>.header--options.isActive .header--useractions {
  background-color: #000 !important;
}

.highContrastActivated .header .search-and-actions .header--actions>.header--options .header--useractions:before {
  background-color: #000 !important;
  border-top: 1px solid #fff000 !important;
  border-left: 1px solid #fff000 !important;
}

.highContrastActivated .select-holder .custom-select-menu .selection-made:after {
  color: #000 !important;
}

.highContrastActivated .transactions .transaction>a:after,
.highContrastActivated .transfer-detail dt,
.highContrastActivated .transfer-detail dd {
  color: #fff000 !important;
}

.highContrastActivated .navigation {
  background-image: none;
  background: transparent !important;
}

.highContrastActivated .navigation__subMenu {
  background-image: none;
  border-left: 0;
}

.highContrastActivated .navigation-logo .logo-small {
  position: inherit;
}

.highContrastActivated .panel {
  -webkit-box-shadow: 0 0 4px #fff000 !important;
  box-shadow: 0 0 4px #fff000 !important;
  border: none;
}

.highContrastActivated .panel.panel-payments {
  -webkit-box-shadow: 0 0 4px transparent !important;
  box-shadow: 0 0 4px transparent !important;
}

.highContrastActivated .panel .panel-payments-content .modSpacer+.optional-fields {
  border: none;
}

.highContrastActivated .panel .panel-footerDetail {
  background: transparent !important;
}

.highContrastActivated .panel>div>.containerActivities,
.highContrastActivated .panel>div>.containerActivities>*,
.highContrastActivated .panel>div>.containerActivities>*>sup>button,
.highContrastActivated .panel .activityChart__time_chart {
  background: #000 !important;
}

.highContrastActivated .panel .activityChart__ball {
  background: #fff000 !important;
}

.highContrastActivated .panel *,
.highContrastActivated .panel *:before,
.highContrastActivated .panel *:after {
  border-color: #fff000 !important;
}

.highContrastActivated .paginationDirectionBtn>a:before {
  background: #000 !important;
}

.highContrastActivated .footer-activator:after,
.highContrastActivated .dropdown .dropdown-menu li.group-title,
.highContrastActivated .transactions .transaction+.transaction,
.highContrastActivated .inputMaterial__input,
.highContrastActivated .currency-exchange-widget .currency-exchange-table .col-holder .col-currency,
.highContrastActivated .footer-collapse .footer--bottom-line__left .textResize__resize:before,
.highContrastActivated .currency-exchange-widget .currency-exchange-table--header .col-holder .col-currency:before,
.highContrastActivated .AlertWithCol,
.highContrastActivated .TradeBox__box,
.highContrastActivated .FundsExplorer,
.highContrastActivated .DefineProfile,
.highContrastActivated .alertInfo {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .inputMaterial__input,
.highContrastActivated .form-control {
  color: #fff000 !important;
  background-color: #000 !important;
}

.highContrastActivated .info-with-popup.active:after {
  border-left-color: #fff000 !important;
  border-right-color: #fff000 !important;
  border-bottom-color: #fff000 !important;
}

.highContrastActivated .inputMaterial span.errField,
.highContrastActivated .customSelectMaterial span.errField,
.highContrastActivated .materializeTextarea span.errField {
  margin-top: 1px;
}

.highContrastActivated .breadcrumb>li.active {
  color: #fff000;
}

.highContrastActivated .progress-dg__bar {
  border: 1px solid #fff000;
  background-color: #000 !important;
}

.highContrastActivated .modal-dialog {
  border: none;
}

.highContrastActivated .progress-dg__bar-current {
  background-color: #fff000 !important;
}

.highContrastActivated .alert {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .alert span {
  background-color: transparent !important;
  color: #000 !important;
}

.highContrastActivated .expandable .collapse-btn {
  border: 0;
  border-top: 1px solid #fff000 !important;
}

.highContrastActivated .expandable .collapse-btn .expandable-title:after {
  color: #fff000 !important;
}

.highContrastActivated .custom-checkbox label input[type="checkbox"]+span:before,
.highContrastActivated .custom-checkbox label input[type="checkbox"]+input[type="hidden"]+span:before {
  background-color: #000 !important;
  border: 1px solid #fff000 !important;
}

.highContrastActivated .custom-checkbox label input[type="checkbox"]+span:after,
.highContrastActivated .currency-exchange-table--row>td:before,
.highContrastActivated .select-beneficiary:before,
.highContrastActivated .custom-checkbox label input[type="checkbox"]+input[type="hidden"]+span:after {
  background-color: #fff000 !important;
}

.highContrastActivated .small-checkbox-inline label input[type="checkbox"]:checked+input[type="hidden"]+span:before,
.highContrastActivated .small-checkbox-inline label input[type="radio"]:checked+input[type="hidden"]+span:before,
.highContrastActivated .small-checkbox-inline label input[type="checkbox"]+input[type="hidden"]+span:before,
.highContrastActivated .small-checkbox-inline label input[type="radio"]+input[type="hidden"]+span:before {
  background-color: #000 !important;
}

.highContrastActivated .small-checkbox-inline label input[type="checkbox"]:checked+input[type="hidden"]+span:after,
.highContrastActivated .small-checkbox-inline label input[type="radio"]:checked+input[type="hidden"]+span:after {
  color: #fff000 !important;
  background-color: #000 !important;
}

.highContrastActivated .breadcrumb>li+li:before,
.highContrastActivated .header .search-and-actions .header--actions>li.header--options:after {
  color: #fff000 !important;
}

.highContrastActivated .currency-exchange-widget .currency-exchange-table--footer {
  background-color: #000 !important;
}

.highContrastActivated .header .search-and-actions .header--actions>li.header--options .header--useractions {
  background-color: #000 !important;
}

.highContrastActivated .header .search-and-actions .header--actions>li.header--options .header--useractions:before {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .header .search-and-actions .header--actions>li.header--options.isActive,
.highContrastActivated .header .search-and-actions .header--actions>li.header--options:hover {
  background-color: #000 !important;
}

.highContrastActivated .customSelectMaterial:before,
.highContrastActivated .ui-selectmenu-button:before {
  color: #000 !important;
  background-color: #fff000 !important;
}

.highContrastActivated #saveForLaterButton,
.highContrastActivated #saveForLaterButton span {
  background-color: #000 !important;
  color: #fff000 !important;
  border: 0 !important;
}

.highContrastActivated .modal .modal-dialog .modal-content .modal-coverPopup .modal-linePopup:before {
  background-color: #fff000 !important;
}

.highContrastActivated .modal .close {
  background-color: #000 !important;
}

.highContrastActivated .dropdown.widget-menu ul li a:hover,
.highContrastActivated .dropdown.widget-menu ul li a:active,
.highContrastActivated .dropdown.widget-menu ul li a:focus,
.highContrastActivated .dropdown.quick-access ul li a:hover,
.highContrastActivated .dropdown.quick-access ul li a:active,
.highContrastActivated .dropdown.quick-access ul li a:focus {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .dropdown.widget-menu ul li a:hover span,
.highContrastActivated .dropdown.widget-menu ul li a:active span,
.highContrastActivated .dropdown.widget-menu ul li a:focus span,
.highContrastActivated .dropdown.quick-access ul li a:hover span,
.highContrastActivated .dropdown.quick-access ul li a:active span,
.highContrastActivated .dropdown.quick-access ul li a:focus span {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .dropdown.widget-menu .btn-icon-right.disabled,
.highContrastActivated .dropdown.quick-access .btn-icon-right.disabled {
  opacity: 0.4 !important;
}

.highContrastActivated .dropdown-menu:before {
  background-color: #000 !important;
  border-left: 1px solid #fff000 !important;
  border-top: 1px solid #fff000 !important;
}

.highContrastActivated .dropdown-menu>li>a:hover,
.highContrastActivated .dropdown-menu>li>a:focus {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .dropdown-menu>li>a:hover span,
.highContrastActivated .dropdown-menu>li>a:focus span {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .dropdown-toggle {
  border: 1px solid #fff000 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.highContrastActivated .language.dropdown .dropdown-toggle {
  border: none !important;
}

.highContrastActivated .login--body .login-holder .login--form .dropdown.login-method>a .custom-caret {
  right: 1px;
}

.highContrastActivated span.errField {
  color: #fff000 !important;
}

.highContrastActivated ::-webkit-input-placeholder {
  color: #7F7700 !important;
}

.highContrastActivated :-moz-placeholder {
  color: #7F7700 !important;
}

.highContrastActivated ::-moz-placeholder {
  color: #7F7700 !important;
}

.highContrastActivated :-ms-input-placeholder {
  color: #7F7700 !important;
}

.highContrastActivated .nav-tabs {
  background-color: transparent !important;
}

.highContrastActivated .self-care__accordion .panel-accordion .collapse-btn.collapsed:after {
  color: #fff000 !important;
}

.highContrastActivated .nav-tabs__fakeRadio li.active a:after {
  background-color: #fff000 !important;
}

.highContrastActivated .nav-tabs__fakeRadio li a {
  background-color: transparent !important;
  border-bottom: 0 !important;
}

.highContrastActivated .nav-tabs__fakeRadio li a:before {
  background-color: transparent !important;
  border-color: #fff000 !important;
}

.highContrastActivated .login--table-narrow--cell--block {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .overall-position--segment .main-data .nickname {
  top: 0;
}

.highContrastActivated ul.operatorList,
.highContrastActivated li.operatorItem {
  background-color: transparent;
}

.highContrastActivated .customSelectMaterial select:disabled,
.highContrastActivated .ui-selectmenu-button select:disabled {
  background-color: #fff000 !important;
  color: #000;
  opacity: .5;
}

.highContrastActivated .transfer--notification {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .dailySavingGraphBar__item {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .clear-input {
  background-color: transparent !important;
}

.highContrastActivated .nav-tabs li a {
  background: none !important;
  color: #fff000 !important;
  border: none;
}

.highContrastActivated .nav-tabs--secondary a {
  border: none;
}

.highContrastActivated .nav-tabs>li.active>*,
.highContrastActivated .nav-tabs>li.active>*>*,
.highContrastActivated .nav-tabs>li.active>*>*>* {
  color: #000 !important;
  background: #fff000 !important;
}

.highContrastActivated .nav-tabs>li.active>*>span {
  color: #fff000 !important;
  background: #000 !important;
}

.highContrastActivated .nav-tabs>li.active a:after,
.highContrastActivated .nav-tabs>li>a:hover:after,
.highContrastActivated .nav-tabs>li>a:focus:after {
  background-color: #fff000 !important;
}

.highContrastActivated .nav-tabs--secondary>li.active>a,
.highContrastActivated .nav-tabs--secondary>li.active>a>span {
  color: #000 !important;
  background: #fff000 !important;
}

.highContrastActivated .nav-tabs--primary>li {
  background: transparent !important;
}

.highContrastActivated .nav-tabs--primary>li.active>a,
.highContrastActivated .nav-tabs--primary>li.active>a>span {
  color: #fff000 !important;
  background: #000 !important;
}

.highContrastActivated .nav-tabs--primary>li>a>span {
  color: #fff000 !important;
  background: none !important;
}

.highContrastActivated .nav-tabs--primary li.active:after,
.highContrastActivated .nav-tabs--primary>a.active:after {
  background-color: #fff000 !important;
}

.highContrastActivated .nav-tabs--primary li.active h2 {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .nav-tabs--primary li.active .changeSavingsTab {
  background: transparent !important;
}

.highContrastActivated .nav-tabs__fakeRadio>li.active>a {
  color: #fff000 !important;
  background: #000 !important;
  border: none;
}

.highContrastActivated #activateRdsButton,
.highContrastActivated #activateRdsButton>span {
  background: black !important;
  color: yellow !important;
  border: none;
}

.highContrastActivated .alert.alert__info--transparent {
  background: #000 !important;
}

.highContrastActivated .alert.alert__info--transparent>span {
  color: yellow !important;
}

.highContrastActivated .popover.right>.arrow:after {
  border-right-color: yellow;
  background: black;
}

.highContrastActivated .arrow {
  border: none;
}

.highContrastActivated .userData__branchOpeningHours:before {
  background-color: #fff000 !important;
}

.highContrastActivated .productListPanel__btn.isActive:after {
  background-color: #fff000 !important;
}

.highContrastActivated .loginTabs>li>a {
  border-bottom: 1px solid #fff000 !important;
}

.highContrastActivated .loginTabs>li.active>a {
  border-bottom: 0 !important;
}

.highContrastActivated .loginTabs>li+li {
  border-left: 1px solid #fff000 !important;
}

.highContrastActivated .overall-position--segment .data-visual.seperated:before {
  background-color: #fff000 !important;
}

.highContrastActivated .overview--headling .dropdown.quick-access button {
  background: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .overview--headling .dropdown.quick-access .custom-caret {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated ul.activateCardTab>li.active>a>span {
  color: #fff000 !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.highContrastActivated button.btn-beneficiary,
.highContrastActivated ul.beneficiaries>li.active {
  color: #000 !important;
  background-color: #000 !important;
}

.highContrastActivated button.btn-beneficiary:hover,
.highContrastActivated ul.beneficiaries>li:hover {
  color: #000 !important;
  background-color: #000 !important;
  border: 1px solid #fff000 !important;
}

.highContrastActivated .btn-trusted:after {
  color: #000 !important;
}

.highContrastActivated .wittySaveBalance {
  background-image: none !important;
}

.highContrastActivated .wittySaveBalance__timeCircle {
  background-color: #fff000 !important;
}

.highContrastActivated .wittySaveBalance__timeCircleText,
.highContrastActivated .wittySaveBalance__circleValue {
  background: transparent !important;
}

.highContrastActivated .wittySaveBalance__circleTitle,
.highContrastActivated .wittySaveBalance__circlePrice,
.highContrastActivated .wittySaveBalance__circleCurrency {
  color: #000 !important;
  background: transparent !important;
}

.highContrastActivated .wittySaveTransaction__menu .btn.active:before,
.highContrastActivated .wittySaveTransaction__menu .btn.active-filter:before {
  background-color: #fff000 !important;
}

.highContrastActivated .currency-label {
  background: transparent !important;
}

.highContrastActivated .trustedBeneficiary-checkbox>label>span,
.highContrastActivated .favorite-beneficiary-mark {
  border: 1px solid #000 !important;
  background-color: #000 !important;
}

.highContrastActivated .trustedBeneficiary-checkbox>label>span:before,
.highContrastActivated .favorite-beneficiary-mark:before {
  background-color: #fff000 !important;
  border: 1px solid #fff000 !important;
}

.highContrastActivated .trustedBeneficiary-checkbox>label>span:after,
.highContrastActivated .favorite-beneficiary-mark:after {
  color: #000 !important;
}

.highContrastActivated .favorite-beneficiary-mark.active {
  border-color: 1px solid #000 !important;
}

.highContrastActivated .favorite-beneficiary-mark.active:after {
  color: #fff000 !important;
}

.highContrastActivated .favorite-beneficiary-mark.active:before {
  background-color: #000 !important;
}

.highContrastActivated .dropdown>button {
  background-color: #000 !important;
}

.highContrastActivated .quick-payment-widget-empty {
  background-image: none;
}

.highContrastActivated .quick-access-nav .menu-opener {
  background-color: #fff000 !important;
}

.highContrastActivated .quick-access-nav .menu-opener .menu-opener-inner {
  background-color: transparent !important;
  color: #000 !important;
}

.highContrastActivated .navigation__icon.active:before {
  background-color: #fff000 !important;
  background-image: none;
}

.highContrastActivated .quick-access-nav .menu-inner__item--closer .quick-access__icon {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .login-SmartAuthToDoList>li:before {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated body.login .footer-collapse .textResize__resize.active:after,
.highContrastActivated .footer-collapse .footer--bottom-line .textResize__resize.active:after {
  background-color: #fff000 !important;
}

.highContrastActivated .qrImgHolder .qrReloadBtn {
  background-color: transparent !important;
}

.highContrastActivated .qrImgHolder .qrReloadBtn .icon-refresh {
  background-color: transparent !important;
}

.highContrastActivated .tooltip {
  background-color: transparent !important;
}

.highContrastActivated .tooltip .tooltip-inner {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .selfcare__panel-links li a {
  border: 0;
}

.highContrastActivated .selfcare__panel-links li a:hover {
  text-decoration: underline;
}

.highContrastActivated .dropdown.actions .btn.btn-arrow,
.highContrastActivated .dropdown.actions .btn.btn-dots span {
  background-color: transparent !important;
}

.highContrastActivated .dropdown.actions .btn.btn-arrow:before,
.highContrastActivated .dropdown.actions .btn.btn-dots span:before {
  color: #fff000 !important;
}

.highContrastActivated .dropdown.quick-access .dropdown-menu,
.highContrastActivated .dropdown-menu {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .switcher-menu li {
  background-color: transparent  !important;
}

.highContrastActivated .switcher-menu li .btn {
  border: 0;
}

.highContrastActivated .switcher-menu>li:after {
  background-color: #fff000 !important;
}

.highContrastActivated .switcher-menu li.active,
.highContrastActivated .switcher-menu li.active:after,
.highContrastActivated .switcher-menu>.btn.active:after {
  background-color: transparent !important;
}

.highContrastActivated .transactions-header {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .login-SmartAuthToDoList>li {
  color: #fff000 !important;
}

.highContrastActivated .transactions-menu .transactions-menu-btn {
  background-color: transparent !important;
  height: 48px;
}

.highContrastActivated .btn-more-fields:after {
  color: #000 !important;
}

.highContrastActivated .transaction-filter .search-transactions {
  border: 1px solid #fff000 !important;
  border-top: 0px !important;
}

.highContrastActivated .transaction-filter .transactions-header .transactions-menu-btn.sort.active:after,
.highContrastActivated .transaction-filter .transactions-header .transactions-menu-btn.adjust.active:after,
.highContrastActivated .transaction-filter .transactions-header .transactions-menu-btn.sort.active:before,
.highContrastActivated .transaction-filter .transactions-header .transactions-menu-btn.adjust.active:before {
  background-color: #000 !important;
  border-top: 1px solid #fff000 !important;
  border-left: 1px solid #fff000 !important;
}

.highContrastActivated .inputMaterial.add-search-icon:before {
  color: #fff000 !important;
}

.highContrastActivated .custom-radio-group li>label:before {
  background-color: transparent !important;
}

.highContrastActivated .custom-radio-group input[type=radio]:checked+label:after {
  background-color: #fff000 !important;
}

.highContrastActivated .header .search-and-actions .header--actions>.header--options>a:after {
  color: #fff000 !important;
}

.highContrastActivated .notificationsFlyout__list .notifications__list {
  border-color: #000 !important;
}

.highContrastActivated .notificationsFlyout:before {
  background-color: #000 !important;
  border-color: #fff000 !important;
}

.highContrastActivated .btn.btn-back {
  background-color: transparent !important;
  border: 0px !important;
}

.highContrastActivated .btn.btn-back:hover span {
  text-decoration: underline;
}

.highContrastActivated .btn.btn-back span {
  color: #fff000 !important;
  background-color: transparent !important;
}

.highContrastActivated .btn.btn-back:after {
  border-color: #000 !important;
}

.highContrastActivated .btn.btn-back:before {
  color: #000 !important;
  background-color: #fff000 !important;
  border: 0px !important;
  font-weight: bolder;
}

.highContrastActivated .modal-coverPopup {
  background-color: transparent !important;
}

.highContrastActivated .line-chart .bar-item {
  background-color: #fff000 !important;
}

.highContrastActivated .line-chart .bar-background {
  background-color: #333000 !important;
}

.highContrastActivated .carousel-control,
.highContrastActivated .carousel-control>span {
  color: #000 !important;
  background-color: #fff000 !important;
}

.highContrastActivated .carousel-control:hover,
.highContrastActivated .carousel-control>span:hover {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .carousel-control:hover span,
.highContrastActivated .carousel-control>span:hover span {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .mobileActivation__phoneGroupNumber li {
  color: #fff000 !important;
}

.highContrastActivated .j-openAvatarMenu {
  background-color: #000 !important;
  width: 69px;
}

.highContrastActivated .j-openAvatarMenu:hover {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .j-openAvatarMenu>.icon-circled-profile::before {
  color: #fff000 !important;
}

.highContrastActivated .notificationFlyoutToggle {
  background-color: #000 !important;
}

.highContrastActivated .notificationFlyoutToggle:hover {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .notificationFlyoutToggle>.icon-alert::before {
  color: #fff000 !important;
}

.highContrastActivated .highcharts-container {
  background: transparent !important;
}

.highContrastActivated .highcharts-button-box {
  fill: #000 !important;
}

.highContrastActivated .highcharts-background {
  fill: #000;
}

.highContrastActivated .highcharts-button-disabled text {
  fill: #fff000 !important;
  color: #fff000 !important;
}

.highContrastActivated .highcharts-button.highcharts-button-pressed .highcharts-button-box,
.highContrastActivated .highcharts-button .highcharts-button-hover .highcharts-button-box {
  stroke: #fff000 !important;
}

.highContrastActivated .highcharts-button.highcharts-button-pressed text {
  fill: #fff000 !important;
}

.highContrastActivated .highcharts-tooltip .highcharts-tooltip-box {
  stroke-width: 0px;
  fill: #fff000;
  fill-opacity: 0.85;
  color: #000;
}

.highContrastActivated .highcharts-tooltip text,
.highContrastActivated .highcharts-tooltip tspan {
  fill: #000;
  color: #000;
  font-weight: 300;
}

.highContrastActivated .innovationWidget__progressBar {
  background: #000 !important;
}

.highContrastActivated .innovationWidget__progressBar>.innovationWidget__progressBarItself {
  background: #fff000 !important;
}

.highContrastActivated .innovationWidget__collapseItem .image.active {
  background-color: #fff000 !important;
}

.highContrastActivated .btn.j-toggleOverallPosition {
  border: 0 !important;
  background-color: transparent !important;
}

.highContrastActivated .btn.j-toggleOverallPosition span {
  border: 0 !important;
  color: #fff000 !important;
  background-color: #000 !important;
}

.highContrastActivated .horizontalBarChart.line-chart .chart-trends .bar-holder .bar {
  background-color: #fff000 !important;
}

.highContrastActivated .horizontalBarChart.line-chart .chart-trends .bar-holder .bar:before {
  background: #000 !important;
}

.highContrastActivated .bar.total-repaid:before {
  color: #000 !important;
}

.highContrastActivated .bar-holder {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .loans-repaid,
.highContrastActivated .horizontalBarChart.line-chart .chart-trends .bar-holder .bar {
  background-color: #fff000 !important;
}

.highContrastActivated .inputMaterial span.errField:before,
.highContrastActivated .customSelectMaterial span.errField:before,
.highContrastActivated .materializeTextarea span.errField:before {
  background-color: #fff000 !important;
}

.highContrastActivated .responsiveImage {
  display: none;
}

.highContrastActivated .icon-sort:before {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .avatarInitials.avatarInitials--small::after {
  color: #fff000 !important;
}

.highContrastActivated .errList>li {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .custom-radio-group label:before {
  border-color: #fff000 !important;
}

.highContrastActivated .rail,
.highContrastActivated .rail>.wrap,
.highContrastActivated .rail>.wrap>.nav-tabs>li {
  background: transparent !important;
}

.highContrastActivated .large-nav-tabs li.active a .circleNumber,
.highContrastActivated .large-nav-tabs li.active a:hover .circleNumber,
.highContrastActivated .large-nav-tabs li.active a:focus .circleNumber {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .large-nav-tabs li a .circleNumber {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .expandable .collapse-btn .expandable-title:after {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .payment-list .expandable-title .account-title__line2 {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated button .icon-warning {
  background-color: transparent !important;
  color: #fff000 !important;
}

.highContrastActivated .standalone-filter .btn.active:after,
.highContrastActivated .standalone-filter .btn.active:after,
.highContrastActivated .standalone-filter .btn.active:before,
.highContrastActivated .standalone-filter .btn.active:before {
  background-color: #000 !important;
}

.highContrastActivated .footer__bankOfLogo.white {
  display: inline-block !important;
}

.highContrastActivated .footer__bankOfLogo.gray {
  display: none !important;
}

.highContrastActivated .footer-popup .footer-tab--item a {
  border: 0 !important;
}

.highContrastActivated .footer-popup .footer-tab--item a span:first-child {
  color: #fff000 !important;
}

.highContrastActivated .footer-tab--voice {
  background-color: transparent !important;
  color: #fff000 !important;
}

.highContrastActivated .footer-popup .footer-tab--item a .footer-tab--voice {
  background-color: transparent !important;
  color: #fff000 !important;
}

.highContrastActivated .footer-popup .footer__content--txt p,
.highContrastActivated .footer-popup .footer__content--txt li {
  color: #fff000 !important;
}

.highContrastActivated .btn .icon {
  background-color: transparent !important;
}

.highContrastActivated .footer-popup .footer-tab--item li.active>a {
  font-weight: bold !important;
}

.highContrastActivated .footer-popup .footer-tab--item li.active>a span {
  font-weight: bold !important;
}

.highContrastActivated div .navigation__touchOpenMenu {
  background-color: transparent !important;
}

.highContrastActivated .navigation__subMenu .submenu-close {
  background-color: transparent !important;
}

.highContrastActivated .submenu-close {
  color: #fff000 !important;
  background-color: transparent !important;
}

.highContrastActivated .header>.container:before {
  background-color: transparent !important;
}

.highContrastActivated .navigation__mainItems {
  border-radius: 1px;
}

.highContrastActivated .navigation__curtain {
  background-color: transparent !important;
}

.highContrastActivated .subMenuOpen .submenu-active .navigation__subMenu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 1280px) {
  .highContrastActivated .subMenuOpen .submenu-active .navigation__subMenu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1024px) {
  .highContrastActivated .header .search-and-actions {
    border-bottom: 1px solid #fff000 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .highContrastActivated .header .search-and-actions {
    border-left: 1px solid #fff000 !important;
    border-right: 1px solid #fff000 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .highContrastActivated .header .search-and-actions .header--actions>.header--messages,
  .highContrastActivated .header .search-and-actions .header--options,
  .highContrastActivated .header .search-and-actions .nav-holder {
    border-right: 1px solid #fff000 !important;
  }
}

.highContrastActivated .header .search-holder .search {
  border-bottom: 0;
}

.highContrastActivated .header--options.isActive,
.highContrastActivated .header--options:hover,
.highContrastActivated .header--messages.isActive,
.highContrastActivated .header--messages:hover {
  background: #fff000 !important;
}

.highContrastActivated .header--options.isActive span,
.highContrastActivated .header--options:hover span,
.highContrastActivated .header--messages.isActive span,
.highContrastActivated .header--messages:hover span {
  background-color: transparent !important;
  color: #000 !important;
}

.highContrastActivated .header--options.isActive span.badge,
.highContrastActivated .header--options:hover span.badge,
.highContrastActivated .header--messages.isActive span.badge,
.highContrastActivated .header--messages:hover span.badge {
  color: #fff000 !important;
  background-color: #000 !important;
  border: 2px solid #fff000 !important;
}

.highContrastActivated .header--options .header--useractions li a,
.highContrastActivated .header--options .header--useractions li a span {
  color: #fff000 !important;
}

.highContrastActivated .fawry__pagination .pagination li>a {
  background-color: #000 !important;
}

.highContrastActivated .fawry__pagination .pagination li.active>a {
  color: #000 !important;
  background-color: #fff000 !important;
  font-weight: bold;
  cursor: pointer  !important;
}

.highContrastActivated .fawry__pagination .pagination li.hover>a {
  color: #000 !important;
  background-color: #fff000 !important;
  font-weight: bold;
  cursor: pointer  !important;
}

.highContrastActivated .pagination-arrow .bg-round:after {
  background-color: #fff000 !important;
}

.highContrastActivated .pagination-arrow .bg-round:before {
  color: #000;
}

.highContrastActivated .fawryFilter .btn-open-filter {
  background-color: #000 !important;
}

.highContrastActivated .fawryFilter .btn-open-filter {
  background-color: #000 !important;
}

.highContrastActivated .fawryFilter .btn-open-filter .icon-adjust:before {
  color: #000;
  background-color: #fff000;
  border-radius: 100%;
}

.highContrastActivated .myProducts__switcher .btn span,
.highContrastActivated .legend__details .btn span {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .FundsFilter__buttonsEnd button.btn.btn-default {
  background-color: #000 !important;
  border: none !important;
}

.highContrastActivated .FundsFilter__buttonsEnd button.btn.btn-default span {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .myPortfolio__cell button,
.highContrastActivated .FundsExplorer__th button,
.highContrastActivated .legend__details button,
.highContrastActivated .alertInfo_link button,
.highContrastActivated .FundProductPage__innerWidget button {
  background-color: #000 !important;
  color: #fff000 !important;
  border-color: #fff000 !important;
}

.highContrastActivated .itemBtn button.btn-arrow {
  border-color: transparent !important;
}

.highContrastActivated .itemBtn .dropdown:after {
  background-color: #fff000 !important;
}

.highContrastActivated .btn-arrow:after,
.highContrastActivated .btn-arrow:before,
.highContrastActivated .btn-dots:after,
.highContrastActivated .btn-dots:before,
.highContrastActivated .bg-round:after,
.highContrastActivated .bg-round:before {
  background-color: #000 !important;
  color: #fff000 !important;
  border-color: #fff000 !important;
}

.highContrastActivated .PageBox__box:before,
.highContrastActivated .btn-circle.setActivate:before,
.highContrastActivated .chartValue+.chartValue:before,
.highContrastActivated .FundYieldsInfo__rowBar {
  background-color: #fff000 !important;
}

.highContrastActivated .AssetAllocation__barFill {
  background-image: none !important;
  background-color: #fff000 !important;
}

.highContrastActivated .TradeBox__box,
.highContrastActivated .DefineProfile__rightCont,
.highContrastActivated .DefineProfile__leftCont,
.highContrastActivated .ProductHighlights__left,
.highContrastActivated .FundsFilter__inputSearchContainer,
.highContrastActivated .OnYourPortfolio__header {
  background: none !important;
  background-image: none !important;
  background-color: #000 !important;
}

.highContrastActivated .FundProductPage__tabList .nav-tabs>li>a:after {
  height: 6px;
}

.highContrastActivated .MyPortfolio__backBtn {
  left: 2px;
  top: 2px;
}

.highContrastActivated .ProductHighlights__right {
  border-left: 1px solid #fff000 !important;
}

.highContrastActivated #map div {
  background-color: transparent !important;
}

.highContrastActivated .login__loginForm-wrapper {
  border-left: 1px solid #fff000 !important;
}

.highContrastActivated .login__mainRow {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .loginForm__titleTooltip {
  border: none;
}

.highContrastActivated .loginForm__titleTooltip>.icon-info {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .FundsFilter__labelInputReset {
  border: none;
  background-color: #000 !important;
}

.highContrastActivated .filterContainer>.nav-tabs>li.active>a>div>p>span,
.highContrastActivated .filterContainer>.nav-tabs>li.active>a>div>p {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .FundsFilter .filterText:after {
  background-color: #000 !important;
}

.highContrastActivated .simpleCheckbox.checked label .labelText:before {
  background-color: #000 !important;
  border-color: #fff000 !important;
}

.highContrastActivated .simpleCheckbox.checked label .labelText:after {
  color: #fff000 !important;
}

.highContrastActivated .simpleCheckbox.notchecked label .labelText:before {
  background-color: #000 !important;
  border-color: #fff000 !important;
}

.highContrastActivated .rc-slider {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .nav-tabs--vertical>li>a {
  border: 1px solid #fff000 !important;
}

.highContrastActivated .SalesExperiencePanel {
  padding: 0;
}

.highContrastActivated .SalesExperiencePanel__wrapMaps {
  background-color: transparent !important;
}

.highContrastActivated .SalesExperiencePanel__positionMaps {
  background-color: transparent !important;
}

.highContrastActivated .SalesExperiencePanel__toBack {
  background-color: #000 !important;
}

.highContrastActivated .SalesExperiencePanel__left {
  height: 100%;
  padding: 100px;
}

.highContrastActivated .Fatca__iconCover>.icon-info {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .Fatca__button>.btn-fourth>span>.button-label,
.highContrastActivated .Fatca__button>.btn-fourth>span {
  background-color: #fff000 !important;
  color: #000 !important;
}

.highContrastActivated .Fatca__button>a>span,
.highContrastActivated .Fatca__button>a>span>.button-label {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .rc-slider-step {
  border: none !important;
}

.highContrastActivated .rc-slider-track {
  background: #fff000 !important;
}

.highContrastActivated .DiscoverExperiencePanel__moveMap {
  background-color: #000 !important;
}

.highContrastActivated .Loader {
  background-color: transparent !important;
}

.highContrastActivated .Tutorial__startButton {
  background-color: #000 !important;
}

.highContrastActivated .Tutorial__closeButton {
  background-color: #000 !important;
}

.highContrastActivated .ProgressBarBalls__status:before {
  background-color: #fff000 !important;
}

.highContrastActivated .Frame.panel.nothing-to-show {
  background-image: none !important;
}

.highContrastActivated #Group-9 {
  fill: #000 !important;
}

.highContrastActivated .tutorialTipsStatic__list>li:before {
  background-color: #fff000 !important;
}

.highContrastActivated .modal-datepicker .modal-dialog .ui-datepicker .ui-datepicker-calendar {
  border-left: 30px solid black !important;
  border-right: 30px solid black !important;
}

.highContrastActivated .modal-datepicker .modal-dialog .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid #fff000;
}

.highContrastActivated .MyPortfolio__chart {
  border: none !important;
  background-color: transparent !important;
}

.highContrastActivated .tutorialTipsButton__trigger,
.highContrastActivated .tutorialTipsButton__iconCover {
  background-image: none;
  background-color: #fff000 !important;
}

.highContrastActivated .fullpageModal__closeBtn {
  background-color: #000 !important;
}

.highContrastActivated .modal,
.highContrastActivated .modal-grey {
  background: transparent !important;
}

.highContrastActivated .modal.modal-datepicker {
  background: rgba(0,0,0,0.6) !important;
}

.highContrastActivated .modal .modal-dialog .modal-content {
  border: 1px solid;
}

.highContrastActivated .modal-body {
  background: transparent !important;
}

.highContrastActivated .close-modal {
  background-color: transparent  !important;
}

.highContrastActivated .modal__outerClose {
  background: black !important;
  border: 1px solid;
}

.highContrastActivated .modal-linePopup {
  background: transparent !important;
}

.highContrastActivated .notifications__flyoutHeader {
  background: transparent !important;
}

.highContrastActivated .notifications__flyoutHeader>a>.icon-settings {
  background: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .notificationsFlyout__list {
  background: transparent !important;
}

.highContrastActivated .notificationsFlyout__footer {
  background: transparent !important;
}

.highContrastActivated .chartPercentage--data.vcenter {
  background: #fff000 !important;
  border-radius: 50%;
}

.highContrastActivated .chartPercentage--data.vcenter>.chartPercentage--val {
  color: #000 !important;
}

.highContrastActivated .chartPercentage--data.vcenter>.chartPercentage--name {
  color: #000 !important;
}

.highContrastActivated .TimeSavingConfigurationWelcomePanel {
  background-image: none !important;
}

.highContrastActivated .TimeSavingsProductDetails__imageWrapper:after {
  background: #fff000 !important;
}

.highContrastActivated .btn.btn-pure.baseline>span>.button-label {
  background: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated col-xs-1,
.highContrastActivated .col-sm-1,
.highContrastActivated .col-md-1,
.highContrastActivated .col-lg-1,
.highContrastActivated .col-xs-2,
.highContrastActivated .col-sm-2,
.highContrastActivated .col-md-2,
.highContrastActivated .col-lg-2,
.highContrastActivated .col-xs-3,
.highContrastActivated .col-sm-3,
.highContrastActivated .col-md-3,
.highContrastActivated .col-lg-3,
.highContrastActivated .col-xs-4,
.highContrastActivated .col-sm-4,
.highContrastActivated .col-md-4,
.highContrastActivated .col-lg-4,
.highContrastActivated .col-xs-5,
.highContrastActivated .col-sm-5,
.highContrastActivated .col-md-5,
.highContrastActivated .col-lg-5,
.highContrastActivated .col-xs-6,
.highContrastActivated .col-sm-6,
.highContrastActivated .col-md-6,
.highContrastActivated .col-lg-6,
.highContrastActivated .col-xs-7,
.highContrastActivated .col-sm-7,
.highContrastActivated .col-md-7,
.highContrastActivated .col-lg-7,
.highContrastActivated .col-xs-8,
.highContrastActivated .col-sm-8,
.highContrastActivated .col-md-8,
.highContrastActivated .col-lg-8,
.highContrastActivated .col-xs-9,
.highContrastActivated .col-sm-9,
.highContrastActivated .col-md-9,
.highContrastActivated .col-lg-9,
.highContrastActivated .col-xs-10,
.highContrastActivated .col-sm-10,
.highContrastActivated .col-md-10,
.highContrastActivated .col-lg-10,
.highContrastActivated .col-xs-11,
.highContrastActivated .col-sm-11,
.highContrastActivated .col-md-11,
.highContrastActivated .col-lg-11,
.highContrastActivated .col-xs-12,
.highContrastActivated .col-sm-12,
.highContrastActivated .col-md-12,
.highContrastActivated .col-lg-12,
.highContrastActivated .row {
  background: transparent !important;
}

.highContrastActivated .productCardFeatures .productCardFeature .not-active:before,
.highContrastActivated .productCardFeatures .productCardFeature .active:before {
  color: #fff000 !important;
}

.highContrastActivated .svgLoader .st0 {
  fill: #ff0 !important;
}

.highContrastActivated .svgLoader .st1 {
  fill: #e1e100 !important;
}

.highContrastActivated .svgLoader .st2 {
  fill: #c3c300 !important;
}

.highContrastActivated .svgLoader .st3 {
  fill: #a5a500 !important;
}

.highContrastActivated .svgLoader .st4 {
  fill: #878700 !important;
}

.highContrastActivated .svgLoader .st5 {
  fill: #696900 !important;
}

.highContrastActivated .svgLoader .st6 {
  fill: #4b4b00 !important;
}

.highContrastActivated .svgLoader .st7 {
  fill: #2d2d00 !important;
}

.highContrastActivated .highcharts-color-0 {
  fill: #ff0 !important;
}

.highContrastActivated .highcharts-color-1 {
  fill: #e1e100 !important;
}

.highContrastActivated .highcharts-color-2 {
  fill: #c3c300 !important;
}

.highContrastActivated .highcharts-color-3 {
  fill: #a5a500 !important;
}

.highContrastActivated .highcharts-color-4 {
  fill: #878700 !important;
}

.highContrastActivated .highcharts-color-5 {
  fill: #696900 !important;
}

.highContrastActivated .highcharts-color-6 {
  fill: #4b4b00 !important;
}

.highContrastActivated .highcharts-color-7 {
  fill: #2d2d00 !important;
}

.highContrastActivated .theTutorial__iconCover {
  background: #000 !important;
}

.highContrastActivated .navigation__icon.active {
  color: #fff000 !important;
  -webkit-text-fill-color: #fff000 !important;
}

.highContrastActivated .a.navigation__link:focus,
.highContrastActivated a.navigation__link:hover {
  color: #fff000 !important;
  -webkit-text-fill-color: #fff000 !important;
}

.highContrastActivated .ProgressBarBalls__status.current.active,
.highContrastActivated .ProgressBarBalls__status.active,
.highContrastActivated .ProgressBarBalls__status.current {
  background-color: #fff000 !important;
}

.highContrastActivated .nav-tabs--tertiary li.active a {
  border: 1px solid #fff000 !important;
  background: #000 !important;
}

.highContrastActivated .nav-tabs--tertiary li a span {
  background-color: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .InsuranceSummaryPanelContentBox__buttonIcon {
  background: #000 !important;
}

.highContrastActivated .quick-access-open {
  -webkit-text-fill-color: #fff000 !important;
}

.highContrastActivated .beneficiary-contact-details__header {
  border-top: 1px solid #fff000 !important;
}

.highContrastActivated .lbsContainer .lbsHeader>li>button,
.highContrastActivated .lbsContainer .lbsHeader>li.active>button {
  background: transparent !important;
}

.highContrastActivated .lbsContainer .wrapperLbsFilter__buttonFiltering {
  background: transparent !important;
}

.highContrastActivated .lbsContainer .active-filterButton::after {
  background: #fff000 !important;
}

.highContrastActivated .lbsContainer .wrapperLbsFilter__reset {
  background-color: #000 !important;
  color: #fff000 !important;
  border: none;
}

.highContrastActivated .lbsContainer .inputListFilter,
.highContrastActivated .lbsContainer .search_bar_icon-close {
  background: #000 !important;
  color: #fff000 !important;
}

.highContrastActivated .lbsContainer .infoPanel__circlePosition {
  background: #fff000 !important;
}

.highContrastActivated .lbsContainer .icon-location {
  background: transparent !important;
  color: #000 !important;
}

.highContrastActivated .lbsContainer .infoWindow--name,
.highContrastActivated .lbsContainer .infoWindow--title,
.highContrastActivated .lbsContainer .infoWindow--time {
  color: #000 !important;
}

.line-chart {
  padding: 30px 15px 30px;
  background-color: #fff;
}

.line-chart:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .line-chart .line-chart__head {
    text-align: center;
  }

  .line-chart .line-chart__head .text-left {
    text-align: center;
  }
}

.line-chart .chart-title {
  position: relative;
  font-weight: 300;
  padding: 30px 0;
  color: #262626;
}

.line-chart .chart-title .main-title {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0;
  display: inline-block;
}

.line-chart .chart-title .subtitle {
  position: relative;
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-title .subtitle {
    font-size: 24px;
    font-size: 1.6rem;
    top: -10px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart.line-chart__savings .chart {
    margin: 0 auto 170px auto;
  }
}

.line-chart .data-legend-row {
  margin-right: 24px;
}

.line-chart .chart-bar__wrapper {
  position: relative;
  min-height: 60px;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.line-chart .chart-bar__wrapper .line {
  left: 0;
  width: auto;
}

.line-chart .chart.bars__wrapper {
  width: 100%;
  float: right;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart.bars__wrapper {
    width: 65%;
  }
}

.line-chart .chart__wrapper {
  display: block;
  margin: 0 auto 40px auto;
}

.line-chart .chart__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart__wrapper {
    width: 586px;
    margin: 42px 32px 58px auto;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart .chart__wrapper--main {
    display: table;
    width: 100%;
  }
}

.line-chart .chart__wrapper--main .chart-title {
  margin: 0;
  padding: 0;
  color: #262626;
  font-size: 20px;
  font-size: 1.33333rem;
}

.line-chart .chart__wrapper--main .data-legend-row {
  padding-left: 0px;
  color: #4d4d4d;
  font-size: 12px;
  font-size: .8rem;
  margin-bottom: 10px;
}

.line-chart .chart__wrapper--main .data-legend-row span+span {
  vertical-align: text-bottom;
}

.line-chart .chart__wrapper--main .chart {
  height: 100%;
}

.line-chart .chart__wrapper--main .bar .bar-title {
  font-size: 11px;
  font-size: .73333rem;
  color: #4d4d4d;
  bottom: -22px;
  left: 0;
  right: 0;
  width: auto;
  height: 14px;
}

@media only screen and (max-width: 767px) {
  .line-chart .chart__wrapper--left {
    margin-top: 15px;
  }

  .line-chart .chart__wrapper--left+.chart__wrapper--right {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart .chart__wrapper--left {
    display: table-cell;
    width: 40%;
    padding: 0 10px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart .chart__wrapper--right {
    display: table-cell;
    width: 60%;
    padding: 0 10px;
    vertical-align: middle;
  }
}

.line-chart .chart {
  position: relative;
  display: block;
  width: 100%;
}

.line-chart .chart.number_column_1 .bar {
  width: 100%;
}

.line-chart .chart.number_column_1 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_2 .bar {
  width: 49%;
}

.line-chart .chart.number_column_2 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_3 .bar {
  width: 32%;
}

.line-chart .chart.number_column_3 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_4 .bar {
  width: 23.5%;
}

.line-chart .chart.number_column_4 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_5 .bar {
  width: 18.4%;
}

.line-chart .chart.number_column_5 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_6 .bar {
  width: 15%;
}

.line-chart .chart.number_column_6 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_7 .bar {
  width: 12.57143%;
}

.line-chart .chart.number_column_7 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_8 .bar {
  width: 10.75%;
}

.line-chart .chart.number_column_8 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_9 .bar {
  width: 9.33333%;
}

.line-chart .chart.number_column_9 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_10 .bar {
  width: 8.2%;
}

.line-chart .chart.number_column_10 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_11 .bar {
  width: 7.27273%;
}

.line-chart .chart.number_column_11 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_12 .bar {
  width: 6.5%;
}

.line-chart .chart.number_column_12 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_13 .bar {
  width: 5.84615%;
}

.line-chart .chart.number_column_13 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_14 .bar {
  width: 5.28571%;
}

.line-chart .chart.number_column_14 .bar+.bar {
  margin-left: 2%;
}

.line-chart .chart.number_column_15 .bar {
  width: 4.8%;
}

.line-chart .chart.number_column_15 .bar+.bar {
  margin-left: 2%;
}

.line-chart .line {
  position: absolute;
  left: 0px;
  height: 1px;
  border-bottom: 1px dotted rgba(79,79,79,0.5);
  bottom: 0px;
  width: 592px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .line-chart .line {
    right: 0px;
    display: block;
  }
}

.line-chart .line .info {
  display: none;
}

@media only screen and (min-width: 768px) {
  .line-chart .line .info {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 180px;
    font-size: 11px;
    font-size: .73333rem;
    font-weight: 300;
    line-height: 1.1;
    vertical-align: middle;
    color: #4d4d4d;
  }
}

.line-chart .line .info>div+div {
  font-weight: 700;
}

.line-chart .bar {
  position: relative;
  float: left;
  height: 150px;
}

.line-chart .bar:hover .bar-item {
  opacity: 0.8;
}

.line-chart .bar:first-child {
  margin-left: 0 !important;
}

@media only screen and (min-width: 768px) {
  .line-chart .bar {
    width: 50px;
    height: 180px;
  }
}

.line-chart .bar .bar-title {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-size: 12px;
  font-size: .8rem;
}

.line-chart .bar .bar-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
}

.line-chart .bar .bar-item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.line-chart .bar .plus {
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  background-color: #fff;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 101;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: none;
}

.line-chart .bar .plus span {
  position: relative;
  top: -2px;
}

.line-chart .bar .legend-pointer {
  position: absolute;
  top: 16px;
  left: 50%;
  opacity: 0;
}

.line-chart .bar.active .bar-title {
  font-weight: 700;
}

.line-chart .bar.active .plus {
  opacity: 0;
}

.line-chart .bar.active .legend-pointer:before,
.line-chart .bar.active .legend-pointer:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.line-chart .bar.active .legend-pointer:before {
  top: -15px;
  border-top: 12px solid #000;
}

.line-chart .bar.active .legend-pointer:after {
  top: -16px;
  border-top: 12px solid #4c4c4c;
  z-index: 1;
}

.line-chart .legend-icon {
  width: 12px;
  height: 12px;
  border-radius: 19px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 8px;
}

.line-chart .legend-icon.reserved-funds,
.line-chart .legend-icon.pos {
  background-color: #3276CB;
}

.line-chart .legend-icon.current-spending {
  background-color: #1D6296;
}

.line-chart .legend-icon.atm {
  background-color: #b6e6f7;
}

.line-chart .legend-icon.pos {
  background-color: #62d0f4;
}

.line-chart .legend-icon.saving-initial-amount {
  background-color: #2b8804;
}

.line-chart .legend-icon.saving-additional-deposit {
  background-color: #34a105;
}

.line-chart .legend-icon.saving-profit {
  background-color: #3cba06;
}

.line-chart .legend-icon.loans-repaid {
  background-color: #f39300;
}

.line-chart .legend-icon.used-limit,
.line-chart .legend-icon.total-repaid {
  background-color: #f39300;
}

.line-chart .legend-icon.available-limit {
  background-color: #F7BA5C;
}

.line-chart .legend-icon.next-installment {
  background-color: gray;
}

.line-chart .legend-icon.unpaid-installment {
  background-color: #4d4d4d;
}

.line-chart .legend-icon.housingSavingBalance {
  background-color: #24860d;
}

.line-chart .legend-icon.expectedLoan {
  background-color: #b3b3b3;
  -webkit-transition: translate(background-color, 2s);
  transition: translate(background-color, 2s);
}

.line-chart .legend-icon.expectedLoan.targetReached {
  background-color: #46ab36;
}

.line-chart .data-legend {
  position: absolute;
  right: 0;
  top: -72px;
  width: auto;
  padding: 12px 18px;
  opacity: 0.9;
  border-radius: 4px;
  background-color: #4c4c4c;
  color: #fff;
  z-index: 2;
}

.line-chart .data-legend__title-row {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #b4b4b4;
}

.line-chart .data-legend-row {
  position: relative;
  padding-left: 42px;
  display: inline-block;
}

.line-chart .data-legend .amount-text {
  font-size: inherit;
}

.line-chart .data-legend .data-legend-note {
  margin-top: 10px;
  font-size: 12px;
  font-size: .8rem;
  color: #404040;
  text-align: right;
}

.line-chart .data-legend--with-contextual-message {
  padding: 0;
}

.line-chart .data-legend__contextual-message-holder {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 150px;
  vertical-align: top;
}

.line-chart .data-legend__pushed {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  padding: 15px;
}

.line-chart .data-legend__contextual-message {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  width: 200%;
  border: 1px solid;
  background-color: #fff;
}

.line-chart .vertical-bar {
  position: relative;
  display: inline-block;
  max-width: 55px;
  width: 40%;
  height: 100%;
  background-color: #fafafa;
}

.line-chart .vertical-bar:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #b3b3b3;
  bottom: 0;
}

.line-chart .vertical-bar+.vertical-bar {
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .line-chart .vertical-bar {
    max-width: 70px;
  }
}

.line-chart .vertical-bar .data-graphical {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (min-width: 768px) {
  .line-chart .legend {
    padding: 20px 0 0 0px;
  }
}

.line-chart .legend .data-numerical {
  position: relative;
  padding: 16px 0 16px 0;
}

.line-chart .legend .data-numerical+.data-numerical {
  border-top: 1px solid #e6e6e6;
  padding: 16px 0 0 0;
}

.line-chart .legend .data-numerical .data-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #CCC;
}

@media only screen and (min-width: 768px) {
  .line-chart .legend .data-numerical .data-color {
    width: 8px;
  }
}

.line-chart .legend .data-numerical .label {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.2;
  padding: 5px 16px 5px 8px;
  color: #fff;
  text-align: left;
  border-radius: 20px;
}

.line-chart .legend .data-numerical .label .icon-circle-up,
.line-chart .legend .data-numerical .label .icon-circle-down {
  font-size: 12px;
  font-size: .8rem;
  margin-right: 8px;
}

.line-chart .legend .data-numerical .label span {
  display: inline-block;
  vertical-align: middle;
}

.line-chart .amount-text {
  margin-top: 6px;
  color: #262626;
  font-size: 20px;
  font-size: 1.33333rem;
  display: block;
}

.line-chart .chart-tip {
  display: block;
  margin: 15px -15px 0;
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-tip {
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    padding: 50px 15px 0;
    font-size: 16px;
    font-size: 1.06667rem;
    text-align: center;
    font-weight: 300;
    -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
    box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  }
}

.line-chart .chart-tip--title {
  display: block;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-tip--title {
    margin-bottom: 20px;
  }
}

.line-chart .chart-tip--link {
  display: block;
  padding-right: 30%;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #F36F20;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-tip--link {
    margin-top: 20px;
    padding-right: 30%;
  }
}

.line-chart .chart-tip--link:hover,
.line-chart .chart-tip--link:focus {
  color: #D65A10;
  text-decoration: underline;
}

.line-chart .chart-tip:after,
.line-chart .chart-tip:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #747474 transparent;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-tip:after,
  .line-chart .chart-tip:before {
    top: 15%;
    left: 5px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #747474 transparent transparent;
  }
}

.line-chart .chart-tip:after {
  top: 6px;
  border-color: transparent transparent #fff transparent;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-tip:after {
    left: 6px;
    border-color: transparent #fff transparent transparent;
  }
}

.line-chart .chart-tip--message {
  padding: 10px;
}

.line-chart .chart-tip--message .image {
  float: left;
  width: 25%;
  text-align: center;
}

.line-chart .chart-tip--message .text {
  float: left;
  width: 75%;
}

.line-chart .chart-tip--button-holder {
  border-top: 1px solid #747474;
}

.line-chart .chart-tip--button-holder .chart-tip-button {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px 0;
}

.line-chart .chart-tip--button-holder .chart-tip-button:first-child {
  border-right: 1px solid #747474;
}

.line-chart .chart-tip span[class^="icon-"] {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  font-size: 24px;
  font-size: 1.6rem;
  color: #F36F20;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-tip span[class^="icon-"] {
    top: 10px;
    margin-top: 0;
    left: 50%;
    margin-left: -26px;
    font-size: 45px;
    font-size: 3rem;
  }
}

.line-chart.overdrafts .chart-trends .bar-holder {
  background-color: #F7BA5C;
}

.line-chart.overdrafts .chart-trends.chart-facilities .available-limit:before {
  content: none !important;
}

.line-chart .chart-trends {
  position: relative;
}

.line-chart .chart-trends .bar-holder {
  height: 50px;
  background-color: #e6e6e6;
  text-align: left;
  margin-top: 45px;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .bar .current-position {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .bar .current-position-content {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .bar .chart-popup {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .bar .chart-popup .amount-text {
    font-size: 16px !important;
    font-size: 1.06667rem !important;
  }
}

.line-chart .chart-trends .bar-holder .chartmark {
  position: absolute;
  top: 110px;
  text-align: center;
}

.line-chart .chart-trends .bar-holder .chartmark div[class^="icon-"] {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .chartmark div[class^="icon-"] {
    font-size: 24px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.line-chart .chart-trends .bar-holder .chartmark .chartmark-label {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .chartmark .chartmark-label {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.line-chart .chart-trends .bar-holder .chartmark .date {
  font-size: 11px;
  font-size: .73333rem;
  color: #808080;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .chartmark .date {
    font-size: 14px;
    font-size: .93333rem;
  }
}

.line-chart .chart-trends .bar-holder .chartmark.start-mark {
  left: 0;
}

.line-chart .chart-trends .bar-holder .chartmark.start-mark .chartmark-content {
  position: relative;
  left: 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .chartmark.start-mark .chartmark-content {
    left: -25%;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .line-chart .chart-trends .bar-holder .chartmark.start-mark .chartmark-content {
    left: -50%;
  }
}

.line-chart .chart-trends .bar-holder .chartmark.end-mark {
  right: 0;
}

.line-chart .chart-trends .bar-holder .chartmark.end-mark .chartmark-content {
  position: relative;
  right: 0;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .line-chart .chart-trends .bar-holder .chartmark.end-mark .chartmark-content {
    right: -25%;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .line-chart .chart-trends .bar-holder .chartmark.end-mark .chartmark-content {
    right: -50%;
  }
}

.data-legend .legend-icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
}

.line-chart__data-legend {
  margin-bottom: 35px;
}

.contextual-tip {
  display: none;
  position: relative;
  background: url("../graphics/contacts_helpbox.svg") no-repeat 0 0;
  background-size: cover;
}

.contextual-tip+.supplementaryCards__wrapper {
  margin-top: 16px;
}

.contextual-tip__main {
  padding: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .contextual-tip__main {
    text-align: left;
    padding: 40px;
  }
}

.contextual-tip__icon {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .contextual-tip__icon {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 768px) {
  .contextual-tip__message {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 768px) {
  .contextual-tip__button-col {
    display: inline-block;
    width: 20%;
    padding: 15px 15px 15px 30px;
    border-left: 1px solid #b4b4b4;
    vertical-align: middle;
  }
}

.contextual-tip__button-col .btn-rounded {
  min-height: 40px;
  height: auto;
  white-space: normal;
}

.contextual-tip__title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-align: left;
  color: #262626;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .contextual-tip__title {
    display: inline-block;
    vertical-align: middle;
  }
}

.contextual-tip__contact {
  margin: 15px 0;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 700;
}

.contextual-tip__contact a {
  color: #4d4d4d;
}

.contextual-tip__contact .icon-phone {
  font-size: 22px;
  font-size: 1.46667rem;
}

@media only screen and (min-width: 768px) {
  .contextual-tip__contact {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
  }
}

.contextual-tip__ctaBox {
  margin-top: 16px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .contextual-tip__ctaBox {
    margin-top: 0;
  }
}

.contextual-tip__ctaBoxTitle {
  display: block;
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-align: left;
  color: #262626;
  padding-bottom: 8px;
}

.chart-footnote {
  font-size: 11px;
  display: block;
  line-height: 12px;
  margin: 10px 0 0 0;
}

.horizontalBarChart.line-chart {
  background-color: #fff;
  padding: 24px 16px;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart {
    padding: 48px 32px;
  }
}

.horizontalBarChart.line-chart dd {
  font-weight: 700;
}

.horizontalBarChart.line-chart.in-widget {
  background: transparent;
  padding: 0 35px;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart.in-widget {
    padding: 0 80px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .horizontalBarChart.line-chart.in-widget {
    padding: 0 160px;
  }
}

.horizontalBarChart.line-chart.in-widget .chart-trends {
  margin-top: 85px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart.in-widget .chart-trends {
    margin-bottom: 0;
  }
}

.horizontalBarChart.line-chart.in-widget .chart-trends .data-legend-wrapper {
  width: 50%;
}

.horizontalBarChart.line-chart.in-widget .chart-trends .data-legend-wrapper .data-legend {
  width: 180px;
  bottom: 69px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -90px;
  font-size: 13px;
  font-size: .86667rem;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart.in-widget .chart-trends .data-legend-wrapper .data-legend {
    width: 300px;
    margin-right: -150px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.horizontalBarChart.line-chart.in-widget .chart-trends .data-legend-wrapper .data-legend-row {
  padding-left: 25px;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart.in-widget .chart-trends .data-legend-wrapper .data-legend-row.values {
    text-align: right;
  }
}

.horizontalBarChart.line-chart .data-legend-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.horizontalBarChart.line-chart .data-legend-wrapper .data-legend {
  position: relative;
  top: auto;
  max-width: 400px;
  bottom: 69px;
  margin: 0 auto 15px auto;
  font-size: 13px;
  font-size: .86667rem;
  font-weight: 300;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart .data-legend-wrapper .data-legend {
    font-size: 15px;
    font-size: 1rem;
    padding: 15px;
  }
}

.horizontalBarChart.line-chart .data-legend-wrapper .data-legend-row {
  padding-left: 25px;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart .data-legend-wrapper .data-legend-row.values {
    text-align: right;
  }
}

.horizontalBarChart.line-chart .chart-trends .legend-icon {
  top: 3px;
  width: 16px;
  height: 16px;
}

.horizontalBarChart.line-chart .chart-trends .next-installment {
  background-color: gray;
}

.horizontalBarChart.line-chart .chart-trends .unpaid-installment {
  background-color: #4d4d4d;
}

.horizontalBarChart.line-chart .chart-trends .total-repaid,
.horizontalBarChart.line-chart .chart-trends .used-limit {
  background-color: #f39300;
}

.horizontalBarChart.line-chart .chart-trends .data-legend {
  font-size: 14px;
  font-size: .93333rem;
  border: 1px solid #000;
  background-color: #fff;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart .chart-trends .data-legend {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.horizontalBarChart.line-chart .chart-trends .data-legend .date {
  color: #404040;
}

.horizontalBarChart.line-chart .chart-trends .data-legend:before,
.horizontalBarChart.line-chart .chart-trends .data-legend:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.horizontalBarChart.line-chart .chart-trends .data-legend:before {
  bottom: -13px;
  border-top: 12px solid #000;
}

.horizontalBarChart.line-chart .chart-trends .data-legend:after {
  bottom: -12px;
  border-top: 12px solid #fff;
}

.horizontalBarChart.line-chart .chart-trends .data-legend .row {
  margin: 0;
}

.horizontalBarChart.line-chart .chart-trends .data-legend .row div[class^="col-"] {
  padding: 0;
}

.horizontalBarChart.line-chart .chart-trends .data-legend .row.underline {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.horizontalBarChart.line-chart .chart-trends .data-legend .row .amount-text {
  font-size: inherit;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder--housingSavings {
  background-color: #b3b3b3;
  -webkit-box-shadow: inset 3px 0 0 0 rgba(0,0,0,0.1);
  box-shadow: inset 3px 0 0 0 rgba(0,0,0,0.1);
  -webkit-transition: background-color 2s ease 0s;
  transition: background-color 2s ease 0s;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder--housingSavings.targetReached {
  background-color: #46ab36;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder--housingSavings.targetReached .barOversized:after {
  border-color: transparent #e6e6e6 transparent transparent;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized {
  position: relative;
  display: inline-block;
  height: 60px;
  min-width: 80px;
  width: 0;
  margin-top: -5px;
  background-color: #f5f5f5;
  -webkit-transition: width .5s ease 0s;
  transition: width .5s ease 0s;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 1px;
  height: 70px;
  border-width: 0 1px 0 0;
  border-color: transparent gray transparent transparent;
  border-style: dashed;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__legend {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 100%);
  -ms-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  text-align: center;
  padding-top: 3px;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__legend.onTop {
  bottom: auto;
  top: -5px;
  -webkit-transform: translate(50%, -100%);
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__legend.onTop {
  bottom: auto;
  top: -5px;
  -webkit-transform: translate(50%, -100%);
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__legend .text,
.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__legend .title {
  font-size: 12px;
  font-size: .8rem;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__legend .text {
  line-height: 1.1;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__legend .title {
  font-weight: 500;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .barOversized__innerBar {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 0;
  -webkit-transition: width 2s ease 0s;
  transition: width 2s ease 0s;
  background-color: #24860d;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .bar {
  position: relative;
  float: left;
  height: 50px;
  width: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: -1px;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .bar.hiddenFlag:before {
  display: none;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .bar:before {
  content: attr(data-pin);
  background: url(../graphics//chart-pin.png) no-repeat 0 0;
  background-size: cover;
  height: 29px;
  width: 44px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 22px;
  position: absolute;
  top: -31px;
  right: -22px;
  z-index: 2;
}

.ie8 .horizontalBarChart.line-chart .chart-trends .bar-holder .bar:before {
  background: url(../graphics//chart-pin_ie8.png) no-repeat 0 0;
}

#depositTrend .horizontalBarChart.line-chart .chart-trends .bar-holder .bar:before {
  background: url(../graphics//chart-pin-saving.png) no-repeat 0 0;
}

.ie8 #depositTrend .horizontalBarChart.line-chart .chart-trends .bar-holder .bar:before {
  background: url(../graphics//chart-pin-saving_ie8.png) no-repeat 0 0;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .bar.unpaid-installment:before,
.horizontalBarChart.line-chart .chart-trends .bar-holder .bar.next-installment:before {
  display: none;
  content: '';
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .icon-start,
.horizontalBarChart.line-chart .chart-trends .bar-holder .icon-finish {
  position: absolute;
  top: -23px;
  left: 0;
  display: inline-block;
  z-index: 1;
  font-size: 15px;
  font-size: 1rem;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .icon-finish {
  left: auto;
  right: 0;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .chartmark {
  top: 90px;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .widget-chartmarks {
  position: absolute;
  bottom: 105%;
  left: 0;
  width: 100%;
  height: 30%;
}

.horizontalBarChart.line-chart .chart-trends .bar-holder .widget-chartmarks .icon-finish {
  position: absolute;
  right: -13px;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .horizontalBarChart.line-chart .chart-trends .bar-holder .widget-chartmarks .icon-finish {
    font-size: 20px;
    font-size: 1.33333rem;
    right: -15px;
  }
}

.horizontalBarChart.line-chart .chart-trends .loan-chart-total-legend {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.1;
  letter-spacing: 0.2px;
  color: #262626;
  text-align: left;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
}

.horizontalBarChart.line-chart .chart-trends .loan-chart-total-legend .title {
  font-weight: bold;
}

.horizontalBarChart.line-chart .chart-trends .loan-chart-total-legend .text {
  font-weight: 300;
}

.horizontalBarChart.line-chart .chart-trends .loan-chart-total-legend.total-outstanding-legend {
  text-align: right;
}

.line-chart__row {
  font-size: 0;
}

.line-chart__row:after {
  content: "";
  display: table;
  clear: both;
}

.line-chart__row.alignTop>div {
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .line-chart__left {
    display: inline-block;
    vertical-align: middle;
    color: #262626;
    width: 25%;
  }
}

.line-chart__left--bottom:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .line-chart__left--bottom {
    margin-top: 8px;
  }
}

.line-chart__left--bottom dl.line-chart__defList {
  display: inline-block;
  color: #4d4d4d;
}

.line-chart__left--bottom dl.line-chart__defList+.line-chart__defList {
  float: right;
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
}

.line-chart__titleIcon {
  display: inline-block;
  vertical-align: middle;
  color: gray;
  margin-right: 8px;
  font-size: 20px;
  font-size: 1.33333rem;
}

@media only screen and (min-width: 768px) {
  .line-chart__titleIcon {
    margin-right: 24px;
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

.line-chart__titleText {
  font-size: 18px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  color: #262626;
  font-weight: lighter;
  margin: 16px 0 0;
}

@media only screen and (min-width: 768px) {
  .line-chart__titleText {
    margin: 0;
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media only screen and (min-width: 768px) {
  .line-chart__right {
    padding-left: 8.3333333%;
    display: inline-block;
    vertical-align: bottom;
    width: 75%;
  }

  .line-chart__right--vmiddle {
    vertical-align: middle;
  }
}

.widget--body .line-chart__right {
  width: 100%;
  padding-left: 0;
}

.line-chart__rightTitle {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .line-chart__rightTitle {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.line-chart__rightSubTitle {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.2;
}

.line-chart__defList {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.3;
  letter-spacing: 0.2px;
  color: #4d4d4d;
  margin-bottom: 0;
  display: block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .line-chart__defList {
    margin-top: 8px;
    display: none;
  }
}

.line-chart__defList dt,
.line-chart__defList dd {
  font-weight: normal;
}

.line-chart__defList dd {
  color: #262626;
  font-weight: bold;
  font-size: 14px;
  font-size: .93333rem;
}

.line-chart__defList+.line-chart__defList {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e6e6e6;
}

.line-chart__defList.subList {
  border-top: 0;
  padding-left: 16px;
}

.chartDisclaimer {
  margin-top: 20px;
  font-size: 11px;
  font-size: .73333rem;
  color: gray;
}

.legendInTitle,
.legendMarkInTitle {
  display: inline-block;
  vertical-align: top;
}

.dailySavingWrapper {
  padding: 48px 0;
  background-color: #fff;
}

.dailySavingWrapper h2 {
  margin-top: 0;
  color: #262626;
}

.dailySavingWrapper .preloader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: auto;
  display: none;
}

.dailySavingWrapper__left {
  padding: 0 32px;
}

@media only screen and (max-width: 1023px) {
  .dailySavingWrapper__left {
    padding: 0 24px;
  }
}

.dailySavingWrapper__right {
  padding-right: 18px;
}

.loading .preloader-wrapper {
  display: block;
}

.loading .dailySavingGraph {
  display: none;
}

.dailySavingGraphContainer {
  min-height: 160px;
  position: relative;
  margin-left: 40px;
}

.dailySavingGraph:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid gray;
}

.dailySavingTooltip.tooltip,
.tooltip-black.tooltip {
  width: auto;
}

.dailySavingTooltip.tooltip .tooltip-inner,
.tooltip-black.tooltip .tooltip-inner {
  background-color: #4d4d4d;
  text-align: center;
  font-size: 11px;
  font-size: .73333rem;
  color: #fff;
  width: auto;
  border-radius: 4px;
  min-width: 120px;
  border: none;
  padding: 5px 10px;
}

.dailySavingTooltip.tooltip .tooltip-inner.textAlignDefault,
.tooltip-black.tooltip .tooltip-inner.textAlignDefault {
  text-align: left;
}

.dailySavingTooltip.tooltip .tooltip-inner.textAlignDefault>div,
.tooltip-black.tooltip .tooltip-inner.textAlignDefault>div {
  margin: 10px 0;
}

.dailySavingTooltip.tooltip .tooltip-inner dl,
.tooltip-black.tooltip .tooltip-inner dl {
  text-align: left;
  margin-bottom: 0;
}

.dailySavingTooltip.tooltip .tooltip-inner dl dt,
.tooltip-black.tooltip .tooltip-inner dl dt {
  font-weight: 300;
  display: block;
  white-space: nowrap;
}

.dailySavingTooltip.tooltip .tooltip-inner dl dt .legend-icon,
.tooltip-black.tooltip .tooltip-inner dl dt .legend-icon {
  width: 8px;
  height: 8px;
}

.dailySavingTooltip.tooltip .tooltip-inner dl dd,
.tooltip-black.tooltip .tooltip-inner dl dd {
  font-weight: 500;
  display: block;
}

.dailySavingTooltip.tooltip .tooltip-inner dl dd.sep,
.tooltip-black.tooltip .tooltip-inner dl dd.sep {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.dailySavingTooltip.tooltip .tooltip-inner dl dd.l-pad,
.tooltip-black.tooltip .tooltip-inner dl dd.l-pad {
  padding-left: 14px;
}

.dailySavingTooltip.tooltip .tooltip-inner dl dd+dt,
.tooltip-black.tooltip .tooltip-inner dl dd+dt {
  margin-top: 4px;
}

.dailySavingTooltip.tooltip .tooltip-arrow,
.tooltip-black.tooltip .tooltip-arrow {
  background-color: #4d4d4d;
  border: none;
}

.dailySavingGraphX {
  position: absolute;
  left: -40px;
  right: 0;
  font-size: 11px;
  font-size: .73333rem;
  z-index: 1;
}

.dailySavingGraphX:after {
  position: absolute;
  content: '';
  top: 0;
  left: 40px;
  right: 0;
  height: 1px;
  border: 1px dotted #ccc;
}

.dailySavingGraphX span {
  width: 42px;
  display: block;
  text-align: left;
  padding-right: 10px;
  margin-top: -7px;
}

.dailySavingGraphHeader {
  margin-bottom: 35px;
}

.dailySavingGraphBarWrapper {
  position: relative;
  z-index: 2;
}

.dailySavingGraphBarWrapper .tooltip .tooltip-inner {
  min-width: auto;
  white-space: nowrap;
}

.year .dailySavingGraphBarWrapper {
  margin: 0 6.66667%;
}

@media only screen and (max-width: 1023px) {
  .year .dailySavingGraphBarWrapper {
    margin: 0;
  }
}

.week .dailySavingGraphBarWrapper {
  margin: 0 10%;
}

@media only screen and (max-width: 1023px) {
  .week .dailySavingGraphBarWrapper {
    margin: 0;
  }
}

.dailySavingGraphBar {
  width: 12%;
  display: block;
  float: left;
  font-size: 11px;
  font-size: .73333rem;
  position: relative;
  height: 160px;
}

.year .dailySavingGraphBar {
  width: 8.33333%;
}

.week .dailySavingGraphBar {
  width: 14.28571%;
}

.dailySavingGraphBar__label {
  position: absolute;
  bottom: -28px;
  text-align: center;
  height: 14px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .dailySavingGraphBar__label {
    font-size: 10px;
    font-size: .66667rem;
  }
}

.dailySavingGraphBar__item-bg {
  bottom: 0;
  height: 100%;
  width: 80%;
  left: 10%;
  position: absolute;
  z-index: 0;
  background-color: #f5f5f5;
}

.dailySavingGraphBar__item {
  background-color: #3D8F62;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  position: absolute;
  text-align: center;
  bottom: 0;
  height: 0%;
  width: 80%;
  z-index: 2;
  left: 10%;
}

.dailySavingGraphBar__item.inactive {
  background-color: #ccc;
  height: 1%;
}

.dailySavingRangeTool {
  float: right;
}

.dailySavingRangeTool>* {
  display: inline-block;
  vertical-align: top;
}

.dailySavingRangeTool__link {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 4px;
  font-size: 8px;
  font-size: .53333rem;
  text-align: center;
  line-height: 24px;
  color: gray;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 12px;
}

.dailySavingRangeTool__link:disabled {
  color: #e6e6e6;
  border: solid 1px #f5f5f5;
}

.dailySavingRangeTool__label {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  min-width: 74px;
  padding: 0 4px;
  text-align: center;
  line-height: 24px;
  color: #262626;
}

.jcrop-holder {
  margin: 0 auto;
  direction: ltr;
  text-align: left;
}

.jcrop-vline,
.jcrop-hline {
  background-color: #ffffff;
  font-size: 0;
  position: absolute;
}

.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

.jcrop-vline.right {
  right: 0;
}

.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

.jcrop-hline.bottom {
  bottom: 0;
}

.jcrop-tracker {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

.mobileActivation .modSpacer {
  padding-bottom: 65px;
}

@media only screen and (min-width: 768px) {
  .mobileActivation__phone {
    padding-top: 0px;
  }
}

.mobileActivation__phoneBox {
  position: relative;
}

.mobileActivation__phoneimg {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mobileActivation__phoneimg {
    display: block;
  }
}

.mobileActivation__phoneQr {
  position: relative;
  width: 190px;
  height: 190px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .mobileActivation__phoneQr {
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.mobileActivation__phoneQr .qrImgHolder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mobileActivation__phoneTextCover {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  padding-top: 18px;
}

.mobileActivation__phoneTextCover:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .mobileActivation__phoneTextCover {
    width: 70%;
    text-align: center;
    padding-top: 0px;
  }
}

.mobileActivation__phoneTextCover>div {
  padding-bottom: 32px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mobileActivation__phoneTextCover>div {
    padding-bottom: 0px;
    display: inline-block;
  }
}

.mobileActivation__phoneTextCover>div:first-of-type {
  text-align: left;
}

.mobileActivation__phoneTextCover .seperator {
  min-height: 205px;
  border-right: 0px;
  margin: 0px 18px;
  padding-right: 0px;
  padding-left: 0px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .mobileActivation__phoneTextCover .seperator {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
  }
}

.mobileActivation__phoneTitleGroup {
  font-size: 18px;
  color: #262626;
}

.mobileActivation__phoneGroupNumber {
  counter-reset: row;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mobileActivation__phoneGroupNumber li {
  counter-increment: row;
  font-size: 14px;
  font-size: .93333rem;
  color: gray;
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
}

.mobileActivation__phoneGroupNumber li+li {
  margin-top: 16px;
}

.mobileActivation__phoneGroupNumber li:before {
  content: counter(row);
  background-color: #F36F20;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-size: .66667rem;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.mobileActivation__smsCode {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .mobileActivation__smsCode {
    text-align: center;
  }
}

.mobileActivation__smsCode [class^="icon-"],
.mobileActivation__smsCode [class*=" icon-"] {
  font-size: 30px;
}

.mobileActivation__toDo {
  position: relative;
  list-style: none;
  padding-left: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
}

.mobileActivation__toDo .toDo__item {
  font-size: 14px;
  font-size: .93333rem;
  color: gray;
  margin: 0px 0 8px;
  counter-increment: liCounter;
}

.mobileActivation__toDo .toDo__item:last-child {
  margin: 0;
}

.mobileActivation__toDo .toDo__item:before {
  content: counter(liCounter);
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 17px;
  border-radius: 50%;
  background-color: #F36F20;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.mobileActivation__flatTitle {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.11;
  color: #262626;
}

.mobileActivation__numericCodeBlock {
  margin-top: 16px;
  padding: 20px 32px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #262626;
}

.numericCode {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.numericCode__code {
  padding: 2px 4px;
  background-color: #fff;
}

.mobileBankingApp__deviceRow {
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.deviceDefinition {
  font-size: 14px;
  font-size: .93333rem;
}

.deviceDefinition dt {
  display: block;
  font-weight: 300;
  color: gray;
}

.deviceDefinition dd {
  display: block;
  font-weight: 400;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .qrScan__colQr {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .qrScan__colDescription {
    float: right;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .qrScan__qrWrapper {
    margin-left: 30px;
    margin-bottom: -30px;
  }
}

@media only screen and (min-width: 768px) {
  .qrScan__description {
    margin-top: 90px;
    text-align: left;
  }

  .qrScan__description .modal-title--description {
    text-align: left;
  }
}

.qrScan__modal-footer {
  position: relative;
  z-index: 1;
}

.authorization-qrBox {
  width: 240px;
  height: 240px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .authorization-qrBox {
    margin: 0 auto 24px;
  }
}

.authorization-qrWrapper {
  margin-bottom: 35px;
  margin-left: -30px;
  margin-top: -30px;
}

.authorization__transactionIdLabel {
  display: inline-block;
  padding: 5px 28px;
  font-size: 14px;
  font-size: .93333rem;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.emptyState__image--panoramic {
  width: 100%;
}

.emptyState__image--square {
  width: 100%;
}

.emptyState__imageCover {
  height: 236px;
  overflow: hidden;
}

.emptyState__textCover {
  padding: 24px 24px 48px;
  min-height: 205px;
}

.emptyState__title {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  line-height: 1.3;
  color: #262626;
  margin: 0 0 14px;
}

.emptyState__text {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.3;
  color: #4d4d4d;
}

.emptyState__link {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-weight: bold;
  font-size: 12px;
  font-size: .8rem;
}

.emptyState__item {
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  margin-top: 24px;
}

.emptyState__itemContainer {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  border: solid 1px #e6e6e6;
}

.emptyState__MSW {
  min-height: 246px;
  padding-top: 70px;
  margin-bottom: 30px;
  background-color: #fff;
  background-image: url(../graphics/myshopping/MSW_emptyState_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 1px #e6e6e6;
  padding-left: 80px;
}

.emptyState__MSW__icon {
  display: inline-block;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  max-width: 88px;
}

.emptyState__MSW__message {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding-left: 40px;
}

.emptyState__MSW__title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #262626;
  margin-bottom: 16px;
}

.emptyState__MSW__text {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 300;
  color: #262626;
}

.emptyState__cover.order_2 .emptyState__item.item1,
.emptyState__cover.order_3 .emptyState__item.item2,
.emptyState__cover.order_4 .emptyState__item.item1,
.emptyState__cover.order_4 .emptyState__item.item2,
.emptyState__cover.order_4 .emptyState__item.item3,
.emptyState__cover.order_5 .emptyState__item.item1,
.emptyState__cover.order_5 .emptyState__item.item2,
.emptyState__cover.order_5 .emptyState__item.item3,
.emptyState__cover.order_5 .emptyState__item.item4,
.emptyState__cover.order_6 .emptyState__item.item2,
.emptyState__cover.order_6 .emptyState__item.item3,
.emptyState__cover.order_6 .emptyState__item.item4,
.emptyState__cover.order_6 .emptyState__item.item5 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .emptyState__cover.order_2 .emptyState__item.item1,
  .emptyState__cover.order_3 .emptyState__item.item2,
  .emptyState__cover.order_4 .emptyState__item.item1,
  .emptyState__cover.order_4 .emptyState__item.item2,
  .emptyState__cover.order_4 .emptyState__item.item3,
  .emptyState__cover.order_5 .emptyState__item.item1,
  .emptyState__cover.order_5 .emptyState__item.item2,
  .emptyState__cover.order_5 .emptyState__item.item3,
  .emptyState__cover.order_5 .emptyState__item.item4,
  .emptyState__cover.order_6 .emptyState__item.item2,
  .emptyState__cover.order_6 .emptyState__item.item3,
  .emptyState__cover.order_6 .emptyState__item.item4,
  .emptyState__cover.order_6 .emptyState__item.item5 {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .emptyState__cover.order_2 .emptyState__item.item1,
  .emptyState__cover.order_3 .emptyState__item.item2,
  .emptyState__cover.order_4 .emptyState__item.item1,
  .emptyState__cover.order_4 .emptyState__item.item2,
  .emptyState__cover.order_4 .emptyState__item.item3,
  .emptyState__cover.order_5 .emptyState__item.item1,
  .emptyState__cover.order_5 .emptyState__item.item2,
  .emptyState__cover.order_5 .emptyState__item.item3,
  .emptyState__cover.order_5 .emptyState__item.item4,
  .emptyState__cover.order_6 .emptyState__item.item2,
  .emptyState__cover.order_6 .emptyState__item.item3,
  .emptyState__cover.order_6 .emptyState__item.item4,
  .emptyState__cover.order_6 .emptyState__item.item5 {
    width: 33.33%;
  }
}

.emptyState__cover.order_2 .emptyState__item.item1 .emptyState__image--square,
.emptyState__cover.order_3 .emptyState__item.item2 .emptyState__image--square,
.emptyState__cover.order_4 .emptyState__item.item1 .emptyState__image--square,
.emptyState__cover.order_4 .emptyState__item.item2 .emptyState__image--square,
.emptyState__cover.order_4 .emptyState__item.item3 .emptyState__image--square,
.emptyState__cover.order_5 .emptyState__item.item1 .emptyState__image--square,
.emptyState__cover.order_5 .emptyState__item.item2 .emptyState__image--square,
.emptyState__cover.order_5 .emptyState__item.item3 .emptyState__image--square,
.emptyState__cover.order_5 .emptyState__item.item4 .emptyState__image--square,
.emptyState__cover.order_6 .emptyState__item.item2 .emptyState__image--square,
.emptyState__cover.order_6 .emptyState__item.item3 .emptyState__image--square,
.emptyState__cover.order_6 .emptyState__item.item4 .emptyState__image--square,
.emptyState__cover.order_6 .emptyState__item.item5 .emptyState__image--square {
  display: none;
}

@media only screen and (min-width: 768px) {
  .emptyState__cover.order_2 .emptyState__item.item1 .emptyState__image--square,
  .emptyState__cover.order_3 .emptyState__item.item2 .emptyState__image--square,
  .emptyState__cover.order_4 .emptyState__item.item1 .emptyState__image--square,
  .emptyState__cover.order_4 .emptyState__item.item2 .emptyState__image--square,
  .emptyState__cover.order_4 .emptyState__item.item3 .emptyState__image--square,
  .emptyState__cover.order_5 .emptyState__item.item1 .emptyState__image--square,
  .emptyState__cover.order_5 .emptyState__item.item2 .emptyState__image--square,
  .emptyState__cover.order_5 .emptyState__item.item3 .emptyState__image--square,
  .emptyState__cover.order_5 .emptyState__item.item4 .emptyState__image--square,
  .emptyState__cover.order_6 .emptyState__item.item2 .emptyState__image--square,
  .emptyState__cover.order_6 .emptyState__item.item3 .emptyState__image--square,
  .emptyState__cover.order_6 .emptyState__item.item4 .emptyState__image--square,
  .emptyState__cover.order_6 .emptyState__item.item5 .emptyState__image--square {
    display: block;
  }
}

.emptyState__cover.order_2 .emptyState__item.item1 .emptyState__image--panoramic,
.emptyState__cover.order_3 .emptyState__item.item2 .emptyState__image--panoramic,
.emptyState__cover.order_4 .emptyState__item.item1 .emptyState__image--panoramic,
.emptyState__cover.order_4 .emptyState__item.item2 .emptyState__image--panoramic,
.emptyState__cover.order_4 .emptyState__item.item3 .emptyState__image--panoramic,
.emptyState__cover.order_5 .emptyState__item.item1 .emptyState__image--panoramic,
.emptyState__cover.order_5 .emptyState__item.item2 .emptyState__image--panoramic,
.emptyState__cover.order_5 .emptyState__item.item3 .emptyState__image--panoramic,
.emptyState__cover.order_5 .emptyState__item.item4 .emptyState__image--panoramic,
.emptyState__cover.order_6 .emptyState__item.item2 .emptyState__image--panoramic,
.emptyState__cover.order_6 .emptyState__item.item3 .emptyState__image--panoramic,
.emptyState__cover.order_6 .emptyState__item.item4 .emptyState__image--panoramic,
.emptyState__cover.order_6 .emptyState__item.item5 .emptyState__image--panoramic {
  display: block;
}

@media only screen and (min-width: 768px) {
  .emptyState__cover.order_2 .emptyState__item.item1 .emptyState__image--panoramic,
  .emptyState__cover.order_3 .emptyState__item.item2 .emptyState__image--panoramic,
  .emptyState__cover.order_4 .emptyState__item.item1 .emptyState__image--panoramic,
  .emptyState__cover.order_4 .emptyState__item.item2 .emptyState__image--panoramic,
  .emptyState__cover.order_4 .emptyState__item.item3 .emptyState__image--panoramic,
  .emptyState__cover.order_5 .emptyState__item.item1 .emptyState__image--panoramic,
  .emptyState__cover.order_5 .emptyState__item.item2 .emptyState__image--panoramic,
  .emptyState__cover.order_5 .emptyState__item.item3 .emptyState__image--panoramic,
  .emptyState__cover.order_5 .emptyState__item.item4 .emptyState__image--panoramic,
  .emptyState__cover.order_6 .emptyState__item.item2 .emptyState__image--panoramic,
  .emptyState__cover.order_6 .emptyState__item.item3 .emptyState__image--panoramic,
  .emptyState__cover.order_6 .emptyState__item.item4 .emptyState__image--panoramic,
  .emptyState__cover.order_6 .emptyState__item.item5 .emptyState__image--panoramic {
    display: none;
  }
}

.emptyState__cover.order_2 .emptyState__item.item0,
.emptyState__cover.order_3 .emptyState__item.item1,
.emptyState__cover.order_5 .emptyState__item.item0,
.emptyState__cover.order_6 .emptyState__item.item1 {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .emptyState__cover.order_2 .emptyState__item.item0,
  .emptyState__cover.order_3 .emptyState__item.item1,
  .emptyState__cover.order_5 .emptyState__item.item0,
  .emptyState__cover.order_6 .emptyState__item.item1 {
    width: 66.66%;
  }
}

.emptyState__cover.order_2 .emptyState__item.item0 .emptyState__image--square,
.emptyState__cover.order_3 .emptyState__item.item1 .emptyState__image--square,
.emptyState__cover.order_5 .emptyState__item.item0 .emptyState__image--square,
.emptyState__cover.order_6 .emptyState__item.item1 .emptyState__image--square {
  display: none;
}

.emptyState__cover.order_2 .emptyState__item.item0 .emptyState__image--panoramic,
.emptyState__cover.order_3 .emptyState__item.item1 .emptyState__image--panoramic,
.emptyState__cover.order_5 .emptyState__item.item0 .emptyState__image--panoramic,
.emptyState__cover.order_6 .emptyState__item.item1 .emptyState__image--panoramic {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .emptyState__cover.order_2 .emptyState__item.item0,
  .emptyState__cover.order_3 .emptyState__item.item1 {
    width: 50%;
  }

  .emptyState__cover.order_2 .emptyState__item.item0 .emptyState__image--square,
  .emptyState__cover.order_3 .emptyState__item.item1 .emptyState__image--square {
    display: block;
  }

  .emptyState__cover.order_2 .emptyState__item.item0 .emptyState__image--panoramic,
  .emptyState__cover.order_3 .emptyState__item.item1 .emptyState__image--panoramic {
    display: none;
  }
}

.emptyState__cover.order_1 .emptyState__item.item0,
.emptyState__cover.order_3 .emptyState__item.item0,
.emptyState__cover.order_4 .emptyState__item.item0,
.emptyState__cover.order_6 .emptyState__item.item0 {
  width: 100%;
}

.emptyState__cover.order_1 .emptyState__item.item0 .emptyState__image--square,
.emptyState__cover.order_3 .emptyState__item.item0 .emptyState__image--square,
.emptyState__cover.order_4 .emptyState__item.item0 .emptyState__image--square,
.emptyState__cover.order_6 .emptyState__item.item0 .emptyState__image--square {
  display: none;
}

.emptyState__cover.order_1 .emptyState__item.item0 .emptyState__image--panoramic,
.emptyState__cover.order_3 .emptyState__item.item0 .emptyState__image--panoramic,
.emptyState__cover.order_4 .emptyState__item.item0 .emptyState__image--panoramic,
.emptyState__cover.order_6 .emptyState__item.item0 .emptyState__image--panoramic {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .emptyState__cover.order_1 .emptyState__item.item0 .emptyState__imageCover,
  .emptyState__cover.order_3 .emptyState__item.item0 .emptyState__imageCover,
  .emptyState__cover.order_4 .emptyState__item.item0 .emptyState__imageCover,
  .emptyState__cover.order_6 .emptyState__item.item0 .emptyState__imageCover {
    width: -webkit-calc(66.66% - 8px);
    width: calc(66.66% - 8px);
    float: left;
  }
}

@media only screen and (min-width: 1024px) {
  .emptyState__cover.order_1 .emptyState__item.item0 .emptyState__textCover,
  .emptyState__cover.order_3 .emptyState__item.item0 .emptyState__textCover,
  .emptyState__cover.order_4 .emptyState__item.item0 .emptyState__textCover,
  .emptyState__cover.order_6 .emptyState__item.item0 .emptyState__textCover {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .emptyState__cover.order_4 .emptyState__item.item0 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .emptyState__cover.order_4 .emptyState__item.item0 .emptyState__image--square {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .emptyState__cover.order_4 .emptyState__item.item0 .emptyState__image--panoramic {
    display: none;
  }
}

.emptyState__wrapper .emptyState__cover .emptyState__item:first-child {
  margin-top: 0;
}

.emptyState__cover:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .emptyState__cover {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.emptyState__contact {
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
  background: url(../graphics/contacts_helpbox.svg) no-repeat #fff;
  background-size: cover;
  border: solid 1px #e6e6e6;
  padding: 20px 24px;
  position: relative;
  background-size: cover;
  margin-left: 12px;
  margin-right: 12px;
}

.emptyState__contact:after {
  content: "";
  display: table;
  clear: both;
}

.emptyState__contact>.row>div+div {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .emptyState__contact>.row>div+div {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .emptyState__contact {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .emptyState__contact {
    padding: 40px 48px;
  }
}

.emptyState__contactTitle {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.4px;
  margin: 0;
}

.emptyState__contactAdress {
  font-size: 0;
  white-space: nowrap;
}

.emptyState__contactAdressImg {
  width: 48px;
  display: inline-block;
  vertical-align: middle;
}

.emptyState__contactAdressText {
  color: gray;
  font-size: 12px;
  font-size: .8rem;
  padding: 0 16px;
  display: inline-block;
  vertical-align: middle;
  max-width: 175px;
  white-space: normal;
}

@media only screen and (min-width: 768px) {
  .emptyState__contactAdressText {
    max-width: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .emptyState__contactAdressText {
    max-width: 195px;
  }
}

.emptyState__contactAdressIcon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.33333rem;
  color: gray;
}

.emptyState__contactItem+.emptyState__contactItem {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .emptyState__contactItem+.emptyState__contactItem {
    margin-top: 0;
  }
}

.productPage {
  border-radius: 1px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
}

.productPage__innerTitle {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.productPage__header {
  position: relative;
}

.productPage__header:before {
  content: '';
  width: 66%;
  display: block;
  position: absolute;
  height: 6px;
  border-radius: 5px;
  background-color: #F36F20;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.productPage__imageHero {
  display: block;
  width: 100%;
  max-height: 360px;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
}

.productPage__imageHero.big {
  max-height: 530px;
}

.productPage__description {
  padding: 20px 24px 0;
}

@media only screen and (min-width: 768px) {
  .productPage__description {
    padding: 40px 56px 0;
  }
}

.productPage__descriptionTitle {
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
  color: #F36F20;
  font-size: 20px;
  font-size: 1.33333rem;
}

@media only screen and (min-width: 768px) {
  .productPage__descriptionTitle {
    font-size: 30px;
    font-size: 2rem;
  }
}

.productPage__descriptionText {
  font-size: 14px;
  font-size: .93333rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .productPage__descriptionText {
    margin-top: 32px;
  }
}

.productPage__ctas {
  padding: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .productPage__ctas {
    padding: 40px 56px;
  }
}

.productPage__ctas>a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .productPage__ctas>a {
    display: inline-block;
  }
}

.productPage__ctas>a+a {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .productPage__ctas>a+a {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .productPage__ctas.productPageInsurance__ctas {
    padding: 10px 56px 40px;
  }
}

.productPage__modules {
  display: block;
  padding: 16px 56px 32px 24px;
}

@media only screen and (min-width: 768px) {
  .productPage__modules {
    padding: 16px 56px 32px 56px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.productPage__module {
  position: relative;
  display: block;
  min-height: 48px;
}

@media only screen and (min-width: 768px) {
  .productPage__module {
    display: inline-block;
    width: -webkit-calc(33.33% - 48px);
    width: calc(33.33% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }
}

.productPage__module+.productPage__module {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .productPage__module+.productPage__module {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px;
  }
}

.productPage__moduleImg {
  position: absolute;
}

.productPage__moduleImg img {
  max-width: 48px;
  border-radius: 50%;
}

.productPage__moduleText {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
  line-height: 1.5;
  text-align: left;
  color: #262626;
  padding-left: 64px;
}

.productPage__documents {
  background-color: #e6e6e6;
  padding: 20px 24px;
}

.productPage__documents:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .productPage__documents {
    padding: 30px 56px 30px;
  }
}

.productPage__documentTitle {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin-bottom: 0;
}

.productPage__document {
  display: block;
  border-top: 2px solid #ccc;
}

.productPage__document:nth-of-type(1) {
  border-top: 0;
}

@media only screen and (min-width: 768px) {
  .productPage__document {
    float: left;
    margin-left: 4%;
    width: 48%;
  }

  .productPage__document:nth-of-type(1),
  .productPage__document:nth-of-type(2) {
    border-top: 0;
  }

  .productPage__document:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
}

.productPage__document a {
  font-size: 0;
  display: block;
  white-space: normal;
  padding: 0 20px;
}

.productPage__document a .in-icon,
.productPage__document a .in-label {
  display: inline-block;
  vertical-align: middle;
  color: #262626;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
}

.productPage__document a .in-icon {
  font-size: 20px;
  font-size: 1.33333rem;
  color: gray;
  margin-right: 16px;
  line-height: 40px;
}

.productPage__document a .in-label {
  line-height: 1.4;
  white-space: normal;
  word-break: break-all;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

.productPage__videoBody {
  padding: 64px 0;
}

.productPage__videoBody.large {
  padding: 0;
}

.productPage__videoHeaderContainer {
  max-width: 100%;
  margin: 0 auto;
}

.productPage__videoBodyContainer {
  max-width: 694px;
  margin: 0 auto;
  -webkit-transition: max-width .5s ease;
  transition: max-width .5s ease;
}

.productPage__videoBodyContainer.large {
  max-width: 100%;
  max-height: 0;
}

.productPage__videoBodyContainer video {
  width: 100%;
}

.productPage__benefits {
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
}

.productPage__detailsTitle {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: left;
  color: #262626;
  padding: 32px 0 0 24px;
}

@media only screen and (min-width: 768px) {
  .productPage__detailsTitle {
    padding: 32px 0 0 56px;
  }
}

.productPage__contactUs {
  background-color: #e2edde;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  z-index: 19;
  display: table;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .productPage__contactUs {
    padding: 32px 0 32px 120px;
    min-height: 120px;
  }
}

.productPage__contactUs.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.productPage__contactUsImg {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 32px;
  left: 120px;
  display: table-cell;
  vertical-align: middle;
  display: none;
}

@media only screen and (min-width: 768px) {
  .productPage__contactUsImg {
    display: block;
  }
}

.productPage__contactUsCont {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .productPage__contactUsCont {
    padding-left: 88px;
  }
}

.productPage__contactUsCont>p {
  margin-bottom: 0;
}

.productPage__contactUsCont>p+p {
  margin-top: 8px;
}

.productPageInsurance__tagWrapper {
  text-align: center;
  padding-top: 22px;
}

.productPageInsurance__tagCover {
  border-radius: 4px;
  background-image: -webkit-linear-gradient(139deg, #4d4d4d, #404040);
  background-image: linear-gradient(311deg, #4d4d4d, #404040);
  color: #fff;
  padding: 4px 6px;
}

.productPageInsurance__tagText {
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: 0.1px;
  margin-left: 11px;
  margin-right: 16px;
  position: relative;
  bottom: 2px;
}

.productPageInsurance__ctaDesc {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.3px;
  text-align: center;
  color: #262626;
}

.productPageInsurance__featureWrapper {
  background-color: #e6e6e6;
  border: solid 1px #e6e6e6;
  padding: 10px 24px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .productPageInsurance__featureWrapper {
    padding: 10px 56px;
  }
}

.productPageInsurance__featureTitle {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 500;
  line-height: 1.57;
  color: #262626;
  text-transform: uppercase;
}

.productPageInsurance__featureListWrapper {
  display: block;
  padding: 0;
  list-style: none;
  margin: 0 -12px;
}

.productPageInsurance__featureListWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.productPageInsurance__featureListElement {
  float: left;
  width: 100%;
  margin: 0 12px;
  border-top: 1px solid #ccc;
  padding: 16px 0px;
}

@media only screen and (min-width: 768px) {
  .productPageInsurance__featureListElement {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}

.productPageInsurance__featureListElement:nth-child(1) {
  border-top: none;
}

@media only screen and (min-width: 768px) {
  .productPageInsurance__featureListElement:nth-child(2) {
    border-top: none;
  }
}

.productPageInsurance__featureListIcon {
  margin-right: 17px;
  color: #2b8804;
}

.ProductPageInsurance__characteristicTable {
  display: block;
  padding: 24px 0px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ProductPageInsurance__characteristicTable {
    padding: 56px 0px;
  }
}

.ProductPageInsurance__characteristicTable>.ProductPageInsurance__characteristicTableItem {
  display: inline-block;
  width: 100%;
  padding: 24px 0px;
}

.ProductPageInsurance__characteristicTable>.ProductPageInsurance__characteristicTableItem+.ProductPageInsurance__characteristicTableItem {
  border-top: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .ProductPageInsurance__characteristicTable>.ProductPageInsurance__characteristicTableItem {
    width: 33%;
    padding: 0px 50px;
  }

  .ProductPageInsurance__characteristicTable>.ProductPageInsurance__characteristicTableItem+.ProductPageInsurance__characteristicTableItem {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}

.ProductPageInsurance__characteristicTable .ProductPageInsurance__characteristicTitle {
  font-size: 11px;
  letter-spacing: 0.2px;
  text-align: center;
  color: gray;
}

.ProductPageInsurance__characteristicTable .ProductPageInsurance__characteristicDesc {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: center;
  color: #4d4d4d;
  margin-top: 6px;
}

.ProductPageInsurance__characteristicTable .ProductPageInsurance__characteristicWrapperImage {
  padding-bottom: 32px;
}

.ProductPageInsurance__characteristicTable .ProductPageInsurance__characteristicWrapperImage .ProductPageInsurance__characteristicImage {
  max-width: 80px;
}

.productPageInsurance__coverageWrapper {
  display: block;
  padding: 24px 56px;
  background-color: #f5f5f5;
  text-align: center;
}

.productPageInsurance__coverageWrapper .productPageInsurance__coverageCard {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.07);
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.07);
  display: inline-block;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  text-align: center;
  min-height: 354px;
  margin: 12px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .productPageInsurance__coverageWrapper .productPageInsurance__coverageCard {
    margin: 24px;
    width: -webkit-calc(33% - 48px);
    width: calc(33% - 48px);
    vertical-align: top;
  }
}

.productPageInsurance__coverageWrapper .productPageInsurance__coverageCard .ProductPageInsurance__coverageDesc {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 24px;
  color: #4d4d4d;
}

.productPageInsurance__coverageWrapper .productPageInsurance__coverageCard .ProductPageInsurance__coverageText {
  word-break: break-all;
}

.productPageInsurance__coverageWrapper .productPageInsurance__coverageCard .ProductPageInsurance__coverageImage {
  padding-top: 18px;
  max-width: 64px;
}

.productPageInsurance__coverageWrapper .productPageInsurance__coverageCard .productPageInsurance__coverageAmmountWrapper {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  width: 100%;
  border-radius: 0px 0px 6px 6px;
  padding: 16px;
  background-color: #f5f5f5;
}

.productPage__documentWrapper {
  border-radius: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  padding: 32px 22px 18px;
  margin: 16px 0;
}

.productPage__documentWrapper .productPage__titleDocumentWrapper {
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
}

.productPage__documentWrapper .productPage__titleDocumentWrapper .productPage__titleDocument {
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #262626;
  margin-top: 0;
  margin-bottom: 16px;
}

.productPage__documentWrapper .productPage__descWrapper {
  padding: 5px 0px 0px;
}

.productPage__documentWrapper .productPage__descWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.productPage__documentWrapper .productPage__descWrapper>*:last-child .descWrapper__elementWrapper,
.productPage__documentWrapper .productPage__descWrapper>*:nth-last-child(2):nth-child(odd) .descWrapper__elementWrapper {
  border-bottom: 0;
}

.productPage__documentWrapper .productPage__descWrapper .descWrapper__elementWrapper {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0px 24px;
}

.productPage__documentWrapper .productPage__descWrapper .descWrapper__icon {
  margin-left: -4px;
  font-size: 16px;
  color: #4d4d4d;
}

.productPage__documentWrapper .productPage__descWrapper .descWrapper__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #4d4d4d;
}

.productPage__documentWrapper .productPage__descWrapper .descrWrapper__download {
  border-radius: 100%;
  border: 1px solid #e6e6e6;
  width: 40px;
  height: 40px;
  position: relative;
  top: -8px;
  float: right;
}

.DocumentPreviewMode__section {
  padding: 24px;
  text-align: left;
}

.DocumentPreviewMode__section b,
.DocumentPreviewMode__section strong {
  font-weight: bold;
}

.DocumentPreviewMode__section hr {
  border: solid 1px #e6e6e6;
  margin: 16px 0;
}

.DocumentPreviewMode__section>*+* {
  margin-top: 16px;
}

.DocumentPreviewMode__section h1 {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #262626;
}

.DocumentPreviewMode__section h2 {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.5;
  color: #262626;
}

.DocumentPreviewMode__section p,
.DocumentPreviewMode__section li,
.DocumentPreviewMode__section h3 {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.5;
  color: #4d4d4d;
}

.DocumentPreviewMode__section p>br {
  margin: 16px;
}

.DocumentPreviewMode__section a {
  text-decoration: none;
  color: #262626;
  font-weight: bold;
}

.DocumentPreviewMode__section sup {
  font-weight: bold;
  vertical-align: super;
  font-size: smaller;
  padding-right: 6px;
}

.DocumentPreviewMode__section sub {
  font-weight: bold;
  vertical-align: sub;
  font-size: smaller;
}

.DocumentPreviewMode__section img {
  display: block;
  max-width: 250px;
  padding-top: 12px;
}

.DocumentPreviewMode__section dl {
  margin-bottom: 0;
  border: solid 1px #e6e6e6;
  padding: 12px;
}

.DocumentPreviewMode__section dl dt,
.DocumentPreviewMode__section dl dd {
  display: block;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.4;
}

.DocumentPreviewMode__section dl dt {
  font-weight: bold;
  color: #262626;
}

.DocumentPreviewMode__section dl dd {
  color: #4d4d4d;
}

.DocumentPreviewMode__section dl+dl {
  margin-top: 0;
  border-top: 0;
}

.DocumentPreviewMode__section dl dt+dd {
  margin-top: 8px;
}

.DocumentPreviewMode__section dl:last-of-type {
  margin-bottom: 16px;
}

.DocumentPreviewMode__section footer.info {
  margin-top: 58px;
}

.DocumentPreviewMode__section footer.info p {
  padding: 8px 0px;
  font-size: 10px;
  font-size: .66667rem;
  color: gray;
}

.DocumentPreviewMode__section .withLetter {
  counter-reset: setLetter;
}

.DocumentPreviewMode__section .withLetter>dl {
  position: relative;
}

.DocumentPreviewMode__section .withLetter>dl:before {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: block;
  padding: 0px 5px;
  font-size: 10px;
  font-size: .66667rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  counter-increment: setLetter;
  content: counter(setLetter, upper-alpha);
}

.DocumentPreviewMode__section dl+.withLetter {
  margin-top: 0;
}

.DocumentPreviewMode__section dl+.withLetter>dl:first-child {
  border-top: 0;
}

.DocumentPreviewMode__section table {
  counter-reset: tableRow;
  display: block;
}

.DocumentPreviewMode__section table.noNumber tr:before {
  display: none;
}

.DocumentPreviewMode__section table.noNumber tr+td {
  margin-top: 16px;
}

.DocumentPreviewMode__section table.noNumber td {
  margin-top: 0px;
}

.DocumentPreviewMode__section table tr {
  padding: 24px 0px;
  display: block;
}

.DocumentPreviewMode__section table tr+tr {
  border-top: 1px solid #ccc;
}

.DocumentPreviewMode__section table tr:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: block;
  padding: 0px 5px;
  font-size: 10px;
  font-size: .66667rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  counter-increment: tableRow;
  content: counter(tableRow);
}

.DocumentPreviewMode__section table tr+td {
  margin-top: 16px;
}

.DocumentPreviewMode__section table td {
  display: block;
  font-size: 12px;
  font-size: .8rem;
  color: #4d4d4d;
  line-height: 1.5;
  margin-top: 0px;
}

.DocumentPreviewMode__section table td+td {
  margin-top: 8px;
}

.DocumentPreviewMode__section ol {
  counter-reset: section;
}

.DocumentPreviewMode__section ol.numbRoman>li:before {
  display: none;
}

.DocumentPreviewMode__section ol>li {
  margin: 12px 0;
  padding-left: 12px;
  position: relative;
}

.DocumentPreviewMode__section ol>li>dl {
  margin: 12px 0px;
}

.DocumentPreviewMode__section ol>li:before {
  position: absolute;
  top: 0;
  right: 100%;
  counter-increment: section;
  content: "(" counter(section) ") ";
}

.DocumentPreviewMode__section ol>li>ul {
  counter-reset: subsection;
  padding-left: 24px;
}

.DocumentPreviewMode__section ol>li>ul li {
  position: relative;
  padding-left: 24px;
}

.DocumentPreviewMode__section ol>li>ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: subsection;
  content: counter(subsection, lower-alpha) ") ";
}

.DocumentPreviewMode__section.listChapter ol.numbList {
  counter-reset: item;
}

.DocumentPreviewMode__section.listChapter ol.numbList>li {
  display: block;
  margin: 6px 0px;
}

.DocumentPreviewMode__section.listChapter ol.numbList>li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}

.DocumentPreviewMode__section.listChapter ol.numbRoman {
  display: block;
  list-style-type: upper-roman;
  padding-bottom: 32px;
}

.DocumentPreviewMode__section.listChapter ol.numbRoman>li.titleChapter {
  display: block;
  padding-left: 32px;
  margin: 6px 0px;
}

.DocumentPreviewMode__section.listChapter ol.numbRoman>li.titleChapter:before {
  content: " ";
}

.DocumentPreviewMode__section.listChapter ol.numbRoman ul>li {
  padding-left: 0px;
  list-style: none;
}

.DocumentPreviewMode__section.listChapter ol.numbRoman ul>li a {
  font-weight: 300;
}

.DocumentPreviewMode__section.listChapter ol.numbRoman ul>li a:hover {
  text-decoration: underline;
}

.DocumentPreviewMode__section ul.dashed {
  padding-left: 20px;
}

.DocumentPreviewMode__section ul.dashed>li {
  position: relative;
  padding-left: 0px;
}

.DocumentPreviewMode__section ul.dashed>li:before {
  position: absolute;
  top: 0;
  left: -15px;
  counter-increment: subsection;
  content: '-';
}

.DocumentPreviewMode__section ul.bullet {
  padding-left: 20px;
  list-style-type: disc;
}

.DocumentPreviewMode__section ul.bullet>li {
  position: relative;
  padding-left: 0px;
}

.DocumentPreviewMode__section ul.bullet>li:before {
  content: "";
}

.DocumentPreviewMode__section table.standardTable {
  counter-reset: tableRow;
  display: table;
}

.DocumentPreviewMode__section table.standardTable tbody {
  display: table-row-group;
}

.DocumentPreviewMode__section table.standardTable tbody tr {
  padding: 24px 0px;
  display: table-row;
}

.DocumentPreviewMode__section table.standardTable tbody tr:before {
  display: none;
}

.DocumentPreviewMode__section table.standardTable tbody td {
  border: solid 1px #d9d9d9;
  padding: 12px 8px 12px 8px;
  display: table-cell;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.5;
}

.DocumentPreviewMode__section.listChapter h1 {
  font-weight: bold;
}

.DocumentPreviewMode__section.listChapter h2 {
  padding-top: 22px;
  font-weight: bold;
}

.DocumentPreviewMode__section.listChapter h3 {
  font-size: 12px;
  font-size: .8rem;
  padding: 16px 0px;
  font-weight: 600;
}

.DocumentPreviewMode__section.listChapter p strong {
  font-size: 14px;
  font-size: .93333rem;
}

.DocumentPreviewMode__section.listChapter ol {
  counter-reset: list;
  display: block;
  padding-top: 8px;
}

.DocumentPreviewMode__section ol.onlyLetter,
.DocumentPreviewMode__section ul.onlyLetter {
  counter-reset: setLetter;
}

.DocumentPreviewMode__section ol.onlyLetter>li,
.DocumentPreviewMode__section ul.onlyLetter>li {
  position: relative;
}

.DocumentPreviewMode__section ol.onlyLetter>li:before,
.DocumentPreviewMode__section ul.onlyLetter>li:before {
  position: absolute;
  display: inline-block;
  font-size: 10px;
  font-size: .66667rem;
  counter-increment: setLetter;
  content: counter(setLetter, lower-alpha) ") ";
}

.DocumentPreviewMode__section .freeHtml table tbody {
  padding-bottom: 30px;
  display: block;
}

.DocumentPreviewMode__section .freeHtml table tbody tr {
  border-bottom: 1px solid #ccc;
  padding: 18px 0px;
  display: block;
}

.DocumentPreviewMode__section .freeHtml table tbody tr:before {
  content: "1";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: block;
  padding: 0px 5px;
  margin-top: 24px;
  font-size: 10px;
  font-size: .66667rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.DocumentPreviewMode__section .freeHtml table tbody td {
  display: block;
  font-size: 12px;
  font-size: .8rem;
  color: #4d4d4d;
  margin-top: 16px;
}

.DocumentPreviewMode__section .freeHtml table tbody td p+p {
  margin-top: 0px;
}

.DocumentPreviewMode__section .noBullets {
  padding: 0;
  list-style: none;
}

.DocumentPreviewMode__section .scrollableTableWrapper {
  overflow-x: auto;
}

.DocumentPreviewMode__section .scrollableTable {
  display: table;
  width: 1000px;
}

.DocumentPreviewMode__section .scrollableTable tr {
  display: table-row;
}

.DocumentPreviewMode__section .scrollableTable tr:before {
  content: initial;
}

.DocumentPreviewMode__section .scrollableTable td {
  display: table-cell;
}

.DocumentPreviewMode__section .onlyForDevelopment {
  color: red;
  margin: 30px 0;
}

.migrationTool__header {
  position: relative;
  min-height: 220px;
  text-align: center;
  padding: 24px 24px 40px;
  margin-bottom: -40px;
  background-color: #ede9e4;
}

.migrationTool__header.blueBg {
  background-color: #ede9e4;
}

.migrationTool__header.greenBg {
  background-color: #ECEEE6;
}

.MigrationTermsCondition__activatePart {
  padding: 24px 12px;
  margin: 0 24px;
}

.MigrationTermsCondition__activatePart h3 span {
  vertical-align: middle;
}

.MigrationTermsCondition__activatePart h3 span.icon {
  font-size: 32px;
  font-size: 2.13333rem;
}

.MigrationTermsCondition__activatePart img {
  width: 20px;
  margin-right: 20px;
}

.MigrationTermsCondition__activatePart>* {
  display: inline-block;
  font-size: 12px;
  font-size: .8rem;
  margin: 0;
}

.migrationTool__headerImage {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1280px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.migrationTool__headerTitle {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  margin-top: 20px;
}

.migrationTool__headerText {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.3;
  margin-top: 8px;
}

.migrationTool__textCover {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}

.migrationTool__icon {
  height: 56px;
}

.MigrationTermsCondition__header,
.MigrationTermsCondition__footer {
  padding: 24px;
}

.MigrationTermsCondition__header .progress-dg,
.MigrationTermsCondition__footer .progress-dg {
  text-align: right;
  margin: 0;
}

.MigrationTermsCondition__scrollContainer {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow-y: auto;
  padding: 24px 0 24px 24px;
  max-height: 300px;
  font-size: 14px;
  font-size: .93333rem;
}

.MigrationTermsCondition__scroll {
  margin-right: 24px;
}

.MigrationTermsCondition__otp {
  padding: 24px;
  background-color: #f5f5f5;
  border-top: solid 1px #e6e6e6;
}

.MigrationTermsCondition__otp h4 {
  font-weight: normal;
}

.MigrationContainer__scrollContainer {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow-y: auto;
  padding: 24px 0 24px 24px;
  max-height: 300px;
  font-size: 14px;
  font-size: .93333rem;
}

.MigrationContainer__scroll {
  margin-right: 24px;
}

.MigrationContainer__scroll {
  margin-left: 78px;
}

.MigrationContainer__text {
  font-size: 14px;
  font-size: .93333rem;
}

.MigrationContainer__id {
  margin-bottom: 16px;
}

.MigrationContainer__idLabel {
  font-size: 18px;
  font-size: 1.2rem;
  color: #262626;
  line-height: 1;
}

.MigrationContainer__idBox {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
}

.MigrationStepPanel {
  text-align: left;
  max-width: 840px;
  padding: 0;
  margin: 0 auto;
  border-radius: 4px;
}

.MigrationStepPanel .documentPanel {
  margin: 0;
}

.MigrationStepPanel__buttonWrapper .btn+.btn {
  margin-left: 15px;
}

.MigrationStepPanel__header {
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.MigrationStepPanel__header:after {
  content: "";
  display: table;
  clear: both;
}

.MigrationStepPanel__headerAndMoreDetails .expandable {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}

.MigrationStepPanel__headerAndMoreDetails .expandable-title {
  position: relative;
  padding: 24px;
}

.MigrationStepPanel__headerAndMoreDetails .expandable .collapse-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.MigrationStepPanel__headerAndMoreDetails .expandable .collapseContent {
  padding: 24px;
  background-color: #e6e6e6;
}

.MigrationTermsCondition__headerTitle {
  margin: 0;
  padding: 0 !important;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}

.MigrationStepPanel__bodyRow {
  border-bottom: 1px solid #e6e6e6;
}

.MigrationStepPanel__body:after {
  content: "";
  display: table;
  clear: both;
}

.MigrationStepPanel__bodyTitle {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 24px;
}

.MigrationStepPanel__label {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #262626;
}

.MigrationStepPanel__footer {
  padding: 24px 24px 32px;
}

.MigrationStepPanel__footer:after {
  content: "";
  display: table;
  clear: both;
}

.MigrationStepPanel__footer--shallowPadding {
  padding: 16px 24px;
}

.MigrationStepPanel__footer--grayBg {
  background-color: #f5f5f5;
}

.MigrationStepPanel__footer--borderTop {
  border-top: solid 1px #e6e6e6;
}

.MigrationContainer__buttonBlock {
  margin-top: 22px;
}

.MigrationContainer__buttonBlock a+a {
  margin-left: 8px;
}

.MigrationStepPanel__bodyCover {
  padding: 36px 22px 36px;
}

.MigrationStepPanel__bodyCover:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .MigrationStepPanel__bodyCover {
    padding: 32px 80px 80px;
  }
}

.MigrationStepPanel__bodyCover--shallowBottom {
  padding: 36px 22px;
}

@media only screen and (min-width: 768px) {
  .MigrationStepPanel__bodyCover--shallowBottom {
    padding: 32px 80px;
  }
}

.MigrationStepPanel_columnTitle {
  color: #808080;
  padding-left: 0;
}

.MigrationStepPanel_columnSubTitle {
  color: #262626;
}

.Migration_btn {
  margin-right: 10px;
}

.checkAndAccept {
  padding: 20px;
}

.checkAndAccept--grey {
  margin: 16px 0;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.checkAndAccept .simpleCheckbox .labelText {
  font-size: 12px;
  font-size: .8rem;
  color: #262626;
}

.checkAndAccept .simpleCheckbox .labelText .checkAndAccept_btn {
  text-transform: uppercase;
  font-weight: 700;
}

.checkAndAccept--strong .simpleCheckbox .labelText {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 700;
}

.MigrationStepPanel__documentList {
  padding-left: 16px;
}

.MigrationStepPanel__documentPreview .DocumentPreviewMode .DocumentPreviewMode__scroll {
  height: 320px;
}

.MigrationStepPanel__documentPreview .DocumentPreviewMode .panel {
  border: none;
  border-left: 1px solid #e6e6e6;
}

.userData {
  color: #4d4d4d;
}

.userData__avatarImage {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}

.userData__avatarImage.noImg {
  border-radius: 0;
}

.userData__avatarImage img {
  width: 100%;
}

.userData__maintitle {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.11;
  color: #262626;
}

.userData__mainDescription {
  font-size: 14px;
  font-size: .93333rem;
  margin-bottom: 24px;
  font-weight: 400;
  color: #262626;
}

.userData__notificationTitle {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.11;
  color: #262626;
}

.userData__notificationDesc {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  color: #262626;
}

.userData__col {
  border-left: 1px solid #ccc;
}

.userData__branchInfo {
  font-size: 14px;
  font-size: .93333rem;
}

@media only screen and (min-width: 768px) {
  .userData__branchInfo {
    padding-left: 30px;
  }
}

.userData__branchTitle {
  font-weight: 500;
  text-transform: uppercase;
}

.userData__branchTitle .icon {
  margin-right: 8px;
  padding: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  color: gray;
}

.userData__branchAddress a {
  color: #4d4d4d;
}

.userData__branchOpeningHours {
  padding-left: 16px;
  position: relative;
}

.userData__branchOpeningHours:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DE5B3D;
}

.userData__branchOpeningHours.isOpen {
  color: #30915C;
}

.userData__branchOpeningHours.isOpen:before {
  background-color: #2b8804;
}

.userData__row {
  padding: 16px 0 0;
}

.userData__row:after {
  content: "";
  display: table;
  clear: both;
}

.userData__row dl {
  float: left;
  width: 33.333%;
  margin-bottom: 16px;
}

.userData__row dt {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.33;
  color: gray;
}

.userData__row dd {
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
}

.userData__row+.userData__row {
  border-top: 1px solid #e6e6e6;
}

.keyValue {
  margin: 0;
  padding: 8px 0;
  color: #4d4d4d;
  font-size: 14px;
  font-size: .93333rem;
}

.keyValue__wrapper {
  margin-bottom: 16px;
}

.keyValue__key {
  padding: 0;
  font-weight: 400;
}

.keyValue__value {
  padding: 0;
  font-weight: 500;
  text-align: right;
}

.keyValue+.keyValue {
  border-top: 1px solid #e6e6e6;
}

.fawry-edit-icon {
  padding-left: 5px;
}

.panel-fawry {
  padding: 16px;
}

.panel-fawry-data {
  padding: 16px;
  border-top: solid 1px #e6e6e6;
}

.fawryContainer__wrapperCategory {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 556px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-height: 650px) {
  .fawryContainer__wrapperCategory {
    max-height: 400px;
  }
}

.fawryContainer__panel {
  min-height: 630px;
}

@media screen and (max-height: 650px) {
  .fawryContainer__panel {
    min-height: 530px;
  }
}

.fawryContainer__fieldset {
  padding-top: 16px;
}

.fawryList__categoryTitle {
  font-size: 12px;
  font-size: .8rem;
  text-transform: uppercase;
}

.fawryContainer__wrapperLoader {
  min-height: 460px;
  width: 100%;
}

.fawryContainer__stepLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255,255,255,0.5);
}

.fawryContainer__nodata {
  text-align: center;
  padding: 16px 0;
}

.fawry__pagination {
  text-align: center;
  border-top: solid 1px #e6e6e6;
  font-size: 12px;
  font-size: .8rem;
}

.fawry__pagination .pagination>li>a:hover,
.fawry__pagination .pagination>li>span:hover,
.fawry__pagination .pagination>li>a:focus,
.fawry__pagination .pagination>li>span:focus {
  background: transparent;
}

.fawry__pagination .pagination {
  border: 0;
}

.fawry__pagination .pagination li.active>a {
  background-color: transparent !important;
  color: #262626;
  font-weight: bold;
}

.fawry__pagination .pagination li>a {
  border: 0;
  color: #404040;
}

.fawry-list {
  padding: 16px;
}

.fawry-archive-list {
  padding-bottom: 0;
}

.fawry-archive-list .title {
  padding: 0 10px 16px 10px;
}

@media only screen and (min-width: 768px) {
  .fawry-archive-list .title {
    padding: 0 24px 16px 24px;
  }
}

.fawryListItem {
  padding: 12px 16px;
  height: 48px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 0 0 rgba(166,166,166,0.2);
  box-shadow: 0 1px 0 0 rgba(166,166,166,0.2);
}

.fawryListItem:after {
  position: absolute;
  font-family: 'icomoon' !important;
  speak: none;
  text-transform: none;
  font-size: 10px;
  font-size: .66667rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  content: "\e90c";
}

.fawryListItem.active {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.9)), to(rgba(255,255,255,0.8)));
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.9), rgba(255,255,255,0.8));
  background-image: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.8));
}

.fawryDataPanel {
  border: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.fawryDataPanel .data-panel--row {
  margin: 0;
}

.fawryDataPanel .title {
  margin: 0;
  font-size: 18px;
  font-size: 1.2rem;
  padding-bottom: 28px;
}

.fawryDataPanel__title {
  padding: 16px;
}

.panel-fawry-archive {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

@media only screen and (min-width: 0px) {
  .panel-fawry-archive {
    margin: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .panel-fawry-archive .payment-row>div {
    width: 100%;
  }
}

.panel-fawry-archive>.panel-heading {
  background-color: #fff;
  padding: 0;
}

.panel-fawry-archive+.panel-fawry-archive {
  margin: 0;
}

.panel-fawry-archive:last-child>.panel-heading {
  border-bottom: 0;
}

.panel-fawry-archive+.fawry__pagination {
  border-top: 0;
}

.fawryBillInfo {
  background-color: #e6e6e6;
  padding: 24px;
}

.fawryMybillsList .payment-list .panel .collapse-btn .expandable-title {
  height: 70px;
  border-bottom: 0;
  cursor: pointer;
}

.fawryMybillsList .panel-body {
  padding: 0;
}

.fawryMybillsList .payment-list--row {
  border-top: 0;
  border-bottom: solid 1px #e6e6e6;
  font-size: 14px;
  font-size: .93333rem;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .fawryMybillsList .payment-list--row {
    padding: 12px 24px;
  }
}

.fawryMybillsList .payment-list--row.headling,
.fawryMybillsList .payment-list--row.overview--headling {
  cursor: default;
}

.fawryMybillsList .payment-list--row .payment-rows .data-panel--row.row {
  margin-left: 0;
}

.fawryMybillsList .payment-list--row .payment-rows .data-panel--row.row .text-direction-right {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .fawryMybillsList .payment-list--row .payment-rows {
    position: relative;
  }

  .fawryMybillsList .payment-list--row .payment-rows a>div {
    display: block;
    width: 100%;
  }

  .fawryMybillsList .payment-list--row .payment-rows .w10 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.fawryMybillsList .payment-list--row.headling,
.fawryMybillsList .payment-list--row.overview--headling {
  border: 0;
}

.fawryMybillsList .account-title {
  background-color: #fafafa;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
}

.fawryMybillsList .payment-list .panel .collapse-btn .collapsed .expandable-title .account-title {
  background-color: #fff;
}

.fawryMybillsList .expandable.panel.panel-default {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.divAmountHeader .transfer--data {
  padding-top: 4px;
  padding-bottom: 4px;
}

.FawryRegistrationSettings {
  padding: 0;
}

.FawryRegistrationSettings__header {
  padding: 24px;
  background-color: #fff;
  border-bottom: solid 1px #e6e6e6;
}

.FawryRegistrationSettings__content {
  padding: 20px 10px;
}

@media only screen and (min-width: 1024px) {
  .FawryRegistrationSettings__content {
    padding: 20px 36px;
  }
}

.FawryRegistrationSettings__content a {
  cursor: pointer;
}

.FawryRegistrationSettings__column {
  padding-right: 46px;
}

.FawryBillList__icon {
  padding-bottom: 8px;
}

.FawryBillInfo__info {
  background-color: #e6e6e6;
}

.FawryBillInfo__infoButton {
  margin-left: 16px;
  float: right;
}

.FawryBillInfo__buttonCancel {
  margin-right: 16px;
  display: inline-block;
}

.FawryRegistrationSettings__title {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.11;
  letter-spacing: 0.2px;
  color: #262626;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 22px;
}

.FawryRegistrationSettings__body {
  padding-top: 24px;
}

.divEditLink {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.13;
  color: #ed591a;
  padding-top: 32px;
  padding-bottom: 22px;
  cursor: pointer;
}

.FawryPaymentSettings__title {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.14;
  color: gray;
}

.panel-fawry-archive.panel+.panel-fawry-archive.panel {
  margin-top: 0;
}

.panel-fawry-archive.panel {
  border-left: 0;
  border-right: 0;
}

.panel-fawry-archive.panel .transaction {
  border: 0;
}

.panel-fawry-archive.panel .panel-body {
  padding: 0;
  pointer-events: none;
}

.panel-fawry-archive.panel .panel-body .transaction-details--rowCover {
  border-top: 1px solid #e6e6e6;
  background-color: #fafafa;
}

.panel-fawry-archive.panel .panel-heading {
  cursor: pointer;
  border-bottom: 0;
}

.panel-fawry-archive.panel .panel-heading .payment-list--row {
  font-size: 14px;
  font-size: .93333rem;
  padding: 0;
}

.panel-fawry-archive.panel .panel-heading .payment-list--row>a {
  display: block;
  padding: 20px 24px;
}

.FawryPaymentSettings__datePicker .react-datepicker__input-container {
  width: 100%;
}

.FawryPaymentSettings__datePicker .react-datepicker__input-container input {
  width: 100%;
}

.FawryPaymentSettings__datePicker .react-datepicker__input-container label {
  pointer-events: none;
}

.MultiPaymentsApp__iconButton {
  margin-left: 8px;
}

.RegistrationConfirmationPage__iconButton {
  margin-right: 8px;
}

.MultiPaymentsApp__view {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ed591a;
}

.FawryBillList__buttonTop {
  padding: 16px 0;
}

.FawryPaymentSettings__datePicker+.FawryPaymentSettings__datePicker {
  margin-top: 16px;
}

.FawryPaymentSettings__title {
  padding-bottom: 16px;
}

.FawryPaymentSettings__datePicker input:disabled {
  background: #e6e6e6;
}

.fawryFilter .btn-open-filter {
  position: relative;
}

.fawryFilter .btn-open-filter.active:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
  content: "";
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  height: 12px;
  width: 12px;
  z-index: 9999;
}

.fawryFilter .transactions-adjust-menu {
  right: 10px;
}

.FawryPaymentSettings__cancelButton {
  margin-right: 16px;
}

.RegistrationConfirmationPage__status {
  padding: 56px 32px 0;
}

.RegistrationConfirmationPage__transfer {
  padding-left: 56px;
}

.navigation__curtain {
  left: 100%;
}

.FawryInputPage__infoHidden {
  padding-top: 18px;
  padding-left: 0;
  font-size: 12px;
  font-size: .8rem;
  font-style: italic;
  color: gray;
}

.FawryInputPage__info {
  font-size: 11px;
  font-size: .73333rem;
  color: #4d4d4d;
}

.noClickable {
  pointer-events: none;
}

.linkPay {
  color: blue;
}

.fieldElementAlign {
  float: right;
  color: #A0A0A0;
}

.buttonAlign {
  text-align: center;
}

.inputNickname {
  border: none;
  text-align: right;
  color: #A0A0A0;
  background-color: white;
  margin-right: 5px;
}

.divSettingsHide {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 18px;
  float: right;
}

.switch input {
  display: none;
}

.editLink {
  color: blue;
  cursor: pointer;
}

.cancelSaveLink {
  color: blue;
  cursor: pointer;
  display: none;
}

.divEditLink {
  text-align: center;
}

.buttonPayNow {
  float: right;
  margin-top: 15px;
}

.deleteLink {
  color: #DE5B3D;
  cursor: pointer;
}

.modalCancel {
  background-color: #fff;
  left: 0%;
  top: 5%;
}

.modalBodyText {
  text-align: center;
}

.OptionFields__button .btn-fourth:hover,
.OptionFields__button .btn-fourth:active,
.OptionFields__button .btn-fourth:hover:active,
.btn-fourth:focus .OptionFields__button {
  text-decoration: none;
}

.fawryContainer__wrapperCategory {
  min-height: 560px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-height: 650px) {
  .fawryContainer__wrapperCategory {
    min-height: 460px;
  }
}

.billingDetails__fawryDataPanel {
  word-wrap: break-word;
}

.transferDone {
  border-radius: 1px;
  background-color: #cbe5c5;
  border: solid 1px #e6e6e6;
  border: solid 1px #e6e6e6;
}

.transferRejected {
  border-radius: 1px;
  background-color: #fad9d2;
  border: solid 1px #e6e6e6;
  border: solid 1px #e6e6e6;
}

.buttonTransfer {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: center;
  color: #262626;
  margin-top: -18px;
  margin-left: 110px;
  margin-bottom: 8px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .buttonTransfer {
    margin-top: -68px;
    float: right;
    margin-right: 48px;
    margin-left: 434px;
  }
}

.trade__inner {
  padding: 0 44px;
}

.tradeFooter__title {
  margin: 0;
}

.tradeFooter__left {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tradeFooter__left {
    width: 50%;
  }
}

.tradeFooter__right {
  text-align: center;
  width: 100%;
  padding-top: 8px;
}

@media only screen and (min-width: 768px) {
  .tradeFooter__right {
    width: 50%;
    text-align: right;
    padding-top: 0px;
  }
}

.imgTransfer {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .imgTransfer {
    display: block;
  }
}

.transferStatus__image {
  margin-right: 8px;
  display: block;
  width: 32px;
}

@media only screen and (max-width: 767px) {
  .transferStatus__image {
    width: 22px;
  }
}

.transferStatus__message {
  display: table-cell;
  color: #262626;
  font-size: 14px;
  font-size: .93333rem;
}

@media only screen and (max-width: 767px) {
  .transferStatus__message {
    display: block;
    margin: 8px 0;
  }
}

.transferStatus__button {
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .transferStatus__button {
    display: block;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .transfer--status {
    padding: 24px;
  }
}

.RequestDetails .alert__info {
  margin: 0px 24px;
  padding: 16px 24px 32px;
}

.RequestDetails .alert__info-title {
  margin-bottom: 14px;
  position: relative;
}

.RequestDetails .alert__info-title .icon-info {
  position: absolute;
  left: 0;
  margin-top: 0;
  color: gray;
}

.RequestDetails .alert__info-title .title-info {
  margin-left: 22px;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  color: #4d4d4d;
}

.RequestDetails .alert__info-txt {
  color: gray;
}

.RequestDetails .payment__expandable {
  margin: 0;
}

.RequestDetails .expandable-title {
  padding: 48px 24px 16px;
}

.RequestDetails .collapse__payment-details-wrapper {
  padding: 32px 48px;
}

.expandable-more-details-item {
  font-size: 11px;
  font-size: .73333rem;
  color: gray;
}

.expandable-more-details-text {
  font-size: 12px;
  font-size: .8rem;
  color: #4d4d4d;
  font-weight: bold;
}

.TradeHeader {
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .TradeHeader {
    padding: 40px;
  }
}

.tradeDisclaimer__alert {
  border-radius: 1px;
  background-color: #e6e6e6;
  border: solid 1px #e6e6e6;
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .tradeDisclaimer__alert {
    padding: 24px;
  }
}

.tradeDisclaimer__alert .InfoText {
  margin-top: 0;
}

.tradeDisclaimer__alert-details {
  font-size: 10px;
  font-size: .66667rem;
}

.tradeDisclaimer__alert-details .InfoText {
  margin-top: 0;
}

.TradeHeader__imageCover {
  width: 72px;
  height: 72px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .TradeHeader__imageCover {
    margin: 0 40px 0 22px;
  }
}

.TradeHeader__imageCover .avatar-img-holder {
  width: 72px;
  height: 72px;
}

.TradeHeader__image {
  width: 100%;
  display: block;
}

.TradeHeader__message {
  display: block;
  vertical-align: middle;
  width: 100%;
  padding-left: 0;
  padding-top: 16px;
}

@media only screen and (min-width: 768px) {
  .TradeHeader__message {
    display: inline-block;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    padding-top: 0;
    padding-left: 16px;
  }
}

.Trade__header-text {
  padding-left: 0;
  display: block;
  vertical-align: middle;
  padding-top: 12px;
}

@media only screen and (min-width: 768px) {
  .Trade__header-text {
    display: inline-block;
    padding-left: 36px;
    padding-top: 0px;
  }
}

.TradeHeader__messageText {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
}

.account-info {
  padding-left: 12px;
  font-size: 12px;
  font-size: .8rem;
}

.Trade__body {
  min-height: 396px;
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .Trade__body {
    padding: 32px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .Trade__body .add-account-info,
  .Trade__body .account-info {
    display: block;
    width: 100%;
  }
}

.Trade__row {
  max-width: 594px;
}

.Trade__row+.Trade__row {
  margin-top: 32px;
}

.Trade__footer {
  border-top: 1px solid #e6e6e6;
  padding: 16px 0;
  text-align: center;
}

.Trade__footer .modal-dialog {
  max-width: 630px;
}

@media only screen and (min-width: 768px) {
  .Trade__footer {
    text-align: left;
  }
}

.Trade__footer.withBg {
  background-color: #fff;
}

.modal-body .TradeModal__content {
  margin: 0;
}

.TradeModal__content .modal-body {
  padding: 36px 40px 24px 40px;
}

.TradeModal__content .TradeModal__close {
  text-align: right;
  display: block;
  color: #7f8080;
  cursor: pointer;
}

.TradeModal__content .modal-header {
  padding: 16px 24px 24px 40px;
  background-color: #f4f4f4;
  border: solid 1px #e5e5e5;
}

.TradeModal__content .modal-header h3 {
  color: #262626;
}

.TradeModal__content .modal-header p {
  color: #4c4c4c;
}

.TradeModal__content .TradeModal__txt {
  padding-left: 42px;
}

.TradeModal__content .TradeModal__title {
  margin-top: 8px;
}

.TradeModal__content .InfoText {
  margin-top: 24px;
}

.TradeModal__content .InfoText__cover {
  font-size: 10px;
  font-size: .66667rem;
}

.TradeModal__button {
  margin-top: 16px;
}

.Trade__easyTransfer {
  display: block;
  margin-top: 32px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Trade__easyTransfer .custom-checkbox__spacer {
  padding: 24px;
  margin-bottom: 0;
}

.title-success {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #30915C;
  margin-top: 0;
}

.subTitle-success {
  margin: 0;
  font-size: 12px;
  font-size: .8rem;
  color: #262626;
}

.Trade__header-img {
  display: inline-block;
  max-width: 100%;
}

.Trade__header-panel {
  padding-left: 16px;
  padding-top: 12px;
}

@media only screen and (min-width: 768px) {
  .Trade__header-panel {
    padding-left: 60px;
    padding-top: 32px;
  }
}

.descLabel {
  margin-top: 12px;
}

.Trade__body-panel {
  padding: 32px 0;
}

.Trade__details-info {
  font-weight: 500;
  margin-bottom: 2px;
}

.Advise__reason {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 32px;
}

.AdviseList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.AdviseList__item {
  position: relative;
  padding: 0 0 0 24px;
}

.AdviseList__item+.AdviseList__item {
  margin-top: 32px;
}

.AdviseList__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #262626;
  margin: 0;
}

.AdviseList__icon {
  color: #3D8F62;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
}

.AdviseList__icon.icon-clear {
  color: #de5b3e;
}

.AdviseList__body {
  padding-top: 8px;
}

.AdviseList__text {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.5;
  color: #4d4d4d;
}

.quickTransferModal {
  max-width: 632px;
  width: 100%;
}

.quickTransferModal .modal-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.BuyInput__right .payment-panel__button-holder .ProgressBarBalls__status,
.small-payment-button-holder .payment-panel__button-holder .ProgressBarBalls__status {
  width: 20px;
}

@media only screen and (min-width: 1280px) {
  .BuyInput__right .payment-panel__button-holder,
  .small-payment-button-holder .payment-panel__button-holder {
    width: 623px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .BuyInput__right .payment-panel__button-holder,
  .small-payment-button-holder .payment-panel__button-holder {
    width: auto;
    left: 80px;
    right: 32.2%;
  }
}

.PendingOrder {
  background-color: #fff;
  padding: 16px 16px 8px 32px;
}

.PendingOrder:after {
  content: "";
  display: table;
  clear: both;
}

.PendingOrder__table {
  width: 100%;
}

.PendingOrder__date {
  line-height: 1;
  font-size: 14px;
  font-size: .93333rem;
  color: #4d4d4d;
}

.PendingOrder__fund {
  line-height: 2.5;
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  color: #4d4d4d;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.PendingOrder__type {
  line-height: 2;
  font-size: 14px;
  font-size: .93333rem;
  color: #4d4d4d;
  border-radius: 2.5px;
  background-color: #f5f5f5;
  padding: 8px 12px;
}

.PendingOrder__account {
  line-height: 2.5;
  font-size: 14px;
  font-size: .93333rem;
  color: #4d4d4d;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.PendingOrder__valueCell {
  max-width: 10%;
}

.PendingOrder__value {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 2.5;
  font-weight: bold;
  color: #2b8804;
}

.PendingOrder__type .TradeBox__tag {
  background-color: #f5f5f5;
}

.PendingOrder__type .Tag__txt {
  color: #262626;
}

@media only screen and (max-width: 767px) {
  .PendingOrder__dateCell,
  .PendingOrder__fundCell,
  .PendingOrder__typeCell,
  .PendingOrder__accountCell,
  .PendingOrder__valueCell {
    display: inline;
  }
}

.BuyInput__right .panel {
  padding-top: 0;
}

.BuyInput__right .transfer--status {
  margin: 0;
  padding: 0;
}

.BuyInput__left {
  float: right !important;
}

@media only screen and (max-width: 767px) {
  .BuyInput__left>div>div {
    padding-bottom: 0 !important;
  }

  .BuyInput__left>div>.BuyInput__leftAside {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-top: 0px !important;
  }
}

.BuyInput__leftAside.sticky {
  margin-top: 70px;
}

.BuyInput__leftAside .Tag {
  background-color: #404040;
  border-radius: 4px;
  padding: 2px 16px;
}

.BuyInput__leftAside .Tag__txt {
  color: #fff;
}

.boxSide {
  padding: 40px 32px;
  display: block;
  position: relative;
}

.boxSide::before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 1px;
  background: #F36F20;
  position: absolute;
  top: 0;
  left: 0;
}

.boxSide .boxSide__image {
  width: 64px;
  height: 64px;
}

.boxSide .boxSide__title {
  font-size: 12px;
  line-height: 1.5;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 16px;
}

.boxSide .boxSide__description {
  font-size: 12px;
  line-height: 1.5;
  color: #4d4d4d;
  margin: 0;
}

.boxSide.bgImage {
  background: url(../graphics/my_portfolio_bg_long.svg);
}

.boxSide a {
  cursor: pointer;
}

.boxDataRecurryng.boxSide {
  padding: 0;
}

.boxDataRecurryng .standalone__label {
  margin: 0;
  font-size: 14px;
  font-size: .93333rem;
  color: #4d4d4d;
  font-weight: 300;
}

.boxDataRecurryng .standalone__desc {
  margin: 0;
  color: #262626;
  font-size: 14px;
  font-size: .93333rem;
}

.boxDataRecurryng.ListDetailTitle .title {
  margin-bottom: 32px;
}

.boxSide__blockWrapper .boxSide__data {
  padding: 32px;
}

.boxSide__blockWrapper .boxSide__data .boxSide__table--data:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .boxSide__blockWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
  }

  .boxSide__blockWrapper .boxSide__leftBlock {
    width: 68%;
  }

  .boxSide__blockWrapper .boxSide__rightBlock {
    width: 32%;
  }

  .boxSide__blockWrapper .boxSide__rightBlock .TradeBox__box {
    height: 100%;
  }
}

.boxSide__title {
  color: #262626;
  display: block;
  position: relative;
}

.boxSide__title:after {
  content: "";
  display: table;
  clear: both;
}

.boxSide__title .title {
  font-size: 18px;
  font-size: 1.2rem;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.boxSide__title .icon-info {
  padding-top: 2px;
  position: absolute;
  top: 4px;
  right: 0;
  float: right;
  color: gray;
}

.boxSide__data {
  padding: 32px;
}

.boxSide__data .boxSide__title .title {
  font-size: 20px;
  font-size: 1.33333rem;
}

.Tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #262626;
}

.Tag.Tag__wide {
  padding: 1px 21px;
}

.Tag__txt {
  line-height: 1.8;
  color: #262626;
  font-size: 12px;
  font-size: .8rem;
}

.Tag__icon {
  display: inline-block;
}

.Tag__icon--left {
  margin-right: 8px;
}

.Tag__icon--right {
  margin-left: 8px;
}

.boxSide__table {
  padding: 22px 0;
  width: 100%;
  display: table;
}

.boxSide__table+.boxSide__table {
  padding-top: 0;
}

.boxSide__table .tr {
  display: table-row;
  font-size: 12px;
  font-size: .8rem;
}

.boxSide__table .tr.boxSide__lastPrice {
  font-size: 10px;
  font-size: .66667rem;
}

.boxSide__table .tr .td {
  display: table-cell;
  padding-bottom: 6px;
}

.boxSide__data--info {
  font-size: 12px;
  font-size: .8rem;
}

.chart-title {
  font-size: 16px;
  font-size: 1.06667rem;
}

.boxSide__chartPerformance {
  border-top: 1px solid #e6e6e6;
}

.boxSide__chartLegend {
  display: block;
  padding: 16px 8px;
}

.boxSide__chartLegend--info {
  padding-bottom: 8px;
}

.chart-legend-icon {
  width: 12px;
  height: 12px;
  border-radius: 19px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 8px;
}

.chart-legend-icon.icon-fond {
  background-color: #009091;
}

.chart-legend-icon.icon-benchmark {
  background-color: #92dbdb;
}

.chart-legend-info {
  font-size: 12px;
  font-size: .8rem;
  vertical-align: text-bottom;
}

.TradeBox,
.TradeBoxSecond {
  padding: 0;
  opacity: none;
}

.TradeBox.grey,
.TradeBoxSecond.grey {
  color: #262626;
  opacity: 0.5;
}

.TradeBox__content {
  padding: 16px 16px 0;
}

@media only screen and (min-width: 768px) {
  .TradeBox__content {
    padding: 32px 32px 0;
  }
}

.TradeBox__content .transfer--details.standalone {
  margin-bottom: 0;
}

.TradeBox__content .TradeBox__tag {
  background-color: #404040;
}

.a .TradeBox__boxTabsCont {
  color: #fff;
}

.TradeBox__title {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 400;
}

.TradeBox__destails {
  display: block;
}

.TradeBox__tagCont {
  text-align: right;
}

.TradeBox__tag {
  margin-top: 15px;
}

.TradeBox__boxHeaderCont {
  margin-bottom: 40px;
  margin-top: 0px;
  text-align: left;
}

.TradeBox__box {
  color: #fff;
  text-align: center;
  background: #F36F20;
  background: -webkit-linear-gradient(315deg, #F36F20 44%, #F08E00 69%);
  background: linear-gradient(135deg, #F36F20 44%, #F08E00 69%);
  padding: 28px 32px 32px;
  min-height: 294px;
}

.TradeBox__box.dark {
  background-image: -webkit-linear-gradient(107deg, #4c4c4c, #404040);
  background-image: linear-gradient(343deg, #4c4c4c, #404040);
}

.TradeBox__box.grey {
  background-color: #e6e6e6;
  background-image: none;
  color: #b3b3b3;
}

.TradeBox__box.padding {
  padding: 8px 32px 16px 32px;
}

.TradeBox__boxHeaderText {
  font-size: 14px;
  font-size: .93333rem;
  float: left;
  display: inline-block;
  width: 50%;
}

.TradeBox__boxHeaderIcon {
  display: inline-block;
  float: right;
}

.TradeBox__boxTitle {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 0;
}

.TradeBox__boxLabelText {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
}

.TradeBox__boxImage {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  display: block;
}

.TradeBox__boxInputRange {
  padding-top: 4px;
}

.TradeBox__boxBarContainer {
  height: 8px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.3);
  position: relative;
  border-radius: 10px;
  width: 100%;
}

.TradeBox__boxBarContainer.grey {
  background-color: rgba(204,204,204,0.3);
}

.TradeBox__boxBarCenter {
  background-color: #fff;
  height: 14px;
  width: 30%;
  top: -2px;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
}

.TradeBox__boxBarCenter.grey {
  background-color: #b3b3b3;
}

.TradeBox__boxBarCenter.left {
  left: 35%;
}

.TradeBox__boxBarCenter.right {
  right: 35%;
}

.TradeBox__boxSubTitle {
  font-size: 12px;
  font-size: .8rem;
}

.TradeBox__boxDetails {
  font-size: 14px;
  font-size: .93333rem;
}

.TradeBox__boxDetails .standalone__label,
.TradeBox__boxDetails .standalone__desc {
  color: #fff;
}

.TradeBox__boxChart {
  margin-top: -26px;
  width: 100%;
  height: 76px;
}

.TradeBox__boxChart .FundProductPage__innerWidget {
  padding: 0 !important;
}

.TradeBox__boxChart .highcharts-background {
  fill: none !important;
}

.TradeBox__boxChart .highcharts-point {
  stroke: #ffffff;
  stroke-width: 1;
}

.TradeBox__boxChart .highcharts-axis .highcharts-axis-line {
  stroke: #fff;
}

.TradeBox__boxChart .highcharts-legend-item text,
.TradeBox__boxChart .highcharts-axis-labels text {
  color: #fff !important;
  fill: #fff !important;
  font-weight: normal !important;
}

.TradeBox__boxChart .highcharts-series-0 {
  border: 1px solid #f0f;
  fill: #f0f;
}

.TradeBox__boxChart .highcharts-series-0 rect {
  stroke-width: 2 !important;
}

.large-nav-tabs.tradeBox-tabs {
  margin-bottom: 32px;
  color: #fff;
  background-color: transparent;
}

.large-nav-tabs.tradeBox-tabs li {
  color: #fff;
}

.large-nav-tabs.tradeBox-tabs li a {
  background-color: transparent;
  color: #fff !important;
}

.large-nav-tabs.tradeBox-tabs li a .tab-title {
  color: #fff !important;
}

.large-nav-tabs.tradeBox-tabs li a .tab-title:after {
  background-color: #fff !important;
}

.large-nav-tabs.tradeBox-tabs li a .tab-title h2 {
  color: #fff !important;
}

.large-nav-tabs.tradeBox-tabs li.active a:after {
  background-color: #fff;
}

.Frame {
  padding: 16px;
  padding-top: 16px;
}

@media only screen and (min-width: 768px) {
  .Frame {
    padding: 32px;
  }
}

.Frame.panel.nothing-to-show {
  padding: 38px 48px;
}

.Frame__title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #262626;
  margin: 0;
  margin-bottom: 8px;
}

.Frame__subtitle {
  font-weight: 300;
  color: #262626;
  font-size: 16px;
  font-size: 1.06667rem;
}

.Frame__button {
  padding-top: 28px;
}

.Frame__date {
  font-size: 14px;
  font-size: .93333rem;
  text-align: right;
  margin-top: 20px;
}

.Frame__date p {
  margin-bottom: 0;
}

.Switch__bodyCell {
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
}

.Switch__bodyCell--info {
  font-size: 11px;
  font-size: .73333rem;
  color: #7f7f7f;
}

.Switch__bodyCell--border {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .Switch__bodyCell--border {
    text-align: center;
  }
}

.Switch__bodyCell--border span {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
}

.Switch__bodyCell--category {
  color: #7f7f7f;
}

.Switch__bodyCell--btn {
  font-size: 12px;
  font-size: .8rem;
  text-align: right;
  font-weight: 500;
}

.Switch__btnLoad {
  padding: 0 22px;
}

.Switch__header {
  background-color: #F36F20;
}

@media only screen and (min-width: 768px) {
  .Switch__header {
    padding: 24px;
    width: 100%;
  }
}

.Switch__headerImage {
  text-align: center;
}

.Switch__headerImg {
  position: relative;
  top: 10px;
  width: 56px;
  height: 56px;
  left: 26px;
}

@media only screen and (min-width: 768px) {
  .Switch__headerImg {
    left: 8px;
  }
}

.Switch__closeButton {
  background-color: rgba(255,255,255,0.3);
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  float: right;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .Switch__closeButton {
    font-size: 28px;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    position: relative;
    top: -24px;
    right: -24px;
  }
}

.Switch__headerTitle {
  text-align: center;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}

.Switch__headerBody {
  text-align: center;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.29;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  margin-top: -8px;
}

@media only screen and (min-width: 768px) {
  .Switch__headerBody {
    padding-bottom: 56px;
  }
}

.Switch__body {
  text-align: center;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.29;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .Switch__body {
    width: 940px;
    margin: -60px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .Switch__body {
    padding-bottom: 56px;
  }
}

.Switch__bodyTitle {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.33;
  text-align: left;
  color: #262626;
  position: relative;
  right: -8px;
  padding: 12px;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 768px) {
  .Switch__bodyTitle {
    padding: 22px 24px;
  }
}

.Switch__bodyText {
  z-index: 9;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  max-width: 940px;
  margin: 0 auto;
  margin-top: -44px;
}

.Switch_containerTable {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .Switch_containerTable {
    padding: 22px 24px;
  }
}

.Switch__bodyTable {
  width: 100%;
}

.Switch__bodyTable tr {
  display: table-row;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.Switch__bodyTable td {
  display: block;
  padding: 6px 12px 6px 12px;
}

@media only screen and (min-width: 768px) {
  .Switch__bodyTable td {
    display: table-cell;
    padding: 24px 22px 24px 0px;
  }
}

.Switch__bodyTable td:first-child {
  padding-left: 12px;
}

@media only screen and (min-width: 768px) {
  .Switch__bodyTable td:first-child {
    padding-left: 24px;
  }
}

.Switch__bodyTable td p {
  margin: 0;
}

.Switch_headerTable {
  width: 100%;
}

.Switch_headerTable th {
  padding: 24px 0px 12px;
  font-size: 11px;
  font-size: .73333rem;
  color: #7f7f7f;
}

.Switch_headerTable th:first-child {
  padding-left: 24px;
}

.Switch_headerTable th span {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .Switch_headerTable {
    display: none;
  }
}

.HighlightedProduct {
  position: relative;
  padding: 24px 16px 36px;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.HighlightedProduct:hover .HighlightedProduct__title,
.HighlightedProduct:focus .HighlightedProduct__title {
  text-decoration: underline;
}

.HighlightedProduct__wrapper {
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .HighlightedProduct__wrapper {
    display: inline-block;
    width: 33.3%;
  }
}

.HighlightedProduct__title {
  font-size: 11px;
  font-size: .73333rem;
  color: gray;
}

.HighlightedProduct__name {
  font-size: 14px;
  font-size: .93333rem;
  margin: 0 0 16px;
  font-weight: 500;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .HighlightedProduct__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
  }
}

.HighlightedProduct__update {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  color: gray;
  margin-bottom: 4px;
}

.HighlightedProduct__update__highlight {
  font-weight: 700;
}

.HighlightedProduct__update__highlight--green {
  color: #30915C;
}

.HighlightedProduct__titleBody {
  padding-top: 14px;
}

.HighlightedProduct__price {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  text-align: left;
  color: #262626;
  margin-top: 6px;
  margin-bottom: 0px;
}

.HighlightedProduct__yearYield {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.HighlightedProduct__yearYieldGreen {
  color: #30915c;
  font-size: 12px;
  font-size: .8rem;
  position: relative;
  left: 4px;
}

.HighlightedProduct__arrow {
  width: 20px;
  height: 20px;
  color: gray;
  border-radius: 100px;
  border: solid 1px #d9d9d9;
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 8px;
  text-align: center;
  line-height: 20px;
}

.ProductHighlights {
  padding: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
}

.ProductHighlights__container {
  display: table;
  width: 100%;
}

.ProductHighlights__left {
  background: url("../graphics/Funds_long.svg") no-repeat 0 0;
  background-size: cover;
  padding: 8px;
}

@media only screen and (min-width: 768px) {
  .ProductHighlights__left {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding: 25px 32px;
    display: table-cell;
  }
}

.ProductHighlights__leftDisclaimer {
  position: relative;
  padding: 8px 8px 8px 48px;
  margin: 16px 0;
  background-color: rgba(255,255,255,0.8);
}

@media only screen and (min-width: 768px) {
  .ProductHighlights__leftDisclaimer {
    background-color: transparent;
    padding: 16px 16px 0 48px;
    margin: 0 0 -16px;
  }
}

.ProductHighlights__leftDisclaimer .icon-info {
  position: absolute;
  left: 16px;
  top: 14px;
}

.ProductHighlights__leftDisclaimer .text {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.2;
  color: #4d4d4d;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .ProductHighlights__right {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    background-image: url("../graphics/explorer_arrows.svg");
    background-repeat: no-repeat;
    background-position: bottom 0 left;
  }
}

@media only screen and (min-width: 768px) {
  .ProductHighlights__leftColsCover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
  }
}

.ProductHighlights__title {
  margin: 0 0 24px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
}

.startGuidedExp {
  padding: 24px;
  display: block;
  text-align: center;
}

.startGuidedExp__text {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.25;
  text-align: center;
  color: #262626;
  margin-top: 16px;
}

.startGuidedExp__cover {
  margin-top: 16px;
}

.FundsNewsBar-inner {
  width: 100%;
  display: block;
  border-radius: 1px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
}

.FundsNewsBar {
  background-color: #fff;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .FundsNewsBar {
    display: block;
  }
}

.FundsNewsBar.fullPage {
  width: 83%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .FundsNewsBar.fullPage {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .FundsNewsBar.fullPage {
    width: 94%;
  }
}

.FundsNewsBar.fullPage .FundsNewBar__titleBox {
  width: 170px;
  text-align: right;
}

.FundsNewBar__titleBox,
.FundsNewBar__body {
  vertical-align: middle;
  display: inline-table;
}

.FundsNewBar__titleBox {
  background-color: #F36F20;
}

.FundsNewBar__title {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 64px;
  padding: 0 24px;
  margin: 0;
  color: #fff;
}

.FundsNewBar__body {
  margin: 0;
  width: 75%;
}

@media only screen and (min-width: 768px) {
  .FundsNewBar__body {
    width: 60%;
  }
}

.FundsNewBar__text {
  font-size: 12px;
  font-size: .8rem;
  line-height: 64px;
  color: #4d4d4d;
  padding-left: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .FundsNewBar__text {
    padding-left: 40px;
    width: 60%;
  }
}

.FundsNewBar__loader {
  margin-left: 24px;
}

.FundsNewBar__link {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  max-width: 216px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .FundsNewBar__link {
    max-width: auto;
  }
}

.FundsNewBar__arrows {
  padding: 0;
  position: absolute;
  top: 20px;
  right: 24px;
  text-align: right;
  display: none;
}

@media only screen and (min-width: 768px) {
  .FundsNewBar__arrows {
    display: block;
  }
}

.FundsNewBar__arrow {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  font-size: 12px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  color: gray;
  margin-right: 12px;
}

.FundsNewBar__arrow:first-child {
  margin-left: 16px;
}

.PageBox {
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  margin-top: 16px;
}

.PageBox__boxContainer {
  display: block;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .PageBox__boxContainer {
    display: inline-block;
    width: 70%;
    padding: 24px 0;
    overflow: hidden;
  }

  .PageBox__boxContainer.extended {
    width: 100%;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .PageBox__boxContainerRight {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}

.PageBox__boxWrapper {
  display: inline-block;
  width: 100%;
}

.PageBox__box {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 24px 0px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .PageBox__box {
    width: auto;
    border-bottom: none;
    padding: 0 32px;
  }

  .extended .PageBox__box {
    width: 33.33%;
  }

  .PageBox__box+.PageBox__box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400px;
    width: 1px;
    background-color: #e6e6e6;
  }
}

.PageBox__emptyCase .PageBox__box {
  width: 180px;
}

@media only screen and (max-width: 767px) {
  .PageBox__boxInner {
    padding: 0px 32px;
  }
}

.PageBox__tagHeader {
  height: 32px;
  padding: 0 32px;
}

@media only screen and (min-width: 768px) {
  .PageBox__tagHeader {
    padding: 0;
  }
}

.PageBox__tag {
  background-color: #e6e6e6;
  padding: 1px 16px;
  border-radius: 4px;
}

.PageBox__tag .Tag__txt {
  color: #262626;
}

.PageBox__title {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: bold;
  text-align: left;
  color: #262626;
  display: inline-block;
  margin: 8px 0 0;
  line-height: 1;
}

.PageBox__title.up {
  color: #30915C;
}

.PageBox__value {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 300;
  margin-left: 4px;
  display: inline-block;
}

.PageBox__subtitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  text-align: left;
  color: #4d4d4d;
  display: inline-block;
}

.PageBox__number {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  text-align: left;
  color: #4d4d4d;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .PageBox__number {
    margin-top: 6px;
  }
}

.PageBox__number.directiondown {
  color: #4d4d4d;
}

.PageBox__number.directionup {
  color: #30915C;
}

.PageBox__number.directionup .PageBox__icon {
  color: #30915C;
  border: 1px solid #30915C;
}

.PageBox__icon {
  border-radius: 50%;
  font-size: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #fff;
  margin-right: 8px;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  line-height: 16px;
  text-align: center;
}

.PageBox__iconButton2 {
  border-radius: 12px;
  border: 1px solid white;
  padding: 2px;
  text-align: center;
  font-size: 8px;
  font-size: .53333rem;
}

@media only screen and (max-width: 767px) {
  .PageBox__buttonCover {
    display: block;
    text-align: center;
    padding: 8px 32px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .PageBox__buttonCover>.btn {
    display: block;
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .PageBox__buttonCover>.btn {
    margin-bottom: 16px;
  }
}

.PageBox__buttonCover>.btn+.btn {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .PageBox__buttonCover>.btn+.btn {
    margin-left: 10px;
  }
}

.PageBox__buttonsOrder {
  position: absolute;
  right: 0;
  top: 60px;
  height: 50px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
  border: solid 1px #e6e6e6;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .PageBox__buttonsOrder {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
  }
}

.PageBox__buttonsOrder .btn {
  border: 0 !important;
  padding: 16px;
  border-radius: 0;
  background: transparent;
  height: 50px;
  position: relative;
}

.PageBox__buttonsOrder .btn+.btn:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 30px;
  top: 8px;
  bottom: 8px;
  left: 0;
  background-color: #e6e6e6;
}

.PageBox__header {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.7;
  color: #b3b3b3;
  top: 0;
  right: 0;
  padding: 16px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .PageBox__header {
    position: absolute;
    text-align: right;
  }
}

.PageBox__header.extended {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}

.discoveryNew {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.discoveryNew .fullpageFooterModal {
  background-color: #fff;
}

.discoveryNew__closeButton {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1049;
}

.discoveryNew__header {
  padding: 24px 24px 52px;
  background-color: #F36F20;
  position: relative;
  text-align: center;
  z-index: 1040;
}

.discoveryNew__headerTextCover {
  padding: 16px 0;
}

.discoveryNew__headerTitle {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}

.discoveryNew__headerText {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.3;
  color: #fff;
  margin: 16px 0 0;
}

.discoveryNew__textBody {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.71;
  color: gray;
}

.discoveryNew__textBodyInner {
  width: 100%;
}

.discoveryNew__textBodyInner:after {
  content: "";
  display: table;
  clear: both;
}

.discoveryNew__headerImgCover {
  margin-bottom: 20px;
  float: none;
}

@media only screen and (min-width: 768px) {
  .discoveryNew__headerImgCover {
    float: right;
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }
}

.discoveryNew__headerImgCover+.discoveryNew__textBodyInner {
  display: block;
  width: 100%;
  float: none;
}

@media only screen and (min-width: 768px) {
  .discoveryNew__headerImgCover+.discoveryNew__textBodyInner {
    float: left;
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding-right: 24px;
  }
}

.discoveryNew__containerBody {
  width: 95%;
  max-width: 1100px;
  margin: -40px auto 0;
  position: relative;
  z-index: 1042;
  background-color: #fff;
  padding: 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .discoveryNew__containerBody {
    width: 80%;
  }
}

.discoveryNew__titleBody {
  padding: 24px 0;
  font-size: 18px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
}

.discoveryNew__inner {
  margin: 0;
  padding: 0 12px;
}

@media only screen and (min-width: 768px) {
  .discoveryNew__inner {
    padding: 0 24px;
  }
}

.discoveryNew__titleBody-date {
  font-weight: bold;
  color: #262626;
  margin-right: 6px;
}

.discoveryNew__buttonsFooter {
  width: 100%;
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 0px 8px;
}

@media only screen and (min-width: 768px) {
  .discoveryNew__buttonsFooter {
    width: 80%;
    padding: 0;
  }
}

.discoveryNew__scrollContainer {
  padding: 24px 0;
  height: -webkit-calc(60vh - 120px);
  height: calc(60vh - 120px);
  max-height: 500px;
  overflow-y: auto;
}

.discoveryNew__buttonsFooter {
  text-align: right;
}

.discoveryNew__buttonsFooter .btn+.btn {
  margin-left: 16px;
}

.wrapTable .button-group-to-right {
  float: right;
}

.wrapTable .tableTitle {
  display: block;
  padding: 0 24px;
}

.wrapTable .tableTitle:after {
  content: "";
  display: table;
  clear: both;
}

.wrapTable .tableTitle__title {
  display: inline-block;
}

.wrapTable .tableTitle__title h2 {
  margin: 0;
}

.wrapTable .tableItem {
  padding: 4px 12px 12px;
}

@media only screen and (min-width: 768px) {
  .wrapTable .tableItem {
    padding: 16px 0 24px;
  }
}

.wrapTable table tr {
  display: block;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .wrapTable table tr {
    display: table-row;
    margin-top: 24px;
    padding: 8px 0;
  }
}

.wrapTable table tr td {
  display: block;
  padding: 6px 8px 6px 0px;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  font-size: .93333rem;
  border-top: 0px;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .wrapTable table tr td {
    display: table-cell;
    padding: 26px 22px 24px 8px;
    width: auto;
    border-top: 1px solid #e6e6e6;
  }
}

.wrapTable table tr .td-fund {
  color: #262626;
}

.wrapTable table tr .td-category {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
  .wrapTable table tr .td-category {
    max-width: 216px;
  }
}

.wrapTable table tr .td-price1 {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  text-align: left;
  color: #4c4c4c;
}

.wrapTable table tr .text-right {
  font-size: 12px;
  font-size: .8rem;
  color: #262626;
}

.FundsExplorer {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
}

.FundsExplorer .tableTitleCover {
  background-color: #fff;
  z-index: 99;
}

.FundsExplorer .tableTitleCover.sticky {
  top: 50px !important;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .FundsExplorer .tableTitleCover.sticky {
    top: 70px !important;
  }
}

.FundsExplorer__tableCover {
  padding-top: 16px;
}

.FundsExplorer__tableCover .fundsTableBody .td-fundsBody:first-child {
  padding-left: 24px;
}

.FundsExplorer__table {
  width: 100%;
}

.FundsExplorer__SortingRow {
  display: none;
  font-size: 11px;
  font-size: .73333rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .FundsExplorer__SortingRow {
    display: table-row;
    padding: 0 24px;
  }
}

.FundsExplorer__SortingRow .FundsExplorer__th {
  padding-bottom: 16px;
  font-size: 11px;
  font-size: .73333rem;
  color: gray;
}

.FundsExplorer__SortingRow .FundsExplorer__th:first-child {
  padding-left: 24px;
}

.FundsExplorer__SortingRow .FundsExplorer__th:last-child {
  padding-right: 24px;
}

.FundsExplorer__SortingRow .FundsExplorer__th button {
  padding: 0;
  text-transform: uppercase;
}

.FundsExplorer__th {
  border-bottom: 0;
  padding-left: 12px;
}

.FundsExplorer__th:after {
  content: "";
  display: table;
  clear: both;
}

.FundsExplorer__th a {
  color: gray;
}

.FundsExplorer__th a .icon-sort {
  display: inline-block;
  padding: 0;
  padding-left: 4px;
  border: none;
}

.FundsExplorer__th.item3 {
  text-align: right;
}

.FundsExplorer__td {
  border-top: 0;
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
  vertical-align: top;
  padding: 16px 12px;
  cursor: pointer;
}

.FundsExplorer__tableStopper .notChoosen .FundsExplorer__td {
  color: #b3b3b3 !important;
}

.FundsExplorer__td.item0 {
  width: 72px;
  vertical-align: middle;
  cursor: default;
}

.FundsExplorer__td.item1 {
  width: 300px;
}

.FundsExplorer__td.item1 button {
  padding: 0;
}

.FundsExplorer__td.item1 .Tag__txt {
  color: #262626;
}

.FundsExplorer__td.item2 {
  width: 125px;
}

.FundsExplorer__td.item3 {
  text-align: right;
}

.FundsExplorer__td.item3 .td-price-text {
  font-weight: bold;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .FundsExplorer__td.item3 .td-price-text {
    display: block;
  }
}

.FundsExplorer__td.item3 .td-info {
  font-weight: 300;
  font-size: 12px;
  font-size: .8rem;
  color: #4d4d4d;
  display: block;
}

.FundsExplorer__td.item8 {
  text-align: right;
}

.FundsExplorer__td .td-fund-text {
  text-align: left;
}

.FundsExplorer__td .td-fund-text,
.FundsExplorer__td .td-fund-category {
  display: block;
}

@media only screen and (min-width: 768px) {
  .FundsExplorer__td .td-fund-text,
  .FundsExplorer__td .td-fund-category {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (min-width: 768px) {
  .FundsExplorer__td .td-fund-category {
    max-width: 120px;
  }
}

.FundsExplorer__td .td-tagCover {
  padding: 8px 0;
  text-align: left;
}

.FundsExplorer__td .td-tag {
  display: inline-block;
  background-color: #e6e6e6;
  color: #262626;
  padding: 0px 16px;
  font-size: 11px;
  font-size: .73333rem;
  line-height: 1;
}

.FundsExplorer__td .td-risk {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}

.FundsExplorer__td .td-green {
  color: #30915C;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .FundsExplorer__td.item5 {
    display: none;
  }

  .FundsExplorer__td.item1,
  .FundsExplorer__td.item2,
  .FundsExplorer__td.item3,
  .FundsExplorer__td.item4,
  .FundsExplorer__td.item6,
  .FundsExplorer__td.item7,
  .FundsExplorer__td.item8 {
    display: block;
    padding: 12px 16px;
    border-top: 1px solid #e6e6e6;
    text-align: right;
    width: 100%;
  }

  .FundsExplorer__td.item0 {
    vertical-align: top;
  }

  .FundsExplorer__td.item1 {
    border-top: 0;
    text-align: left;
    font-weight: bold;
  }
}

.FundsExplorer__onlyMobile {
  display: block;
  text-align: left;
  font-weight: 300;
  color: #262626;
  font-size: 12px;
  font-size: .8rem;
}

@media only screen and (min-width: 768px) {
  .FundsExplorer__onlyMobile {
    display: none;
  }
}

.FundsExplorer__seperator {
  position: relative;
}

.FundsExplorer__seperator:before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #e6e6e6;
  position: absolute;
  right: -5px;
  top: -50%;
}

@media only screen and (max-width: 767px) {
  .FundsExplorer__row {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}

.FundsExplorer__row+.FundsExplorer__row {
  border-top: 1px solid #e6e6e6;
}

.FundsExplorer__row .FundsExplorer__td:first-child {
  padding-left: 12px;
}

@media only screen and (min-width: 768px) {
  .FundsExplorer__row .FundsExplorer__td:first-child {
    padding-left: 24px;
  }
}

.FundsExplorer__row .FundsExplorer__td:last-child {
  padding-right: 12px;
}

@media only screen and (min-width: 768px) {
  .FundsExplorer__row .FundsExplorer__td:last-child {
    padding-right: 24px;
  }
}

.FundsExplorer__row:hover .item1 span {
  text-decoration: underline;
}

.filterContainer .nav-tabs {
  margin: 8px auto;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .filterContainer .nav-tabs {
    margin: 40px auto;
  }
}

.filterContainer .nav-tabs>li {
  display: inline-block;
  float: none;
}

.filterContainer .nav-tabs>li a {
  padding: 12px 24px;
}

@media only screen and (max-width: 767px) {
  .filterContainer .nav-tabs>li a {
    padding: 12px 14px;
  }
}

.FundsFilter__rightCat .filterContainer .nav-tabs {
  width: 62%;
}

.FundsFilter {
  background-color: #fff;
  z-index: 99;
}

.FundsFilter__container {
  background: #f6f7f2;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  clear: both;
}

.FundsFilter__header:after {
  content: "";
  display: table;
  clear: both;
}

.FundsFilter__headerCont {
  padding: 0 16px;
}

@media only screen and (min-width: 768px) {
  .FundsFilter__headerCont {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 767px) {
  .FundsFilter__headerCont {
    padding: 0;
  }
}

.FundsFilter__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.1;
  color: #262626;
  display: inline-block;
  line-height: 1;
  margin: 24px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__title {
    display: inline-block;
    margin: 0;
    padding: 16px 0;
    margin-left: 16px;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .FundsFilter__title {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .FundsFilter__title.ProductListHeader__titleFilter {
    padding: 28px 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .FundsFilter__title.ProductListHeader__titleFilter {
    padding: 0;
  }
}

.orderList__body {
  padding: 0;
}

.FundsFilter__button {
  display: inline-block;
}

.FundsFilter__buttonsStart {
  float: right;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__buttonsStart {
    padding: 16px 0 12px 16px;
    float: none;
  }

  .FundsFilter__buttonsStart.FundsFilter__paddingButton {
    padding: 16px 0 18px 16px;
  }

  .FundsFilter__buttonsStart.ProductListHeader__filters {
    padding: 16px 0 28px 16px;
  }
}

.FundsFilter__buttonsStart .icon-sort {
  position: relative;
  text-align: center;
  top: 0px;
  right: 0px;
}

.FundsFilter__buttonsStart .btn-circle {
  position: relative;
}

.FundsFilter__buttonsStart .btn-circle:hover span {
  color: #F36F20;
}

.FundsFilter__buttonsStart .btn-circle.setActivate {
  color: #fff;
  background-color: #F36F20;
}

.FundsFilter__buttonsStart .btn-circle.setActivate span {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .FundsFilter__buttonsStart .btn-circle.setActivate span {
    position: relative;
    top: -2px;
  }
}

.FundsFilter__buttonsStart .btn-circle.setActivate:before {
  content: '';
  position: absolute;
  bottom: -18px;
  width: 40px;
  background-color: #F36F20;
  height: 3px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .FundsFilter__buttonsStart .btn-circle.setActivate:before {
    position: relative;
    top: 56px;
  }
}

.FundsFilter__buttonsStart .btn-circle.setActivateColor span {
  color: #F36F20;
}

.FundsFilter__buttonsStart .btn+.btn {
  margin-left: 8px;
}

.FundsFilter__filterInner:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__filterInner {
    padding: 0 24px;
    display: -ms-inline-grid;
    display: inline-grid;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .FundsFilter__filterInner {
    padding: 0 104px;
  }
}

@media only screen and (min-width: 768px) {
  .FundsFilter__filterInner {
    padding: 0px 76px;
  }
}

.FundsFilter__right,
.FundsFilter__left {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__right,
  .FundsFilter__left {
    width: 100%;
  }
}

.FundsFilter__right {
  width: 75%;
  padding-left: 24px;
  min-height: 100px;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__right {
    width: 100%;
    padding-left: 0;
  }
}

.FundsFilter__textLeft {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  text-align: left;
  color: #4d4d4d;
}

.FundsFilter__footer {
  border-top: 1px solid #fff;
  padding: 24px 0;
}

.FundsFilter__subtitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3;
  color: #4d4d4d;
  width: 50%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__subtitle {
    width: 100%;
    padding-bottom: 16px;
  }
}

.FundsFilter__subtitleItem+.FundsFilter__subtitleItem:before {
  content: ', ';
}

@media only screen and (min-width: 768px) {
  .FundsFilter__buttonsEnd {
    float: right;
    text-align: right;
  }
}

.FundsFilter__buttonsEnd .btn-default {
  font-size: 10px;
  font-size: .66667rem;
  font-weight: bold;
  line-height: 30px;
  color: #4d4d4d;
  display: inline-block;
}

.FundsFilter__buttonsEnd>* {
  vertical-align: middle;
}

.FundsFilter .filterText:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #3D8F62;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -3px;
}

.filterContainer {
  border-right: 1px solid #e6e6e6;
}

.filterContainer .nav-tabs>li>a {
  background-color: #fff;
  border-bottom: 0;
}

.filterContainer .nav-tabs>li>a:hover {
  border-bottom: 0;
}

.filterContainer .nav-tabs>li>a p {
  margin-bottom: 2px;
}

.filterContainer .nav-tabs>li.active>a {
  color: #262626;
  border-bottom: 0;
  background-color: rgba(255,255,255,0.5);
}

.filterContainer .nav-tabs>li.active>a:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  fieldset.panelBuy__fund+fieldset.panelBuy__fund:before {
    left: 12.5%;
  }

  fieldset.panelBuy__fund:after {
    left: 12.5%;
  }
}

.FundsFilter__inputSearch {
  border-radius: 4px;
  height: 40px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .FundsFilter__inputSearch {
    display: inline-block;
    width: 50%;
  }
}

.FundsFilter__inputSearch .inputMaterial__input {
  height: 40px;
  padding: 8px;
}

.FundsFilter__inputSearchContainer {
  display: block;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  padding: 24px 0;
  width: 100%;
  clear: both;
}

.FundsFilter__inputSearchContainer:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .FundsFilter__labelInputSearchCont {
    width: 32%;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .FundsFilter__labelInputSearchCont {
    padding-left: 12px;
  }
}

.FundsFilter__labelInputSearchCont .icon-search {
  font-size: 16px;
  padding: 0 16px;
}

.FundsFilter__labelInputSearchBox {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .FundsFilter__labelInputSearchBox {
    width: -webkit-calc(68% - 24px);
    width: calc(68% - 24px);
    display: inline-block;
    vertical-align: middle;
  }
}

.FundsFilter__labelInputSearchBox .FundsFilter__inputSearch {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
}

.FundsFilter__labelInputSearchOrderBox {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .FundsFilter__labelInputSearchOrderBox {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    display: inline-block;
    vertical-align: middle;
  }
}

.FundsFilter__labelInputSearchOrderBox .FundsFilter__inputSearch {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__labelInputSearchOrderBox .FundsFilter__inputSearch {
    margin-bottom: 15px;
  }
}

.FundsFilter__labelInputReset {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: -13px;
}

.FundsFilter__labelInputSearch {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  display: inline-block;
}

.FundsFilter__buttonSearch {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .FundsFilter__buttonSearch {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .FundsFilter__buttonSearch .btn {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .FundsFilter__buttonSearch {
    display: inline-block;
    float: right;
    margin-right: 24px;
  }
}

.FundsFilter__sectorsContainer {
  padding-bottom: 238px;
  border-bottom: 1px solid #fff;
}

.FundsFilter__sectors {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 0.2px;
  text-align: left;
  width: 10%;
  color: #4d4d4d;
  padding-left: 118px;
}

.FundsFilter__sectorsListCont {
  -webkit-columns: 3;
  columns: 3;
  width: 76%;
  float: right;
  padding-left: 64px;
}

.FundsFilter__sectorsListCont li {
  font-size: 12px;
  font-size: .8rem;
  text-align: left;
  color: #4d4d4d;
}

.FundsFilter__checkBoxList {
  padding: 0;
  list-style: none;
}

.FundsFilter__checkBoxItem {
  margin-bottom: 4px;
  padding-left: 0;
}

.FundsFilter__checkBoxItem:nth-child(3n+1) {
  clear: both;
}

.FundsFilter__checkBoxItem .simpleCheckbox label {
  min-height: 36px;
}

.FundsFilter__checkBoxItem .simpleCheckbox label .labelText,
.FundsFilter__checkBoxItem .simpleCheckbox label .labelText:after {
  line-height: 16px;
}

.FundsFilter__borderTab {
  border-right: 1px solid #e6e6e6;
}

.FundsFilter__borderTab.active {
  color: #262626;
}

.FundsFilter__icon {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .xs-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .l-hidden {
    display: none;
  }
}

.RiskLevel__numberContainer {
  margin: 0 -webkit-calc(((100 / 7) / 2) * -1% - 6px);
  margin: 0 calc(((100 / 7) / 2) * -1% - 6px);
}

.RiskLevel__numberContainer>span {
  width: 14.28571%;
  display: inline-block;
  font-size: 11px;
  font-size: .73333rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #4d4d4d;
  position: relative;
  padding-top: 10px;
  margin-top: 20px;
  vertical-align: top;
}

.RiskLevel__numberContainer>span:before {
  content: '';
  width: 1px;
  height: 5px;
  background-color: gray;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.orderList__topPart {
  padding-top: 0;
  margin-bottom: 24px;
  background-color: #fff;
}

.orderList__tabMargin {
  margin: 12px 0 14px 24px;
}

.orderList__body .alert {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 12px;
}

@media only screen and (min-width: 768px) {
  .orderList__body .alert {
    margin: 24px;
  }
}

.orderList__bodyHeader {
  position: relative;
  padding: 16px 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.orderList__bodyHeader:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .orderList__bodyHeader {
    padding: 32px 24px 24px;
  }
}

.orderList__searchFilter {
  float: right;
  margin-top: -6px;
}

.orderList__searchFilter .btn {
  cursor: pointer;
}

.orderList__searchFilter .btn.active {
  position: relative;
  background-color: #F36F20;
}

.orderList__searchFilter .btn.active span {
  color: #fff;
}

.orderList__searchFilter .btn.active:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #F36F20;
  display: block;
  position: absolute;
  bottom: -26px;
  left: 0;
  z-index: 9;
}

.FundsFilter__buttonsStart .btn,
.orderList__searchFilter .btn {
  display: inline-block;
}

.FundsFilter__buttonsStart .btn .icon-adjust,
.FundsFilter__buttonsStart .btn .icon-compare,
.FundsFilter__buttonsStart .btn .icon-list2,
.FundsFilter__buttonsStart .btn .icon-search,
.orderList__searchFilter .btn .icon-adjust,
.orderList__searchFilter .btn .icon-compare,
.orderList__searchFilter .btn .icon-list2,
.orderList__searchFilter .btn .icon-search {
  display: block;
  margin-left: 1px;
  margin-top: 1px;
}

.orderList__title {
  margin-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .orderList__title {
    margin: 0;
  }
}

.ordersTable .ordersTable__table {
  display: table;
  width: 100%;
}

.ordersTable .ordersTable__header {
  display: table-header-group;
}

.ordersTable .ordersTable__header.item5 {
  width: 126px;
}

.ordersTable .ordersTable__body {
  display: table-row-group;
}

.ordersTable .ordersTable__foot {
  display: table-footer-group;
}

.ordersTable .ordersTable__foot .documentList__row.dItem {
  padding: 24px;
  text-align: left;
}

.ordersTable .ordersTable__header-item {
  text-transform: uppercase;
  color: gray;
  padding-right: 8px;
  padding-top: 24px;
  font-size: 11px;
  font-size: .73333rem;
}

.ordersTable .ordersTable__header-item:first-child {
  padding-left: 24px;
}

.ordersTable .ordersTable__row {
  border-bottom: 1px solid #e6e6e6;
}

.ordersTable .ordersTable__row:after {
  content: "";
  display: table;
  clear: both;
}

.ordersTable .ordersTable__itemCount {
  font-size: 11px;
  font-size: .73333rem;
  font-weight: 300;
  color: gray;
}

.ordersTable .ordersTable__item {
  padding: 24px 0;
  padding-right: 8px;
  font-size: 14px;
  font-size: .93333rem;
  vertical-align: middle;
}

.ordersTable .ordersTable__item:first-child {
  padding-left: 24px;
  padding-top: 24px;
}

@media only screen and (max-width: 767px) {
  .ordersTable .ordersTable__item:first-child {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .ordersTable .ordersTable__item {
    display: block;
    padding-top: 6px;
    padding: 8px 16px;
  }
}

.ordersTable .ordersTable__item .item3 {
  width: 126px;
}

.ordersTable .ordersTable__item.valuePositive {
  font-weight: 700;
  color: #30915C;
}

.ordersTable .ordersTable-fund {
  font-weight: bold;
}

.ordersTable .ordersTable-fund+.ordersTable-fund {
  font-weight: normal;
}

.ordersTable .ordersTable-fund .ordersTable__txtDot {
  max-width: 180px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ordersTable .ordersTable-buy {
  border-radius: 4px;
  background-color: #f5f5f5;
  color: gray;
  white-space: nowrap;
}

.ordersTable .ordersTable-buy .Tag__txt {
  color: #262626;
  text-transform: lowercase;
}

.ordersTable .ordersTable-value {
  text-align: left;
  padding-right: 24px;
}

@media only screen and (min-width: 768px) {
  .ordersTable .ordersTable-value {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .ordersTable .ordersTable-value {
    display: inline-block;
  }
}

.ordersTable .ordersTable-value .amount-text {
  color: #30915C;
  font-weight: bold;
}

.ordersTable .ordersTable-value .amount-text .chartValue--descr {
  margin: 0;
}

.ordersTable .ordersTable-action {
  text-align: right;
  padding-bottom: 24px;
  padding-right: 16px;
}

@media only screen and (max-width: 767px) {
  .ordersTable .ordersTable-action {
    display: inline-block;
    padding-bottom: 16px;
    float: right;
  }
}

.AssetAllocation {
  margin: 0 0 32px;
  position: relative;
}

.AssetAllocation__label,
.AssetAllocation__number,
.AssetAllocation__bar,
.AssetAllocation__indicator {
  display: inline-block;
  vertical-align: top;
}

.AssetAllocation__label {
  width: 200px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  font-size: .8rem;
  text-align: right;
  color: #404040;
}

@media only screen and (max-width: 767px) {
  .AssetAllocation__label {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    text-align: left;
  }
}

.AssetAllocation__bar {
  height: 12px;
  border-radius: 8px;
  background-color: #f5f5f5;
  position: relative;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) {
  .AssetAllocation__bar {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
  }
}

.AssetAllocation__barFill {
  background-image: -webkit-gradient(linear, right top, left top, from(#118d8a), to(#49bfbc));
  background-image: -webkit-linear-gradient(right, #118d8a, #49bfbc);
  background-image: linear-gradient(to left, #118d8a, #49bfbc);
  height: 12px;
  width: 2px;
  top: 0;
  left: -webkit-calc(50% - 1px);
  left: calc(50% - 1px);
  position: absolute;
}

.AssetAllocation__barFill.positive {
  left: 50%;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.AssetAllocation__barFill.negative {
  left: auto;
  right: 50%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.AssetAllocation__number {
  width: 80px;
  padding-left: 20px;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.3;
  text-align: right;
  color: #262626;
}

.AssetAllocation__indicator {
  border-top: 1px solid #b3b3b3;
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .AssetAllocation__indicator {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

.AssetAllocation__indicator:after {
  content: '';
  border-left: 1px dashed #e6e6e6;
  width: 1px;
  height: 86%;
  position: absolute;
  top: -12px;
  left: -webkit-calc(50% + 60px);
  left: calc(50% + 60px);
}

@media only screen and (max-width: 767px) {
  .AssetAllocation__indicator:after {
    left: -webkit-calc(50% - 41px);
    left: calc(50% - 41px);
  }
}

.AssetAllocation__indicatorNumber {
  font-size: 11px;
  font-size: .73333rem;
  font-weight: 500;
  line-height: 1.45;
  color: #b3b3b3;
  position: relative;
  margin-top: 10px;
  display: block;
}

.GeographicExposure__map {
  width: 74%;
  display: inline-block;
  vertical-align: top;
}

.GeographicExposure__map .highcharts-color-0,
.GeographicExposure__legend .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.GeographicExposure__map .color-0,
.GeographicExposure__legend .color-0 {
  color: #118d8a;
}

.GeographicExposure__map .highcharts-color-1,
.GeographicExposure__legend .highcharts-color-1 {
  fill: #26a6a3;
  background-color: #26a6a3;
  stroke: #26a6a3;
}

.GeographicExposure__map .color-1,
.GeographicExposure__legend .color-1 {
  color: #26a6a3;
}

.GeographicExposure__map .highcharts-color-2,
.GeographicExposure__legend .highcharts-color-2 {
  fill: #27b3ae;
  background-color: #27b3ae;
  stroke: #27b3ae;
}

.GeographicExposure__map .color-2,
.GeographicExposure__legend .color-2 {
  color: #27b3ae;
}

.GeographicExposure__map .highcharts-color-3,
.GeographicExposure__legend .highcharts-color-3 {
  fill: #49bfbc;
  background-color: #49bfbc;
  stroke: #49bfbc;
}

.GeographicExposure__map .color-3,
.GeographicExposure__legend .color-3 {
  color: #49bfbc;
}

.GeographicExposure__map .highcharts-color-4,
.GeographicExposure__legend .highcharts-color-4 {
  fill: #67c5c2;
  background-color: #67c5c2;
  stroke: #67c5c2;
}

.GeographicExposure__map .color-4,
.GeographicExposure__legend .color-4 {
  color: #67c5c2;
}

.GeographicExposure__map .highcharts-color-5,
.GeographicExposure__legend .highcharts-color-5 {
  fill: #9cd9d7;
  background-color: #9cd9d7;
  stroke: #9cd9d7;
}

.GeographicExposure__map .color-5,
.GeographicExposure__legend .color-5 {
  color: #9cd9d7;
}

.GeographicExposure__map .highcharts-color-6,
.GeographicExposure__legend .highcharts-color-6 {
  fill: #b5e6e4;
  background-color: #b5e6e4;
  stroke: #b5e6e4;
}

.GeographicExposure__map .color-6,
.GeographicExposure__legend .color-6 {
  color: #b5e6e4;
}

.GeographicExposure__map .highcharts-point,
.GeographicExposure__legend .highcharts-point {
  fill-opacity: .5;
}

.GeographicExposure__map .highcharts-label.highcharts-tooltip text tspan,
.GeographicExposure__legend .highcharts-label.highcharts-tooltip text tspan {
  stroke: #fff !important;
}

.GeographicExposure__legend {
  display: block;
  width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .GeographicExposure__legend {
    width: 26%;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .CompositionChart .switcher-menuResponsive .switcher-menu--tab-holder {
    margin: 13px 0 14px 8px;
  }
}

.CompositionChart__TextLastUpdate {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.6;
  color: #b3b3b3;
}

@media only screen and (min-width: 768px) {
  .CompositionChart__TextLastUpdate {
    position: absolute;
    top: 40px;
    right: 32px;
  }
}

.GeographicExposure__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .GeographicExposure__list {
    max-width: 200px;
  }
}

.GeographicExposure__item {
  padding: 8px 2px;
  border-bottom: 1px solid #e6e6e6;
}

.GeographicExposure__color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.GeographicExposure__label {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #4d4d4d;
  padding-left: 8px;
}

.GeographicExposure__value {
  display: inline-block;
  font-size: 20px;
  float: right;
  color: #262626;
  margin: 0;
}

.GeographicExposure__amount {
  font-weight: bold;
}

.GeographicExposure__perc {
  font-weight: 300;
}

.SectorExposure:after {
  content: "";
  display: table;
  clear: both;
}

.SectorExposure__box {
  display: block;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  min-height: 356px;
  padding: 16px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .SectorExposure__box {
    padding: 44px;
    margin-bottom: 0;
  }
}

.SectorExposure__boxTitle {
  font-size: 12px;
  font-size: .8rem;
  text-align: center;
  text-transform: uppercase;
  color: #4d4d4d;
}

.SectorExposure__boxImage {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 36px 0;
}

.SectorExposure__boxNumber {
  font-size: 24px;
  font-size: 1.6rem;
  color: #262626;
  text-align: center;
}

.SectorExposure__boxVal {
  font-weight: bold;
}

.SectorExposure__boxPerc {
  font-weight: 300;
}

.SectorExposure__list {
  padding: 0;
  list-style: none;
}

.SectorExposure__boxPage {
  min-height: 358px;
}

.SectorExposure__item {
  padding: 8px 0;
  border-bottom: solid 1px #e6e6e6;
}

.SectorExposure__item:after {
  content: "";
  display: table;
  clear: both;
}

+.SectorExposure__item {
  border-top: 1px solid #e6e6e6;
}

.SectorExposure__label {
  line-height: 30px;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  color: #4d4d4d;
  float: left;
}

.SectorExposure__value {
  display: inline-block;
  font-size: 20px;
  font-size: 1.33333rem;
  float: right;
  color: #262626;
  line-height: 30px;
  float: right;
}

.SectorExposure__amount {
  font-weight: bold;
}

.SectorExposure__perc {
  font-weight: 300;
}

.InfoPopover {
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 4px;
}

.InfoPopover .popover-content {
  padding: 12px 16px;
}

.popover.bottom>.arrow:after {
  border-bottom-color: #4d4d4d !important;
}

.ListDetailTitle {
  padding: 16px;
}

.ListDetailTitle .title {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #262626;
  font-weight: 300;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .ListDetailTitle {
    padding: 32px;
  }
}

.ListDetailTitle .transfer--details.standalone {
  margin-bottom: 0;
}

.tab-content th {
  font-weight: normal;
}

.SearchFunds__container {
  border-radius: 1px;
}

.SearchFunds__header {
  width: 100%;
  height: 70px;
  padding: 18px 24px 52px;
  background-image: -webkit-linear-gradient(168deg, #F08E00, #F36F20);
  background-image: linear-gradient(282deg, #F08E00, #F36F20);
  text-align: center;
}

.SearchFunds__closeButton {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1051;
  width: 70px;
  height: 70px;
  font-weight: 700;
  color: #fff;
}

.SearchFunds_overlayAnimation {
  position: absolute;
  width: 410px;
  background-color: white;
  height: 1200px;
  z-index: 1051;
}

.SearchFunds__formContainer {
  padding: 32px;
  text-align: left;
}

.SearchFunds__input {
  border-bottom: 1px solid #b3b3b3;
  background-color: transparent;
  position: relative;
  margin-bottom: 24px;
}

.SearchFunds__input i {
  position: absolute;
  pointer-events: none;
  top: 18px;
  left: 4px;
  color: #b3b3b3;
}

.SearchFunds__input input {
  font-family: inherit;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  padding-left: 32px;
  color: #000;
  background-color: transparent;
}

.SearchFunds__input::-webkit-input-placeholder {
  color: #ddd;
}

.SearchFunds__input::-moz-placeholder {
  opacity: 1;
  color: #ddd;
}

.SearchFunds__input:-ms-input-placeholder {
  color: #ddd;
}

.SearchFunds__input::-webkit-search-cancel-button,
.SearchFunds__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.SearchFunds__input::-ms-clear {
  display: none;
}

.SearchFunds__info {
  font-size: 85%;
  font-weight: bold;
  display: block;
  padding: 0.5em 0;
  color: #000;
}

.SearchFunds {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1049;
  -webkit-transform: translateX(410px);
  -ms-transform: translateX(410px);
  transform: translateX(410px);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-animation-name: visibilityOut;
  animation-name: visibilityOut;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-box-shadow: 1px 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 12px 2px rgba(0,0,0,0.2);
}

@-webkit-keyframes visibilityOut {
  0% {

  }

  100% {
    visibility: hidden;
  }
}

@keyframes visibilityOut {
  0% {

  }

  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes visibilityIn {
  0% {
    visibility: visible;
  }

  100% {

  }
}

@keyframes visibilityIn {
  0% {
    visibility: visible;
  }

  100% {

  }
}

.SearchFunds__open {
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-name: visibilityIn;
  animation-name: visibilityIn;
}

.SearchFunds+.inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.SearchFunds+.inner .CompareContainer__fundsComparison {
  max-height: 1990px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.SearchFunds__open+.inner {
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}

.SearchFunds__open+.inner .CompareContainer__fundsComparison {
  overflow: hidden;
}

.SearchFunds__inner {
  position: relative;
  position: absolute;
  width: 399px;
  top: 0;
  bottom: 0;
  right: 0;
  float: right;
  z-index: 1050;
  background-color: #fafafa;
  -webkit-box-shadow: 1px 1px 12px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 12px 2px rgba(0,0,0,0.2);
}

.SearchFunds__results {
  margin: 24px 0;
  margin-bottom: 24px;
}

.SearchFunds__itemResult {
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  font-size: .93333rem;
}

.SearchFunds__itemResult a {
  color: #4d4d4d;
  cursor: pointer;
}

.SearchFunds__itemResult a:hover {
  text-decoration: underline;
}

.SearchFunds__itemResult+.SearchFunds__itemResult {
  padding-top: 8px;
}

@media screen and (max-width: 40em) {
  .decoline:nth-child(5) {
    right: 5em;
  }

  .btn--search-close {
    top: 0;
    right: 0;
  }

  SearchFunds {
    right: -webkit-calc(5em + 1px);
    right: calc(5em + 1px);
    width: -webkit-calc(15em - 1px);
    width: calc(15em - 1px);
  }

  .search__related {
    width: 100%;
  }
}

.AlertWithCol {
  border-radius: 4px;
  background-color: #f8ebbc;
  padding: 8px;
  font-size: 12px;
  font-size: .8rem;
}

.AlertWithCol:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .AlertWithCol {
    padding: 14px 24px;
  }
}

.AlertWithCol__details {
  text-transform: lowercase;
}

.AlertWithCol__Column {
  padding: 0px;
  padding-bottom: 8px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .AlertWithCol__Column {
    padding-right: 8px;
    padding-bottom: 0;
  }
}

.AlertWithCol__Column+.AlertWithCol__Column {
  border-top: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .AlertWithCol__Column+.AlertWithCol__Column {
    border-left: 1px solid #ccc;
    border-top: none;
    padding-left: 24px;
    padding-top: 0;
  }
}

.AlertWithCol__icon {
  display: inline-block;
  margin-right: 8px;
  color: gray;
  font-size: 16px;
  font-size: 1.06667rem;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .AlertWithCol__icon {
    margin-right: 16px;
  }
}

.AlertWithCol__icon.icon-hall {
  font-size: 18px;
  font-size: 1.2rem;
}

.AlertWithCol__item {
  display: inline-block;
  color: #262626;
  vertical-align: middle;
  white-space: normal;
  padding-right: 12px;
}

.AlertWithCol__text--bold,
.AlertWithCol__text--grey,
.AlertWithCol__text {
  font-size: 14px;
  font-size: .93333rem;
  margin: 0;
}

.AlertWithCol__text--bold {
  font-weight: bold;
}

.AlertWithCol__text--grey {
  color: #4d4d4d;
}

.AlertWithCol__text--grey span[class^="icon"] {
  display: block;
  margin-left: 6px;
  margin-right: 0;
  vertical-align: top;
}

.AlertWithCol__text--green {
  color: #30915C;
  margin-bottom: 0;
  position: relative;
  font-size: 14px;
  font-size: .93333rem;
}

.AlertWithCol__text--green:before {
  content: '\2022';
  margin-right: 8px;
}

.DefineProfile {
  display: block;
}

.DefineProfile:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .DefineProfile {
    display: table;
  }
}

.DefineProfile__leftCont {
  background: #F36F20;
  background: -webkit-linear-gradient(315deg, #F36F20 44%, #F08E00 69%);
  background: linear-gradient(135deg, #F36F20 44%, #F08E00 69%);
  padding: 32px;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .DefineProfile__leftCont {
    display: table-cell;
    width: 33.33333333%;
  }
}

.DefineProfile__leftContText {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  color: #fff;
  margin: 0;
  display: table-cell;
}

@media only screen and (min-width: 768px) {
  .DefineProfile__leftContText {
    font-size: 30px;
    font-size: 2rem;
  }
}

.DefineProfile__imageCover {
  text-align: right;
  padding-top: 30px;
}

.DefineProfile__image {
  width: 88px;
}

.DefineProfile__rightCont {
  border-radius: 1px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  padding: 22px 16px;
  background: #fff url(../graphics/definitionBg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .DefineProfile__rightCont {
    width: 66.66666667%;
    display: table-cell;
    padding: 40px 32px;
  }
}

.DefineProfile__rightContText {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .DefineProfile__rightContText {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.WantToInvest {
  border-radius: 1px;
  background: url("../graphics/my_portfolio_bg_long.svg") no-repeat 0 0;
  background-size: cover;
  background-position-y: -46px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  padding: 8px;
}

.WantToInvest:after {
  content: "";
  display: table;
  clear: both;
}

.WantToInvest__container {
  margin: 0 auto;
  width: auto;
  padding: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .WantToInvest__container {
    width: 70%;
    padding-bottom: 36px;
    padding-top: 36px;
  }
}

.WantToInvest__text {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #262626;
  padding-right: 0px;
  position: relative;
  top: 50%;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .WantToInvest__text {
    font-size: 24px;
    font-size: 1.6rem;
    text-align: right;
    padding-right: 16px;
    margin-bottom: 0;
  }
}

.WantToInvest__buttonCont {
  position: relative;
  top: 50%;
  margin-top: -6px;
}

@media only screen and (min-width: 768px) {
  .WantToInvest__buttonCont {
    padding-left: 0px;
  }
}

.FundSearch {
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  border-radius: 1px;
  width: 25%;
}

.FundSearch:after {
  content: "";
  display: table;
  clear: both;
}

.FundSearch__navbar {
  background-image: -webkit-linear-gradient(168deg, #f08e00, #F36F20);
  background-image: linear-gradient(282deg, #f08e00, #F36F20);
}

.FundSearch__title {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
  color: #fff;
}

.FundSearch__iconClose {
  font-size: 20px;
  border-radius: 4px;
  background-color: transparent;
  color: white;
  position: absolute;
  top: 0;
  left: 8px;
}

.FundsTableRow__checkbox.disabled {
  opacity: .5;
}

.FundsTableRow__checkbox.disabled.checked {
  opacity: 1;
}

.modal-desc-title {
  padding: 0 48px;
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.4;
}

.modal-branch {
  text-align: center;
  font-size: 14px;
  font-size: .93333rem;
  padding: 24px 16px 32px;
}

.modal-branch span[class^="icon"] {
  font-size: 24px;
  font-size: 1.6rem;
}

.modal-branch .branch-info-title {
  font-weight: 500;
  color: #4d4d4d;
  margin-top: 12px;
  margin-bottom: 8px;
}

.modal-branch .branch-info-text {
  margin-bottom: 4px;
}

.modal-branch .branch-info-infoGreen {
  color: #30915C;
  position: relative;
  text-align: center;
  display: inline-block;
}

.modal-branch .branch-info-infoGreen:before {
  content: "\00b7";
  position: absolute;
  top: -14px;
  left: auto;
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: bold;
}

.modal-branch .branch-info-infoRed {
  position: relative;
  font-weight: 500;
  color: #DE5B3D;
  text-align: center;
  display: inline-block;
}

.modal-branch .branch-info-infoRed:before {
  content: "\00b7";
  position: absolute;
  top: -14px;
  left: auto;
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: bold;
}

.modal-branch .branch-info-infoGrey {
  position: relative;
  font-weight: 500;
  color: gray;
  text-align: center;
  display: inline-block;
}

.modal-branch .branch-info-infoGrey:before {
  content: "\00b7";
  position: absolute;
  top: -14px;
  left: auto;
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: bold;
}

.modal-branch .branch-info-infoDetails {
  display: inline-block;
  margin-left: 16px;
}

.FilterOrderList {
  display: block;
  position: relative;
  padding: 24px 32px;
  background-color: #f5f5f5;
  border: solid 1px #d9d9d9;
}

.FilterOrderList:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .FilterOrderList {
    padding: 32px;
  }
}

.FilterOrderList__item {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .FilterOrderList__item {
    margin-bottom: 0;
    display: inline-block;
  }
}

.FilterOrderList__optionTitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  color: #262626;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .FilterOrderList__optionTitle {
    margin-bottom: 16px;
  }
}

.FilterOrderList__optionList {
  display: block !important;
  margin-left: 0 !important;
  margin-bottom: 16px;
}

.FilterOrderList__optionList .simpleCheckbox>.labelText {
  display: inline-block;
  line-height: 18px;
}

.FilterOrderList__input,
.form_datepicker {
  margin-bottom: 8px;
}

.FilterOrderList__inputGroup {
  margin-top: 12px;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .FilterOrderList__inputGroup {
    margin-bottom: 16px;
  }
}

.FilterOrderList__buttonsEnd {
  display: block;
  vertical-align: middle;
  margin-top: 36px;
  text-align: right;
}

.FilterOrderList__buttonsEnd .btn-default {
  font-size: 10px;
  font-size: .66667rem;
  color: #4d4d4d;
}

.FilterOrderList__inputAmount {
  margin-top: 24px;
}

.fundsNewsBarFooter.modal-footer {
  background-color: #fff;
  border-top: 0;
}

.alertInfo,
.alertSuccess {
  margin: 24px 0;
  padding: 16px 32px;
  background-color: #e6e6e6;
  display: table;
  width: 100%;
  border-radius: 4px;
}

.alertInfo span[class^="icon-"],
.alertSuccess span[class^="icon-"] {
  display: inline-block;
  margin-right: 16px;
  font-size: 20px;
  font-size: 1.33333rem;
  color: gray;
  vertical-align: middle;
}

.alertInfo .alertInfo_linkLabel,
.alertSuccess .alertInfo_linkLabel {
  text-transform: uppercase;
}

.alertSuccess {
  background-color: #e2edde;
}

.alertSuccess span[class^="icon-"] {
  color: #3D8F62;
}

.alertSuccess .alertInfo_linkLabel {
  color: #262626;
}

.alertInfo_details {
  display: table-cell;
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
}

.alertInfo_link,
.alertInfo_contact {
  display: table-cell;
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  padding: 8px 0px;
}

.alertInfo_contact {
  font-size: 14px;
  font-size: .93333rem;
}

.ActivityChart__containerChart {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ActivityChart__containerChart {
    width: 66%;
    display: inline-block;
  }
}

.ActivityChart__containerBox {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ActivityChart__containerBox {
    width: 34%;
    display: inline-block;
  }
}

.EmptyStateInPage {
  border-radius: 1px;
  border: 1px solid #e6e6e6;
  padding: 16px 8px;
  text-align: left;
  background: url("../graphics/bg_emptyState-myPortfolio.svg") no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage {
    padding: 80px 0;
    min-height: 524px;
  }
}

.EmptyStateInPage.EmptyStateInPage--noBorder {
  border: none;
}

.EmptyStateInPage.EmptyStateInPage--short {
  background: url("../graphics/Payments_svg/Payments_long.svg") no-repeat center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage.EmptyStateInPage--short {
    padding: 40px 0;
    min-height: 190px;
    margin-top: 0;
    border: 0;
  }
}

.EmptyStateInPage.EmptyStateInPage--short .EmptyStateInPage__ImgIcon {
  width: 88px;
  height: 88px;
  left: 0;
}

.EmptyStateInPage.EmptyStateInPage--short .EmptyStateInPage__header {
  padding-left: 120px;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage.EmptyStateInPage--short .EmptyStateInPage__header .EmptyStateInPage__title {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.EmptyStateInPage.EmptyStateInPage--short .EmptyStateInPage__description {
  padding-left: 120px;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage.EmptyStateInPage--short .EmptyStateInPage__description {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.18;
    margin-bottom: 24px;
  }
}

.EmptyStateInPage.EmptyStateInPage__paymentList {
  background: url("../graphics/bg_emptyState-paymentList.svg") no-repeat center;
}

.EmptyStateInPage__textCover {
  position: relative;
}

.EmptyStateInPage__header {
  display: inline-block;
  width: 100%;
  position: relative;
}

.EmptyStateInPage__ImgIcon {
  height: 104px;
  width: 104px;
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__ImgIcon {
    position: absolute;
    top: 0;
    left: -136px;
    display: inline-block;
  }
}

.EmptyStateInPage__headerTitle {
  padding-left: 0;
}

.EmptyStateInPage__title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #262626;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__title {
    margin-bottom: 32px;
    font-size: 30px;
    font-size: 2rem;
  }
}

.EmptyStateInPage__description {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #262626;
  margin-bottom: 16px;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__description {
    margin-bottom: 62px;
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.18;
  }
}

.EmptyStateInPage__moreInfo {
  display: block;
  position: relative;
  padding-left: 0;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__moreInfo {
    margin-top: 0;
  }
}

.EmptyStateInPage__moreInfoIcon {
  font-size: 18px;
  font-size: 1.2rem;
  display: inline-block;
  color: gray;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__moreInfoIcon {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.18;
  }
}

.EmptyStateInPage__moreInfo {
  display: block;
  position: relative;
  padding-left: 0;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__moreInfo {
    margin-top: 0;
  }
}

.EmptyStateInPage__moreInfoIcon {
  font-size: 18px;
  font-size: 1.2rem;
  display: inline-block;
  color: gray;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__moreInfoIcon {
    font-size: 24px;
    font-size: 1.6rem;
    vertical-align: top;
  }
}

.EmptyStateInPage__moreInfoText {
  margin-left: 0;
  font-size: 14px;
  font-size: .93333rem;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  vertical-align: middle;
  position: relative;
}

.EmptyStateInPage__moreInfoText:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  border-left: 1px solid #e6e6e6;
  display: none;
}

@media only screen and (min-width: 768px) {
  .EmptyStateInPage__moreInfoText {
    margin-left: 16px;
    padding-left: 16px;
  }

  .EmptyStateInPage__moreInfoText:after {
    display: inline-block;
  }
}

.EmptyStateInPage__moreInfoText-Subtitle {
  margin-bottom: 4px;
}

.EmptyStateInPage__moreInfoText-Title {
  font-weight: 500;
  margin-bottom: 4px;
}

.EmptyStateInPage__moreInfoText-details {
  color: #262626;
  margin-bottom: 0;
  position: relative;
}

.EmptyStateInPage__moreInfoText-details:before {
  content: '\2022';
  margin-right: 8px;
}

.FundsExplorer__loadMoreCover {
  padding-top: 16px;
  text-align: right;
}

.FundsExplorer__loadMore {
  font-size: 14px;
  font-size: .93333rem;
  display: inline-block;
  cursor: pointer;
}

.SavingsExplorer {
  margin-top: 24px;
}

.InvestmentsProfilePage>*+* {
  margin-top: 24px;
}

.InvestorProfilePage .Frame {
  padding: 16px 32px;
  margin-top: 0;
}

.InvestorProfilePage .Frame__image {
  padding-right: 0;
}

.InvestorProfilePage .Frame__text {
  padding-left: 0;
}

.PaymentList:after {
  content: "";
  display: table;
  clear: both;
}

.PaymentList__container {
  padding: 16px 10px 32px 10px;
}

.PaymentList__container:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .PaymentList__container {
    padding: 0px 0px 32px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .PaymentList__container {
    padding: 16px 0px 32px 0px;
  }
}

.PaymentList__wrap {
  padding: 0;
}

.PaymentList__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.PaymentList__containerContent {
  background-color: #fff;
  min-height: 275px;
  padding-top: 16px;
}

.PaymentList__elementWrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  left: 50%;
}

.PaymentList__elementWrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .PaymentList__elementWrapper {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .PaymentList__containerContentWrapper {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    left: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .PaymentList__containerContentWrapper {
    max-width: 526px;
  }
}

@media only screen and (max-width: 1280px) {
  .PaymentList__containerContentWrapper {
    max-width: 526px;
  }
}

@media only screen and (max-width: 767px) {
  .PaymentList__containerContentWrapper {
    max-width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.PaymentList__containerActivities {
  background: #F36F20;
  background: -webkit-linear-gradient(315deg, #F36F20 44%, #F08E00 69%);
  background: linear-gradient(135deg, #F36F20 44%, #F08E00 69%);
  padding: 24px 32px;
  min-height: 275px;
}

.PaymentList__numberActivities {
  font-size: 110px;
  font-size: 7.33333rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  position: relative;
  top: 10px;
}

.PaymentList__number {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .PaymentList__titleCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .PaymentList__secondaryText {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .PaymentList__title {
    padding: 4px 12px;
    color: #fff;
    border-radius: 15px;
    font-weight: 500;
    margin-left: 4px;
  }

  .elem1 .PaymentList__title {
    background-color: #7897ab;
  }

  .PaymentList__contentIsEmpty .elem1 .PaymentList__title {
    background-color: #b3b3b3;
  }

  .elem2 .PaymentList__title {
    background-color: #335c75;
  }

  .PaymentList__contentIsEmpty .elem2 .PaymentList__title {
    background-color: #bfbfbf;
  }

  .elem3 .PaymentList__title {
    background-color: #578bab;
  }

  .PaymentList__contentIsEmpty .elem3 .PaymentList__title {
    background-color: #dcdcdc;
  }
}

.PaymentList__content {
  background-color: transparent;
  min-width: auto;
  min-height: auto;
  left: 0%;
  display: block;
  position: relative;
  border-radius: 0%;
  top: 0;
  padding: 40px 8px;
  font-weight: 300;
}

.PaymentList__content:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .PaymentList__content {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
  }

  .PaymentList__animation .PaymentList__content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .PaymentList__content.elem1 {
    left: 5%;
    min-width: 178px;
    min-height: 178px;
    background-color: #7897ab;
    top: 64px;
  }

  .PaymentList__contentIsEmpty .PaymentList__content.elem1 {
    background-color: #b3b3b3;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .PaymentList__content.elem1 {
    left: 12%;
  }
}

@media only screen and (min-width: 768px) {
  .PaymentList__content.elem1 .PaymentList__title {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }

  .PaymentList__content.elem1 .PaymentList__text {
    font-size: 14px;
    font-size: .93333rem;
    line-height: 1.14;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .PaymentList__content.elem1 .PaymentList__text {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .PaymentList__content.elem2 {
    left: 30%;
    min-width: 208px;
    min-height: 208px;
    background-color: #335c75;
    z-index: 7;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .PaymentList__content.elem2 {
    left: 35%;
  }
}

@media only screen and (min-width: 768px) {
  .PaymentList__contentIsEmpty .PaymentList__content.elem2 {
    background-color: #bfbfbf;
  }

  .PaymentList__content.elem2 .PaymentList__title {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 500;
  }

  .PaymentList__content.elem2 .PaymentList__text {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.14;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .PaymentList__content.elem2 .PaymentList__text {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .PaymentList__content.elem3 {
    left: 66%;
    min-width: 145px;
    height: 145px;
    background-color: #578bab;
    top: 98px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .PaymentList__content.elem3 {
    left: 65%;
  }
}

@media only screen and (min-width: 768px) {
  .PaymentList__contentIsEmpty .PaymentList__content.elem3 {
    background-color: #dcdcdc;
  }

  .PaymentList__content.elem3 .PaymentList__title {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
  }

  .PaymentList__content.elem3 .PaymentList__text {
    font-size: 14px;
    font-size: .93333rem;
    line-height: 1.14;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .PaymentList__content.elem3 .PaymentList__text {
    display: inline-block;
  }
}

.ProductListHeader__icon {
  position: relative;
  top: -2px;
}

div#overviewPerformanceChart:empty:before {
  display: none;
}

.activityChart {
  padding: 8px 24px;
  background-color: #fff;
}

.activityChart__time_chart {
  font-size: 12px;
  font-size: .8rem;
  color: #262626;
  padding-left: 24px;
  padding-right: 24px;
}

.rectangle_timeChart {
  border-radius: 15px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
}

.activityChart__bannerTitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4c4c4c;
  padding-top: 14px;
}

@media only screen and (min-width: 768px) {
  .activityChart__bannerTitle {
    padding-top: 25px;
    position: relative;
    bottom: 8px;
  }
}

.activityChart_legend_buy {
  border-radius: 100%;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: rgba(39,179,174,0.8);
}

.activityChart_legend_buy,
.activityChart_legend_sell,
.activityChart_legend_switch {
  margin-right: 8px;
}

.activityChart_legend_sell {
  border-radius: 100%;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: rgba(64,113,143,0.8);
}

.activityChart_legend_switch {
  border-radius: 100%;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: rgba(245,196,105,0.8);
}

.activityChart__bannerText {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4d4d4d;
  display: inline-block;
  vertical-align: top;
}

.activityChart__txt_info {
  font-weight: 300;
}

.activityChart__bannerText_amount {
  color: #262626;
}

.activityChart__rowCover {
  padding: 0 12px;
}

@media only screen and (max-width: 767px) {
  .activityChart__rowCover {
    display: none;
  }
}

.activityChart__row {
  height: 40px;
  position: relative;
  margin: 11px 0;
}

.activityChart__row:before {
  content: '';
  height: 2px;
  border: 1px dashed #ccc;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  left: -10px;
  display: block;
}

.activityChart__row+.activityChart__row {
  margin-top: -10px;
}

.activityChart__row.buy .activityChart__ball {
  background-color: rgba(39,179,174,0.8);
}

.activityChart__row.sell .activityChart__ball {
  background-color: rgba(102,127,142,0.8);
}

.activityChart__row.switch1 .activityChart__ball {
  background-color: rgba(245,196,105,0.8);
}

.activityChart__ballCover {
  height: 40px;
  width: 40px;
  position: relative;
  display: inline-block;
  z-index: 4;
  padding: 10px;
}

.activityChart__filterfor-ALL .activityChart__ballCover {
  width: 4%;
}

.activityChart__filterfor-1Y .activityChart__ballCover {
  width: 8.33333%;
}

.activityChart__filterfor-6M .activityChart__ballCover {
  width: 16.66667%;
}

.activityChart__ball {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.activityChart__filterSwitchers {
  padding-bottom: 12px;
  position: relative;
  top: 16px;
}

.activityChart__monthContainer {
  border-top: 1px solid #666666;
  margin-top: 12px;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}

.activityChart__month {
  position: relative;
  display: inline-block;
  color: gray;
}

.activityChart__filterfor-ALL .activityChart__month {
  width: 4%;
  color: gray;
}

.activityChart__filterfor-1Y .activityChart__month {
  width: 8.33333%;
}

.activityChart__filterfor-6M .activityChart__month {
  width: 16.66667%;
}

.activityChart__month:before {
  content: '';
  position: absolute;
  bottom: 22px;
  height: 100px;
  width: 1px;
  border-top: 1px dashed #e6e6e6;
  left: 50%;
  z-index: 1;
}

.activityChart__month .name {
  font-size: 11px;
  font-size: .73333rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.gaugeContainer {
  height: 100%;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.gaugeContainer .title {
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}

.gaugeContainer .rail {
  stroke: #e6e6e6;
}

.gaugeContainer .progress {
  stroke: #f7b63b;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg) scaleX(-1);
  -ms-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
}

.gaugeContainer .percentage {
  color: #4d4d4d;
}

.gauge-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.gauge-container .gauge {
  position: relative;
  display: block;
}

.gauge-container .gauge circle {
  stroke-width: 15;
}

.gauge-container .gauge .rail {
  fill: transparent;
}

.gauge-container .gauge .progress {
  fill: transparent;
  stroke-linecap: round;
}

.gauge-container .center {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 20px;
}

.fundsChartTooltipList {
  font-weight: 300;
  padding: 0;
  list-style: none;
}

.fundsChartTooltipList__title {
  margin: 0;
  font-weight: 300;
  color: #ccc;
}

.fundsChartTooltipList__bullet {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e6e6e6;
  border: 1px solid #b3b3b3;
  margin-right: 5px;
}

.fundsChartTooltipList li {
  position: relative;
  margin-top: 4px;
}

.fundsChartTooltipList li span {
  vertical-align: middle;
}

.fundsChartTooltipList li strong {
  font-weight: 500;
}

#SalesExperienceBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.SalesExperience__pageCover {
  overflow-y: auto;
}

.popover-experienceBtn::before {
  content: '';
  display: block;
  width: 43px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  top: -14px;
  margin: 0 auto;
}

.SalesExperience__page {
  height: 100vh;
  width: 100%;
  min-height: 700px;
  position: relative;
  padding-left: 100px;
  z-index: 2;
}

.SalesExperience__page>.SalesExperience__pageDiv {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}

.SalesExperience__fixedElements {
  position: fixed;
  top: 12px;
  left: 105px;
  z-index: 15;
}

.SalesExperience__fixedElements .btn {
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .SalesExperience__fixedElements {
    display: none;
  }
}

.btn-tab {
  background-color: transparent;
  border: 1px solid #7f7f7f;
  height: 30px;
  border-radius: 100px;
  padding: 8px 22px;
}

.btn-tab+.btn-tab {
  margin-left: 16px;
}

.SalesExperience__navigation {
  position: fixed;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  display: block;
}

@media only screen and (max-width: 767px) {
  .SalesExperience__navigation {
    display: none;
  }
}

.DiscoveryExperience .SalesExperience__navigation.inverted .SalesExperience__navigationLink {
  color: #fff;
}

.DiscoveryExperience .SalesExperience__navigation.inverted .SalesExperience__navigationLink:after {
  border-color: #fff;
}

.SalesExperience__mobileNavigation {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .SalesExperience__mobileNavigation {
    display: none;
  }
}

.SalesExperience__mobileNavigationLink {
  position: relative;
  display: inline-block;
  margin: 6.5px;
}

.SalesExperience__mobileNavigationLink .linkBullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e6e6e6;
}

.SalesExperience__mobileNavigationLink+.SalesExperience__mobileNavigationLink:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 5px;
  width: 19px;
  height: 2px;
  background-color: #e6e6e6;
}

.SalesExperience__mobileNavigationLink.active .linkBullet {
  background-color: #3D8F62;
}

.SalesExperience__mobileNavigationLink.active:before {
  background-color: #3D8F62;
}

.SalesExperience__mobileNavigation.inverted .SalesExperience__mobileNavigationLink.active .linkBullet {
  background-color: #fff;
}

.SalesExperience__mobileNavigation.inverted .SalesExperience__mobileNavigationLink.active:before {
  background-color: #fff;
}

.SalesExperiencePanel__smallImage {
  width: 50px;
}

.SalesExperiencePanel__smallImage+.SalesExperiencePanel__title {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 16px 0 0;
}

.SalesExperiencePanel__finalStepIcon {
  margin-bottom: 15px;
}

.SalesExperience__navigationLink {
  display: block;
  position: relative;
  color: gray;
  opacity: 0.3;
}

.SalesExperience__navigationLink+.SalesExperience__navigationLink {
  margin-top: 40px;
}

.SalesExperience__navigationLink:after {
  content: " ";
  display: block;
  height: 21px;
  border: 1px solid gray;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 8px;
}

.SalesExperience__navigationLink:first-child:after {
  display: none;
}

.SalesExperience__navigationLink.active {
  opacity: 1;
}

.SalesExperience__navigationIcon {
  display: block;
  font-size: 20px;
  font-size: 1.33333rem;
}

.SalesExperience__navigationIcon:hover {
  color: #e76011;
}

.SalesExperience__knobInfoTooltip {
  z-index: 999999;
}

.SalesExperience__knobInfo {
  text-align: center;
  margin-bottom: 16px;
}

.SalesExperience__knobCover {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border: 24px solid #fff;
  border-radius: 50%;
}

.SalesExperience__knobCover:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #979797;
  border-radius: 2px;
  top: 50%;
  right: -22px;
  margin-top: -1px;
}

@media only screen and (min-width: 768px) {
  .SalesExperience__knobCover {
    width: 310px;
    height: 310px;
  }
}

.SalesExperience__knobInput {
  margin: 10px;
  background: none;
  border: none;
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .SalesExperience__knobInput {
    margin: 36px 0 46px 0;
  }
}

.SalesExperience__knobInput.inputMaterial .inputMaterial__input {
  font-size: 28px;
  border-bottom: solid 1px gray;
}

.SalesExperience__knobInput.inputMaterial .inputMaterial__label {
  visibility: hidden;
}

.SalesExperience__knobInput.inputMaterial .currency-label {
  padding-top: 4px;
  background: none;
}

.SalesExperience__knobInput.inputMaterial .currency-label span {
  font-size: 28px;
  font-weight: 100;
  background: none;
}

.SalesExperience__knobGradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.SalesExperience__knobElement {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 2px solid #474747;
  border-radius: 50%;
  cursor: move;
}

.SalesExperience__knobElement:after {
  content: '';
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #F36F20;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
}

@media only screen and (min-width: 768px) {
  .SalesExperience__knobElement {
    width: 220px;
    height: 220px;
  }
}

.SalesExperience__knobElement img {
  width: 100%;
  display: block;
}

.SalesExperience__knobPosition {
  position: relative;
  margin: 20px auto;
}

@media only screen and (min-width: 768px) {
  .SalesExperience__knobPosition {
    position: absolute;
    top: 50%;
    right: 300px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.SalesExperience__knobInfoIcon {
  font-size: 20px;
  font-size: 1.33333rem;
  color: gray;
}

@media only screen and (max-width: 767px) {
  .SalesExperience__step5decorativeImage {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .SalesExperience__step5decorativeImage {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 40px;
    max-width: 380px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .SalesExperience__step5__bottomRightImage {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .SalesExperience__step5__bottomRightImage {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 100%;
    max-width: 380px;
    pointer-events: none;
  }
}

.SalesExperiencePanel {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 550px;
  padding: 82px 0 0px;
}

.SalesExperiencePanel:after {
  content: "";
  display: table;
  clear: both;
}

.SalesExperiencePanel--relative {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel {
    padding: 40px 0 0;
    min-height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .SalesExperiencePanel {
    padding: 40px 0 0;
  }
}

.SalesExperiencePanel-final .SalesExperiencePanel__title {
  text-align: center;
}

.SalesExperiencePanel-final .SalesExperience__navigationLink {
  color: #fff;
}

.SalesExperiencePanel-final .SalesExperience__navigationLink:after {
  border-color: #fff;
}

.SalesExperiencePanel__toBack {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
  cursor: pointer;
}

.SalesExperiencePanel__toBack span {
  color: gray;
  font-size: 16px;
  font-size: 1.06667rem;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__toBack {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}

.SalesExperiencePanel__number {
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__number {
    display: none;
  }
}

.SalesExperiencePanel__avatar {
  border-radius: 50%;
  width: 108px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__avatar {
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
}

.SalesExperiencePanel__text {
  font-size: 12px;
  font-size: .8rem;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__text {
    font-size: 18px;
    font-size: 1.2rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .SalesExperiencePanel__text {
    font-size: 16px;
    font-size: 1.06667rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1280px) {
  .SalesExperiencePanel__text {
    font-size: 18px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.SalesExperiencePanel__text.hideText {
  opacity: 0;
  visibility: hidden;
}

.SalesExperiencePanel__title {
  font-size: 22px;
  font-size: 1.46667rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__title {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1;
    text-align: left;
  }
}

.DiscoveryExperience .pagePart5 .SalesExperiencePanel__title {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__results {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__results {
    padding: 40px 55px 15px;
    margin: 0 auto;
    max-width: 980px;
  }
}

.SalesExperiencePanel__resultsRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.SalesExperiencePanel__resultsRow:after {
  content: "";
  display: table;
  clear: both;
}

.SalesExperience .SalesExperiencePanel__results .productCard__detailsTitle {
  color: #262626;
  font-weight: 500;
  font-size: 18px;
}

.SalesExperience .SalesExperiencePanel__results .productCard__detailsList {
  border: 0;
  border-top: 0;
  padding: 4px 0;
}

.SalesExperience .SalesExperiencePanel__results .productCardWrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.SalesExperiencePanel__results .productCardWrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__results .productCardWrapper {
    display: inline-block;
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__resultsMobile {
    display: none;
  }
}

.SalesExperiencePanel__resultsMobile .productCardWrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.SalesExperiencePanel__resultsMobile .slick-arrow {
  display: none !important;
}

.panel-textWhite {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
}

.SalesExperiencePanel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.SalesExperiencePanel__bg svg {
  position: absolute;
  top: 0;
  left: 0;
}

.SalesExperiencePanel__bg svg,
.SalesExperiencePanel__bg svg>rect {
  width: 100%;
  height: 100%;
  height: 100vh;
}

.SalesExperiencePanel__left,
.SalesExperiencePanel__right {
  position: relative;
  vertical-align: top;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__left,
  .SalesExperiencePanel__right {
    display: inline-block;
    width: 35%;
  }
}

.SalesExperiencePanel__left {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
  font-size: 2rem;
  color: #b3b3b3;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .SalesExperiencePanel__left {
    padding-left: 70px;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .SalesExperiencePanel__left {
    padding-left: 105px;
  }
}

.SalesExperiencePanel__wrapText {
  padding-top: 24px;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__wrapText {
    padding-top: 40px;
  }
}

.SalesExperiencePanel__right {
  position: relative;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__right {
    width: 65%;
  }
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__right.vAlignMiddle {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__right.vAlignBottom {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.SalesExperiencePanel__right.fullHeight {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__right.fullHeight {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.SalesExperiencePanel__right.full {
  width: 100%;
}

.pagePart3 .SalesExperiencePanel__right {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .pagePart1 .SalesExperiencePanel__right {
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
  }
}

.fullHeight {
  height: 100%;
}

.SalesExperiencePanel__wrapRight {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}

.SalesExperiencePanel__wrapRight:after {
  content: "";
  display: table;
  clear: both;
}

.SalesExperiencePanel__imgStep1 {
  display: block;
  width: 80%;
  margin: 10% auto 0;
}

.SalesExperiencePanel__wrapImage {
  display: block;
  position: absolute;
  width: 700px;
  height: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__wrapImage {
    display: none;
  }
}

.SalesExperience__step2Items {
  display: inline-block;
  cursor: pointer;
}

.SalesExperience__step2Items img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.SalesExperience__step2Items img.hover {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.SalesExperience__step2Items.popover-experienceActive .hover,
.SalesExperience__step2Items:hover .hover {
  visibility: visible;
  opacity: 1;
}

.SalesExperience__step2Items.pos1 {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 159px;
  z-index: 1;
}

.SalesExperience__step2Items.pos2 {
  position: absolute;
  left: 14%;
  top: 27%;
  width: 230px;
}

.SalesExperience__step2Items.pos3 {
  position: absolute;
  top: 31%;
  right: 19%;
  width: 155px;
}

.SalesExperience__step2Items.pos4 {
  position: absolute;
  top: 38%;
  right: 23%;
  width: 262px;
}

.SalesExperience__step2Items.pos5 {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 114px;
}

.SalesExperience__step2Items.pos6 {
  position: absolute;
  top: 70%;
  left: 20%;
  width: 164px;
  z-index: 2;
}

.optionsItem {
  display: block;
  text-align: center;
  color: #4c4c4c;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.06667rem;
  margin-top: 8px;
}

.optionsItem li {
  display: block;
}

.SalesExperiencePanel__blockImage {
  display: block;
  width: 100%;
}

.SalesExperiencePanel__circleTime {
  position: relative;
  margin: 20px auto;
  border-radius: 50%;
  border: 3px solid #4c4c4c;
  width: 222px;
  height: 222px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__circleTime {
    position: absolute;
    bottom: 290px;
    left: 48%;
    margin: 0;
    z-index: 3;
  }
}

.SalesExperiencePanel__timeImg {
  position: absolute;
  top: 38%;
  left: 47%;
}

.SalesExperiencePanel__itemTime {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
  padding: 12px;
}

.SalesExperiencePanel__itemTime input {
  display: none;
}

.SalesExperiencePanel__itemTime:after {
  content: '';
  display: inline-block;
  width: 6px;
  border: 1px solid #7f7f7f;
  vertical-align: middle;
  margin-left: 3px;
}

.SalesExperiencePanel__itemTime.pos1 {
  position: absolute;
  top: 90px;
  left: 0;
}

.SalesExperiencePanel__itemTime.pos2 {
  position: absolute;
  top: 36px;
  left: 14px;
}

.SalesExperiencePanel__itemTime.pos2:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  margin-top: 14px;
}

.SalesExperiencePanel__itemTime.pos3 {
  position: absolute;
  left: 88px;
  top: 0;
}

.SalesExperiencePanel__itemTime.pos3:after {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 8px;
}

.SalesExperiencePanel__itemTime.pos4 {
  position: absolute;
  top: 36px;
  left: auto;
  right: 9px;
}

.SalesExperiencePanel__itemTime.pos4:after {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  float: left;
  margin-top: 17px;
}

.SalesExperiencePanel__itemTime.pos5 {
  position: absolute;
  top: 90px;
  right: -4px;
  display: inline-block;
  left: auto;
}

.SalesExperiencePanel__itemTime.pos5:after {
  content: "";
  display: table;
  clear: both;
}

.SalesExperiencePanel__itemTime.pos5:after {
  margin-right: 3.5px;
  margin-left: 0;
  float: left;
  margin-top: 9px;
}

.SalesExperiencePanel__isTime {
  border-radius: 50%;
  width: 108px;
  height: 108px;
  background-color: #b3b3b3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 14px;
}

.indicator-timeCurrent {
  border-radius: 50%;
  width: 108px;
  height: 108px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-274deg);
  -ms-transform: translate(-50%, -50%) rotate(-274deg);
  transform: translate(-50%, -50%) rotate(-274deg);
  z-index: 9;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.indicator-timeCurrent:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 26px 12px;
  position: absolute;
  bottom: 42px;
  left: 88px;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
  border-color: transparent transparent #b3b3b3 transparent;
}

.timeCurrent3 .indicator-timeCurrent {
  -webkit-transform: translate(-50%, -50%) rotate(-186deg);
  -ms-transform: translate(-50%, -50%) rotate(-186deg);
  transform: translate(-50%, -50%) rotate(-186deg);
}

.timeCurrent3 .indicator-timeCurrent .SalesExperiencePanel__itemTime.pos1 {
  color: #ed591a;
}

.timeCurrent6 .indicator-timeCurrent {
  -webkit-transform: translate(-50%, -50%) rotate(-147deg);
  -ms-transform: translate(-50%, -50%) rotate(-147deg);
  transform: translate(-50%, -50%) rotate(-147deg);
}

.timeCurrent12 .indicator-timeCurrent {
  -webkit-transform: translate(-50%, -50%) rotate(-91deg);
  -ms-transform: translate(-50%, -50%) rotate(-91deg);
  transform: translate(-50%, -50%) rotate(-91deg);
}

.timeCurrent24 .indicator-timeCurrent {
  -webkit-transform: translate(-50%, -50%) rotate(-38deg);
  -ms-transform: translate(-50%, -50%) rotate(-38deg);
  transform: translate(-50%, -50%) rotate(-38deg);
}

.timeCurrent24plus .indicator-timeCurrent {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.SalesExperiencePanel__isTimeNumber {
  display: block;
  font-size: 36px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}

.SalesExperiencePanel__timeBtn {
  display: table;
  position: absolute;
  top: 88%;
  left: 26%;
  z-index: 3;
}

.SalesExperiencePanel__timeBtn--Minus,
.SalesExperiencePanel__timeBtn--Plus {
  position: relative;
  display: table-cell;
  border-radius: 50%;
  background-color: gray;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.SalesExperiencePanel__timeBtn--Minus {
  left: -8px;
}

.SalesExperiencePanel__timeBtn--Plus {
  right: -8px;
}

.SalesExperiencePanel__sunImg {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__sunImg {
    top: 44%;
    left: 32%;
  }
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__sunImg {
    display: none;
  }
}

.SalesExperiencePanel__ballImg {
  position: absolute;
  top: 58%;
  left: 90%;
}

.SalesExperiencePanel__bottomImg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.SalesExperience .SalesExperiencePanel__bottomImg.imgStep3 {
  left: 0%;
}

.SalesExperiencePanel__bottomImg.imgStep4 {
  right: 88px;
  width: 686px;
  height: 630px;
}

.SalesExperience .SalesExperiencePanel__bottomImg.imgStep4 {
  height: auto;
  width: 800px;
  right: 0;
}

.DiscoveryExperience .SalesExperiencePanel__bottomImg.imgStep4 {
  right: 65px;
  width: 750px;
  height: 730px;
}

.SalesExperiencePanel__bottomImg.lastStep {
  width: 210.9px;
  height: 404.8px;
  right: 4%;
  top: 150px;
  z-index: 0;
}

.SalesExperiencePanel__bottomImg.lastStep-discovery {
  right: 10%;
  bottom: 150px;
  width: 210.9px;
  height: 404.8px;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__bottomImg {
    display: none;
  }
}

.SalesExperiencePanel__wrapMaps {
  display: block;
  position: absolute;
  width: 656px;
  height: 568px;
  bottom: 0;
  right: 88px;
  z-index: 4;
}

.SalesExperiencePanel__wrapMaps .btn {
  z-index: 6;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__wrapMaps {
    display: none;
  }
}

.SalesExperiencePanel__wrapMountain {
  display: block;
  position: absolute;
  max-width: 392px;
  width: 100%;
  bottom: 70px;
  right: 74px;
  z-index: 6;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__wrapMountain {
    position: relative;
    bottom: 0;
    right: 0;
    width: auto;
    margin: 14px 24px;
  }
}

.SalesExperiencePanel__wrapMountain .btn {
  z-index: 6;
  position: relative;
}

.SalesExperiencePanel__wrapFullPage {
  position: relative;
}

.SalesExperiencePanel__positionMaps {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.SalesExperiencePanel__positionMaps input {
  display: none;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__positionMaps {
    display: none;
  }
}

.SalesExperience__mapsItems {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.SalesExperience__mapsItems.pos1 {
  position: absolute;
  top: 226px;
  right: 546px;
}

.SalesExperience__mapsItems.pos2 {
  position: absolute;
  top: 126px;
  right: 368px;
}

.SalesExperience__mapsItems.pos3 {
  position: absolute;
  top: 132px;
  right: 224px;
}

.SalesExperience__mapsItems.pos4 {
  position: absolute;
  top: 216px;
  right: 308px;
}

.SalesExperience__mapsItems.pos5 {
  position: absolute;
  top: 198px;
  right: 268px;
}

.SalesExperience__mapsItems.HRK {
  position: absolute;
  top: 54%;
  right: 32%;
}

.SalesExperience__mapsItems.USD {
  position: absolute;
  top: 50%;
  left: 20%;
}

.SalesExperience__mapsItems.EUR {
  position: absolute;
  top: 44%;
  right: 44%;
}

.SalesExperience__mapsItems.HUF {
  position: absolute;
  top: 38%;
  right: 22%;
}

.SalesExperience__mapsItems .popover-experience {
  bottom: 76px;
  right: auto;
}

@media only screen and (min-width: 768px) {
  .popover-experience {
    display: inline-block;
    position: absolute;
    bottom: 103%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #4d4d4d;
    padding: 4px 6px;
    font-size: 12px;
    font-size: .8rem;
    text-align: center;
    margin-bottom: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .popover-experience:before,
  .popover-experience:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    bottom: -10px;
    right: 50%;
    position: absolute;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 3;
  }

  .popover-experience:after {
    border-width: 11px 7px 0 7px;
    border-color: #d9d9d9 transparent transparent transparent;
    z-index: 2;
    bottom: -12px;
  }
}

.popover-experienceTitle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .popover-experienceTitle {
    display: block;
    font-size: 14px;
    font-size: .93333rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #262626;
    letter-spacing: 0.03em;
  }
}

.popover-experienceActive .popover-experience {
  padding: 12px;
  display: inline-block;
  min-width: 200px;
  margin: 0 auto;
  z-index: 99;
}

.popover-experienceActive .popover-experience .popover-experienceDescrip {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.popover-experienceActive .popover-experience .popover-experienceDescripWrapper {
  position: relative;
  visibility: visible;
}

.popover-experienceActive .popover-experience .popover-experienceBtnWrapper {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.popover-experienceActive .popover-experience .popover-experienceBtn {
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.popover-experienceActive .popover-experience .newPopoverExperience__close {
  max-height: 20px;
}

.popover-experienceBtnWrapper {
  display: none;
}

.popover-experienceBtn {
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}

.popover-experienceDescrip {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  top: 38%;
  padding: 0 8px;
  -webkit-transform: translate(-50%, 0) scale(0.3);
  -ms-transform: translate(-50%, 0) scale(0.3);
  transform: translate(-50%, 0) scale(0.3);
}

.popover-experienceDescripWrapper {
  position: absolute;
  visibility: hidden;
}

.SalesExperiencePanel__mapsImg {
  display: block;
}

.SalesExperience__bottomBtn {
  display: block;
  position: absolute;
  bottom: 0%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 38px auto;
  z-index: 9;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .SalesExperience__bottomBtn {
    left: 50%;
  }
}

.DiscoveryExperience__startBtn {
  display: block;
  position: absolute;
  left: -webkit-calc(0% + 232px);
  left: calc(0% + 232px);
  bottom: 30%;
  -webkit-transform: translate(0%, -25%);
  -ms-transform: translate(0%, -25%);
  transform: translate(0%, -25%);
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .DiscoveryExperience__startBtn {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperience__startBtn {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto 10px;
    bottom: auto;
  }
}

.SalesExperience__scrollBtn {
  position: absolute;
  left: 50%;
  bottom: 10px;
  padding: 0;
  margin-left: -12px;
  margin-top: -18px;
  color: gray;
}

@media only screen and (min-width: 768px) {
  .SalesExperience__scrollBtn {
    bottom: 30px;
  }
}

.SalesExperiencePanel__scrollWrapper {
  height: -webkit-calc(100vh - 163px);
  height: calc(100vh - 163px);
  overflow: auto;
}

.btn-third--salesExpViewAllBtn {
  margin-bottom: 30px;
  color: #4d4d4d;
  background-color: transparent;
  border: solid 2px gray;
}

.SalesExperiencePanel__rightfull {
  position: relative;
}

.DiscoveryExperience .SalesExperiencePanel__rightfull {
  z-index: 3;
}

.SalesExperiencePanel__subtitle {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
}

.SalesExperience .SalesExperiencePanel__subtitle {
  color: #262626;
}

.SalesExperiencePanel__fullText {
  text-align: center;
  width: 36%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__fullText {
    width: 80%;
  }
}

.SalesExperiencePanel__fullText.goUp {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1024px) {
  .SalesExperiencePanel__fullText.goUp {
    margin-top: -36px;
    margin-bottom: 0;
  }
}

.SalesExperiencePanel__title {
  color: #4d4d4d;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__title {
    font-size: 18px;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 18px;
  }
}

.SalesExperiencePanel__itemProspect {
  padding-top: 42px;
  display: block;
  padding-bottom: 102px;
  position: relative;
  z-index: 3;
}

.SalesExperiencePanel__itemTitle {
  font-size: 18px;
  font-size: 1.2rem;
  color: #262626;
  font-weight: 500;
}

.SalesExperiencePanel__itemBlock {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-left: 24px;
  padding: 0 16px 18px;
  text-align: left;
  min-width: 309px;
}

.SalesExperiencePanel__itemBlock:after {
  content: "";
  display: table;
  clear: both;
}

.SalesExperiencePanel__itemBlock:first-child {
  margin-left: 0;
}

.SalesExperiencePanel__itemText {
  margin: 0 auto;
  font-size: 12px;
  font-size: .8rem;
}

.voiceProspect {
  display: inline-block;
}

.textDetailsProspect {
  display: inline-block;
  margin-left: 6px;
  font-weight: bold;
}

.SalesExperiencePanel__sectionBottom {
  background-color: #4d4d4d;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.SalesExperiencePanel__sectionBottomWrap {
  padding: 18px;
  display: block;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.SalesExperiencePanel__sectionBottomWrap .icon-investments {
  font-size: 26px;
  font-size: 1.73333rem;
}

.SalesExperiencePanel__sectionBottomWrap .icon-investments:before {
  vertical-align: top;
  display: inline-block;
  margin: 10px 16px;
}

.SalesExperiencePanel__sectionBottomText {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  font-size: .93333rem;
}

.SalesExperiencePanel__sectionBottomText p+p {
  font-weight: bold;
}

.SalesExperience__BtnAbsolut {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .SalesExperience__BtnAbsolut {
    position: absolute;
    bottom: 106px;
    right: 300px;
  }
}

.btn-stepAbsolut {
  position: absolute;
  margin-top: 32px;
  top: 112%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.imageTopAbsolut {
  position: absolute;
  top: -98px;
  right: -68px;
}

.ParallaxModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
}

.ParallaxModal__scroller {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ParallaxModal__pageWrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .ParallaxModal__pageWrap {
    overflow: hidden;
  }
}

.ParallaxModal__scrollerWrap {
  padding-top: 42px;
  display: block;
  padding-bottom: 52px;
  position: relative;
  height: 100%;
}

.ParallaxModal__page {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.ParallaxModal__page>div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ParallaxModal__backBtn,
.ParallaxModal__closeBtn {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: rgba(255,255,255,0.3);
  color: gray;
  outline: #fff;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .ParallaxModal__backBtn,
  .ParallaxModal__closeBtn {
    width: 70px;
    height: 70px;
  }
}

.ParallaxModal__backBtn.inverted,
.ParallaxModal__closeBtn.inverted {
  color: #fff;
}

.ParallaxModal__backBtn {
  left: 0;
}

.ParallaxModal__closeBtn {
  right: 0;
  color: #fff;
}

.TimeSavingsProductDetails {
  background: #fff;
  margin-bottom: 24px;
}

.TimeSavingsProductDetails__imageWrapper {
  position: relative;
  margin-bottom: 20px;
}

.TimeSavingsProductDetails__imageWrapper:after {
  content: "";
  background: #F36F20;
  position: absolute;
  bottom: -2px;
  left: 17%;
  height: 6px;
  width: 65%;
  border-radius: 4px;
}

.TimeSavingsProductDetails__image {
  width: 100%;
}

.TimeSavingsProductDetails__headerWrapper {
  text-align: center;
}

.TimeSavingsProductDetails__headerTitle {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 300;
  color: #F36F20;
}

.TimeSavingsProductDetails__headerDescription {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  color: #4c4c4c;
  padding: 20px 10px;
}

.TimeSavingsProductDetails__panel {
  text-align: center;
}

.TimeSavingsProductDetails__get-product-wrapper {
  text-align: center;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.TimeSavingsProductDetails__get-product-wrapper__text {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}

.TimeSavingsProductDetails__get-product-wrapper__buttons {
  padding-top: 20px;
}

.TimeSavingAdditionalData {
  padding: 30px;
}

.TimeSavingAdditionalData__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
}

.TimeSavingProductConfiguration {
  padding-top: 20px;
  width: 100%;
  display: table;
}

.TimeSavingProductConfiguration__left {
  width: 65%;
  display: table-cell;
}

.TimeSavingProductConfiguration__right {
  width: 65%;
  display: table-cell;
}

.TimeSavingProductConfiguration__infoText {
  font-size: 16px !important;
  font-size: 1.06667rem !important;
}

.TimeSavingConfigurationWelcomePanel {
  background: url("../graphics/savings-images/newSavingContracting_long.svg") no-repeat 0 0;
  background-size: cover;
  padding: 39px 60px;
}

.TimeSavingConfigurationWelcomePanel__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.TimeSavingConfigurationWelcomePanel__text {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  padding-left: 30px;
  line-height: 1.2;
}

.DiscoveryExperiencePanel {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.DiscoveryExperiencePanel.pos_macroarea_europe {
  position: absolute;
  top: 30px;
  right: 350px;
}

.DiscoveryExperiencePanel.pos_macroarea_america {
  position: absolute;
  top: 130px;
  right: 670px;
}

.DiscoveryExperiencePanel.pos_macroarea_asia {
  position: absolute;
  top: 60px;
  right: 107.5px;
}

.DiscoveryExperiencePanel.pos_macroarea_africa {
  position: absolute;
  top: 244px;
  right: 327.5px;
}

.DiscoveryExperiencePanel.pos_macroarea_oceania {
  position: absolute;
  top: 330px;
  right: 67.5px;
}

.DiscoveryExperiencePanel .popover-experience {
  bottom: 68px;
}

.DiscoveryExperiencePanel__itemProspect {
  display: block;
  z-index: 2;
  position: relative;
  max-width: 980px;
  margin: 24px auto;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__itemProspect {
    display: none;
  }
}

.DiscoveryExperiencePanel__itemBlockCover {
  width: 33.33%;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .DiscoveryExperiencePanel__itemBlockCover {
    padding: 0 20px;
  }
}

.DiscoveryExperiencePanel__itemBlockCoverCenter {
  margin-left: 34%;
}

.DiscoveryExperiencePanel__itemBlock {
  border-radius: 1px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  text-align: left;
  padding: 24px 24px 18px;
}

.DiscoveryExperiencePanel__itemBlock:after {
  content: "";
  display: table;
  clear: both;
}

.DiscoveryExperiencePanel__itemBlock:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__itemBlock {
    padding: 16px;
  }
}

.DiscoveryExperiencePanel__itemRow {
  font-size: 10px;
  font-size: .66667rem;
  color: #4d4d4d;
}

.DiscoveryExperiencePanel__itemRow:after {
  content: "";
  display: table;
  clear: both;
}

.DiscoveryExperiencePanel__itemRow+.DiscoveryExperiencePanel__itemRow {
  margin-top: 16px;
}

.DiscoveryExperiencePanel__itemRowBottom {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  color: #4d4d4d;
  margin: 8px 0;
}

.DiscoveryExperiencePanel__itemRowBottom .DiscoveryExperiencePanel__itemDetails {
  border-bottom: 1px solid #e5e5e5;
}

.DiscoveryExperiencePanel__itemRowBottom .DiscoveryExperiencePanel__itemDetails+.DiscoveryExperiencePanel__itemRowBottom .DiscoveryExperiencePanel__itemDetails {
  margin-top: 8px;
}

.DiscoveryExperiencePanel__itemDetails:after {
  content: "";
  display: table;
  clear: both;
}

.DiscoveryExperiencePanel__itemDetails>p {
  padding: 4px;
  margin-bottom: 0;
}

.DiscoveryExperiencePanel__itemTitle {
  font-size: 18px;
  font-size: 1.2rem;
  color: #262626;
  margin-bottom: 24px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__itemTitle {
    margin-bottom: 16px;
  }
}

.voiceProspect__details {
  float: right;
}

.details-in-bold {
  font-weight: bold;
  font-size: 12px;
  font-size: .8rem;
}

.details-in-bold>p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.DiscoveryExperiencePanel__sectionBottom {
  background-color: #4d4d4d;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 1024px) {
  .DiscoveryExperiencePanel__sectionBottom {
    margin-top: 52px;
    bottom: -36px;
  }
}

.DiscoveryExperiencePanel__sectionBottomWrapCover {
  max-width: 980px;
  width: 100%;
  margin: 20px auto;
  display: table;
}

.DiscoveryExperiencePanel__sectionBottomWrap {
  padding: 4px 16px;
  margin: 32px 0 52px;
  display: block;
  color: #fff;
  text-align: center;
  display: table-cell;
  width: 33%;
  cursor: pointer;
}

.DiscoveryExperiencePanel__sectionBottomWrap+.DiscoveryExperiencePanel__sectionBottomWrap {
  border-left: 1px solid #7f7f7f;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__sectionBottomWrap+.DiscoveryExperiencePanel__sectionBottomWrap {
    border-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__sectionBottomWrap {
    width: 33%;
    margin: 0 0 10px;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .DiscoveryExperiencePanel__sectionBottomWrap {
    padding: 10px;
  }
}

.SalesExperiencePanel__prospect {
  background-color: rgba(255,255,255,0.95);
  border-radius: 10px;
  padding: 36px 42px;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__prospect {
    padding: 16px 12px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    border: solid 1px #d9d9d9;
  }
}

.SalesExperiencePanel__prospect .rc-slider-step {
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
  border: 4px solid #f2f2f2;
}

.SalesExperiencePanel__prospect .rc-slider-handle {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 4px solid #27b2ad;
  margin-top: -8px;
  z-index: 3;
}

.SalesExperiencePanel__prospect .rc-slider-track {
  height: 12px;
  z-index: 2;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#128d8a), color-stop(#27b3ae), color-stop(#67c5c2), to(#b5e6e4));
  background-image: -webkit-linear-gradient(left, #128d8a, #27b3ae, #67c5c2, #b5e6e4);
  background-image: linear-gradient(to right, #128d8a, #27b3ae, #67c5c2, #b5e6e4);
}

.SalesExperiencePanel__prospectButton {
  margin-top: 36px;
  text-align: right;
}

.SalesExperience .SalesExperiencePanel__prospectButton {
  text-align: center;
}

.SalesExperience .SalesExperiencePanel__prospectButton .btn {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__prospectButton {
    text-align: center;
  }
}

.SalesExperiencePanel__prospectRisk {
  margin-bottom: 16px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__prospectRisk {
    margin-bottom: 30px;
  }
}

.SalesExperiencePanel__prospectItem {
  display: block;
  margin-bottom: 16px;
  margin-left: -6px;
}

.SalesExperiencePanel__prospectValue {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #262626;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .SalesExperiencePanel__prospectValue {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.SalesExperiencePanel__prospectTxt {
  font-size: 14px;
  font-size: .93333rem;
  color: gray;
}

.sectionBottom-info {
  font-size: 14px;
  font-size: .93333rem;
  text-align: center;
  padding-top: 16px;
  color: #fff;
}

.sectionBottom-title {
  font-size: 40px;
  font-size: 2.66667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  color: #F36F20;
}

.sectionBottom-subtitle {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sectionBottom-subtitle {
    font-size: 12px;
    font-size: .8rem;
  }
}

.DiscoverExperiencePanel__moveMap {
  position: absolute;
  bottom: 180px;
  right: 20px;
  z-index: 9;
  height: 36px;
  width: 36px;
  border-radius: 100px;
  background-color: #F36F20;
  border: solid 1px #e76011;
  -webkit-transition: right .5s ease-in-out;
  transition: right .5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .DiscoverExperiencePanel__moveMap {
    display: none;
  }
}

.DiscoverExperiencePanel__moveMap.moveMap {
  right: 90%;
}

.DiscoverExperiencePanel__moveMap.moveMap .icon-moveMap {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.DiscoverExperiencePanel__moveMap .icon-moveMap {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.DiscoverExperiencePanel__wrapCity {
  position: absolute;
  bottom: 0;
  right: -565px;
  -webkit-transition: right .5s ease-in-out;
  transition: right .5s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .DiscoverExperiencePanel__wrapCity {
    right: -715px;
  }
}

.DiscoverExperiencePanel__wrapCity.moveMap {
  right: -20px;
}

@media only screen and (max-width: 767px) {
  .DiscoverExperiencePanel__wrapCity {
    display: none;
  }
}

.DiscoverExperiencePanel__cityImage {
  width: 1598px;
}

.DiscoverExperiencePanel__cityItem {
  position: absolute;
  display: block;
  outline: 0;
  cursor: pointer;
}

.DiscoverExperiencePanel__cityItem img {
  display: block;
  width: 100%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
}

.DiscoverExperiencePanel__cityItem.popover-experienceActive {
  z-index: 12 !important;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_consumer {
  width: 107px;
  bottom: 0px;
  left: 747px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_consumer .popoverCityInfo {
  min-width: 160px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_energy {
  left: 850px;
  width: 98px;
  bottom: 306px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_finance {
  width: 165px;
  left: 381px;
  bottom: 1px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_goverment {
  bottom: 0;
  left: 523px;
  width: 102px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_healthcare {
  width: 135px;
  left: 114px;
  bottom: 1px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_industrials {
  left: 1039px;
  bottom: 123px;
  width: 212px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_telecommunication {
  left: 586px;
  bottom: 124px;
  width: 85px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_it {
  width: 104px;
  bottom: 123px;
  left: 711px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_materials {
  left: 1469px;
  bottom: 260px;
  width: 69px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_realestate {
  left: 857px;
  bottom: 124px;
  width: 124px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_services {
  width: 397px;
  left: 1198px;
  bottom: 122px;
}

.DiscoverExperiencePanel__cityItem.sectorgroup_tourism {
  left: 783px;
  bottom: 439px;
  width: 102px;
}

.DiscoverExperiencePanel__cityItem:hover img {
  opacity: 1;
  z-index: 9;
}

.DiscoverExperiencePanel__imgStep1 {
  display: block;
  margin: 20% auto 0;
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
  .DiscoverExperiencePanel__imgStep1 {
    display: none;
  }
}

.DiscoverExperiencePanel__imgStep1 .imgStep1 {
  width: 100%;
}

.DiscoveryExperience__backgroundMountain {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .DiscoveryExperience__backgroundMountain {
    right: -15%;
  }
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperience__backgroundMountain {
    display: none;
  }
}

.DiscoveryExperience__backgroundMountain .mountain {
  width: 912px;
  position: relative;
  z-index: 4;
}

.DiscoveryExperience__backgroundMountain .carrier {
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 5;
  width: 60px;
  height: 60px;
}

.DiscoveryExperience__backgroundMountain .carrier.pos1 {
  right: 710px;
  bottom: 124px;
}

.DiscoveryExperience__backgroundMountain .carrier.pos2 {
  right: 659px;
  bottom: 166px;
}

.DiscoveryExperience__backgroundMountain .carrier.pos3 {
  right: 626px;
  bottom: 193px;
}

.DiscoveryExperience__backgroundMountain .carrier.pos4 {
  right: 593px;
  bottom: 220px;
}

.DiscoveryExperience__backgroundMountain .carrier.pos5 {
  bottom: 247px;
  right: 560px;
}

.DiscoveryExperience__backgroundMountain .carrier.pos6 {
  bottom: 279px;
  right: 521px;
}

.DiscoveryExperience__backgroundMountain .carrier.pos7 {
  right: 473px;
  bottom: 319px;
}

.DiscoveryExperience__backgroundMountain .sunCover {
  position: absolute;
  bottom: 360px;
  right: 650px;
  width: 169px;
  height: 169px;
  z-index: 3;
}

.DiscoveryExperience__backgroundMountain .sunCover .sun {
  position: absolute;
  top: 0;
  left: 0;
}

.DiscoveryExperience__backgroundMountain .balloonCover {
  position: absolute;
  right: -2px;
  bottom: 384px;
}

.tag-transparent {
  border-radius: 100px;
  border: 2px solid #fff;
  height: 30px;
  padding: 0px 16px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  margin-top: 8px;
}

.tag-transparent+.tag-transparent {
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .tag-transparent {
    display: none;
  }
}

.DiscoveryExperiencePanel__responsiveMaps {
  display: none;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__responsiveMaps {
    display: block;
  }
}

.DiscoveryExperiencePanel__responsiveMaps .slick-arrow {
  display: none !important;
}

.DiscoveryExperiencePanel__responsiveMapsItem {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  border: solid 1px #d9d9d9;
  padding: 22px;
  text-align: center;
  margin: 26px 8px;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__responsiveMapsItem {
    padding: 16px;
    margin: 14px 8px;
    min-height: 208px;
  }
}

.DiscoveryExperiencePanel__responsiveMapsImg {
  width: 88px;
  margin: 0 auto;
  text-align: center;
}

.DiscoveryExperiencePanel__responsiveMapsTitle {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 30px;
}

.DiscoveryExperiencePanel__responsiveMapsDescrip {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  margin-top: 14px;
}

.DiscoveryExperiencePanel__itemProspect-Responsive {
  display: none;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__itemProspect-Responsive {
    display: block;
  }
}

.DiscoveryExperiencePanel__itemProspect-Responsive .slick-arrow {
  display: none !important;
}

.DiscoveryExperiencePanel__itemDetails-Responsive:after {
  content: "";
  display: table;
  clear: both;
}

.DiscoveryExperiencePanel__itemDetails-Responsive .voiceProspect {
  float: left;
}

.DiscoveryExperiencePanel__itemTitle-Responsive {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.2rem;
  position: relative;
}

.DiscoveryExperiencePanel__itemBlock-Responsive {
  border-radius: 4px;
  padding: 16px;
  margin: 0 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  border: solid 1px #d9d9d9;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__itemBlock-Responsive .btn-arrow {
    display: none;
  }
}

.TimeSavingMicroSaving__optionWrapper {
  margin-top: 16px;
  padding: 40px;
  border-top: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}

.TimeSavingMicroSaving__optionInput {
  margin-left: 35px;
}

@media only screen and (max-width: 767px) {
  .transparentOnMobile {
    opacity: 0.25;
  }
}

.DiscoverySuggestionEmpty {
  max-width: 1020px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .DiscoverySuggestionEmpty__box {
    width: 33.33%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
  }
}

.DiscoverySuggestionEmpty__box .DiscoveryExperiencePanel__itemBlockCover {
  width: 100%;
  padding: 0;
}

.DiscoverySuggestionEmpty__title {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #4d4d4d;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .DiscoverySuggestionEmpty__title {
    font-size: 14px;
    font-size: .93333rem;
    padding-top: 8px;
  }
}

.DiscoverySuggestionEmpty__tags {
  padding-bottom: 16px;
  text-align: center;
}

.DiscoverySuggestionEmpty__tag {
  border-radius: 100px;
  border: 2px solid #4d4d4d;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #4d4d4d;
  padding: 3px 16px;
  display: inline-block;
  margin-top: 16px;
  height: 30px;
  vertical-align: middle;
}

.DiscoverySuggestionEmpty__tag+.DiscoverySuggestionEmpty__tag {
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .DiscoverySuggestionEmpty__tag {
    margin-top: 8px;
  }
}

.DiscoveryExperiencePanel__noresultCover {
  background-color: #fff;
  padding: 56px;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__noresultCover {
    min-height: 226px;
    padding: 16px;
  }
}

.DiscoveryExperiencePanel__noresultImage {
  text-align: center;
}

.DiscoveryExperiencePanel__noresultImage img {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}

.DiscoveryExperiencePanel__noresultText {
  margin: 16px 0 0;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.2;
  text-align: center;
  color: gray;
}

.DiscoveryExperiencePanel__noresultLink {
  background-color: rgba(255,255,255,0.5);
  display: block;
  padding: 16px;
  text-align: center;
  border: 1px dashed #fff;
  margin-top: 11px;
  cursor: pointer;
}

.DiscoveryExperiencePanel__noresultLink .linkCover.bigger {
  padding: 15px 0;
}

.DiscoveryExperiencePanel__noresultLink .text {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  text-align: center;
  color: #4d4d4d;
  display: block;
}

.DiscoveryExperiencePanel__noresultLink .number {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  color: #4d4d4d;
  display: block;
}

.DiscoveryExperiencePanel__noresultLink .icon-arrow-right-plane {
  font-size: 10px;
  font-size: .66667rem;
}

.DiscoverySuggestionEmpty--desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .DiscoverySuggestionEmpty--desktop {
    display: block;
  }
}

.DiscoverySuggestionEmpty--mobile {
  display: block;
}

.DiscoverySuggestionEmpty--mobile .slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .DiscoverySuggestionEmpty--mobile {
    display: none;
  }
}

.DiscoverySuggestionEmpty__boxSpacer {
  padding: 0 20px;
}

.DiscoveryExperience .SalesExperiencePanel__right {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperience .SalesExperiencePanel__right {
    height: auto;
    top: auto;
    bottom: auto;
    margin: 10% auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .DiscoveryExperience .pagePart1 .SalesExperiencePanel__right {
    top: 40%;
    left: 0;
    width: 100%;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    height: auto;
  }
}

.DiscoveryExperiencePanel__sectionBottomImage {
  height: 64px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .SalesExperiencePanel__sectionBottomImage,
  .DiscoveryExperiencePanel__sectionBottomImage {
    display: none;
  }
}

.DiscoveryExperiencePanel__sectionBottomTitle {
  margin: 24px 0 32px;
}

@media only screen and (max-width: 767px) {
  .DiscoveryExperiencePanel__sectionBottomTitle {
    margin: 24px 0 18px;
  }
}

@media only screen and (min-width: 768px) {
  .newPopoverExperience {
    display: inline-block;
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #4d4d4d;
    padding: 4px 6px;
    font-size: 10px;
    font-size: .66667rem;
    text-align: center;
    margin-bottom: 4px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    min-width: 80px;
  }

  .newPopoverExperience:before,
  .newPopoverExperience:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    bottom: -10px;
    right: 50%;
    position: absolute;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 3;
  }

  .newPopoverExperience:after {
    border-width: 11px 7px 0 7px;
    border-color: #d9d9d9 transparent transparent transparent;
    z-index: 2;
    bottom: -12px;
  }
}

.newPopoverExperience.popoverCityInfo {
  bottom: 110%;
  min-width: 86px;
}

.newPopoverExperience__close {
  text-align: right;
  position: relative;
  z-index: 9999;
}

.newPopoverExperience__close .icon-close {
  cursor: pointer;
}

.newPopoverExperience__selected {
  width: 60px;
  height: 60px;
  position: absolute;
}

.newPopoverExperience__title {
  display: none;
}

@media only screen and (min-width: 768px) {
  .newPopoverExperience__title {
    display: block;
    font-size: 14px;
    font-size: .93333rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #262626;
    letter-spacing: 0.03em;
  }
}

.newPopoverExperience__description {
  font-weight: 400;
  font-size: 12px;
  font-size: .8rem;
  color: #262626;
  line-height: 1.2;
  margin: 0;
  padding: 8px 8px 16px;
}

.newPopoverExperience__close,
.newPopoverExperience__textCover {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.newPopoverExperience__Active .newPopoverExperience {
  padding: 12px;
  min-width: 200px;
}

.newPopoverExperience__Active .newPopoverExperience__textCover {
  max-height: 200px;
}

.newPopoverExperience__Active .newPopoverExperience__close {
  max-height: 20px;
}

.boxTwoInner__first {
  height: 230px;
}

.boxTwoInner__second {
  height: 86px;
}

.DiscoveryExperiencePanel__seeAll {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .DiscoveryExperiencePanel__seeAll {
    top: -20px;
  }
}

.DiscoveryExperiencePanel__seeAllLink {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
  cursor: pointer;
}

.ContractBox {
  position: relative;
  padding: 0;
}

.ContractBox .panel {
  padding: 0;
}

.ContractBox__inModal .ContractBox__listCover {
  padding: 0;
}

.ContractBox__inModal .splitOffers__listItem:first-child {
  margin-top: 0;
}

.ContractBox__inModal .DocumentPreviewMode__scroll {
  padding: 0;
}

.ContractBox__disclaimer {
  background-color: #f5f5f5;
  padding: 16px;
  margin-top: 12px;
  border-radius: 4px;
  background-color: #f4f4f4;
}

@media only screen and (min-width: 768px) {
  .ContractBox__disclaimer {
    margin-top: 40px;
    padding: 24px;
  }
}

.ContractBox__disclaimerLeft,
.ContractBox__disclaimerRight {
  width: 100%;
  display: block;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .ContractBox__disclaimerLeft,
  .ContractBox__disclaimerRight {
    width: 80%;
    display: inline-block;
  }
}

.ContractBox__disclaimerButtonCover {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .ContractBox__disclaimerButtonCover {
    display: inline-block;
    width: 20%;
  }
}

.ContractBox__disclaimerButton {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #262626;
  padding: 0;
}

.ContractBox__disclaimerRight {
  width: 100%;
  text-align: right;
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.33;
  color: #262626;
  margin-top: 6px;
}

@media only screen and (min-width: 768px) {
  .ContractBox__disclaimerRight {
    width: 20%;
    display: inline-block;
    margin-top: 0;
  }
}

.ContractBox__body {
  margin-top: 30px;
}

.ContractBox__body--withBottomMargin {
  margin-bottom: 30px;
}

.ContractBox__listCover {
  padding: 12px;
}

.ContractBox__listCover .splitOffers__listTitle {
  border-bottom: none;
}

.ContractBox__listCover--controlled {
  float: left;
  width: 33%;
}

.ContractBox__documentCover {
  position: relative;
}

.ContractBox__downloadButton {
  position: absolute;
  right: 24px;
  bottom: 28px;
  z-index: 99;
}

.ContractBox__downloadButton .btn-circle:hover,
.ContractBox__downloadButton .btn-circle:active {
  text-decoration: none;
}

.DocumentPreviewMode__scroll {
  overflow-y: scroll;
  height: 460px;
  padding-right: 32px;
}

.DocumentPreviewMode__scroll.isPreview {
  background-image: url("../graphics/docPreview.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.splitOffers__textImage {
  width: 72px;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .splitOffers__textImage {
    width: 72px;
    display: inline-block;
  }
}

.splitOffers__textImage+.splitOffers__text {
  padding-left: 0;
  width: 100%;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.5;
  color: #262626;
  display: block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .splitOffers__textImage+.splitOffers__text {
    padding-left: 72px;
    width: -webkit-calc(100% - 144px);
    width: calc(100% - 144px);
    display: inline-block;
    margin-top: 0;
  }
}

.ContractBox__confirm span {
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
}

.splitOffers__listItem {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.2;
  position: relative;
  color: #262626;
}

.splitOffers__listItem:first-child {
  margin-top: 16px;
}

.splitOffers__listItem.active {
  background-color: #f4f4f4;
  border-radius: 4px;
  font-weight: bold;
}

.splitOffers__listItem.active .splitOffers__listItemLink:after {
  color: #666666;
}

.contractingPanelBox {
  padding: 40px 48px;
  margin-top: 24px;
}

.contractingPanelBox__textListDocuments {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #4d4d4d;
}

.contractingPanelBox__listGroup {
  margin: 0;
  padding: 0;
}

.contractingPanelBox__listElement {
  padding: 18px 28px 18px 18px;
  border-radius: 4px;
}

.contractingPanelBox__listElement:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.contractingPanelBox__listElement.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.contractingPanelBox__listElement.certificateDocument {
  color: #30915C;
  font-weight: 500;
}

.contractingPanelBox__icon {
  font-size: 8px;
  float: right;
  margin-top: 7px;
}

.contractingPanelBox__icon.success {
  font-size: 16px;
  float: right;
  margin-top: 4px;
}

.contractingPanelBox__contentDocumentBox {
  background-color: #fff;
  border: solid 1px #e6e6e6;
  padding: 0px 25px;
  max-height: 474px;
  min-height: 474px;
  overflow-y: scroll;
}

.contentDocumentBox__scrollDownText {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: 0.2px;
  color: #4d4d4d;
}

.contentDocumentBox__footer {
  border-radius: 0px 0px 4px 4px;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  padding: 16px;
  text-align: center;
}

.contentDocumentBox__footer .accepted {
  text-align: right;
}

.contentDocumentBox__footer .acceptedIcon {
  color: #30915C;
  margin-left: 6px;
  vertical-align: middle;
}

.contentDocumentBox__download {
  bottom: 68px;
  right: 24px;
}

.ProgressBarBalls {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

@media only screen and (min-width: 1024px) {
  .ProgressBarBalls {
    width: 32%;
  }
}

.SellPage .ProgressBarBalls .ProgressBarBalls__status,
.BuyPage .ProgressBarBalls .ProgressBarBalls__status {
  width: 20px;
}

.ProgressBarBalls__body {
  text-align: center;
  margin: 0;
  vertical-align: top;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  .ProgressBarBalls__body {
    text-align: right;
  }
}

.ProgressBarBalls__title {
  display: inline-block;
  margin-right: 11px;
  padding-top: 1px;
  font-size: 10px;
  font-size: .66667rem;
  font-weight: 700;
  vertical-align: middle;
}

.ProgressBarBalls__title:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .ProgressBarBalls__title {
    display: none;
  }
}

.ProgressBarBalls__bar {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #e6e6e6;
}

.ProgressBarBalls__bar:after {
  content: "";
  display: table;
  clear: both;
}

.ProgressBarBalls__bar.failed .ProgressBarBalls__status.active,
.ProgressBarBalls__bar.failed .ProgressBarBalls__status.current {
  background-color: #DE5B3D;
}

.ProgressBarBalls__bar.failed .ProgressBarBalls__status.active:before,
.ProgressBarBalls__bar.failed .ProgressBarBalls__status.current:before {
  background-color: #DE5B3D;
}

.ProgressBarBalls__bar.failed .ProgressBarBalls__status.current {
  background-color: #DE5B3D;
}

.ProgressBarBalls__status {
  background-color: #e6e6e6;
  width: 70px;
  height: 6px;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 0;
  margin-left: 0;
  vertical-align: top;
  position: relative;
  z-index: 9;
  font-size: 0;
  line-height: 0;
}

.ProgressBarBalls__status:first-child {
  margin-left: 0;
}

.ProgressBarBalls__status:first-child:before {
  display: none;
}

.ProgressBarBalls__status.current.active {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ProgressBarBalls__status.active,
.ProgressBarBalls__status.current {
  background-color: #3D8F62;
  vertical-align: top;
  position: relative;
  z-index: 10;
}

.rejected .ProgressBarBalls__status.active,
.rejected .ProgressBarBalls__status.current {
  background-color: #D83636;
}

.ProgressBarBalls__status.active:before,
.ProgressBarBalls__status.current:before {
  background-color: #3D8F62;
}

.ProgressBarBalls__status.failed {
  background-color: #D83636;
}

.MyPortfolioPage__infoIcon {
  position: absolute;
  right: 0;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .MyPortfolioPage__infoIcon {
    top: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .MyPortfolioPage__infoIcon {
    top: 70px;
  }
}

.myPortfolio__table {
  width: 100%;
}

.myPortfolio__table .myPortfolio__tableHead {
  border: hidden;
}

.myPortfolio__table .myPortfolio__tableHead button {
  text-transform: uppercase;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .myPortfolio__row .myPortfolio__cell:first-child {
    padding-left: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .myPortfolio__row .myPortfolio__cell:first-child {
    padding-left: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .myPortfolio__row .myPortfolio__cell:last-child {
    padding-right: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .myPortfolio__row .myPortfolio__cell:last-child {
    padding-right: 24px;
  }
}

.myPortfolio__tableHead .myPortfolio__cell {
  padding: 22px 5px 8px;
  font-size: 11px;
  font-size: .73333rem;
  line-height: 1.2;
  color: gray;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .myPortfolio__tableHead {
    display: none;
  }
}

.myPortfolio__tableBody .myPortfolio__row {
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .myPortfolio__tableBody .myPortfolio__row {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}

.myPortfolio__tableBody .myPortfolio__cell {
  padding: 22px 5px;
  font-size: 12px;
  font-size: .8rem;
  font-weight: normal;
  color: #4d4d4d;
}

@media only screen and (max-width: 767px) {
  .myPortfolio__tableBody .myPortfolio__cell {
    display: block;
    padding: 12px 16px;
    border-top: 1px solid #e6e6e6;
  }

  .myPortfolio__tableBody .myPortfolio__cell:first-child {
    border-top: 0;
  }
}

.myPortfolio__tableBody .myPortfolio__cell.item1,
.myPortfolio__tableBody .myPortfolio__cell.item4,
.myPortfolio__tableBody .myPortfolio__cell.item6 .myPortfolio__tableBody .myPortfolio__cell.item7 {
  font-weight: bold;
}

.myPortfolio__tableBody .myPortfolio__cell.item2 {
  color: gray;
}

.myPortfolio__tableBody .myPortfolio__cell.item3 {
  font-weight: 300;
  color: #262626;
}

.myPortfolio__tableBody .myPortfolio__cell.item5 {
  font-weight: bold;
  color: #30915C;
}

.myPortfolio__tableBody .myPortfolio__cell.item5.color-grey {
  color: gray;
}

.myPortfolio__rowCollapse {
  background-color: #f5f5f5;
}

.myPortfolio__rowCollapse td {
  padding: 24px 5px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .myPortfolio__rowCollapse td {
    display: block;
    padding: 8px 5px;
  }
}

.myPortfolio__rowCollapse td.myPortfolio__rowCollapse__button {
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .myPortfolio__rowCollapse td:first-child {
    padding-left: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .myPortfolio__rowCollapse td:first-child {
    padding-left: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .myPortfolio__rowCollapse td:last-child {
    padding-right: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .myPortfolio__rowCollapse td:last-child {
    padding-right: 24px;
  }
}

.myPortfolio__rowCollapse__innerCell {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.myPortfolio__rowCollapse__innerCell p {
  margin-bottom: 0;
  max-width: 150px;
}

.myPortfolio__rowCollapse__icon {
  margin-right: 8px;
}

.myPortfolio__rowCollapse__title {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  color: #4d4d4d;
  margin: 0;
}

.myPortfolio__cell.itemBtn:after {
  content: "";
  display: table;
  clear: both;
}

.myPortfolio__cell.itemBtn .dropdown {
  float: left;
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .myPortfolio__cell.itemBtn .dropdown {
    float: right;
    text-align: right;
    padding-left: 16px;
  }

  .myPortfolio__cell.itemBtn .dropdown:after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .myPortfolio__cell.itemBtn .dropdown {
    margin-right: 32px;
  }
}

.myPortfolio__cell.itemBtn .dropdown:after {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  left: 26px;
}

@media only screen and (max-width: 767px) {
  .myPortfolio__cell.itemBtn .dropdown {
    float: right;
    text-align: right;
    padding-left: 16px;
    margin-right: 0;
  }

  .myPortfolio__cell.itemBtn .dropdown:after {
    display: none;
  }
}

.myPortfolio__cell.itemBtn .dropdown li a {
  padding: 3px 16px;
}

.myPortfolio__cell.itemBtn .dropdown li a span[class^="icon-"] {
  margin: 0 8px 0 0;
  font-size: 16px;
}

.myPortfolio__cell.itemBtn .btn-arrow {
  padding-left: 0;
  float: right;
}

.myPortfolio__cell.itemBtn .btn-arrow:after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 0;
  right: 9px;
}

.myPortfolio__cell.itemBtn .btn-arrow.down:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.myPortfolio__cellMobile {
  display: block;
  font-weight: 300;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .myPortfolio__cellMobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .myPortfolio__cellMobile+span {
    display: block;
    text-align: right;
  }
}

.MyPortfolio__tabs .nav-tabs {
  background: transparent;
}

.MyPortfolio__tabs .nav-tabs>li.active>a,
.MyPortfolio__tabs .nav-tabs>li.active>a:hover,
.MyPortfolio__tabs .nav-tabs>li.active>a:focus {
  background: transparent;
}

.MyPortfolio__tabs .tab-pane {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .myPortfolio__maxLimit {
    max-width: 120px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.MyPortfolio__wrapChart {
  position: relative;
}

.MyPortfolio__backBtn {
  padding: 32px;
  position: absolute;
  color: gray;
  z-index: 1;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.06667rem;
}

.MyPortfolio__backBtn span {
  padding-right: 16px;
}

.myPortfolio__panelHeader {
  padding: 16px;
  border-bottom: 1px solid #f5f5f5;
}

@media only screen and (min-width: 768px) {
  .myPortfolio__panelHeader {
    padding: 24px;
  }
}

.myPortfolio__panelHeaderTitle {
  margin: 0;
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  font-size: 1.33333rem;
  text-transform: lowercase;
  font-weight: 300;
  color: #262626;
}

.myPortfolio__panelHeaderTitle+span[class^="icon-"] {
  color: gray;
  font-size: 16px;
  font-size: 1.06667rem;
}

.ProxyProductsOverview {
  position: relative;
}

.ProxyProductsOverview__select {
  position: absolute;
  width: 300px;
  right: 0;
  top: -16px;
}

@media only screen and (max-width: 767px) {
  .ProxyProductsOverview__select {
    position: relative;
    top: 0;
  }
}

.pieChartPercentage {
  position: absolute;
  text-align: center;
  width: auto;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.MyPortfolioChart__percentage {
  font-size: 34px;
  font-size: 2.26667rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-anchor: middle;
}

.MyPortfolioChart__percentage span {
  font-weight: 300;
}

.MyPortfolioChart__name,
.highcharts-MyPortfolioChart__name,
.highcharts-MyPortfolioChart__name text {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 400;
  text-anchor: middle;
  line-height: 1;
  color: #939393;
}

.MyPortfolioChart__name span,
.highcharts-MyPortfolioChart__name span,
.highcharts-MyPortfolioChart__name text span {
  font-weight: 300;
}

.MyPortfolio__chart {
  padding: 24px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .MyPortfolio__chart {
    padding: 72px;
  }
}

.MyPortfolio__chart .chartValue--descr {
  display: block;
}

.MyPortfolio__chart .chartValue--descr .icon-trend-up {
  color: #30915C;
  margin-right: 8px;
}

.MyPortfolio__chart .chartValue--descr .icon-trend-up+.amount-in-chart {
  color: #30915C;
}

.MyPortfolio__chart .chartValue--descr .icon-trend-up+.amount-in-chart+.label-in-chart {
  color: #30915C;
}

.MyPortfolio__chart .chartValue--descr .icon-trend-down {
  color: gray;
  margin-right: 8px;
}

.MyPortfolio__chart .amount-in-chart {
  font-size: 26px;
  font-size: 1.73333rem;
  text-align: left;
  font-weight: bold;
}

.MyPortfolio__chart .label-in-chart {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 300;
  color: #262626;
  padding-left: 4px;
}

.MyPortfolio__chart .slick-arrow {
  display: none !important;
}

.pieChart {
  max-width: 260px;
  min-height: 260px;
  margin: 0 auto;
}

.pieChart .highcharts-background {
  fill: none;
}

.pieChart__canvas {
  width: 200px;
  height: 200px;
}

.myProducts {
  display: block;
}

.myProducts .panel {
  padding-top: 0;
}

.chartValue {
  line-height: 1.2;
  margin-bottom: 24px;
}

.chartValue--light {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 400;
  color: #b3b3b3;
}

.chartValue--bold {
  font-size: 26px;
  font-size: 1.73333rem;
  color: #262626;
  font-weight: bold;
}

.chartValue--val {
  font-size: 22px;
  font-weight: 300;
  color: #262626;
}

.chartValue--val.green {
  color: #30915C;
}

.icon-up {
  vertical-align: middle;
  padding-right: 8px;
}

.icon-up.positive {
  color: #30915C;
}

.legend {
  font-size: 22px;
  font-weight: 300;
  color: #262626;
  list-style: none;
  padding-left: 0px;
}

@media only screen and (min-width: 768px) {
  .legend {
    padding-left: 30px;
  }
}

.legend li {
  list-style-type: none;
}

.investmentsList-cover {
  margin-bottom: 16px;
  border-radius: 1px;
  border: 1px solid #e6e6e6;
}

.legend__details {
  border-bottom: solid 1px #f5f5f5;
}

.legend__details .btn-default,
.legend__details .btn-default:active,
.legend__details .btn-default:focus {
  padding-bottom: 16px;
  z-index: 8;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #262626;
  font-weight: bold;
  background-color: transparent;
  border: none;
}

.legend-lightSub {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 4px 0 0;
  font-weight: 300;
  color: gray;
}

.legend-lightSub strong {
  font-weight: 500;
}

.legend__link {
  position: relative;
  width: 100%;
  line-height: 14px;
  cursor: pointer;
}

.legend__link:after {
  position: absolute;
  content: "\e61b";
  top: 32px;
  right: 0;
  font-family: 'icomoon';
  font-size: 12px;
  color: #737373;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.legend__link.disabled:after {
  display: none;
}

.legend__dot {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #262626;
  display: inline-block;
  margin-right: 8px;
}

.legend-amount {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.06667rem;
}

.legend-amount strong {
  font-size: 18px;
  font-size: 1.2rem;
}

.legend-light {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  color: #4c4c4c;
  text-align: left;
  padding-top: 16px;
  margin: 0 0 6px;
  text-transform: none;
}

.myProducts__title {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #262626;
}

.myProducts__switcher {
  margin: 0 0 8px;
}

.myProducts__switcher:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .myProducts__switcher {
    margin: 0 0 16px;
  }
}

.myProducts__switcher .switcher-menu>li {
  background-color: transparent;
}

.myProducts__switcher>ul>li a {
  margin-left: 0 !important;
}

.myProducts__switcher>ul .myProducts__tabs {
  position: relative;
  margin-left: 8px;
  padding: 0 16px;
}

.myProducts__switcher>ul .myProducts__tabs>a {
  color: #262626;
  font-size: 14px;
  font-size: .93333rem;
  display: inline-block;
}

.myProducts__switcher>ul .myProducts__tabs>a:after {
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 3px;
  right: 0;
  border-left: 1px solid #ccc;
}

.myProducts__switcher>ul .myProducts__tabs+.myProducts__tabs a:after {
  display: none;
}

.myProducts__switcher>ul .myProducts__tabs.btn.active {
  font-size: 12px;
  font-weight: 500;
}

.myProducts__switcher>ul .myProducts__tabs.btn.active a {
  text-decoration: underline;
  outline: 0;
}

.myProducts__switcher>ul .myProducts__tabs.btn.active a:after {
  display: none !important;
}

.myProducts__itemRow {
  padding: 0 24px;
}

.myPortfolioHeader-Row {
  padding-top: 24px;
  font-size: 11px;
  font-size: .73333rem;
  color: gray;
  text-transform: uppercase;
}

.myPortfolioHeader-Row .txt-green {
  color: #7f7f7f;
}

.myPortfolioItem {
  display: inline-block;
  position: relative;
  width: 12%;
}

.myPortfolioItem:first-child {
  padding-left: 24px;
}

.icon-item {
  top: 4px;
  right: 32px;
}

.myPortfolioBody-Row {
  width: 100%;
  font-size: 12px;
  font-size: .8rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.myPortfolioBody-Row:after {
  content: "";
  display: table;
  clear: both;
}

.myProducts__table {
  margin-bottom: 26px;
  border-bottom: 1px solid red;
}

.myProducts__itemRowLink {
  padding: 24px;
  width: 100%;
  display: inline-block;
}

.itemVoice--bold {
  font-size: 12px;
  font-size: .8rem;
  display: inline-block;
  font-weight: bold;
  color: #4c4c4c;
}

.itemVoice--light {
  font-size: 12px;
  font-size: .8rem;
  display: inline-block;
  font-weight: 300;
  color: #262626;
}

.itemVoice--light:after {
  content: "";
  display: table;
  clear: both;
}

.voice-name {
  width: 14%;
}

.voice-name .icon-item {
  right: 76px;
}

.voice-lastP {
  width: 12%;
}

.voice-lastP .icon-item {
  right: 76px;
}

.voice-avg {
  width: 14%;
}

.voice-cur {
  width: 8%;
}

.voice-share {
  width: 12%;
}

.voice-gray {
  color: #7f7f7f;
}

.voice-green {
  width: 14%;
  color: #30915c;
}

.voice-val {
  width: 14%;
}

.voice-val .icon-item {
  right: 26px;
}

.itemVoice--btn .btn-arrow {
  margin-left: 24px;
  border-left: 1px solid #f2f2f2;
}

.itemVoice--btn .btn-arrow:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-9px: 0;
}

.itemVoice--btn .dropdown {
  display: inline-block;
}

.itemVoice--btn .dropdown-menu {
  right: 44px;
}

.itemVoice--btn .dropdown-menu .label {
  font-size: 10px;
  font-size: .66667rem;
}

.myPortfolio__buttonThreeDots {
  margin-right: 24px;
}

.myProducts__link {
  font-size: 12px;
  font-size: .8rem;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  float: none;
  vertical-align: top;
  margin-top: 8px;
  padding-left: 4px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .myProducts__link {
    display: inline-block;
    float: right;
    padding-left: 0;
    margin-top: 6px;
  }
}

.myProducts__details {
  font-size: 12px;
  font-size: .8rem;
  position: relative;
  color: #7f7f7f;
  border-radius: 1px;
  background-color: #f2f2f2;
  min-height: 20px;
  padding: 22px;
  line-height: 1.5;
}

.myProducts__details .details-bold {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .myProducts__details .myProducts__link {
    position: absolute;
    bottom: 4px;
    right: 16px;
  }
}

.InvestmentProductsList .panel {
  padding-top: 36px;
}

.MyPortfolio__chart .highcharts-series path {
  stroke-width: 1px;
}

.MyPortfolio__chart .slider-bottom-arrow {
  margin-left: 40px;
}

.PieChartSecondLevelView__chartOf-1 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-1 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-1 .highcharts-color-1 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-1 .color-1 {
  color: #118d8a;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-1 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-1 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-1 .highcharts-color-1 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-1 .color-1 {
  color: #274c63;
}

.PieChartSecondLevelView__chartOf-2 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-2 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-2 .highcharts-color-1 {
  fill: #49bfbc;
  background-color: #49bfbc;
  stroke: #49bfbc;
}

.PieChartSecondLevelView__chartOf-2 .color-1 {
  color: #49bfbc;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-2 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-2 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-2 .highcharts-color-1 {
  fill: #4b7b99;
  background-color: #4b7b99;
  stroke: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-2 .color-1 {
  color: #4b7b99;
}

.PieChartSecondLevelView__chartOf-3 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-3 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-3 .highcharts-color-1 {
  fill: #27b3ae;
  background-color: #27b3ae;
  stroke: #27b3ae;
}

.PieChartSecondLevelView__chartOf-3 .color-1 {
  color: #27b3ae;
}

.PieChartSecondLevelView__chartOf-3 .highcharts-color-2 {
  fill: #67c5c2;
  background-color: #67c5c2;
  stroke: #67c5c2;
}

.PieChartSecondLevelView__chartOf-3 .color-2 {
  color: #67c5c2;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-3 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-3 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-3 .highcharts-color-1 {
  fill: #40718f;
  background-color: #40718f;
  stroke: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-3 .color-1 {
  color: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-3 .highcharts-color-2 {
  fill: #578bab;
  background-color: #578bab;
  stroke: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-3 .color-2 {
  color: #578bab;
}

.PieChartSecondLevelView__chartOf-4 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-4 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-4 .highcharts-color-1 {
  fill: #27b3ae;
  background-color: #27b3ae;
  stroke: #27b3ae;
}

.PieChartSecondLevelView__chartOf-4 .color-1 {
  color: #27b3ae;
}

.PieChartSecondLevelView__chartOf-4 .highcharts-color-2 {
  fill: #67c5c2;
  background-color: #67c5c2;
  stroke: #67c5c2;
}

.PieChartSecondLevelView__chartOf-4 .color-2 {
  color: #67c5c2;
}

.PieChartSecondLevelView__chartOf-4 .highcharts-color-3 {
  fill: #b5e6e4;
  background-color: #b5e6e4;
  stroke: #b5e6e4;
}

.PieChartSecondLevelView__chartOf-4 .color-3 {
  color: #b5e6e4;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .highcharts-color-1 {
  fill: #40718f;
  background-color: #40718f;
  stroke: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .color-1 {
  color: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .highcharts-color-2 {
  fill: #578bab;
  background-color: #578bab;
  stroke: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .color-2 {
  color: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .highcharts-color-3 {
  fill: #bad4e6;
  background-color: #bad4e6;
  stroke: #bad4e6;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-4 .color-3 {
  color: #bad4e6;
}

.PieChartSecondLevelView__chartOf-5 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-5 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-5 .highcharts-color-1 {
  fill: #26a6a3;
  background-color: #26a6a3;
  stroke: #26a6a3;
}

.PieChartSecondLevelView__chartOf-5 .color-1 {
  color: #26a6a3;
}

.PieChartSecondLevelView__chartOf-5 .highcharts-color-2 {
  fill: #27b3ae;
  background-color: #27b3ae;
  stroke: #27b3ae;
}

.PieChartSecondLevelView__chartOf-5 .color-2 {
  color: #27b3ae;
}

.PieChartSecondLevelView__chartOf-5 .highcharts-color-3 {
  fill: #67c5c2;
  background-color: #67c5c2;
  stroke: #67c5c2;
}

.PieChartSecondLevelView__chartOf-5 .color-3 {
  color: #67c5c2;
}

.PieChartSecondLevelView__chartOf-5 .highcharts-color-4 {
  fill: #b5e6e4;
  background-color: #b5e6e4;
  stroke: #b5e6e4;
}

.PieChartSecondLevelView__chartOf-5 .color-4 {
  color: #b5e6e4;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .highcharts-color-1 {
  fill: #335c75;
  background-color: #335c75;
  stroke: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .color-1 {
  color: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .highcharts-color-2 {
  fill: #40718f;
  background-color: #40718f;
  stroke: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .color-2 {
  color: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .highcharts-color-3 {
  fill: #578bab;
  background-color: #578bab;
  stroke: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .color-3 {
  color: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .highcharts-color-4 {
  fill: #bad4e6;
  background-color: #bad4e6;
  stroke: #bad4e6;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-5 .color-4 {
  color: #bad4e6;
}

.PieChartSecondLevelView__chartOf-6 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-6 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-6 .highcharts-color-1 {
  fill: #26a6a3;
  background-color: #26a6a3;
  stroke: #26a6a3;
}

.PieChartSecondLevelView__chartOf-6 .color-1 {
  color: #26a6a3;
}

.PieChartSecondLevelView__chartOf-6 .highcharts-color-2 {
  fill: #27b3ae;
  background-color: #27b3ae;
  stroke: #27b3ae;
}

.PieChartSecondLevelView__chartOf-6 .color-2 {
  color: #27b3ae;
}

.PieChartSecondLevelView__chartOf-6 .highcharts-color-3 {
  fill: #49bfbc;
  background-color: #49bfbc;
  stroke: #49bfbc;
}

.PieChartSecondLevelView__chartOf-6 .color-3 {
  color: #49bfbc;
}

.PieChartSecondLevelView__chartOf-6 .highcharts-color-4 {
  fill: #67c5c2;
  background-color: #67c5c2;
  stroke: #67c5c2;
}

.PieChartSecondLevelView__chartOf-6 .color-4 {
  color: #67c5c2;
}

.PieChartSecondLevelView__chartOf-6 .highcharts-color-5 {
  fill: #b5e6e4;
  background-color: #b5e6e4;
  stroke: #b5e6e4;
}

.PieChartSecondLevelView__chartOf-6 .color-5 {
  color: #b5e6e4;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .highcharts-color-1 {
  fill: #335c75;
  background-color: #335c75;
  stroke: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .color-1 {
  color: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .highcharts-color-2 {
  fill: #40718f;
  background-color: #40718f;
  stroke: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .color-2 {
  color: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .highcharts-color-3 {
  fill: #4b7b99;
  background-color: #4b7b99;
  stroke: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .color-3 {
  color: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .highcharts-color-4 {
  fill: #578bab;
  background-color: #578bab;
  stroke: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .color-4 {
  color: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .highcharts-color-5 {
  fill: #bad4e6;
  background-color: #bad4e6;
  stroke: #bad4e6;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-6 .color-5 {
  color: #bad4e6;
}

.PieChartSecondLevelView__chartOf-7 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-7 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-7 .highcharts-color-1 {
  fill: #26a6a3;
  background-color: #26a6a3;
  stroke: #26a6a3;
}

.PieChartSecondLevelView__chartOf-7 .color-1 {
  color: #26a6a3;
}

.PieChartSecondLevelView__chartOf-7 .highcharts-color-2 {
  fill: #27b3ae;
  background-color: #27b3ae;
  stroke: #27b3ae;
}

.PieChartSecondLevelView__chartOf-7 .color-2 {
  color: #27b3ae;
}

.PieChartSecondLevelView__chartOf-7 .highcharts-color-3 {
  fill: #49bfbc;
  background-color: #49bfbc;
  stroke: #49bfbc;
}

.PieChartSecondLevelView__chartOf-7 .color-3 {
  color: #49bfbc;
}

.PieChartSecondLevelView__chartOf-7 .highcharts-color-4 {
  fill: #67c5c2;
  background-color: #67c5c2;
  stroke: #67c5c2;
}

.PieChartSecondLevelView__chartOf-7 .color-4 {
  color: #67c5c2;
}

.PieChartSecondLevelView__chartOf-7 .highcharts-color-5 {
  fill: #9cd9d7;
  background-color: #9cd9d7;
  stroke: #9cd9d7;
}

.PieChartSecondLevelView__chartOf-7 .color-5 {
  color: #9cd9d7;
}

.PieChartSecondLevelView__chartOf-7 .highcharts-color-6 {
  fill: #b5e6e4;
  background-color: #b5e6e4;
  stroke: #b5e6e4;
}

.PieChartSecondLevelView__chartOf-7 .color-6 {
  color: #b5e6e4;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .highcharts-color-1 {
  fill: #335c75;
  background-color: #335c75;
  stroke: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .color-1 {
  color: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .highcharts-color-2 {
  fill: #40718f;
  background-color: #40718f;
  stroke: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .color-2 {
  color: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .highcharts-color-3 {
  fill: #4b7b99;
  background-color: #4b7b99;
  stroke: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .color-3 {
  color: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .highcharts-color-4 {
  fill: #578bab;
  background-color: #578bab;
  stroke: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .color-4 {
  color: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .highcharts-color-5 {
  fill: #87b2cc;
  background-color: #87b2cc;
  stroke: #87b2cc;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .color-5 {
  color: #87b2cc;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .highcharts-color-6 {
  fill: #bad4e6;
  background-color: #bad4e6;
  stroke: #bad4e6;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-7 .color-6 {
  color: #bad4e6;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-0 {
  fill: #118d8a;
  background-color: #118d8a;
  stroke: #118d8a;
}

.PieChartSecondLevelView__chartOf-8 .color-0 {
  color: #118d8a;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-1 {
  fill: #26a6a3;
  background-color: #26a6a3;
  stroke: #26a6a3;
}

.PieChartSecondLevelView__chartOf-8 .color-1 {
  color: #26a6a3;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-2 {
  fill: #27b3ae;
  background-color: #27b3ae;
  stroke: #27b3ae;
}

.PieChartSecondLevelView__chartOf-8 .color-2 {
  color: #27b3ae;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-3 {
  fill: #49bfbc;
  background-color: #49bfbc;
  stroke: #49bfbc;
}

.PieChartSecondLevelView__chartOf-8 .color-3 {
  color: #49bfbc;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-4 {
  fill: #67c5c2;
  background-color: #67c5c2;
  stroke: #67c5c2;
}

.PieChartSecondLevelView__chartOf-8 .color-4 {
  color: #67c5c2;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-5 {
  fill: #9cd9d7;
  background-color: #9cd9d7;
  stroke: #9cd9d7;
}

.PieChartSecondLevelView__chartOf-8 .color-5 {
  color: #9cd9d7;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-6 {
  fill: #b5e6e4;
  background-color: #b5e6e4;
  stroke: #b5e6e4;
}

.PieChartSecondLevelView__chartOf-8 .color-6 {
  color: #b5e6e4;
}

.PieChartSecondLevelView__chartOf-8 .highcharts-color-7 {
  fill: #49bfbc;
  background-color: #49bfbc;
  stroke: #49bfbc;
}

.PieChartSecondLevelView__chartOf-8 .color-7 {
  color: #49bfbc;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-0 {
  fill: #274c63;
  background-color: #274c63;
  stroke: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-0 {
  color: #274c63;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-1 {
  fill: #335c75;
  background-color: #335c75;
  stroke: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-1 {
  color: #335c75;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-2 {
  fill: #40718f;
  background-color: #40718f;
  stroke: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-2 {
  color: #40718f;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-3 {
  fill: #4b7b99;
  background-color: #4b7b99;
  stroke: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-3 {
  color: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-4 {
  fill: #578bab;
  background-color: #578bab;
  stroke: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-4 {
  color: #578bab;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-5 {
  fill: #87b2cc;
  background-color: #87b2cc;
  stroke: #87b2cc;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-5 {
  color: #87b2cc;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-6 {
  fill: #bad4e6;
  background-color: #bad4e6;
  stroke: #bad4e6;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-6 {
  color: #bad4e6;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .highcharts-color-7 {
  fill: #4b7b99;
  background-color: #4b7b99;
  stroke: #4b7b99;
}

.InvestmentsByCurrencyTab .PieChartSecondLevelView__chartOf-8 .color-7 {
  color: #4b7b99;
}

.chartPercentage {
  width: 128px;
  height: 128px;
  background-color: #118d8a;
  border-radius: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 24px;
}

.chartPercentage--data {
  text-align: center;
  color: #fff;
  display: table-cell;
}
/*# sourceMappingURL=digical-blessed3.css.map */
