.pg-ff-larsseit-bold {
  font-family: 'Larsseit-Bold';
}
.pg-ff-larsseit-regular {
  font-family: 'Larsseit-Regular';
}
.pg-ff-larsseit-light {
  font-family: 'Larsseit-Light';
}
.pg-ff-larsseit-thin {
  font-family: 'Larsseit-Thin';
}
.pg-ff-larsseit {
  font-family: 'Larsseit-Regular';
}
/* TO DO REMOVE */
/* / TO DO REMOVE */
.pg-text-section {
  font-family: 'Larsseit-Thin';
  font-size: 18px;
  line-height: 30px;
  color: #78878f;
  background-color: white;
  padding: 0 40px;
}
.pg-text-section .pg-section-header {
  margin-top: 260px;
  margin-bottom: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e8eef2;
}

.pg-text-section .pg-section-body b {
  font-weight: bold;
}

.pg-text-section .pg-section-body p {
  font-family: 'Larsseit-Thin';
  font-size: 18px;
  line-height: 30px;
  color: #78878f;
  margin-bottom: 15px;
}
.pg-text-section .pg-section-body ul {
  list-style: none;
  padding-left: 0;
}
.pg-text-section .pg-section-body ul li {
  margin-bottom: 15px;
}
.pg-text-section .pg-section-body ul ul {
  padding-left: 50px;
  margin-top: 10px;
}
.pg-text-section .pg-section-body article {
  margin-bottom: 70px;
}
.pg-text-section .pg-section-body header {
  margin-bottom: 25px;
}
.pg-text-section .pg-section-body header h3 {
  font-family: 'Larsseit-Thin';
  color: #484c55;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}
.pg-text-section .pg-section-body section {
  padding-left: 50px;
}
.pg-text-section .pg-text-table {
  margin-top: 24px;
}
.pg-text-section .pg-text-table thead {
  border-bottom: none;
}
.pg-text-section .pg-text-table thead tr th {
  font-family: 'Larsseit-Regular';
  background-color: #e8eef2;
  color: #78878f;
  vertical-align: middle;
  border-bottom: none;
  font-size: 14px;
  line-height: 20px;
  border-right: 1px solid #fff;
}
.pg-text-section .pg-text-table tbody {
  border-top: none;
}
.pg-text-section .pg-text-table tbody td {
  font-family: 'Larsseit-Thin';
  color: #78878f;
  font-size: 14px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pg-text-section .pg-text-table tbody td p {
  font-family: 'Larsseit-Thin';
  color: #78878f;
  font-size: 14px;
  line-height: 22px;
}
.pg-text-section .table > thead > tr > th,
.pg-text-section .table > tbody > tr > th,
.pg-text-section .table > tfoot > tr > th,
.pg-text-section .table > thead > tr > td,
.pg-text-section .table > tbody > tr > td,
.pg-text-section .table > tfoot > tr > td {
  border-top: none;
}
.pg-text-section .pg-text-logos div {
  text-align: center;
}
.pg-text-section .pg-text-logos div:first-child {
  text-align: left;
}
.pg-text-section .pg-text-logos div:last-child {
  text-align: right;
}
.pg-text-section.is-funds {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {

  .pg-text-section .pg-text-logos div {
    margin-bottom: 20px;
  }
  .pg-text-section .pg-text-logos div:first-child {
    text-align: center;
  }
  .pg-text-section .pg-text-logos div:last-child {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .pg-text-section .pg-section-header {
    margin-top: 130px;
    margin-bottom: 50px;
    padding-bottom: 45px;
  }
  .pg-text-section .pg-section-body article {
    margin-bottom: 35px;
  }
  .pg-text-section .pg-section-body section {
    padding-left: 20px;
  }
  .pg-text-section .pg-section-body ul ul {
    padding-left: 20px;
  }
  .pg-text-section .pg-text-logos div {
    margin-bottom: 20px;
  }
  .pg-text-section .pg-text-logos div:first-child {
    text-align: center;
  }
  .pg-text-section .pg-text-logos div:last-child {
    text-align: center;
  }
}
