*[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;
}

.hero {
  height: 51.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 64.0625rem) {
  .hero {
    height: 31.25rem;
  }
}
.hero__container {
  max-width: 81.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero__title {
  text-align: center;
  padding-bottom: 1.5rem;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 64.0625rem) {
  .hero__title {
    font-size: 2.5rem;
  }
}
.hero__text {
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 64.0625rem) {
  .hero__text {
    font-size: 1rem;
  }
}
.hero__buttons {
  margin: 0 auto;
  max-width: 48rem;
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.hero__button {
  text-align: center;
  border: 0.125rem solid #A094B8;
  border-radius: 0.25rem;
  padding: 0.5rem;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.hero__button:hover {
  transition: all 0.3s ease;
  color: #45495E;
  background: #EAE0EE;
  border-color: #EAE0EE;
}
.hero__button--filled {
  background: #A094B8;
}