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

.toolkit {
  position: relative;
}
.toolkit__header .toolkit__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}
.toolkit__header .toolkit__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #45495E;
}
.toolkit__header .toolkit__text {
  max-width: 55rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #9D9FB0;
}
.toolkit__header {
  padding-bottom: 2rem;
}
.toolkit:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 50%;
  z-index: 1;
}
@media (max-width: 63.99875rem) {
  .toolkit:before {
    display: none;
  }
}
.toolkit:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(0deg, #A59695 0%, #A59695 0.01%, #45495E 100%);
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 63.99875rem) {
  .toolkit:after {
    display: none;
  }
}
.toolkit__container {
  max-width: 81.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 10;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 63.99875rem) {
  .toolkit__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.toolkit__buttons {
  padding-top: 2rem;
  display: flex;
}
.toolkit__section {
  min-height: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5rem;
}
.toolkit__section--left {
  padding-left: 0.9375rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.toolkit__section--right {
  padding-right: 0.9375rem;
}
@media (max-width: 63.99875rem) {
  .toolkit__section--right {
    background: linear-gradient(0deg, #A59695 0%, #A59695 0.01%, #45495E 100%);
  }
}
@media (max-width: 63.99875rem) {
  .toolkit__section {
    padding: 0.9375rem;
    min-height: 31.25rem;
  }
}
.toolkit__section-title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.toolkit__section-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
  padding-top: 1rem;
}
.toolkit__section-text p {
  margin-bottom: 1rem;
}