.wp-block-lazyblock-single-document {
  border-bottom: solid 2px rgba(3, 0, 47, 0.2) !important;
}
@media only screen and (max-width: 575px) {
  .wp-block-lazyblock-single-document {
    border-bottom: none !important;
  }
}

.doc-single__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
@media only screen and (max-width: 767px) {
  .doc-single__list {
    margin-bottom: 0;
  }
}
.doc-single__item {
  width: 50%;
  padding: 12px 10px;
}
@media only screen and (max-width: 575px) {
  .doc-single__item {
    width: calc(100% - 20px);
    padding: 24px 0;
    margin: 0 auto;
    border-bottom: solid 2px rgba(3, 0, 47, 0.2) !important;
  }
}
.doc-single__item h3 {
  margin: 0 0 16px;
  padding: 10px 0 0 0;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 110% !important;
  letter-spacing: 0.01em !important;
  color: var(--color-black) !important;
}
@media only screen and (max-width: 767px) {
  .doc-single__item h3 {
    padding: 0;
    font-size: 18px !important;
    letter-spacing: 0.01em !important;
  }
}

.document__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.document__item {
  width: 50%;
  padding: 12px 10px;
}
@media only screen and (max-width: 575px) {
  .document__item {
    width: 100%;
  }
}
.document__item--full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .document__item--full {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
.document__item.three-column {
  width: 33.333%;
}
@media only screen and (max-width: 767px) {
  .document__item.three-column {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .document__item.three-column {
    width: 100%;
  }
}
.document__card {
  background-color: var(--color-sky-blue-dark);
  padding: 16px 50px 16px 16px;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.document__card__date {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 117%;
  color: #797E88;
}
.document__card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  /*word-break: break-all;*/
}
@media only screen and (max-width: 575px) {
  .document__card__title {
    font-size: 14px;
  }
}
.document__card__download {
  display: block;
  background-image: url(../../images/icons/icon-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.document__card__download--article {
  background-image: url(../../images/icons/icon-link.svg);
  width: 20px;
  height: 20px;
}

.ma__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .ma__filter {
    padding: 0;
  }
}
.ma__filter__wrapper {
  position: relative;
  margin-right: 8px;
}
.ma__filter__wrapper .custom-select2 .select2-container {
  width: 110px !important;
}
.ma__filter__wrapper.custom-select2 .select2-container .select2-selection {
  border-bottom: 1.5px solid rgba(3, 0, 47, 0.3) !important;
}
.ma__filter__calendar {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .c-tab--media.c-tab .has-layout-vertical-left.mobile-horizontal .wp-block-getwid-tabs__nav-links {
    padding-left: 24px;
  }
}
.wp-block-lazyblock-media-archive .cards {
  width: 100%;
  min-height: 250px;
}
@media only screen and (max-width: 767px) {
  .wp-block-lazyblock-media-archive .cards {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-lazyblock-media-archive .document__list {
    margin: 0 2px 20px;
  }
}

.nopostfound {
  text-align: center;
  font-weight: 700;
  padding: 30px;
  background: #F2FAFF;
  width: 100%;
  margin: 10px 10px 0;
}

.wp-block-lazyblock-offer-documents-listing .nopostfound {
  margin: 20px 0 0;
}

/**/
.wp-block-lazyblock-investor-charter-listing .document__list {
  margin-bottom: 0;
  padding-bottom: 28px;
}
@media only screen and (min-width: 576px) {
  .wp-block-lazyblock-investor-charter-listing .document__card {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

/**/
.document__card.dcb {
  background: #101E61;
  padding: 22px 16px 18px;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .document__card.dcb {
    padding: 25px 16px;
  }
}
.document__card.dcb .dcb__link {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-image: url(../../images/icons/chevron-left.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  width: 34px;
  height: 100%;
  margin-left: 1px;
  z-index: 1;
}
.document__card.dcb .irc__card__title {
  display: flex;
  color: #FFF;
  font-weight: 400;
  margin: 0;
  max-width: 300px;
  word-break: initial;
}
@media (max-width: 767px) {
  .document__card.dcb .irc__card__title {
    max-width: 100%;
    justify-content: space-between;
    padding-right: 17px;
  }
}
.document__card.dcb .irc__card__download {
  margin-right: 0;
}
.document__card.dcb .irc__card__download::after {
  width: 20px;
  height: 20px;
}
.document__card.dcb .year-data {
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.52px;
  opacity: 0.3000000119;
  color: #101E61;
  position: absolute;
  right: 0;
  bottom: -24px;
  text-shadow: 0px 0 #fff, 0px 0 #fff, 0 1px #fff, 0 0px #fff, 0px 0px #fff, 0px 0px #fff, 0px -1px #fff, 0px 0px #fff;
}
@media (max-width: 767px) {
  .document__card.dcb .year-data {
    font-size: 40px;
    right: -2px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  #fbid-annual-reports-for-the-year .append_list {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .table__style.table__style-mobile-bb tbody tr:last-child {
    border-bottom: solid 1px #dee2e6 !important;
  }
}

/**/
.document__list.ma__list .document__card {
  height: initial;
}/*# sourceMappingURL=document.css.map */