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-Bold", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  background-color: #000;
  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:hover .btn-container .btn .txt[data-index="0"] {
  transform: translate(0px, -60px) !important;
}
.banner:hover .btn-container .btn .txt[data-index="1"] {
  transform: translate(0px, 0px);
}
.banner .copy {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0px, -50%);
  z-index: 5;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .copy {
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .copy {
    left: 12px;
  }
}
.banner .copy .line {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .copy h1 {
  color: #fff;
  margin: 0 0 20px;
}
@media all and (max-width: 900px) and (min-height: 221px) {
  .banner .copy h1 {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
  }
}
@media all and (max-width: 767px) {
  .banner .copy h1 {
    margin: 0 0 10px;
    text-shadow: none;
  }
}
@media all and (max-height: 220px) {
  .banner .copy h1 {
    margin: 0 0 10px;
    text-shadow: none;
  }
}
.banner .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-image: url("images/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  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 {
    background-image: url("images/bg.webp");
  }
}
@media all and (max-height: 220px) {
  .banner .bg {
    background-image: url("images/bg.webp");
  }
}
.banner #grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media all and (max-width: 767px) {
  .banner #grad {
    display: none;
  }
}
@media all and (max-height: 220px) {
  .banner #grad {
    display: block;
  }
}
.banner .players {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
  height: 203px;
  background-image: url("images/players@2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 4;
}
@media all and (max-width: 900px) {
  .banner .players {
    left: 27%;
    width: 400px;
  }
}
@media all and (max-width: 767px) {
  .banner .players {
    left: 0;
    width: 100%;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .players {
    height: 124px;
    z-index: 14;
  }
}
@media all and (max-height: 220px) {
  .banner .players {
    width: 100%;
    left: 0;
    height: 100%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .players {
    height: 90%;
    left: 35%;
  }
}
.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: 16px 32px;
  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;
  }
}
.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 .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: 38px;
  line-height: 0.9;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .banner .line {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .line {
    line-height: 1;
  }
}
@media all and (max-height: 220px) {
  .banner .line {
    font-size: 20px;
  }
}
.banner .line.show {
  opacity: 1;
}
.banner .logos {
  position: absolute;
  top: 25px;
  right: -30px;
  width: 312px;
  z-index: 8;
}
@media all and (max-width: 900px) and (min-height: 221px) {
  .banner .logos {
    right: -60px;
  }
}
@media all and (max-width: 767px) {
  .banner .logos {
    opacity: 0;
    right: -30px;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .logos {
    top: 4px;
    right: auto;
    left: 50%;
    margin-left: -156px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .logos {
    opacity: 0;
    right: auto;
    left: 100%;
  }
}
@media all and (max-height: 220px) {
  .banner .logos {
    top: -5px;
    width: 200px;
  }
}
.banner .logos .rugbypass {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 160px;
  height: 48px;
  background-image: url("images/rugbypass-logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .logos .rugbypass {
    top: 5px;
    width: 120px;
    height: 36px;
  }
}
@media all and (max-height: 220px) {
  .banner .logos .rugbypass {
    top: 5px;
    width: 110px;
    height: 36px;
  }
}
.banner .logos .top100 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 312px;
  height: 268px;
  background-image: url("images/top-100-type.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .logos .top100 {
    top: -12px;
    width: 280px;
    height: 220px;
  }
}
@media all and (max-height: 220px) {
  .banner .logos .top100 {
    top: 4px;
    width: 200px;
    height: 150px;
  }
}

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