.paragraph--type--documents,
.paragraph--type--left-document {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2) !important;
  margin-bottom: 0 !important;
  padding: 100px 1rem;
  background: linear-gradient(to bottom, var(--primary-blue-alt), var(--collaboration-bg));
  /*   &:has(.cards-1),
  &:has(.cards-2) {
    background: none;
    background-color: var(--calendar-bg);

    .analysis-section {
      color: var(--text-dark);

      .overlay {
        text-align: left;
        padding: 0;
      }
    }
  } */
}
.paragraph--type--documents:has(.cards-more-than-3-wrapper), .paragraph--type--documents:has(.cards-3-wrapper),
.paragraph--type--left-document:has(.cards-more-than-3-wrapper),
.paragraph--type--left-document:has(.cards-3-wrapper) {
  background: url(../../../img/square-bg.webp) 18rem 6rem no-repeat, linear-gradient(to bottom, var(--primary-blue-alt), var(--collaboration-bg));
}
@media (max-width: 768px) {
  .paragraph--type--documents:has(.cards-more-than-3-wrapper), .paragraph--type--documents:has(.cards-3-wrapper),
  .paragraph--type--left-document:has(.cards-more-than-3-wrapper),
  .paragraph--type--left-document:has(.cards-3-wrapper) {
    padding: 70px 10px;
    background: url(/themes/custom/business_htz2/img/square-bg.webp) -10rem 2rem no-repeat, linear-gradient(to bottom, var(--primary-blue-alt), var(--collaboration-bg));
  }
}
.paragraph--type--documents .icon .material-symbols-sharp,
.paragraph--type--documents .icon .material-symbols-outlined,
.paragraph--type--left-document .icon .material-symbols-sharp,
.paragraph--type--left-document .icon .material-symbols-outlined {
  color: #003764;
}
.paragraph--type--documents .analysis-section,
.paragraph--type--left-document .analysis-section {
  padding: 0 1rem;
  position: relative;
  color: var(--white);
}
.paragraph--type--documents .analysis-section .wrapper,
.paragraph--type--left-document .analysis-section .wrapper {
  padding: 0 1rem;
  border-radius: 8px;
  max-width: 1340px;
  width: 100%;
  margin: auto;
}
.paragraph--type--documents .analysis-section .wrapper.cards-1-wrapper,
.paragraph--type--left-document .analysis-section .wrapper.cards-1-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .paragraph--type--documents .analysis-section .wrapper.cards-1-wrapper,
  .paragraph--type--left-document .analysis-section .wrapper.cards-1-wrapper {
    flex-direction: column;
  }
}
.paragraph--type--documents .analysis-section .wrapper.cards-3-wrapper,
.paragraph--type--left-document .analysis-section .wrapper.cards-3-wrapper {
  padding-bottom: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .paragraph--type--documents .analysis-section .wrapper.cards-3-wrapper,
  .paragraph--type--left-document .analysis-section .wrapper.cards-3-wrapper {
    padding-top: 0;
    background: none;
  }
}
.paragraph--type--documents .analysis-section .wrapper.cards-2-wrapper,
.paragraph--type--left-document .analysis-section .wrapper.cards-2-wrapper {
  padding-bottom: 50px;
}
.paragraph--type--documents .analysis-section .button-container,
.paragraph--type--left-document .analysis-section .button-container {
  display: flex;
  justify-content: center;
}
.paragraph--type--documents .analysis-section .button-container .pagination-text,
.paragraph--type--left-document .analysis-section .button-container .pagination-text {
  font-weight: 500;
}
.paragraph--type--documents .analysis-section .button-container .pagination-text:hover,
.paragraph--type--left-document .analysis-section .button-container .pagination-text:hover {
  color: var(--yellow);
}
.paragraph--type--documents .analysis-section .subtitle,
.paragraph--type--left-document .analysis-section .subtitle {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.paragraph--type--documents .analysis-section .title,
.paragraph--type--left-document .analysis-section .title {
  margin-bottom: 15px;
  margin-top: 0;
}
.paragraph--type--documents .analysis-section .overlay,
.paragraph--type--left-document .analysis-section .overlay {
  max-width: 575px;
  width: 100%;
}
@media (max-width: 768px) {
  .paragraph--type--documents .analysis-section .overlay,
  .paragraph--type--left-document .analysis-section .overlay {
    margin-bottom: 30px;
  }
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .overlay,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .overlay {
  width: 755px;
  max-width: 755px;
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 366px;
  margin-top: 0;
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card {
  color: var(--white);
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card:has(.document-title-container), .paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card:has(.document-item),
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card:has(.document-title-container),
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card:has(.document-item) {
  background: linear-gradient(to bottom, var(--primary-blue-alt), var(--collaboration-bg));
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .document-title,
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .document-subtitle,
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .file-name,
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .file-size,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .document-title,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .document-subtitle,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .file-name,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .file-size {
  color: var(--white) !important;
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .document-title-container,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .info-card .document-title-container {
  border-left: 1px solid var(--white) !important;
}
.paragraph--type--documents .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .arrow-icon,
.paragraph--type--left-document .analysis-section .cards-2-on-right-wrapper .cards-2-on-right .arrow-icon {
  margin-top: 4px;
}
.paragraph--type--documents .info-cards,
.paragraph--type--left-document .info-cards {
  display: grid;
  margin-top: 60px;
}
.paragraph--type--documents .info-cards.cards-3,
.paragraph--type--left-document .info-cards.cards-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1146px;
  width: 100%;
  gap: 24px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .paragraph--type--documents .info-cards.cards-3,
  .paragraph--type--left-document .info-cards.cards-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .paragraph--type--documents .info-cards.cards-3,
  .paragraph--type--left-document .info-cards.cards-3 {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--documents .info-cards.cards-3-normal,
.paragraph--type--left-document .info-cards.cards-3-normal {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .paragraph--type--documents .info-cards.cards-3-normal,
  .paragraph--type--left-document .info-cards.cards-3-normal {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .paragraph--type--documents .info-cards.cards-3-normal,
  .paragraph--type--left-document .info-cards.cards-3-normal {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--documents .info-cards.cards-1,
.paragraph--type--left-document .info-cards.cards-1 {
  margin-top: 3rem;
}
.paragraph--type--documents .info-cards.cards-1 .info-card,
.paragraph--type--left-document .info-cards.cards-1 .info-card {
  grid-column: 2;
  max-width: 400px;
  justify-self: end;
  border-left: none;
  color: var(--white);
}
.paragraph--type--documents .info-cards.cards-1 .info-card:has(.document-title-container), .paragraph--type--documents .info-cards.cards-1 .info-card:has(.document-item),
.paragraph--type--left-document .info-cards.cards-1 .info-card:has(.document-title-container),
.paragraph--type--left-document .info-cards.cards-1 .info-card:has(.document-item) {
  background: linear-gradient(to bottom, var(--primary-blue-alt), var(--collaboration-bg));
}
.paragraph--type--documents .info-cards.cards-1 .info-card .document-title,
.paragraph--type--documents .info-cards.cards-1 .info-card .document-subtitle,
.paragraph--type--documents .info-cards.cards-1 .info-card .file-name,
.paragraph--type--documents .info-cards.cards-1 .info-card .file-size,
.paragraph--type--left-document .info-cards.cards-1 .info-card .document-title,
.paragraph--type--left-document .info-cards.cards-1 .info-card .document-subtitle,
.paragraph--type--left-document .info-cards.cards-1 .info-card .file-name,
.paragraph--type--left-document .info-cards.cards-1 .info-card .file-size {
  color: var(--white) !important;
}
.paragraph--type--documents .info-cards.cards-1 .info-card .document-title-container,
.paragraph--type--left-document .info-cards.cards-1 .info-card .document-title-container {
  border-left: 1px solid var(--white) !important;
}
@media (max-width: 768px) {
  .paragraph--type--documents .info-cards.cards-1,
  .paragraph--type--left-document .info-cards.cards-1 {
    grid-template-columns: 1fr;
  }
  .paragraph--type--documents .info-cards.cards-1 .info-card,
  .paragraph--type--left-document .info-cards.cards-1 .info-card {
    grid-column: 1;
    justify-self: center;
    max-width: 100%;
  }
}
.paragraph--type--documents .info-cards.cards-2,
.paragraph--type--left-document .info-cards.cards-2 {
  grid-template-columns: repeat(2, minmax(300px, 366px));
  gap: 23px;
  justify-content: start;
}
.paragraph--type--documents .info-cards.cards-2 .info-card,
.paragraph--type--left-document .info-cards.cards-2 .info-card {
  max-width: 400px;
  border-left: none;
}
@media (max-width: 768px) {
  .paragraph--type--documents .info-cards.cards-2,
  .paragraph--type--left-document .info-cards.cards-2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .paragraph--type--documents .info-cards.cards-2 .info-card,
  .paragraph--type--left-document .info-cards.cards-2 .info-card {
    max-width: 100%;
  }
}
.paragraph--type--documents .info-cards.cards-4, .paragraph--type--documents .info-cards.cards-5, .paragraph--type--documents .info-cards.cards-6,
.paragraph--type--left-document .info-cards.cards-4,
.paragraph--type--left-document .info-cards.cards-5,
.paragraph--type--left-document .info-cards.cards-6 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .paragraph--type--documents .info-cards.cards-4, .paragraph--type--documents .info-cards.cards-5, .paragraph--type--documents .info-cards.cards-6,
  .paragraph--type--left-document .info-cards.cards-4,
  .paragraph--type--left-document .info-cards.cards-5,
  .paragraph--type--left-document .info-cards.cards-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .paragraph--type--documents .info-cards.cards-4, .paragraph--type--documents .info-cards.cards-5, .paragraph--type--documents .info-cards.cards-6,
  .paragraph--type--left-document .info-cards.cards-4,
  .paragraph--type--left-document .info-cards.cards-5,
  .paragraph--type--left-document .info-cards.cards-6 {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--documents .info-cards.cards-more-than-6,
.paragraph--type--left-document .info-cards.cards-more-than-6 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .paragraph--type--documents .info-cards.cards-more-than-6,
  .paragraph--type--left-document .info-cards.cards-more-than-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .paragraph--type--documents .info-cards.cards-more-than-6,
  .paragraph--type--left-document .info-cards.cards-more-than-6 {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--documents .info-card,
.paragraph--type--left-document .info-card {
  color: var(--text-dark);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
}
.paragraph--type--documents .info-card:has(.document-title-container), .paragraph--type--documents .info-card:has(.document-item),
.paragraph--type--left-document .info-card:has(.document-title-container),
.paragraph--type--left-document .info-card:has(.document-item) {
  background: var(--accordion-bg);
}
.paragraph--type--documents .info-card:hover .file-name,
.paragraph--type--left-document .info-card:hover .file-name {
  text-decoration: underline;
}
.paragraph--type--documents .info-card .icon,
.paragraph--type--left-document .info-card .icon {
  display: none;
}
.paragraph--type--documents .info-card .document-title-container,
.paragraph--type--left-document .info-card .document-title-container {
  margin-bottom: 20px;
  border-left: 1px solid var(--text-dark-gray);
  padding-left: 10px;
  font-family: "Montserrat", foco, sans-serif;
  color: var(--text-dark-gray);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.paragraph--type--documents .info-card .document-title,
.paragraph--type--left-document .info-card .document-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
}
.paragraph--type--documents .info-card .document-subtitle,
.paragraph--type--left-document .info-card .document-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-block-end: 3px;
}
.paragraph--type--documents .info-card .info-card-title,
.paragraph--type--left-document .info-card .info-card-title {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: var(--accordion-content);
  line-height: 1.4;
}
.paragraph--type--documents .info-card .document-links,
.paragraph--type--left-document .info-card .document-links {
  margin-top: 0;
}
.paragraph--type--documents .info-card .document-links .document-item,
.paragraph--type--left-document .info-card .document-links .document-item {
  display: flex;
  flex-direction: column;
}
.paragraph--type--documents .info-card .document-links .document-item .pdf-link,
.paragraph--type--left-document .info-card .document-links .document-item .pdf-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 19px;
}
.paragraph--type--documents .info-card .document-links .document-item .pdf-link .link-icon,
.paragraph--type--left-document .info-card .document-links .document-item .pdf-link .link-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: var(--primary-blue-alt);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-yellow);
  transition: transform 0.3s ease;
}
.paragraph--type--documents .info-card .document-links .document-item .pdf-link .file-info,
.paragraph--type--left-document .info-card .document-links .document-item .pdf-link .file-info {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.paragraph--type--documents .info-card .document-links .document-item .pdf-link .file-info .file-name,
.paragraph--type--left-document .info-card .document-links .document-item .pdf-link .file-info .file-name {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 500;
  color: var(--text-dark-gray);
  font-size: 14px;
  margin: 0;
  word-break: break-all;
}
.paragraph--type--documents .info-card .document-links .document-item .pdf-link .file-info .file-details,
.paragraph--type--left-document .info-card .document-links .document-item .pdf-link .file-info .file-details {
  display: flex;
  align-items: center;
}
.paragraph--type--documents .info-card .document-links .document-item .pdf-link .file-info .file-details .file-type,
.paragraph--type--left-document .info-card .document-links .document-item .pdf-link .file-info .file-details .file-type {
  font-weight: bold;
  color: var(--tag-red);
  font-size: 12px;
}
.paragraph--type--documents .info-card .document-links .document-item .pdf-link .file-info .file-details .file-size,
.paragraph--type--left-document .info-card .document-links .document-item .pdf-link .file-info .file-details .file-size {
  font-size: 12px;
  color: var(--text-dark-gray);
  font-weight: 500;
  padding: 0 5px;
}
.paragraph--type--documents .pagination-load-more,
.paragraph--type--left-document .pagination-load-more {
  border: 0;
  background: transparent;
}
.paragraph--type--documents .pagination-load-more .arrow-icon svg path,
.paragraph--type--left-document .pagination-load-more .arrow-icon svg path {
  fill: #ffffff;
}
.paragraph--type--documents .pagination-load-more:hover .arrow-icon svg path,
.paragraph--type--left-document .pagination-load-more:hover .arrow-icon svg path {
  fill: var(--yellow);
}

.paragraph--type--documents .cards-3-wrapper .overlay {
  margin: 0 auto;
}

.paragraph--type--documents .wrapper.cards-1-wrapper {
  max-width: 1340px;
  width: 100%;
  gap: 190px;
}
@media (max-width: 768px) {
  .paragraph--type--documents .wrapper.cards-1-wrapper {
    gap: 25px;
  }
}
.paragraph--type--documents .wrapper.cards-1-wrapper .overlay {
  max-width: 755px;
  width: 100%;
}
.paragraph--type--documents .wrapper.cards-1-wrapper .info-cards.cards-1 {
  width: 366px;
}
@media (max-width: 768px) {
  .paragraph--type--documents .wrapper.cards-1-wrapper .info-cards.cards-1 {
    width: 100%;
  }
}
.paragraph--type--documents .wrapper.cards-2-wrapper .overlay {
  max-width: 757px;
  width: 100%;
}
.paragraph--type--documents .wrapper.cards-2-wrapper .info-cards.cards-2 {
  margin-top: 25px;
}
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper {
  margin-bottom: 50px;
  text-align: center;
}
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .icon {
  margin: 0 auto;
}
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .overlay {
  margin: 0 auto;
}
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1146px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  gap: 24px;
}
@media (max-width: 1024px) {
  .paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards .info-card {
  color: var(--white);
}
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards .info-card .document-title,
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards .info-card .document-subtitle,
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards .info-card .file-name,
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards .info-card .file-size {
  color: var(--white);
}
.paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards .info-card:has(.document-title-container), .paragraph--type--documents .wrapper.cards-more-than-3-wrapper .info-cards .info-card:has(.document-item) {
  background: linear-gradient(to bottom, var(--primary-blue-alt), var(--collaboration-bg));
}

.paragraph--type--documents.background-color--blue .subtitle,
.paragraph--type--left-document.background-color--blue .subtitle {
  color: var(--white);
}
.paragraph--type--documents.background-color--blue .title,
.paragraph--type--left-document.background-color--blue .title {
  color: var(--white);
}
.paragraph--type--documents.background-color--blue .subtitle-down a[href],
.paragraph--type--documents.background-color--blue p,
.paragraph--type--left-document.background-color--blue .subtitle-down a[href],
.paragraph--type--left-document.background-color--blue p {
  color: var(--white);
}
.paragraph--type--documents.background-color--blue .icon .material-symbols-sharp,
.paragraph--type--documents.background-color--blue .icon .material-symbols-outlined,
.paragraph--type--left-document.background-color--blue .icon .material-symbols-sharp,
.paragraph--type--left-document.background-color--blue .icon .material-symbols-outlined {
  color: var(--yellow);
}
.paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card:has(.document-title-container), .paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card:has(.document-item),
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-title-container),
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-item),
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card:has(.document-title-container),
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card:has(.document-item),
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-title-container),
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-item) {
  background: linear-gradient(to bottom, #f7f7f7, #e9ecec) !important;
}
.paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card:has(.document-title-container) .document-subtitle, .paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card:has(.document-item) .document-subtitle,
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-item) .document-subtitle,
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card:has(.document-item) .document-subtitle,
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card:has(.document-item) .document-subtitle {
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card .document-title-container,
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .document-title-container,
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card .document-title-container,
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .document-title-container {
  border-left: 1px solid var(--text-dark-gray) !important;
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card .document-title,
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .document-title,
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card .document-title,
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .document-title {
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card .file-name,
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .file-name,
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card .file-name,
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .file-name {
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--blue .info-cards.cards-1 .info-card .file-size,
.paragraph--type--documents.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .file-size,
.paragraph--type--left-document.background-color--blue .info-cards.cards-1 .info-card .file-size,
.paragraph--type--left-document.background-color--blue .info-cards.cards-2.cards-2-on-right .info-card .file-size {
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card,
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card {
  color: var(--white);
}
.paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-title-container), .paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-item),
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-title-container),
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-item) {
  background: #ffffff !important;
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-title-container) .document-title-container, .paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-item) .document-title-container,
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-title-container) .document-title-container,
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card:has(.document-item) .document-title-container {
  border-left: 1px solid var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card .document-title,
.paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card .document-subtitle,
.paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card .file-name,
.paragraph--type--documents.background-color--blue .cards-more-than-3-wrapper .info-card .file-size,
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card .document-title,
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card .document-subtitle,
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card .file-name,
.paragraph--type--left-document.background-color--blue .cards-more-than-3-wrapper .info-card .file-size {
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--white,
.paragraph--type--left-document.background-color--white {
  background: var(--white);
}
.paragraph--type--documents.background-color--white .subtitle,
.paragraph--type--documents.background-color--white .title,
.paragraph--type--documents.background-color--white .subtitle-down,
.paragraph--type--documents.background-color--white p,
.paragraph--type--left-document.background-color--white .subtitle,
.paragraph--type--left-document.background-color--white .title,
.paragraph--type--left-document.background-color--white .subtitle-down,
.paragraph--type--left-document.background-color--white p {
  color: var(--text-dark-gray);
}
.paragraph--type--documents.background-color--white .btn_secondary,
.paragraph--type--left-document.background-color--white .btn_secondary {
  background: #003764;
}
.paragraph--type--documents.background-color--white .btn_secondary:hover, .paragraph--type--documents.background-color--white .btn_secondary:focus,
.paragraph--type--left-document.background-color--white .btn_secondary:hover,
.paragraph--type--left-document.background-color--white .btn_secondary:focus {
  background-color: #e51805 !important;
  color: var(--white) !important;
}
.paragraph--type--documents.background-color--white .btn_secondary:hover .arrow-icon svg path, .paragraph--type--documents.background-color--white .btn_secondary:focus .arrow-icon svg path,
.paragraph--type--left-document.background-color--white .btn_secondary:hover .arrow-icon svg path,
.paragraph--type--left-document.background-color--white .btn_secondary:focus .arrow-icon svg path {
  fill: #ffffff;
}
.paragraph--type--documents.background-color--white .pagination-load-more,
.paragraph--type--left-document.background-color--white .pagination-load-more {
  color: #003764;
}
.paragraph--type--documents.background-color--white .pagination-load-more .arrow-icon svg path,
.paragraph--type--left-document.background-color--white .pagination-load-more .arrow-icon svg path {
  fill: #003764;
}
.paragraph--type--documents.background-color--white .pagination-load-more:hover .arrow-icon svg path,
.paragraph--type--left-document.background-color--white .pagination-load-more:hover .arrow-icon svg path {
  fill: var(--yellow);
}
.paragraph--type--documents.background-color--white .info-card,
.paragraph--type--left-document.background-color--white .info-card {
  color: var(--white);
}
.paragraph--type--documents.background-color--white .info-card:has(.document-title-container), .paragraph--type--documents.background-color--white .info-card:has(.document-item),
.paragraph--type--left-document.background-color--white .info-card:has(.document-title-container),
.paragraph--type--left-document.background-color--white .info-card:has(.document-item) {
  background: linear-gradient(to bottom, var(--primary-blue-alt), var(--collaboration-bg));
}
.paragraph--type--documents.background-color--white .info-card .document-title,
.paragraph--type--documents.background-color--white .info-card .document-subtitle,
.paragraph--type--documents.background-color--white .info-card .file-name,
.paragraph--type--documents.background-color--white .info-card .file-size,
.paragraph--type--left-document.background-color--white .info-card .document-title,
.paragraph--type--left-document.background-color--white .info-card .document-subtitle,
.paragraph--type--left-document.background-color--white .info-card .file-name,
.paragraph--type--left-document.background-color--white .info-card .file-size {
  color: var(--white) !important;
}
.paragraph--type--documents.background-color--white .info-card .document-title-container,
.paragraph--type--left-document.background-color--white .info-card .document-title-container {
  border-left: 1px solid var(--white) !important;
}
.paragraph--type--documents.background-color--gray,
.paragraph--type--left-document.background-color--gray {
  background: #f0f1f1;
}
.paragraph--type--documents.background-color--gray .subtitle,
.paragraph--type--documents.background-color--gray .title,
.paragraph--type--documents.background-color--gray .subtitle-down,
.paragraph--type--documents.background-color--gray p,
.paragraph--type--left-document.background-color--gray .subtitle,
.paragraph--type--left-document.background-color--gray .title,
.paragraph--type--left-document.background-color--gray .subtitle-down,
.paragraph--type--left-document.background-color--gray p {
  color: var(--text-dark-gray);
}
.paragraph--type--documents.background-color--gray .btn_secondary,
.paragraph--type--left-document.background-color--gray .btn_secondary {
  background: #003764;
}
.paragraph--type--documents.background-color--gray .btn_secondary:hover, .paragraph--type--documents.background-color--gray .btn_secondary:focus,
.paragraph--type--left-document.background-color--gray .btn_secondary:hover,
.paragraph--type--left-document.background-color--gray .btn_secondary:focus {
  background-color: #e51805 !important;
  color: var(--white) !important;
}
.paragraph--type--documents.background-color--gray .btn_secondary:hover .arrow-icon svg path, .paragraph--type--documents.background-color--gray .btn_secondary:focus .arrow-icon svg path,
.paragraph--type--left-document.background-color--gray .btn_secondary:hover .arrow-icon svg path,
.paragraph--type--left-document.background-color--gray .btn_secondary:focus .arrow-icon svg path {
  fill: #ffffff;
}
.paragraph--type--documents.background-color--gray .pagination-load-more,
.paragraph--type--left-document.background-color--gray .pagination-load-more {
  color: #003764;
}
.paragraph--type--documents.background-color--gray .pagination-load-more .arrow-icon svg path,
.paragraph--type--left-document.background-color--gray .pagination-load-more .arrow-icon svg path {
  fill: #003764;
}
.paragraph--type--documents.background-color--gray .pagination-load-more:hover .arrow-icon svg path,
.paragraph--type--left-document.background-color--gray .pagination-load-more:hover .arrow-icon svg path {
  fill: var(--yellow);
}
.paragraph--type--documents.background-color--gray .info-card:has(.document-title-container), .paragraph--type--documents.background-color--gray .info-card:has(.document-item),
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container),
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) {
  background: #ffffff;
  color: var(--white);
}
.paragraph--type--documents.background-color--gray .info-card:has(.document-title-container) .document-title-container, .paragraph--type--documents.background-color--gray .info-card:has(.document-item) .document-title-container,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .document-title-container,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .document-title-container {
  border-left: 1px solid var(--white);
}
.paragraph--type--documents.background-color--gray .info-card:has(.document-title-container) .document-title,
.paragraph--type--documents.background-color--gray .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--documents.background-color--gray .info-card:has(.document-title-container) .file-name,
.paragraph--type--documents.background-color--gray .info-card:has(.document-title-container) .file-size, .paragraph--type--documents.background-color--gray .info-card:has(.document-item) .document-title,
.paragraph--type--documents.background-color--gray .info-card:has(.document-item) .document-subtitle,
.paragraph--type--documents.background-color--gray .info-card:has(.document-item) .file-name,
.paragraph--type--documents.background-color--gray .info-card:has(.document-item) .file-size,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .document-title,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .file-name,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .file-size,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .document-title,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .document-subtitle,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .file-name,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .file-size {
  color: var(--white) !important;
}
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container), .paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-item),
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container),
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-item) {
  background: #ffffff;
  color: var(--text-dark-gray);
}
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .document-title-container, .paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .document-title-container,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .document-title-container,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .document-title-container {
  border-left: 1px solid var(--text-dark-gray);
}
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .document-title,
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .file-name,
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .file-size, .paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .document-title,
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .document-subtitle,
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .file-name,
.paragraph--type--documents.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .file-size,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .document-title,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .file-name,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-title-container) .file-size,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .document-title,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .document-subtitle,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .file-name,
.paragraph--type--left-document.background-color--gray .cards-3-wrapper .info-card:has(.document-item) .file-size {
  color: var(--text-dark-gray) !important;
}
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container), .paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-item),
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container),
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-item) {
  background: #ffffff;
  color: var(--text-dark-gray);
}
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .document-title-container, .paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .document-title-container,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .document-title-container,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .document-title-container {
  border-left: 1px solid var(--text-dark-gray);
}
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .document-title,
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .file-name,
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .file-size, .paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .document-title,
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .document-subtitle,
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .file-name,
.paragraph--type--documents.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .file-size,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .document-title,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .file-name,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-title-container) .file-size,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .document-title,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .document-subtitle,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .file-name,
.paragraph--type--left-document.background-color--gray .cards-2-wrapper .info-card:has(.document-item) .file-size {
  color: var(--text-dark-gray) !important;
}

.paragraph--type--left-document .info-card:hover .file-name {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .paragraph--type--left-document .info-card .document-links .document-item .pdf-link:hover .file-name {
    text-decoration: underline;
  }
}

.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .document-title,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .document-subtitle,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .file-name,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-title-container) .file-size,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .document-title,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .document-subtitle,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .file-name,
.paragraph--type--left-document.background-color--gray .info-card:has(.document-item) .file-size {
  color: var(--text-dark-gray) !important;
}
/*# sourceMappingURL=paragraph-documents.css.map */
