:root {
  --animation-time: 250s;
}
.section-title {
  color: #fff;
  text-align: center;
  font-family: "Samsung Sharp Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 666;
  line-height: normal;
  bottom: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* SLICK END */

section {
  padding: 30px;
  overflow: hidden;
}

header {
  position: fixed;
}

@media screen and (min-width: 1024px) {
  section {
    overflow: visible;
  }

  section.content-slide.card:not(.your-home) {
    margin-top: -45px;
  }

  section.card {
    margin-top: 0;
  }

  section.content-slide.card:not(.your-home):not(.favorite-channels) {
    margin-top: -45px;
  }
}

/* animation gallery */

.gallery-container {
  position: relative;
}
.gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.animation-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  transform: rotate(15deg);
}

.animation-gallery {
  width: 100%;
  max-width: 1520px;
  min-width: 1440px;
  margin-inline: auto;
  position: relative;
  height: 400px;
  margin-bottom: 20px;
  overflow: visible;
}

.itemLeft {
  left: max(calc(590px * 12), 100%);
  animation-name: scrollLeft;
}

.itemRight {
  right: max(calc(590px * 12), 100%);
  animation-name: scrollRight;
}

.itemLeft img,
.itemRight img {
  width: 100%;
}

.itemLeft,
.itemRight {
  width: 690px;
  height: 400px;
  filter: brightness(30%);
  border-radius: 20px;
  position: absolute;
  animation-duration: var(--animation-time);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 40px;
  text-align: center;
  color: black;
}

@keyframes scrollLeft {
  to {
    left: -100%
  }
}

@keyframes scrollRight {
  to {
    right: -100%;
  }
}

.item1 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 1) * -1);
}

.item2 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 2) * -1);
}

.item3 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 3) * -1);
}

.item4 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 4) * -1);
}

.item5 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 5) * -1);
}

.item6 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 6) * -1);
}

.item7 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 7) * -1);
}

.item8 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 8) * -1);
}

.item9 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 9) * -1);
}

.item10 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 10) * -1);
}

.item11 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 11) * -1);
}

.item12 {
  animation-delay: calc(var(--animation-time) / 12 * (12 - 12) * -1);
}

.paused {
  animation-play-state: paused;
}

/* hero */

.hero {
  height: 100vh;
  background-color: #000;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .hero {
    height: 100vh;
  }
}

.hero .hero-title-wrapper {
  margin-top: 43px;
}

.hero .hero-logo {
  width: 80px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .hero .hero-logo {
    width: 139px;
  }
}

.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero .hero-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.hero .section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.favorite-channels.card {
  background: #eb4e31;
  height: auto;
  margin: 0;
  padding: 50px 30px 50px 30px;
}

.favorite-channels .cta {
  width: 250px;
}

@media screen and (max-width: 1024px) {
  .favorite-channels .cta {
    margin: 35px 0 35px;
  }
}

@media screen and (min-width: 1024px) {
  .favorite-channels.card {
    height: 87vh;
    padding: 49px 30px;
  }
  section.card:not(.content-slide):not(.free-entertainment) {
    display: flex;
    align-self: center;
    padding: 0 30px !important;
    height: 100vh !important;
  }
  .favorite-channels .cta {
    margin: 35px 0 35px;
    width: 370px;
  }
}

.favorite-channels .section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.favorite-channels .favorite-channel-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  max-width: 1400px;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.favorite-channels .favorite-channel-items .slider-content {
  height: 85px;
  width: 85px;
  border-radius: 6px;
  overflow: hidden;
}

.slider-content-title {
  margin-top: 10px;
  text-align: left;
  margin-left: 45px;
  font-family: "OneUlSans";
  font-weight: 200;
  font-size: 0.857rem;
  max-width: 125px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .slider-content-title {
    margin-left: 75px;
    max-width: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .favorite-channels .favorite-channel-items .slider-content {
    height: 160px;
    width: 160px;
  }

  .slider-content-title {
    margin-left: 30px;
    max-width: none;
  }

  .favorite-channels .desktop-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .favorite-channels .desktop-row:last-of-type {
    margin-left: 25vw;
  }
}

@media screen and (min-width: 1400px) {
  .slider-content-title {
    margin-left: 5vw;
    padding-left: 0;
    max-width: none;
    font-size: 1.2rem;
  }

  .favorite-channels .desktop-row:last-of-type {
    margin-left: 4vw;
  }
}

.favorite-channels .favorite-channel-items .slider-content img {
  width: 100%;
  height: auto;
}

.now-playing.card {
  background: #000;
  padding-top: 75px;
}

.now-playing .arrow-nav button {
  background: none;
  outline: 0;
  border: none;
}

.now-playing .owl-nav {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.now-playing .arrow-nav button:hover {
  opacity: 0.5;
}

.now-playing .arrow-nav {
  display: none;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .now-playing .arrow-nav {
    display: flex;
  }
}

.now-playing .arrow-nav button {
  cursor: pointer;
}

.now-playing .carousel-wrapper {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .now-playing .carousel-wrapper .carousel-gradient {
    display: block;
    width: 170px;
    height: 100%;
    position: absolute;
    right: 5px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to left, black, transparent);
  }
}

.now-playing .previous-btn {
  transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
  .now-playing.card {
    padding-top: 190px;
    padding-bottom: 160px;
  }

  .now-playing .section-wrapper {
    max-width: 100%;
    padding-top: 60px;
  }
}

.now-playing .carousel {
  display: flex;
  overflow: hidden;
  max-width: 1400px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.now-playing .carousel .slider-content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .now-playing .carousel {
    max-width: none;
    gap: 10px;
  }
}

.now-playing .carousel img {
  width: 100%;
  height: auto;
  position: relative;
  left: -26px;
}

.powered-by .logo-img {
  width: 76px;
  margin: 0 auto;
}

.powered-by .logo-img img {
  width: 100%;
  height: auto;
}

.powered-by.card {
  background-color: #3a9ed8;
  color: #000;
  padding: 0 0 103px 0;
  /* padding: 100px 30px 50px; */
}

.powered-by .section-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .powered-by .section-wrapper {
    grid-template-columns: 1fr 55%;
    width: 100%;
    margin: 0;
    max-width: none;
    padding: 130px 0 70px;
    align-items: flex-start;
  }

  .powered-by .logo-img {
    width: 100%;
    max-width: 150px;
  }
}

@media screen and (min-width: 1400px) {
  .powered-by .logo-img {
    max-width: 217px;
  }
  .powered-by .section-wrapper {
    grid-template-columns: 1fr 65%;
  }
}

.powered-by .tv-img {
  text-align: right;
}

.powered-by .tv-img img {
  width: 95%;
  height: auto;
  vertical-align: top;
}

.tv-content {
  padding: 100px 30px 0;
}

@media screen and (min-width: 1024px) {
  .tv-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    position: relative;
    left: 13%;
  }
}

/* .avatar, .logo:not(.header-logo) {
  display: none;
} */

@media screen and (min-width: 1024px) {
  .avatar, .logo:not(.header-logo) {
    display: block;
  }
}

/* CONTENT BLOCK */

.card.fullBg {
  border-radius: 0;
}
.content-slide.card .full-bg {
  background-size: cover !important;
  background-position: center bottom !important;
  transition: all 0.4s ease;
  top: 0;
  border-radius: 25px 25px 0 0;
}
.content-slide.card.fullBg .full-bg {
  top: -60px;
  transition: all 0.2s ease;
  border-radius: 0;
  height: 110%;
}

.content-slide.card.fullBg.music .full-bg {
  top: -60px;
}

@media screen and (min-width: 1024px) {
  .content-slide.card {
    padding: 45px 15px 137px 15px;
  }
  .card {
    transition: border-radius 0.2s ease;
  }

  .content-slide.card.spanol {
    border-radius: 0;
  }
}

.content-slide.card {
  padding-left: 15px;
  padding-right: 15px;
}
.content-slide.card.your-home {
  background: url("../img/homepage/mobile/M5/1-News/News-BG.png");
  background-size: cover;
}

.content-slide.card.live-sports {
  background: url("../img/homepage/mobile/M5/2-Sports/Sports-BG.png");
  background-size: cover;
  z-index: 2;
  overflow: visible;
}

.content-slide.card.kids-shows {
  background: url("../img/homepage/mobile/M5/3-Kids/Kids-BG.png");
  background-size: cover;
  z-index: 2;
  overflow: visible;
}

/* music update */
.content-slide.card.music {
  /* background: url("../img/homepage/desktop/M5/4-Music/Hero-Assets/4-Music-BG.png"); */
  background-size: cover;
  z-index: 2;
  overflow: visible;
}

.content-slide.card.k-content {
  background: url("../img/homepage/desktop/M5/5-K-content/Hero-Assets/5-K-content-BG.png");
  background-size: cover;
  background-position: 70% 50%;
  z-index: 2;
  overflow: visible;
}

.content-slide.card.espanol {
  background: url("../img/homepage/desktop/M5/6-Espanol/Hero-Assets/6-Espanol-BG.png");
  background-size: cover;
  z-index: 2;
  background-position: 80% 100%;
  overflow: visible;
}

.content-slide.card.exclusive {
  background: url("../img/homepage/desktop/M5/7-Exclusive/Hero-Assets/7-Exclusive-BG.png");
  background-size: cover;
  z-index: 2;
  overflow: visible;
}

.content-slide.card.kids-shows .full-bg {
  background: url("../img/homepage/desktop/M5/3-Kids/Hero-Assets/Barbie-BG.png");
}

.content-slide.card.live-sports .full-bg {
  background: url("../img/homepage/desktop/M5/2-Sports/Hero-Assets/Sports-BG.png");
}


/* music update */
.content-slide.card.music .full-bg {
  background: url("../img/homepage/desktop/M5/4-Music/Hero-Assets/4-Music-BG.png");
  top: 10px;
}

/* k-content update */
.content-slide.card.k-content .full-bg {
  background: url("../img/homepage/desktop/M5/5-K-content/Hero-Assets/5-K-content-BG.png");
}

/* espanol */
.content-slide.card.espanol .full-bg {
  background: url("../img/homepage/mobile/M5/6-Espanol/Espanol_BG.png");
}

/* exclusive */
.content-slide.card.exclusive .full-bg {
  background: url("../img/homepage/desktop/M5/7-Exclusive/Hero-Assets/7-Exclusive-BG.png");
}

.kids-shows .content-slide-shadow .avatar {
  display: block;
}

.kids-shows .content-slide-shadow .avatar {
  left: -25px;
  position: absolute;
  top: -25px;
}

.content-slide.card.kids-shows .avatar img {
  width: 50%;
}

.content-slide.card.kids-shows .logo {
  display: block;
}

.content-slide.card.kids-shows .logo img {
  width: 12%;
}

.content-slide.card.kids-shows .logo {
  z-index: 1;
  position: relative;
  left: 133px;
  top: 15px;
}

.live-sports .content-slide-shadow .avatar {
  display: block;
}

.live-sports .content-slide-shadow .avatar {
  right: -325px;
  position: absolute;
  top: -15px;
}

.content-slide.card.live-sports .avatar img {
  width: 50%;
}

.content-slide.card.live-sports .logo {
  display: block;
}

.content-slide.card.live-sports .logo img {
  width: 16%;
}
.content-slide.card.live-sports .logo {
  z-index: 1;
  position: relative;
  left: 180px;
  top: 30px;
}
/* music update */
.music .content-slide-shadow .avatar {
  display: block;
}

.music .content-slide-shadow .avatar {
  right: -400px;
  position: absolute;
  top: -15px;
}

.content-slide.card.music .avatar img {
  width: 50%;
}

.content-slide.card.music .logo {
  display: block;
}

.content-slide.card.music .logo img {
  width: 30%;
}
.content-slide.card.music .logo {
  z-index: 1;
  position: relative;
  left: 160px;
  top: 30px;
}

.k-content .content-slide-shadow .avatar {
  position: absolute;
  top: -40px;
}

.k-content .content-slide-shadow .avatar img {
  width: 50%;
  box-shadow: -50px 100px 25px 0px #000;
}

.k-content.content-slide .section-wrapper {
  margin-top: 25px;
}

.content-slide.card.k-content .logo {
  position: absolute;
  left: 150px;
  top: 20px;
  z-index: 1;
  opacity: 50%;
}

.content-slide.card.k-content .logo img {
  width: 50%;
}

.espanol .content-slide-shadow.right .avatar {
  position: absolute;
  right: -190px;
  top: -40px;
}
.espanol .content-slide-shadow.right .avatar img {
  width: 50%;
}

.content-slide.card.espanol .logo {
  position: relative;
  right: -130px;
  top: 25px;
  z-index: 1;
}

.content-slide.card.espanol .logo img {
  width: 30%;
}

.exclusive .content-slide-shadow.left .avatar {
  position: absolute;
  left: -64px;
  top: -20px;
}
.exclusive .content-slide-shadow.left .avatar img {
  width: 60%;
}

.content-slide.card.exclusive .logo {
  position: absolute;
  left: 120px;
  top: 30px;
  z-index: 1;
}

.content-slide.card.exclusive .logo img {
  width: 50%;
}

@media screen and (min-width: 1024px) {
  .content-slide.card.your-home {
    background: url("../img/homepage/desktop/M5/1-News/News-BG2.png");
    background-size: cover;
  }

  .content-slide.card.live-sports .full-bg {
    background: url("../img/homepage/desktop/M5/2-Sports/Hero-Assets/Sports-BG.png");
  }

  .content-slide.card.kids-shows .full-bg {
    background: url("../img/homepage/desktop/M5/3-Kids/Hero-Assets/Barbie-BG.png");
  }

  .content-slide.card.music .full-bg {
    background: url("../img/homepage/desktop/M5/4-Music/Hero-Assets/4-Music-BG.png");
  }

  .content-slide.card.k-content .full-bg {
    background: url("../img/homepage/desktop/M5/5-K-content/Hero-Assets/5-K-content-BG.png");
  }

  .content-slide.card.espanol .full-bg {
    background: url("../img/homepage/desktop/M5/6-Espanol/Hero-Assets/6-Espanol-BG.png");
  }

  .content-slide.card.exclusive .full-bg {
    background: url("../img/homepage/desktop/M5/7-Exclusive/Hero-Assets/7-Exclusive-BG.png");
  }

  .content-slide-shadow.right {
    justify-content: flex-end;
  }

  .content-slide-shadow .avatar {
    position: absolute;
    top: -45px;
  }

  .live-sports .content-slide-shadow.right .avatar {
    right: -170px;
  }

  .kids-shows .content-slide-shadow .avatar {
    left: 0;
  }

  .music .content-slide-shadow .avatar {
    right: -360px;
  }

  .content-slide.card.k-content {
    background: url("../img/homepage/desktop/M5/5-K-content/K-content-BG.png");
    background-position: -125px 0px;
  }
  .k-content .content-slide-shadow .avatar {
    top: -80px;
  }
  .k-content .content-slide-shadow .avatar img {
    width: 80%;
  }

  .espanol .content-slide-shadow.right .avatar {
    right: -75px;
    top: -80px;
  }

  .espanol .content-slide-shadow.right .avatar img {
    width: 80%;
  }

  .exclusive .content-slide-shadow.left .avatar {
    left: -50px;
    top: -30px;
  }
  .exclusive .content-slide-shadow.left .avatar img {
    width: 80%;
  }
  .content-slide.card.espanol .logo {
    position: relative;
    right: 120px;
    top: 25px;
    z-index: 1;
  }

  .content-slide.card.music .logo {
    position: relative;
    right: 200px;
    top: 55px;
    z-index: 1;
  }

  .content-slide.card.espanol .logo img,
  .content-slide.card.music .logo img {
    width: 65%;
  }

  .content-slide.card.live-sports .logo img {
    width: 70%;
  }

  .content-slide.card.live-sports .logo {
    position: relative;
    right: 180px;
    top: 50px;
    left: unset;
  }

  .content-slide.card.kids-shows .logo img {
    width: 70%;
  }

  .content-slide.card.k-content .logo img {
    width: 70%;
  }

  .content-slide.card.exclusive .logo img {
    width: 65%;
  }

  .content-slide.card.kids-shows .logo {
    position: relative;
    left: 200px;
    top: 55px;
    z-index: 1;
  }

  .content-slide.card.exclusive .logo {
    position: absolute;
    left: 310px;
    top: 63px;
    z-index: 1;
  }

  .content-slide.card.k-content .logo {
    position: absolute;
    left: 250px;
    top: 10px;
    z-index: 1;
  }

  .avatar img {
    width: 80%;
  }

  .exclusive .avatar img {
    width: 73%;
  }

  .kids-shows .avatar img,
  .content-slide.card.kids-shows .avatar img {
    width: 70%;
  }

  .content-slide .content-slide-shadow {
    top: -40px;
    display: flex;
  }

  .content-slide.card.live-sports .avatar img {
    width: 80%;
  }

  .content-slide.card.live-sports .avatar,
  .content-slide.card.kids-shows .avatar{
    top: -45px;
  }
}

.content-slide .content-slide-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content-slide .title-wrapper {
  margin: 0 auto;
  width: 307px;
}

@media screen and (min-width: 1024px) {
  .content-slide .title-wrapper {
    margin: 0 auto;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content-slide.k-content .title-wrapper {
    padding-left: 65px;
  }

  .content-slide .section-wrapper {
    padding-top: 12px;
  }
}

.content-slide .section-wrapper {
  display: flex;
  flex-direction: column;
  z-index: 3;
  position: relative;
  max-width: 1800px;
}

.content-slide .slide-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 97%;
  list-style-type: none;
  padding: 0;
  margin: 16px auto 0;
}

@media screen and (min-width: 1024px) {
  .content-slide .slide-blocks {
    grid-template-columns: repeat(4, 1fr);
  }

  .content-slide .slide-blocks {
    margin-top: 20px;
  }

  .content-slide.exclusive .slide-blocks{
    margin-top: 40px;
  }
}

.content-slide .slide-blocks li {
  overflow: hidden;
  border-radius: 10px;
}

.content-slide .slide-blocks img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.content-slide .content-slide-title {
  font-size: 2.571rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.content-slide .content-slide-sub-title {
  font-size: 1.429rem;
  letter-spacing: -0.5px;
  font-weight: 500;
  text-align: right;
  font-weight: 700;
}

.content-slide .title-wrapper h2:last-of-type {
  top: -15px;
}

.content-slide.k-content .content-slide-sub-title {
  text-align: left;
  margin-left: 30px;
}

.content-slide.live-sports .content-slide-title {
  text-align: right;
  margin-right: 40px;
}

.content-slide.exclusive .content-slide-title {
  text-align: right;
  margin-right: 25px;
}

.content-slide.exclusive .content-slide-sub-title {
  text-align: left;
  margin-left: 0px;
}

.content-slide.music .content-slide-sub-title {
  margin-right: 70px;
}

.content-slide .content-slide-title.center {
  left: initial;
  text-align: center;
}

.content-slide .content-slide-sub-title.center {
  left: initial;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .content-slide:not(.espanol) h2.content-slide-sub-title {
    margin-top: 0;
  } 

  .content-slide.espanol .content-slide-title {
    font-size: 75px;
  }

  .content-slide .content-slide-title {
    font-size: 3.722rem;
    position: relative;
    left: -13vw;
  }

  .content-slide .content-slide-sub-title {
    font-size: 1.889;
    letter-spacing: 0;
    position: relative;
    left: 10vw;
  }

  .content-slide .content-slide-title.right {
    left: 3vw;
  }

  .content-slide .content-slide-sub-title.right {
    left: 3vw;
  }

  .content-slide .content-slide-sub-title.right.short {
    left: 2vw;
  }

  .content-slide .content-slide-title.center {
    left: initial;
  }

  .content-slide .content-slide-sub-title.center {
    left: initial;
  }

  .content-slide .content-slide-title.left {
    left: -10vw;
  }

  .content-slide .content-slide-title.left.short {
    left: -3vw;
  }

  .content-slide .content-slide-sub-title.left {
    left: -10vw;
  }
}

@media screen and (min-width: 1400px) {
  .content-slide .content-slide-title.right {
    left: 5vw;
  }

  .content-slide .content-slide-sub-title.right {
    left: 5vw;
  }

  .content-slide .content-slide-sub-title.right.short {
    left: 3vw;
  }

  .content-slide .content-slide-title.center {
    left: initial;
  }

  .content-slide .content-slide-sub-title.center {
    left: initial;
  }

  .content-slide .content-slide-title.left {
    left: -13vw;
  }

  .content-slide .content-slide-title.left.short {
    left: -6vw;
  }

  .content-slide .content-slide-sub-title.left {
    left: -11vw;
  }

  .card:not(.content-slide) .section-wrapper {
    align-self: center;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .content-slide:not(.espanol) .content-slide-title {
    top: -12px;
  }

  .now-playing .section-wrapper {
    padding-top: 0!important;
    padding-bottom: 100px!important;
  }

  /* .content-slide.live-sports .content-slide-title {
    top: -10px;
  } */
}

.section-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.free-entertainment.card {
  display: flex;
  flex-direction: column;
  padding: 50px 0 50px 0;
  z-index: 2;
  gap: 20px;
}

.free-entertainment .cta {
  width: 250px;
}

.free-entertainment .block {
  background: #111111;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 10px;
}

.free-entertainment .title-wrapper {
  text-align: center;
}

.free-entertainment .block-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.free-entertainment .block.at-home {
  width: 95%;
  margin-left: 0;
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 4px 2px 0px 1px rgba(0, 161, 229, 1);
  -moz-box-shadow: 4px 2px 0px 1px rgba(0, 161, 229, 1);
  box-shadow: 4px 2px 0px 1px rgba(0, 161, 229, 1);
}

.free-entertainment .block.on-the-go {
  width: 95%;
  margin-right: 0;
  border-radius: 20px 0 0 20px;
  position: relative;
  left: 5%;
  -webkit-box-shadow: -3px 4px 0px 1px rgba(255, 80, 26, 1);
  -moz-box-shadow: -3px 4px 0px 1px rgba(255, 80, 26, 1);
  box-shadow: -3px 4px 0px 1px rgba(255, 80, 26, 1);
}

.free-entertainment .two-col p {
  margin-top: 0;
}

.free-entertainment img {
  width: 100%;
}

.free-entertainment .store {
  padding: 20px;
}

.free-entertainment .store img {
  max-width: 178px;
}

.free-entertainment .store-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.free-entertainment .device-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}


@media screen and (min-width: 768px) {
  .free-entertainment .block-wrapper {
    max-width: unset;
  }
  .free-entertainment .block-wrapper .block-container {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .free-entertainment .block-container .at-home.block {
    max-width: 650px;
    align-self: flex-start;
    padding-left: 20vw;
  }
  .free-entertainment .block-container .on-the-go.block {
    max-width: 650px;
    align-self: flex-end;
    padding-right: 20vw;
  }
}

@media screen and (min-width: 1024px) {

  .free-entertainment .cta {
    margin-top: 50px;
    width: 370px;
  }
  .free-entertainment .block-container .block {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .free-entertainment .block-container .at-home.block {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
    padding-left: 10vw;
    gap: 5vw;
    max-width: unset;
  }

  .free-entertainment .block-container .on-the-go.block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding-left: 5vw;
    padding-right: 15vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: unset;
  }

  .free-entertainment .block-container .on-the-go .two-col {
    grid-template-columns: 1fr 1fr;
  }

  .free-entertainment .store-wrapper {
    display: flex;
    flex-direction: column;
  }

  .free-entertainment .store {
    padding: 5px;
  }
}

@media screen and (min-width: 1447px) {
  .free-entertainment .block-container .at-home.block {
    padding-left: 20vw;
  }
  .free-entertainment .block-container .on-the-go.block {
    padding-right: 30vw;
  }
  .free-entertainment .cta {
    width: 425px;
  }
}

.free-entertainment .block-container .block-title {
  font-weight: 700;
  font-size: 1.429rem;
  margin-top: 20px;
  margin-bottom: 10px;

}
@media screen and (min-width: 1024px) {
  .free-entertainment .block-container .block-title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.free-entertainment .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.free-entertainment-title {
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 600;
}

.free-entertainment-sub-title {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 600;
  left: 8%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .free-entertainment .block-wrapper {
    max-width: 1800px;
    max-width: 100%;
  }

  .free-entertainment .two-col:first-of-type {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .free-entertainment-title {
    /* font-size: 97px; */
    font-size: calc(50px + (95 * (90vw - 420px) / 1500));
    position: relative;
    left: -5vw;
  }

  .free-entertainment-sub-title {
    /* font-size: 64px; */
    font-size: calc(20px + (95 * (90vw - 420px) / 1500));
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    max-width: 900px;
  }
}

@media screen and (min-width: 1400px) {
  .free-entertainment-title {
    font-size: 70px;
  }

  .free-entertainment-sub-title {
    font-size: 43px;
    padding-bottom: 30px;
    max-width: none;
  }
}

.powered-by.card.stacked-card {
  min-height: 759px;
}

.favorite-channels.card.stacked-card {
  min-height: 692px;
}

.now-playing.card.stacked-card {
  min-height: 481px;
}

.content-slide.card.stacked-slim-card {
  min-height: 480px;
}

@media screen and (min-width: 1024px) {
  .content-slide.card.stacked-slim-card {
    min-height: 556px;
  }
}

@media screen and (min-width: 1400px) {
  .content-slide.card.stacked-slim-card {
    min-height: 610px;
  }
}

/* TODO Home Page font refactor*/
/* HERO M1 */
.hero-title-wrapper {
  display: flex;
  flex-direction: column;
  margin: 43px auto 0;
  width: 100%;
  max-width: 310px;
}
.hero .main-title {
  font-size: 2.571rem;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  letter-spacing: 1px;
  align-self: flex-start;
  line-height: 27px;
}
.hero .sub-title {
  font-size: 1.714rem;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 5px;
  align-self: flex-end;
}
.hero p {
  font-family: "OneUlSans";
  font-size: 1rem;
  text-align: center;
  line-height: 140%;
  padding: 0;
  max-width: 280px;
  margin: 10px auto 0;
  font-weight: 400;
}
/* M2 fav channels */
.favorite-channels .section-title {
  color: #000;
  margin-bottom: 24px;
  font-size: 2rem;
  font-family: "Samsung Sharp Sans";
}
/* M3 now playing */
.now-playing .section-title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 2rem;
  font-family: "Samsung Sharp Sans";
  padding-bottom: 15px;
}
/* M4  powererd by*/
.tv-content-title-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 30px auto 15px;
  max-width: 265px;
}
.tv-content .tv-content-title {
  font-size: 2rem;
  font-weight: 700;
  align-self: flex-start;
}
.tv-content .tv-content-sub-title {
  font-size: 3.429rem;
  font-weight: 700;
  align-self: flex-end;
}
.tv-content .tv-content-copy {
  font-size: 1rem;
  text-align: center;
  padding: 0 42px;
  line-height: 21px;
}
/* Live News */
.content-slide.your-home .title-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 30px;
}
.content-slide.your-home .content-slide-title {
  align-self: flex-start;
  margin-right: 0;
  text-align: center;
  margin-bottom: 10px;
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
}
.content-slide.your-home .content-slide-sub-title {
  align-self: flex-end;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
}
/* Live sports */
.content-slide.card.live-sports .logo {
  left: 190px;
  bottom: unset;
  top: 20px;
  right: unset;
}
.content-slide.card.live-sports .logo img {
  width: 20%;
}
.content-slide.live-sports .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.content-slide.live-sports .content-slide-title {
  align-self: flex-end;
  margin-right: 0;
  text-align: center;
  margin-bottom: 10px;
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
}
.content-slide.live-sports .content-slide-sub-title {
  align-self: flex-start;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
}
.live-sports .title-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto 30px;
}

/* Music */
.music .title-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 30px auto 30px;
  max-width: 160px;
}

.content-slide.music .content-slide-title {
  align-self: flex-start;
  margin-right: 0;
  text-align: center;
  margin-bottom: 0px;
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
}
.content-slide.music .content-slide-sub-title {
  align-self: flex-end;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 0;
}

/* tablet */
@media screen and (min-width: 768px) {
  /* Live sports */
  .content-slide.card.live-sports .logo {
    left: 70%;
    top: 20px;
  }
  .content-slide.card.live-sports .logo img {
    width: 15%;
  }
  /* music */
  .content-slide.card.music .logo {
    left: 460px;
    top: 100px;
  }
  .content-slide.card.music .logo img {
    width: 20%;
  }
}

/* Desktop */
@media screen and (min-width: 1024px) {
  /* HERO M1 */
  .hero-title-wrapper {
    max-width: 985px;
  }
  .hero .main-title {
    font-size: 6.667rem;
    line-height: 90px;
  }
  .hero .sub-title {
    font-size: 4.444rem;
  }
  .hero p {
    font-size: 1.778rem;
    max-width: 1200px;
    line-height: 42px;
    margin-top: 42px;
  }
  /* M2 fav channels */
  .favorite-channels .section-wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .favorite-channels .section-title br {
    display: none;
  }
  .favorite-channels .section-title {
    font-size: 3.778rem;
    margin-bottom: 64px;
    padding-top: 0;
  }
  /* M3 now playing */
  .now-playing .section-title {
    font-size: 3.778rem;
  }
  .now-playing .section-title br {
    display: none;
  }
  .now-playing .section-title {
    margin-bottom: 70px;
  }
  /* M4  powererd by*/
  .tv-content-title-wrapper {
    margin: 30px auto 0;
    max-width: 340px;
  }
  .tv-content .tv-content-copy {
    font-size: 1rem;
    text-align: left;
    padding: 0;
    max-width: 340px;
    align-self: flex-start;
    margin: 0 auto;
    line-height: 48px;
  }
  /* Live News */
  .content-slide.your-home .title-wrapper {
    max-width: 470px;
  }
  /* Live sports */
  .content-slide.card.live-sports .logo {
    left: -11%;
    top: 15px;
  }
  .content-slide.card.live-sports .logo img {
    width: 50%;
  }
  .content-slide.live-sports .title {
    max-width: 440px;
  }
  /* music */
  .content-slide.card.music .logo {
    left: 460px;
    top: 100px;
  }

  .content-slide.card.music .logo img {
    width: 50%;
  }

  .content-slide.card.music .logo {
    left: -30px;
    top: 70px;
  }
}

/* Large Screen */
@media screen and (min-width: 1447px) {

  .content-slide .content-slide-title {
    font-size: 4rem;
  }
  .content-slide .content-slide-sub-title {
    font-size: 2.667rem;
  }
  .hero-title-wrapper {
    max-width: 1024px;
  }
  .hero .main-title {
    font-size: 5rem;
  }
  .hero .sub-title {
    font-size: 3.333rem;
  }
  .hero p {
    font-size: 1.333rem;
  }
  /* M2 fav channels */
  .favorite-channels .section-title {
    font-size: 2.833rem;
  }
  /* M3 now playing */
  .now-playing .section-title {
    font-size: 2.833rem;
  }
  /* M4  powererd by*/
  .tv-content-title-wrapper, .tv-content .tv-content-copy  {
    max-width: 450px;
  }
  /* Live News */
  .content-slide.your-home .title-wrapper {
    max-width: 875px;
  }
  .content-slide.your-home .content-slide-title {
    font-size: 4rem;
  }
  .content-slide.your-home .content-slide-sub-title {
    font-size: 2.667rem;
  }
  /* live sports */
  .content-slide.live-sports .title {
    max-width: 693px;
  }
  .content-slide.live-sports .content-slide-title {
    font-size: 4rem;
  }
  .content-slide.live-sports .content-slide-sub-title {
    font-size: 2.667rem;
  }
  .content-slide.card.live-sports .logo {
    top: 50px;
  }
  .content-slide.card.live-sports .logo img {
    width: 70%;
  }

  /* music */

  .music .title-wrapper {
    max-width: 450px;
  }
  .content-slide.music .content-slide-title {
    line-height: 104px;
  }
  .content-slide.music .content-slide-sub-title {
    line-height: 104px;
  }
  .music .content-slide-shadow .avatar {
    right: -90px;
  }
  .content-slide.card.music .avatar img {
    width: 90%;
  }
  .content-slide.card.music .logo {
    left: 460px;
    top: 100px;
  }
  
  .content-slide.card.music .logo img {
    width: 90%;
  }

  .content-slide.card.music .logo {
    left: -300px;
    top: 70px;
  }

  .content-slide.card.k-content .logo {
    position: absolute;
    left: 315px;
    top: 90px;
    z-index: 1;
  }

}