.about-description {
  color: #4a4a4a;
  font-family: Ubuntu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}
.about-description p:first-child {
  margin-top: 0px;
}
.about-description p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .about-description {
    margin-top: 16px;
  }
}.about-key-features {
  margin-top: 30px;
}
.about-key-features-row {
  padding-top: 24px;
  padding-bottom: 24px;
}
.about-key-features-col-content {
  margin-top: 26px;
}
.about-key-features-col-image {
  display: flex;
  justify-content: center;
  margin-right: 0px;
}
.about-key-features-col-image img {
  width: 222px;
}
.about-key-features-content-title {
  color: #4a4a4a;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
.about-key-features-content ul {
  padding: unset;
  margin: unset;
}
.about-key-features-content li {
  color: #4a4a4a;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.about-key-features-content li:not(:last-child) {
  padding-bottom: 17px;
}
@media (min-width: 1200px) {
  .about-key-features {
    margin-top: 60px;
  }
  .about-key-features-row {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .about-key-features-col-content {
    margin-top: 0px;
  }
  .about-key-features-col-image {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
  }
  .about-key-features-col-image img {
    width: unset;
  }
}.feature-card {
  background: #f4f7fb !important;
  border: none;
}
@media (min-width: 1200px) {
  .feature-card {
    border: 1px solid #d9e0ec;
    border-radius: 8px;
  }
}

.container-fluid {
  background: #f4f7fb;
  border-top: 1px solid #d9e0ec;
  border-bottom: 1px solid #d9e0ec;
}
@media (min-width: 1200px) {
  .container-fluid {
    background: transparent;
    border: none;
  }
}.capital-table {
  width: 100%;
  margin-top: 16px;
}
.capital-table .table-head {
  height: unset;
}
.capital-table .table-head th:first-child .table-head-cell-wrapper {
  border-right: unset;
}
@media (min-width: 1200px) {
  .capital-table .table-head {
    height: 60px;
  }
}
.capital-table .table-body td:first-child .table-body-cell-wrapper {
  border-right: unset;
  color: #004587;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.capital-table .table-body td .table-body-cell-wrapper {
  color: #004587;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.capital-table .table-summary td:first-child {
  height: unset;
}
.capital-table .table-summary td:first-child .table-summary-cell-wrapper {
  border-right: unset;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.capital-table .table-summary td {
  height: unset;
}
.capital-table .table-summary td .table-summary-cell-wrapper {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.capital-table .table table {
  table-layout: auto;
}
@media (min-width: 1200px) {
  .capital-table {
    margin-top: 24px;
  }
  .capital-table .table table {
    table-layout: fixed;
  }
  .capital-table .table-body td:first-child .table-body-cell-wrapper {
    border-right: unset;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .capital-table .table-body td .table-body-cell-wrapper {
    color: #004587;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
  }
  .capital-table .table-summary td:first-child {
    height: 60px;
  }
  .capital-table .table-summary td:first-child .table-summary-cell-wrapper {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }
  .capital-table .table-summary td {
    height: 60px;
  }
  .capital-table .table-summary td .table-summary-cell-wrapper {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }
}.desktop-key-figures-table {
  margin-top: 24px;
  margin-bottom: 71px;
}
.desktop-key-figures-table table {
  border-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  box-shadow: 0px 15px 30px 0px rgba(0, 69, 135, 0.12);
}
.desktop-key-figures-table-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: auto;
  box-shadow: unset;
}
.desktop-key-figures-table-wrapper td {
  padding: 0;
}
.desktop-key-figures-table-header {
  height: unset;
}
@media (min-width: 1200px) {
  .desktop-key-figures-table-header {
    height: 60px;
  }
}
.desktop-key-figures-table-header th:first-child {
  border-radius: 4px 0px 0px 0px;
}
.desktop-key-figures-table-header th:last-child {
  border-radius: 0px 4px 0px 0px;
}
.desktop-key-figures-table-header th {
  padding: 19px 0px 20px 0px;
  background: #3c86c8;
  color: #ffffff;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.desktop-key-figures-table-body tr {
  height: 60px;
}
.desktop-key-figures-table-body tr td:first-child {
  border-left: 1px solid #d9e0ec;
}
.desktop-key-figures-table-body tr td:last-child {
  border-right: 1px solid #d9e0ec;
}
.desktop-key-figures-table-body tr td {
  border-top: 1px solid #d9e0ec;
  border-bottom: 1px solid #d9e0ec;
}
.desktop-key-figures-table-body td {
  color: #004587;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.desktop-key-figures-table-body-subheader td {
  background: #f4f7fb;
  color: #4a4a4a;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.desktop-key-figures-table-body-subheader-cell {
  padding: 0px 24px;
}
.desktop-key-figures-table-body-summary td {
  background: #577fa6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.desktop-key-figures-table-body-summary-cell {
  padding: 0px 24px;
}
.desktop-key-figures-table tr:first-child td:first-child .desktop-key-figures-table-body:first-child td {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.desktop-key-figures-table tr:first-child td:first-child .desktop-key-figures-table-body:first-child .desktop-key-figures-table-body-summary-cell:first-child {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}.mobile-key-figures-table {
  font-family: Ubuntu;
}
.mobile-key-figures-table-wrapper {
  margin-top: 16px;
  margin-bottom: 24px;
}
.mobile-key-figures-table-name {
  padding: 10px 0px;
  background: #3c86c8;
  color: #fff;
  text-align: center;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0px 0px;
}
.mobile-key-figures-table-body {
  width: 100%;
}
.mobile-key-figures-table-body tr td {
  border-top: 1px solid #d9e0ec;
  border-bottom: 1px solid #d9e0ec;
}
.mobile-key-figures-table-body tr td:first-child {
  border-left: 1px solid #d9e0ec;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.mobile-key-figures-table-body tr td:last-child {
  border-right: 1px solid #d9e0ec;
}
.mobile-key-figures-table-body td {
  color: #004587;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 13px 0px;
}
.mobile-key-figures-table-body td:first-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.mobile-key-figures-table-body-header {
  background: #f4f7fb;
}
.mobile-key-figures-table-body-header td {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 13px 0px;
}
.mobile-key-figures-table-body td:not(:last-child) .mobile-key-figures-table-body-col {
  border-right: 1px solid #d9e0ec;
}
.mobile-key-figures-table-body td:first-child {
  width: 45%;
}
.mobile-key-figures-table-body td:first-child .mobile-key-figures-table-body-col {
  border-right: unset;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.mobile-key-figures-table-body-col {
  padding: 0px 16px;
}
.mobile-key-figures-table-sum td {
  color: #ffffff;
  background: #577fa6;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 13px 0px;
}
.mobile-key-figures-table-sum td:first-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.mobile-key-figures-table-sum-col {
  padding: 0px 16px;
}.about-description {
  color: #4a4a4a;
  font-family: Ubuntu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}
.about-description p:first-child {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .about-description {
    margin-top: 16px;
  }
}

.capital .aboutus-common-title {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .capital .aboutus-common-title {
    margin-top: 60px;
  }
}

.key-figures .aboutus-common-title {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .key-figures .aboutus-common-title {
    margin-top: 60px;
  }
}