.related-resources {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.theme-light .related-resources {
  color: rgb(31, 50, 63);
  background-color: rgb(255, 255, 255);
}
.theme-light-alt .related-resources {
  color: rgb(31, 50, 63);
  background-color: rgb(248, 248, 248);
}
.theme-dark .related-resources {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 69, 82);
}
.theme-dark-alt .related-resources {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 50, 63);
}
.theme-blue .related-resources {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 109, 230);
}
.related-resources__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.related-resources__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 50px;
}
.related-resources__title {
  word-break: break-word;
  line-height: 54px;
  width: 45%;
}
@media all and (max-width: 1024px) {
  .related-resources__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.related-resources__subtitle {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
}
@media all and (max-width: 1024px) {
  .related-resources__subtitle {
    width: 100%;
  }
}
.related-resources__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-top: auto;
  margin-bottom: -4px;
  color: rgb(10, 109, 230);
}
.theme-light .related-resources__link {
  color: rgb(10, 109, 230);
}
.theme-light-alt .related-resources__link {
  color: rgb(10, 109, 230);
}
.theme-dark .related-resources__link {
  color: rgb(255, 255, 255);
}
.theme-dark-alt .related-resources__link {
  color: rgb(255, 255, 255);
}
.theme-blue .related-resources__link {
  color: rgb(255, 255, 255);
}
.related-resources__link:hover {
  color: rgba(10, 109, 230, 0.7);
}
.theme-light .related-resources__link:hover {
  color: rgba(10, 109, 230, 0.7);
}
.theme-light-alt .related-resources__link:hover {
  color: rgba(10, 109, 230, 0.7);
}
.theme-dark .related-resources__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark-alt .related-resources__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.theme-blue .related-resources__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.related-resources__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 30px;
}
.related-resources__container {
  width: 100%;
  max-width: 1728px;
  padding: 60px 135px;
}
@media all and (max-width: 575px) {
  .related-resources__container {
    padding: 60px 15px;
  }
}
.related-resources__card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 20%;
          flex: 1 0 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-self: stretch;
          align-self: stretch;
}
@media all and (max-width: 1399px) {
  .related-resources__card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
@media all and (max-width: 1024px) {
  .related-resources__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.related-resources__card--body {
  min-height: 258px;
  height: 100%;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin: auto;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.related-resources__card--body:hover {
  translate: 0 -1rem;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}
.theme-light .related-resources__card--body {
  background-color: rgb(255, 255, 255);
}
.theme-light-alt .related-resources__card--body {
  background-color: rgb(255, 255, 255);
}
.theme-dark .related-resources__card--body {
  background-color: rgb(31, 50, 63);
}
.theme-dark-alt .related-resources__card--body {
  background-color: rgb(31, 50, 63);
}
.theme-blue .related-resources__card--body {
  background-color: rgb(10, 109, 230);
}
@media all and (max-width: 1024px) {
  .related-resources__card--body {
    min-height: auto;
  }
}
.related-resources__card-signature {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.related-resources__circle-box {
  width: 3rem;
  height: 3rem;
}
.related-resources__circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  border: 6.1px rgb(10, 109, 230) solid;
}
.related-resources__signature-text {
  margin-left: 15px;
  line-height: 150%;
}
.related-resources__paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
}
.related-resources--body {
  width: 80%;
  height: 80%;
}
.related-resources__button-container {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.related-resources .animated {
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes enlarge {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
@-webkit-keyframes enlarge {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
@-o-keyframes enlarge {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}

@media all and (min-width: 1025px) {
  .related-resources__subtitle p, .related-resources__subtitle .p {
    text-align: right;
  }
}