.resources h1 {
  color: #FFFFFF;
  position: absolute;
  left: 21.1rem;
  bottom: 8.5rem;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 9.6rem;
  z-index: 1;
}
.resources section {
  margin-bottom: 10rem;
}
.resources section .page-name {
  display: none;
}
.resources section .hero {
  position: relative;
  width: 100%;
  background-color: #E3E3E5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources section .mobile {
  display: none;
}
.resources section .title {
  text-align: center;
  color: #0D4167;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10rem;
}
.resources section .content {
  max-width: 213rem;
  margin: 10rem auto 0;
}
.resources .content .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 12rem;
}
.resources .content .wrapper .column {
  display: flex;
  flex-direction: column;
}
.resources .content .wrapper ul {
  max-width: 165.3rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 4.4rem;
  grid-column-gap: 4.4rem;
}
.resources .item-title {
  width: 100%;
  text-transform: uppercase;
  color: #0d4167;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: left;
  margin-bottom: -2.4rem;
}
.resources .link-wrapper {
  width: 71rem;
  min-height: 18rem;
  border-radius: 1.2rem;
  background-color: #e8f8f8;
}
.resources .link-wrapper .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.2rem;
}
.resources .link-wrapper .link .link-title {
  color: #0d4167;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0 0.7rem 0;
}
.resources .link-wrapper .link .link-title.selected {
  color: #FF03E2;
}
.resources .link-wrapper .link .link-description {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
.resources .link-wrapper .link .link-description.selected {
  color: #FF03E2;
}
.resources .link-wrapper .link .icon_download {
  width: 4.9rem;
  height: 4.9rem;
  margin-right: 1.1rem;
}
.resources .link-wrapper .link div:has(.icon_arrow) {
  margin: auto 0 0;
}
.resources .link-wrapper .link .icon_arrow {
  width: 1.7rem;
  height: 4.9rem;
  margin-right: 0.9rem;
}
.resources .link-wrapper .link .icon_email {
  width: 5.1rem;
  height: 3.2rem;
}
.resources .link-wrapper .link.res {
  position: relative;
}
.resources .link-wrapper .link.res a {
  display: inline-block;
}
.resources .link-wrapper .link.res .link-content {
  max-width: 56.8rem;
}
.resources .link-wrapper .link.res .icons {
  position: absolute;
  bottom: 3.1rem;
  right: 3.1rem;
}
@media (max-width: 980px) and (orientation: portrait) {
  .resources h1 {
    width: calc(100% - 14.2rem);
    left: 7.1rem;
    bottom: 6.3rem;
    font-size: 6rem;
    line-height: 7.3rem;
    text-align: center;
  }
  .resources .content .wrapper {
    grid-row-gap: 6rem;
  }
  .resources .content .wrapper ul {
    grid-row-gap: 3.5rem;
  }
  .resources .link-wrapper {
    width: 100%;
    min-height: auto;
  }
  .resources section {
    margin-bottom: 7rem;
  }
  .resources section .mobile {
    display: initial;
  }
  .resources section .desktop {
    display: none;
  }
  .resources section .page-name {
    margin-top: 6.3rem;
    color: #0d4167;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 7.3rem;
    text-align: center;
  }
  .resources section .title {
    margin-top: 5.5rem;
    padding: 0 8.5rem;
  }
  .resources section .content {
    max-width: 100%;
    margin: 8.1rem auto 0;
    padding: 0 2rem;
  }
  .resources .content .wrapper {
    flex-direction: column;
  }
  .resources .content .wrapper .column {
    display: flex;
    flex-direction: column;
  }
}
/*# sourceMappingURL=resources.css.map */