.MTCardLayout {
  display: grid;
  gap: 20px;
}
.MTCardLayout .card {
  border: solid 1px #cccccc;
  padding: 25px;
  transition: border-color 0.35s;
}
.MTCardLayout .card:hover {
  border-color: #004494;
}
.MTCardLayout .card .MTCardLayout__picture {
  background: #f9f9f9;
  width: 100%;
  max-height: 150px;
  aspect-ratio: 1.77777778;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.MTCardLayout .card .MTCardLayout__picture picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.MTCardLayout .card .MTCardLayout__picture picture img {
  width: 100%;
}
.MTCardLayout .card .MTCardLayout__text {
  padding: 20px 0 0 0;
  margin: 25px 0 0 0;
  border-top: solid 1px #cccccc;
}
.MTCardLayout .card .MTCardLayout__text h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #004494;
}
.MTCardLayout .card .MTCardLayout__text .MTCardLayout__text__main {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.MTCardLayout.MTCardLayout--gap-lg {
  gap: 45px;
}
.MTCardLayout.MTCardLayout--3-column {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1009px) {
  .MTCardLayout {
    grid-template-columns: repeat(2, 1fr);
  }
  .MTCardLayout.MTCardLayout--3-column {
    grid-template-columns: repeat(2, 1fr);
  }
  .MTCardLayout > div .MTCardLayout__picture {
    max-height: none;
  }
}
@media (max-width: 600px) {
  .MTCardLayout {
    grid-template-columns: repeat(1, 1fr);
  }
  .MTCardLayout.MTCardLayout--3-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.usefulRelatedLinks__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0;
  font-weight: normal;
  color: #004494;
  margin: 0 0 30px 0;
}
.usefulRelatedLinks__cards .card {
  display: flex;
  background: white;
  border: solid 1px #cccccc;
  transition: border-color 0.35s;
  padding: 32px;
  background: #f6f6f6;
  border: solid 1px #f0f0f0;
}
.usefulRelatedLinks__cards .card:has([data-show-card="false"]) {
  display: none;
}
.usefulRelatedLinks__cards .card.card--columnLayout {
  flex-direction: column;
}
.usefulRelatedLinks__cards .card:hover {
  border-color: #004494;
}
.usefulRelatedLinks__cards .card .card__image {
  aspect-ratio: 1.77777778;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.usefulRelatedLinks__cards .card .card__image picture {
  display: flex;
  width: 100%;
  align-items: center;
}
.usefulRelatedLinks__cards .card .card__image img {
  width: 100%;
  height: auto;
}
.usefulRelatedLinks__cards .card .card__image.card__image--square {
  aspect-ratio: 1;
}
.usefulRelatedLinks__cards .card .card__image.card__image--square picture {
  height: 100%;
}
.usefulRelatedLinks__cards .card .card__image.card__image--square picture img {
  object-fit: cover;
  height: 100%;
  overflow-clip-margin: 0px;
}
.usefulRelatedLinks__cards .card h3 a:hover,
.usefulRelatedLinks__cards .card h3 a:link,
.usefulRelatedLinks__cards .card h3 a:active {
  color: #004494;
}
.usefulRelatedLinks__cards .card a:hover,
.usefulRelatedLinks__cards .card a:active,
.usefulRelatedLinks__cards .card a:link {
  color: #004494;
}
.usefulRelatedLinks__cards .card .card__description {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.usefulRelatedLinks__cards .card .card__description ul li {
  list-style-image: none;
}
.usefulRelatedLinks__cards .card .card__description li {
  margin: 0 0 5px 0;
}
.usefulRelatedLinks__cards .card .card__description p,
.usefulRelatedLinks__cards .card .card__description li,
.usefulRelatedLinks__cards .card .card__description span {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.usefulRelatedLinks__cards .card .card__description :last-child {
  margin-bottom: 0;
}
.usefulRelatedLinks__cards .card .btn-action {
  display: inline-block;
  margin: 30px 0 0 0;
}
.usefulRelatedLinks__cards .card:hover {
  border: solid 1px #f0f0f0;
}
.usefulRelatedLinks__cards .card .card-container {
  background: transparent;
}
.usefulRelatedLinks__cards .card .card-container .card__image {
  max-height: 250px;
  margin: 0 auto 25px auto;
}
.usefulRelatedLinks__cards .card .card-container .card__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.usefulRelatedLinks__cards .card .card-container .card__image picture {
  width: 100%;
  height: 100%;
}
.usefulRelatedLinks__cards .card .card-container .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: 0px;
}
.usefulRelatedLinks__cards .card .card-container .card__video {
  margin: 0 auto 25px auto;
}
.usefulRelatedLinks__cards .card .card-container .card-body {
  padding: 0;
}
.usefulRelatedLinks__cards .card .card-container .card-body .card-title {
  margin: 0 0 15px 0;
}
.usefulRelatedLinks__cards .card .card-container .card-body p {
  font-size: 13px;
  line-height: 21px;
  margin-top: 0;
}
.usefulRelatedLinks__cards .card .card-container .card-body p:last-of-type {
  margin-bottom: 0;
}
.usefulRelatedLinks__cards .card .card-container .card-body p.overflow-hidden {
  height: auto !important;
}
.usefulRelatedLinks__cards .card .card-container .card-body .ppUX2020_design_readmore {
  display: none !important;
}
@media (max-width: 1009px) {
  .usefulRelatedLinks__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 775px) {
  .usefulRelatedLinks__wrapper .MTCardLayout--gap-lg {
    gap: 20px;
  }
  .usefulRelatedLinks__wrapper .card-container {
    flex-direction: column;
    padding-bottom: 0;
  }
}
