#inner-page-wrapper {
  margin-bottom: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#inner-page-wrapper #breadcrumbs {
  display: none;
}

.ip-tv {
  position: relative;
  padding: 4.848vw 0 6.364vw;
  font-size: 0;
}

.ip-tv > .gsite-bg {
  width: 100%;
  height: 63.939vw;
  top: 0;
  left: 0;
  z-index: 0;
}

.ip-tv > .gsite-bg::before, .ip-tv > .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ip-tv > .gsite-bg::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  z-index: 5;
}

.ip-tv > .gsite-bg::after {
  background: rgba(255, 255, 255, 0.9);
}

.ip-tv > .gsite-bg + .gsite-bg {
  height: 29.091vw;
  bottom: 0;
  top: inherit;
}

.ip-tv-heading {
  position: relative;
}

.ip-tv-heading .ip-tv-heading-container {
  padding: 0 1.25vw;
}

.ip-tv-heading .gsite-title {
  text-align: center;
}

.ip-tv-heading .gsite-title::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ip-tv-heading p {
  font-size: var(--font-size-default);
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 57.576vw;
  margin: 3.394vw auto 0;
}

.ip-tv-main {
  position: relative;
  margin-top: 1.818vw;
}

.ip-tv-item {
  margin-bottom: 1.818vw;
}

.ip-tv-item:nth-child(even) .ip-tv-item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ip-tv-item:nth-child(even) .ip-tv-image-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ip-tv-item:nth-child(even) .ip-tv-agent .ip-tv-agent-inner {
  margin-left: -24.242vw;
  margin-right: 0;
}

.ip-tv-item:nth-child(even) .ip-tv-agent .gsite-bg {
  height: calc( 100% + 1.212vw);
  top: 2.727vw;
  left: inherit;
  right: 0;
}

.ip-tv-item:nth-child(even) .ip-tv-button .gsite-accent:first-of-type {
  visibility: hidden;
}

.ip-tv-item:nth-child(even) .ip-tv-button .gsite-accent:last-of-type {
  visibility: visible;
}

.ip-tv-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ip-tv-image-text {
  position: relative;
  width: 75.76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.364vw;
  z-index: 3;
}

.ip-tv-image {
  position: relative;
  width: 60.64%;
}
.ip-tv-image .image-with-spacer {
	height: 100%;
}

.ip-tv-image a {
  display: block;
  position: relative;
	height: 100%;
}

.ip-tv-image a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ip-tv-image a:hover::after {
  opacity: 0.4;
}

.ip-tv-image .ip-tv-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.848vw;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  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-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ip-tv-image .ip-tv-play img {
  margin-bottom: 1.818vw;
}

.video-holder {
	position: absolute;
	width: 100%;
	height: 100%;
  top: 0;
  left: 0;
}

.ip-tv-image iframe,
.ip-tv-image video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	-o-object-fit: cover;
  object-fit: cover;
}

.ip-tv-image.show-video .ip-tv-play {
  opacity: 0;
}

.ip-tv-image.show-video iframe,
.ip-tv-image.show-video video {
  opacity: 1;
  pointer-events: auto;
}

.ip-tv-text {
  width: 39.36%;
  padding: 0.606vw 3.03vw;
  background: #ffffff;
  -webkit-box-shadow: 13px 15px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 13px 15px 20px 0px rgba(0, 0, 0, 0.2);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ip-tv-text strong {
  display: block;
  font-size: 1.697vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.455vw;
}

.ip-tv-text span {
  display: block;
  font-size: 1.091vw;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0.606vw;
}

.ip-tv-text p {
  font-size: 1.091vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 1.697vw;
}

.ip-tv-agent {
  width: 21.18%;
}

.ip-tv-agent .ip-tv-agent-inner {
  position: relative;
  margin-right: -24.242vw;
}

.ip-tv-agent .gsite-bg {
  width: 11.515vw;
  height: calc( 100% + 1.212vw);
  top: 1.515vw;
  left: 0;
  z-index: 0;
}

.ip-tv-agent .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#171717));
  background: linear-gradient(to bottom, #535353 0%, #171717 100%);
  opacity: 0.88;
}

.ip-tv-agent .gsite-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ip-tv-agent img {
  position: relative;
}

.ip-tv-button {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.545vw;
}

.ip-tv-button .gsite-accent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ip-tv-button .gsite-accent:last-of-type {
  visibility: hidden;
}

.ip-tv-button a.gsite-button {
  margin: 0 2.424vw;
  white-space: nowrap;
}

.ip-tv-calltoaction {
  margin-top: 7.879vw;
}

.ip-tv-calltoaction a.gsite-button {
  margin: 0.606vw 5.455vw;
}

@media only screen and (max-width: 991px) {
  .ip-tv {
    padding: 80px 0 105px;
  }
  .ip-tv > .gsite-bg {
    height: 1055px;
  }
  .ip-tv > .gsite-bg + .gsite-bg {
    height: 480px;
  }
  .ip-tv-heading {
    position: relative;
  }
  .ip-tv-heading .ip-tv-heading-container {
    padding: 0 20px;
  }
  .ip-tv-heading p {
    max-width: 950px;
    margin: 56px auto 0;
  }
  .ip-tv-main {
    margin-top: 30px;
  }
  .ip-tv-main .ip-tv-main-container {
    padding: 0 20px;
    margin: 0 auto;
  }
  .ip-tv-item {
    margin-bottom: 30px;
  }
  .ip-tv-item:nth-child(even) .ip-tv-agent {
    margin-left: 0;
    margin-right: -20px;
  }
  .ip-tv-item:nth-child(even) .ip-tv-agent .ip-tv-agent-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .ip-tv-item:nth-child(even) .ip-tv-agent .gsite-bg {
    height: calc( 100% + 20px);
    top: 25px;
  }
  .ip-tv-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ip-tv-image-text {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .ip-tv-image {
    width: 100%;
  }
  .ip-tv-image .ip-tv-play {
    font-size: 14px;
  }
  .ip-tv-image .ip-tv-play img {
    margin-bottom: 30px;
  }
  .ip-tv-text {
    width: 100%;
    padding: 30px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .ip-tv-text strong {
    font-size: 28px;
    margin-top: 24px;
  }
  .ip-tv-text span {
    font-size: 18px;
    margin-top: 10px;
  }
  .ip-tv-text p {
    font-size: 18px;
    margin-top: 28px;
  }
  .ip-tv-agent {
    width: 100%;
    margin-left: -20px;
    margin-top: 40px;
  }
  .ip-tv-agent .ip-tv-agent-inner {
    margin-right: 0;
  }
  .ip-tv-agent .gsite-bg {
    width: 190px;
    height: calc( 100% + 20px);
    top: 25px;
  }
  .ip-tv-button {
    margin: 50px -20px 0;
    width: calc( 100% + 40px);
  }
  .ip-tv-button a.gsite-button {
    margin: 0 40px;
  }
  .ip-tv-calltoaction {
    margin-top: 50px;
  }
  .ip-tv-calltoaction a.gsite-button {
    margin: 10px 0;
  }
}
