.bg-extra-light-gray {
  background-color: #eaeaea; }

.bg-standard-blue {
  background-color: #00a3de; }

.bg-title-blue {
  background-color: #25408f; }

.divide-title {
  display: flex;
  align-items: center;
  font-family: 'Oswald';
  /* .number{
  	font-size: 5rem;
  } */ }
  .divide-title .title {
    font-size: 2.8125rem;
    line-height: 1.2; }

.font-weight-500 {
  font-weight: 500; }

.link-arrow:before, .link-arrow:after {
  content: '';
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  transform: rotate(45deg); }
.link-arrow:after {
  right: 6px; }
.link-arrow:hover {
  color: #fff;
  text-decoration: underline; }

.mh-63 {
  max-height: 63px; }

.text-large {
  font-size: 1.25rem;
  line-height: 1.75; }

.text-xlarge {
  font-size: 1.625rem; }

/*# sourceMappingURL=whitepaper.css.map */
