@charset "UTF-8";

/* Slick slider styles */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.icon-Arrow_left:before {
  content: "\e912";
  font-size: 1.5rem;
}

.icon-Arrow_right:before {
  content: "\e913";
  font-size: 1.5rem;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.social-media,
.footer-nav,
.social-list,
.numbered-list,
.genre,
.package-included-list,
.separated-list,
.hero-section-slider .top-section-list,
.hero-section-fullscreen-bg .top-section-list,
.compare-package-item-list,
.search-holder .search-list,
.search-holder .search-list ul,
.share-list,
.app-list,
.footer-list,
.footer-list ul,
.apps-block .logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.bg-wrap-decoderinfo {
  background-repeat: no-repeat;
  background-size: cover;
}

h1,
.h1 {
  margin-bottom: 1.1875rem;
}

h2,
.h2 {
  margin-bottom: 1.75rem;
}

h3,
.h3 {
  line-height: 1.28;
}

h4,
.h4 {
  margin-bottom: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-holder .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-holder .btn:only-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}

.btn-holder span:only-child {
  margin: 0;
}

.btn-holder span[class^="icon"] {
  margin-right: 10px;
}

.packagePrice .value-holder {
  line-height: 100%;
}

.packagePrice .h2 {
  margin-bottom: 1.1875rem;
}

.packagePrice .btn-holder {
  padding: .4375rem 0;
}

.constant-ml .btn + .btn {
  margin: 1rem 1.875rem 0 0;
}

.btn-circle {
  width: 40px;
  height: 40px;
  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;
  background: #fff;
  border-radius: 50%;
  padding: 0;
}

.btn {
  position: relative;
  font-size: 1rem;
}

.btn [class^="icon"] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: .2rem;
  font-size: 1.25rem;
  margin-right: .3125rem;
  margin-top: -.1875rem;
}

.btn-with-icon {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn-dark {
  background: #0a121d;
  border-color: transparent;
}

.btn-dark:hover {
  background: #0095da;
  border-color: transparent;
}

.btn-md {
  font-size: 1rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

/*$letter-spacing:          1px !default;*/

.v-align-transform {
  position: relative;
  top: 50%;
  z-index: 2;
}

.v-align-transform-container {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
}

.article-holder {
  margin-bottom: 0;
}

.article-holder [class^="col"] {
  margin-bottom: 1.875rem;
}

.card.visual-card .card-image img {
  -webkit-transition: .2s -webkit-transform linear;
  transition: .2s -webkit-transform linear;
  transition: .2s transform linear;
  transition: .2s transform linear, .2s -webkit-transform linear;
}

.card.visual-card:hover .card-image.zoomIn img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-image {
  border-radius: .4rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.article-card {
  border: none;
  overflow: hidden;
  border-radius: .4rem;
  background-color: transparent;
  color: #fff;
  font-size: .875rem;
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
}

.article-card:hover:not(.video-card) {
  color: #0a121d;
}

.article-card:hover:not(.video-card) .article-card-image:not(.no-hover) {
  background-size: 106%;
}

.article-card:hover:not(.video-card) .card-body:before {
  opacity: 1;
}

.article-card:hover:not(.video-card) .card-title,
.article-card:hover:not(.video-card) p,
.article-card:hover:not(.video-card) span,
.article-card:hover:not(.video-card) strong {
  color: #0a121d;
}

.article-card:hover:not(.video-card) .date {
  color: rgba(10, 18, 29, .7);
}

.article-card:hover:not(.video-card) .article-description [class^="icon"] {
  color: #179edd;
}

.article-card .article-description {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  display: block;
  font-size: .75rem;
  margin-bottom: .8125rem;
  line-height: 1.57;
}

.article-card .article-description [class^="icon"] {
  font-size: 1rem;
  line-height: 17px;
}

.article-card .date {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  font-size: .75rem;
  float: right;
  color: rgba(255, 255, 255, .7);
}

.article-card p {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: rgba(255, 255, 255, .7);
}

.article-card-image {
  -webkit-transition: background-size .3s ease;
  transition: background-size .3s ease;
  padding-top: 56%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .251);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .251);
  margin-bottom: -.9375rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: inset 0 0 50px rgba(10, 18, 29, .1);
  box-shadow: inset 0 0 50px rgba(10, 18, 29, .1);
}

.card-title {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  display: block;
  margin-bottom: .625rem;
  font-size: 1rem;
}

.card-body {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0 0 5px 5px;
  opacity: 1;
  background: transparent;
  height: 100%;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .card-body {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: transparent;
  }
}

.sidebar .card-body {
  border: none;
}

.card-body:before {
  -webkit-transition: opacity .5s ease, z-color .5s ease;
  transition: opacity .5s ease, z-color .5s ease;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #fff;
  opacity: .05;
  border-radius: 0 0 5px 5px;
  z-index: -1;
}

.sidebar .card-body:before {
  background-color: #f2f2f3;
  opacity: .7;
}

.card-body [class^="icon"] {
  color: #179edd;
  margin-right: .625rem;
}

.card-link {
  position: static;
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999px;
  line-height: 0;
  z-index: 5;
}

.card-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.visual-card-holder,
.visual-card-link-holder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.visual-card-holder p,
.visual-card-link-holder p {
  color: rgba(255, 255, 255, .7);
}

.visual-card-holder .btn-holder,
.visual-card-link-holder .btn-holder {
  white-space: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.visual-card-holder .btn-holder .btn-link,
.visual-card-link-holder .btn-holder .btn-link {
  padding-left: 0;
  padding-right: 0;
}

.visual-card-holder .btn-holder .cust-xl-mr-2,
.visual-card-link-holder .btn-holder .cust-xl-mr-2 {
  margin-right: 0;
}

.visual-card-text-holder .h4 {
  margin-bottom: 1.6875rem;
}

.visual-card {
  height: 100%;
  background-color: transparent;
  border-radius: 7px;
}

.visual-card .card-image img {
  width: 100%;
}

.visual-card .visual-card-body {
  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;
  margin-top: -10px;
  background: rgba(255, 255, 255, .1);
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(255, 255, 255, .1);
}

@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) or (-webkit-backdrop-filter: blur(30px)) {
  .visual-card .visual-card-body {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}

.visual-card-link-holder .visual-card {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  border: none;
  color: #fff;
  text-decoration: none;
}

.visual-card-link-holder .visual-card:hover .visual-card-link {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.visual-card-link-holder .visual-card-body {
  font-size: .75rem;
  border: 1px solid rgba(255, 255, 255, .102);
  margin-bottom: .5rem;
}

.visual-card-link-holder .visual-card-body .text {
  font-size: .625rem;
}

.visual-card-link-holder .visual-card-link-descriotion {
  text-align: center;
  color: rgba(255, 255, 255, .5);
  font-size: .75rem;
}

.local-show-card:hover {
  z-index: 2;
}

.local-show-card .big-dropshadow-with-hover {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.local-show-card .big-dropshadow-with-hover:after {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  background: transparent;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.local-show-card .big-dropshadow-with-hover .zoomIn img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.local-show-card .big-dropshadow-with-hover:hover:after {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .75);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .75);
}

.local-show-card .big-dropshadow-with-hover:hover .zoomIn img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.visual-card-channels-holder .visual-card-col {
  margin-bottom: .5rem;
}

.visual-card-channels-holder .visual-card-body {
  padding: .3125rem 1.25rem;
}

.visual-card-channels-holder .visual-card-body img {
  max-height: 50px;
  max-width: 100%;
}

.visual-card-link {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  font-size: .75rem;
}

.visual-card-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inline-YTPlayer {
  max-width: 100%;
}

.article-card-image.carousel-sell {
  width: 100%;
}

.pricing-card,
.decoders-card,
.chanel-card {
  background-color: transparent;
}

.pricing-card .value-holder span,
.decoders-card .value-holder span,
.chanel-card .value-holder span {
  font-size: 1rem;
}

.pricing-card .value-holder .h1,
.decoders-card .value-holder .h1,
.chanel-card .value-holder .h1 {
  font-size: 1.5rem;
}

.pricing-card .text-secondary-info,
.decoders-card .text-secondary-info,
.chanel-card .text-secondary-info {
  display: block;
  font-size: 1rem;
  margin-bottom: .625rem;
}

.pricing-card ul,
.decoders-card ul,
.chanel-card ul {
  color: #00b9af;
  margin-bottom: 1.75rem;
}

.pricing-card li,
.decoders-card li,
.chanel-card li {
  margin-bottom: .8125rem;
}

.pricing-card li span,
.decoders-card li span,
.chanel-card li span {
  color: #fff;
}

.pricing-card .btn,
.decoders-card .btn,
.chanel-card .btn {
  margin-top: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricing-card.bg-white,
.decoders-card.bg-white,
.chanel-card.bg-white {
  color: #0a121d;
}

.pricing-card .card-subtitle,
.decoders-card .card-subtitle,
.chanel-card .card-subtitle {
  display: block;
}

/*Decoders card specifics*/

.decoders-card ul {
  color: #fff;
  list-style: disc !important;
}

.decoders-card ul li {
  color: #fff;
}

.decoders-card a {
  z-index: 999999999;
}

.decoders-card .list-info li:before {
  color: #0095da;
  top: -1px;
}

.decoders-card .slide {
  padding: 1.15rem 1.45rem;
}

.article-carousel00 .carousel-sell {
  height: 490px;
}

/*Pricing card specifics*/

.pricing-card {
  font-size: 1rem;
}

.pricing-card p.h1 {
  margin: .5rem 0;
}

.pricing-card li.bold {
  font-weight: normal;
}

.pricing-card p.small {
  margin-bottom: .5rem;
  line-height: 100%;
}

.pricing-card .text-holder {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1.25rem;
}

.pricing-card .text-holder .subtitle {
  font-size: 1.75rem;
}

.ico-card-top {
  width: 50px;
  height: 50px;
  font-size: 1.875rem;
  border-radius: 50%;
  display: block;
  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;
  background-color: #00b9af;
  top: -25px;
  left: 30px;
  position: absolute;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .blur {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}

.blur:before {
  -webkit-transition: opacity .3s linear, z-color .3s linear;
  transition: opacity .3s linear, z-color .3s linear;
  content: "";
  position: absolute;
  left: -2px;
  top: -1px;
  background: #fff;
  opacity: .05;
  border-radius: .3125rem;
  z-index: -1;
}

@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) or (-webkit-backdrop-filter: blur(0)) {
  .blur:before {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.blur.btn-rounded {
  border-radius: 50px;
}

@-moz-document url-prefix()  {
  .card-body {
    z-index: 5;
    border: none;
  }

  .article-card-image {
    margin-bottom: 0;
  }

  .blur {
    background: rgba(10, 18, 29, .7);
  }
}

.feature-channels .channel-block {
  width: 100%;
}

.feature-channels .channel-card {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.chanel-card {
  padding: 30px 0;
}

.chanel-card h4.subtitle {
  margin-bottom: 1rem;
}

.chanel-box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -.375rem;
}

.chanel-box,
.chanel-box-sm {
  position: relative;
  max-width: calc(100% / 5 - 12px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% / 5 - 12px);
  flex: 1 0 calc(100% / 5 - 12px);
  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;
  border-radius: .4rem;
  background-color: #fff;
  margin: 0 .375rem .75rem;
  padding: 10px;
}

.chanel-box:before,
.chanel-box-sm:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.chanel-box img,
.chanel-box-sm img {
  max-width: 100%;
}

.chanel-box-sm {
  max-width: calc(100% / 4 - 12px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% / 4 - 12px);
  flex: 1 0 calc(100% / 4 - 12px);
}

.slide-link {
  margin-top: auto;
  font-weight: 700;
  font-size: 1.125rem;
  margin-left: auto;
  color: #fff;
}

.slide-link:hover:not(.btn) {
  opacity: .7;
  text-decoration: none;
  color: #fff;
}

.card-slide-opener {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  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;
  color: #fff;
  text-decoration: none;
  z-index: 5;
  font-size: 1.25rem;
}

.card-slide-opener [class^="icon"] {
  margin: 0;
  color: #fff;
}

.card-slide-opener:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.card {
  min-height: 100%;
}

.card.active .icon-info {
  display: none;
}

.card.active .icon-Close_L {
  display: block;
}

.card .icon-Close_L {
  display: none;
}

.card .iframe-holder {
  border-radius: 0;
  margin: 0;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .card .iframe-holder {
    margin-bottom: -1px;
  }
}

.card-slide {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 1.4rem 1.1rem;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-slide p:first-child {
  padding-right: 1.5625rem;
}

.slide-link-p-absolute {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.decoders-card {
  font-size: 1rem;
}

.decoders-card .card-body {
  display: block;
  padding: 1.1rem 1.4rem;
}

.decoders-card .card-body:before {
  width: calc(100% + 3px);
  height: calc(100% + 2px);
}

.decoders-card .h1 {
  margin-bottom: -8px;
  font-size: 1.5rem;
}

.decoders-card a {
  margin-top: auto;
}

.decoders-card img {
  max-width: 100%;
}

.decoders-card.active .card-body > * {
  opacity: 0;
}

.decoders-card.active .card-body:before {
  opacity: 0;
}

.decoders-card.active .card-body .slide,
.decoders-card.active .card-body .card-slide-opener,
.decoders-card.active .card-body .slide-link-p-absolute {
  opacity: 1;
}

.carousel-sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.carousel-sell .card {
  width: 100%;
}

.ico-holder {
  height: 56px;
  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;
}

.ico-holder img {
  max-width: 46px;
}

.video-card {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.875rem;
}

.video-card .iframe-holder {
  margin-bottom: 1.5rem;
}

.video-card .article-description {
  margin-bottom: .625rem;
}

.video-card h2 {
  margin-bottom: 1.25rem;
}

.video-card .separated-list {
  margin-bottom: .625rem;
}

.video-card .separated-list li {
  color: rgba(255, 255, 255, .7);
}

.video-card .separated-list li:before {
  background: rgba(255, 255, 255, .7);
}

.iframe-holder__grippy {
  position: absolute;
  left: 0;
  width: calc(50% - 40px);
  top: 0;
  bottom: 50px;
  z-index: 3;
}

.iframe-holder__grippy:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 29%;
  top: 0;
  left: 100%;
}

.iframe-holder__grippy + .iframe-holder__grippy {
  left: auto;
  right: 0;
}

.iframe-holder__grippy + .iframe-holder__grippy:before {
  bottom: 0;
  top: auto;
  right: 100%;
  left: auto;
}

.card-date {
  color: rgba(255, 255, 255, .7);
}

.card-rounded {
  border-radius: .3125rem;
}

.card-text-slim p {
  margin-bottom: 0;
}

.image-size-cover {
  background-size: cover !important;
}

.image-size-cover:not(.no-hover) {
  background-size: cover !important;
}

.hidden-overflow {
  overflow: hidden;
}

/* list reset */

/* filtration list */

.filtration-holder,
.smooth-scroll-nav-holder,
.content-nav-holder {
  overflow-x: auto;
  margin-bottom: 1.8125rem;
}

.filtration-list,
.smooth-scroll-nav-list,
.content-nav-list,
.filter-list {
  position: relative;
  width: 100%;
  font-size: .875rem;
  margin: 0 -1rem;
  z-index: 50;
}

.filtration-list a,
.smooth-scroll-nav-list a,
.content-nav-list a,
.filter-list a {
  color: #fff;
  text-decoration: none;
}

.filtration-list a:hover,
.smooth-scroll-nav-list a:hover,
.content-nav-list a:hover,
.filter-list a:hover {
  opacity: .8;
}

.smooth-scroll-nav-item a:hover {
  color: #179edd;
}

.anchor-active a {
  color: #179edd;
}

.anchor-active a:hover {
  opacity: 1;
}

.font-size-base {
  font-size: 1rem;
}

.filter-item,
.smooth-scroll-nav-item,
.content-nav-item {
  display: inline-block;
  margin: 0 1rem;
  text-decoration: none;
}

.active-filter-item a:not(.btn):not(btn-medium),
.active-smooth-scroll-nav-item a:not(.btn):not(btn-medium),
.active-content-nav-item a:not(.btn):not(btn-medium) {
  color: #179edd !important;
  font-weight: 700;
}

/* pagination */

.pagination-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1.375rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(414px - 30px);
  flex: 1 0 calc(414px - 30px);
  max-width: calc(414px - 30px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-item {
  max-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  opacity: 1;
}

.page-item:last-child {
  margin-right: 0;
}

.page-item.active .page-link {
  color: #0a121d;
  background-color: #fff;
}

.page-item.disabled {
  opacity: .3;
}

.page-item a:hover {
  opacity: .8;
}

.pagination .page-item .page-link {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.page-link {
  border-radius: 50%;
  opacity: 1;
  background-color: #252e3a;
  color: rgba(255, 255, 255, .7);
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  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;
}

.icon-arrow-short-carousel-right {
  color: #fff;
}

/* pagination  end*/

/* social media styles */

.social-media li,
.social-list li {
  display: inline-block;
  margin: 0 .5625rem;
}

.social-media a:hover,
.social-list a:hover {
  text-decoration: none;
  opacity: .8;
}

.social-media a {
  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: 40px;
  height: 40px;
  background: #fff;
  color: #0a121d;
  border-radius: 50%;
  font-size: 1.25rem;
}

.social-list {
  font-size: 2.5rem;
  margin: 0 -.375rem;
  line-height: 1.2;
}

.social-list li {
  margin: 0 .1875rem;
  line-height: inherit;
}

.social-list a {
  color: #179edd;
}

/* social media styles end */

/* privacy lists styles */

.numbered-list {
  list-style-type: none;
  counter-reset: my-awesome-counter;
}

.numbered-list > li {
  counter-increment: my-awesome-counter;
}

.numbered-list > li:before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
}

.unsorted-list {
  font-weight: 700;
}

/* genre list styles */

.genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .75rem;
  margin: 0 -.625rem .4375rem;
  text-transform: uppercase;
}

.genre li {
  padding: 0 .625rem;
}

.genre li + li {
  position: relative;
}

.genre li + li:before {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0a121d;
}

.genre a {
  color: #0a121d;
}

.genre a:hover {
  text-decoration: none;
  opacity: .8;
}

/* genre list styles end*/

.package-included-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: .75rem;
}

.package-included-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100px;
}

.package-included-list [class^="icon"] {
  width: 50px;
  height: 50px;
  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;
  border: 1px solid #fff;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: .625rem;
}

.package-list-title {
  white-space: nowrap;
}

.list-info {
  padding-left: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 1rem;
  padding-left: 1rem;
}

.list-info li {
  margin-bottom: .3125rem;
  position: relative;
}

.list-info li:before {
  content: "\2022";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 3px;
  font-size: 1.3rem;
}

.list-info span {
  color: #fff;
}

.list-info.product-text {
  font-size: .5625rem;
}

.separated-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -.625rem;
}

.separated-list li {
  position: relative;
  display: inline-block;
  margin: 0 .625rem;
}

.separated-list li + li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .7);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.suggested-links {
  color: #d0dadf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.375rem;
}

.suggested-links li {
  margin: 0 .375rem;
}

.suggested-links a {
  color: #fff;
}

.suggested-links a:hover {
  color: #179edd;
  text-decoration: underline;
}

.ordered-list {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
  margin-bottom: 1.4375rem;
}

.ordered-list li > strong:first-child {
  display: inline-block;
  margin-bottom: 1.4375rem;
}

.ordered-list > li:before {
  margin-bottom: 1.4375rem;
}

.ordered-list > li:before,
.ordered-list .ordered-list > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-weight: 700;
}

.ordered-list ul,
.ordered-list .ordered-list {
  padding-left: 0;
}

ol ol ul {
  list-style-type: disc;
}

.iframe-holder {
  position: relative;
  padding-top: 56%;
  border-radius: .4rem;
  overflow: hidden;
  margin-bottom: 2rem;
  margin-top: 2rem;
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .5);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .5);
}

.iframe-holder .inline-YTPlayer {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.iframe-holder.news-article-video {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: .3125rem;
}

.latest-local-news .iframe-holder {
  margin-top: 0;
}

.iframe-description {
  font-size: .75rem;
  display: block;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.yotube-custom-player.player.mb_YTPlayer {
  background-attachment: inherit !important;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 56.85% !important;
}

.vimeo_player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.vimeo-holder.is-playing .play {
  background-color: transparent;
  color: transparent;
}

.inlinePlayButton,
.play {
  width: 64px;
  height: 64px;
  font-size: 4rem;
}

.inlinePlayButton {
  border: none;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0;
  font-size: 0;
  margin: 0;
}

.inlinePlayButton:before {
  font-family: "DStv-com-icons";
  content: "\e968";
  font-size: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inlinePlayButton:hover {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  background: none;
}

.mb_YTPlayer:hover .inlinePlayButton {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  background-color: transparent;
}

.play {
  border: none;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0;
}

.play:focus {
  outline: none;
}

.vimeo-holder.is-playing .play {
  background-color: transparent;
}

blockquote {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.6875rem .625rem;
  line-height: 1.4;
  margin-bottom: 2.25rem;
}

blockquote:before,
blockquote:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #0095da;
  border-radius: 5px;
}

blockquote:before {
  left: 0;
}

blockquote:after {
  right: 0;
}

.blockquote.blockquote p {
  margin-bottom: .4375rem;
}

cite {
  display: block;
  font-size: .875rem;
  font-style: normal;
  color: rgba(10, 18, 29, .5);
}

.hero-section-slider,
.hero-section-fullscreen-bg {
  position: relative;
  margin-bottom: 3.125rem;
}

.hero-section-slider .slick-list,
.hero-section-fullscreen-bg .slick-list {
  overflow: visible;
}

.hero-section-slider .slick-slide,
.hero-section-fullscreen-bg .slick-slide {
  background-position: 0 0;
}

.hero-section-slider .top-section,
.hero-section-slider .top-panel-standard,
.hero-section-fullscreen-bg .top-section,
.hero-section-fullscreen-bg .top-panel-standard {
  top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}

.hero-section-slider .top-section .top-text-holder,
.hero-section-slider .top-panel-standard .top-text-holder,
.hero-section-fullscreen-bg .top-section .top-text-holder,
.hero-section-fullscreen-bg .top-panel-standard .top-text-holder {
  padding-bottom: 6.25rem;
}

.hero-section-slider .top-section > .container,
.hero-section-slider .top-panel-standard > .container,
.hero-section-fullscreen-bg .top-section > .container,
.hero-section-fullscreen-bg .top-panel-standard > .container {
  margin-top: 0;
}

.hero-section-slider .top-section-list,
.hero-section-fullscreen-bg .top-section-list {
  font-size: .875rem;
  margin-bottom: 1rem;
}

.hero-section-slider .top-section-list li:before,
.hero-section-fullscreen-bg .top-section-list li:before {
  content: "*";
  padding-right: 1rem;
}

.hero-section-slider .link,
.hero-section-fullscreen-bg .link {
  font-size: .875rem;
  color: #fff;
  text-decoration: underline;
}

.hero-section-slider .bg-holder,
.hero-section-fullscreen-bg .bg-holder {
  background-size: auto 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: -6.25rem;
  z-index: -1;
}

.hero-section-slider .container,
.hero-section-fullscreen-bg .container {
  position: relative;
  z-index: 5;
}

.hero-section-slider .z-index-0,
.hero-section-fullscreen-bg .z-index-0 {
  z-index: 0;
}

.hero-section-slider .badge,
.hero-section-fullscreen-bg .badge {
  margin-bottom: 1.25rem;
}

.hero-section-slider .genre,
.hero-section-fullscreen-bg .genre {
  margin-bottom: .9375rem;
}

.hero-section-slider .genre li:before,
.hero-section-fullscreen-bg .genre li:before {
  background: rgba(255, 255, 255, .7);
}

.hero-section-slider .genre a,
.hero-section-fullscreen-bg .genre a {
  color: rgba(255, 255, 255, .7);
}

.slick-arrow {
  -webkit-transition: left .3s ease, right .3s ease;
  transition: left .3s ease, right .3s ease;
  position: absolute;
  top: 0;
  background: #fff;
  width: 50px;
  height: 50px;
  top: 40%;
  z-index: 10;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.8125rem;
}

.slick-prev {
  left: 0;
  margin-left: calc(50% - 50vw);
}

.slick-prev:hover {
  left: -5px;
}

.slick-next {
  right: 0;
  margin-right: calc(50% - 50vw);
}

.slick-next:hover {
  right: -5px;
}

.slider-subtitle {
  font-size: 1.75rem;
  display: block;
}

.hero-section-slider .bg-holder {
  min-height: calc(100vw / 1.78);
}

.hero-section-slider .bg-holder:before {
  content: "";
  position: absolute;
  left: 0;
  background: #000 0 0 no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0a121d00), to(#0a121d)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0a121d00 0%, #0a121d 100%) 0 0 no-repeat padding-box;
  width: 100%;
  height: 200px;
  bottom: -2px;
}

.hero-section-slider .bg-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#0a121d), color-stop(45%, rgba(10, 18, 29, 0)));
  background: linear-gradient(90deg, #0a121d 0%, rgba(10, 18, 29, 0) 45%);
}

.bg-custom-position00 {
  background-repeat: no-repeat;
  background-position: -300px -700px;
}

.hero-section-fullscreen-bg .text-sm {
  font-size: .875rem;
}

.article-carousel .flickity-button,
.news-article-carousel .flickity-button {
  display: none;
}

.flickity-cards {
  margin: 0 -.375rem 3.125rem;
}

.flickity-cards.flickity-carousel:after {
  display: none;
  content: "flickity";
}

.flickity-cards .flickity-button {
  display: none;
}

.flickity-cards .carousel-sell {
  width: 50%;
  padding: 0 .375rem;
}

.flickity-cards .slide-item {
  border-radius: 6px;
  overflow: hidden;
}

.flickity-cards a {
  color: #fff;
}

.flickity-cards a:hover .text-holder {
  text-decoration: none;
  opacity: .8;
}

.flickity-cards img {
  width: 100%;
}

.flickity-cards .slide-item {
  position: relative;
  overflow: hidden;
  display: block;
}

.flickity-cards .slide-item img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.flickity-cards .slide-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.flickity-cards .text-holder {
  display: block;
  padding-left: .7rem;
  padding-right: .7rem;
}

.flickity-cards .text-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.flickity-cards .text-holder {
  text-align: center;
  position: absolute;
  bottom: .8125rem;
  width: 100%;
}

.flickity-cards .text-holder-top {
  top: .5rem;
  bottom: unset;
}

.flickity-cards .text-sm {
  font-size: .5rem;
  line-height: 1;
}

.flickity-cards .text-lg {
  font-size: .75rem;
  line-height: 1;
}

.flickity-viewport {
  width: 100%;
}

.flickity-page-dots li:only-child {
  display: none;
}

.article-carousel:after {
  display: none;
  content: "flickity";
}

.news-article-carousel:after {
  display: none;
  content: "flickity";
}

.card-img-carousel .flickity-viewport,
.card-img-carousel .carousel-sell {
  width: 100%;
}

.card-img-carousel .flickity-button {
  z-index: 10;
}

.card-img-carousel .article-card-image {
  width: 100%;
}

.card-img-carousel .card-body {
  position: relative;
}

.card-img-carousel .flickity-button {
  top: 100%;
}

.card-img-carousel .previous {
  left: auto;
  right: 70px;
}

.card-img-carousel-holder:hover .card-body {
  color: #fff;
}

.card-img-carousel-holder:hover .card-body:before {
  opacity: .1;
}

.card-img-carousel-holder:hover .card-body p,
.card-img-carousel-holder:hover .card-body .card-title,
.card-img-carousel-holder:hover .card-body .date {
  color: #fff;
}

.card-img-carousel:after {
  display: none;
  content: "flickity";
}

.flickity-page-dots {
  bottom: -46px;
}

.flickity-page-dots .dot {
  position: relative;
  width: .875rem;
  height: .875rem;
  background-color: transparent;
  opacity: 1;
}

.flickity-page-dots .dot:hover:before {
  background: #179edd;
}

.bg-white .flickity-page-dots .dot:hover:before {
  background: #179edd;
}

.flickity-page-dots .dot.is-selected:before {
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  background: #179edd;
}

.bg-white .flickity-page-dots .dot.is-selected:before {
  background: #179edd;
}

.flickity-page-dots .dot.is-selected:after {
  width: 14px;
  height: 14px;
  border-color: #179edd;
}

.flickity-page-dots .dot:before {
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
}

.bg-white .flickity-page-dots .dot:before {
  background: rgba(10, 18, 29, .7);
}

.flickity-page-dots .dot:after {
  -webkit-transition: border .5s ease, width .5s ease, height .5s ease;
  transition: border .5s ease, width .5s ease, height .5s ease;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%;
  width: 0;
  height: 0;
}

.campaign-carousel:after,
.flickity-carousel-6:after,
.flickity-carousel-4:after,
.people-scroller-carousel:after,
.exclusive-highlights-carousel:after,
.carouselAccElmScrollTo:after {
  display: none;
  content: "flickity";
}

.campaign-carousel .flickity-viewport,
.flickity-carousel-6 .flickity-viewport,
.flickity-carousel-4 .flickity-viewport,
.people-scroller-carousel .flickity-viewport,
.exclusive-highlights-carousel .flickity-viewport,
.carouselAccElmScrollTo .flickity-viewport {
  overflow: visible;
}

.campaign-carousel .flickity-viewport:before,
.campaign-carousel .flickity-viewport:after,
.flickity-carousel-6 .flickity-viewport:before,
.flickity-carousel-6 .flickity-viewport:after,
.flickity-carousel-4 .flickity-viewport:before,
.flickity-carousel-4 .flickity-viewport:after,
.people-scroller-carousel .flickity-viewport:before,
.people-scroller-carousel .flickity-viewport:after,
.exclusive-highlights-carousel .flickity-viewport:before,
.exclusive-highlights-carousel .flickity-viewport:after,
.carouselAccElmScrollTo .flickity-viewport:before,
.carouselAccElmScrollTo .flickity-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 4;
  width: 30px;
}

.campaign-carousel .flickity-viewport:before,
.flickity-carousel-6 .flickity-viewport:before,
.flickity-carousel-4 .flickity-viewport:before,
.people-scroller-carousel .flickity-viewport:before,
.exclusive-highlights-carousel .flickity-viewport:before,
.carouselAccElmScrollTo .flickity-viewport:before {
  left: 0;
  margin-left: calc(50% - 50vw);
}

.campaign-carousel .flickity-viewport:after,
.flickity-carousel-6 .flickity-viewport:after,
.flickity-carousel-4 .flickity-viewport:after,
.people-scroller-carousel .flickity-viewport:after,
.exclusive-highlights-carousel .flickity-viewport:after,
.carouselAccElmScrollTo .flickity-viewport:after {
  right: 0;
  margin-right: calc(50% - 50vw);
}

.campaign-carousel .flickity-prev-next-button,
.flickity-carousel-6 .flickity-prev-next-button,
.flickity-carousel-4 .flickity-prev-next-button,
.people-scroller-carousel .flickity-prev-next-button,
.exclusive-highlights-carousel .flickity-prev-next-button,
.carouselAccElmScrollTo .flickity-prev-next-button {
  z-index: 5;
  background: none;
}

.campaign-carousel .previous,
.flickity-carousel-6 .previous,
.flickity-carousel-4 .previous,
.people-scroller-carousel .previous,
.exclusive-highlights-carousel .previous,
.carouselAccElmScrollTo .previous {
  margin-left: calc(50% - 50vw);
}

.campaign-carousel .next,
.flickity-carousel-6 .next,
.flickity-carousel-4 .next,
.people-scroller-carousel .next,
.exclusive-highlights-carousel .next,
.carouselAccElmScrollTo .next {
  margin-right: calc(50% - 50vw);
}

.campaign-carousel .flickity-button-icon,
.flickity-carousel-6 .flickity-button-icon,
.flickity-carousel-4 .flickity-button-icon,
.people-scroller-carousel .flickity-button-icon,
.exclusive-highlights-carousel .flickity-button-icon,
.carouselAccElmScrollTo .flickity-button-icon {
  fill: #fff;
}

.flickity-carousel-6 .flickity-viewport {
  overflow: visible;
}

.flickity-carousel-6 .flickity-slider {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-carousel .flickity-slider,
.news-article-carousel .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-carousel .flickity-carousel:after,
.news-article-carousel .flickity-carousel:after {
  display: none;
  content: "flickity";
}

.article-carousel .carousel-sell,
.news-article-carousel .carousel-sell {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 84%;
  flex: 1 0 84%;
  max-width: 84%;
  width: 84%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 .375rem;
}

.article-carousel .col-md-6,
.news-article-carousel .col-md-6 {
  width: 50%;
}

.article-carousel .article-card,
.news-article-carousel .article-card {
  min-height: 100%;
}

.article-carousel .card-body,
.news-article-carousel .card-body {
  height: auto;
  padding: 2.5rem;
  display: block;
}

.article-slide-holder {
  font-size: 1rem;
  padding: 2.875rem 0 3.9375rem;
}

.article-slide-holder .row {
  position: relative;
}

.article-slide-holder h2 {
  margin-bottom: 2rem;
}

.article-slide-holder [class^="col"] {
  margin-bottom: .5rem;
}

.article-slide-holder .flickity-page-dots {
  bottom: -24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.125rem;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  margin-top: 30px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  margin: 0 .5rem;
}

.slick-dots .slick-active button:before {
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  background: #179edd;
}

.slick-dots .slick-active button:after {
  width: 14px;
  height: 14px;
  border-color: #179edd;
}

.slick-dots button {
  position: relative;
  width: .875rem;
  height: .875rem;
  background-color: transparent;
  opacity: 1;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots button:hover:before {
  background: #179edd;
}

.slick-active .slick-dots button:before {
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  background: #179edd;
}

.slick-active .slick-dots button:after {
  width: 14px;
  height: 14px;
  border-color: #179edd;
}

.slick-dots button:before {
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
}

.slick-dots button:after {
  -webkit-transition: border .5s ease, width .5s ease, height .5s ease;
  transition: border .5s ease, width .5s ease, height .5s ease;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%;
  width: 0;
  height: 0;
}

.people-scroller-section {
  padding: 1.875rem 0 4.375rem;
}

.people-scroller-section h2 {
  margin-bottom: 1.875rem;
}

.people-scroller-carousel {
  position: relative;
  text-align: center;
}

.people-scroller-carousel.flickity-carousel:after {
  display: none;
  content: "flickity";
}

.people-scroller-carousel .flickity-viewport {
  overflow: visible;
}

.people-scroller-carousel .flickity-viewport:before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(10, 18, 29, 0)));
  background: linear-gradient(to right, #fff, rgba(10, 18, 29, 0));
}

.people-scroller-carousel .flickity-viewport:after {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(10, 18, 29, 0)));
  background: linear-gradient(to left, #fff, rgba(10, 18, 29, 0));
}

.people-scroller-carousel .carousel-sell {
  width: calc(100% / 3 - 12px);
  margin: 0 .375rem;
}

.people-scroller-carousel a {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: #0a121d;
}

.people-scroller-carousel a:hover {
  text-decoration: none;
  color: rgba(10, 18, 29, .8);
}

.people-scroller-carousel a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.people-scroller-carousel .img-holder-round {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(10, 18, 29, .2);
  margin-bottom: .625rem;
}

.people-scroller-carousel .img-holder-round img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  width: 100%;
  border-radius: 50%;
}

.people-scroller-carousel .name,
.people-scroller-carousel .member-info {
  display: block;
}

.people-scroller-carousel .name {
  font-size: 1rem;
  margin-bottom: .3125rem;
}

.people-scroller-carousel .member-info {
  font-size: .875rem;
  color: rgba(10, 18, 29, .7);
}

.people-scroller-carousel .member-info > * {
  display: block;
}

.people-scroller-carousel .flickity-button-icon {
  fill: #0a121d;
}

.features-carousel-holder {
  position: relative;
  padding: 0 .375rem 3.125rem;
  background: bottom;
  margin-bottom: 3.125rem;
  background-size: cover;
  z-index: 2;
}

.features-carousel-holder:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a121d), color-stop(40%, rgba(10, 18, 29, .7)), to(rgba(10, 18, 29, 0)));
  background: linear-gradient(to top, #0a121d, rgba(10, 18, 29, .7) 40%, rgba(10, 18, 29, 0) 100%);
}

.features-carousel-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 43px);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) or (-webkit-backdrop-filter: blur(30px)) {
  .features-carousel-holder:before {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}

.features-carousel-holder .h4 {
  padding-left: .5625rem;
}

.features-carousel-holder a {
  font-size: .75rem;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.features-carousel-holder a img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.features-carousel-holder a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.features-carousel-holder .features-carousel {
  z-index: 5;
}

.features-carousel-holder .flickity-carousel:after {
  display: none;
  content: "flickity";
}

.features-carousel-holder .carousel-sell {
  width: calc(100% / 3);
  padding: 0 .375rem;
}

.features-carousel-holder .img-holder {
  border-radius: .4rem;
  overflow: hidden;
  margin-bottom: .3125rem;
  border-radius: 5px;
}

.features-carousel-holder .img-holder img {
  width: 100%;
}

.features-carousel-holder .flickity-page-dots,
.features-carousel-holder .flickity-button {
  display: none;
}

.article-carousel02 {
  margin-bottom: 4.8125rem;
}

.article-carousel02 .card-body {
  min-height: 130px;
  height: auto;
}

.article-carousel02 .flickity-button {
  display: none;
}

.flickity-carousel.is-fullscreen .carousel-sell {
  height: 100%;
}

.flickity-carousel-4 {
  margin-bottom: 4.6875rem;
  position: relative;
}

.flickity-carousel-4 .carousel-sell {
  width: 282px;
}

.flickity-carousel-4 .card-bg {
  background-position: 50%;
  background-size: 115%;
  background-repeat: no-repeat;
}

.flickity-carousel-4 .text-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 380px;
  padding: 1.875rem 1.25rem;
}

.flickity-carousel-4 .text-holder:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  height: calc(50% + 2px);
  width: calc(100% + 2px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 33, 46, .5)), to(rgba(38, 49, 64, 0)));
  background: linear-gradient(to top, rgba(24, 33, 46, .5), rgba(38, 49, 64, 0));
}

.flickity-carousel-4 .text-bottom {
  position: relative;
  margin-top: auto;
  font-size: 1rem;
}

.flickity-carousel-4 .value-holder p {
  margin-bottom: 0;
}

.flickity-carousel-4 .list-info {
  font-size: .875rem;
  font-weight: 700;
}

.flickity-carousel-4.packages-carousel .slide-link-p-absolute {
  right: 30px;
  bottom: 30px;
}

.decoder-packages-carousel .packages-carousel-gradient-bg,
.package-page .packages-carousel-gradient-bg {
  padding-top: 2rem;
  padding-bottom: .0625rem;
}

.packages-hardware .packages-carousel-gradient-bg {
  background: transparent;
  padding-top: 0;
}

.packages-hardware .bg-wrap00:before {
  background: transparent;
}

.decoder-carousel-container,
.packges-carousel-container,
.featured-channels-carousel-container {
  position: relative;
}

.decoder-carousel-container .hidden-clicker,
.packges-carousel-container .hidden-clicker,
.featured-channels-carousel-container .hidden-clicker {
  cursor: pointer;
}

.featured-channels-carousel-fade-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
}

.featured-channels-carousel-fade-gradient:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  display: none;
  position: absolute;
  width: 70px;
  bottom: 0;
  right: 0;
  height: 68%;
  z-index: 2;
}

.decoder-carousel-fade-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
}

.decoder-carousel-fade-gradient:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(90deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
  display: none;
  position: absolute;
  width: 70px;
  bottom: 90px;
  right: 0;
  height: 68%;
  z-index: 2;
}

.flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-section-carousel-4:after {
  display: none;
  content: "flickity";
}

.top-section-carousel-4 .carousel-sell {
  width: 50%;
  padding: 0 .375rem;
}

.article-carousel00 .flickity-slider,
.article-carousel01 .flickity-slider {
  display: block;
}

.article-carousel00 .carousel-sell,
.article-carousel01 .carousel-sell {
  width: 100%;
}

.article-carousel01 .text-holder {
  min-height: 440px;
}

.flickity-slider .carousel-sell {
  min-height: 0;
}

.top-section-carousel-4 {
  text-align: center;
  font-size: .875rem;
}

.top-section-carousel-4 img {
  margin-bottom: 1.0625rem;
}

.top-section-carousel-4 p {
  margin-bottom: 0;
  font-size: .875rem;
  color: rgba(255, 255, 255, .7);
}

.top-section-carousel-4:after {
  display: none;
  content: "flickity";
}

.top-section-carousel-4 .carousel-sell {
  width: 50%;
}

.top-section-carousel-4 .flickity-button {
  display: none;
}

.local-news-carousel {
  margin: 0 -.5rem;
}

.local-news-carousel:after {
  display: none;
  content: "flickity";
}

.local-news-carousel .carousel-sell {
  width: 335px;
  padding: 0 .5rem;
}

.local-news-carousel .article-card {
  font-size: .75rem;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .local-news-carousel .article-card-image {
    margin-bottom: -.25rem;
  }
}

.local-news-carousel .card-title {
  margin-bottom: 0;
}

.local-news-carousel .flickity-button {
  display: none;
}

.exclusive-highlights-carousel .carousel-sell {
  width: 318px;
  padding: 0 .9375rem;
}

.exclusive-highlights-carousel .iframe-holder {
  z-index: 0;
}

.compare-package-form .flickity-carousel:after {
  display: none;
  content: "flickity";
}

.compare-package-form .flickity-carousel .flickity-button {
  display: none;
}

.Carosel-Title {
  font-size: 1.7rem;
}

.article-Show-carousel:after {
  display: none;
  content: "flickity";
}

.article-Show-carousel {
  /* .col-xl-4 {
        @include media-breakpoint-up(xl) {
            flex: 1 0 calc(100% / 3);
            max-width: calc(100% / 3);
        }
    }

    .col-md-6 {
        width: 50%;

        @include media-breakpoint-up(md) {
            width: 50%;
        }

        @include media-breakpoint-up(xl) {
            flex: 1 0 50%;
            max-width: 50%;
        }
    }*/
}

.article-Show-carousel .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-Show-carousel .flickity-carousel:after {
  display: none;
  content: "flickity";
}

.article-Show-carousel .carousel-sell {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 84%;
  flex: 1 0 84%;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 .375rem;
  /* @include media-breakpoint-up(md) {
            flex: 1 0 50%;
            max-width: 50%;
            width: 50%;
            padding: rem-calc(0 15);
        }

        @include media-breakpoint-up(xl) {
            flex: 1 0 25%;
            max-width: 25%;
        }*/
}

.article-Show-carousel {
  margin-bottom: 2.8125rem;
}

.article-Show-carousel .flickity-button {
  display: block;
}

.article-Show-carousel .flickity-page-dots {
  bottom: -4px;
  right: 14rem;
}

.article-Show-carousel .flickity-page-dots .dot {
  position: relative;
  width: .875rem;
  height: .875rem;
  background-color: transparent;
  opacity: 1;
}

.article-Show-carousel .flickity-page-dots .dot:hover:before {
  background: #179edd;
}

.bg-white .article-Show-carousel .flickity-page-dots .dot:hover:before {
  background: #179edd;
}

.article-Show-carousel .flickity-page-dots .dot.is-selected:before {
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  background: #179edd;
}

.bg-white .article-Show-carousel .flickity-page-dots .dot.is-selected:before {
  background: #179edd;
}

.article-Show-carousel .flickity-page-dots .dot.is-selected:after {
  width: 14px;
  height: 14px;
  border-color: #179edd;
}

.article-Show-carousel .flickity-page-dots .dot:before {
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
}

.bg-white .article-Show-carousel .flickity-page-dots .dot:before {
  background: rgba(10, 18, 29, .7);
}

.article-Show-carousel .flickity-page-dots .dot:after {
  -webkit-transition: border .5s ease, width .5s ease, height .5s ease;
  transition: border .5s ease, width .5s ease, height .5s ease;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%;
  width: 0;
  height: 0;
}

.Shows-Box {
  position: relative;
  width: 100%;
  height: 100%;
}

.Details-Box {
  width: 40%;
  right: 0;
  top: 50%;
}

.Video-Box {
  position: relative;
  width: 60%;
  right: 0;
}

.CaroselDetails {
  padding: 3% 10% 4% 20%;
  margin: 3%;
}

.Description-title {
  font-size: 1.6rem;
}

.Headline-carousel {
  margin-top: 20px;
  margin-bottom: 8%;
  font-size: .9rem;
  font-weight: lighter;
}

.Date-carousel {
  margin-top: 20px;
  font-size: .8rem;
  font-weight: lighter;
}

.channel-image-article {
  float: left;
  padding-right: 5px;
}

.Channel-Detail-Article-Slider {
  padding-left: 55px;
  padding-top: 1.1rem;
  font-weight: bold;
  font-size: .7rem;
}

.Channel-Detail-Article-Slider-number {
  /*padding-left: 10px;*/
  font-weight: 200;
}

.contact-form-holder {
  font-size: 1rem;
  color: rgba(10, 18, 29, .4);
  padding: 1.125rem 1.875rem;
  margin-bottom: 3.1875rem;
}

.contact-form-holder label {
  font-size: .75rem;
  color: rgba(10, 18, 29, .4);
  margin-bottom: .1875rem;
}

.contact-form-holder .jcf-select {
  font-size: 1rem;
}

.contact-form-holder .form-control {
  width: 100;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(10, 18, 29, .4);
}

.contact-form-holder .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-holder {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.form-control {
  border-width: 0;
  border-radius: 0;
  height: auto;
  border: none;
  -webkit-box-shadow: 0 .5px 0 -.2px #0a121d;
  box-shadow: 0 .5px 0 -.2px #0a121d;
  padding-left: 0;
  padding-bottom: 1.375rem;
  padding-top: 1.25rem;
  height: auto;
}

.form-control::-webkit-input-placeholder {
  color: rgba(10, 18, 29, .4);
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: rgba(10, 18, 29, .4);
}

.form-control:-moz-placeholder {
  color: rgba(10, 18, 29, .4);
}

.form-control:-ms-input-placeholder {
  color: rgba(10, 18, 29, .4);
}

.form-control.placeholder {
  color: rgba(10, 18, 29, .4);
}

.form-control:focus {
  background-color: transparent;
}

.jcf-select {
  padding: 0;
  margin: 0;
  height: auto;
  border: none;
  -webkit-box-shadow: 0 .5px 0 -.2px #0a121d;
  box-shadow: 0 .5px 0 -.2px #0a121d;
  width: 100%;
  padding-left: 0;
  padding-bottom: 1.3125rem;
}

.jcf-select .jcf-select-text {
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 0;
}

.jcf-select .jcf-select-opener {
  background: none;
  height: 26px;
  display: block;
}

.jcf-select .jcf-select-opener:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: .2px solid #0a121d;
  border-top: none;
  border-left: none;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  top: 20%;
  -webkit-transform: rotate(225deg) translate(-50%, -50%);
  transform: rotate(225deg) translate(-50%, -50%);
}

.modal .form-group {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 1.25rem;
}

.form-transparent input {
  background-color: transparent;
  border-color: #fff;
}

.search-form-content .form-group {
  position: relative;
}

.search-form-content label {
  color: #d0dadf;
}

.search-form-content .form-control {
  padding-left: 0;
  font-size: 1rem;
  color: #fff;
}

.search-form-content .form-control::-webkit-input-placeholder {
  color: #fff;
}

.search-form-content .form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-form-content .form-control:-moz-placeholder {
  color: #fff;
}

.search-form-content .form-control:-ms-input-placeholder {
  color: #fff;
}

.search-form-content .form-control.placeholder {
  color: #fff;
}

.search-form-content button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 0;
  color: #fff;
  height: 66px;
}

.compare-package-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.compare-package-form .flickity-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.375rem 5.3125rem;
  padding-left: 4px;
}

.compare-package-col {
  width: 198px;
  margin-left: 30px;
}

.compare-package-col:first-child {
  margin-left: 0;
}

.compare-package-item {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.compare-package-item .compare-package-item-outline {
  width: 100%;
  height: 100%;
  border: 2px solid #0095da;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 2;
  border-radius: 8px;
  pointer-events: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.compare-package-item.package-is-selected .compare-package-item-outline {
  opacity: 1;
}

.compare-package-item.compare-package-item-disabled {
  pointer-events: none;
  opacity: .3;
}

.compare-package-item [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.compare-package-item [type="checkbox"]:checked ~ label {
  background: #179edd;
  border-color: #179edd;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.compare-package-item [type="checkbox"]:checked ~ label:before {
  display: block !important;
}

.compare-package-item label {
  display: inline-block;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: .9375rem;
  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;
  margin-bottom: 0;
  float: right;
}

.compare-package-item label:before {
  font-family: "DStv-com-icons";
  content: "\e964";
  text-indent: 0;
  display: none;
}

.compare-package-item label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.compare-package-item.compare-package-item-checked .fake-checkbox.fake-checkbox [class^="icon"] {
  display: block;
}

.compare-package-item .icons-holder {
  font-size: 1.25rem;
  margin-bottom: .125rem;
}

.compare-package-item .icons-holder [class="icon-tick"] {
  display: none;
}

.compare-package-item .value-holder {
  font-size: .875rem;
}

.compare-package-item .value-holder p {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.compare-package-item .value-holder .value-text-sm {
  font-size: .875rem;
}

.compare-package-item-img-holder {
  background-size: cover;
  background-position: center;
  border-radius: .375rem .375rem 0 0;
  padding: 2.625rem 1.1875rem 1.9375rem;
  margin: 0 0 -.5rem;
}

@-moz-document url-prefix()  {
  .compare-package-item-img-holder {
    position: relative;
    z-index: 1;
    background-size: auto 105%;
  }
}

.compare-package-name {
  font-size: 1.25rem;
}

.compare-package-item-content {
  font-size: .75rem;
  line-height: 1.66;
  padding: 1rem 1rem .8125rem 1.25rem;
  border-radius: .375rem;
  border: 1px solid rgba(255, 255, 255, .1);
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .compare-package-item-content {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}

@-moz-document url-prefix()  {
  .compare-package-item-content {
    padding-top: 1.625rem;
  }
}

.compare-package-item-title {
  display: block;
  margin-bottom: .25rem;
}

.compare-package-item-list {
  margin-bottom: .75rem;
}

.compare-package-item-list li {
  position: relative;
  padding-left: .5625rem;
  margin-bottom: 0;
}

.compare-package-item-list li:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}

.form-buttons-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-buttons-holder button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 20px);
  flex: 1 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin: 0 .625rem;
}

.form-buttons-holder button:disabled:not(.btn) {
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .4);
  border: 1px solid rgba(255, 255, 255, .05);
}

.tab-holder {
  font-size: 1rem;
}

.list-group-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.3125rem;
  padding: 0 12px;
}

.tabs-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  max-width: 430px;
}

.tabs-list-group [class^="icon"] {
  width: 50px;
  height: 50px;
  background: #fff;
  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;
  border-radius: 50%;
  color: #0a121d;
  margin: 0 auto;
  font-size: 1.5rem;
}

.tabs-list-group .ico-reverse:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.tabs-group-item-action {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50px;
  flex: 1 0 50px;
  max-width: 50px;
  border-radius: 50%;
  background: none;
  padding: 0;
  border: none;
  margin: 0 auto;
  -ms-flex: 1 0 15%;
  flex: 1 0 15%;
  min-width: 15%;
  max-width: 20%;
}

.tabs-group-item-action.active,
.tabs-group-item-action:hover {
  background: transparent;
  text-decoration: none;
}

.tabs-group-item-action.active [class^="icon"],
.tabs-group-item-action:hover [class^="icon"] {
  -webkit-transition: background .5s ease, color .5s ease;
  transition: background .5s ease, color .5s ease;
  color: #fff;
  background: #179edd;
}

.list-group-item + .list-group-item.active {
  border-width: 0;
  margin-top: 0;
}

.tab-item-description {
  font-size: .5625rem;
  color: rgba(255, 255, 255, .7);
  white-space: nowrap;
}

.tab-pane-visual {
  font-size: .875rem;
  max-width: 615px;
  margin: 0 auto;
}

.tab-pane-visual p {
  max-width: 500px;
  margin: 0 auto;
  font-size: .875rem !important;
}

.installer-section {
  padding: 3.125rem 0 0 0;
}

.installer-tab-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -.75rem;
}

.installer-tab-nav a {
  font-weight: 500;
}

.installer-group-item-action {
  color: #0a121d;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1rem;
  margin: 0 12px;
}

.installer-group-item-action.active,
.installer-group-item-action:hover {
  color: #179edd;
}

.installer-group-item-action.active {
  font-weight: 700;
}

.installer-tab-content {
  padding-bottom: 5.25rem;
}

.carousel-installer:after {
  display: none;
  content: "flickity";
}

.carousel-installer .flickity-sell {
  margin: 0;
  padding-right: .75rem;
}

.carousel-installer .flickity-sell:last-child {
  padding-right: 0;
}

.carousel-installer .flickity-button {
  display: none;
}

.installer-logo {
  padding: 1.25rem;
  width: 130px;
  height: 130px;
  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;
  border: 1px solid rgba(10, 18, 29, .1);
  border-radius: .4rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.installer-logo img {
  width: 100%;
  max-width: 100%;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  visibility: hidden;
}

.tab-content > .active {
  height: auto;
  visibility: visible;
}

.payment-method-content-col,
.payment-method-tablist-col {
  width: 100%;
}

.payment-method-tablist-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.payment-method-tablist-holder > .row [class^="col"] {
  margin-bottom: 1.875rem;
}

.payment-method-tablist-holder .list-group-item {
  background: none;
  border: none;
}

.payment-method-tablist-holder .list-group-item:hover {
  text-decoration: none;
}

.payment-method-tablist-holder .list-group-item.active .list-group-item-content {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.payment-method-tablist-holder .list-group-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 114px;
  background: #179edd;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  padding: 1.875rem 0;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.payment-method-tablist-holder .list-group-item-content img {
  display: block;
}

.payment-method-tablist-holder .list-group-item-content .payment-method-description {
  margin-top: auto;
}

.payment-method-tablist-holder .img-holder {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin-bottom: .9375rem;
}

.js-only-child .payment-method-tablist-col {
  display: none;
}

.payment-method-tablist-col .filtered-element {
  max-width: calc(100% / 12 * 6);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% / 12 * 6);
  flex: 1 0 calc(100% / 12 * 6);
  padding: 0 .375rem .75rem;
}

.payment-method-tablist-col .filter-title-list h1 {
  font-weight: 700;
}

.filter-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.filter-list {
  position: relative;
  width: auto;
  font-size: 1rem;
}

.filter-list .filter-item {
  font-weight: 500;
}

.filter-list .filter-item-active {
  font-weight: 650;
}

.filter-list .filter-item-active a {
  color: #179edd;
}

.filter-title-list.title-hide {
  display: none;
}

.filter-title-list h1 {
  font-weight: 700;
  margin-bottom: 2rem;
  padding-left: 0;
}

.filter-title-list h1:first-child {
  display: block;
}

.payment-method-content-col {
  display: none;
  color: #0a121d;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.js-only-child .payment-method-content-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.payment-method-content-col .payment-method-content-holder {
  background: #fff;
  padding: 1.875rem 1.875rem 1.4375rem;
  border-radius: 6px;
  margin-bottom: 1.4375rem;
}

.payment-method-content-col ul {
  padding-left: 1.0625rem;
  margin-bottom: 1.4375rem;
}

.payment-method-content-col h1 {
  padding-left: .9375rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
}

.payment-method-content-col p a,
.payment-method-content-col li a,
.payment-method-content-col strong a {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
}

.payment-method-content-col p a:hover,
.payment-method-content-col li a:hover,
.payment-method-content-col strong a:hover {
  color: #179edd;
}

.payment-method-content-col p {
  margin-bottom: 1.4375rem;
}

.payment-method-content-col .payment-method-list-title {
  display: block;
  margin-bottom: 1.25rem;
}

.payment-method-content-col img {
  width: 100%;
  margin-bottom: 1.6875rem;
  max-width: 100%;
}

.tab-content-active .payment-method-content-col {
  display: block;
}

.payment-method-content-title {
  display: block;
}

.pay-method-sub-title {
  font-size: 5rem;
  margin: 0 0 .25rem 0;
  line-height: 1.25;
}

.js-hidden {
  display: none !important;
}

.js-show {
  display: block !important;
}

.navbar-active {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.navbar-active .icon-hamburger-nav {
  display: none;
}

.navbar-active .icon-Close_M {
  display: block;
}

.navbar-active [id="header"] {
  background-color: #0a121d;
  bottom: 0;
}

.navbar-active .search-mobile {
  opacity: 0;
}

.icon-hamburger-nav {
  display: block;
}

.icon-Close_M {
  display: none;
}

[id="header"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: 50;
}

/*[id="header"]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: -1;
}*/

[id="header"].fixed-position {
  z-index: 200;
}

[id="header"].fixed-position:after {
  top: 0;
}

[id="header"].fixed-position .navbar {
  padding: .625rem 1rem;
}

.navbar {
  -webkit-transition: padding .5s ease;
  transition: padding .5s ease;
  background-color: transparent;
  padding: 1rem 1rem 0;
  top: 0;
  left: 0;
  position: relative;
}

.navbar .navbar-toggler {
  border-color: transparent;
  width: 55px;
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar .nav-item:focus,
.navbar .nav-link:focus {
  outline: none;
  border: none;
}

.navbar .container {
  position: relative;
}

.navbar .dropdown-menu {
  background: none;
}

.nav-item {
  position: relative;
  color: #fff;
}

.nav-item.active {
  font-weight: 700;
}

.nav-item.active a {
  position: relative;
}

.nav-item.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #179edd;
}

.search-opener.nav-link {
  color: #fff;
}

.search-opener.nav-link.active + .header-search-form {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.search-mobile {
  opacity: 1;
}

.search-mobile .btn.active + .header-search-form {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav-controls .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-controls [class^="icon"] {
  font-size: 1.3125rem;
  display: inline-block;
  vertical-align: middle;
}

.nav-controls .dropdown-menu {
  right: 0;
  left: auto;
  background: none;
}

.header-search-form {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.navbar-toggler {
  z-index: 10;
}

.navbar-brand {
  position: relative;
  z-index: 10;
}

body.search-active {
  overflow: hidden;
}

.search-active {
  opacity: 1;
  visibility: visible;
}

.search-active .search-holder {
  display: block;
  right: 0;
  bottom: 0;
  position: fixed;
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 5.4375rem 0 1.25rem;
}

.search-holder {
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
  height: 0;
  z-index: 999;
  top: 0;
  padding: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(10, 18, 29, .8);
}

@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) or (-webkit-backdrop-filter: blur(30px)) {
  .search-holder {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}

@-moz-document url-prefix()  {
  .search-holder {
    background: rgba(10, 18, 29, .95);
  }
}

.search-holder .search-opener {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  position: absolute;
  top: 3rem;
  right: 2rem;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
}

.search-holder .search-opener:hover {
  color: rgba(255, 255, 255, .7);
}

.search-holder .search-form {
  margin-bottom: 2.9375rem;
}

.search-holder .search-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-holder .search-form button {
  float: right;
  display: none;
}

.search-holder .search-form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  width: 100%;
  color: #fff;
  font-size: 1.75rem;
  padding: .5rem .625rem .5rem .5rem;
}

.search-holder .search-form input::-webkit-input-placeholder {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, .6);
  padding: 0;
}

.search-holder .search-form input::-moz-placeholder {
  opacity: 1;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, .6);
  padding: 0;
}

.search-holder .search-form input:-moz-placeholder {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, .6);
  padding: 0;
}

.search-holder .search-form input:-ms-input-placeholder {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, .6);
  padding: 0;
}

.search-holder .search-form input.placeholder {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255, 255, 255, .6);
  padding: 0;
}

.search-holder .search-list h4 {
  margin-bottom: 1.25rem;
}

.search-holder .search-list > li {
  margin-bottom: 1.875rem;
}

.search-holder .search-list ul li {
  margin-bottom: .75rem;
}

.search-holder .search-list ul a {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: #fff;
  text-decoration: none;
}

.search-holder .search-list ul a:hover {
  color: rgba(255, 255, 255, .7);
}

.home-package-logo {
  font-size: 3rem;
}

.value-holder {
  line-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bg-white {
  color: #0a121d;
}

#wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: 50% 90px;
}

/*This blurs the header of the article page*/

.blurArticle {
  background-position: center top !important;
}

.blurArticle:before {
  content: "";
  width: 100%;
  height: 1014px;
  position: absolute;
  z-index: -1;
  background-color: rgba(10, 18, 29, .6);
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .blurArticle:before {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}

.blurArticle:after {
  content: "";
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 18, 29, 0)), color-stop(99%, #0a121d));
  background: linear-gradient(180deg, rgba(10, 18, 29, 0) 0%, #0a121d 99%);
  position: absolute;
  top: 600px;
  z-index: -1;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .blurArticle:after {
    top: 740px;
  }
}

.bg-stretch,
.bg-cover {
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

p > a {
  color: rgba(255, 255, 255, .7);
}

.container-sm {
  max-width: 1200px;
}

.small-container {
  max-width: 720px;
}

.date {
  font-size: .875rem;
}

.article-description {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  font-size: .875rem;
}

.article-description > [class^="icon"] {
  color: #179edd;
  font-size: 1.125rem;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -.25rem;
}

.text-link {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.text-link:hover {
  color: #0095da !important;
}

.blur-box {
  -webkit-transition: background .5s ease, color .5s ease;
  transition: background .5s ease, color .5s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .102);
  border-radius: 5px;
  background: rgba(255, 255, 255, .1) 0 0 no-repeat padding-box;
  padding: 1.5625rem 1.875rem 1.25rem;
  height: 100%;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .blur-box {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}

.blur-box:hover {
  background: #fff;
  color: #0a121d;
}

.link-overlay {
  margin-top: auto;
}

.link-overlay:hover {
  text-decoration: none;
}

.link-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.text-top-secondary {
  color: rgba(255, 255, 255, .7);
}

.privacy-section {
  margin-bottom: 3.75rem;
}

.privacy-section h2,
.privacy-section p {
  margin-bottom: 1.25rem;
}

.privacy-section .list-item-title {
  display: inline-block;
}

.privacy-section ul {
  padding-left: 1rem;
}

.privacy-section ul a {
  text-decoration: underline;
  color: inherit;
}

.privacy-section ul a:hover {
  color: #179edd;
}

.badge-secondary {
  display: inline-block;
  background: #313844;
  vertical-align: middle;
  border-left: 4px solid #5045d3;
  font-size: 1rem;
}

.h1-sm {
  font-size: 2.375rem;
  margin-bottom: 1.6875rem;
  margin-top: 0;
}

.h2-sm {
  font-size: 2.375rem;
  margin-bottom: 1.6875rem;
  margin-top: 0;
}

.md-h1 {
  font-size: 3rem;
}

.value-text-sm {
  font-size: 1.125rem;
}

.text-secondary-info {
  color: #00b9af;
}

.subtitle {
  font-size: 1.125rem;
}

.subtitle02 {
  font-size: 1rem;
  display: block;
  margin-bottom: 1.25rem;
}

.list-two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.bold {
  font-weight: 700;
}

.bg-wrap00 {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 2.1875rem;
  background-size: cover;
}

.bg-wrap00:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(to top, rgba(10, 18, 29, 0), #0a121d);
}

.text-normal {
  font-size: 1rem;
}

.tab-pane.hw-min-height.active {
  min-height: 20rem;
}

.protect-decoder {
  text-align: center;
  color: rgba(255, 255, 255, .7);
}

.protect-decoder .protect-decoder-item {
  height: 100%;
  padding: 0 .9375rem;
  font-size: 1rem;
}

.protect-decoder .protect-decoder-item .text-holder .subtitle {
  color: #fff;
}

.protect-decoder .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.protect-decoder img {
  max-width: 100%;
}

.protect-decoder .subtitle {
  display: block;
  font-size: 1.125rem;
  color: #535960;
  margin-bottom: .9375rem;
}

.protect-decoder .subtitle-lg {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .625rem;
  color: rgba(10, 18, 29, .7);
}

.protect-decoder .subtitle-lg a {
  color: rgba(10, 18, 29, .7);
}

.protect-decoder a {
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
}

.protect-decoder .separated-list {
  font-weight: 700;
  opacity: .7;
  margin-bottom: 4.25rem;
}

.available-services {
  padding-bottom: 3rem;
}

.available-services-bg {
  background-position-y: 100%;
  background-repeat: no-repeat;
}

.available-services-item {
  position: relative;
  background-size: cover;
  border-radius: .5rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  font-size: .875rem;
  padding: 1.25rem;
  max-width: 384px;
  height: 212px;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
}

.available-services-item .text-holder {
  position: absolute;
  bottom: 20px;
  left: 23px;
  max-width: 40%;
  z-index: 2;
}

.available-services-item .text-holder p:first-child {
  font-size: .75rem;
}

.available-services-item .text-holder p:last-child {
  margin-bottom: 0;
}

.available-services-logo-holder {
  max-width: 55%;
  margin-bottom: 1rem;
}

.available-services-logo-holder img {
  max-width: 100%;
}

.bg-wrap01 {
  background-repeat: no-repeat;
  background-position: bottom;
}

.tabs-group-item-action .bg-wrap01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.slider-subtitle {
  margin-bottom: 1.5rem;
}

.text-small {
  font-size: .75rem;
}

.support-channel-item-container {
  margin-bottom: 3rem;
}

.support-channel-item-container:last-child {
  margin-bottom: 0;
}

.support-channel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}

.support-channel-item .app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.support-channel-item .subtitle {
  display: block;
  font-size: 1rem;
  margin-bottom: .625rem;
}

.support-channel-item .img-holder img {
  max-width: 100%;
  margin-left: -.6875rem;
}

.support-channel-item p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
}

.support-channel-item a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}

.support-channel-item a:hover {
  color: white;
}

.bordered {
  border: 1px solid rgba(255, 255, 255, .1);
}

.h1-sever-error {
  font-size: 3.625rem;
}

.page-error-nav-buttons {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -.375rem 1.0625rem;
}

.page-error-nav-buttons .btn {
  max-width: 210px !important;
  margin: 0 .375rem .9375rem;
}

.page-error-nav-buttons .btn + .btn {
  margin: 0 .375rem .9375rem;
}

.badge-secondary {
  color: #fff;
}

.modal {
  font-size: 1rem;
}

.modal .modal-header {
  position: relative;
  border: none;
}

.modal .modal-title {
  font-size: 1.125rem;
  margin: 0 auto;
}

.modal .contact-form-holder {
  padding-top: .8125rem;
  padding-bottom: 3.125rem;
  margin-bottom: 0;
}

.modal .contact-form-holder .btn {
  min-width: 210px;
}

.modal .form-control {
  -webkit-box-shadow: 0 .5px 0 -.2px #0a121d;
  box-shadow: 0 .5px 0 -.2px #0a121d;
}

.modal .h4 {
  font-size: 1.5rem;
  font-weight: 900;
}

.modal .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: #0a121d;
  opacity: 1;
  font-weight: 100;
}

.modal-backdrop {
  background-color: transparent;
  opacity: 1;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .modal-backdrop {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-dialog {
  max-width: 570px;
}

.modal-body {
  padding: 0;
}

.modal-footer {
  border: none;
}

.gradient-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a121d), to(rgba(10, 18, 29, 0)));
  background: linear-gradient(to top, #0a121d, rgba(10, 18, 29, 0));
  height: 200px;
  width: 100%;
}

.gradient-lighter-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#263140), to(rgba(38, 49, 64, 0)));
  background: linear-gradient(to top, #263140, rgba(38, 49, 64, 0));
  height: 280px;
  width: 100%;
  z-index: -1;
  opacity: .2;
}

.no-gradient:after {
  content: "";
  display: none;
}

.blur-at-top {
  position: relative;
}

.blur-at-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) or (-webkit-backdrop-filter: blur(30px)) {
  .blur-at-top:before {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}

.blur-at-top .container {
  position: relative;
  z-index: 1;
}

.latest-local-news {
  margin-top: 0;
}

.latest-local-news .card {
  background-color: transparent;
}

.latest-local-news .container > h1,
.latest-local-news .container > h2,
.latest-local-news .container > h3,
.latest-local-news .container > h4,
.latest-local-news .container > h5,
.latest-local-news .container > p,
.advantages-section .container > h1,
.advantages-section .container > h2,
.advantages-section .container > h3,
.advantages-section .container > h4,
.advantages-section .container > h5,
.advantages-section .container > p,
.pros-section .container > h1,
.pros-section .container > h2,
.pros-section .container > h3,
.pros-section .container > h4,
.pros-section .container > h5,
.pros-section .container > p,
.personalised-view-section .container > h1,
.personalised-view-section .container > h2,
.personalised-view-section .container > h3,
.personalised-view-section .container > h4,
.personalised-view-section .container > h5,
.personalised-view-section .container > p {
  margin-bottom: 30px;
}

.local-channels .container h1,
.local-channels .container h2,
.local-channels .container h3,
.local-channels .container h4,
.local-channels .container h5,
.local-channels .container p {
  margin-bottom: 30px;
}

.pros-section .img-holder {
  margin-bottom: 0;
  margin-top: 2rem;
}

.exclusive-highlights-section {
  padding: 2.25rem 0 1.6875rem;
}

.exclusive-highlights-section .container {
  overflow: visible;
}

.local-channels {
  background-image: radial-gradient(closest-corner at 36% 23%, #263140, rgba(38, 49, 64, .25));
  padding: 2.25rem 0 1.6875rem;
}

.local-channels .chanel-card {
  padding: 0;
}

.local-channels.border .chanel-card {
  border: 0;
  background: none;
}

.local-channels .chanel-box-sm {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% / 4 - 12px);
  flex: 1 0 calc(100% / 4 - 12px);
  max-width: calc(100% / 4 - 12px);
}

.top-section,
.top-panel-standard {
  font-size: 1.25rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2.5rem;
  padding-top: 143px;
  font-size: 1rem;
  z-index: 2;
  /* this was added when the new, higher menu was introduced */
}

.top-section .text-holder,
.top-panel-standard .text-holder {
  margin-bottom: 0;
}

.top-section .article-description,
.top-panel-standard .article-description {
  margin-bottom: 1.25rem;
  display: block;
}

.top-section .date,
.top-panel-standard .date {
  display: block;
  color: rgba(255, 255, 255, .7);
  margin-bottom: .6875rem;
}

.top-section .img-holder,
.top-panel-standard .img-holder {
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  text-align: center;
  z-index: 2;
}

.top-section .img-holder img,
.top-panel-standard .img-holder img {
  margin: auto;
}

.top-section .news-intro-imageVideo,
.top-panel-standard .news-intro-imageVideo {
  z-index: 2;
  width: 100%;
}

.top-section .news-intro-imageVideo .img-holder,
.top-panel-standard .news-intro-imageVideo .img-holder {
  margin-top: 0;
}

.top-section .news-intro-imageVideo .img-holder img,
.top-panel-standard .news-intro-imageVideo .img-holder img {
  margin: auto;
  width: 100%;
}

.top-section > .container,
.top-panel-standard > .container {
  margin-top: 30px;
}

.img-holder img {
  margin: auto;
  max-width: 100%;
}

.sharedrop-holder {
  position: relative;
  float: right;
  z-index: 1;
  height: 0;
  border-radius: 30px;
  margin-left: 10px;
}

.sharedrop-holder .btn {
  -webkit-transition: background-color 150ms ease-out, color 150ms ease-out !important;
  transition: background-color 150ms ease-out, color 150ms ease-out !important;
}

.sharedrop-holder:hover {
  background: #179edd;
}

.sharedrop-holder:hover .share-list {
  opacity: 1;
  height: 134px;
}

.sharedrop-holder:hover .drop-opener {
  background-color: transparent;
}

.sharedrop-holder:hover .drop-opener.btn-light {
  background: #179edd;
  border-color: transparent;
}

.sharedrop-holder a:not([href]),
.sharedrop-holder a {
  color: #0a121d;
}

.sharedrop-holder a:hover {
  background: #fff;
}

.drop-opener {
  border-color: transparent;
  background-color: transparent;
}

.share-list {
  position: absolute;
  opacity: 0;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 30px;
  background: #179edd;
  padding-top: 40px;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: opacity 150ms ease-out, height 150ms ease-out;
  transition: opacity 150ms ease-out, height 150ms ease-out;
}

.share-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: background-color 150ms ease-out, color 150ms ease-out;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}

.share-list a:hover {
  text-decoration: none;
  color: #0a121d;
}

.btn-holder .sharedrop-holder {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-left: .625rem;
  border-radius: 30px;
}

.btn-holder .sharedrop-holder:hover {
  border-color: transparent;
}

.btn-holder .sharedrop-holder:hover a:not([href]) {
  border-color: transparent;
}

.btn-holder .sharedrop-holder a:not([href]) {
  color: #fff;
  border-color: #fff;
}

.btn-holder .share-list {
  padding-top: 3.125rem;
  border-radius: 30px;
}

.top-section-package {
  margin-bottom: 0;
}

.article-news-holder {
  color: #0a121d;
  z-index: 1;
}

.article-news-holder > .row {
  margin-top: -4rem;
  margin-bottom: 3rem;
  padding: 1.375rem 1.0625rem 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
}

.article-news-holder .card {
  color: #0a121d;
}

.article-news-holder .card .date,
.article-news-holder .card p {
  color: #0a121d;
}

.article-news-holder p {
  margin-bottom: 1.5625rem;
  font-size: 1rem;
}

.article-news-holder img {
  max-width: 100%;
}

.article-news-holder a {
  font-weight: 700;
}

.article-news-top-title {
  margin-bottom: .5rem;
}

.news-article {
  font-size: 1rem;
  margin-bottom: 3.125rem;
}

.news-article-title {
  font-size: .875rem;
  margin-bottom: .9375rem;
  line-height: 1.57;
}

.news-article-title img {
  display: inline-block;
  margin-bottom: .9375rem;
  margin-right: .625rem;
}

.news-article-title .title-text {
  display: block;
  margin-bottom: 1.3125rem;
}

.sidebar img {
  width: 100%;
}

.news-article-item {
  margin-bottom: 2.5rem;
}

.news-article-item p {
  margin-bottom: .5rem;
}

.news-article-image-holder {
  margin-bottom: .625rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
}

.news-article-image-holder img {
  width: 100%;
}

.news-article-subtitle {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .625rem;
}

.article-item-date {
  font-size: .875rem;
  margin-bottom: .9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-item-date img {
  display: inline-block;
  margin-right: .3125rem;
  vertical-align: middle;
}

.sidebar h3 {
  margin-bottom: 1.5625rem;
}

.sidebar .card {
  margin-bottom: 2.1875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar-aad-block {
  margin: 0 1.5625rem 1.5625rem;
  border-radius: .4rem;
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
}

.app-section {
  padding: 60px 0 60px;
  background-image: radial-gradient(closest-corner at 36% 23%, #263140, rgba(38, 49, 64, .25));
  margin-bottom: 2.6875rem;
  border: 1px solid rgba(255, 255, 255, .1);
}

.app-section .col-md-3 {
  padding: 0 .375rem;
}

.app-section h3 {
  margin-bottom: 2.5rem;
}

.app-section-text {
  font-size: 1rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.app-section-text h4 {
  margin-bottom: .75rem;
}

.app-section-text p {
  margin-bottom: 1.875rem;
}

.app-section-image {
  text-align: center;
  margin-bottom: 1.25rem;
}

.app-section-image img {
  width: 100%;
}

.app-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.app-btn a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 10rem;
}

.app-btn a img {
  width: 100%;
}

.app-btn * + * {
  margin-left: 15px;
}

.app-wrap {
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.app-wrap h3 {
  margin-bottom: 2.3125rem;
}

.app-wrap .image-holder {
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.app-wrap .image-holder img {
  margin: -1px;
}

.app-wrap .subtitle {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .625rem;
}

.app-wrap p {
  color: rgba(255, 255, 255, .7);
}

.app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 1.875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app-list li {
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 0 .625rem;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.app-list li:first-child:before {
  display: none;
}

.app-list a {
  color: inherit;
  white-space: nowrap;
}

.app-list a:hover {
  text-decoration: none;
}

.pros-section {
  position: relative;
  color: #0a121d;
  padding: 3.375rem 0 3.75rem;
  font-size: 1rem;
}

.pros-section .text-holder {
  padding-top: 0;
}

.pros-section.special-offers-side-by-side p {
  margin-bottom: 1.25rem;
}

.pros-section .article-description {
  margin-bottom: 1.25rem;
}

.pros-section .article-description + h2 {
  padding-top: 0;
}

.pros-section h2,
.pros-section .h2 {
  margin-bottom: 1.125rem;
}

.pros-section .date {
  font-size: .75rem;
}

.pros-section .list-default {
  margin-bottom: 1.625rem;
}

.pros-section ul {
  padding-left: 1rem;
}

.pros-section .img-holder {
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  margin-bottom: .625rem;
}

.pros-section .img-holder img {
  width: 100%;
}

.pros-section .iframe-holder {
  margin-bottom: 1.5625rem;
}

.pros-section .genre {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}

.pros-section .offer-item p {
  color: rgba(255, 255, 255, .7);
}

.pros-section .offer-item p.h1 {
  color: white;
}

.pros-section-xtra-view {
  font-size: 1rem;
}

.pros-section-xtra-view .text-accent {
  font-size: 1.25rem;
  line-height: 1.33;
}

.pros-section-xtra-view .description {
  color: rgba(10, 18, 29, .7);
}

.pricingOptionCarousel .hasIcons .c-card {
  margin: 30px 0;
}

.advantages-section {
  font-size: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.advantages-section h2,
.advantages-section .h2 {
  margin-top: -.4375rem;
  margin-bottom: 1.25rem;
}

.advantages-section p {
  margin-bottom: 1.5rem;
}

.advantages-section .visual-card-holder .btn-holder {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.visual-card-text-holder {
  margin-bottom: 2.5rem;
}

.advantages-section-lg {
  padding-bottom: 1.6875rem !important;
  background: -webkit-gradient(linear, left top, right top, from(#263140), to(rgba(38, 49, 64, .25)));
  background: linear-gradient(to right, #263140, rgba(38, 49, 64, .25));
}

.advantages-section-lg .col-md-3 {
  margin-bottom: .75rem;
}

.advantages-section-lg .col-6 {
  margin-bottom: .75rem;
}

[id="footer"] {
  /*background: rgba($body-bg, 0.4);*/
  color: rgba(255, 254, 254, .5);
  text-align: center;
  padding: 1.875rem 0;
}

[id="footer"] .social-media {
  margin-bottom: 2.0625rem;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 2.5rem;
}

/* footer navigation styles */

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav li {
  display: block;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 0 .5rem;
  margin-bottom: .625rem;
}

.footer-nav li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, .5);
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.footer-nav li:first-child {
  padding-left: 0;
}

.footer-nav li:first-child:before {
  display: none;
}

.footer-nav a {
  font-size: .75rem;
  color: rgba(255, 254, 254, .5);
}

.footer-nav a:hover {
  color: rgba(255, 254, 254, .8);
  text-decoration: none;
}

/* footer navigation styles end */

.copy {
  font-size: .625rem;
  letter-spacing: .39px;
  color: rgba(255, 255, 255, .5);
}

.footer-new {
  /*background-color: $dark-blue;*/
}

.footer-new .footer-logo {
  width: 4.6875rem;
  height: auto;
  margin-bottom: 1.125rem;
}

.footer-new .footer-bottom .nav-holder {
  margin-bottom: 1.5rem;
}

.footer-new .footer-bottom .social-media {
  margin-bottom: 0;
}

.footer-new .footer-bottom .social-media a {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  font-size: 1.4375rem;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.footer-new .footer-bottom .social-media a:hover {
  color: #0095da;
}

.footer-new .footer-bottom .copy {
  font-size: .75rem;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  padding: 0 0 1.0625rem;
}

.footer-list ul {
  display: none;
}

.footer-list li h5 {
  color: #fff;
  font-size: .875rem;
}

.footer-list li a {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  font-size: .75rem;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.footer-list li a:hover {
  color: #0095da;
}

.apps-block {
  padding: 1.5rem 0 .75rem;
}

.apps-block .apps-holder {
  color: #fff;
  margin-bottom: 2rem;
}

.apps-block .apps-holder .text-holder {
  margin-bottom: 1.4375rem;
}

.apps-block .apps-holder .text-holder p {
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: .3125rem;
}

.apps-block .btns-holder {
  margin-bottom: 1.6875rem;
}

.apps-block .btns-holder .btn {
  min-width: 175px;
}

.apps-block .btns-holder .btn:not(:first-child) {
  margin-left: 0;
  margin-top: 0;
}

.apps-block .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.375rem;
}

.apps-block .logo-list li:not(:first-child) {
  margin-left: .9375rem;
}

.btns-holder--footer {
  gap: 1.5rem !important;
}

.search-results {
  background-image: url(../images/bg06.png);
  padding-top: 8.8125rem;
}

.search-results .content-holder p {
  color: rgba(255, 255, 255, .7);
}

.search-results .results {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.75rem;
}

.search-results .results h1 {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.search-results .results strong {
  color: #fff;
}

.search-results .text-item {
  margin-bottom: 1.75rem;
}

.search-results .text-item h6 {
  font-weight: bold;
}

.search-results .text-item .subtitle {
  font-size: 1rem;
  font-weight: bold;
}

.results-pagination {
  padding-top: .875rem;
}

.results-pagination .page-item.active .page-link {
  color: #0a121d;
  background-color: #fff;
}

.results-pagination .page-link {
  background-color: #252e3a;
  color: rgba(255, 255, 255, .7);
}

.results-pagination .icon-arrow-short-carousel-right {
  color: #fff;
}

/*Compare results page body class*/

.compare-table-holder {
  position: relative;
  padding-bottom: 1.8125rem;
}

.compare-table-holder .top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: .625rem;
  padding-top: .9375rem;
  width: 100%;
}

.compare-table-holder .top-panel .btn {
  position: absolute;
}

.compare-table-holder .select-genre-form {
  width: 100%;
}

.compare-table-holder .select-genre-form .form-title {
  padding-left: 0;
}

.compare-table-holder .form-title {
  font-size: .75rem;
  color: rgba(255, 255, 255, .7);
}

.compare-table-holder .table-caption.caption-1.stickyTarg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.compare-table-holder.scrolled-active .table-caption.caption-1.stickyTarg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 0;
}

.compare-table-holder.scrolled-active .table-caption.caption-1.stickyTarg > .btns-holder {
  display: none;
}

.feature-selection-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-selection-row .cta-text {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.feature-selection-row .cta-text span {
  min-width: 100px;
  display: block;
}

.feature-selection-row .table-caption {
  margin-bottom: 0;
  max-width: calc(100% - 130px);
}

.feature-selection-row .table-caption .form-label-group-dstv {
  margin-bottom: 0;
}

.table-caption {
  margin-bottom: 1.1875rem;
}

.table-caption .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.table-caption .cta-text span {
  display: inline-block;
  padding-top: 9px;
}

.table-caption .btns-holder {
  padding-left: 0;
}

.table-caption .btns-holder .btn-1 {
  max-width: 210px;
  display: none;
}

.table-caption #multiSelectList {
  padding-left: 0;
  padding-right: 0;
}

.table-caption #multiSelectList .jcf-select {
  border-bottom: none;
}

.table-caption #multiSelectList .jcf-select-text {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: middle;
  font-weight: 700;
}

.table-caption #multiSelectList .jcf-select-form-control {
  border-radius: 23.5px;
  background-color: rgba(36, 43, 53, .95);
}

.table-caption #multiSelectList .jcf-select-opener {
  right: 25px;
  bottom: 14px;
  color: white;
}

.table-caption #multiSelectList .jcf-select-drop {
  top: 0;
}

.table-caption #multiSelectList .jcf-select-drop-content,
.table-caption #multiSelectList .jcf-list,
.table-caption #multiSelectList .jcf-list-content {
  border-radius: 23.5px;
}

.table-caption #multiSelectList .jcf-list-content {
  max-height: none !important;
  border-radius: 23.5px;
  padding: 15px;
  color: white;
}

.table-caption #multiSelectList .jcf-list-content ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
}

.table-caption #multiSelectList .jcf-list-content .jcf-option.jcf-selected:hover {
  background: #2f363f;
}

.table-caption #multiSelectList .jcf-list-content li {
  border-radius: 23.5px;
  text-align: center;
  color: rgba(255, 255, 255, .95);
  margin: 6px 5px;
}

.table-caption #multiSelectList .jcf-list-content li span {
  height: 100%;
}

.table-caption .btns-holder .btn {
  width: 100%;
}

.table-caption .btns-holder .add-btn {
  display: none;
}

.table-caption .blank-card .btns-holder .btn {
  display: none;
}

.table-caption .blank-card .btns-holder .add-btn {
  display: block;
}

.table-caption .row > [class^="col-"],
.table-body .row > [class^="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compare-table {
  overflow-x: auto;
}

.compare-table .tariff-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border-radius: .375rem;
  margin-bottom: 1.25rem;
  padding: .5rem .5rem .3125rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.compare-table .tariff-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .375rem;
}

.compare-table .tariff-card .tariff-name {
  font-size: .75rem;
}

.compare-table .tariff-card .channels {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.compare-table .tariff-card strong {
  font-size: .75rem;
}

.table-body {
  text-align: center;
}

.table-body .row {
  margin-bottom: .75rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.table-body .row .col-4:first-child {
  padding-left: 15px;
}

.table-body .product-icon-block-container {
  min-height: 56px;
}

.table-body .product-cell {
  position: relative;
  background: #fff;
  border-radius: .375rem;
}

.table-body .product-cell:hover .info-tab {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.table-body .product-cell:hover .info-tab .channel-detail p {
  margin: 0;
}

.table-body .product-cell .info-tab {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #0095da;
  font-size: .75rem;
  padding: .3125rem 1.25rem;
  bottom: calc(100% + 5px);
  border-radius: 2px;
}

.table-body .product-cell .info-tab:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #0095da transparent transparent transparent;
}

.table-body .product-cell img {
  width: 56px;
}

.table-body .tick-cell {
  background-color: rgba(255, 255, 255, .15);
  border-radius: .375rem;
}

.table-body .tick-cell:before {
  border: 0;
}

.table-body .table-cell {
  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;
  position: relative;
  height: 100%;
}

.table-body .table-cell:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .375rem;
}

.table-body .table-cell .icon-tick {
  color: #0095da;
  min-width: 1.875rem;
  min-height: 1.875rem;
  background: #fff;
  border-radius: 50%;
  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;
  margin: auto;
}

.compare-table .tariff-card {
  background-position: 50% 5%;
  min-height: 150px;
}

.package-compare-btn-holder-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 2rem 0 2rem auto;
  position: absolute;
  top: -7rem;
  padding: 0;
}

.package-compare-btn-holder-btm {
  display: none;
}

.no-border:before {
  border: 0 !important;
}

li .jcf-hover {
  font-weight: 400 !important;
}

.btns-holder-2 {
  padding-top: 13px;
}

.btn-2,
.btn-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btns-holder-1 {
  padding-left: 8px !important;
}

.get-connected-container {
  margin-top: 160px;
}

.get-connected-container .euro-section {
  padding: 30px 15px 15px 15px;
}

.get-connected-container .col-md-7.column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.get-connected-container .card-body {
  padding: 0;
}

.get-connected-container .container-offset .container {
  padding: 0;
}

.get-connected-container .questionIcon {
  font-size: x-large;
  vertical-align: sub;
  color: #0095da;
}

.get-connected-container .thank-you-note {
  padding: 30px 15px 30px 15px;
  margin-bottom: 60px;
}

.get-connected-container .hidetag {
  display: none !important;
}

.get-connected-container .privacy-section {
  margin: 0;
  padding: 0 !important;
}

.top-panel-standard {
  margin-bottom: -60px;
}

.top-panel-standard.top-section,
.top-panel-standard {
  padding-bottom: 60px;
  padding-top: 180px;
  margin-bottom: 0;
}

.top-panel-standard:first-of-type + .standard-panel,
.top-panel-standard:first-of-type + .narrow-panel {
  padding-top: 0;
}

.standard-panel {
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-position-x: center;
}

.narrow-panel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
}

.dark-blue-background {
  background-color: #09131e;
}

.frosted-panel.standard-panel {
  padding-top: 0;
  padding-bottom: 0;
}

.frosted-panel.standard-panel div.row {
  padding-top: 120px;
  padding-bottom: 120px;
}

.frosted-panel.standard-panel div.row div.row {
  padding-top: inherit;
  padding-bottom: inherit;
}

.frosted-panel.narrow-panel {
  padding-top: 0;
  padding-bottom: 0;
}

.frosted-panel.narrow-panel div.row {
  padding-top: 60px;
  padding-bottom: 60px;
}

.frosted-panel.narrow-panel div.row div.row {
  padding-top: inherit;
  padding-bottom: inherit;
}

.frosted-panel div.row {
  background-color: rgba(59, 96, 142, .063);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .314);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .314);
  border-top: solid 1px rgba(255, 255, 255, .063);
  border-bottom: solid 1px rgba(255, 255, 255, .063);
}

.frosted-panel div.row div.row {
  background-color: inherit;
  border-bottom: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-top: inherit;
}

.c-modal {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.c-modal--white .c-modal-dialog {
  background-color: #fff;
}

.c-modal--white .c-modal-dialog .modal-close {
  color: black;
}

.c-modal-dialog {
  width: 800px;
  max-width: 800px;
  max-height: 100%;
  overflow: auto;
  position: relative;
  margin: 1.75rem auto;
  border-radius: 5px;
  border: 1px solid #232a34;
  background-color: #131a24;
  color: white;
}

.c-modal-dialog .modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: white;
  border: none;
  position: absolute;
  font-size: 23px;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.c-modal-dialog .modal-close:focus {
  outline: none;
}

.c-modal-dialog--center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: unset;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-modal-dialog--full {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.c-modal-dialog--small {
  max-width: 100%;
  max-height: 100%;
  width: 600px;
  min-height: 300px;
}

.c-modal-dialog--white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

.c-modal-dialog--white .modal-close {
  color: #000;
}

.c-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-modal-body {
  padding: 1rem;
  position: relative;
  text-align: center;
}

.c-modal-footer {
  padding: 1rem;
}

.modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.self-service .carousel-sell {
  width: 50%;
  padding: 0 6px 6px;
  text-align: left;
  position: relative;
}

.self-service .carousel-sell .card:before {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
  color: white;
  z-index: 1;
  border-radius: 15px;
  padding: 5px;
}

.self-service .carousel-sell:last-child {
  padding-right: 0;
}

.self-service .carousel-sell a {
  text-decoration: none;
}

.self-service .carousel-sell .card-body {
  height: 118px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.self-service .carousel-sell .card-body p {
  font-size: 14px;
  vertical-align: bottom;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI",	"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",	"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.self-service .carousel-sell .card-body .card-icon {
  color: white;
  font-size: 24px;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: border-box;
}

.c-card:hover {
  text-decoration: none;
}

.c-card:hover {
  text-decoration: none;
}

.c-card .c-card--img {
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, .1);
}

.c-card .c-card--img img {
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.c-card .c-card--img-rt {
  border-radius: 7px 7px 0 0;
}

.c-card .c-card--bg-img {
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 7px;
}

.c-card--overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-attachment: scroll;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-clip: border-box;
  background-color: rgba(255, 255, 255, .1);
  background-origin: padding-box;
  border-radius: 0 0 7px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 20%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 21px;
  overflow-wrap: break-word;
  position: relative;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  margin-top: -5px;
}

.c-card--overlay p {
  position: absolute;
  margin: 0;
  left: 20px;
  color: white;
}

.c-card--overlay img {
  max-height: 50px;
  max-width: 100%;
  min-height: 25px;
}

.c-card--overlay-border {
  border: 1px solid rgba(255, 255, 255, .1);
}

.c-card--overlay-full {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding: 16px;
  border-radius: 7px;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: white;
  cursor: pointer;
  background-color: rgba(10, 18, 29, .7);
}

.c-card--overlay-header {
  text-align: left;
  width: 100%;
}

.c-card--overlay-body {
  text-align: left;
  width: 100%;
}

.c-card--overlay-footer {
  text-align: left;
  width: 100%;
  height: auto;
}

.c-card--caption {
  text-align: center;
  color: rgba(255, 255, 255, .5);
  font-size: .75rem;
  text-decoration: none;
  margin: 15px 0 0;
}

.c-card--caption:hover {
  color: white;
  text-decoration: none;
}

.c-card--shadow-hover:hover::after {
  opacity: 1;
}

.c-card--shadow-hover::after {
  content: "";
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .35);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .35);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 4rem;
  right: 0;
  left: 0;
  z-index: 0;
  border-radius: 7px;
}

.c-card--zoom-hover .c-card--img img {
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.c-card--zoom-hover:hover .c-card--img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-card--text-block {
  padding: 25px 30px;
}

.c-card--bg::before {
  content: "";
  background-attachment: scroll;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-clip: border-box;
  background-color: rgba(255, 255, 255, .05);
  background-origin: padding-box;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 7px;
  -webkit-transition: all .3s linear, z-color .3s linear;
  transition: all .3s linear, z-color .3s linear;
}

.c-card--bg.blurDisabled::before {
  background-color: rgba(255, 255, 255, 0);
}

.c-card--heading-sm {
  color: #0095da;
  font-weight: 700;
}

.c-card--flip .front-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-card--flip .back-panel {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(10, 18, 29, .5);
  position: relative;
  z-index: 0;
  opacity: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-card--flip .back-panel .c-card--body {
  overflow: auto;
  margin-right: 10px;
  margin-bottom: 15px;
}

.c-card--flip .back-panel .c-card--body::-webkit-scrollbar {
  width: 5px;
  padding: 0 2px;
}

.c-card--flip .back-panel .c-card--body::-webkit-scrollbar-track {
  background: transparent;
}

.c-card--flip .back-panel .c-card--body::-webkit-scrollbar-thumb {
  background-color: #4d535b;
  border-radius: 10px;
  border: 3px solid transparent;
}

.c-card--flip .back-panel .c-card--body ul {
  padding: 0;
  margin: 0 0 1rem 1rem;
}

.c-card--flip .back-panel .c-card--body ul li {
  font-size: 1rem;
  padding: 0 10px 0 0;
}

.c-card--flip .back-panel .c-card--body ul li::before {
  content: "\2022";
  font-size: 1rem;
  position: absolute;
  left: -15px;
  line-height: 1.2rem;
  top: 0;
  height: auto;
  width: auto;
}

.c-card--flip .active {
  z-index: 1;
  opacity: 1;
}

.c-card--shadow-hover {
  cursor: pointer;
}

.c-card--shadow-hover:hover::after {
  opacity: 1;
}

.c-card--shadow-hover:hover .c-card--caption {
  color: white;
}

.c-card--shadow-hover::after {
  content: "";
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-box-shadow: 0 3p 15px 0 rgba(0, 0, 0, .65);
  box-shadow: 0 3p 15px 0 rgba(0, 0, 0, .65);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  border-radius: 7px;
}

.c-card--zoom-hover {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  cursor: pointer;
}

.c-card--zoom-hover:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-card--zoom-img-hover {
  cursor: pointer;
}

.c-card--zoom-img-hover .c-card--img img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.c-card--zoom-img-hover .c-card--caption {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.c-card--zoom-img-hover:hover .c-card--img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-card--zoom-img-hover:hover .c-card--caption {
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.c-card--show-hover {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.c-card--show-hover:hover {
  opacity: 1;
}

.c-card--header {
  position: relative;
  padding: 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-card--body {
  position: relative;
  padding: 0 30px;
}

.c-card--body img {
  max-width: 100%;
  margin: auto;
}

.c-card--footer {
  position: relative;
  padding: 0 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card--footer p {
  margin: 0;
}

.c-card--footer a {
  margin-bottom: 10px;
  color: white;
  font-weight: 500;
}

.c-card--footer button {
  min-width: unset;
  margin-bottom: 10px;
}

.c-card--article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card--article-iframe {
  margin-top: 0;
  margin-bottom: 45px;
}

.c-card--article-img {
  margin-bottom: 45px;
  height: auto;
}

.c-card--article-img img {
  min-height: 167px;
}

.c-card--article-text {
  color: black;
}

.c-card--package {
  height: 380px;
}

.c-card--package .front-panel .c-card--header {
  padding-top: 50px;
}

.c-card--package .front-panel .c-card--footer {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-card--package .front-panel .c-card--footer button {
  font-size: 12px;
  font-weight: 900;
}

.c-card--package .back-panel .c-card--header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-card--package .back-panel .c-card--footer {
  padding-top: 20px;
}

.c-card--package .back-panel .c-card--footer a {
  font-size: 18px;
}

.c-card--package .back-panel .c-card--footer a:hover {
  text-decoration: none;
  color: white;
}

.c-card--package .package-heading {
  font-size: 38px;
}

.c-card--package .c-card--bg-img {
  background-position: 50% 50%;
  background-size: 115%;
}

.c-card--overlay-full .label-pill {
  margin-bottom: 10px;
}

.c-card--overlay-full .genre-info {
  font-size: 16px;
  display: inline-block;
}

.package-value {
  line-height: 1.2;
}

.package-value .pre-text {
  font-size: 16px;
}

.package-value .package-price {
  font-size: 38px;
  font-weight: 700;
}

.package-value .time-span {
  font-size: 18px;
}

.decoder-carousel-container .c-card--footer a {
  font-size: 18px;
}

.c-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-height: 47px;
  min-width: 150px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  color: white;
  fill: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out,	ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out,	ease-in-out;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: box-shadow, transform;
}

.c-button--dark {
  color: white;
  background-color: #0a121d;
  fill: white;
}

.c-button--light {
  background-color: white;
  color: #0a121d;
  fill: #0a121d;
}

.c-button--circle {
  min-width: unset;
  max-width: unset;
  padding: 0;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}

.c-button--small {
  padding: 5px 10px;
  font-size: .8rem;
  max-height: unset;
  height: auto;
  line-height: 1.1;
}

.content-image-panel {
  font-size: 18px;
}

.content-image-panel .btn-holder {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-image-panel .btn-holder .btn:not(:last-of-type) {
  margin-right: 15px;
}

.content-image-panel .content-image-right .img-holder {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.content-image-panel .content-image-left .img-holder {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.bubble-container {
  font-size: 18px;
}

.bubble-container .bubble-content {
  margin-bottom: 30px;
}

.bubble-container .row.bubble-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bubble-container .row.bubble-steps .bubble-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bubble-container .row.bubble-steps .bubble-outer .bubble {
  background-color: #0095da;
  border: 1px solid #0095da;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bubble-container .row.bubble-steps .bubble-outer .bubble .bubble-no {
  font-weight: 700;
  font-size: 24px;
}

.bubble-container .row.bubble-steps .bubble-outer .bubble-text {
  font-size: 1.3rem;
  padding-top: 10px;
  width: 120px;
  font-weight: 700;
}

.bubble-container .row.bubble-steps .bubble-outer .line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #0095da;
  top: 25px;
  z-index: 0;
  left: 50%;
}

.step-listing-container .steps-container .step-image {
  width: 100%;
  margin-bottom: 15px;
}

.step-listing-container .steps-container .step-header {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.step-listing-container .steps-container .step-subheader {
  padding-bottom: 30px;
}

.top-section .unification-panel:not(.section-panel),
.top-panel-standard .unification-panel:not(.section-panel) {
  margin-bottom: -30px;
}

.unification-panel {
  margin-bottom: 30px;
}

.unification-panel.padded-panel {
  padding: 30px 30px 0 30px;
}

.unification-panel.section-panel {
  margin-bottom: 60px;
}

.unification-panel .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 5px 0;
}

.unification-panel .header-container .panel-header-back-button {
  margin-right: 18px;
}

.unification-panel .header-container .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.unification-panel .header-container .panel-heading.padded {
  padding: 0 0 15px 0;
}

.unification-panel .header-container .panel-heading h5 {
  margin: 0;
}

.unification-panel .header-container .panel-header-subnote {
  color: #0a121d99;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.unification-panel .header-container .panel-header-subnote span i {
  font-size: 24px;
  margin-right: 10px;
}

.unification-panel .descriptive-container {
  padding: 30px 0;
  color: #0a121d99;
}

.unification-panel .descriptive-container p {
  margin-bottom: 30px;
}

.unification-panel .descriptive-container p.header {
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}

.unification-panel .descriptive-container .detail-media-container {
  margin-top: -15px;
  margin-bottom: 30px;
}

.unification-panel .descriptive-container .detail-media-container .media-item {
  background-color: #ccc;
  width: 100%;
  min-height: 200px;
}

.unification-panel .descriptive-container .detail-media-container .media-item-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #0a121d99;
  margin-top: 15px;
}

.unification-panel .list-container {
  margin: 0 -30px;
}

.unification-panel .list-container .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.unification-panel .list-container .list .list-item {
  padding: 0 30px;
  color: #313844;
}

.unification-panel .list-container .list .list-item a.list-item-inner,
.unification-panel .list-container .list .list-item a.list-item-inner:focus,
.unification-panel .list-container .list .list-item a.list-item-inner:focus-visible,
.unification-panel .list-container .list .list-item a.list-item-inner:visited,
.unification-panel .list-container .list .list-item a.list-item-inner:active {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
}

.unification-panel .list-container .list .list-item .list-item-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px 0;
}

.unification-panel .list-container .list .list-item .list-item-action {
  margin: 20px 10px;
}

.unification-panel .list-container .list .list-item .list-item-action i {
  font-size: 24px;
  color: #0a121d99;
}

.unification-panel .header-search-input {
  width: 100%;
  position: relative;
}

.unification-panel .header-search-input .input-icon-container {
  position: absolute;
  right: 25px;
  top: 16px;
}

.unification-panel .header-search-input .input-icon-container i {
  font-size: 22px;
  color: #000;
}

.unification-panel .header-search-input input {
  width: 100%;
  min-width: 300px;
  border-radius: 80px;
  padding: 15px 50px 15px 30px;
  border: 1px solid #0a121d1a;
  color: #0a121d;
}

.unification-panel .header-search-input.glass-input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  width: 100%;
  height: 54px;
  background: rgba(0, 149, 218, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  -webkit-box-shadow: 0 5px 15px -5px #0a121d;
  box-shadow: 0 5px 15px -5px #0a121d;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 80px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .7);
}

.unification-panel .header-search-input.glass-input input:focus-visible {
  outline: none;
}

.unification-panel .header-search-input.glass-input .input-icon-container {
  position: absolute;
  right: 30px;
  top: 16px;
}

.unification-panel .header-search-input.glass-input .input-icon-container i {
  color: rgba(255, 255, 255, .7);
}

.unification-panel .card-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.unification-panel .card-list-container .card {
  background: url(/content/images/generic-card-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 33%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 150px;
  text-decoration: none;
  color: #fff;
}

.unification-panel .card-list-container .card p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.unification-panel .card-list-container .card .card-icon-container i {
  font-size: 35px;
}

.unification-panel .breadcrumb-container .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.unification-panel .breadcrumb-container .breadcrumb-list .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.unification-panel .breadcrumb-container .breadcrumb-list .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.unification-panel .breadcrumb-container .breadcrumb-list .breadcrumb-item.active a {
  color: rgba(255, 255, 255, .7);
}

.unification-panel .breadcrumb-container .breadcrumb-list .breadcrumb-item .separator {
  display: none;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  margin: 0 9px;
}

.unification-panel .breadcrumb-container .breadcrumb-list .breadcrumb-item:not(:first-of-type) .separator {
  display: block;
}

.unification-panel .breadcrumb-container .breadcrumb-list .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.unification-panel .breadcrumb-container .breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  content: "";
}

.jcf-list {
  border: none;
  margin-top: 10px;
  opacity: 1;
  background-color: #2a313b;
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .jcf-list {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}

.jcf-list .jcf-option {
  color: #bdc0c2;
  font-weight: 400;
  font-size: 14px;
  background-color: transparent;
  position: relative;
  padding: 12px;
}

.jcf-list .jcf-option.jcf-hover {
  font-weight: 600;
}

.jcf-list .jcf-select-text {
  color: #bdc0c2;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
}

.jcf-list ul {
  border-radius: 0;
  overflow: hidden;
}

.jcf-list .jcf-list-content {
  border-radius: 0;
}

.jcf-list span.jcf-list-content::-webkit-scrollbar {
  width: 6px;
}

.jcf-list span.jcf-list-content::-webkit-scrollbar-track {
  background: transparent;
}

.jcf-list span.jcf-list-content::-webkit-scrollbar-thumb {
  background-color: #4d535b;
  border-radius: 5px;
  border: 3px solid transparent;
}

.jcf-select .jcf-select-opener:before {
  border-color: white;
}

.jcf-select-light-fields .jcf-list-content {
  border: 1px solid rgba(10, 18, 29, .2) !important;
  border-radius: 5px;
}

.jcf-select-light-fields .jcf-list {
  border-radius: 5px;
}

.jcf-select-light-fields.jcf-select .jcf-select-text > span {
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
  display: block;
}

.jcf-select-light-fields .jcf-option {
  color: #0a121d;
}

.jcf-select-light-fields .jcf-option.jcf-selected {
  color: #0095da !important;
  background-color: #fff !important;
  font-weight: 600;
}

.no-underline {
  text-decoration: none !important;
}

.promocards-module {
  position: relative;
  z-index: 2;
}

.promocards-module .text-holder .text-sm {
  line-height: 1.5;
}

.promocards-module .flickity-cards .carousel-sell {
  min-height: 170px;
  height: auto;
}

.hidden {
  display: none;
  visibility: hidden;
}

/*Freshchat*/

#fc_frame.custom_fc_frame.fc-widget-small {
  min-width: 75px;
  min-height: 75px;
  right: 20px;
  bottom: 15px;
}

.compare-results-tables {
  z-index: 2;
}

.en-ng .pricingOptionCarousel .pricing-card .card-body .value-holder > span {
  line-height: 1.5;
}

.en-ng #card-back {
  padding-top: 10px;
}

.en-ng #card-back .package-heading {
  display: block;
  margin-top: 12px;
  font-size: 1.3rem;
  padding-bottom: 15px;
}

.en-ng #card-back .logo-container {
  margin-bottom: 0;
}

.en-ng #card-back .value-holder {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.en-ng #card-back .value-holder > p {
  text-align: center;
  width: 100%;
}

.en-ng #card-back .value-holder .btn-small {
  margin: 10px auto auto auto;
  padding: 8px 25px;
  border-radius: 20px;
  text-align: center;
}

.en-ng .hardware .packages-carousel-gradient-bg {
  position: relative;
}

.en-ng .hardware .packages-carousel-gradient-bg::before {
  content: "";
  position: absolute;
  height: 265px;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0a121d));
  background: linear-gradient(180deg, transparent, #0a121d);
}

.en-ng .decoders-card .slide .list-info {
  font-size: .675rem;
}

.en-ng .packages-hardware-top-section {
  padding-top: 100px;
  margin-bottom: 0;
}

.en-ng .list-info.product-text {
  font-size: .75rem;
}

.en-ng .list-info li {
  list-style: disc;
}

.en-ng .card-slide .list-two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-left: 10px;
  padding: 0;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.en-ng .decoder-carousel-container .flickity-slider .carousel-sell .card .card-body strong {
  width: 75%;
  min-height: 4rem;
}

.en-ng .decoder-carousel-container .flickity-slider .carousel-sell .decoders-card .slide-link-p-absolute {
  right: 13px;
  bottom: 20px;
}

.en-ng .popup-backdrop.modal.show {
  margin-top: 0;
  z-index: 100000;
}

.en-ng .decoders-card .card-body {
  padding: 1.1rem 1.4rem 1.1rem;
}

.en-ng .decoders-card .card-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1.1rem 1.4rem 1.1rem;
}

.en-ng .pricing-card {
  border: none;
}

.en-ng .pricing-card .card-body {
  border: 1px solid rgba(255, 255, 255, .1);
}

.en-ng .flickity-carousel .card.card-bg .text-bottom p.h1 {
  font-size: 1.5rem;
}

.droplist.open {
  z-index: 2;
}

.en-ng .decoders-card .slide .list-info {
  font-size: 1rem;
}

.en-ng .constant-ml .btn + .btn {
  margin: unset;
}

.en-ng .hero-section-slider ul.top-section-list {
  padding: 0 .5em;
}

.en-ng .hero-section-slider .top-section-list li {
  list-style-position: outside;
  padding: 0 1rem;
}

.en-ng .hero-section-slider .top-section-list li::marker {
  content: "*";
}

.en-ng .hero-section-slider .top-section-list li::before {
  content: "";
  padding: 0;
}

.en-ng .suppot-text .support-channel-item .app-btn img {
  width: 100px;
}

.en-ng .tab-pane.hw-min-height.active {
  min-height: 0;
}

.en-ng .btn {
  text-transform: capitalize;
}

.en-ng .bg-wrap01:before {
  content: "";
  position: absolute;
  height: 35%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a121d), to(rgba(10, 17, 28, .65)));
  background: linear-gradient(180deg, #0a121d, rgba(10, 17, 28, .65));
}

.en-ng .constant-ml .btn + .btn {
  margin: unset;
}

.en-ng .bg-stretch {
  background-size: cover;
}

body.en-ng .popup-backdrop.modal.show {
  margin-top: 0;
}

.en-ke .pricingOptionCarousel .pricing-card .card-body .value-holder > span {
  line-height: 1.5;
}

.en-ke .hardware .packages-carousel-gradient-bg {
  position: relative;
}

.en-ke .hardware .packages-carousel-gradient-bg::before {
  content: "";
  position: absolute;
  height: 265px;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0a121d));
  background: linear-gradient(180deg, transparent, #0a121d);
}

.en-ke .decoders-card .slide .list-info {
  font-size: .675rem;
}

.en-ke .packages-hardware-top-section {
  padding-top: 100px;
  margin-bottom: 0;
}

.en-ke .list-info.product-text {
  font-size: .75rem;
}

.en-ke .list-info li {
  list-style: disc;
}

.en-ke .card-slide .list-two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-left: 10px;
  padding: 0;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.en-ke .decoder-carousel-container .flickity-slider .carousel-sell .card .card-body strong {
  width: 75%;
  min-height: 4rem;
}

.en-ke .decoder-carousel-container .flickity-slider .carousel-sell .decoders-card .slide-link-p-absolute {
  right: 13px;
  bottom: 20px;
}

.en-ke .popup-backdrop.modal.show {
  margin-top: 0;
  z-index: 100000;
}

.en-ke .decoders-card .card-body {
  padding: 1.1rem 1.4rem 1.1rem;
}

.en-ke .decoders-card .card-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1.1rem 1.4rem 1.1rem;
}

.en-ke .pricing-card {
  border: none;
}

.en-ke .pricing-card .card-body {
  border: 1px solid rgba(255, 255, 255, .1);
}

.en-ke .flickity-carousel .card.card-bg .text-bottom p.h1 {
  font-size: 1.5rem;
}

.droplist.open {
  z-index: 2;
}

.en-ke .decoders-card .slide .list-info {
  font-size: 1rem;
}

.en-ke .constant-ml .btn + .btn {
  margin: unset;
}

.en-ke .hero-section-slider ul.top-section-list {
  padding: 0 .5em;
}

.en-ke .hero-section-slider .top-section-list li {
  list-style-position: outside;
  padding: 0 1rem;
}

.en-ke .hero-section-slider .top-section-list li::marker {
  content: "*";
}

.en-ke .hero-section-slider .top-section-list li::before {
  content: "";
  padding: 0;
}

.en-ke .suppot-text .support-channel-item .app-btn img {
  width: 100px;
}

.en-ke .tab-pane.hw-min-height.active {
  min-height: 0;
}

.en-ke .btn {
  text-transform: capitalize;
}

.en-ke .bg-wrap01:before {
  content: "";
  position: absolute;
  height: 35%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a121d), to(rgba(10, 17, 28, .65)));
  background: linear-gradient(180deg, #0a121d, rgba(10, 17, 28, .65));
}

.en-ke .constant-ml .btn + .btn {
  margin: unset;
}

.en-ke .bg-stretch {
  background-size: cover;
}

body.en-ke .popup-backdrop.modal.show {
  margin-top: 0;
}

.l-content-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-content-section .container > h1,
.l-content-section .container > h2,
.l-content-section .container > h3,
.l-content-section .container > h4,
.l-content-section .container > h5,
.l-content-section .container > p {
  margin-bottom: 30px;
}

.bg-light {
  background-color: white;
}

.bg-light .container .btn {
  background-color: black;
  color: white;
}

/* clears the 'X' from Internet Explorer */

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  /* Remove default */
  -webkit-appearance: none;
}

.slick-arrow {
  outline: none;
  border: none;
}

.slick-arrow:active {
  outline: none;
  border: none;
}

.slick-arrow:focus {
  outline: none;
  border: none;
}

.banner-mb-0 .top-section,
.banner-mb-0 .top-panel-standard {
  z-index: 0;
}

.banner-mb-0 .top-section .bg-holder,
.banner-mb-0 .top-panel-standard .bg-holder {
  margin-bottom: 0;
  z-index: 1;
}

.decoder-carousel-container .flickity-slider .carousel-sell {
  min-height: 80%;
  height: 280px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.decoder-carousel-container .c-card--header h5 {
  font-size: 18px;
}

.decoder-carousel-container .c-card--footer {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}

.decoder-carousel-container .c-card--footer h3 {
  font-size: 1.6rem;
}

.decoder-carousel-container .front-panel .c-card--body {
  text-align: center;
}

.decoder-carousel-container .front-panel .c-card--body img {
  width: 450px;
}

.pricingOptionCarousel .flickity-slider .carousel-sell {
  min-height: 100%;
}

.articleCarousel {
  max-width: 650px;
  overflow: visible;
}

.articleCarousel .c-carousel {
  position: relative;
  min-width: 100%;
  padding-top: 1rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
}

.articleCarousel .c-carousel .flickity-page-dots {
  top: calc(100vw / 1.778 + 7px);
  bottom: unset;
}

.articleCarousel .c-carousel .carousel-sell {
  min-height: 100%;
  min-width: 100%;
  margin-right: 15px;
  position: relative;
}

.articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-iframe {
  background-color: grey;
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  border-radius: 7px;
  max-height: 100%;
  min-height: 160px;
  width: 100%;
}

.articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-img {
  text-align: center;
  -webkit-box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  box-shadow: -5px 25px 17px -20px rgba(0, 0, 0, .6);
  border-radius: 7px;
  background: #000;
  width: 100%;
  overflow: hidden;
}

.articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-img img {
  background-color: lightgray;
  min-height: auto;
  height: auto;
  width: auto;
}

.articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-text p {
  margin-bottom: 10px;
}

.articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-cta {
  margin-top: 10px;
  position: relative;
}

.article-news-holder {
  max-width: 100%;
}

.article-image-caption {
  margin: 20px 0 0;
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.articleCarousel .c-carousel .flickity-button:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #0095da;
  cursor: pointer;
  color: #fff;
  background: none;
}

.articleCarousel .c-carousel .flickity-button:hover .flickity-button-icon {
  color: white;
  fill: white;
  border-radius: unset;
  background-color: unset;
}

.en-ng .list-info li::before {
  content: "\2022";
  position: absolute;
  height: auto;
  width: auto;
  font-size: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  left: -15px;
  display: none;
}

.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn-holder .btn {
  margin-right: 30px;
  margin-bottom: 8px;
}

.btn-holder .btn:only-child {
  margin: 0;
}

.btn-holder .btn:last-child {
  margin: 0;
}

.btn-holder .btn + .btn {
  margin-left: unset;
}

.chat-init {
  /* Alignment */
  display: table;
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 2;
  /* Dimensions */
  border-radius: 34px 8px 34px 34px;
  height: 60px;
  width: 60px;
  outline: none;
  border: none;
  /*Colors*/
  background-color: #0095da;
  -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .26);
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .26);
  color: #fff;
  /*Font*/
  font-size: 1.5rem;
  text-align: center;
  /*Misc*/
  cursor: pointer;
}

.chat-init:focus {
  outline: none;
}

.chat-init:active {
  outline: none;
  background-color: #0072a7;
}

.chat-select-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.chat-select-body .chat-block {
  width: 50%;
  color: #141414;
  text-align: center;
  position: relative;
  padding: 30px 30px 60px;
}

.chat-select-body .chat-block .chat-icon {
  border-radius: 5px;
  height: 60px;
  width: 70px;
  margin: 30px auto 30px;
}

.chat-select-body .chat-block h4 {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

.chat-select-body .chat-block p {
  margin-bottom: 30px;
  font-size: .9rem;
  color: #a2a2a2;
}

.chat-select-body .chat-block a.btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 150px;
}

.chat-select-body .chat-block a.btn.bg-black {
  background-color: black;
}

.chat-select-body .chat-block a.btn.bg-green {
  background-color: #56b45a;
}

.chat-select-body .chat-left .btn {
  background-color: #56b45a;
  border-radius: 25px;
}

.chat-select-body .chat-right {
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, .1);
}

.chat-select-body .chat-right .btn {
  background-color: black;
  border-radius: 25px;
}

.currencyswitch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 47px;
  background-color: white;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, .05);
  cursor: pointer;
  background-image: linear-gradient(to bottom, #eee, white 25px);
}

.currencyswitch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.currencyswitch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  background: #4fb845;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12), inset 0 0 2px rgba(0, 0, 0, .15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12), inset 0 0 2px rgba(0, 0, 0, .15);
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  -webkit-transition-property: opacity background;
  transition-property: opacity background;
}

.currencyswitch-label:before,
.currencyswitch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

.currencyswitch-label:before {
  content: attr(data-off);
  right: 31px;
  color: white;
  text-shadow: 0 1px rgba(255, 255, 255, .2);
}

.currencyswitch-label:after {
  content: attr(data-on);
  left: 31px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, .2);
  opacity: 0;
}

.currencyswitch-input:checked ~ .currencyswitch-label {
  background: #47a8d8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .2);
}

.currencyswitch-input:checked ~ .currencyswitch-label:before {
  opacity: 0;
}

.currencyswitch-input:checked ~ .currencyswitch-label:after {
  opacity: 1;
}

.currencyswitch-input:checked ~ .currencyswitch-currency {
  display: none;
}

.currencyswitch-input:checked ~ .currencyswitch-altercurrency {
  display: block;
}

.currencyswitch-handle {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(#f0f0f0));
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left .15s ease-out;
  transition: left .15s ease-out;
}

.currencyswitch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, .02);
  box-shadow: inset 0 1px rgba(0, 0, 0, .02);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
  background-image: linear-gradient(to bottom, #eee, white);
}

.currencyswitch-input:checked ~ .currencyswitch-handle {
  left: 72px;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, .2);
}

.currencyswitch-green > .currencyswitch-input:not(:checked) ~ .currencyswitch-label {
  background: #4fb845;
}

.currencyswitch-text {
  line-height: 1.5em;
  overflow: hidden;
  text-align: center;
  width: 30%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

body {
  font-family: "Poppins", sans-serif;
  --grey-grey-800: #161e28;
  --grey-grey-200: #b7b9bc;
  --monotone-white-40: rgba(255, 255, 255, .4);
}

body .container.dvs-container {
  line-height: 150%;
}

body .container.dvs-container .cust-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

body .container.dvs-container .cust-col,
body .container.dvs-container .asym-container .left-col,
body .container.dvs-container .asym-container .right-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

body .container.dvs-container .text-small-bold {
  /* Global/Paragraph/Small SemiBold */
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

body .container.dvs-container .text-small-semi-bold {
  /* Global/Paragraph/Small SemiBold */
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

body .container.dvs-container h2 {
  /* Desktop/Headings/H2 */
  font-size: 38px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

body .container.dvs-container h2 sup,
body .container.dvs-container h2 sub {
  vertical-align: middle;
  padding: 0 2px;
  /* Desktop/Headings/H5 Bold */
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

body .container.dvs-container .h5-strikethough {
  /* Desktop/Headings/H5 Stikethrough */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  -webkit-text-decoration-line: strikethrough;
  text-decoration-line: strikethrough;
}

body .container.dvs-container h6 {
  /* Mobile/Headings/H6 Bold */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}

body .container.dvs-container .text-small-regular {
  /* Global/Paragraph/Small Regular */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

body .container.dvs-container .text-x-small-regular {
  /* Global/Paragraph/XSmall Regular */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}

body .container.dvs-container .text-x-small-semi-bold {
  /* Global/Paragraph/XSmall SemiBold */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
}

body .container.dvs-container .text-large-regular {
  /* Global/Paragraph/Large Regular */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

body .container.dvs-container .text-large {
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 50.4px */
}

body .container.dvs-container button.btn {
  min-width: 150px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

body .container.dvs-container .text-grey {
  color: var(--grey-grey-200, #b7b9bc);
}

body .container.dvs-container section {
  margin: 100px 0;
}

body .container.dvs-container section .gradient {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  --gradient-width: 2000px;
  --gradient-displacement: -.77;
}

body .container.dvs-container section .gradient :first-child {
  position: absolute;
  width: var(--gradient-width);
  height: var(--gradient-width);
  background: var(--radial-background-gradient, radial-gradient(circle 1000px, #00ffeb 0%, #00ffeb 40%, rgba(255, 255, 255, 0)));
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

body .container.dvs-container section .gradient-center-top {
  justify-self: center;
}

body .container.dvs-container section .gradient-center-top .radial-gradient {
  top: calc(var(--gradient-width) * var(--gradient-displacement));
}

body .container.dvs-container section .gradient-center-bottom {
  justify-self: center;
}

body .container.dvs-container section .gradient-center-bottom .radial-gradient {
  bottom: calc(var(--gradient-width) * var(--gradient-displacement));
}

body .container.dvs-container section .gradient-right-bottom {
  justify-self: center;
}

body .container.dvs-container section .gradient-right-bottom .radial-gradient {
  bottom: calc(var(--gradient-width) * var(--gradient-displacement));
  right: calc(var(--gradient-width) * var(--gradient-displacement));
}

.compare-tab-container,
.compare-card-tab-container,
.ways-to-watch-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.compare-tab-container-list,
.compare-card-tab-container-list,
.ways-to-watch-tab-container-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 30px;
  background-color: var(--grey-grey-800, #161e28);
  border-radius: 100px;
}

.compare-tab-container-list-item,
.compare-card-tab-container-list-item,
.ways-to-watch-tab-container-list-item {
  min-width: 160px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  padding: 10px 15px;
}

.compare-tab-container-list-item.selected,
.compare-card-tab-container-list-item.selected,
.ways-to-watch-tab-container-list-item.selected {
  border: 1px solid var(--monotone-white, #fff);
  background: var(--monotone-white-10, rgba(255, 255, 255, .1));
}

.product-card-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
}

.product-card-list-container .product-card {
  padding: 25px;
  background-color: var(--grey-grey-800, #161e28);
  border-radius: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-card-list-container .product-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}

.product-card-list-container .product-card-header h2 {
  margin: 10px 0;
}

.product-card-list-container .product-card-header-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
  min-height: 36px;
}

.product-card-list-container .product-card-header-logos-devices {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card-list-container .product-card-header-logos-devices i {
  font-size: 22px;
}

.product-card-list-container .product-card-header-logos-devices i.icon-decoder {
  font-size: 28px;
}

.product-card-list-container .product-card-body {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-card-list-container .product-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-card-list-container .product-card-body-price {
  margin-top: 30px;
  margin-left: -25px;
  border-radius: 0 100px 100px 0;
  background: var(--monotone-white-40, rgba(255, 255, 255, .4));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 185px;
  height: 85px;
  padding: 10px 30px 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-card-list-container .product-card-body-price-pretext h6 {
  margin: 0;
}

.product-card-list-container .product-card-body-price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card-list-container .product-card-body-price-main h2 {
  margin: 0;
}

.product-card-list-container .product-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-card-list-container .product-card-footer a.btn {
  min-width: 148px;
}

.product-card-list-container .product-card-footer a.btn:first-child {
  margin-right: 15px;
}

.dvs-container .breadcrumb-container {
  padding-top: 30px;
}

.dvs-container .breadcrumb-container ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.dvs-container .breadcrumb-container ul li {
  cursor: pointer;
}

.dvs-container .breadcrumb-container ul li::after {
  content: "/";
  margin-left: 10px;
}

.dvs-container .breadcrumb-container ul li:last-of-type {
  cursor: default;
  color: var(--monotone-white-40, rgba(255, 255, 255, .4));
}

.dvs-container .breadcrumb-container ul li:last-of-type::after {
  content: "";
}

.dvs-container .header-container {
  margin-top: 60px;
}

.dvs-container .header-container .header-logo img {
  width: 200px;
  margin-bottom: 25px;
}

.dvs-container .dual-card-header {
  margin-top: 60px;
}

.dvs-container .dual-card-header .dual-card-bg {
  position: absolute;
  z-index: -1;
  max-width: 829px;
  width: 80%;
  top: 10%;
}

.dvs-container .dual-card-header-card-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

.dvs-container .dual-card-header-card-container .cust-col:not(:first-child),
.dvs-container .dual-card-header-card-container .asym-container .left-col:not(:first-child),
.dvs-container .asym-container .dual-card-header-card-container .left-col:not(:first-child),
.dvs-container .dual-card-header-card-container .asym-container .right-col:not(:first-child),
.dvs-container .asym-container .dual-card-header-card-container .right-col:not(:first-child) {
  margin-top: 15px;
}

.dvs-container .dual-card-header-card {
  background-color: var(--grey-grey-800, #161e28);
  border-radius: 15px;
  height: 100%;
  padding: 25px 20px;
}

.dvs-container .dual-card-header-card .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dvs-container .dual-card-header-card .header-logo img {
  height: 20px;
  margin-bottom: 20px;
}

.dvs-container .dual-card-header-card .dual-card-image {
  height: 144px;
  max-width: 100%;
}

.dvs-container .dual-card-header-card .dual-card-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

.dvs-container .dual-card-header-card .dual-card-desc {
  margin-bottom: 25px;
}

.dvs-container .compare-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dvs-container .compare-card-container .compare-card {
  background-color: var(--grey-grey-800, #161e28);
  border-radius: 15px;
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 46px;
  height: 100%;
  max-width: 455px;
}

.dvs-container .compare-card-container .compare-card .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dvs-container .compare-card-container .compare-card .header-logo img {
  height: 20px;
  margin-bottom: 50px;
}

.dvs-container .compare-card-container .compare-card-heading {
  margin-bottom: 25px;
}

.dvs-container .compare-card-container .compare-card-list {
  list-style: none;
  padding-left: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dvs-container .compare-card-container .compare-card-list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.dvs-container .compare-card-container .compare-card-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
}

.dvs-container .compare-card-container .compare-card:hover {
  border: 1px solid rgba(0, 255, 235, .6);
  -webkit-box-shadow: 0 0 22px 8px rgba(0, 255, 235, .2);
  box-shadow: 0 0 22px 8px rgba(0, 255, 235, .2);
}

.dvs-container .compare-card-container .text-star {
  margin-top: -21px;
}

.gallery-list {
  width: 100vw;
  position: relative;
  left: -20%;
}

.gallery-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: -webkit-transform 10s;
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery-list-row.forward {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.gallery-list-row.backward {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.gallery-list .gallery-card,
.gallery-list .gallery-card-round {
  border-radius: 16px;
  width: 143px;
  height: 80px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
}

.gallery-list .gallery-card .bg-image,
.gallery-list .gallery-card-round .bg-image {
  width: 100%;
}

.gallery-list .gallery-card-round {
  position: relative;
}

.gallery-list .gallery-card-round .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 53%;
}

.dvs-container .gallery-header {
  position: relative;
}

.dvs-container .gallery-header-img {
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  overflow: hidden;
}

.dvs-container .gallery-header-img img {
  width: 100%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  position: absolute;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-filter: drop-shadow(7.35554px 7.35554px 14.71108px rgba(0, 0, 0, .3));
  filter: drop-shadow(7.35554px 7.35554px 14.71108px rgba(0, 0, 0, .3));
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card img {
  width: 100%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(1) {
  top: 2%;
  left: -3.5%;
  width: 6.7%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(2) {
  top: 14%;
  left: 4%;
  width: 17%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(3) {
  top: 19%;
  left: -13.5%;
  width: 13.7%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(4) {
  top: 34%;
  left: -5%;
  width: 23%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(5) {
  top: 59.5%;
  left: -17.9%;
  width: 17%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(6) {
  top: 63.2%;
  left: 3.6%;
  width: 18%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(7) {
  top: 84.5%;
  left: -2.3%;
  width: 10.5%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(8) {
  top: 84.5%;
  left: 18.8%;
  width: 10.2%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(9) {
  top: 3.8%;
  right: 6.8%;
  width: 7.6%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(10) {
  top: 10.7%;
  right: 15.4%;
  width: 13%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(11) {
  top: 15.6%;
  right: -4.6%;
  width: 12.9%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(12) {
  top: 29.8%;
  right: 5.7%;
  width: 18.5%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(13) {
  top: 38%;
  right: -13.6%;
  width: 18%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(14) {
  top: 54.9%;
  right: 5%;
  width: 19.4%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(15) {
  top: 69.5%;
  right: -5.6%;
  width: 8.3%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(16) {
  top: 76.8%;
  right: 20.6%;
  width: 10.2%;
}

.dvs-container .gallery-header .gallery-header-cards .gallery-header-card:nth-child(17) {
  top: 79.7%;
  right: 3%;
  width: 13.7%;
}

.dvs-container .scrollAnimation,
.dvs-container .scrollGalleryHeaderUp,
.dvs-container .scrollGalleryHeaderDown,
.dvs-container .scrollAsymCardsUp,
.dvs-container .scrollAsymCardsDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dvs-container .scrollGalleryHeaderUp {
  -webkit-animation-name: gallery-move-up;
  animation-name: gallery-move-up;
}

.dvs-container .scrollGalleryHeaderDown {
  -webkit-animation-name: gallery-move-down;
  animation-name: gallery-move-down;
}

@-webkit-keyframes gallery-move-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes gallery-move-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes gallery-move-up {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes gallery-move-up {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.faq {
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--grey-grey-800, #161e28);
  margin-bottom: 0 !important;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-answer {
  margin-top: 25px;
}

.dvs-container .asym-container .asym-card {
  background-color: var(--grey-grey-800, #161e28);
  border-radius: 15px;
  width: 160px;
  border: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
}

.dvs-container .asym-container .asym-card img {
  border-radius: 15px 15px 0 0;
  width: 167px;
}

.dvs-container .asym-container .asym-card_body {
  padding: 15px 15px 25px 15px;
}

.dvs-container .asym-container .cust-col,
.dvs-container .asym-container .left-col,
.dvs-container .asym-container .right-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.dvs-container .asym-container .left-col {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.dvs-container .asym-container .right-col {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 50px;
}

.dvs-container .scrollAnimation,
.dvs-container .scrollGalleryHeaderUp,
.dvs-container .scrollGalleryHeaderDown,
.dvs-container .scrollAsymCardsUp,
.dvs-container .scrollAsymCardsDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dvs-container .scrollAsymCardsUp {
  -webkit-animation-name: asym-cards-move-up;
  animation-name: asym-cards-move-up;
}

.dvs-container .scrollAsymCardsDown {
  -webkit-animation-name: asym-cards-move-down;
  animation-name: asym-cards-move-down;
}

@-webkit-keyframes asym-cards-move-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(4vh);
    transform: translateY(4vh);
  }
}

@keyframes asym-cards-move-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(4vh);
    transform: translateY(4vh);
  }
}

@-webkit-keyframes asym-cards-move-up {
  0% {
    -webkit-transform: translateY(4vh);
    transform: translateY(4vh);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes asym-cards-move-up {
  0% {
    -webkit-transform: translateY(4vh);
    transform: translateY(4vh);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.dvs-container .special-upsell_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.dvs-container .special-upsell_nav .btn-round {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
}

.dvs-container .special-upsell_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  gap: 50px;
}

.dvs-container .special-upsell_container .special-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  min-width: 100%;
}

.dvs-container .special-upsell_container .special-slide_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dvs-container .special-upsell_container .special-slide_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 15px;
  margin-top: 25px;
}

.dvs-container .special-upsell_container .special-slide_image {
  width: 330px;
}

.dvs-container .special-upsell_container .special-slide:not(:first-child) {
  margin-left: -50px;
}

.dvs-container .video-container {
  position: relative;
}

.dvs-container .video-container .video {
  overflow: hidden;
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}

.dvs-container .video-container .video-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dvs-container .video-container .video video {
  height: 600px;
}

.dvs-container .video-container .video img {
  height: 600px;
}

.dvs-container .featured-shows-container {
  width: 100%;
}

.dvs-container .featured-shows {
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}

.dvs-container .featured-shows-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
  width: 1870px;
}

.dvs-container .featured-shows-row.forward,
.dvs-container .featured-shows-row.backward {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: calc(var(--scroll) * -1s);
  animation-delay: calc(var(--scroll) * -1s);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dvs-container .featured-shows-row.forward {
  -webkit-animation-name: move-forward;
  animation-name: move-forward;
}

.dvs-container .featured-shows-row.backward {
  -webkit-animation-name: move-backward;
  animation-name: move-backward;
}

.dvs-container .featured-shows .feature-card {
  border-radius: 16px;
  width: 150px;
  height: 200px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
}

.dvs-container .featured-shows .feature-card .bg-image {
  width: 100%;
  border-radius: 16px;
}

@-webkit-keyframes move-forward {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}

@keyframes move-forward {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}

@-webkit-keyframes move-backward {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }

  100% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}

@keyframes move-backward {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }

  100% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}

.how-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.how-to-item {
  width: 150px;
}

.how-to-item_select {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dvs-container .featured-channels {
  position: relative;
}

.dvs-container .featured-channels-container {
  overflow: hidden;
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  position: relative;
}

.dvs-container .featured-channels-container .featured-channels_image {
  height: 640px;
  -webkit-transform: translate(-30%, 0%);
  transform: translate(-30%, 0%);
}

.dvs-container .featured-channels-container:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0a121d), color-stop(60%, #0a121d99), to(#0a121d00));
  background: linear-gradient(to right, #0a121d 0%, #0a121d99 60%, #0a121d00 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dvs-container .featured-channels_selector {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.dvs-container .featured-channels_selector .featured-channels_catagories {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  width: 105%;
  height: 30px;
}

.dvs-container .featured-channels_selector .featured-channels_catagories .featured-channels_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-wrap: none;
  white-space: nowrap;
  cursor: pointer;
  overflow: auto;
  padding-bottom: 15px;
}

.dvs-container .featured-channels_selector .featured-channels_catagories .featured-channels_tabs:last-child {
  padding-right: 16%;
}

.dvs-container .featured-channels_selector .featured-channels_catagories .active {
  color: var(--monotone-white, #fff);
  border-radius: 50px;
  padding: 5px 15px 4px 15px;
  background: var(--monotone-white-40, rgba(255, 255, 255, .4));
}

.dvs-container .featured-channels_selector .featured-channels_content h2 {
  margin-bottom: 15px;
}

.dvs-container .featured-channels_selector .featured-channels_content .channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.dvs-container .featured-channels_selector .featured-channels_content .channels .channel {
  padding: 6.223px 4.978px 4.977px 6.222px;
  border-radius: 124.444px;
  background: var(--monotone-white, #fff);
  width: 56px;
  height: 56px;
}

.dvs-container .featured-channels_selector .featured-channels_content .channels .channel img {
  max-width: 100%;
}

.dvs-container .ways-to-watch-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dvs-container .ways-to-watch-hideable {
  max-width: 555px;
}

.dvs-container .ways-to-watch-card {
  background-color: var(--grey-grey-800, #161e28);
  border-radius: 15px;
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  height: 100%;
}

.dvs-container .ways-to-watch-card .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dvs-container .ways-to-watch-card .header-logo img {
  height: 20px;
  margin-bottom: 50px;
}

.dvs-container .ways-to-watch-card-img-container {
  position: relative;
  width: 100%;
  height: 170px;
  margin-bottom: 25px;
}

.dvs-container .ways-to-watch-card-img-container .bg-gradient {
  width: 100%;
  height: 100%;
  border-radius: 397px;
  opacity: .30000001192092896;
  background: var(--grey-grey-200, #b7b9bc);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  top: 0;
  left: 0;
}

.dvs-container .ways-to-watch-card-img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 260px;
}

.dvs-container .ways-to-watch-card-heading {
  margin-bottom: 25px;
}

.dvs-container .ways-to-watch-card-list {
  list-style: none;
  padding-left: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dvs-container .ways-to-watch-card-list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.dvs-container .ways-to-watch-card-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
}

.dvs-container .ways-to-watch-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.dvs-container .ways-to-watch-card-actions .product-card-body-price {
  margin-left: -20px;
  border-radius: 0 100px 100px 0;
  background: var(--monotone-white-40, rgba(255, 255, 255, .4));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 188px;
  height: 85px;
  padding: 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dvs-container .ways-to-watch-card-actions .product-card-body-price-pretext h6 {
  margin: 0;
}

.dvs-container .ways-to-watch-card-actions .product-card-body-price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dvs-container .ways-to-watch-card-actions .product-card-body-price-main .cust-h2 {
  margin: 0;
  font-size: 28px;
}

.dvs-container .ways-to-watch .text-star {
  margin-top: -21px;
}

.dvs-container .addon {
  overflow: hidden;
}

.dvs-container .addon_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dvs-container .addon-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.dvs-container .addon-nav-buttons .btn-round {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
}

.dvs-container .addon-nav-buttons.bottom {
  margin-top: 25px;
}

.dvs-container .addon .addon_container {
  overflow: auto;
  padding-left: 10px;
  margin-left: -10px;
}

.dvs-container .addon .addon_container::-webkit-scrollbar {
  visibility: hidden;
}

.dvs-container .addon .addon_container .addon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 50px 0 25px;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dvs-container .addon .addon_container .addon-list .addon_card {
  background: var(--grey-grey-800, #161e28);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  width: 220px;
  height: 307px;
}

.dvs-container .addon .addon_container .addon-list .addon_card-img {
  position: relative;
  width: 100%;
  height: 123px;
}

.dvs-container .addon .addon_container .addon-list .addon_card-img .bg {
  border-radius: 16px 16px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 123px;
}

.dvs-container .addon .addon_container .addon-list .addon_card-img .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 141px;
  translate: -50% -50%;
}

.dvs-container .addon .addon_container .addon-list .addon_card-img .extra {
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 4px;
  background: var(--primary-blue, #0095da);
  padding: 4px 6px;
}

.dvs-container .addon .addon_container .addon-list .addon_card-body {
  padding: 15px 20px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 184px;
}

.dvs-container .addon .addon_container .addon-list .addon_card-body-desc-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dvs-container .addon .addon_container .addon-list .addon_card-body-price-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 10px;
}

.dvs-container .addon .addon_container .addon-list .addon_card-body-price-main h2 {
  margin: 0;
}

.dvs-container .addon .addon_container .addon-list .addon_card-body-price-main .price-discount {
  margin-bottom: 0;
  text-decoration: line-through;
}

body {
  min-width: 320px;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="si-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[class*="si-shadow-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.si-shadow-frame {
  -webkit-box-shadow: 0 1px 3px 0 #000;
  box-shadow: 0 1px 3px 0 #000;
}

[class*="si-shadow-pointer"] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*="si-shadow-inner-pointer"] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: -.70711px .70711px 3px 0 #000;
  box-shadow: -.70711px .70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: .5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover,
.si-close-button:focus {
  opacity: .7;
}

[class*="si-pointer-border"] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*="si-pointer-bg"] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*="si-pointer-bg"] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0;
}

.map-canvas {
  height: 483px;
  position: relative;
  margin-bottom: 28.125rem;
  font-size: .875rem;
}

.map-canvas:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 18, 29, 0)), to(#0a121d));
  background: linear-gradient(180deg, rgba(10, 18, 29, 0) 0%, #0a121d 100%);
}

.map-canvas [href^="tel:"] {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.jcf-select {
  background-color: transparent;
  -webkit-box-shadow: 0 1.5px 0 -1px #fff;
  box-shadow: 0 1.5px 0 -1px #fff;
}

.jcf-text {
  color: #0a121d;
}

.jcf-select .jcf-select-opener:before {
  border-color: #fff;
}

.map-info {
  z-index: 10;
  position: absolute;
  left: 20px;
  left: 50%;
  max-width: 500px;
  width: calc(100% - 40px);
  height: auto;
  top: auto;
  background-color: transparent;
  background: rgba(10, 18, 29, .8);
  bottom: -400px;
  padding: 1.875rem 1.0625rem 1.875rem 1.875rem;
  border-radius: .4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) or (-webkit-backdrop-filter: blur(50px)) {
  .map-info {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, .1);
  }
}

.map-info .btn-close {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 1.875rem;
  color: #d0dadf;
  font-weight: 100;
}

.map-info p {
  color: #d0dadf;
}

.map-info hr + strong {
  margin-bottom: .3125rem;
  display: block;
}

.map-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 00px;
}

.m-bottom {
  margin-bottom: 2.3125rem;
}

.scedule {
  font-size: .875rem;
  margin-bottom: 1.875rem;
}

.scedule-item {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
}

.map-info-subtitle {
  display: block;
  margin-bottom: .3125rem;
  color: #fff;
}

.product-header .text-holder h1 {
  margin: 2rem 0;
}

.product-header .text-holder > p {
  font-size: 1.125rem;
}

.product-header .text-secondary {
  margin-top: 0;
}

.product-header .content-nav-holder {
  margin-bottom: .75rem;
}

ul.bullets {
  padding-left: 1rem;
}

.sign-in-span {
  width: 100%;
  white-space: nowrap;
  text-align: right;
}

.filter-title-list .pay-method-title {
  margin-bottom: 1.75rem;
  font-size: 1.75rem;
}

@supports (-moz-appearance: none) {
  .jcf-select {
    -webkit-box-shadow: 0 1.5px 0 0 #fff;
    box-shadow: 0 1.5px 0 0 #fff;
  }
}

.standalone .top-section,
.standalone .top-panel-standard {
  padding-top: 0;
}

.standalone .tvg-master-container {
  margin-top: 0;
}

.standalone .filtration-holder {
  display: none;
}

.standalone .wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: 50% 90px;
}

.hero-section .top-section .chanel-number > img,
.hero-section .top-panel-standard .chanel-number > img {
  width: auto !important;
  height: 45px !important;
  Margin-bottom: 15px !important;
}

.hero-section-slider .bg-holder,
.hero-section-fullscreen-bg .bg-holder {
  position: absolute !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  min-height: 50vh !important;
  top: 0 !important;
}

.hero-section-slider .bg-holder {
  background-position: center !important;
}

.hero-section-slider .top-section,
.hero-section-slider .top-panel-standard,
.hero-section-fullscreen-bg .top-section,
.hero-section-fullscreen-bg .top-panel-standard {
  padding-top: 70px !important;
}

.hero-section.cust-hero {
  margin-top: 80px !important;
  padding-top: 0 !important;
}

.top-section .img-holder .slick-img,
.top-panel-standard .img-holder .slick-img {
  width: auto !important;
  max-height: 200px;
}

.hero-section-slider .bg-holder:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0a121d), to(rgba(10, 18, 29, 0))) !important;
  background: linear-gradient(90deg, #0a121d 10%, rgba(10, 18, 29, 0) 100%) !important;
  top: 0 !important;
  height: 100% !important;
}

.hero-section.cust-hero {
  min-height: unset !important;
}

.hero-section-slider .slick-slide {
  height: 100% !important;
}

.hero-section .top-section .row,
.hero-section .top-panel-standard .row {
  min-height: 40vh !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.hero-section .top-section .row .packagePrice,
.hero-section .top-panel-standard .row .packagePrice {
  min-height: unset !important;
}

.hero-section.cust-hero .hero-section-fullscreen-bg .bg-holder .bg-holder-reverse-grad {
  top: unset !important;
  bottom: 0;
}

.c-card-header {
  min-height: 193px !important;
}

/*
@media (min-width: 1481px) {
    .c-card-header {
        min-height: 294px !important;
    }
}*/

.show-card-header {
  min-height: 90px !important;
}

.show-card-footer {
  min-height: 29px !important;
}

.c-card-no-border {
  border: 0 !important;
}

#package-btns-holder .btn {
  padding: 8px 0 0 0 !important;
}

#dvPackage ul {
  font-size: .75rem !important;
}

#dvComparePackage p {
  margin-bottom: .3rem;
  padding-right: 0;
}

.card-back-dv ul,
.card-back-dv p {
  font-size: 14px;
  line-height: 17px;
}

.dvPackage-dv p {
  margin-bottom: 0;
}

#card-back {
  padding-top: 10px;
}

#card-back .package-heading {
  display: block;
  margin-top: 12px;
  font-size: 1.3rem;
  padding-bottom: 15px;
}

#card-back .logo-container {
  margin-bottom: 0;
}

#card-back .value-holder {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

#card-back .value-holder > p {
  text-align: center;
  width: 100%;
}

#card-back .value-holder .btn-small {
  margin: 10px auto auto auto;
  padding: 8px 25px;
  border-radius: 20px;
  text-align: center;
}

#card-back .h3 span {
  float: inherit !important;
}

#card-back .list-info li:before {
  content: inherit;
}

.c-card--restricted-overlay {
  padding: 5px !important;
  min-height: 70px !important;
}

.currencycode {
  font-size: .8rem;
  float: left;
  margin-right: .2rem;
  margin-top: .3rem;
}

.unification-panel .card-list-container.cust-grid {
  gap: 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.unification-panel .card-list-container.cust-grid > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.unification-panel .card-list-container.cust-grid .card {
  width: 100%;
  border-color: #203f57 !important;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }

  h2,
  .h2 {
    font-size: 2.375rem;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
  }

  h4,
  .h4 {
    font-size: 1.5rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1.125rem;
  }

  .btn-holder .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .btn {
    font-size: 1.125rem;
  }

  .btn-md {
    min-width: 206px;
  }

  .article-holder {
    margin-bottom: 1.875rem;
  }

  .pricing-card .value-holder span,
  .decoders-card .value-holder span,
  .chanel-card .value-holder span {
    font-size: 1.125rem;
  }

  .pricing-card .value-holder .h1,
  .decoders-card .value-holder .h1,
  .chanel-card .value-holder .h1 {
    font-size: 2.375rem;
  }

  .pricing-card .card-subtitle,
  .decoders-card .card-subtitle,
  .chanel-card .card-subtitle {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }

  .article-carousel00 .carousel-sell {
    height: auto;
  }

  .decoders-card .h1 {
    font-size: 2.375rem;
  }

  .filtration-holder,
  .smooth-scroll-nav-holder,
  .content-nav-holder {
    margin-bottom: 2.5rem;
  }

  .pagination-holder {
    margin-bottom: 3.25rem;
  }

  .pagination {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-item {
    margin-right: 15px;
  }

  .social-media a {
    width: 32px;
    height: 32px;
  }

  .package-included-list [class^="icon"] {
    width: 40px;
    height: 40px;
  }

  .list-info li:before {
    line-height: 100%;
  }

  .iframe-description {
    font-size: .875rem;
  }

  blockquote:before,
  blockquote:after {
    width: 5px;
  }

  .blockquote.blockquote p {
    margin-bottom: .625rem;
  }

  .hero-section-slider .top-section,
  .hero-section-slider .top-panel-standard,
  .hero-section-fullscreen-bg .top-section,
  .hero-section-fullscreen-bg .top-panel-standard {
    padding-top: 8rem;
    font-size: 1.125rem;
  }

  .hero-section-slider .bg-holder,
  .hero-section-fullscreen-bg .bg-holder {
    padding-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .hero-section-fullscreen-bg .text-sm {
    font-size: 1rem;
  }

  .flickity-cards .carousel-sell {
    width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 3);
    flex: 1 0 calc(100% / 3);
  }

  .article-carousel .carousel-sell,
  .news-article-carousel .carousel-sell {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 .9375rem;
  }

  .article-carousel .col-md-6,
  .news-article-carousel .col-md-6 {
    width: 50%;
  }

  .article-carousel .card-body,
  .news-article-carousel .card-body {
    height: 205px;
    /*min-height: 205px;*/
  }

  .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .people-scroller-carousel .carousel-sell {
    width: calc(100% / 4 - 12px);
  }

  .features-carousel-holder:before {
    height: calc(100% - 220px);
    margin-bottom: -13.75rem;
  }

  .features-carousel-holder {
    padding: 0 .375rem 13.75rem;
    margin-bottom: -13.75rem;
  }

  .article-carousel02 .card-body {
    height: auto;
    /*min-height: 300px;*/
  }

  .top-section-carousel-4 img {
    margin-bottom: 1.625rem;
  }

  .search-form-content {
    margin-bottom: 2.0625rem;
  }

  .search-form-content label {
    font-size: 1rem;
  }

  .compare-package-item-img-holder {
    margin-bottom: -.9375rem;
  }

  .form-buttons-holder button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 210px;
    flex: 0 1 210px;
    max-width: none;
  }

  .list-group-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90px;
    flex: 1 0 90px;
  }

  .tabs-list-group {
    max-width: 610px;
  }

  .tab-item-description {
    font-size: .875rem;
  }

  .payment-method-content-col,
  .payment-method-tablist-col {
    font-size: 1rem;
  }

  .payment-method-tablist-col .filtered-element {
    max-width: calc(100% / 12 * 4);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    padding: 0 .9375rem 1.875rem;
  }

  .payment-method-tablist-col .filter-title-list {
    padding-left: .9375rem;
  }

  .filter-list {
    font-size: .875rem;
  }

  .payment-method-content-col .payment-method-list-title {
    margin-bottom: 1.625rem;
  }

  .payment-method-content-col img {
    width: auto;
  }

  [id="header"]:after {
    top: 0;
  }

  [id="header"].fixed-position .navbar {
    padding: 0 1rem;
  }

  .navbar {
    padding-top: 0;
  }

  .navbar-nav {
    margin-left: .625rem;
  }

  .nav-item {
    margin: 0 .25rem;
  }

  .nav-item.active a:after {
    left: .5rem;
    width: calc(100% - 1rem);
  }

  .nav-controls {
    margin: 0 -1rem;
  }

  .nav-controls .nav-item {
    margin: 0 .625rem;
  }

  .nav-controls [class^="icon"] {
    font-size: .9375rem;
  }

  .search-active .search-holder {
    padding: 4.375rem 0 1.875rem;
  }

  .search-holder .search-opener {
    font-size: 1.5625rem;
    top: 3.0625rem;
    right: 2.8125rem;
  }

  .search-holder .search-form {
    margin-bottom: 7.0625rem;
  }

  .search-holder .search-form button {
    display: block;
  }

  .search-holder .search-form input {
    font-size: 3rem;
  }

  .search-holder .search-form input::-webkit-input-placeholder {
    font-size: 2.125rem;
  }

  .search-holder .search-form input::-moz-placeholder {
    font-size: 2.125rem;
  }

  .search-holder .search-form input:-moz-placeholder {
    font-size: 2.125rem;
  }

  .search-holder .search-form input:-ms-input-placeholder {
    font-size: 2.125rem;
  }

  .search-holder .search-form input.placeholder {
    font-size: 2.125rem;
  }

  .search-holder .search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search-holder .search-list h4 {
    margin-bottom: 1.6875rem;
  }

  .search-holder .search-list > li {
    margin-bottom: 0;
  }

  .search-holder .search-list ul li {
    margin-bottom: .625rem;
  }

  #wrapper {
    background-size: 100%;
  }

  .blurArticle {
    background-size: 1920px 900px !important;
  }

  .privacy-section h2,
  .privacy-section p,
  .privacy-section .list-item-title {
    margin-bottom: 1.875rem;
  }

  .badge-secondary {
    font-size: 1.125rem;
    padding: .375rem 1.4375rem .3125rem .875rem;
  }

  .protect-decoder .img-holder {
    min-height: 7.3rem;
  }

  .support-channel-item-container:nth-child(n + 3) {
    margin-bottom: 0;
  }

  .h1-sever-error {
    font-size: 4.875rem;
  }

  .server-error-title-holder {
    margin-bottom: 1.25rem;
  }

  .page-error-nav-buttons {
    margin-bottom: 2.5rem;
  }

  .page-error-nav-buttons .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: none;
  }

  .modal .modal-header {
    padding-top: 3.4375rem;
  }

  .modal .h4 {
    font-size: 2.375rem;
  }

  .modal .close {
    padding-top: 3.4375rem;
  }

  .modal-body {
    padding: 0 1.875rem;
  }

  .blur-at-top {
    padding-top: 2.125rem;
  }

  .local-channels .chanel-box-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 10 - 12px);
    flex: 1 0 calc(100% / 10 - 12px);
    max-width: calc(100% / 10 - 12px);
  }

  .top-section,
  .top-panel-standard {
    padding-top: 103px;
    font-size: 1.125rem;
    margin-bottom: 3.75rem;
  }

  .top-section .date,
  .top-panel-standard .date {
    margin-bottom: 1.25rem;
  }

  .top-section-news {
    font-size: 1rem;
  }

  .top-section-package {
    font-size: 1rem;
  }

  .article-news-holder p {
    margin-bottom: 1.25rem;
  }

  .news-article-title img {
    margin-bottom: 0;
  }

  .news-article-title .title-text {
    display: inline-block;
    margin-bottom: 0;
  }

  .news-article-image-holder {
    margin-bottom: 1.625rem;
  }

  .news-article-subtitle {
    margin-bottom: .375rem;
  }

  .article-item-date {
    margin-bottom: .625rem;
  }

  .app-section .col-md-3 {
    padding: 0 1.5625rem;
  }

  .app-section-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .app-list li {
    display: inline-block;
    margin-bottom: 0;
  }

  .pros-section .date {
    position: static;
  }

  .pros-section-xtra-view .text-accent {
    font-size: 1.5rem;
  }

  .advantages-section-lg h2 {
    margin-bottom: 1.875rem;
  }

  .footer-logo {
    width: 180px;
    height: 108px;
  }

  .footer-nav li {
    display: inline-block;
    margin-bottom: 0;
  }

  .footer-nav li:before {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  .copy {
    font-size: .8125rem;
  }

  .footer-list {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .footer-list ul {
    display: block;
  }

  .search-results {
    background-image: url(../images/bg05.png);
    padding-top: 7.125rem;
  }

  .search-results .results {
    font-size: 1.125rem;
    margin-bottom: 3.1875rem;
  }

  .search-results .results h1 {
    font-size: 3rem;
  }

  .results-pagination {
    padding-top: 1.75rem;
  }

  .compare-table-holder .select-genre-form {
    width: 330px;
  }

  .compare-table .tariff-card {
    padding: .625rem 1.25rem .75rem;
  }

  .compare-table .tariff-card .tariff-name {
    font-size: 1.125rem;
    margin-bottom: .3125rem;
  }

  .compare-table .tariff-card .channels {
    line-height: 2.25rem;
    font-size: 2.375rem;
  }

  .compare-table .tariff-card strong {
    font-size: 1.25rem;
  }

  .table-body .row {
    margin-bottom: .9375rem;
  }

  .self-service .carousel-sell {
    width: 25%;
    padding: 0 15px 15px;
  }

  .promocards-module .flickity-cards .carousel-sell {
    min-height: 230px;
  }

  .en-ng .pricing-card .value-holder .h1,
  .en-ng .decoders-card .value-holder .h1,
  .en-ng .chanel-card .value-holder .h1 {
    font-size: 2rem;
  }

  .en-ng .tv-guide-header .drop-down-holder .package-select.select-block {
    min-width: 10rem;
    max-width: 10rem;
  }

  .en-ng .tv-guide-header .drop-down-holder .channel-select.select-block {
    min-width: 9rem;
    max-width: 9rem;
  }

  .en-ng .tv-guide-header .drop-down-holder .channel-select.select-block .tvg-custom-select {
    min-width: 90%;
  }

  .en-ng .tv-guide-header .drop-down-holder .select-block .select-item p {
    padding-right: 10px;
  }

  .en-ng .pricing-card .value-holder .h1,
  .en-ng .decoders-card .value-holder .h1,
  .en-ng .chanel-card .value-holder .h1 {
    font-size: 2rem;
  }

  .en-ke .pricing-card .value-holder .h1,
  .en-ke .decoders-card .value-holder .h1,
  .en-ke .chanel-card .value-holder .h1 {
    font-size: 2rem;
  }

  .en-ke .tv-guide-header .drop-down-holder .package-select.select-block {
    min-width: 10rem;
    max-width: 10rem;
  }

  .en-ke .tv-guide-header .drop-down-holder .channel-select.select-block {
    min-width: 9rem;
    max-width: 9rem;
  }

  .en-ke .tv-guide-header .drop-down-holder .channel-select.select-block .tvg-custom-select {
    min-width: 90%;
  }

  .en-ke .tv-guide-header .drop-down-holder .select-block .select-item p {
    padding-right: 10px;
  }

  .en-ke .pricing-card .value-holder .h1,
  .en-ke .decoders-card .value-holder .h1,
  .en-ke .chanel-card .value-holder .h1 {
    font-size: 2rem;
  }

  .decoder-carousel-container .front-panel .c-card--body img {
    width: 630px;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-iframe {
    min-height: 380px;
  }

  body .container.dvs-container .text-large {
    /* Desktop/Display/Large */
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 76.8px */
  }

  .dvs-container .featured-channels-container .featured-channels_image {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .map-canvas {
    height: 583px;
    margin-bottom: 0;
  }

  .map-canvas:after {
    bottom: 0;
    height: 250px;
  }

  .map-info {
    bottom: 45px;
    left: 20px;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  .map-box > div {
    top: 0 !important;
  }

  .sign-in-span {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .btn-holder .btn + .btn {
    margin-left: 1.875rem;
  }

  .packagePrice .h2 {
    margin-bottom: 1.875rem;
  }

  .btn-md {
    font-size: 1.125rem;
  }

  .visual-card-link-holder .visual-card-body {
    font-size: .875rem;
    padding: 0 1.25rem;
    margin-bottom: 1rem;
  }

  .visual-card-channels-holder .visual-card-col {
    margin-bottom: 1rem;
  }

  .visual-card-channels-holder .visual-card-body img {
    max-height: 60px;
  }

  .kids-character-rt .visual-card-body img {
    max-height: 60px;
  }

  .visual-card-link {
    font-size: .875rem;
  }

  .pricing-card .text-secondary-info,
  .decoders-card .text-secondary-info,
  .chanel-card .text-secondary-info {
    margin-bottom: 1.5625rem;
  }

  .ico-holder img {
    max-width: none;
  }

  .video-card .iframe-holder {
    margin-bottom: 1.5rem;
  }

  .list-info li:before {
    line-height: 100%;
  }

  .list-info.product-text {
    font-size: .6875rem;
    margin-bottom: 0 !important;
  }

  .suggested-links {
    font-size: 1rem;
  }

  blockquote {
    padding: 4.625rem 2.0625rem;
  }

  .blockquote.blockquote {
    font-size: 1.5rem;
  }

  cite {
    font-size: 1rem;
  }

  .hero-section-slider .top-section,
  .hero-section-slider .top-panel-standard,
  .hero-section-fullscreen-bg .top-section,
  .hero-section-fullscreen-bg .top-panel-standard {
    margin-bottom: 2rem;
  }

  .hero-section-slider h1,
  .hero-section-fullscreen-bg h1 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }

  .hero-section-slider p,
  .hero-section-fullscreen-bg p {
    margin-bottom: 1.875rem;
  }

  .hero-section-slider .top-section-list,
  .hero-section-fullscreen-bg .top-section-list {
    margin-bottom: 1.3125rem;
  }

  .hero-section-slider .bg-holder {
    background-position: 20% top;
  }

  .hero-section-slider .bg-holder:after {
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0a121d), color-stop(65%, rgba(10, 18, 29, 0)));
    background: linear-gradient(90deg, #0a121d 20%, rgba(10, 18, 29, 0) 65%);
  }

  .flickity-cards .text-sm {
    font-size: .875rem;
  }

  .flickity-cards .text-lg {
    font-size: 1.4375rem;
    line-height: 1;
  }

  .flickity-carousel-6 .flickity-page-dots {
    display: none;
  }

  .people-scroller-section {
    padding: 3.25rem 0 4.375rem;
  }

  .people-scroller-carousel .flickity-page-dots {
    display: none;
  }

  .features-carousel-holder a {
    font-size: .875rem;
  }

  .features-carousel-holder .carousel-sell {
    width: calc(100% / 8);
    padding: 0 .9375rem;
  }

  .faux-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .article-carousel02 .flickity-button {
    display: none;
  }

  .flickity-carousel-4 .carousel-sell {
    width: 350px;
  }

  .flickity-carousel-4 .text-holder {
    padding: 3.125rem 1.625rem 1.25rem;
    height: 440px;
  }

  .decoder-packages-carousel .packages-carousel-gradient-bg,
  .package-page .packages-carousel-gradient-bg {
    padding-top: 3rem;
    padding-bottom: .5rem;
  }

  .featured-channels-carousel-fade-gradient:before {
    display: block;
    height: 73%;
  }

  .decoder-carousel-fade-gradient:before {
    display: block;
    height: 52%;
  }

  .top-section-carousel-4:after {
    content: "";
  }

  .top-section-carousel-4 .carousel-sell {
    width: 25%;
    padding: 0 .9375rem;
  }

  .top-section-carousel-4:after {
    content: "";
  }

  .top-section-carousel-4 .carousel-sell {
    width: 25%;
  }

  .top-section-carousel-4 .card-body {
    min-height: 0;
  }

  .local-news-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.9375rem;
  }

  .local-news-carousel:after {
    content: "";
  }

  .local-news-carousel .carousel-sell {
    max-width: 50%;
    min-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem;
  }

  .exclusive-highlights-carousel .carousel-sell {
    width: 450px;
  }

  .exclusive-highlights-carousel .article-card:hover .inlinePlayButton {
    opacity: 1;
  }

  .exclusive-highlights-carousel .flickity-page-dots {
    display: none;
  }

  .exclusive-highlights-carousel .inlinePlayButton {
    opacity: 0;
  }

  .modal .form-group {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 1.25rem;
    padding: 0 1.875rem;
  }

  .compare-package-form .flickity-carousel {
    margin: 0 0 5.3125rem -15px;
    padding-left: 15px;
  }

  .tabs-list-group [class^="icon"] {
    width: 70px;
    height: 70px;
  }

  .carousel-installer .flickity-sell {
    padding-right: 1.875rem;
  }

  .payment-method-tablist-holder .list-group-item-content {
    padding-bottom: 1.25rem;
  }

  .filter-holder {
    padding-bottom: 2.25rem;
  }

  .payment-method-content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .payment-method-content-col .payment-method-content-holder {
    padding-bottom: .5rem;
  }

  .payment-method-content-col h1 {
    padding-left: 0;
    margin-bottom: 2.9375rem;
  }

  .tab-content-active .filtered-element {
    max-width: calc(100% / 12 * 6);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
  }

  .nav-controls [class^="icon"] {
    font-size: 1.3125rem;
  }

  .navbar-brand img {
    width: 118px;
  }

  .search-active .search-holder {
    padding: 6.3125rem 0 1.25rem;
  }

  .search-holder .search-form input::-webkit-input-placeholder {
    font-size: 3rem;
  }

  .search-holder .search-form input::-moz-placeholder {
    font-size: 3rem;
  }

  .search-holder .search-form input:-moz-placeholder {
    font-size: 3rem;
  }

  .search-holder .search-form input:-ms-input-placeholder {
    font-size: 3rem;
  }

  .search-holder .search-form input.placeholder {
    font-size: 3rem;
  }

  .h1-lg {
    font-size: 3.625rem;
    margin-bottom: 1.5625rem;
  }

  .h1-sm {
    font-size: 3rem;
  }

  .mobile-at-bottom {
    max-width: 445px;
  }

  .subtitle02 {
    font-size: 1.125rem;
  }

  .protect-decoder .img-holder {
    min-height: 13.5rem;
  }

  .protect-decoder .subtitle-lg {
    font-size: 1.25rem;
  }

  .available-services-item {
    width: 100%;
    background-position: right;
  }

  .available-services-item .text-holder {
    max-width: 60%;
  }

  .text-small {
    font-size: .875rem;
  }

  .support-channel-item .img-holder img {
    margin-left: -1.25rem;
  }

  .latest-local-news .container > h1,
  .latest-local-news .container > h2,
  .latest-local-news .container > h3,
  .latest-local-news .container > h4,
  .latest-local-news .container > h5,
  .latest-local-news .container > p,
  .advantages-section .container > h1,
  .advantages-section .container > h2,
  .advantages-section .container > h3,
  .advantages-section .container > h4,
  .advantages-section .container > h5,
  .advantages-section .container > p,
  .pros-section .container > h1,
  .pros-section .container > h2,
  .pros-section .container > h3,
  .pros-section .container > h4,
  .pros-section .container > h5,
  .pros-section .container > p,
  .personalised-view-section .container > h1,
  .personalised-view-section .container > h2,
  .personalised-view-section .container > h3,
  .personalised-view-section .container > h4,
  .personalised-view-section .container > h5,
  .personalised-view-section .container > p {
    margin-bottom: 40px;
  }

  .local-channels .container h1,
  .local-channels .container h2,
  .local-channels .container h3,
  .local-channels .container h4,
  .local-channels .container h5,
  .local-channels .container p {
    margin-bottom: 40px;
  }

  .exclusive-highlights-section {
    padding: 3.375rem 0 3.75rem;
  }

  .local-channels .chanel-box-sm {
    max-width: calc(100% / 10 - 12px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 10 - 12px);
    flex: 1 0 calc(100% / 10 - 12px);
  }

  .local-channels .chanel-box-sm {
    max-width: calc(100% / 10 - 30px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 10 - 30px);
    flex: 1 0 calc(100% / 10 - 30px);
  }

  .top-section .news-intro-imageVideo .img-holder,
  .top-panel-standard .news-intro-imageVideo .img-holder {
    margin-top: 2.8125rem;
  }

  .top-section .news-intro-imageVideo .img-holder img,
  .top-panel-standard .news-intro-imageVideo .img-holder img {
    width: 690px;
  }

  .top-section .sm-font,
  .top-panel-standard .sm-font {
    font-size: 1rem;
  }

  .btn-holder .sharedrop-holder {
    margin-left: 1.875rem;
  }

  .top-section-package .subtitle {
    font-size: 1rem;
  }

  .article-news-holder > .row {
    margin-top: -6.6875rem;
    padding: 2.75rem 2.875rem 2rem;
  }

  .article-news-top-title {
    font-size: 2.375rem;
  }

  .sidebar-aad-block {
    margin: 0 0 1.5625rem;
  }

  .app-section {
    padding: 3.75rem 0;
  }

  .pros-section .text-holder p:last-child {
    margin-bottom: 0;
  }

  .pros-section h2,
  .pros-section .h2 {
    margin-bottom: 1.6875rem;
  }

  .pros-section ul {
    margin-bottom: 1.875rem;
  }

  .pros-section ul li {
    margin-bottom: .3125rem;
  }

  .pros-section .img-holder {
    margin-bottom: 0;
  }

  .advantages-section {
    padding: 3.375rem 0 3.75rem;
  }

  .advantages-section-lg .col-md-3 {
    margin-bottom: 27px;
  }

  .advantages-section-lg .col-6 {
    margin-bottom: 27px;
  }

  .footer-new .footer-logo {
    width: 4.6875rem;
    margin-bottom: 0;
  }

  .footer-new .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-new .footer-bottom .nav-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 0;
  }

  .footer-new .footer-bottom .social-media li {
    margin: 0 .8125rem;
  }

  .footer-new .footer-bottom .social-media li:last-child {
    margin-right: 0;
  }

  .footer-new .footer-bottom .social-media a {
    font-size: 1.25rem;
  }

  .footer-new .footer-bottom .nav-block {
    padding: .6875rem 0 0 1rem;
  }

  .footer-list {
    padding-right: 5.875rem;
  }

  .apps-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.9375rem 0;
  }

  .apps-block .apps-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .apps-block .apps-holder .text-holder {
    margin-bottom: 0;
  }

  .apps-block .btns-holder {
    margin-bottom: 0;
  }

  .apps-block .logo-list {
    margin-left: 4.25rem;
    padding: 0;
  }

  .compare-table-holder .top-panel {
    margin-bottom: 1.375rem;
  }

  .get-connected-container .col-md-7.column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .self-service .carousel-sell {
    width: 20%;
    padding: 0 15px 15px;
    text-decoration: none;
    color: #fff;
  }

  .self-service .carousel-sell:nth-child(5) {
    padding-right: 0;
  }

  .self-service .carousel-sell .card-body {
    height: 118px;
  }

  .c-card--overlay img {
    max-height: 60px;
  }

  .c-card--article-img img {
    min-height: 258px;
  }

  .c-card--package {
    height: 440px;
    width: 350px;
  }

  .promocards-module .flickity-cards .carousel-sell {
    min-height: 258px;
  }

  .en-ng .pros-section h2,
  .en-ng .pros-section .h2 {
    margin-bottom: 1.875rem;
  }

  .en-ke .pros-section h2,
  .en-ke .pros-section .h2 {
    margin-bottom: 1.875rem;
  }

  .decoder-carousel-container .flickity-slider .carousel-sell {
    min-width: 380px;
  }

  .decoder-carousel-container .front-panel .c-card--body img {
    width: 232px;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-iframe {
    min-height: 250px;
  }

  .btn-holder .btn + .btn {
    margin-left: unset;
  }

  .product-card-list-container .product-card-header {
    margin-bottom: 45px;
  }

  .product-header .text-secondary {
    margin-top: 1.8rem;
    margin-bottom: .5rem;
  }

  .hero-section-slider .bg-holder,
  .hero-section-fullscreen-bg .bg-holder {
    min-height: 80vh !important;
  }

  .hero-section-slider .bg-holder {
    background-position: 20% top !important;
  }

  .top-section .img-holder .slick-img,
  .top-panel-standard .img-holder .slick-img {
    width: 100% !important;
    max-height: unset !important;
  }

  .hero-section-slider .bg-holder:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0a121d), color-stop(65%, rgba(10, 18, 29, 0))) !important;
    background: linear-gradient(90deg, #0a121d 20%, rgba(10, 18, 29, 0) 65%) !important;
  }

  #dvComparePackage p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .packagePrice.oneBtn .btn-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .packagePrice .btn {
    min-width: 140px !important;
    padding: .6rem 1.2rem !important;
  }

  .md-h4 {
    font-size: 1.125rem;
  }

  .md-h3 {
    font-size: 1.5rem;
  }

  body.modal-open #haptik-xdk-wrapper {
    z-index: -1 !important;
  }
}

@media (min-width: 448px) {
  .constant-ml .btn + .btn {
    margin: 0 0 0 1.875rem;
  }
}

@media all and (max-width: 990px) {
  .v-align-children {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .visual-card-holder .btn-holder .btn:first-child,
  .visual-card-link-holder .btn-holder .btn:first-child {
    margin-right: 1.875rem;
  }

  .chanel-card h4.subtitle {
    font-size: 1rem;
  }

  .people-scroller-section h2 {
    font-size: 1.5rem;
  }

  .article-carousel02 .card-body {
    padding-left: 1.1875rem;
    padding-right: 1rem;
  }

  .article-slide-holder-btn:not(.pricing-contact-btn) {
    position: absolute;
    right: 12px;
    top: -12px;
    left: 0;
  }

  .featured-channels-carousel-container .flickity-slider .carousel-sell {
    min-height: 11.2rem;
  }

  .top-section-carousel-4 .card-body {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .article-Show-carousel {
    margin-bottom: 1rem;
  }

  .compare-package-item p {
    margin-bottom: .625rem;
  }

  .payment-method-content-col {
    padding: 0;
  }

  .sm-down-h2 {
    font-size: 1.75rem;
  }

  .modal .contact-form-holder {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .app-btn {
    display: block !important;
  }

  .app-btn a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    clear: both;
  }

  .app-btn * + * {
    margin: 15px 0 0 0;
  }

  .advantages-section .row {
    margin-left: -.375rem;
    margin-right: -.375rem;
  }

  .advantages-section [class^="col"] {
    padding-left: .375rem;
    padding-right: .375rem;
  }

  .compare-packages-result #wrapper {
    background-image: url(/content/images/bg01.jpg) !important;
    background-size: 250%;
    background-position: 50% 0;
    background-size: 800px;
  }

  .compare-packages-result .blur-at-top:before {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  .compare-packages-result .hero-section.cust-hero {
    padding-top: 40px;
    min-height: 235px;
  }

  .table-caption .row .col-4,
  .table-body .row .col-4 {
    min-width: 168px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1200px) {
  .visual-card-holder .btn-holder .btn:first-child,
  .visual-card-link-holder .btn-holder .btn:first-child {
    margin-right: 1.875rem;
  }

  .visual-card-holder .btn-holder .cust-xl-mr-2,
  .visual-card-link-holder .btn-holder .cust-xl-mr-2 {
    margin-right: 1.875rem;
  }

  .visual-card-text-holder {
    padding-right: 7.5rem;
  }

  .advantages-section .visual-card-text-holder {
    margin-bottom: 0;
    padding-right: 7.5rem;
  }

  .chanel-box-holder {
    margin: 0 -.9375rem;
  }

  .chanel-box,
  .chanel-box-sm {
    max-width: calc(100% / 5 - 30px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 5 - 30px);
    flex: 1 0 calc(100% / 5 - 30px);
    margin: 0 .9375rem 1.875rem;
  }

  .chanel-box-sm {
    max-width: calc(100% / 10 - 30px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 10 - 30px);
    flex: 1 0 calc(100% / 10 - 30px);
  }

  .decoders-card {
    font-size: 1.125rem;
  }

  .decoders-card .h1 {
    font-size: 2.375rem;
  }

  .list-info.product-text {
    font-size: .875rem;
  }

  .social-list {
    font-size: 1.9rem;
  }

  .hero-section-slider,
  .hero-section-fullscreen-bg {
    margin-bottom: 0;
  }

  .hero-section-slider h1,
  .hero-section-fullscreen-bg h1 {
    font-size: 3rem;
    margin-bottom: 1.875rem;
  }

  .flickity-cards .carousel-sell {
    max-width: calc(100% / 4);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 4);
    flex: 1 0 calc(100% / 4);
  }

  .article-carousel:after {
    content: "";
  }

  .campaign-carousel .flickity-viewport:before,
  .campaign-carousel .flickity-viewport:after,
  .flickity-carousel-6 .flickity-viewport:before,
  .flickity-carousel-6 .flickity-viewport:after,
  .flickity-carousel-4 .flickity-viewport:before,
  .flickity-carousel-4 .flickity-viewport:after,
  .people-scroller-carousel .flickity-viewport:before,
  .people-scroller-carousel .flickity-viewport:after,
  .exclusive-highlights-carousel .flickity-viewport:before,
  .exclusive-highlights-carousel .flickity-viewport:after,
  .carouselAccElmScrollTo .flickity-viewport:before,
  .carouselAccElmScrollTo .flickity-viewport:after {
    width: 90px;
  }

  .article-carousel .flickity-carousel:after,
  .news-article-carousel .flickity-carousel:after {
    content: "";
  }

  .article-carousel .carousel-sell,
  .news-article-carousel .carousel-sell {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
  }

  .article-carousel .col-xl-4,
  .news-article-carousel .col-xl-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 3);
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .article-carousel .col-md-6,
  .news-article-carousel .col-md-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }

  .people-scroller-carousel .carousel-sell {
    width: calc(100% / 6 - 30px);
    margin: 0 15px;
    margin: .9375rem;
  }

  .article-carousel02:after {
    content: "flickity";
  }

  .featured-channels-carousel-container .flickity-slider .carousel-sell {
    min-height: 22.1rem;
  }

  .featured-channels-carousel-fade-gradient:before {
    display: block;
    height: 81%;
  }

  .decoder-carousel-fade-gradient:before {
    display: block;
    height: 57%;
  }

  .compare-package-form .flickity-carousel:after {
    content: "";
  }

  .article-Show-carousel .flickity-carousel:after {
    content: "";
  }

  .article-Show-carousel:after {
    content: "flickity";
  }

  .compare-package-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: calc(100% / 7);
  }

  .form-buttons-holder {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 3rem;
  }

  .payment-method-tablist-col .filtered-element {
    max-width: calc(100% / 12 * 2);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
  }

  .payment-method-content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .tab-content-active .filtered-element {
    max-width: calc(100% / 12 * 6);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
  }

  .search-holder .search-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .search-holder .search-list > li:not(:first-child) {
    padding-left: 18.1875rem;
  }

  .available-services-item {
    background-position: contain;
    height: 253px;
    max-width: 100%;
  }

  .available-services-item .text-holder {
    max-width: 40%;
  }

  .available-services-item .text-holder p:first-child {
    font-size: .875rem;
  }

  .top-section .text-holder,
  .top-panel-standard .text-holder {
    padding-bottom: 0;
  }

  .sidebar {
    padding-left: 2.8125rem;
    margin-top: -.9375rem;
  }

  .pros-section .img-holder img {
    margin-top: .5rem;
  }

  .row-lg-reverse.visual-card-holder .visual-card-text-holder {
    padding-right: 0;
    padding-left: 4.5rem;
  }

  .compare-table {
    overflow-x: visible;
  }
}

@media (max-width: 991.98px) {
  .local-show-card .big-dropshadow-with-hover:after {
    height: calc(100% - 8px);
  }

  .visual-card-channels-holder .row {
    margin: 0 -.375rem;
  }

  .visual-card-channels-holder .col-3 {
    padding-right: .375rem;
    padding-left: .375rem;
  }

  .campaign-carousel .flickity-viewport,
  .flickity-carousel-6 .flickity-viewport,
  .flickity-carousel-4 .flickity-viewport,
  .people-scroller-carousel .flickity-viewport,
  .exclusive-highlights-carousel .flickity-viewport,
  .carouselAccElmScrollTo .flickity-viewport {
    margin-left: 3px;
    margin-right: 14px;
  }

  .article-carousel,
  .news-article-carousel {
    margin: 0 -.375rem;
  }

  .article-slide-holder .article-slide-holder-btn {
    position: absolute;
    right: 0;
    top: -7px;
  }

  .article-carousel02 {
    margin-bottom: 4.8125rem;
  }

  .article-Show-carousel {
    margin: 0 -.375rem;
  }

  .article-Show-carousel {
    margin-bottom: 2.8125rem;
  }

  .form-buttons-holder button {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .privacy-section {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .md-down-h5 {
    font-size: 1.25rem;
  }

  .mobile-at-bottom {
    position: absolute;
    left: .9375rem;
    top: calc(100% + 0px);
    width: calc(100% - 30px);
  }

  .support-channel-item-container:nth-child(n + 4) {
    margin-bottom: 0;
  }

  .table-caption .btns-holder .btn {
    padding: .1875rem .625rem;
  }

  .unification-panel .header-container .panel-header-right-item {
    margin-top: 15px;
    width: 100%;
  }

  .unification-panel .header-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .en-ng .pros-section .img-holder {
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .en-ke .pros-section .img-holder {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .visual-card-channels-holder .visual-card-body img {
    max-height: 60px;
  }

  .page-item {
    max-width: 30px;
    height: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30px;
    flex: 1 0 30px;
  }

  .top-panel-standard.top-section,
  .top-panel-standard {
    padding-top: 130px;
  }

  .standard-panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .narrow-panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .frosted-panel.standard-panel div.row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .frosted-panel.narrow-panel div.row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .frosted-panel.narrow-panel div.row div.row {
    padding-top: inherit;
    padding-bottom: inherit;
  }

  .c-card--overlay {
    height: 20%;
  }

  .c-card--overlay img {
    max-height: 47px;
  }

  .c-card--article-img img {
    min-height: 267px;
  }

  .bubble-container .row.bubble-steps .bubble-outer .bubble {
    width: 40px;
    height: 40px;
  }

  .bubble-container .row.bubble-steps .bubble-outer .bubble .bubble-no {
    font-size: 18px;
  }

  .bubble-container .row.bubble-steps .bubble-outer .bubble-text {
    font-size: .75rem;
  }

  .bubble-container .row.bubble-steps .bubble-outer .line {
    top: 20px;
  }

  .en-ng .pt-sm-6 {
    padding-top: 60px;
  }

  .en-ke .pt-sm-6 {
    padding-top: 60px;
  }

  .btn-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-holder .btn:not(.umb-button__button):not(.umb-button--) {
    margin-right: 15px;
    min-width: 120px;
    padding: 9.6px 19.2px;
  }

  .btn-holder .btn:not(.umb-button__button):not(.umb-button--):last-child {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .kids-character-rt .visual-card-body img {
    max-height: 80px;
  }

  .list-info.product-text {
    font-size: .875rem;
    margin-bottom: 0 !important;
  }

  .search-holder .search-form input::-webkit-input-placeholder {
    font-size: 1.75rem;
  }

  .search-holder .search-form input::-moz-placeholder {
    font-size: 1.75rem;
  }

  .search-holder .search-form input:-moz-placeholder {
    font-size: 1.75rem;
  }

  .search-holder .search-form input:-ms-input-placeholder {
    font-size: 1.75rem;
  }

  .search-holder .search-form input.placeholder {
    font-size: 1.75rem;
  }

  .table-caption .btns-holder .btn-1 {
    display: none !important;
  }

  .en-ng .hero-section-slider .top-section .hero-section.cust-hero,
  .en-ng .hero-section-slider .top-panel-standard .hero-section.cust-hero,
  .en-ng .hero-section-fullscreen-bg .top-section .hero-section.cust-hero,
  .en-ng .hero-section-fullscreen-bg .top-panel-standard .hero-section.cust-hero {
    padding-top: 70px;
  }

  .en-ke .hero-section-slider .top-section .hero-section.cust-hero,
  .en-ke .hero-section-slider .top-panel-standard .hero-section.cust-hero,
  .en-ke .hero-section-fullscreen-bg .top-section .hero-section.cust-hero,
  .en-ke .hero-section-fullscreen-bg .top-panel-standard .hero-section.cust-hero {
    padding-top: 70px;
  }

  .compare-tab-container-list-item,
  .compare-card-tab-container-list-item,
  .ways-to-watch-tab-container-list-item {
    min-width: 190px;
    padding: 15px 25px 14px 25px;
  }

  .hero-section-slider .bg-holder,
  .hero-section-fullscreen-bg .bg-holder {
    min-height: 50vh !important;
  }
}

@media (max-width: 1199.98px) {
  .pricing-card p.h1,
  .decoders-card p.h1,
  .chanel-card p.h1 {
    font-size: 2.375rem;
  }

  .faux-row .col-6 {
    max-width: initial !important;
  }

  .payment-method-content-col h1 {
    font-size: 2.375rem;
  }
}

@media (min-width: 320px) and (max-width: 366px) {
  .chanel-box-holder {
    margin: 0;
  }

  .local-channels .chanel-box-sm {
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }
}

@media (min-width: 330px) and (max-width: 366px) {
  .chanel-box,
  .chanel-box-sm {
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 .375rem .75rem;
    padding: 5px;
  }
}

@media (max-width: 329px) {
  .chanel-box,
  .chanel-box-sm {
    max-width: 29%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 .375rem .75rem;
    padding: 2.5px;
  }
}

@media screen and (max-width: 767px) {
  .filtration-list,
  .smooth-scroll-nav-list,
  .content-nav-list,
  .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }

  [id="header"] .collapse:not(.show) {
    display: block;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 9;
    opacity: 0;
    height: 0;
    visibility: hidden;
    padding-top: 115px;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .navbar-collapse.navbar-active {
    min-height: 100%;
    opacity: 1;
    visibility: visible;
  }

  .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
  }

  body {
    font-size: .875rem;
  }
}

@media (min-width: 362px) {
  .list-info.product-text {
    font-size: .6875rem;
  }
}

@media (max-width: 1024px) {
  .slick-arrow {
    display: none !important;
  }

  .article-Show-carousel .flickity-page-dots {
    right: 12rem;
  }
}

@media (min-width: 1600px) {
  .hero-section-slider .bg-holder {
    min-height: 900px;
    background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: 1600px;
    z-index: -1;
  }

  .hero-section-slider .bg-holder {
    background-position: 100% 0 !important;
  }
}

@media (max-width: 768px) {
  .hero-section-slider .bg-holder:before {
    height: 200px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#0a121d00), to(#0a121d)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #0a121d00 0%, #0a121d 100%) 0 0 no-repeat padding-box;
  }

  .slick-dots {
    margin-bottom: 15px;
  }

  .features-carousel-holder.slim {
    padding: 0 .375rem .125rem;
    margin-bottom: 0;
  }

  .article-Show-carousel .flickity-page-dots {
    top: 54%;
    bottom: 54%;
    right: 0rem;
  }

  .table-caption #multiSelectList .jcf-list-content ul {
    grid-template-columns: repeat(2, auto);
  }

  .c-modal-dialog {
    height: 100%;
    border-radius: 0;
  }

  .c-modal-dialog:not(.c-modal-dialog--small) {
    margin: auto;
    max-width: 100%;
    width: 100%;
    overflow: auto;
  }

  .c-card--article-img img {
    min-height: 369px;
  }

  .en-ng .bg-wrap01 {
    background-position: bottom;
  }

  .en-ng .pricingOptionCarousel .list-info li span::before {
    top: -6px;
  }

  .en-ng .protect-decoder .col-12:last-of-type .protect-decoder-item {
    padding: 60px .9375rem 0;
  }

  .en-ng .protect-decoder .col-12:last-of-type .protect-decoder-item {
    padding: 60px .9375rem 0;
  }

  .en-ng .decoders-card .slide .list-info {
    font-size: .9rem;
  }

  .en-ke .bg-wrap01 {
    background-position: bottom;
  }

  .en-ke .pricingOptionCarousel .list-info li span::before {
    top: -6px;
  }

  .en-ke .protect-decoder .col-12:last-of-type .protect-decoder-item {
    padding: 60px .9375rem 0;
  }

  .en-ke .protect-decoder .col-12:last-of-type .protect-decoder-item {
    padding: 60px .9375rem 0;
  }

  .en-ke .decoders-card .slide .list-info {
    font-size: .9rem;
  }

  .currencyswitch {
    width: 90px;
    right: 0;
    /*  margin: 1px 0 0 -2px;*/
  }

  .currencyswitch-label {
    font-size: .875rem !important;
  }

  .currencyswitch-handle {
    width: 47px;
  }

  .currencyswitch-label:before,
  .currencyswitch-label:after {
    font-size: .875rem !important;
  }

  .currencyswitch-label:before {
    right: 11px;
  }

  .currencyswitch-label:after {
    left: 10px;
  }

  .currencyswitch-handle:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }

  .currencyswitch-input:checked ~ .currencyswitch-handle {
    left: 43px;
  }

  .currencyswitch-text {
    width: 30%;
    overflow: visible;
  }

  .switch-btn {
    font-size: .875rem !important;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .package-compare-currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .switch-btn {
    padding-top: 9px;
  }

  .switch-btn.btn-outline-light {
    font-size: .875rem !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    left: 5px;
  }

  .switch-btn .btn {
    font-size: .875rem !important;
  }
}

@media all and (min-width: 1921px) {
  .hero-section-slider .bg-holder:after {
    width: 1920px;
    right: 0;
    left: auto;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .hero-section-slider .bg-holder:after {
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (max-width: 767.95px) {
  .hero-section-slider .bg-holder:after {
    height: 200px;
    background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(40%, #0a121d00), to(#0a121d)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, #0a121d00 40%, #0a121d 100%) 0 0 no-repeat padding-box;
  }
}

@media (min-width: 1500px) {
  .flickity-cards.flickity-carousel:after {
    content: "";
  }

  .flickity-cards {
    margin: -13.75rem -.9375rem 3.125rem;
  }

  .flickity-cards .carousel-sell {
    max-width: calc(100% / 5);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 5);
    flex: 1 0 calc(100% / 5);
    padding: 0 .9375rem;
  }

  .top-section .text-holder,
  .top-panel-standard .text-holder {
    font-size: 1rem;
  }

  .c-card--article-img img {
    min-height: 338px;
  }

  .promocards-module .flickity-cards .carousel-sell {
    min-height: 258px;
  }

  .en-ng .hero-section-slider ul.top-section-list {
    padding: 0 .5em;
  }

  .en-ng .hero-section-slider .top-section-list li {
    list-style-position: outside;
    padding: 0 1rem;
  }

  .en-ng .hero-section-slider .top-section-list li::marker {
    content: "*";
  }

  .en-ng .hero-section-slider .top-section-list li::before {
    content: "";
    padding: 0;
  }

  .en-ke .hero-section-slider ul.top-section-list {
    padding: 0 .5em;
  }

  .en-ke .hero-section-slider .top-section-list li {
    list-style-position: outside;
    padding: 0 1rem;
  }

  .en-ke .hero-section-slider .top-section-list li::marker {
    content: "*";
  }

  .en-ke .hero-section-slider .top-section-list li::before {
    content: "";
    padding: 0;
  }

  .decoder-carousel-container .flickity-slider .carousel-sell {
    min-width: 450px;
  }

  .decoder-carousel-container .front-panel .c-card--body img {
    width: 392px;
  }

  .articleCarousel .c-carousel .flickity-page-dots {
    top: 385px;
  }

  .articleCarousel .c-carousel .flickity-button {
    top: 190px;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-img img {
    min-height: 338px;
  }
}

@media (min-width: 575px) and (max-width: 992px) {
  .flickity-cards .text-sm {
    font-size: .6875rem;
  }

  .flickity-cards .text-lg {
    font-size: .875rem;
  }
}

@media (min-width: 374px) and (max-width: 575px) {
  .flickity-cards .text-sm {
    font-size: 6875rem;
  }

  .flickity-cards .text-lg {
    font-size: .75rem;
  }
}

@media (min-width: 374px) and (max-width: 992px) {
  .flickity-cards .text-lg {
    font-size: 1.1rem;
    line-height: 1;
  }
}

@media (min-width: 991px) and (max-width: 1500px) {
  .featured-channels-carousel-container .flickity-slider .carousel-sell {
    min-height: 15.6rem;
  }
}

@media (min-width: 768.1px) and (max-width: 990.9px) {
  .featured-channels-carousel-container .flickity-slider .carousel-sell {
    min-height: 12.4rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .featured-channels-carousel-container .flickity-slider .carousel-sell {
    min-height: 16.75rem;
  }
}

@media (max-width: 414px) {
  .article-Show-carousel .flickity-page-dots {
    top: 40%;
    bottom: 40%;
    right: 0rem;
  }
}

@media (max-width: 376px) {
  .article-Show-carousel .flickity-page-dots {
    top: 38%;
    bottom: 38%;
    right: 0rem;
  }
}

@media (max-width: 321px) {
  .article-Show-carousel .flickity-page-dots {
    top: 34%;
    bottom: 34%;
    right: 0rem;
  }
}

@media screen and (min-width: 998px) {
  .Details-Box {
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .Video-Box {
    position: relative;
    width: 60%;
    right: 0;
  }
}

@media (max-width: 998px) {
  .Shows-Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .Shows-Box .Details-Box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .Shows-Box .Video-Box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .CaroselDetails {
    /*padding: 1% 1% 1% 1%;
            margin: 3%;*/
    padding: 3% 0 4% 0;
    margin: 0rem;
  }

  .flickity-page-dots {
    right: 0rem;
  }
}

@media (max-width: 1022px) {
  .CaroselDetails {
    padding: 3% 0 4% 0;
    margin: 0rem;
  }
}

@media (min-width: 451px) {
  .tabs-group-item-action {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    min-width: 20% !important;
    margin: 0 0 1.25rem;
  }
}

@media (max-width: 1499px) {
  .pay-method-sub-title {
    font-size: 4.5rem;
  }

  .en-ng .packages-carousel-gradient-bg .value-holder .h2 {
    font-size: 1.8rem;
  }

  .en-ke .packages-carousel-gradient-bg .value-holder .h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .pay-method-sub-title {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .nav-item,
  .navbar .nav-link {
    font-size: .75rem;
  }

  .how-to-item {
    width: 154px;
  }
}

@media (min-width: 992.02px) and (max-width: 1499.98px) {
  .h2-sm {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .hero-compare .text-holder {
    padding-bottom: 0 !important;
  }

  .hero-compare ~ .blur-at-top {
    padding-top: 0 !important;
  }
}

@media (min-width: 560px) {
  .app-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .app-list li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
}

@media (max-width: 1500px) and (min-width: 992px) {
  .app-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app-list li {
    margin-bottom: 20px;
  }

  .app-list li::before {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .footer-nav {
    font-size: 1.0625rem;
  }
}

@media (max-width: 576px) {
  .compare-table-holder.scrolled-active .table-caption.caption-1.stickyTarg .btns-holder {
    margin-bottom: 10px;
  }

  .table-caption.caption-1 {
    margin-bottom: 0;
  }

  .table-caption .btns-holder {
    margin-bottom: 33px;
  }

  .table-caption .btns-holder .btn-1 {
    margin-left: 0 !important;
  }

  .table-caption .btns-holder .btn-2 {
    display: none !important;
  }

  .table-caption {
    padding-left: 15px;
  }

  .table-caption .select-container {
    padding-left: 0;
  }

  .table-caption #multiSelectList .jcf-list-content ul {
    display: list-item;
  }

  .faq-div {
    max-width: 75%;
  }

  .faq-div-mw {
    min-width: 20%;
  }
}

@media (max-width: 767px) {
  .table-caption .cta-text {
    display: none !important;
  }

  .bubble-container .row.bubble-steps .bubble-outer .bubble-text {
    width: 100px;
  }
}

@media (max-width: 992px) {
  .package-compare-btn-holder-top {
    position: relative;
    top: 0;
    margin-top: 0;
  }

  .get-connected-container .col-md-4.column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .get-connected-container .container-offset .container {
    margin: 60px 0;
  }

  .frosted-panel.standard-panel div.row div.row {
    padding-top: inherit;
    padding-bottom: inherit;
  }

  .bubble-container .container {
    max-width: 100%;
    width: 100%;
  }

  .bubble-container .bubble-text {
    width: auto;
  }

  #footer {
    margin-bottom: 85px;
  }

  .en-ng .packagePrice.oneBtn .btn-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .en-ng .packages-carousel-gradient-bg .value-holder .h2 {
    font-size: 1.6rem;
  }

  .en-ng .top-section.packages-hardware-top-section,
  .en-ng .packages-hardware-top-section.top-panel-standard {
    padding-top: 75px;
    margin-bottom: 30px;
  }

  .en-ng .top-section.packages-hardware-top-section .container,
  .en-ng .packages-hardware-top-section.top-panel-standard .container {
    margin-top: 2.5rem;
  }

  .en-ke .packagePrice.oneBtn .btn-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .en-ke .packages-carousel-gradient-bg .value-holder .h2 {
    font-size: 1.6rem;
  }

  .en-ke .top-section.packages-hardware-top-section,
  .en-ke .packages-hardware-top-section.top-panel-standard {
    padding-top: 75px;
    margin-bottom: 30px;
  }

  .en-ke .top-section.packages-hardware-top-section .container,
  .en-ke .packages-hardware-top-section.top-panel-standard .container {
    margin-top: 2.5rem;
  }

  iframe#haptik-xdk {
    bottom: 80px !important;
  }

  .top-section .text-holder .h2-sm,
  .top-panel-standard .text-holder .h2-sm {
    font-size: 1.75rem;
  }

  .btn-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slick-hide {
    display: none !important;
  }

  .slick-show {
    display: block !important;
    left: 0 !important;
  }

  .slick-img {
    width: auto !important;
    max-width: unset;
    max-height: 200px;
  }
}

@media (max-width: 769px) {
  .package-compare-btn-holder-top {
    display: none;
  }

  .package-compare-btn-holder-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 576px) {
  .standard-panel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .c-modal-dialog--small {
    margin: auto;
    max-width: 100%;
    width: 100%;
    overflow: auto;
  }

  #fc_frame.custom_fc_frame.fc-widget-small {
    right: calc((100% - (75px + .2rem) * 5) / 2 - .5rem);
    bottom: 97px;
  }

  .chat-init {
    right: calc((100% - (75px + .2rem) * 5) / 2 - .5rem);
    bottom: 97px;
  }

  .chat-select-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }

  .chat-select-body .chat-block {
    width: 100%;
    height: 50%;
  }

  .chat-select-body .chat-block .chat-icon {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
  }

  .chat-select-body .chat-block .text-block {
    display: inline-block;
    margin: 0;
    width: 70%;
    text-align: left;
  }

  .chat-select-body .chat-left {
    padding-top: 70px;
    -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, .1);
  }

  .chat-select-body .chat-right {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 70px;
  }
}

@media (max-width: 450px) {
  .c-card--header {
    padding: 20px 15px 0;
  }

  .c-card--body {
    padding: 0 15px;
  }

  .c-card--footer {
    padding: 0 15px 20px;
  }

  .hardware-group a {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

@media (min-width: 1199px) {
  .content-image-panel .content-image-right .img-holder {
    padding: 0 120px 0 0;
    margin-bottom: 0;
  }

  .content-image-panel .content-image-left .img-holder {
    padding: 0 0 0 120px;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .bubble-container .row.bubble-steps .bubble-outer .bubble-text {
    width: 80px;
  }

  .bubble-container {
    font-size: 16px;
  }
}

@media (max-width: 365px) {
  .bubble-container .row.bubble-steps .bubble-outer .bubble-text {
    width: 60px;
  }
}

@media (max-width: 420px) {
  #fc_frame.custom_fc_frame.fc-widget-small {
    right: 5px;
    bottom: 97px;
  }

  .chat-init {
    right: 5px;
    bottom: 97px;
  }
}

@media (max-width: 558px) {
  .en-ng .app-list li {
    margin-bottom: 20px;
  }

  .en-ke .app-list li {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  .en-ng .app-list li {
    margin-bottom: 20px;
  }

  .en-ke .app-list li {
    margin-bottom: 20px;
  }
}

@media (max-width: 1500px) {
  .en-ng .card-slide .list-two-col {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .en-ke .card-slide .list-two-col {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (max-width: 460px) {
  .en-ng .decoders-card .card-slide {
    padding: .9rem .9rem .9rem;
  }

  .en-ke .decoders-card .card-slide {
    padding: .9rem .9rem .9rem;
  }
}

@media all and (min-width: 768px) {
  .en-ng .flickity-carousel .card.card-bg .text-bottom p.h1 {
    font-size: 1.625rem;
  }

  .en-ke .flickity-carousel .card.card-bg .text-bottom p.h1 {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 992px) {
  .en-ng .flickity-carousel .card.card-bg .text-bottom p.h1 {
    font-size: 2.375rem !important;
  }

  .en-ke .flickity-carousel .card.card-bg .text-bottom p.h1 {
    font-size: 2.375rem !important;
  }
}

@media (min-width: 1500px) and (min-width: 992px) {
  .en-ng .pros-section h2,
  .en-ng .pros-section .h2 {
    margin-bottom: 1.875rem;
  }

  .en-ke .pros-section h2,
  .en-ke .pros-section .h2 {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1499px) {
  .en-ng .tv-guide-header .drop-down-holder .package-select.select-block {
    min-width: 11rem;
    max-width: 11rem;
  }

  .en-ke .tv-guide-header .drop-down-holder .package-select.select-block {
    min-width: 11rem;
    max-width: 11rem;
  }
}

@media (min-width: 1500px) and (max-width: 768px) {
  .en-ng .hero-section.cust-hero .bg-holder.overlay-mobile.product-bg {
    padding-top: 32rem;
    margin-bottom: -9rem !important;
  }

  .en-ng .hero-section.cust-hero .bg-holder.overlay-mobile.product-bg .btn-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 21rem;
  }

  .en-ke .hero-section.cust-hero .bg-holder.overlay-mobile.product-bg {
    padding-top: 32rem;
    margin-bottom: -9rem !important;
  }

  .en-ke .hero-section.cust-hero .bg-holder.overlay-mobile.product-bg .btn-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 21rem;
  }
}

@media (max-width: 550px) {
  .en-ng .map-canvas {
    height: 100vw;
  }

  .en-ng .map-canvas {
    height: 100vw;
  }

  .en-ke .map-canvas {
    height: 100vw;
  }

  .en-ke .map-canvas {
    height: 100vw;
  }
}

@media (min-width: 575px) {
  .decoder-carousel-container .flickity-slider .carousel-sell {
    min-width: 450px;
    height: 280px;
  }

  .decoder-carousel-container .c-card--footer h3 {
    font-size: 2.375rem;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-iframe {
    min-height: 250px;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .articleCarousel .c-carousel .flickity-page-dots {
    top: 310px;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-img img {
    min-height: 267px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .articleCarousel .c-carousel .flickity-page-dots {
    top: 410px;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-img img {
    min-height: 365px;
  }

  .c-card-header {
    min-height: 203px !important;
  }

  .show-card-header {
    min-height: 228px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .articleCarousel .c-carousel .flickity-page-dots {
    top: 300px;
  }

  .articleCarousel .c-carousel .flickity-button {
    top: 150px;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-img img {
    min-height: 257px;
  }

  .c-card-header {
    min-height: 294px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .articleCarousel .c-carousel .flickity-page-dots {
    top: 360px;
  }

  .articleCarousel .c-carousel .flickity-button {
    top: 175px;
  }

  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-img img {
    min-height: 315px;
  }
}

@media (min-width: 450px) {
  .articleCarousel .c-carousel .carousel-sell .c-card .c-card--article-iframe {
    min-height: 200px;
  }
}

@media (max-width: 390px) {
  .min-w-site-select-dropdowns {
    min-width: 170px;
  }
}

@media (max-width: 660px) {
  #haptik-xdk-wrapper > div > iframe:nth-child(3) {
    bottom: 86px !important;
    right: unset !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin-left: 149px !important;
  }

  iframe#haptik-xdk {
    bottom: 135px !important;
    right: unset !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin-left: 69px !important;
  }
}

@media (max-width: 415px) {
  #haptik-xdk-wrapper > div > iframe:nth-child(3) {
    /*bottom: 86px !important;*/
    right: -4px !important;
    left: unset !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin-left: unset !important;
  }

  iframe#haptik-xdk {
    /*bottom: 135px !important;*/
    right: -13px !important;
    left: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    margin-left: unset !important;
  }

  .haptik-xdk-container:not(.fullscreen) iframe.xdk-iframe {
    /*bottom: 85px !important;*/
    right: -5px !important;
  }
}

@media (min-width: 1024px) {
  .text-holder.news-text-holder {
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (min-width: 415px) and (max-width: 660px) {
  .haptik-xdk-container:not(.fullscreen) iframe.xdk-iframe {
    /*bottom: 85px !important;*/
    left: calc(50% - 125px + 210px) !important;
  }
}

@media screen and (min-width: 992px) {
  body .container.dvs-container section .gradient {
    --gradient-width: 2000px;
    --gradient-displacement: -.77;
  }

  .how-to-item {
    width: 248px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-card-list-container .product-card .icon-text-rugby-pass,
  .product-card-list-container .product-card .icon-text-cricket-pass,
  .product-card-list-container .product-card .icon-text-combo-pass {
    font-size: 29px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-card-list-container .product-card .icon-text-rugby-pass,
  .product-card-list-container .product-card .icon-text-cricket-pass,
  .product-card-list-container .product-card .icon-text-combo-pass {
    font-size: 29px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-card-list-container .product-card {
    width: calc(50% - 7.5px);
  }
}

@media screen and (min-width: 1200px) {
  .product-card-list-container .product-card {
    width: calc(33.333333% - 10px);
  }
}

@media screen and (min-width: 1024px) {
  .dvs-container .dual-card-header .dual-card-bg {
    top: 6%;
  }

  .dvs-container .dual-card-header-card {
    padding: 40px 50px;
  }

  .dvs-container .dual-card-header-card .dual-card-image {
    height: 260px;
  }

  .dvs-container .compare-card-container .compare-card {
    padding: 50px;
  }

  .gallery-list-row {
    gap: 15px;
    margin-bottom: 15px;
  }

  .gallery-list .gallery-card,
  .gallery-list .gallery-card-round {
    width: 267px;
    height: 149px;
  }

  .dvs-container .asym-container .asym-card {
    width: 455px;
  }

  .dvs-container .asym-container .asym-card img {
    width: 455px;
  }

  .dvs-container .asym-container .asym-card_body {
    padding: 50px 50px 100px 50px;
  }

  .dvs-container .special-upsell_container .special-slide {
    gap: 100px;
  }

  .dvs-container .special-upsell_container .special-slide_image {
    width: 549px;
  }

  .dvs-container .featured-shows-row {
    gap: 15px;
    margin-bottom: 15px;
  }

  .dvs-container .featured-shows .feature-card {
    width: 267px;
    height: auto;
  }

  .dvs-container .ways-to-watch-card {
    padding: 50px 50px 25px 50px;
  }

  .dvs-container .ways-to-watch-card-actions .product-card-body-price {
    margin-left: -50px;
    padding: 10px 30px 10px 25px;
  }

  .dvs-container .ways-to-watch-card-actions .product-card-body-price-main .cust-h2 {
    font-size: 38px;
  }
}

@media screen and (min-width: 578px) {
  .dvs-container .dual-card-header-card-container .cust-col:not(:first-child),
  .dvs-container .dual-card-header-card-container .asym-container .left-col:not(:first-child),
  .dvs-container .asym-container .dual-card-header-card-container .left-col:not(:first-child),
  .dvs-container .dual-card-header-card-container .asym-container .right-col:not(:first-child),
  .dvs-container .asym-container .dual-card-header-card-container .right-col:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dvs-container .dual-card-header-card .dual-card-image {
    height: 168px;
  }

  .gallery-list .gallery-card,
  .gallery-list .gallery-card-round {
    width: 197px;
    height: 110px;
  }

  .dvs-container .asym-container .asym-card {
    width: 352px;
  }

  .dvs-container .asym-container .asym-card img {
    width: 373px;
  }

  .dvs-container .asym-container .asym-card_body {
    padding: 30px 25px 50px 25px;
  }

  .dvs-container .special-upsell_container .special-slide {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dvs-container .special-upsell_container .special-slide_image {
    width: 360px;
  }

  .dvs-container .featured-shows .feature-card {
    width: 172.5px;
    height: 230px;
  }
}

@media screen and (min-width: 768px) {
  .dvs-container .compare-card-container .compare-card-heading {
    margin-bottom: 50px;
  }

  .dvs-container .compare-card-container .compare-card-list li {
    padding-bottom: 25px;
  }

  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dvs-container .video-container .video video {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .dvs-container .video-container .video img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .dvs-container .ways-to-watch-card-list li {
    padding-bottom: 25px;
  }

  .dvs-container .addon .addon_container .addon-list {
    padding-bottom: 50px;
  }

  .dvs-container .addon .addon_container .addon-list .addon_card {
    width: 267px;
    height: 375px;
  }

  .dvs-container .addon .addon_container .addon-list .addon_card-img {
    height: 149px;
  }

  .dvs-container .addon .addon_container .addon-list .addon_card-img .bg {
    max-height: 149px;
  }

  .dvs-container .addon .addon_container .addon-list .addon_card-body {
    height: 226px;
    padding: 25px;
  }
}

@media screen and (min-width: 575px) {
  .dvs-container .featured-channels_selector .featured-channels_catagories {
    width: 125%;
  }
}

@media (min-width: 480px) {
  .hero-section-slider .bg-holder,
  .hero-section-fullscreen-bg .bg-holder {
    min-height: 40vh !important;
  }
}

@media (min-width: 331px) and (max-width: 359px) {
  .c-card-header {
    min-height: 206px !important;
  }
}

@media (min-width: 360px) and (max-width: 450px) {
  .c-card-header {
    min-height: 221px !important;
  }
}

@media (min-width: 451px) and (max-width: 460px) {
  .c-card-header {
    min-height: 288px !important;
  }
}

@media (min-width: 461px) and (max-width: 479px) {
  .c-card-header {
    min-height: 304px !important;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .c-card-header {
    min-height: 328px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .c-card-header {
    min-height: 349px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .c-card-header {
    min-height: 224px !important;
  }
}

@media (min-width: 380px) and (max-width: 480px) {
  .show-card-header {
    min-height: 119px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .show-card-header {
    min-height: 159px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .show-card-header {
    min-height: 181px !important;
  }
}

@media (min-width: 1430px) {
  .show-card-header {
    min-height: 294px !important;
  }

  .c-card-header {
    min-height: 294px !important;
  }
}

@media (min-width: 380px) and (max-width: 410px) {
  .show-card-footer {
    min-height: 40px !important;
  }
}

@media (min-width: 411px) {
  .show-card-footer {
    min-height: 60px !important;
  }
}

@media (max-width: 467px) {
  .faq-div {
    max-width: 65%;
  }

  .faq-div-mw {
    min-width: 28%;
  }
}

@media (max-width: 330px) {
  .faq-div {
    max-width: 55%;
  }

  .faq-div-mw {
    min-width: 30%;
  }
}

@media screen {
  .filtration-list,
  .smooth-scroll-nav-list,
  .content-nav-list,
  .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
}