/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-pesion-products {
  padding: 40px 0 calc(50rem / 14);
}

.e-pesion-products-header {
  position: relative;
  margin-bottom: calc(20rem / 14);
  padding: calc(15rem / 14) 0;
  border-bottom: 1px solid #caddef;
}
.e-pesion-products-header .e-pesion-products-header__content {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 28px;
}
.e-pesion-products-header .e-pesion-products-header__content::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffc819;
  content: "";
}

.e-pesion-products-header .e-pesion-products-header__suffix {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #7a7a7a;
  font-size: 14px;
}

.e-pp-form .e-pp-form__search {
  height: 42px;
}
.e-pp-form .e-pp-form__search::before,
.e-pp-form .e-pp-form__search::after {
  display: table;
  content: "";
}

.e-pp-form .e-pp-form__search::after {
  clear: both;
}

.e-pp-form .e-pp-form__search > input {
  float: left;
  width: 320px;
  height: 42px;
  padding: 0 10px 0 22px;
  color: #333333;
  font-size: 14px;
  border: 1px solid #dcdfe6;
  border-right: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.e-pp-form .e-pp-form__search > input:hover{
  border-color: #296CA6;
}
 .e-pp-form .e-pp-form__search > input:active {
  border-color: #005096;
}
.e-pp-form .e-pp-form__search > input::placeholder {
  color: #7a7a7a;
}
.e-pp-form .e-pp-form__search > button {
  float: left;
  padding: 0 15px;
  height: 42px;
}
.e-pp-form .e-pp-form__search > button:hover, .e-pp-form .e-pp-form__search > button:active {
  background: #005096;
  opacity: 0.9;
}
.e-pp-form .e-pp-form__search > button:focus {
  background: #005096;
  opacity: 0.8;
}

.e-pp-form-item {
  padding: calc(10rem / 14) 0;
  min-height: calc(40rem / 14);
}
.e-pp-form-item::before,
.e-pp-form-item::after {
  display: table;
  content: "";
}

.e-pp-form-item::after {
  clear: both;
}

.e-pp-form-item .e-pp-form-item__label {
  padding-top: 10px;
  width: 100px;
  text-align: right;
  float: left;
}
.e-pp-form-item .e-pp-form-item__label > label {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.e-pp-form-item .e-pp-form-item__content {
  float: left;
  max-width: calc(100% - 110px);
  margin-left: 10px;
  position: relative;
}

#yearButtons.e-pp-toggleButtons {
  position: relative;
  margin-top: -6px;
  margin-left: -6px;
  margin-bottom: -6px;
}
.e-pp-toggleButtons .e-pp-toggleButton {
  display: inline-block;
  width: 110px;
  height: 40px;
  margin: 6px;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #f8fafd;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.e-pp-toggleButtons .e-pp-toggleButton.is-active {
  color: #ffffff;
  background: #005096;
}

.e-pp-toggleLinks {
  position: relative;
  margin-top: -6px;
  margin-bottom: -6px;
}
.e-pp-toggleLinks .e-pp-toggleLink {
  display: inline-block;
  height: 40px;
  margin: 6px 50px 6px;
  margin-left: 0;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.e-pp-toggleLinks .e-pp-toggleLink:hover {
  color: #005096;
}
.e-pp-toggleLinks .e-pp-toggleLink.is-active {
  color: #005096;
  font-weight: bold;
}

.e-pp-pagination {
  margin-top: 30px;
  text-align: right;
}
.e-pp-pagination .e-pagination-size-options {
  float: left;
}
.sx-fundManger-box {
  margin: 14px 0 0 0px;
  display: none;
}
