*[class$=__container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueRegular.eot");
  src: local("UniNeueRegular"), local("UniNeueRegular"), url("../../fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueRegular.woff2") format("woff2"), url("../../fonts/UniNeueRegular.woff") format("woff"), url("../../fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueBold.eot");
  src: local("UniNeueBold"), local("UniNeueBold"), url("../../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueBold.woff2") format("woff2"), url("../../fonts/UniNeueBold.woff") format("woff"), url("../../fonts/UniNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Uni Neue", sans-serif;
}

body {
  background: #F5F4F8;
  color: #45495E;
}

.pdfjs-iframe {
  border: 0;
}

.about-us-hero {
  max-width: 100%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}
@media (max-width: 63.99875rem) {
  .about-us-hero {
    background-size: cover;
  }
}
.about-us-hero__container {
  height: 56.25rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  max-width: 81.875rem;
  display: flex;
  gap: 5rem;
}
@media (max-width: 63.99875rem) {
  .about-us-hero__container {
    height: auto;
    gap: 2.5rem;
    flex-direction: column;
  }
}
.about-us-hero__content {
  max-width: 46.25rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 63.99875rem) {
  .about-us-hero__content {
    max-width: 100%;
  }
}
.about-us-hero__content-subtitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.about-us-hero__content-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.about-us-hero__goal {
  max-width: 28.75rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 63.99875rem) {
  .about-us-hero__goal {
    max-width: 100%;
  }
}
.about-us-hero__goal-badge {
  display: flex;
  gap: 0.75rem;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.5625rem;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: center;
}
.about-us-hero__goal-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.about-us-hero__goal-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
  padding-top: 0.25rem;
}