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-Bold", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  background: #EC3A00;
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (min-height: 249px) {
  .banner {
    height: 250px;
  }
}
@media all and (max-width: 767px) {
  .banner {
    background: linear-gradient(90deg, rgb(236, 58, 0) 0%, rgb(250, 106, 0) 100%);
  }
}
.banner.hidden {
  opacity: 0;
}
.banner.hidden .players-container {
  width: 100%;
}
.banner .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  border: 1px solid #ccc;
}
.banner .masked {
  overflow: hidden;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
}
.banner .title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 300px);
  height: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, rgb(236, 58, 0) 0%, rgb(250, 106, 0) 100%);
}
@media all and (max-width: 767px) {
  .banner .title-container {
    width: 100%;
    height: 80px;
    background: transparent;
  }
}
@media all and (max-height: 220px) {
  .banner .title-container {
    width: calc(50% - 110px);
    height: 100%;
    background: transparent;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .title-container {
    width: 50%;
  }
}
.banner .title-container .title {
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  font-size: 46px;
  line-height: 0.85;
  margin: 0 0 6px;
}
@media all and (max-width: 767px) {
  .banner .title-container .title {
    font-size: 28px;
    margin: -2px 0 4px;
  }
}
@media all and (max-height: 220px) {
  .banner .title-container .title {
    font-size: 32px;
  }
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .title-container .title {
    font-size: 28px;
  }
}
@media all and (max-width: 321px) and (max-height: 220px) {
  .banner .title-container .title {
    font-size: 26px;
  }
}
@media all and (max-width: 301px) and (max-height: 220px) {
  .banner .title-container .title {
    font-size: 25px;
  }
}
.banner .title-container .title #line1 {
  margin-bottom: -4px;
}
@media all and (max-width: 767px) {
  .banner .title-container .title #line1 {
    margin-bottom: -2px;
  }
}
@media all and (max-height: 220px) {
  .banner .title-container .title #line1 {
    margin-bottom: -2px;
  }
}
.banner .title-container .date {
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .banner .title-container .date {
    font-size: 10px;
  }
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .title-container .date {
    font-size: 11px;
  }
}
@media all and (max-width: 321px) and (max-height: 220px) {
  .banner .title-container .date {
    font-size: 10px;
  }
}
.banner .matches-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 300px);
  height: 45%;
  background-color: #0c0c0c;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .banner .matches-container {
    width: 100%;
    height: 100px;
    top: 80px;
  }
}
@media all and (max-height: 220px) {
  .banner .matches-container {
    left: auto;
    right: 220px;
    width: calc(50% - 110px);
    height: 100%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .matches-container {
    opacity: 1;
    right: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
  }
}
.banner .matches-container .asterix {
  position: relative;
  width: 100%;
  font-size: 8px;
  text-align: center;
  font-family: "Circular-Medium", Arial, sans-serif;
  font-weight: normal;
  margin-top: 4px;
  overflow: hidden;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .matches-container .asterix {
    margin-top: 8px;
  }
}
.banner .matches-container .match {
  display: block;
}
.banner .matches-container .match .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .matches-container .match .team {
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  width: calc(50% - 25px);
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .banner .matches-container .match .team {
    font-size: 15px;
  }
}
@media all and (max-height: 220px) {
  .banner .matches-container .match .team {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .matches-container .match .team {
    font-size: 16px;
  }
}
.banner .matches-container .match .team.left {
  text-align: right;
}
.banner .matches-container .match .team.right {
  text-align: left;
}
.banner .matches-container .match .time {
  font-family: "Circular-Medium", Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  width: 50px;
  text-align: center;
}
.banner #players-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner #players-left {
    width: 40%;
    height: 100px;
    background-image: url("images/players-left.webp");
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 389px) and (min-height: 221px) {
  .banner #players-left {
    width: 26%;
  }
}
.banner #players-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner #players-right {
    width: 40%;
    height: 100px;
    background-image: url("images/players-right.webp");
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 389px) and (min-height: 221px) {
  .banner #players-right {
    width: 29%;
  }
}
.banner .players-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(236, 58, 0) 0%, rgb(250, 106, 0) 100%);
  transition: width 800ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  transition-delay: 0.3s;
}
@media all and (max-width: 767px) {
  .banner .players-container {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 76px;
    background: transparent;
  }
}
@media all and (max-height: 220px) {
  .banner .players-container {
    width: 220px;
    height: 87px;
    background: linear-gradient(90deg, rgb(236, 58, 0) 0%, rgb(250, 106, 0) 100%);
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .players-container {
    width: 50%;
    transition: none;
    transition-delay: 0s;
  }
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .players-container {
    height: 90px;
  }
}
.banner .players-container .players {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/players@2x.webp");
  background-size: 220px 314px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .banner .players-container .players {
    background-image: none;
    background-size: contain;
    background-position: bottom center;
    display: none;
  }
}
@media all and (max-height: 220px) {
  .banner .players-container .players {
    background-image: url("images/players-mobile.webp");
    background-size: contain;
    display: block;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .players-container .players {
    background-image: url("images/players-mobile.webp");
  }
}
.banner .players-container .letter {
  position: absolute;
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  font-size: 160px;
  line-height: 0.85;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .banner .players-container .letter {
    display: none;
  }
}
@media all and (max-height: 220px) {
  .banner .players-container .letter {
    font-size: 80px;
    display: block;
  }
}
.banner .players-container .letter[data-index="0"] {
  top: -20px;
  left: -12px;
}
.banner .players-container .letter[data-index="1"] {
  top: -20px;
  right: -8px;
}
.banner .players-container .letter[data-index="2"] {
  bottom: -20px;
  left: 0;
}
.banner .players-container .letter[data-index="3"] {
  bottom: -20px;
  right: -12px;
}
.banner .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: #fff;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .base {
    height: 28px;
  }
}
.banner .base .logo {
  width: 128px;
  height: 26px;
  background-image: url("images/rugby-pass-logo-horizontal@2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  display: block;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .base .logo {
    width: 68px;
    height: 26px;
    background-image: url("images/rugby-pass-logo@2x.webp");
  }
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .base .logo {
    height: 22px;
  }
}
.banner .base .download-txt {
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 0.8;
  letter-spacing: -0.01em;
  color: #222222;
  text-align: right;
}
@media all and (max-width: 480px) and (max-height: 220px) {
  .banner .base .download-txt {
    font-size: 11px;
    letter-spacing: normal;
    line-height: 0.85;
  }
}
.banner .other {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 32px);
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .other {
    height: calc(100% - 28px);
  }
}

.banner.mac .masked {
  padding-top: 2px;
}
.banner.mac .title-container .title {
  margin: 0;
}
.banner.mac .title-container .title .masked {
  padding-top: 4px;
}
.banner.mac .matches-container .match {
  margin-bottom: -2px;
}
.banner.mac .base .download-txt {
  margin-top: 4px;
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner.mac .base .download-txt {
    margin-top: 3px;
  }
}
.banner.mac .players-container .letter {
  margin-top: 4px;
  margin-bottom: -6px;
}
.banner.mac .matches-container .asterix {
  margin-top: 6px;
}

#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 */
