/* VARIABLES */
/* TYPOGRAPHY */
.block-content--type-company-information .background-section::before {
  background: linear-gradient(180deg, #05091A 34.69%, rgba(0, 0, 0, 0) 83.18%);
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
  top: 0;
  z-index: 1;
}
.block-content--type-company-information .background-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, #05091A 27.43%, rgba(117, 82, 161, 0) 69.8%);
  z-index: 1;
  bottom: 0;
}
@media (max-width: 61.99875rem) {
  .block-content--type-company-information .background-section::before, .block-content--type-company-information .background-section::after {
    content: none;
  }
  .block-content--type-company-information .background-section .field--name-field-image {
    display: none;
  }
  .block-content--type-company-information .background-section .custom-component {
    position: unset !important;
    margin-bottom: 2rem;
  }
  .block-content--type-company-information .background-section .custom-component .flex-row {
    flex-direction: column !important;
    align-items: start !important;
    gap: 30px;
  }
}
.block-content--type-company-information .background-section .paragraph--type-company-info .company-info-box {
  display: flex;
  gap: 12px;
  border-top: 1px solid #A5D3F2;
  padding-block-start: 1.5rem;
}
.block-content--type-company-information .background-section .paragraph--type-company-info .company-info-box .company-info-details .field--name-field-sub-title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin-block-end: 0.5rem;
}
.block-content--type-company-information .background-section .paragraph--type-company-info .company-info-box .company-info-details .field--name-field-description p {
  color: #F5F5F5;
  font-size: 0.875rem;
  margin-bottom: 0;
}