@-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;
  }
}
.story-carousel .tns-item:nth-child(1) {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}

.story-carousel .tns-item:nth-child(2) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.story-carousel .tns-item:nth-child(3) {
  -webkit-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
}

.story-feed {
  position: relative;
  padding: 50px 0 100px;
}
@media (max-width: 991.98px) {
  .story-feed {
    margin: 0 -30px;
    overflow: hidden;
    padding: 50px 30px 100px;
  }
}
.story-feed:after {
  position: absolute;
  content: "";
  width: 70%;
  background: #F4F4F4;
  left: -80px;
  display: inline-block;
  top: -40px;
  bottom: 50px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .story-feed:after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
.story-feed-container {
  max-width: 1440px;
  width: 100%;
  padding-right: 45px !important;
  padding-left: 45px !important;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .story-feed-container {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media (min-width: 576px) {
  .story-feed-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .story-feed-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .story-feed-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .story-feed-container {
    max-width: 1440px;
  }
}
.story-feed-container .btn--primary {
  -ms-flex-item-align: center;
      align-self: center;
}
.story-feed-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  .story-feed-button {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .story-feed .tns-ovh {
    overflow: visible;
  }
}
.story-feed .story-carousel {
  display: grid;
  grid-template-columns: 1fr 2.25fr 1fr;
  gap: 20px;
  margin-bottom: 100px;
}
.story-feed .story-carousel.is-visible .tns-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 991.98px) {
  .story-feed .story-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
.story-feed .story-carousel .tns-item {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3D(0, 10%, 0);
          transform: translate3D(0, 10%, 0);
}
.story-feed .story-carousel .tns-item.is-visible, .is-visible .story-feed .story-carousel .tns-item {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
@media (max-width: 991.98px) {
  .story-feed .story-carousel .field__item {
    aspect-ratio: unset !important;
    height: 400px !important;
    padding: 0 !important;
  }
}
.story-feed .story-carousel .field__item:first-child, .story-feed .story-carousel .field__item:last-child {
  aspect-ratio: 0.7;
  margin-top: 35px;
  margin-bottom: -35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 991.98px) {
  .story-feed .story-carousel .field__item:first-child, .story-feed .story-carousel .field__item:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.story-feed .node--view-mode-story-teaser h2 {
  display: none;
}
.story-feed .node__content {
  height: 100%;
  position: relative;
  width: 100%;
}
.story-feed .node__content video,
.story-feed .node__content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.story-feed .node__content:before {
  content: "";
  display: block;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.story-feed .node__content a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: left;
  z-index: 1;
}
.story-feed .node__content a: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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 30px;
}
.story-feed .node__content a:before {
  content: "";
  left: auto;
  position: absolute;
  background-color: rgba(207, 127, 0, 0.8);
  right: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.story-feed .node__content a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .story-feed .tns-inner {
    margin: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .story-feed #tns2 > .tns-item {
    padding: 0 !important;
  }
}
.story-feed .dynamic-feed .node__content {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #007680;
  overflow: hidden;
}
.story-feed .dynamic-feed .node__content video,
.story-feed .dynamic-feed .node__content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.story-feed .dynamic-feed .node__content img {
  top: 0;
}
.story-feed .article-feed {
  height: 100%;
}
.story-feed .article-feed-card {
  height: 100%;
  width: 100%;
}
.story-feed .article-feed-content {
  display: block;
  height: 100%;
}
.story-feed .article-feed-content > a {
  pointer-events: none;
}
.story-feed .article-feed-image {
  height: 100%;
  position: relative;
  width: 100%;
}
.story-feed .article-feed-image video,
.story-feed .article-feed-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.story-feed .article-feed-image:before {
  content: "";
  display: block;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.story-feed .article-feed-image img {
  border-radius: 0;
}
.story-feed .article-feed-info {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.story-feed .article-feed-info a {
  display: block;
  padding: 25px 40px 25px 25px;
  width: 100%;
}
.story-feed .article-feed-extra {
  display: none;
}
.story-feed .article-feed-title {
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.story-feed .article-feed-title:before {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: -35px;
}
.story-feed .article-feed-title:after {
  content: "";
  left: auto;
  position: absolute;
  background-color: rgba(207, 127, 0, 0.8);
  right: -65px;
  bottom: -45px;
  z-index: -1;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.story-feed .article-feed-title:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}