body {
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.clicktag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

.banner {
  width: 100%;
  max-width: 1024px;
  height: 120px;
  position: relative;
  overflow: hidden;
  color: #040707;
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  background-color: #111111;
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (min-height: 249px) {
  .banner {
    height: 250px;
  }
}
.banner.hidden {
  opacity: 0;
}
.banner.hidden #overlay {
  opacity: 1;
}
.banner:hover .btn {
  background-color: #ff7800;
}
.banner:hover .btn .txt[data-index="0"] {
  transform: translate(0px, -60px) !important;
}
.banner:hover .btn .txt[data-index="1"] {
  transform: translate(0px, 0px);
}
.banner #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 7;
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.455, 0.03, 0.515, 0.955); /* easeInOutQuad */
  transition-delay: 0.5s;
}
.banner .copy {
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: 18px;
  transform: translate(0px, -50%);
  z-index: 10;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .copy {
    top: 50%;
    left: 16px;
    margin-top: 10px;
    transform: translate(0px, -50%);
  }
}
@media all and (max-height: 220px) {
  .banner .copy {
    margin-top: 14px;
    left: 16px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .copy {
    margin-top: 14px;
    left: 12px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .copy {
    margin-top: 12px;
  }
}
.banner .copy .line {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .copy h2 {
  color: #ee3b00;
  margin: 0 0 12px -2px;
}
@media all and (max-width: 767px) {
  .banner .copy h2 {
    margin: 0 0 10px;
  }
}
@media all and (max-height: 220px) {
  .banner .copy h2 {
    margin: 0 0 8px -1px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .copy h2 {
    margin: 0 0 6px -1px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .copy h2 {
    margin: 0 0 5px -1px;
  }
}
.banner .copy p {
  font-family: "Circular-Bold";
  font-weight: normal;
  width: 100%;
  max-width: 480px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 14px;
}
@media all and (max-width: 767px) {
  .banner .copy p {
    max-width: 320px;
    font-size: 13px;
  }
}
@media all and (max-height: 220px) {
  .banner .copy p {
    margin: 0;
    font-size: 12px;
    max-width: 410px;
    width: 100%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .copy p {
    font-size: 11px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .copy p {
    max-width: 140px;
  }
}
.banner .bg {
  position: absolute;
  bottom: -40%;
  left: 5%;
  width: 120%;
  height: 150%;
  background-image: url("images/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner .bg {
    background-image: url("images/bg@2x.webp");
  }
}
@media all and (max-width: 767px) {
  .banner .bg {
    bottom: 0%;
    left: 35%;
    width: 100%;
    height: 120%;
  }
}
@media all and (max-height: 220px) {
  .banner .bg {
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 130%;
    background-image: url("images/bg-mobile.webp");
    background-position: center top;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .bg {
    left: 0;
    width: 140%;
    height: 130%;
  }
}
.banner .bg.glow {
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}
.banner #fog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background-image: url("images/fog@2x.webp");
  background-size: 100% 250px;
  background-position: center top;
  background-repeat: repeat-x;
  mix-blend-mode: color-dodge;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner #fog {
    top: 10%;
    background-position: center bottom;
  }
}
@media all and (max-width: 480px) {
  .banner #fog {
    background: url("images/fog.webp");
  }
}
@media all and (max-height: 220px) {
  .banner #fog {
    background-size: 100% 120px;
  }
}
.banner #grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 7;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 767px) {
  .banner #grad {
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 33%, rgba(0, 0, 0, 0) 50%);
    display: block;
  }
}
@media all and (min-height: 221px) and (max-width: 374px) {
  .banner #grad {
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 70%);
    display: block;
  }
}
.banner #grad2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  pointer-events: none;
  display: none;
}
@media all and (min-width: 768px) and (max-height: 220px) {
  .banner #grad2 {
    background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    display: block;
  }
}
.banner .players {
  position: absolute;
  bottom: -17%;
  left: 15%;
  width: 100%;
  height: 100%;
  background-image: url("images/players@2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 5;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .players {
    bottom: -10%;
    left: 50%;
    width: 70%;
    height: 90%;
  }
}
@media all and (max-width: 360px) and (min-height: 221px) {
  .banner .players {
    left: 40%;
  }
}
@media all and (min-height: 221px) and (max-width: 374px) {
  .banner .players {
    left: 60%;
  }
}
@media all and (max-height: 220px) {
  .banner .players {
    height: 105%;
    left: 0;
    bottom: -25%;
    background-image: url("images/players.webp");
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .players {
    left: auto;
    right: 0;
    width: 50%;
  }
}
.banner .players#lions {
  background-image: url("images/lions@2x.webp");
  height: 140%;
  bottom: -35%;
  z-index: 4;
  mix-blend-mode: overlay;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .players#lions {
    bottom: 0;
    height: 100%;
  }
}
@media all and (max-height: 220px) {
  .banner .players#lions {
    background-image: url("images/lions-mobile.webp");
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .players#lions {
    height: 130%;
    bottom: auto;
    top: -5px;
    background-position: center top;
  }
}
.banner .btn {
  display: inline-block;
  color: #fff;
  background-color: #ee3b00;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 12px 24px;
  white-space: nowrap;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeInOutCubic */
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .banner .btn {
    font-size: 14px;
    padding: 10px 18px;
    margin: 0;
    border-radius: 4px;
  }
}
@media all and (max-height: 220px) {
  .banner .btn {
    font-size: 12px;
    padding: 6px 12px;
    margin: 0;
    border-radius: 4px;
    display: none;
  }
}
.banner .btn .txt {
  display: block;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.banner .btn .txt[data-index="0"] {
  position: relative;
}
.banner .btn .txt[data-index="1"] {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 60px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner #mobile-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: none;
  z-index: 8;
  font-size: 14px;
}
@media all and (max-height: 220px) {
  .banner #mobile-btn {
    display: inline-block;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #mobile-btn {
    display: none;
    font-size: 12px;
  }
}
.banner .lines {
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}
.banner .line {
  font-weight: normal;
  font-size: 36px;
  line-height: 0.9;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .banner .line {
    font-size: 25px;
  }
}
@media all and (max-height: 220px) {
  .banner .line {
    font-size: 19px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .line {
    font-size: 21px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .line {
    font-size: 17px;
  }
}
.banner .line.show {
  opacity: 1;
}
.banner .line div, .banner .line span {
  display: inline-block !important;
  background: linear-gradient(-35deg, #eb3000, #ff7800);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}
.banner .logos {
  position: absolute;
  top: 12px;
  left: 25px;
  width: 167px;
  z-index: 8;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .logos {
    top: 8px;
    right: auto;
    left: 16px;
  }
}
@media all and (min-width: 768px) and (max-height: 220px) {
  .banner .logos {
    top: 10px;
    left: 15px;
    right: auto;
    width: 116px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .logos {
    top: 8px;
    left: 12px;
    width: 116px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .logos {
    width: 104px;
  }
}
.banner .logos .rugbypass {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 167px;
  height: 27px;
  background-image: url("images/rptv@2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .logos .rugbypass {
    top: 5px;
    left: 2px;
    transform: none;
    width: 120px;
    height: 36px;
  }
}
@media all and (max-height: 220px) {
  .banner .logos .rugbypass {
    width: 116px;
    height: 18px;
    left: 1px;
    transform: none;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .logos .rugbypass {
    width: 104px;
  }
}

#mobile-size {
  display: none;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #mobile-size {
    display: block;
  }
}

#mobile-size2 {
  display: none;
}
@media all and (max-width: 767px) and (max-height: 220px) {
  #mobile-size2 {
    display: block;
  }
}

#mobile-size3 {
  display: none;
}
@media all and (max-height: 220px) {
  #mobile-size3 {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */
