@-webkit-keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.topic-feed {
  margin-top: 50px;
  margin-bottom: 150px;
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 767.98px) {
  .topic-feed {
    padding: 0 30px;
    margin: 20px -30px 60px;
    overflow: hidden;
  }
}
.topic-feed.is-visible .right-bg {
  opacity: 1;
}
.topic-feed .container {
  padding: 0 !important;
}
.topic-feed .right-bg {
  height: 100%;
  position: relative;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.topic-feed .right-bg video,
.topic-feed .right-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
@media (max-width: 767.98px) {
  .topic-feed .right-bg {
    display: none;
  }
}
.topic-feed .view-hero {
  padding: 0;
  background: transparent;
  margin-right: 0;
}
.topic-feed .view-hero .view-filters {
  margin-left: 0;
}
.topic-feed .item-list {
  width: 100%;
}
.topic-feed .item-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 0;
}
.topic-feed a.carousel-tiles {
  padding: 30px 30px 60px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #003079;
  width: 100%;
  min-height: 300px;
  border-bottom-right-radius: 100px;
  position: relative;
}
.topic-feed a.carousel-tiles {
  font-size: 20px;
}
@media (min-width: 575px) {
  .topic-feed a.carousel-tiles {
    font-size: calc(20px + 4 * (100vw - 575px) / 1025);
  }
}
@media (min-width: 1600px) {
  .topic-feed a.carousel-tiles {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .topic-feed a.carousel-tiles {
    min-height: 260px;
    height: auto;
  }
}
.topic-feed a.carousel-tiles::after {
  content: "\f10a";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.topic-feed a.carousel-tiles p {
  margin-bottom: 20px;
}
.topic-feed a.carousel-tiles p {
  font-size: 14px;
}
.topic-feed .topic-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0 45px;
}
@media (max-width: 767.98px) {
  .topic-feed .topic-carousel {
    padding: 0;
  }
  .topic-feed .topic-carousel .tns-ovh {
    overflow: visible;
  }
}
.topic-feed .topic-carousel .tns-controls {
  display: block;
  text-align: right;
  position: absolute;
  bottom: -70px;
  right: 45px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .topic-feed .topic-carousel .tns-controls {
    display: none;
  }
}
.topic-feed .topic-carousel .tns-controls button {
  -webkit-transition: none;
  transition: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 0;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  padding: 0;
  text-indent: -9999px;
}
.prefers-reduced-motion .topic-feed .topic-carousel .tns-controls button {
  -webkit-transition: none;
  transition: none;
}
.topic-feed .topic-carousel .tns-controls button:hover, .topic-feed .topic-carousel .tns-controls button:focus {
  background-color: transparent;
}
.topic-feed .topic-carousel .tns-controls button:before {
  content: "\f10a";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #CF7F00;
}
.topic-feed .topic-carousel .tns-controls button[data-controls=prev] {
  margin-right: 5px;
}
.topic-feed .topic-carousel .tns-controls button[data-controls=prev]:before {
  content: "\f109";
}
.topic-feed .topic-carousel .tns-controls button:hover, .topic-feed .topic-carousel .tns-controls button:focus {
  background-color: #fff;
}
.topic-feed .topic-carousel .tns-outer {
  max-width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .topic-feed .topic-carousel .tns-outer {
    width: 100%;
  }
}
.topic-feed .topic-carousel .tns-outer .tns-ovh {
  margin: -30px 0 -30px -30px;
}
.topic-feed .topic-carousel .tns-outer .tns-inner {
  padding: 30px 0 30px 30px;
}
@media (max-width: 767.98px) {
  .topic-feed .topic-carousel .tns-inner {
    margin: 0 !important;
  }
}
.topic-feed .topic-carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 0;
}
.topic-feed .topic-carousel ul li {
  padding: 0;
}
.topic-feed .topic-carousel .tns-item {
  opacity: 1;
  visibility: visible;
  min-width: 308px;
}
.topic-feed .topic-carousel .tns-item a.carousel-tiles {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.topic-feed .topic-carousel .tns-item a.carousel-tiles:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.topic-feed .topic-carousel .tns-item:nth-child(2) a.carousel-tiles {
  background-color: #0077CB;
}
.topic-feed .topic-carousel .tns-item:nth-child(2n+1) a.carousel-tiles {
  background-color: #007680;
}
.topic-feed .topic-carousel .tns-item:nth-child(3n+4) a.carousel-tiles {
  background-color: #383838;
}
.topic-feed .topic-carousel .tns-item:first-child a.carousel-tiles {
  background-color: #003079;
}
.topic-feed h2.limited-header {
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  .topic-feed h2.limited-header {
    margin-bottom: 22px;
  }
}

.topic-more-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  margin-top: 24px;
  padding: 0 45px;
}
@media (max-width: 767.98px) {
  .topic-more-link {
    grid-template-columns: 100%;
  }
}
.topic-more-link .btn--primary {
  justify-self: start;
}
@media (max-width: 767.98px) {
  .topic-more-link .btn--primary {
    justify-self: center;
  }
}