.cc--featured-videos .c--featured-videos {
  position: relative;
}
.cc--featured-videos .bg-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22.5rem;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .bg-container {
    height: auto;
  }
}
.cc--featured-videos.no-video-list .bg-container {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos.no-video-list .bg-container {
    margin-bottom: 0;
  }
}
.f--ambient-video {
  width: 100%;
}
.cc--featured-videos.no-video-list .bg-container .featured-videos-bg-image, .cc--featured-videos.no-video-list .bg-container .f--ambient-video {
  height: 21.25rem;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos.no-video-list .bg-container .featured-videos-bg-image, .cc--featured-videos.no-video-list .bg-container .f--ambient-video {
    height: 30.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .cc--featured-videos.no-video-list .bg-container .featured-videos-bg-image, .cc--featured-videos.no-video-list .bg-container .f--ambient-video {
    height: 37.5rem;
  }
}
.cc--featured-videos.bg-video .c--featured-videos .f--ambient-video {
  padding-bottom: 0;
}
.f--ambient-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cc--featured-videos .bg-container .featured-videos-bg-image::after, .cc--featured-videos .bg-container .f--ambient-video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 1;
}
.video-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.cc--featured-videos.bg-video .c--featured-videos .video-controls {
  position: absolute;
  right: 0;
  bottom: 4.375rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos.bg-video .c--featured-videos .video-controls {
    bottom: 0;
  }
}
.video-controls .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-controls .video-button.video-pause-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
}
html[data-whatintent="mouse"] .video-controls .video-button {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.video-controls .video-button svg {
  width: 0.75rem;
  height: 0.75rem;
}
.video-controls .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-controls .video-button.video-play-button {
  display: none;
}
html[data-whatintent="mouse"] .video-controls .video-button {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.video-controls .video-button svg {
  width: 0.75rem;
  height: 0.75rem;
}
.cc--featured-videos .content-container {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .content-container {
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .cc--featured-videos .content-container {
    padding-top: 9rem;
    padding-bottom: 7.75rem;
  }
}
.cc--featured-videos .inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .inner-wrapper {
    padding-bottom: 0;
  }
}
.cc--featured-videos .text-wrapper {
  margin-bottom: 1.875rem;
  padding-top: 0;
  padding-right: 8%;
  padding-left: 8%;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper {
    margin-bottom: 4.125rem;
    padding-top: 0;
    padding-right: 4%;
    padding-left: 4%;
    position: initial;
    height: auto;
  }
}
.cc--featured-videos .text-wrapper .text-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper .text-container {
    width: 76.08696%;
  }
}
@media screen and (min-width: 1024px) {
  .cc--featured-videos .text-wrapper .text-container {
    width: 54.34783%;
  }
}
.cc--featured-videos .text-wrapper .f--section-title {
  position: absolute;
  top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper .f--section-title {
    position: static;
  }
}
.cc--featured-videos .text-wrapper .f--cta-title h3 a {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper .f--cta-title h3 a {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px) {
  .cc--featured-videos .text-wrapper .f--cta-title h3 a {
    font-size: 4.4rem;
    line-height: 1.2;
  }
}

.lc--layout-container h2 {
  font-size: 1.75rem;
  line-height: 1.2858;
}
@media screen and (min-width: 768px) {
  .lc--layout-container h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.f--section-title h2 {
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  line-height: 1.2858;
  color: #000;
}
@media screen and (min-width: 768px) {
  .f--section-title h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .f--section-title h2 {
    font-size: 3.125rem;
    line-height: 1.16;
  }
}
.cc--featured-videos .text-wrapper .f--section-title h2 {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper .f--section-title h2 {
    margin-bottom: 3.125rem;
  }
}
.cc--featured-videos .text-wrapper .cta-wrapper {
  position: absolute;
  bottom: -18.125rem;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper .cta-wrapper {
    position: static;
  }
}
.cc--featured-videos .text-wrapper .f--cta-title {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper .f--cta-title {
    margin-bottom: 1.875rem;
  }
}
.cc--featured-videos .text-wrapper .text-container a {
  font-size: 1.5rem;
  line-height: 3.375;
  color: #FFF;
  text-decoration: none;
}

html[data-whatintent="mouse"] .cc--featured-videos .text-wrapper .text-container a {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.cc--featured-videos .text-wrapper .text-container .watch-more-link .button--alt {
  padding-right: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
html[data-whatintent="mouse"] .cc--featured-videos .text-wrapper .text-container .watch-more-link .button--alt {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.cc--featured-videos .text-wrapper .text-container .watch-more-link .button--alt svg {
  margin-right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  fill: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .cc--featured-videos .text-wrapper .text-container .watch-more-link .button--alt svg {
    margin-right: 1.25rem;
    width: 5.125rem;
    height: 5.125rem;
  }
}
.video-controls .video-button svg path {
  fill: #FFF;
}
.video-controls .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-controls .video-button.video-pause-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
}
html[data-whatintent="mouse"] .video-controls .video-button {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.video-controls .video-button.video-pause-button.hidden {
  display: none;
}
.video-controls .video-button.video-play-button {
  display: none;
}
.video-controls .video-button.video-play-button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-controls .video-button svg {
  width: 0.75rem;
  height: 0.75rem;
}

/**** node videos *******/
.cc--remote-video {
  position: relative;
}
.cc--remote-video .video-poster-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 1;
  }
}
.cc--remote-video .video-poster .background-image-overlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster .background-image-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.f--image--hidden img {
  display: none;
}

@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster .video-controls-info {
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    bottom: 1.875rem;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .cc--remote-video .video-poster .video-controls-info {
    bottom: 3.75rem;
  }
}
.cc--remote-video .video-poster .video-controls-info .inner-wrapper {
  padding-right: 8%;
  padding-left: 8%;
}
@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster .video-controls-info .inner-wrapper {
    padding-right: 4%;
    padding-left: 4%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cc--remote-video .video-poster .video-controls-info .inner-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.cc--remote-video .video-poster .video-controls-info button {
  display: none;
}
@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster .video-controls-info button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cc--remote-video .video-poster .video-controls-info button {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.cc--remote-video .video-poster .video-controls-info button svg {
  display: block;
  width: 5rem;
  height: 5rem;
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1024px) {
  .cc--remote-video .video-poster .video-controls-info button svg {
    width: 6.25rem;
    height: 6.25rem;
  }
}
html[data-whatintent="mouse"] .cc--remote-video .video-poster .video-controls-info button svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.f--video-embed {
  position: relative;
  padding-top: 56.25%;
}
.f--video-embed .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cc--remote-video .video-poster .video-controls-info .text-container {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster .video-controls-info .text-container {
    padding-top: 0;
    padding-right: 8%;
    padding-bottom: 0;
    padding-left: 8%;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .cc--remote-video .video-poster .video-controls-info .text-container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    bottom: 2.5rem;
    width: 87.5%;
  }
}
.cc--remote-video .video-poster .video-controls-info .f--page-title h1 {
  margin-bottom: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .cc--remote-video .video-poster .video-controls-info .f--page-title h1 {
    font-size: 1.5rem;
    line-height: 1.3334;
    color: #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .cc--remote-video .video-poster .video-controls-info .f--page-title h1 {
    font-size: 2rem;
    line-height: 1.25;
    color: #FFF;
  }
}
button.play-video-btn{
  padding: 0;
  border: 0;
  background-color: transparent;
}
.play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.frame{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 8px;
}
iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}
.linkwrap { position:relative; display:inline-block; }
.blocker { position:absolute; height:100%; width:100%; z-index:1; /*background:rgba(255,0,0,0.5);*/  }
.linkwrap iframe { z-index: 2; }
