@font-face {
  font-family: "RWC";
  src: url("rwc-bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("DMSans-Bold.woff2") format("woff2");
  font-weight: bold;
  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 .frame .blocks .block {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner.hidden .frame .blocks .block {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner.hidden .frame .blocks .block {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
.banner.hidden .frame .blocks .block1 .img {
  opacity: 0;
  transform: scale(1.2);
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner.hidden .frame .blocks .block1 .img {
    transform: scale(1.5);
  }
}
.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 .block2 .presented-by-o2 {
  opacity: 0;
  transform: translate(0px, 20px);
}
.banner.hidden .frame .blocks .block3 .buy-now-btn {
  opacity: 0;
  transform: scale(1.2);
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner.hidden .frame .blocks .block3 .buy-now-btn {
    transform: scale(1.5);
  }
}
.banner.hidden .frame .blocks .block3 .url {
  opacity: 0;
  transform: translate(0px, 20px);
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner.hidden .frame .blocks .block3 .url {
    transform: translate(0px, 10px);
  }
}
.banner .basic-easing {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.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-image: url("images/bg-yellow@2x.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fedd00;
}
.banner .frame .blocks {
  position: absolute;
  width: 100%;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-height: 220px) {
  .banner .frame .blocks {
    height: 120px;
  }
}
.banner .frame .blocks .block {
  position: relative;
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.banner .frame .blocks .block1 {
  width: 30%;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 26%;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 100%;
    min-height: 60px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block1 {
    height: 120px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 30%;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .blocks .block1 {
    width: 22%;
  }
}
.banner .frame .blocks .block1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/anne-marie.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #2c2323;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner .frame .blocks .block1 .img {
    background-image: url("images/anne-marie@2x.webp");
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block1 .img {
    height: 115%;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block1 .img {
    height: 100%;
    min-height: 0;
  }
}
.banner .frame .blocks .bottom-blocks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  height: 250px;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .bottom-blocks {
    width: 74%;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .bottom-blocks {
    width: 100%;
    height: calc(100% - 60px);
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .bottom-blocks {
    height: 120px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .bottom-blocks {
    width: 70%;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .blocks .bottom-blocks {
    width: 78%;
  }
}
.banner .frame .blocks .block2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100%;
  background-image: url("images/bg-yellow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #2c2323;
  background-color: #fedd00;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner .frame .blocks .block2 {
    background-image: url("images/bg-yellow@2x.webp");
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 {
    width: 100%;
    height: 120px;
    background-color: transparent;
    background-image: none;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 {
    width: 100%;
    height: 84px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: transparent;
    background-image: none;
  }
}
.banner .frame .blocks .block2 .line {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 370px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .line {
    font-size: 13px;
  }
}
@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.1s;
}
.banner .frame .blocks .block2 .line.line2 {
  font-size: 14px;
  margin-bottom: 12px;
  transition-delay: 0.2s;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .line.line2 {
    font-size: 11px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .line.line2 {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block2 .line.line2 {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .line.line2 {
    font-size: 8px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 370px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .line.line2 {
    font-size: 7px;
  }
}
.banner .frame .blocks .block2 .line.line3 {
  padding: 0 10px;
  transition-delay: 0.3s;
}
.banner .frame .blocks .block2 .presented-by-o2 {
  position: relative;
  width: 220px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  margin: 0 auto;
  background-image: url("images/white-btn.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #2c2323;
  transition-delay: 0.4s;
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .presented-by-o2 {
    width: 162px;
    height: 30px;
    font-size: 7px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block2 .presented-by-o2 {
    width: 172px;
    height: 34px;
    font-size: 7px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .presented-by-o2 {
    width: 140px;
    height: 26px;
    font-size: 6px;
  }
}
.banner .frame .blocks .block2 .presented-by-o2 .txt {
  margin-top: 2px;
  margin-right: 6px;
}
.banner .frame .blocks .block2 .presented-by-o2 .icon {
  width: 24px;
  height: 24px;
  background-image: url("images/o2-logo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block2 .presented-by-o2 .icon {
    width: 16px;
    height: 16px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block2 .presented-by-o2 .icon {
    width: 16px;
    height: 16px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block2 .presented-by-o2 .icon {
    width: 12px;
    height: 12px;
  }
}
.banner .frame .blocks .block3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 100%;
  background-image: url("images/bg-pink.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f323ec;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.4s;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner .frame .blocks .block3 {
    background-image: url("images/bg-pink@2x.webp");
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block3 {
    width: 100%;
    height: 70px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block3 {
    width: 100%;
    height: 36px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block3 .copy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block3 .copy > div {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 230px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .blocks .block3 .copy > div {
    max-width: 210px;
  }
}
.banner .frame .blocks .block3 .buy-now-btn {
  width: 180px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #e018bd;
  text-transform: uppercase;
  background-image: url("images/yellow-btn.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 20px;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  transition-delay: 0.8s;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block3 .buy-now-btn {
    width: 154px;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner .frame .blocks .block3 .buy-now-btn {
    width: 140px;
    height: 32px;
    font-size: 11px;
    margin-bottom: 8px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block3 .buy-now-btn {
    width: 190px;
    height: 41px;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block3 .buy-now-btn {
    width: 130px;
    height: 32px;
    font-size: 8px;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block3 .buy-now-btn .txt {
    margin-top: 2px;
  }
}
.banner .frame .blocks .block3 .url {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "DM Sans";
  font-size: 12px;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  transition-delay: 0.9s;
}
@media all and (max-width: 950px) and (min-height: 220px) {
  .banner .frame .blocks .block3 .url {
    font-size: 10px;
  }
}
@media all and (max-height: 220px) {
  .banner .frame .blocks .block3 .url {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .frame .blocks .block3 .url {
    font-size: 9px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner .frame .blocks .block3 .url {
    font-size: 8px;
  }
}

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