.card__cta-main {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a293b;
  border-radius: 50px;
  padding: 12px 20px;
  text-decoration: none;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card__cta-main:hover {
  box-shadow: 0 8px 30px -4px transparent;
  background-color: #07073a;
}

.card, .related-content__element {
  height: 100%;
}
.card__image, .related-content__element--image {
  margin-bottom: 20px;
}
.card img, .related-content__element img {
  display: block;
  width: 100%;
  height: 189px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card img, .related-content__element img {
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .card img, .related-content__element img {
    height: 245px;
  }
}
.card__link, .related-content__card-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #171f27;
  text-decoration: none;
  height: 100%;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card__link:focus, .related-content__card-link:focus, .card__link:hover, .related-content__card-link:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 40px rgba(29, 41, 57, 0.15);
}
.card__link:focus svg, .related-content__card-link:focus svg, .card__link:hover svg, .related-content__card-link:hover svg {
  -webkit-transform: scale3d(1.9, 1, 1);
  -moz-transform: scale3d(1.9, 1, 1);
  transform: scale3d(1.9, 1, 1);
}
.card__link:focus svg path, .related-content__card-link:focus svg path, .card__link:hover svg path, .related-content__card-link:hover svg path {
  fill: #0070c0;
}
.card__link:focus .card__cta, .card__link:focus .related-content__element__cta-text, .related-content__card-link:focus .card__cta, .related-content__card-link:focus .related-content__element__cta-text, .card__link:hover .card__cta, .card__link:hover .related-content__element__cta-text, .related-content__card-link:hover .card__cta, .related-content__card-link:hover .related-content__element__cta-text {
  color: #0070c0;
}
.card__title, .related-content__element__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0 12px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__title, .related-content__element__title {
    padding: 0 16px;
  }
}
.card__summary {
  margin-bottom: 49px;
  padding: 0 12px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__summary {
    padding: 0 16px;
  }
}
.card__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card__summary p:first-of-type {
  margin-top: 0;
}
.card__summary p:last-of-type {
  margin-bottom: 0;
}
.card__cta, .related-content__element__cta-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #171f27;
  text-decoration: none;
  margin-top: auto;
  padding: 0 12px 12px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__cta, .related-content__element__cta-text {
    padding: 0 16px 12px;
  }
}
.card__cta svg, .related-content__element__cta-text svg {
  margin-left: 8px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.card__cta-main {
  display: block;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__cta-main {
    margin: 0 auto;
    max-width: 704px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card__cta-main {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 75px auto 0;
  }
}
.card__type-date, .related-content__element__type {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #07073a;
  margin-bottom: 6px;
  padding: 0 16px;
}

.related-content .related-content__elements .related-content__element:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.related-content .related-content__elements .related-content__element:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.related-content .related-content__elements .related-content__element:nth-child(4) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.related-content {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 16px;
  margin-top: 64px;
  margin-bottom: 48px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .related-content {
    margin-top: 64px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .related-content {
    margin: 0 auto;
    max-width: 1630px;
    margin-top: 64px;
    margin-bottom: 48px;
  }
}
.related-content__inner {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__inner {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .related-content__inner {
    margin-bottom: 0;
  }
}
.related-content__headline {
  margin: 0 auto;
  max-width: 1216px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #171f27;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__headline {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 767px) {
  .related-content__headline {
    padding-right: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__headline {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .related-content__headline {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .related-content__headline {
    margin: 0 auto;
    max-width: 1630px;
    margin-bottom: 48px;
    padding-right: 50px;
  }
}
.related-content__card-link {
  text-decoration: none;
  color: #171f27;
}
.related-content__elements {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 32px;
}
@media screen and (min-width: 767px) {
  .related-content__elements {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__elements {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .related-content__elements {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.related-content__element {
  opacity: 0;
}
.related-content__element.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes animate-in-down {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 767px) {
  .related-content__element {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__element {
    margin-bottom: 0;
  }
}
.related-content__element--image {
  margin-bottom: 24px;
  position: relative;
}
.related-content__element--image img {
  max-width: 100%;
  aspect-ratio: 3/2;
  height: auto;
}
@media screen and (min-width: 475px) {
  .related-content__element--image img {
    height: 320px;
  }
}
@media screen and (min-width: 767px) {
  .related-content__element--image img {
    height: auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .related-content__element--image img {
    height: auto;
  }
}
.related-content__element__type--icon {
  position: absolute;
  bottom: 17px;
  right: 19px;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.related-content__element__type--icon img {
  width: 19px;
  height: 19px;
  -o-object-fit: fill;
  object-fit: fill;
}
.related-content__element__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.related-content__element__summary {
  margin-bottom: 47px;
  padding: 0 16px;
}
.related-content__element__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.related-content__element__cta-text {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.related-content__element__cta {
  margin-top: auto;
  padding-bottom: 8px;
}