@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.topic-cardGroup {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width:980px) {
  .topic-cardGroup {
    flex-direction: row;
    margin-left: -1%;
    margin-right: -1%;
  }
}
.topic-cardGroup .topic-card {
  max-width: 31.3333333333%;
  width: 100%;
  padding: 0;
  margin: 1%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 575px) {
  .topic-cardGroup .topic-card {
    max-width: 100%;
  }
}
.topic-cardGroup .topic-card_image {
  padding: 30% 0;
  background-color: #f96000;
  overflow: hidden;
  position: relative;
}
.topic-cardGroup .topic-card_image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.topic-cardGroup .topic-card_image a img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.5s ease-in;
  mix-blend-mode: multiply;
}
.topic-cardGroup .topic-card_image a .cts {
  position: absolute;
  width: 88%;
  z-index: 1;
  left: 15px;
  top: 50%;
  transform: translate(10px, -50%);
}
.topic-cardGroup .topic-card_image a .cts i {
  width: 40px;
  height: 40px;
  display: block;
}
.topic-cardGroup .topic-card_image a .cts i img {
  width: 40px;
  object-fit: contain;
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
}
.topic-cardGroup .topic-card_image a .cts h5 {
  color: #fff;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0;
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  transition: 0.5s ease-in;
}
@media (min-width:768px) and (max-width:979px) {
  .topic-cardGroup .topic-card_image a .cts h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.topic-cardGroup .topic-card_image a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-header_content {
  padding: 16px 0px 16px 0px;
}
.page-header_content p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.page-header_content h1,
.page-header_content h2,
.page-header_content h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header_content .title {
  font-size: 42px;
}
@media (max-width:767px) {
  .page-header_content .title {
    font-size: 32px;
  }
}