@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans+Condensed:wght@700&display=swap");

* {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  color: rgb(56, 56, 66);
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  min-width: 320px;
  max-width: 100vw;
  font-weight: 400;
}

p {
  line-height: 1.5rem;
}

a {
  color: #ff1595;
}

.panel {
  max-width: 768px;
  padding: 3rem 24px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
}

h1.big {
  font-size: 4rem;
  line-height: 2rem;
}

.button {
  background-color: rgb(56, 56, 66);
  color: rgb(216, 178, 59);
  padding: 8px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  width: auto;
}

.button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

section {
  padding: 2rem 0;
}

li {
  margin-bottom: 1rem;
}

.wrapper {
  margin: 0 auto;
}
.wrapper.retailers {
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper {
  min-width: 320px;
  max-width: 640px;
}

.no-padding {
  padding: 0;
}

.only-bottom-padding {
  margin: 0;
  padding: 0 0 1rem;
}

.align.center {
  text-align: center;
}

.float.right {
  float: right;
}

#main-content-wrapper {
  position: absolute;
  top: 440px;
  left: 0;
  width: 100vw;
}

/* --------------------------------------------------------------------------------------------------- Theme - Start */

.bg-green {
  background-color: #38d7a1;
}

.bg-orange {
  background-color: #fd7a00;
}

.bg-primary {
  background-color: #ff1595;
}
.text-primary {
  color: #ff1595;
}

.text-white {
  color: #ffffff;
}

/* --------------------------------------------------------------------------------------------------- Theme - End */

/* --------------------------------------------------------------------------------------------------- Top Logo and Packshots - start */

#top-packshots {
  max-width: 600px;
  margin: 2rem auto;
  display: none;
}

#top-packshots img {
  display: block;
  float: left;
  width: 25%;
  padding: 0 1%;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(rgba(250, 250, 250, 0.1)));
}

#intro {
  padding-top: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 440px;
}

#top-logo-and-packshots {
  width: 3132px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#packshots-left,
#packshots-right {
  float: left;
  width: 1246px;
}

#packshots-left img,
#packshots-right img {
  float: left;
  width: 170px;
  height: 240px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  margin-left: 8px;
}

#intro-headline {
  float: left;
  max-width: 640px;
  margin: 0 auto 2rem;
  padding: 6px 48px 0 48px;
}

#intro-headline p {
  padding: 0 48px;
}

/* --------------------------------------------------------------------------------------------------- Top Logo and Packshots - end */

/* --------------------------------------------------------------------------------------------------- Packshots - Start */

.art-container {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  position: relative;
  background-color: black;
}

.photobanner {
  height: 480px;
  width: 3420px;
  overflow: hidden;
}

.photobanner div {
  height: 480px;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.photobanner div img {
  height: 240px;
  width: auto;
  display: block;
}

.inset-shadow {
  height: 480px;
  width: 3420px;
  overflow: hidden;
  box-shadow: inset 0px 75px 50px -50px rgba(0, 0, 0, 0.5), inset 0px -75px 50px -50px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.first {
  -webkit-animation: bannermove 100s linear infinite;
  -moz-animation: bannermove 100s linear infinite;
  -ms-animation: bannermove 100s linear infinite;
  -o-animation: bannermove 100s linear infinite;
  animation: bannermove 100s linear infinite;
}

@keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2380px;
  }
}

@-moz-keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2380px;
  }
}

@-webkit-keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2380px;
  }
}

@-ms-keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2380px;
  }
}

@-o-keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -2380px;
  }
}

/* --------------------------------------------------------------------------------------------------- Packshots - End */

/* --------------------------------------------------------------------------------------------------- Retailers - Start */

.retailers {
  margin: 2rem auto;
}

#retailer-logos {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.retailer_sky-store {
  background: url(images/retailer_sky_2020_dec.png) no-repeat center center;
}

.retailer_prime-video {
  background: url(images/retailer_prime-video.png) no-repeat center center;
}

.retailer_apple-tv {
  background: url(images/retailer_apple-tv.png) no-repeat center center;
}

.retailer_google-play {
  background: url(images/retailer_google-play.png) no-repeat center center;
}

.retailer_bt-tv {
  background: url(images/retailer_bt-tv.png) no-repeat center center;
}

.retailer_microsoft {
  background: url(images/retailer_microsoft.png) no-repeat center center;
}

.retailer_rakuten-tv {
  background: url(images/retailer_rakuten-tv.png) no-repeat center center;
}

.retailer_talk-talk {
  background: url(images/retailer_talk-talk.png) no-repeat center center;
}

.retailer_chili {
  background: url(images/retailer_chili.png) no-repeat center center;
}

.retailer_playstation-store {
  background: url(images/retailer_playstation-store.png) no-repeat center center;
}

.retailer_virgin-media-store {
  background: url(images/retailer_virgin_2020_dec.png) no-repeat center center;
}

.retailer-logo {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-background-size: 70% auto;
  -moz-background-size: 70% auto;
  -o-background-size: 70% auto;
  background-size: 70% auto;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin: 1%;
  width: 31%;
  height: 64px;
}

.retailer-logo:hover {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.retailer-logo.boxed {
  -webkit-background-size: auto 80%;
  -moz-background-size: auto 80%;
  -o-background-size: auto 80%;
  background-size: auto 80%;
}

.retailer_virgin-media-store {
  -webkit-background-size: auto 85% !important;
  -moz-background-size: auto 85% !important;
  -o-background-size: auto 85% !important;
  background-size: auto 85% !important;
}

/* --------------------------------------------------------------------------------------------------- Retailers - End */

/* --------------------------------------------------------------------------------------------------- Steps - Start */

.steps .step {
  margin-bottom: 2rem;
}

.steps p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.5rem 0;
}

.steps h2 {
  font-size: 2.5rem;
  margin: 0;
}

/* --------------------------------------------------------------------------------------------------- Steps - End */

/* --------------------------------------------------------------------------------------------------- Footer - Start */

footer {
  background-color: #ff1595;
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  margin: 0;
  padding: 12px 16px;
}

footer a {
  text-decoration: none;
  color: white;
  display: inline-block;
}
.link-divider {
  display: inline-block;
  margin: 0 0.5rem;
  opacity: 0.5;
}
#footer-links {
  padding-right: 16px;
}

/* --------------------------------------------------------------------------------------------------- Footer - End */

/* --------------------------------------------------------------------------------------------------- Privacy - Start */

#privacy h1 {
  color: #ffffff;
  background-color: #ff1595;
  text-transform: uppercase;
  padding: 4rem 0;
}

#privacy h2 {
  color: #ff1595;
  margin: 3rem 0 1rem;
}

#privacy p {
  margin: 1rem 0;
}

/* --------------------------------------------------------------------------------------------------- Privacy - End */

/* --------------------------------------------------------------------------------------------------- Terms - Start */

#terms h1 {
  color: #ff1595;
  background-color: #38d7a1;
  text-transform: uppercase;
  padding: 4rem 0;
}

#terms h2.no-top-margin {
  margin: 0 0 1rem;
}

#terms h2 {
  color: #ff1595;
  margin: 3rem 0 1rem;
}

#terms p {
  margin: 1rem 0;
}

/* --------------------------------------------------------------------------------------------------- Terms - End */

/* --------------------------------------------------------------------------------------------------- Cookies - Start */

#cookies h1 {
  color: #ff1595;
  background-color: #ffd402;
  text-transform: uppercase;
  padding: 4rem 0;
}

#cookies h2.no-top-margin {
  margin: 0 0 1rem;
}

#cookies h2 {
  color: #ff1595;
  margin: 3rem 0 1rem;
}

#cookies p {
  margin: 1rem 0;
}

/* --------------------------------------------------------------------------------------------------- Cookies - End */

/* --------------------------------------------------------------------------------------------------- Media Queries - Start */

@media screen and (min-width: 1366px) {
  #retailer-logos {
    max-width: 768px;
  }

  .retailer-logo {
    margin: 1%;
    width: 31%;
    height: 64px;
  }
}

@media screen and (max-width: 800px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* ----- Top Logo and Packshots - start ----- */

  #intro {
    height: 480px;
  }

  #main-content-wrapper {
    top: 480px;
  }

  #top-logo-and-packshots {
    width: 3000px;
  }

  #intro-headline {
    max-width: 508px;
  }

  #packshots-left img,
  #packshots-right img {
    margin-top: 20px;
  }

  /* ----- Top Logo and Packshots - end ----- */
}

@media screen and (max-width: 528px) {
  .retailer-logo {
    margin: 1%;
    width: 48%;
    height: 80px;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    -o-background-size: 80% auto;
    background-size: 80% auto;
  }

  .retailer-logo.boxed {
    -webkit-background-size: auto 90% !important;
    -moz-background-size: auto 90% !important;
    -o-background-size: auto 90% !important;
    background-size: auto 90% !important;
  }

  .retailer_virgin-media-store {
    -webkit-background-size: auto 70% !important;
    -moz-background-size: auto 70% !important;
    -o-background-size: auto 70% !important;
    background-size: auto 70% !important;
  }

  h1.big {
    font-size: 3rem;
    line-height: 1rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  /* ----- Top Logo and Packshots - start ----- */

  #packshots-left img,
  #packshots-right img {
    opacity: 0;
  }

  #intro-headline {
    min-width: 320px;
    padding: 0;
  }

  #intro-headline header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* ----- Top Logo and Packshots - end ----- */

  #top-packshots {
    display: block;
  }

  #intro {
    padding-top: 3rem;
    height: 490px;
  }

  #main-content-wrapper {
    top: 490px;
  }
}

@media screen and (max-width: 414px) {
  .float.right {
    float: none;
    margin: 0.5rem 0;
  }

  h1.big {
    font-size: 3rem;
    line-height: 1rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h1.bottom {
    font-size: 2rem;
    line-height: 0rem;
  }

  h1.bottom.big {
    font-size: 3rem;
    line-height: 3rem;
  }

  #intro-headline {
    max-width: 100vw;
    min-width: 320px;
    padding: 0;
  }

  #intro-headline p {
    padding: 0 2rem;
  }

  #intro {
    padding-top: 3rem;
    height: 500px;
  }

  #main-content-wrapper {
    top: 500px;
  }

  #packshots-left,
  #packshots-right {
    float: left;
    width: 1246px;
    display: none;
  }

  #intro-headline {
    float: none;
  }
}

@media screen and (max-width: 375px) {
  .retailer-logo.boxed {
    -webkit-background-size: auto 75% !important;
    -moz-background-size: auto 75% !important;
    -o-background-size: auto 75% !important;
    background-size: auto 75% !important;
  }
  .retailer_virgin-media-store {
    -webkit-background-size: auto 65% !important;
    -moz-background-size: auto 65% !important;
    -o-background-size: auto 65% !important;
    background-size: auto 65% !important;
  }
}

@media screen and (max-width: 320px) {
  .retailer-logo.boxed {
    -webkit-background-size: auto 70% !important;
    -moz-background-size: auto 70% !important;
    -o-background-size: auto 70% !important;
    background-size: auto 70% !important;
  }

  .retailer_virgin-media-store {
    -webkit-background-size: auto 50% !important;
    -moz-background-size: auto 50% !important;
    -o-background-size: auto 50% !important;
    background-size: auto 50% !important;
  }
}

/* --------------------------------------------------------------------------------------------------- Media Queries - End */
