@font-face {
  font-family: "Mabry Mono Pro Bold";
  src: url("MabryMonoPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mabry Mono Pro Regular";
  src: url("mabry-mono-regular-pro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
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: "Mabry Mono Pro Bold", Arial;
  font-weight: normal;
  font-size: 12px;
  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.hidden .pink-shape {
  clip-path: inset(0 0 100% 0);
}
.banner.hidden .purple-shape {
  clip-path: inset(100% 0 0 0);
}
.banner.hidden .purple-shape2 {
  clip-path: inset(100% 0 0 0);
}
.banner .logo {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 86px;
  height: 34px;
  background-image: url("images/svns-logo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 120;
}
@media all and (max-width: 767px) {
  .banner .logo {
    bottom: 8px;
    left: 8px;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .logo {
    left: auto;
    right: 8px;
    width: 66px;
    height: 26px;
    z-index: 500;
  }
}
@media all and (max-height: 220px) {
  .banner .logo {
    bottom: 8px;
    left: 8px;
    width: 55px;
    height: 22px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .logo {
    z-index: 501;
  }
}
.banner .photo1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
.banner .photo1 .bg {
  width: 100%;
  height: 100%;
  background-image: url("images/photo-rugby.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-height: 220px) {
  .banner .photo1 .bg {
    background-position: top 50% center;
  }
}
.banner .photo2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .photo2 {
    right: -10%;
    width: 60%;
  }
}
.banner .photo2 .bg {
  width: 100%;
  height: 100%;
  background-image: url("images/photo-let-loose.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-height: 220px) {
  .banner .photo2 .bg {
    background-position: top 38% center;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .photo2 .bg {
    background-position: left center;
  }
}
.banner .pink-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13.5%;
  width: 30%;
  height: 100%;
  background-image: url("images/shape-pink.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 5;
  clip-path: inset(0 0 0 0);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.2s;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .pink-shape {
    width: 210px;
    margin-left: -80px;
  }
}
@media all and (max-height: 220px) {
  .banner .pink-shape {
    width: 130px;
    margin-left: -58px;
    height: 120px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .pink-shape {
    width: 105px;
    margin-left: -49px;
    height: 120px;
  }
}
.banner .purple-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 263px;
  height: 100%;
  background-image: url("images/shape-purple1.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: 4;
  clip-path: inset(0 0 0 0);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.1s;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .purple-shape {
    display: none;
  }
}
.banner .purple-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 189px;
  height: 100%;
  background-image: url("images/shape-purple2.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 3;
  clip-path: inset(0 0 0 0);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.3s;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .purple-shape2 {
    width: 168px;
    height: 120px;
    background-image: url("images/shape-purple2-mobile.svg");
  }
}
.banner .purple-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 1000px;
  background-position: left bottom;
  background-image: url("images/shape-purple3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 250;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .purple-shape3 {
    width: 140%;
    background-size: cover;
  }
}
@media all and (max-height: 220px) {
  .banner .purple-shape3 {
    max-width: 440px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .purple-shape3 {
    max-width: none;
    width: 125%;
  }
}
.banner .purple-shape4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 1000px;
  background-position: left bottom;
  background-image: url("images/shape-purple2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 251;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .purple-shape4 {
    width: 50%;
    height: 120%;
    background-size: cover;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .purple-shape4 {
    width: 40%;
  }
}
.banner .txt1 {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Mabry Mono Pro Regular", Arial;
  font-size: 90px;
  line-height: 0.8;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
  overflow: hidden;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .txt1 {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) {
  .banner .txt1 {
    top: 8px;
    left: 8px;
  }
}
@media all and (max-height: 220px) {
  .banner .txt1 {
    font-size: 42px;
    top: 8px;
    left: 8px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .txt1 {
    font-size: 36px;
  }
}
.banner .txt2 {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-family: "Mabry Mono Pro Bold", Arial;
  font-size: 90px;
  line-height: 0.8;
  font-weight: normal;
  text-transform: uppercase;
  color: #F5F505;
  z-index: 99;
  text-align: right;
}
@media all and (max-width: 767px) {
  .banner .txt2 {
    bottom: 6px;
    right: 8px;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .txt2 {
    font-size: 48px;
    right: auto;
    left: 8px;
    text-align: left;
  }
}
@media all and (max-height: 220px) {
  .banner .txt2 {
    font-size: 42px;
    bottom: 6px;
    right: 8px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .txt2 {
    font-size: 36px;
  }
}
.banner .txt2 .line {
  overflow: hidden;
}
.banner .txt3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 302;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .txt3 {
    width: 100%;
  }
}
@media all and (max-height: 220px) {
  .banner .txt3 {
    max-width: 384px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .txt3 {
    max-width: none;
    width: 100%;
  }
}
.banner .txt3 .lines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.banner .txt3 .line {
  position: relative;
  display: inline-block;
  min-width: 360px;
  text-align: center;
  font-family: "Mabry Mono Pro Bold", Arial;
  font-size: 34px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #F5F505;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 860px) {
  .banner .txt3 .line {
    font-size: 28px;
    min-width: 306px;
  }
}
@media all and (max-height: 220px) {
  .banner .txt3 .line {
    font-size: 21px;
    min-width: 236px;
  }
}
.banner .txt3 .line.line1 {
  width: 100%;
}
@media all and (max-height: 220px) {
  .banner .txt3 .line.line1 {
    margin-top: 3px;
  }
}
.banner .txt3 .line.line2 {
  width: 100%;
}
.banner .txt3 .line.line3 {
  background-color: #000;
  padding: 4px 8px;
  margin-bottom: 20px;
}
@media all and (max-height: 220px) {
  .banner .txt3 .line.line3 {
    margin-bottom: 10px;
  }
}
.banner .btn {
  width: 301px;
  height: 35px;
  background-image: url("images/txt-bg@2x.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mabry Mono Pro Bold", Arial;
  font-size: 18px;
  line-height: 1;
}
@media all and (max-height: 220px) {
  .banner .btn {
    font-size: 12px;
    width: 203px;
    height: 26px;
  }
}
@media all and (max-width: 370px) and (max-height: 220px) {
  .banner .btn {
    opacity: 0 !important;
  }
}
.banner .btn .txt {
  margin-top: -2px;
}
@media all and (max-height: 220px) {
  .banner .btn .txt {
    margin-top: -1px;
  }
}
.banner .btn2 {
  position: absolute;
  right: 6px;
  bottom: 4px;
  width: 196px;
  height: 26px;
  background-image: url("images/txt-bg@2x.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  font-family: "Mabry Mono Pro Bold", Arial;
  font-size: 12px;
  line-height: 1;
  display: none;
  z-index: 400;
}
@media all and (max-width: 370px) and (max-height: 220px) {
  .banner .btn2 {
    display: flex;
  }
}
.banner .btn2 .txt {
  margin-top: -2px;
}
@media all and (max-height: 220px) {
  .banner .btn2 .txt {
    margin-top: -1px;
  }
}

#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-height: 220px) {
  #mobile-size2 {
    display: block;
  }
}

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