@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-light.otf);
  font-weight: 300;
}
@font-face {
  font-family: 'Cera pro - Italic';
  src: url(/fonts/cera-pro-light-italic.otf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro.otf);
  font-weight: 400;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-bold.otf);
  font-weight: 600;
}
.background-end {
  position: relative;
}
.background-end:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
}
.background-end .landing-image,
.background-end .employees {
  position: relative;
  z-index: 1;
}
.background-end_grey {
  margin-bottom: 10.5rem;
}
.background-end_grey:after {
  height: 30rem;
  background-color: rgba(209, 211, 212, 0.1);
  bottom: -6.5rem;
}
@media (max-width: 1440px) {
  .background-end_grey:after {
    bottom: -4rem;
  }
}
@media (max-width: 1440px) {
  .background-end_grey {
    margin-bottom: 8rem;
  }
}
.background-end_white {
  margin-bottom: 7.5rem;
  background-color: rgba(209, 211, 212, 0.1);
  background-color: #ffffff;
}
.background-end_white:after {
  height: 24.75rem;
  background-color: white;
  bottom: -7.5rem;
}
@media (max-width: 1440px) {
  .background-end_white:after {
    display: none;
  }
}
.custom-link * {
  font-size: 1.125rem;
}
.custom-link b {
  font-weight: 600;
}
.custom-link i {
  font-style: italic;
}
.custom-link a {
  color: #6F174E;
  text-decoration: underline;
}
.custom-link ul,
.custom-link ol {
  padding-left: 1.25rem;
}
.custom-link ul li,
.custom-link ol li {
  list-style: disc;
}
.background-dark .custom-link a {
  color: #fff;
}
.employees {
  width: 90rem;
  max-width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 3rem;
}
.employees .employee {
  width: 100%;
}
.employees .employee-image {
  height: 38rem;
  width: 100%;
}
.employees .employee-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .employees-title {
    padding-top: 2rem;
  }
}
@media (max-width: 1660px) {
  .employees {
    width: 74rem;
  }
  .employees .employee-image {
    height: 31rem;
  }
}
@media (max-width: 1440px) {
  .employees {
    width: 100%;
    max-width: unset;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .employees .employee-image {
    height: 47vw;
    margin-bottom: 3rem;
  }
  .employees .employee-image img {
    object-position: top;
  }
  .employees a.text-dark {
    width: 100%;
  }
}
/*# sourceMappingURL=about.css.map */