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: #fff;
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  background: #f92b06;
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner {
    font-size: 16px;
  }
}
@media all and (max-height: 220px) {
  .banner {
    font-size: 16px;
  }
}
@media all and (min-height: 249px) {
  .banner {
    height: 250px;
  }
}
.banner.hidden {
  opacity: 0;
}
.banner.mac .frame .right-side .txt.txt2 img {
  margin-top: -5px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner.mac .frame .right-side .txt.txt2 img {
    margin-top: -3px;
  }
}
@media all and (max-height: 220px) {
  .banner.mac .frame .right-side .txt.txt2 img {
    margin-top: -3px;
  }
}
.banner .basic-easing {
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.banner .long-easing {
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutCubic */
}
.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/bg-970.webp");
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .bg {
    background-image: url("images/bg-square.webp");
  }
}
@media all and (max-height: 220px) {
  .banner .bg {
    background-image: url("images/bg-mobile-wide.jpg");
  }
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .bg {
    background-image: url("images/bg-mobile.jpg");
  }
}
.banner .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.banner .frame .players {
  position: absolute;
  top: 0;
  left: 16px;
  width: 400px;
  height: 100%;
  background-image: url("images/players.webp");
  background-repeat: no-repeat;
  background-position: center top 20%;
  background-size: cover;
  z-index: 35;
}
@media all and (max-width: 960px) and (min-height: 221px) {
  .banner .frame .players {
    width: 360px;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .players {
    width: 100%;
    height: 130%;
    left: 0;
    top: 0;
    bottom: auto;
    background-size: contain;
    background-position: center bottom;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .players {
    left: calc(50% - 240px);
    width: 200px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .players {
    left: 0;
    width: 50%;
  }
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .frame .players {
    background-image: url("images/players-mobile.webp");
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .players {
    width: 40%;
    background-size: contain;
    background-position: center bottom -5px;
  }
}
.banner .frame .logos {
  padding-top: 16px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .logos {
    padding-top: 9px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .logos {
    padding-top: 8px;
  }
}
.banner .frame .logos .super-rugby-logo {
  width: 100%;
  height: 48px;
  background-image: url("images/super-rugby-pacific.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 8px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .logos .super-rugby-logo {
    margin-top: -2px;
    height: 32px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .logos .super-rugby-logo {
    margin-top: -2px;
    height: 30px;
  }
}
.banner .frame .logos .team-logos {
  width: 100%;
  height: 60px;
  background-image: url("images/teams.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .logos .team-logos {
    height: 40px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .logos .team-logos {
    height: 44px;
  }
}
.banner .frame .frames {
  width: 100%;
}
.banner .frame .right-side {
  position: absolute;
  top: 0;
  right: 16px;
  width: calc(100% - 400px);
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 30;
}
@media all and (max-width: 960px) and (min-height: 221px) {
  .banner .frame .right-side {
    width: calc(100% - 380px);
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .right-side {
    width: 100%;
    right: 0;
    top: 0;
    opacity: 0;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .right-side {
    right: auto;
    left: 50%;
    width: 300px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .right-side {
    left: auto;
    right: 8px;
    width: 50%;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .right-side {
    width: 56%;
    right: 3px;
  }
}
.banner .frame .right-side .first-frame, .banner .frame .right-side .second-frame {
  width: 100%;
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .right-side .first-frame {
    width: 106%;
    margin-left: -6%;
  }
}
.banner .frame .right-side .second-frame {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  margin-top: -8px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .right-side .second-frame {
    position: relative;
    top: auto;
    transform: none;
    margin-top: 0;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .right-side .second-frame {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .right-side .second-frame {
    width: 200%;
    left: calc(-100% + 8px);
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .right-side .second-frame {
    width: 200%;
    left: calc(-90% + 4px);
  }
}
.banner .frame .right-side .copy {
  width: 100%;
}
.banner .frame .right-side .copy .txt {
  display: block;
  text-align: center;
  margin: -16px 0 16px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .right-side .copy .txt {
    margin: 10px 0 24px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .right-side .copy .txt {
    margin: -8px 0 12px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .right-side .copy .txt {
    margin: -8px 0 7px;
  }
}
.banner .frame .right-side .copy .super-rugby-title {
  width: 100%;
  height: 128px;
  background-image: url("images/super-rugby-title.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: -6px;
}
@media all and (max-width: 960px) and (min-height: 221px) {
  .banner .frame .right-side .copy .super-rugby-title {
    height: 98px;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .right-side .copy .super-rugby-title {
    height: 58px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .right-side .copy .super-rugby-title {
    height: 72px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .right-side .copy .super-rugby-title {
    height: 48px;
  }
}
.banner .frame .right-side .txt {
  color: #fff;
}
.banner .frame .right-side .txt.txt2 {
  position: relative;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .right-side .txt.txt2 {
    margin-top: 24px;
  }
}
.banner .frame .right-side .txt.txt2 .live-txt {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .frame .right-side .txt.txt2 .live-txt.blurred {
  position: absolute;
  top: 0;
  left: 0;
  will-change: filter, opacity;
  filter: blur(12px) brightness(2);
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
}
.banner .frame .right-side .txt.txt2 img {
  width: 180px;
  height: auto;
  margin: 0 0 0 8px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .frame .right-side .txt.txt2 img {
    margin: 0 0 0 6px;
    width: 120px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .right-side .txt.txt2 img {
    margin: 0 0 0 6px;
    width: 120px;
  }
}

#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;
  }
}

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