@font-face {
  font-family: "RWC";
  src: url("rwc-bold.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 {
  font-family: "RWC", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #00000b;
  background-color: #000;
  border: 1px solid rgba(34, 34, 34, 0.2);
  line-height: 1.1;
  width: 100%;
  max-width: 1024px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
@media all and (max-height: 240px) {
  .banner {
    height: 100vh;
  }
}
.banner.hidden .bg {
  opacity: 0;
  transform: scale(1.1);
}
.banner.hidden .block1 {
  transform: translate(-100%, 0px);
}
.banner.hidden .block3 {
  transform: translate(100%, 0px);
}
.banner.hidden .frame .blocks .block2 .line1 {
  opacity: 0;
  transform: translate(0px, 20px);
}
.banner.hidden .frame .blocks .block2 .line2 {
  opacity: 0;
  transform: translate(0px, 20px);
}
.banner.hidden .frame .blocks .block2 .line3 {
  opacity: 0;
  transform: translate(0px, 20px);
}
.banner.hidden .frame .blocks .btn {
  opacity: 0;
  transform: translate(0px, 20px);
}
.banner .basic-easing {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  background-image: url("images/bg-large.webp");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  color: #fff;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner .bg {
    background-image: url("images/bg-large@2x.webp");
  }
}
@media all and (max-width: 860px) and (min-height: 220px) {
  .banner .bg {
    background-position: center left 15%;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .bg {
    background-image: url("images/bg-med.webp");
    background-position: center bottom;
  }
}
@media all and (max-height: 220px) {
  .banner .bg {
    background-image: url("images/bg-small.webp");
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .bg {
    background-image: url("images/bg-small2.webp");
  }
}
.banner .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  color: #fff;
}
.banner .frame .btn {
  width: 320px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  color: #010000;
  text-transform: uppercase;
  background-image: url("images/btn@2x.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 20px auto 0;
  transition-delay: 1.1s;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .btn {
    width: 300px;
    font-size: 12px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .btn {
    margin-top: 114px;
    width: 250px;
    font-size: 10px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .btn {
    width: 250px;
    font-size: 10px;
    margin-top: 2px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .btn {
    font-size: 8px;
    width: 190px;
    height: 25px;
    margin-top: 12px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .btn {
    width: 157px;
    font-size: 6.5px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .btn .txt {
    margin-top: 2px;
  }
}
.banner .frame .blocks {
  position: absolute;
  width: 100%;
  height: 250px;
}
@media all and (max-height: 220px) {
  .banner .frame .blocks {
    height: 120px;
  }
}
.banner .frame .blocks .block {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}
.banner .frame .blocks .block1 {
  left: 0;
  width: 16.4%;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 20%;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 26%;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 20%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 16%;
  }
}
@media all and (max-width: 420px) and (max-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 20%;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 23%;
  }
}
.banner .frame .blocks .block1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/left-side-bg.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  z-index: 1;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner .frame .blocks .block1 .img {
    background-image: url("images/left-side-bg@2x.webp");
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block1 .img {
    background-size: cover;
    background-position: top right;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block1 .img {
    background-size: 110px;
    background-position: left top;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block1 .img {
    background-size: cover;
    background-position: top right;
  }
}
.banner .frame .blocks .block1 .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 120px;
  height: 100%;
  background-image: url("images/rwc-logo.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 5;
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block1 .logo {
    max-width: 76px;
    left: -5px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block1 .logo {
    max-width: 56px;
    left: -5px;
  }
}
.banner .frame .blocks .block2 {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block2 {
    left: auto;
    right: 2%;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 {
    width: 100%;
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: transparent;
    background-image: none;
  }
}
.banner .frame .blocks .block2 .copy {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 5%;
  width: 50%;
  max-width: 480px;
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .copy {
    top: 30px;
    right: auto;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0px);
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .copy {
    width: 60%;
  }
}
.banner .frame .blocks .block2 .line {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 2px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 16px;
    margin-bottom: 4px;
    margin-left: 5%;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 14px;
  }
}
@media all and (max-width: 370px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 14px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 12px;
  }
}
.banner .frame .blocks .block2 .line.line1 {
  transition-delay: 0.8s;
}
.banner .frame .blocks .block2 .line.line2 {
  transition-delay: 0.9s;
}
.banner .frame .blocks .block2 .line.line3 {
  transition-delay: 1s;
}
.banner .frame .blocks .block3 {
  left: auto;
  right: 0;
  width: 12%;
  height: 100%;
  background-image: url("images/right-side-bg.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  z-index: 3;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner .frame .blocks .block3 {
    background-image: url("images/right-side-bg@2x.webp");
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block3 {
    width: 18%;
    background-size: cover;
    background-position: left bottom;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block3 {
    width: 10%;
    background-position: right bottom;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block3 {
    background-size: cover;
    background-position: left center;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .blocks .block3 {
    width: 12%;
  }
}

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