.latest-document {
  display: flex;
  background: rgba(8, 41, 69, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -5px 5px 15px 0 rgba(0, 0, 0, 0.05);
  align-items: stretch;
}
.latest-document + .latest-document {
  margin-top: 3rem;
}
@media (max-width: 650px) {
  .latest-document {
    flex-wrap: wrap;
  }
}
.latest-document .cover-wrap {
  max-width: 40%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 40%;
  height: auto;
}
@media (max-width: 650px) {
  .latest-document .cover-wrap {
    max-width: 100%;
    height: 250px;
    flex: 100%;
  }
}
.latest-document .doc-wrap {
  padding: 4rem 2rem;
}
.latest-document .doc-wrap .heading {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem;
}
.latest-document .doc-wrap .heading::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: rgba(5, 74, 140, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.latest-document .doc-wrap .heading h4 {
  font-weight: 600;
}
.latest-document .doc-wrap .heading p {
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  margin: 0;
}
.latest-document .doc-wrap .document-details p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0 !important;
}
.latest-document .doc-wrap .document-details a {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.08px;
}
.latest-document .doc-wrap .document-details a::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23197ED3' fill-opacity='.2'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='%23054A8C'/></svg>");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: transparent;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
  font-size: 0;
}
.latest-document .doc-wrap .document-details a:hover {
  color: #054A8C;
}
.latest-document .doc-wrap .document-details a:hover::before {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,	<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23044a8c'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='white'/></svg>");
}/*# sourceMappingURL=block-latest-document.css.map */